X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=4ca19bb9705d5f0a6c09ac90452f4d3865985dbb;hb=66f5a25945b334732c2420fbe73b389e89de1669;hp=13f8e7d86bb498ea6a0b352baf572fbaf20152d8;hpb=868ae7fad94b80592524dea37eae1000075605c6;p=uffi.git diff --git a/ChangeLog b/ChangeLog index 13f8e7d..4ca19bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,28 @@ -2004-05-20 Kevin Rosenberg (kevin@rosenberg.net) - * Version 1.5.0 released - * Reworked array allocation and dereferencing for cmu/sbcl for greater - consistancy/robustness. Hopefully, this won't break any packages that use - UFFI, but the change does slightly change the alien types of foreign variables. +2005-04-03 Kevin Rosenberg (kevin@rosenberg.net) + * src/objects.lisp: Commit patch from James Bielman to add + def-foreign-var support for OpenMCL + +2005-03-03 Kevin Rosenberg (kevin@rosenberg.net) + * src/primitives.lisp: Add support for :union types + [patch from Cyrus Harmon] + * tests/union.lisp, tests/structs.lisp: Tests for + union and structure types [from Cyrus Harmon] + +2005-02-22 Kevin Rosenberg (kevin@rosenberg.net) + * src/primitives.lisp, src/strings.lisp: Better support + for sb-unicode [from Yoshinori Tahara and R. Mattes] +2005-01-22 Kevin Rosenberg (kevin@rosenberg.net) + * src/primitives.lisp: Better support SBCL-AMD64 + +2004-11-08 Kevin Rosenberg (kevin@rosenberg.net) + * src/strings.lisp: Better support sb-unicode + * tests/compress.lisp: Support sb-unicode + +2004-10-07 Kevin Rosenberg (kevin@rosenberg.net) + * src/objects.lisp: Add new function: + convert-from-foreign-usb8 + 2004-04-15 Kevin Rosenberg (kevin@rosenberg.net) * src/objects.lisp: Add new functions: MAKE-POINTER and POINTER-ADDRESS