projects/cffi/cffi.git
2006-09-08  Luis OliveiraForgot to increment the version number in the .asd... v0.9.2
2006-09-08  Luis OliveiraFix some conflicts.
2006-09-08  Luis Oliveirawith-foreign-string: accept ub8 arrays.
2006-09-07  asfAllow ub8 arrays to be autoconverted to foreign strings
2006-09-08  Luis OliveiraDocumentation update.
2006-09-07  Luis OliveiraBump ddl_version in libtest.c
2006-09-07  asfAllow ub8 arrays to be autoconverted to foreign strings
2006-09-07  asfUse array-total-size-limit as the max size for strings
2006-09-06  Luis OliveiraUse the RTEST package nickname instead of RT because...
2006-09-06  Luis OliveiraBackwards compatibility for cffi-clisp's foreign-funcall
2006-09-05  Luis OliveiraSupport for recent CVS versions of CLISP
2006-09-05  Luis Oliveira[u]llong alignment issues on darwin/ppc
2006-08-31  Luis OliveiraNew TODO items about LOAD-FOREIGN-LIBRARY.
2006-08-31  Luis OliveiraNew macro: INCF-POINTER (with documentation)
2006-08-31  Luis OliveiraMisc manual cleanups like s/
2006-08-31  Luis OliveiraUpdate cffi-uffi-compat to reflect recent UFFI changes.
2006-06-27  Luis OliveiraAdd long-long support to CLISP
2006-06-27  Luis OliveiraECL fixes
2006-06-13  Stephen Compallreview Foreign Types; add Glossary
2006-05-17  Nathan Birduffi-compat: in load-foreign-library, don't probe for...
2006-06-07  Luis OliveiraRun tests both compiled and uncompiled.
2006-06-07  Luis OliveiraHuh. Found a very old and incomplete sentence in the...
2006-06-07  Luis OliveiraMinor comestic change in foreign-vars.lisp
2006-06-07  Luis OliveiraLispworks bugfix: %mem-ref and %mem-set compiler macros
2006-05-27  Luis Oliveirabugfix: accept symbols in defcvar
2006-05-26  Luis OliveiraMinor simplification in tests/bindings.lisp
2006-05-26  Luis OliveiraFix some ECL bugs (maybe)
2006-05-20  Luis OliveiraFix uffi-compat bugs
2006-05-14  Luis OliveiraFix problem with declarations in DEFCALLBACKs
2006-05-12  Stephen Compallchange first automatic defbitfield value to 1
2006-05-11  Stephen Compalldefbitfield: explicit initial zero case
2006-05-11  Stephen Compallonly single-bits affect defbitfield implicit values
2006-05-11  Luis OliveiraFix defbitfield bug and new test
2006-05-11  Stephen Compallimplicit defbitfield symbol values
2006-05-07  James BielmanMake :POINTER a parameterized foreign type.
2006-05-07  James BielmanBugfix: Quote type arguments to %DEFCFUN-VARARGS.
2006-05-04  James BielmanRecognize OpenMCL/X86-64 and set CFFI features accordingly.
2006-05-04  James BielmanConditionalize against non-CPU specific word-size featu...
2006-05-04  James BielmanBugfix: Specialize UNPARSE for UFFI-CHAR in CFFI-UFFI...
2006-05-03  James BielmanMore copyright header year updates.
2006-05-03  James BielmanUpdate copyright year in file headers.
2006-05-03  James BielmanConditionally set variables for implementations in...
2006-05-03  James BielmanAdd OpenMCL/X86-64 fasl files to 'make clean'.
2006-04-24  Luis OliveiraMake corman's finalizers thread-safe (hopefully)
2006-04-24  Luis OliveiraAdd support for finalizers
2006-04-24  Luis OliveiraInclude stdint.h in libtest.c
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
next