X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=308e4db76cc20a154204ececf17890b733b0fcf1;hb=da9ef130a96ba9102fc0cf68b1fe8cd0a90e67b7;hp=df73e443cbdcd845a4de9f058d9cb4d7c4e57605;hpb=6ab554f2441048c9c726104d4f3c6a6acccaf383;p=uffi.git diff --git a/ChangeLog b/ChangeLog index df73e44..308e4db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,53 @@ +2007-07-22 Kevin Rosenberg (kevin@rosenberg.net) + * Version 1.6.0 (SPECIFICATION CHANGE) + * doc/ref_func_libr.xml: Change the specification of + load-foreign-library to better match the actual action of the + function. Rather than returning NIL for failure to load library, + signal an error. + * src/libraries.lisp: Rework load-foreign-library to ensure errors + are signaled on failure to load library. This was the case for + some implementations, change the other implementations to + match. (Inconsistency found due to Mark Wooding's remarks) + +2007-04-12 Kevin Rosenberg (kevin@rosenberg.net) + * Version 1.5.18 + * src/functions.lisp: Patch from Ian Eslick for Lispworks 5 + +2006-10-10 Kevin Rosenberg (kevin@rosenberg.net) + * Version 1.5.17 + * src/functions.lisp: Patch from Edi Weitz for Lispworks 5/Linux + +2006-09-02 Kevin Rosenberg (kevin@rosenberg.net) + * Version 1.5.16 + * src/libraries.lisp: Add cygwin support + +2006-08-13 Kevin Rosenberg (kevin@rosenberg.net) + * Version 1.5.15 + * src/{objects,strings}.lisp: Add support for Lispworks 5 + thanks to patches from Bill Atkins + +2006-07-04 Kevin Rosenberg (kevin@rosenberg.net) + * Version 1.5.14 + * src/{objects,strings}.lisp: Apply patch from Edi Weitz + +2006-05-17 Kevin Rosenberg (kevin@rosenberg.net) + * Version 1.5.13 + * src/libraries.lisp: Revert buggy patch from Yaroslav Kavenchuk. + +2006-05-17 Kevin Rosenberg (kevin@rosenberg.net) + * Version 1.5.12 + * src/libraries.lisp: Patch from Yaroslav Kavenchuk to set + default drive letters on MS Windows. + +2006-05-11 Kevin Rosenberg (kevin@rosenberg.net) + * Version 1.5.11: Export new macro DEF-POINTER-VAR based on patch from + James Bielman to support defining variables on platforms which + support saving objects, such as openmcl + 2006-04-17 Kevin Rosenberg (kevin@rosenberg.net) * Version 1.5.10: Commit patch from Gary King for openmcl's feature list change - + 2005-11-14 Kevin Rosenberg (kevin@rosenberg.net) * Version 1.5.7 * src/strings.lisp: Add with-foreign-strings by James Biel