From 50a399563245b19812fd404f8d0abb2e13b61d75 Mon Sep 17 00:00:00 2001 From: gerd <gerd> Date: Mon, 24 Feb 2003 13:09:10 +0000 Subject: [PATCH] Add generalized function names under Feature Enhancements. Add dolist and make-string fixes. --- general-info/release-18e.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/general-info/release-18e.txt b/general-info/release-18e.txt index 7d4cb6389..fcd1a02e6 100644 --- a/general-info/release-18e.txt +++ b/general-info/release-18e.txt @@ -33,7 +33,9 @@ New in this release: (getpwuid et al) have been added to the UNIX package. - Support for Unix sockets and for binding to specific IP addresses has been added to the networking code. - + - Support for generalized function names of the form + (<SYMBOL> ...) has been added. See EXT:DEFINE-FUNCTION-NAME-SYNTAX + and EXT:VALID-FUNCTION-NAME-P. * Numerous ANSI compliance fixes: - SYMBOL-MACROLET signals an error when an attempt is made to @@ -132,6 +134,10 @@ New in this release: requirements. - the compiler now checks type declarations on array elements before believing them. + - Special declarations of the DOLIST iteration variable are + now honoured when evaluating the DOLIST result form. + - The argument evaluation order of MAKE-STRING in compiled + code has been fixed. * Other changes: - The sparc port has experimental support for native 64-bit -- GitLab