Skip to content
Snippets Groups Projects
Commit 50a39956 authored by gerd's avatar gerd
Browse files

Add generalized function names under Feature Enhancements.

Add dolist and make-string fixes.
parent 26eacd72
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,9 @@ New in this release: ...@@ -33,7 +33,9 @@ New in this release:
(getpwuid et al) have been added to the UNIX package. (getpwuid et al) have been added to the UNIX package.
- Support for Unix sockets and for binding to specific IP - Support for Unix sockets and for binding to specific IP
addresses has been added to the networking code. 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: * Numerous ANSI compliance fixes:
- SYMBOL-MACROLET signals an error when an attempt is made to - SYMBOL-MACROLET signals an error when an attempt is made to
...@@ -132,6 +134,10 @@ New in this release: ...@@ -132,6 +134,10 @@ New in this release:
requirements. requirements.
- the compiler now checks type declarations on array elements - the compiler now checks type declarations on array elements
before believing them. 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: * Other changes:
- The sparc port has experimental support for native 64-bit - The sparc port has experimental support for native 64-bit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment