Tue Sep 5 06:34:18 EDT 2006 Luis Oliveira <loliveira@common-lisp.net> * Support for recent CVS versions of CLISP - As of 2006-09-03, CLISP's FFI::FOREIGN-LIBRARY-FUNCTION takes an additional argument. Accomodated this change. Patch courtesy of Kevin Rosenberg. M ./src/cffi-clisp.lisp -1 +1 Tue Sep 5 06:11:50 EDT 2006 Luis Oliveira <loliveira@common-lisp.net> * [u]llong alignment issues on darwin/ppc - CLISP: special case for :[unsigned-]long-long on darwin/ppc. - SBCL: missing special case for :unsigned-long-long. - New regression test: STRUCT.ALIGNMENT.8. M ./src/cffi-clisp.lisp -2 +3 M ./src/cffi-sbcl.lisp -2 +3 M ./tests/libtest.c +24 M ./tests/struct.lisp +29 An updated tarball of CFFI's source can be downloaded here: http://common-lisp.net/project/cffi/tarballs/cffi-060905.tar.gz Darcsweb URL: http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi?r=cffi;a=summary