X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=cc08f36686601ec08b7e5da24b15bcd4ff35eaaf;hb=81c39affc2d4f9b3b3eb3576089d2c3316f01497;hp=c8e9e1d59adf3476f6d805b22947f3fa1d8f24bb;hpb=76ae1bdbadaaf87603ebbe987e59dd1a105f1872;p=uffi.git diff --git a/ChangeLog b/ChangeLog index c8e9e1d..cc08f36 100644 --- 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)