r1741: Added find-foreign-library
[uffi.git] / ChangeLog
index 0718693a512588206e13b4d129f1ffaab70836b6..a6dd8aae06944f77cda039a36a7f5a134e256461 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,20 @@
+2002-04-02 Kevin Rosenberg (kevin@rosenberg.net)
+       * src/libraries.cl:
+       Added test for .so libraries on CMUCL and use sys::load-object-file instead
+       of alien:load-library-file
+
+       * examples/Makefile:
+       Updated defaults so library is created correctly on Linux, FreeBSD, and Solaris
+
 2002-04-02 Kevin Rosenberg (kevin@rosenberg.net)
        * examples/compress.cl:
        Fixed missing '/'
 
+       * examples/union.cl:
+       Added support for SPARC big-endian
+       
        * test-examples.cl:
-       Start work on automated testing
+       Automated testing suite
        
 2002-04-01 Kevin Rosenberg (kevin@rosenberg.net)