projects/cffi/cffi.git
2012-04-14  Luís Oliveiracffi-ecl: check for long-long support. bugfix-v0.10.7.1 v0.10.7.1
2012-04-14  Luís Oliveiracffi-tests: don't attempt to create threads when Lisp...
2012-04-14  Luís Oliveiracffi-tests: exclude encodings requiring BOM in STRING...
2012-04-14  Luís Oliveiracffi-tests: replace UTF-16 test with explicit UTF-16...
2012-04-14  Luís Oliveiracffi-manual: fix TRANSLATE-NAME-FROM-FOREIGN example.
2012-04-14  Luís OliveiraApply CANONICALIZE-SYMBOL-NAME-CASE to symbols created...
2012-04-14  Stelian IonescuFix typo: signed 64bit accessor is sb-sys:signed-sap...
2012-03-11  Luís Oliveiracffi-abcl: implement callbacks. v0.10.7
2012-03-11  Luís Oliveiracffi-abcl: autoload JNA dependency.
2012-03-10  Luís OliveiraAdd support for Digitool MCL.
2012-01-26  Luís Oliveiracffi-abcl: fix bitrot. s/calling-convention/convention
2012-01-13  Luís Oliveiracffi-allegro: signal clearer error when [u]llong is...
2012-01-10  Luís Oliveiracffi-tests: fix bug in ullong(); mark expected failure.
2012-01-10  Jianshi Huangminor fix for allegrocl's long-long support
2012-01-07  Luís OliveiraNew tests: DEFCFUN.UNSIGNED-LONG-LONG and FUNCALL.UNSIG...
2012-01-06  Luís Oliveiracffi-tests: make compilation of 32-bit libtest optional.
2011-11-21  Luís OliveiraFix uffi-compat:octets-to-string.
2011-11-16  Anton KovalenkoFixed incorrect use of sap-ref-word for longs on 64...
2011-11-10  Dmitry IgnatievAdded stdcall callback support for SBCL back-end
2011-11-10  Luís Oliveiragrovel: dispatch on size of :POINTER to initialize...
2011-09-17  Luís Oliveiragrovel: fix CVAR's Lisp-side expansion.
2011-09-10  Luís Oliveiracffi-manual: fix secondary values in examples of CONVER...
2011-09-10  Luís Oliveiragitignore *.xfasl
2011-09-10  Luís Oliveiracffi-tests: fix duplicate test name.
2011-09-09  Luís Oliveiracffi-tests: remove bogus const qualifier in my_strfree().
2011-06-21  Stelian IonescuMake UFFI:FOREIGN-ENCODED-OCTET-COUNT evaluate its...
2011-05-26  Luís OliveiraWorkaround for foreign library loading on OSX.
2011-05-26  Luís OliveiraFix regression: handle (load-foreign-library '(:framewo...
2011-04-17  Luís Oliveiracffi-tests: fix defcfun.parse-name-and-options.[12]
2011-04-17  Luís Oliveiracffi-manual: remove bogus reference from main index.
2011-04-17  Luís OliveiraAdded TRANSLATE-NAME-{TO,FROM}-FOREIGN.
2011-02-11  Desmond O.... Add documentation for groveller bitfield support
2011-02-11  Desmond O.... Add groveller bitfield support
2011-01-07  Luís Oliveiracffi-ecl: DFFI fixes and handle non-existent foreign...
2011-01-07  Luís OliveiraNew FOREIGN-SYMBOL-POINTER tests
2011-01-03  Stelian IonescuOops, fix RELOAD-FOREIGN-LIBRARIES
2011-01-02  Stelian IonescuQuote VAL in all necessary places in BSET
2011-01-02  Stelian IonescuAdd function RELOAD-FOREIGN-LIBRARIES
2010-12-05  Luís Oliveiracffi-uffi-compat: implement UFFI's foreign string encod...
2010-11-04  Stelian IonescuFix {LOAD,CLOSE}-FOREIGN-LIBRARY to accept pathnames...
2010-10-24  Stelian IonescuFix grovel wrapper generators, add type checking to...
2010-10-09  Stelian IonescuFix DEFWRAPPER, following changes to cffi::{foreign...
2010-09-19  Stelian IonescuRewrite PARSE-NAME-AND-OPTIONS to make it more comprehe...
2010-09-19  Stelian IonescuMerge remote branch 'clnet/master'
2010-09-19  Stelian IonescuBuild grovel-wrappers with the same CFLAGS used by...
2010-09-19  Stelian IonescuAdd MacPorts include path to *cc-flags* on OSX
2010-09-19  Stelian IonescuFix building grovel-wrappers on Windows
2010-09-19  Stelian IonescuUpdate email address
2010-09-19  Stelian IonescuImprove foreign library support
2010-09-19  Stelian IonescuFix closing shared libraries on CCL
2010-09-09  Luís OliveiraImprove Darwin compatibility in tests/GNUmakefile
2010-09-06  Luís Oliveirauffi-compat: change handling of :char to match UFFI...
2010-09-06  Luís OliveiraFix handling of (defcfun nil ...)
2010-08-22  Luís OliveiraAdd *.fasl and .DS_Store to .gitignore.
2010-08-22  Luís OliveiraUpdate Emily Backes's copyrights.
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.
next