X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=3ceca64638f5ddd4a38c75b6ff1a920b05962e50;hb=5dab1da154a199e054832dfb1ad8e182bc319ed9;hp=9969e763423ccef4ae75df317d192ebcf68be2b8;hpb=895cdddc64ad069c4d8173a21d0d5ce47b79e919;p=uffi.git diff --git a/ChangeLog b/ChangeLog index 9969e76..3ceca64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,30 @@ +2010-01-28 Kevin Rosenberg (kevin@rosenberg.net) + * Version 1.7.0 + * src/{functions.lisp,objects.lisp,strings.lisp}: Support Lispworks 6 + +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