X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=cc08f36686601ec08b7e5da24b15bcd4ff35eaaf;hb=fc85b603152cea9b5fff03fa7085cce3536b17f7;hp=fc82cfbefd1ba8762e73027e532ea322eb6788fd;hpb=4feeedf3f69fdc337fa6268aa7ca1e7f55c1fdb5;p=uffi.git diff --git a/ChangeLog b/ChangeLog index fc82cfb..cc08f36 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,25 @@ +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) + * Added missing type specifiers for CMUCL (Thanks a bunch, Erik!) + 15 Mar 2002 * Finished basic skeleton of documentation. 14 Mar 2002 * Changed license to more liberal Lisp Lessor GNU Public License - * Fixed problem with including uffi.system in distribution (Thanks John DeSoi) + * Fixed problem with uffi.system absent from in distribution + (Thanks John DeSoi) * Fixed compiler warnings