X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=94e7d471f99895bd66e46072ef8db4e5884740cf;hb=a960f62cd8258585d12f2b05cd5d54fafd6ed9cc;hp=b08795021e25f773623a1284bfc6942dfc96f4ea;hpb=1e5809bc5e68d9f1f5a676fa24253b3b95d490ac;p=uffi.git diff --git a/ChangeLog b/ChangeLog index b087950..94e7d47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2007-09-17 Kevin Rosenberg (kevin@rosenberg.net) + * doc/Makefile, doc/html.xsl: Change output encoding from + ISO-8859-1 to UTF-8 + +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