projects/cffi/cffi.git
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...
2006-01-21  Luis OliveiraNew TODO items.
2006-01-21  Luis OliveiraFix foreign-funcall sprintf tests' return types.
2006-01-21  Luis OliveiraDo argument promotion on variadic functions
2006-01-21  Luis OliveiraFix override in clisp's %foreign-type-alignment
2006-01-21  Joerg-Cyril... %foreign-funcall-pointer/clisp: constant fold with...
2006-01-21  Joerg-Cyril... register-callback clisp: use only ffi:exported functions
2006-01-16  Joerg-Cyril... "added one declare ignore"
2006-01-21  Luis OliveiraSignal an error when defcstruct/defcunion is passed...
2006-01-21  Luis OliveiraFix bug in Lispworks's %%foreign-funcall
2006-01-18  Stephen Compallpoint libc manual refs to gnu.org
2006-01-17  Luis OliveiraNew test: FUNCALL.INT.2
2006-01-17  Luis OliveiraFOREIGN-FUNCALL(-POINTER) support for Lispworks
2006-01-17  Luis OliveiraFix bug in default-library-suffix
2006-01-16  Luis Oliveiratests: explicitly load msvcrt.dll on sbcl/win32
2006-01-16  Luis Oliveiravarargs support in defcfun
2006-01-15  Luis OliveiraFix bug in libaries.lisp
2006-01-15  Luis OliveiraLispworks: fix override in %foreign-type-alignment
2006-01-14  James Bielmanuntabify a few files
2006-01-12  Luis OliveiraDocumentation changes
2006-01-11  Luis OliveiraMassage doc/colorize-lisp-examples.lisp a bit
2006-01-11  Stephen CompallImport the tutorial
2006-01-11  Luis Oliveirafix load-foreign-library bug
2006-01-10  James Bielmanfix DISCARD-DOCSTRING to not treat a singleton string...
2006-01-09  James Bielmanupdate uffi-compat to new translator interface
2006-01-07  James Bielmanadd :default expression to auto-append library suffixes
2006-01-07  James Bielmanallow t in library feature expression as default
2006-01-07  James Bielmanremove some finished items from the TODO list
2006-01-07  James Bielmansignal an error when trying to load undefined "logical...
2006-01-06  James Bielmanimplement new callback interface for corman
2006-01-06  James Bielmanimplement new callback interface for ecl
2006-01-06  James Bielmanimplement new callback interface for cmucl
2006-01-06  James Bielmanimplement new callback interface for lispworks
2006-01-06  James Bielmanfix callbacks in saved images in clisp, sbcl, allegro...
2006-01-07  Luis OliveiraNew types. Sized ints and aliases.
2006-01-07  Luis OliveiraSubstitute missing ensure-string.
2006-01-07  Luis OliveiraRemove the TODO item related to load-foreign-library
2006-01-07  Luis Oliveira%foreign-funcall-pointer for ECL
2006-01-07  Luis OliveiraRemove old comments in cffi-clisp and cffi-sbcl
2006-01-07  Luis OliveiraForeign library changes
2006-01-07  Luis OliveiraPushing cffi-features symbols to *features*
2006-01-07  Luis OliveiraNew TODO item about CLISP fasl portability
2006-01-06  James Bielmanadd :size option to defcunion as with defcstruct
2006-01-06  James Bielmanadd todo list entry about setting union size
2006-01-05  James Bielmanadd todo list entry about implementing :uint8 and friends
2006-01-03  James Bielmangensym name and typo fixes
2006-01-03  Joerg-Cyril... ffi:with-c-var's symbol-macrolet repeatedly applies...
2006-01-03  Joerg-Cyril... TODO: foreign-alloc needs testcases
2006-01-02  Joerg-Cyril... with-foreign-pointer [cmucl,sbcl]: forgot one instance...
2006-01-02  Joerg-Cyril... clisp defcallback: free unless invalid (possibly from...
2006-01-03  James Bielmandocument new type translator interface in the manual
2006-01-01  James Bielmanramble a bit in comments about the new interface
2006-01-01  James Bielmanignore NAME in :wrapper UNPARSE method
2006-01-01  James Bielmanproperly handle alloc param chain for typedef translators
2006-01-01  James Bielmanremove DEFINE-TYPE-TRANSLATOR from package exports
2006-01-01  James Bielmannew translator GF protocol, as discussed in IRC
2006-01-01  James Bielmanfix missing newline issues
2005-12-28  James Bielmanremove obsolete comment in MAKE-LOAD-FORM method
2005-12-28  James Bielmannew file, translator example
2005-12-28  James Bielmannew translator interface updates
2005-12-23  James Bielmanfix unused variable warnings
2005-12-23  James Bielmanspecify :argument-precedence-order for translator generics
2005-12-23  James Bielmannew type translator implementation
2006-01-03  Luis Oliveiraload-foreign-library changes
2005-12-30  James Bielmansupport Allegro CL and CLISP modern modes
2005-12-30  Luis OliveiraFix more typos in cffi-manual.
2005-12-30  Luis OliveiraFix foreign-free example in the documentation.
2005-12-30  James Bielmanadd scripts/ directory and release script
2005-12-30  Luis OliveiraFix the struct.names test and update some CLISP comments.
next