Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
50a39956
Commit
50a39956
authored
22 years ago
by
gerd
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
general-info/release-18e.txt
+7
-1
7 additions, 1 deletion
general-info/release-18e.txt
with
7 additions
and
1 deletion
general-info/release-18e.txt
+
7
−
1
View file @
50a39956
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment