X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=ChangeLog;h=0fa5816a5e159193b40615f94b5ab1bf51f7f14a;hb=39af1ecd34f7cefc376c62a005939f849f135629;hp=3e99d1cb783d797374312dc70b22b5a79cbebe1e;hpb=b0b263f7735028b6198593365c8285a6367882af;p=uffi.git diff --git a/ChangeLog b/ChangeLog index 3e99d1c..0fa5816 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,19 +1,35 @@ +2002-08-25 Kevin Rosenberg (kevin@rosenberg.net) + - Restructure directories to attempt to properly handle both + Common Lisp Controller and non-CLC systems + +2002-08-17 Kevin Rosenberg (kevin@rosenberg.net) + + - add uffi.asd for ASDF users + +2002-08-01 Kevin Rosenberg (kevin@rosenberg.net) + - Restructure directories to improve Common Lisp Controller v3 + compatibility + +2002-07-25 Kevin Rosenberg (kevin@rosenberg.net) + + - Rework handling of logical pathnames. + - Move run-examples.cl to examples directory. + 2002-06-28 Kevin Rosenberg (kevin@rosenberg.net) - * Added size-of-foreign-type function. + - Added size-of-foreign-type function. 2002-06-26 Kevin Rosenberg (kevin@rosenberg.net) - * Fix bug in Lispworks allocate-foreign-object - - * Added new :unsigned-byte type. Made :byte signed. + - Fix bug in Lispworks allocate-foreign-object + - Added new :unsigned-byte type. Made :byte signed. 2002-04-27 Kevin Rosenberg (kevin@rosenberg.net) - * misc files + - misc files First debian version 2002-04-23 Kevin Rosenberg (kevin@rosenberg.net) - * doc/* + - doc/* Updated to debian docbook catalog 2002-04-23 John DeSoi (desoi@mac.com)