[cffi-devel] New patches: 3-May-2006
Luis Oliveira
loliveira at common-lisp.net
Thu May 4 04:00:06 UTC 2006
Wed May 3 22:16:23 EDT 2006 James Bielman <jamesjb at jamesjb.com>
* Conditionalize against non-CPU specific word-size features in OpenMCL.
M ./src/cffi-openmcl.lisp -4 +4
Wed May 3 21:54:21 EDT 2006 James Bielman <jamesjb at jamesjb.com>
* Bugfix: Specialize UNPARSE for UFFI-CHAR in CFFI-UFFI-COMPAT.
- Fixes an error when loading FASL files that dumped UFFI-CHAR instead
of (UFFI-CHAR :CHAR) using MAKE-LOAD-FORM.
- Reported by Ricardo Boccato.
M ./uffi-compat/uffi-compat.lisp +3
Wed May 3 02:42:25 EDT 2006 James Bielman <jamesjb at jamesjb.com>
* More copyright header year updates.
M ./Makefile -1 +1
M ./cffi-examples.asd -1 +1
M ./cffi-tests.asd -1 +1
M ./cffi-uffi-compat.asd -1 +1
M ./cffi.asd -1 +1
M ./doc/cffi-sys-spec.texinfo -1 +1
M ./scripts/release.sh -1 +1
Wed May 3 02:39:44 EDT 2006 James Bielman <jamesjb at jamesjb.com>
* Update copyright year in file headers.
M ./COPYRIGHT -1 +1
M ./HEADER -1 +1
M ./examples/examples.lisp -1 +1
M ./examples/gethostname.lisp -1 +1
M ./examples/gettimeofday.lisp -1 +1
M ./examples/run-examples.lisp -1 +1
M ./examples/translator-test.lisp -1 +1
M ./src/cffi-allegro.lisp -1 +1
M ./src/cffi-clisp.lisp -2 +2
M ./src/cffi-cmucl.lisp -1 +1
M ./src/cffi-corman.lisp -1 +1
M ./src/cffi-ecl.lisp -1 +1
M ./src/cffi-gcl.lisp -1 +1
M ./src/cffi-lispworks.lisp -1 +1
M ./src/cffi-openmcl.lisp -1 +1
M ./src/cffi-sbcl.lisp -1 +1
M ./src/cffi-scl.lisp -1 +1
M ./src/early-types.lisp -1 +1
M ./src/enum.lisp -1 +1
M ./src/foreign-vars.lisp -1 +1
M ./src/functions.lisp -1 +1
M ./src/libraries.lisp -1 +1
M ./src/package.lisp -1 +1
M ./src/strings.lisp -1 +1
M ./src/types.lisp -1 +1
M ./src/utils.lisp -1 +1
M ./tests/bindings.lisp -1 +1
M ./tests/enum.lisp -1 +1
M ./tests/foreign-globals.lisp -1 +1
M ./tests/funcall.lisp -1 +1
M ./tests/memory.lisp -1 +1
M ./tests/package.lisp -1 +1
M ./tests/run-tests.lisp -1 +1
M ./tests/struct.lisp -1 +1
M ./tests/union.lisp -1 +1
M ./uffi-compat/uffi-compat.lisp -1 +1
Wed May 3 02:32:41 EDT 2006 James Bielman <jamesjb at jamesjb.com>
* Conditionally set variables for implementations in Makefile.
- Allow overriding from the environment as suggest in the comment, which
didn't actually work. (eg.: OPENMCL=openmcl64 make test)
M ./Makefile -6 +6
Wed May 3 02:16:37 EDT 2006 James Bielman <jamesjb at jamesjb.com>
* Add OpenMCL/X86-64 fasl files to 'make clean'.
M ./Makefile -1 +1
An updated tarball of CFFI's source can be downloaded here:
http://common-lisp.net/project/cffi/tarballs/cffi-060503.tar.gz
Darcsweb URL:
http://common-lisp.net/cgi-bin/darcsweb/darcsweb.cgi?r=cffi;a=summary
More information about the cffi-devel
mailing list