X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=0a5a2576cfd457988eee5b5c33be47e63769bde9;hb=11f2368e2aa756f12f698ce3f2d5182d2299dafc;hp=cc08f36686601ec08b7e5da24b15bcd4ff35eaaf;hpb=fc85b603152cea9b5fff03fa7085cce3536b17f7;p=uffi.git diff --git a/ChangeLog b/ChangeLog index cc08f36..0a5a257 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +SCHEDULED CHANGES + * Change dereferencing of pointers to :char and :unsigned-char types. + May need to have ensure-char as routine to correctly handle setf + expansions. CMUCL strtol is broken because of signedness. + Right now, LW prefers unsigned and CMUCL prefers signed + string arrays. + * Need to clean signedness of allocate-foreign-string + +19 Mar 2002 + * Added size parameter to allocate-foreign-object. Creates an array + of dimensions size. + * Got array-2d example working with a 1-d array. + * Cleaned strtol example + +18 Mar 2002 + * Documentation fixes (Erik Winkels) + * Fixed missing '.' in CMUCL type declarations (Erik Winkels) + 17 Mar 2002 * Changed deref-pointer so it always returns a character when called with a :char or :unsigned-char type