r1585: *** empty log message ***
[uffi.git] / ChangeLog
index c8e9e1d59adf3476f6d805b22947f3fa1d8f24bb..cc08f36686601ec08b7e5da24b15bcd4ff35eaaf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
-16 Mar
+17 Mar 2002
+       * Changed deref-pointer so it always returns a character when
+       called with a :char or :unsigned-char type
+       * Removed function ensure-char as no longer needed
+       * Added missing :byte specifier to Lispworks
+       * Changed default string type in Lispworks to :unsigned-char
+       which is the native type for Lispworks foreign-strings.
+       * Reworked strtol to handle new character pointing method
+       
+16 Mar 2002
        * Fixed return value in load-foreign-library (Thanks Erik Winkels),
        modified routine to accept pathnames as well as strings.
        * Fix documention with :pointer-void (Again, Erik Winkels)