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
1c7ac7fa
Commit
1c7ac7fa
authored
22 years ago
by
toy
Browse files
Options
Downloads
Patches
Plain Diff
Update with recent changes.
parent
eef3a4b4
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
+12
-1
12 additions, 1 deletion
general-info/release-18e.txt
with
12 additions
and
1 deletion
general-info/release-18e.txt
+
12
−
1
View file @
1c7ac7fa
...
...
@@ -4,7 +4,7 @@
The CMUCL project is pleased to announce the release of CMUCL 18e.
This is a major release which contains numerous enhancements and
bugfixes from the 18
e
release.
bugfixes from the 18
d
release.
CMUCL is a free, high performance implementation of the Common Lisp
programming language which runs on most major Unix platforms. It
...
...
@@ -46,6 +46,8 @@ New in this release:
- the ECASE and CCASE macros are allowed to use T and OTHERWISE
as regular keys, instead of as the otherwise clause. CMUCL
prints a warning about this being poor style.
- the type (complex (eql 0)) is accepted now instead of
generating an error.
* Numerous bugfixes:
- READ-BYTE on certain types of multi-byte elements was incorrect
...
...
@@ -86,6 +88,14 @@ New in this release:
argument is an input or output stream, as appropriate
- numerous error conditions are signalled using a more specific
condition type than a generic error
- many (all?) cases where the unused labels functions were
causing a compiler assertion error.
- some cases where the compiler was incorrectly deriving the
types of functions have been fixed.
- error reporting in many areas have been improved to be more
specific and/or ANSI compliant.
- error detection of defclass options in line with ANSI
requirements.
* Other changes:
- the function PROFILE:REPORT-TIME no longer prints out a long
...
...
@@ -94,6 +104,7 @@ New in this release:
PROFILE::*NO-CALLS-LIMIT*.
- reinstated the ability to build small runtime images (excluding
the compiler)
- DESCRIBE will print a note if a symbol names a type-specifier
* Code cleanups:
...
...
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