From ce76fe27cbbb4f6bac18a0ffd7bd4f454f7d4a02 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 10 Mar 2002 11:28:27 +0000 Subject: [PATCH] r1533: *** empty log message *** --- ChangeLog | 33 +++++++++++++++++++++------------ 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2e92fe1..6ed9d59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,23 +1,32 @@ -10 Mar 2002 +9 Mar 2002 + * Made Allegro CL array access more efficient - * Renamed c-string to cstring to emphasize it as a basic type -9 Mar 2002 * Changed def-routine name to def-function - * Fixed bug in def-function for Lispworks + + * Fixed bug in def-function for Lispworks] + * Fixed error in +null-c-string-pointer+ name - * Fixed error in (make*null*pointer) for Lispworks - * Reworked Lispwork c-strings to be (* :char) rather than - the implementation default of (* (:unsigned :char)) to be - consistent with CMUCL. Bumped version to 0.2.0 because of - change this change. + + * Fixed error in (make-null-pointer) for Lispworks + + * Reworked Lispwork c-strings to be (* :char) rather than the + implementation default of (* (:unsigned :char)) to be consistent + with CMUCL. Bumped version to 0.2.0 because of change this change. + + * Renamed c-string to cstring to emphasize it as a basic type + * Modified getenv.cl example to avoid name collison with LW + * Modified compress.cl to setup output buffer as :unsigned*char - * Added test*all*examples function. All routines tested - okay with ACL, LW, and CMUCL + + * Added test-all-examples function. All routines tested okay with + ACL, LW, and CMUCL 8 Mar 2002 + * Added ZIP file output with LF->CRLF translations to distribution - * Modified def*enum to use uffi:def*constant rather than + + * Modified def-enum to use uffi:def-constant rather than cl:defconstant -- 2.34.1