projects/cffi/cffi.git
2010-08-22  Luís OliveiraMoving repository to git. v0.10.6
2010-05-20  Stelian IonescuWrap the definitions of groveler classes in EVAL-WHEN
2010-05-20  François-René... Groveler: allow the use of groveler classes as keywords...
2010-05-20  François-René... Groveler: print offsets as long
2010-05-20  François-René... Groveler: better names for type detection macros
2010-05-20  François-René... Groveler: before compiling a shared library, remove...
2010-05-20  François-René... Groveler: fix offsetof macro
2010-05-20  François-René... Fix cffi.asd for ASDF2
2010-04-28  Luis Oliveiracffi-ecl: always push no-long-long
2010-04-28  Luis Oliveiracffi-tests: don't use FOREIGN-FREE for malloc()ed memory
2010-04-28  Luis OliveiraNew pointer-related tests
2010-04-25  Luis Oliveiracffi-ecl: simplify shareable vector implementation
2010-04-25  Luis Oliveiracffi-ecl: inline %mem-set and %mem-ref
2010-04-25  Luis Oliveiracffi-ecl: use C-INLINE when producing compiled code
2010-04-25  Luis Oliveiracffi-ecl: reexport NULL-POINTER-P from SI
2010-04-25  Luis Oliveiracffi-ecl: use ECL's :long-long feature
2010-04-25  Luis OliveiraAllegro: fix WITH-FOREIGN-POINTER
2010-04-21  Jianshi HuangAllow the use of constants in WITH-FOREIGN-OBJECT for...
2010-02-19  Stelian IonescuRemove unused C macro SIGNED_ from common.h
2010-01-06  Luis Oliveiracffi-manual: navigation improvements.
2010-01-01  Luis Oliveiracffi-lispworks: add IGNORE declaration to CREATE-FOREIG...
2010-01-01  Luis Oliveiracffi-lispworks: make null-pointer-p check its argument...
2010-01-01  Luis OliveiraDocumentation: add note about RT, update description...
2010-01-01  Luis OliveiraPreliminary support for ABCL.
2009-12-11  Stelian IonescuUpdate email address.
2009-12-11  Stelian IonescuRemove spurious PRINT call.
2009-11-24  Luis Oliveiracffi-manual: the :STRING type does not support ub8...
2009-11-24  Luis Oliveiralibtest: support 64-bit on OSX Leopard
2009-11-24  Luis Oliveiracffi-tests: show Lispworks the full path to libm.dylib
2009-11-24  Luis Oliveiracffi-lispworks: turns out Lispworks does support llong...
2009-08-23  Stelian IonescuDeprecate groveler clause FLAG in favour of CC-FLAGS.
2009-08-21  Luis Oliveiracffi-allegro: define long long types on 64-bit platforms
2009-08-21  Luis Oliveiracffi-tests: fix pointer-to-integer casts in libtest.c
2009-08-21  Luis Oliveiracffi-tests: don't use stdcall #ifndef WIN32
2009-08-09  Stelian IonescuAlso canonicalize search paths in library specs.
2009-08-08  Stelian IonescuUpdate manual.
2009-08-08  Stelian IonescuWhitespace.
2009-08-08  Stelian IonescuDeclare DEFCALLBACK, DEFCFUN and DEFINE-FOREIGN-LIBRARY...
2009-08-07  Stelian IonescuFix docstring of LIST-FOREIGN-LIBRARIES.
2009-08-07  Stelian IonescuFix reloading a library in LOAD-FOREIGN-LIBRARY.
2009-08-04  Stelian IonescuUse type :wrapper for wrapper libraries generated by...
2009-07-20  Stelian IonescuUse type :test for the test libraries.
2009-07-20  Stelian IonescuAdd the ability to specify a foreign library's type...
2009-07-20  Stelian IonescuCosmetic changes (cconv -> calling-convention).
2009-08-04  Stelian IonescuGroveler fixes for ECL.
2009-07-25  Luis OliveiraECL: support more vector types in CFFI-SYS:WITH-POINTER...
2009-07-10  Luis Oliveiracffi-openmcl: prepend _ to external names on #+darwin...
2009-07-02  Luis Oliveiragrovel: don't use cffi-features.
2009-07-01  Luis Oliveiraclisp: small fix to %FOREIGN-ALLOC
2009-06-25  Stelian IonescuDon't trim #\VT.
2009-06-22  Stelian IonescuGroveler: trim-whitespace not strip-whitespace.
2009-06-22  Stelian IonescuGroveler: fix typo.
2009-06-22  Stelian IonescuGroveler: small refactoring, create *EXE-EXTENSION*
2009-06-22  Stelian IonescuGroveler: move boilerplate C code to common.h
2009-06-22  Stelian IonescuGroveller: fix usage of *CC-FLAGS*.
2009-06-22  Stelian IonescuInclude <string.h> with the groveler boilerplate code.
2009-06-22  Stelian IonescuMove the DEFPACKAGE and INVOKE out of grovel.lisp
2009-06-22  Stelian IonescuStyle change.
2009-06-22  Stelian IonescuGroveler: use WITH-STANDARD-IO-SYNTAX when processing...
2009-06-22  Stelian IonescuGroveler: implement %INVOKE for ABCL.
2009-06-16  Luis Oliveiraupdate cffi.asd for version 0.10.5 v0.10.5
2009-06-16  Luis Oliveiracffi-manual: minor style change.
2009-06-16  Stelian IonescuUpdate docs for groveler clause CONSTANT.
2009-06-15  Luis Oliveiragrovel: remove comment about the *CC* and the CC enviro...
2009-06-15  Luis Oliveiracffi-grovel: use "cc" on non-Windows platforms (includi...
2009-06-14  Luis Oliveiraclisp: avoid using NIL for null pointers.
2009-06-08  Stelian IonescuGroveler: add support for float constants.
2009-06-04  Luis Oliveiracffi-tests.asd: use trivial-features.
2009-06-04  Luis OliveiraAdd stdcall support for callbacks in Clozure CL.
2009-05-26  Luis Oliveiracffi-manual: fix code rot in the DEFCVAR example
2009-05-26  Luis OliveiraFix bug in FOREIGN-FUNCALL.
2009-05-26  Luis OliveiraFix the FOREIGN-STRUCT-SLOT-SET compiler macro for...
2009-04-29  Stelian IonescuBind *PACKAGE* in PROCESS-GROVEL-FILE.
2009-04-07  Luis OliveiraMinor manual fixes.
2009-02-02  Stelian IonescuMake sure that 64bit constants are groveled correctly...
2009-02-01  Luis Oliveiraupdate cffi.asd for version 0.10.4 v0.10.4
2009-01-27  Luis Oliveiracffi-allegro: WITH-POINTER-TO-VECTOR-DATA fix
2009-01-27  Luis OliveiraHandle uninterned symbols in %DEFCALLBACK
2009-01-19  Luis OliveiraShareable byte vector support for Allegro CL
2009-01-09  Luis Oliveiracffi-allegro: use WITH-STATIC-FOBJECT instead of WITH...
2009-01-09  Luis Oliveiracffi-allegro: fix handling of pointers on 64-bit platforms
2009-01-19  Luis Oliveiracffi-clisp: bail out early on when FFI is not available.
2009-01-08  Luis Oliveiracffi-allegro: WITH-FOREIGN-POINTER bug fix
2009-01-07  Stelian IonescuFix ETYPECASE in DEFINE-GROVEL-SYNTAX CSTRUCT.
2008-12-31  Luis OliveiraExperimental DEFCSTRUCT feature: accessors.
2008-12-31  Luis OliveiraImprovements to the :ARRAY type.
2008-12-31  Luis OliveiraApply translators to FOREIGN-SLOT-VALUE on aggregate...
2008-12-31  Luis OliveiraAdd note about FREE-TRANSLATED-OBJECT's PARAM argument.
2008-12-30  Luis Oliveiramanual: miscellaneous improvements
2008-12-28  Stelian IonescuFix %INVOKE on Clisp.
2008-12-28  Stelian IonescuUse ETYPECASE instead of COND in a few places.
2008-10-11  Hugo DuncanAdd the ability to specify a preprocessor symbol as...
2008-12-27  Luis Oliveiradefcvar: don't ignore the documentation string.
2008-12-27  Luis Oliveiramanual: various improvements to the DEFCFUN node
2008-10-29  Luis Oliveiraupdate cffi.asd for version 0.10.3 v0.10.3
2008-10-28  Luis Oliveiracffi-sbcl: Fix brokeness in %close-foreign-library
2008-10-21  Josh ElsasserAllow PROCESS-GROVEL-FILE to work on files with null...
2008-10-14  David BrownShareable Vectors for ECL.
2008-10-09  Stelian IonescuFix SBCL %CLOSE-FOREIGN-LIBRARY wrt changes in 1.0...
2008-09-26  Luis Oliveiragendocs.sh fix: pass --no-userinit to sbcl
next