Next | Query returned 3 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2014-10-28 13:58:55 by Thomas Klausner | Files touched by this commit (17) | Package removed
Log message:
Remove libffi, pkgsrc version is the same.
   2014-06-11 14:14:17 by Thomas Klausner | Files touched by this commit (2)
Log message:
>From joerg in devel/libffi:
GAS doesn't like unified ARM syntax without explicitly told so.
   2014-06-07 11:34:26 by Thomas Klausner | Files touched by this commit (17)
Log message:
Import libffi-3.1 as wip/libffi.

The libffi library provides a portable, high level programming
interface to various calling conventions.  This allows a programmer to
call any function specified by a call interface description at
run-time.

Some programs may not know at the time of compilation what arguments
are to be passed to a function.  For instance, an interpreter may be
told at run-time about the number and types of arguments used to call
a given function.  Libffi can be used in such programs to provide a
bridge from the interpreter program to compiled code.

Ffi stands for Foreign Function Interface.  A foreign function
interface is the popular name for the interface that allows code
written in one language to call code written in another language.  The
libffi library really only provides the lowest, machine dependent
layer of a fully featured foreign function interface.  A layer must
exist above libffi that handles type conversions for values passed
between the two languages.


Next | Query returned 3 messages, browsing 1 to 10 | previous