X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=b3925d412ce304021a5fc9f091542b7d5d06340c;hb=0098cf4f463b8892a97459bb24234466abaaa0b4;hp=0a5a2576cfd457988eee5b5c33be47e63769bde9;hpb=11f2368e2aa756f12f698ce3f2d5182d2299dafc;p=uffi.git diff --git a/ChangeLog b/ChangeLog index 0a5a257..b3925d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,16 +1,13 @@ -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 +See TODO file -- actively maintained. Includes changes that you + might expect in the interface. + 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 + * Added TODO file 18 Mar 2002 * Documentation fixes (Erik Winkels)