r1601: Added def-union, fixed ensure-char-* error
[uffi.git] / ChangeLog
index 4ff03b976fd4755b780c740cacb43ea6db1e3bc4..1d69f94aac36b27f719be927919a0b68e775f0b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 See TODO file -- actively maintained. Includes changes that you
        might expect in the interface.
+
+21 Mar 2002
+       * Fixed problem with NULL foreign-strings with CMUCL
+       * Added c-test-fns to examples for allow more specific testing
+       of UFFI. Builds on UNIX and Win32 platforms.
+       * Added def-union function, added union.cl example
+       * Fixed error with ensure-char-[character|integer]
        
 20 Mar 2002
        * Updated strings.cl so that foreign-strings are always unsigned.