* tests/foreign-loader.lisp: Commit patch from Luis Oliveira
[uffi.git] / ChangeLog
index c04671d84c995ef9ac09ac12d41b51a8d3e8552a..72125bd675c0b6797f45508093306582d56f2508 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2008-07-25 Kevin Rosenberg (kevin@rosenberg.net)
+       * tests/foreign-loader.lisp: Commit patch from Luis Oliveira
+       to use directory of *compile-file-truename* 
+
+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
+       
+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.