projects/cffi/cffi.git
2006-04-24  Luis OliveiraOops, forgot to bump the version number. v0.9.1
2006-04-18  Luis OliveiraMake release.sh more suitable for versioned releases
2006-04-18  Luis OliveiraMore minor changes to cffi-tests
2006-04-14  Luis OliveiraAdd 'all' target to doc/Makefile
2006-04-14  Luis Oliveiraupdate tests
2006-04-14  Luis Oliveiranon-toplevel defcallback forms
2006-04-14  Luis Oliveiraforeign-symbol-pointer changes
2006-04-14  Luis OliveiraNew TODO item: warn about :void
2006-03-27  Stephen Compallremove *runtime-translator-form* from the interface
2006-03-01  Stephen Compalldemonstrate differing behavior between foreign-dyn...
2006-03-30  Luis Oliveirasbcl/win32: mark defcfun.undefined as an expected failure
2006-03-30  Luis Oliveiracmucl: top-level-lambda-max
2006-03-30  Luis OliveiraSmall doc changes.
2006-03-28  Stephen Compallmanual-don't use PRINT-OBJECT for CONDITIONs
2006-03-16  Stephen Compallsmall manual fixes
2006-03-16  Luis OliveiraLispworks: use regression-test instead of rt.
2006-03-16  Luis OliveiraSCL update + new cffi-sys primitive
2006-03-16  Luis Oliveirawhen (and ecl (not dffi)) cffi:load-foreign-library...
2006-03-01  Stephen Compallmanual: convert-* interface, optimizing translators...
2006-02-28  Luis OliveiraRemove known issues sub-section from the manual.
2006-02-28  Luis OliveiraTODO item about a pointer type, suggested by Jörg Höhle
2006-02-28  Stephen Compallmanual: strings, foreign allocation, add `Wrapper gener...
2006-02-27  Luis OliveiraMore testing
2006-02-27  Luis OliveiraTODO item about our use of EVAL
2006-02-25  Luis OliveiraTry to improve the wording in foreign-alloc's description..
2006-02-25  Luis OliveiraMinor change to foreign-alloc's documentation
2006-02-25  Luis Oliveiraforeign-alloc changes
2006-02-24  Luis OliveiraMore tests
2006-02-24  Luis OliveiraFix cffi-lispworks bug in foreign-funcall.
2006-02-23  Luis OliveiraSCL port, courtesy of Douglas Crosher
2006-02-23  Luis OliveiraUpdate TODO item about fixnums.
2006-02-23  Luis OliveiraImplement and use my_llabs instead of llabs in tests
2006-02-20  Luis OliveiraMake CLISP not throw an error on undefined functions
2006-02-17  James BielmanFix LOOP indentation in backends.
2006-02-16  James BielmanFix and add tests for %MEM-REF and %MEM-SET evaluation...
2006-02-16  Luis OliveiraFix typo. extend -> extent
2006-02-16  Luis OliveiraMinor change to tests/defcfun.lisp
2006-02-16  Luis OliveiraCFFI Manual update
2006-02-16  Luis OliveiraNew functions convert-to/from-foreign and free-converte...
2006-02-16  Luis OliveiraNew TODO item: defcfun compiler macros
2006-02-15  James BielmanImplement compiler macros for %MEM-REF and %MEM-SET...
2006-02-15  James BielmanDelete LispWorks/Linux .ufsl files on make clean.
2006-02-15  James BielmanUse C limits for foreign floats and doubles instead...
2006-02-15  Luis OliveiraOops, fix tests.
2006-02-15  James BielmanChange +REQUIRED-DLL-VERSION+ to *REQUIRED-DLL-VERSION*.
2006-02-15  James BielmanRemove completed TODO item about building 32 and 64...
2006-02-15  Luis OliveiraA few more tests
2006-02-15  Luis OliveiraMinor test changes
2006-02-15  Luis OliveiraMake (%callback 'non-existant-callback) signal an error
2006-02-15  James BielmanImplement %MEM-REF and %MEM-SET compiler macros for...
2006-02-15  James BielmanIgnore RETTYPE in Allegro CL %DEFCALLBACK.
2006-02-14  Luis OliveiraFix float varargs promotion.
2006-02-14  Luis OliveiraPreliminary random tester.
2006-02-14  Luis OliveiraMORE TESTS
2006-02-14  Luis OliveiraChange defconstant to defparameter in bindings.lisp
2006-02-14  Luis OliveiraMacroexpansion-time translators
2006-02-12  Jack UnrueImplement simple version check for libtest DLL
2006-02-11  James BielmanPush CFFI-FEATURES:X86-64 on Allegro/amd64.
2006-02-10  Luis OliveiraRemoved outdated comment from the colorize script.
2006-02-10  Luis OliveiraUse slanted instead of italic for VAR in style.css
2006-02-10  Stephen Compalluse lispcmt for code comments instead of @r
2006-02-10  Stephen Compallmake Texinfo @r and colorize play nice
2006-02-10  Luis OliveiraRemove @r{} in manual's code comments
2006-02-10  Luis OliveiraMore minor doc changes.
2006-02-10  Luis OliveiraMake :boolean accept typedefs to integer types.
2006-02-09  Luis OliveiraMinor documentation changes
2006-02-09  Stephen Compallreference prose in Pointers and Strings manual chapters
2006-02-06  James BielmanRemove note about unsupported FOREIGN-FUNCALL on Lispworks.
2006-02-04  James BielmanUpdate system definition version to 0.9.0. v0.9.0
2006-02-03  James BielmanUse DEFINE-FOREIGN-LIBRARY to load the test shared...
2006-02-03  James BielmanBuild an additional 32-bit libtest.so on x86-64 Linux.
2006-02-04  James BielmanDon't add CFFI-FEATURES:UNIX to *FEATURES* on SBCL...
2006-02-04  James BielmanDisable test DEFCFUN.VARARGS.FLOAT for now.
2006-02-03  James BielmanAdd tests for keyword arguments to FOREIGN-ALLOC.
2006-02-03  James BielmanAdd two new tests for MAKE-POINTER and INC-POINTER.
2006-02-03  James BielmanAdd CFFI-FEATURES:X86-64 and push it on *FEATURES*...
2006-02-03  Luis OliveiraNew test: callbacks.funcall
2006-02-03  Luis OliveiraRemove outdated comment about foreign-slot-value
2006-02-03  James BielmanMinor documentation updates.
2006-02-03  James BielmanUpdate documentation for DEFCTYPE.
2006-02-03  James BielmanAdd tests for non-translatable typedefs.
2006-02-03  James BielmanFix INVERSE-TRANSLATE-OBJECTS to respect TRANSLATE-P.
2006-02-03  James BielmanParse and lift declarations properly for DEFCALLBACK.
2006-02-03  James BielmanAdd TODO entry to compile a 32-bit libtest on 64-bit...
2006-02-03  James BielmanRemove documentation string from test type.
2006-02-03  James BielmanAdd ERRORP keyword argument to FOREIGN-ENUM-VALUE ...
2006-02-03  James BielmanAdd an optimization for defining non-translatable types.
2006-02-02  Luis OliveiraEvaluate define-foreign-librare earlier for CMUCL
2006-02-02  Luis OliveiraImplement defbitfield
2006-02-02  Luis OliveiraFix allegro's %load-foreign-library
2006-02-01  Luis OliveiraMake defcenum accept duplicate values.
2006-02-01  keriaxAdd check for FreeBSD and remove some redundant assignm...
2006-01-30  Luis OliveiraAdd option to defcenum
2006-01-26  Luis OliveiraComment about why cffi-features:no-*
2006-01-26  Luis OliveiraUse l-t-v in lispworks's %foreign-funcall
2006-01-25  Luis Oliveiramore doc changes; renamed features
2006-01-24  Stephen Compallstabilize the last few doc changes
2006-01-23  Luis Oliveiradocumentation changes
2006-01-23  Stephen Compalldocument new library interface, some other manual stuff
2006-01-19  Stephen Compallupdate manual Introduction and Foreign types, texinfo...
next