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
b93fd204
Commit
b93fd204
authored
21 years ago
by
emarsden
Browse files
Options
Downloads
Patches
Plain Diff
- information about package locks in the release notes (documentation
in the CMUCL User's Manual to be added eventually)
parent
807d6f0f
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-19a.txt
+8
-0
8 additions, 0 deletions
general-info/release-19a.txt
with
8 additions
and
0 deletions
general-info/release-19a.txt
+
8
−
0
View file @
b93fd204
...
...
@@ -20,11 +20,19 @@ New in this release:
* Feature enhancements:
- Stack overflow checking added for FreeBSD/x86 and Linux/x86.
Code that makes the control stack overflow (for example due to
unbounded recursion) will lead to a STORAGE-ERROR being
signaled, instead of making CMUCL crash.
- LISP:FIND-CLASS and LISP:CLASS-OF now return CLOS classes. The
symbols LISP:STANDARD-CLASS, LISP:BUILT-IN-CLASS, and
LISP:STRUCTURE-CLASS name CLOS classes. It is no longer
necessary to SHADOWING-IMPORT these from PCL when doing MOP
programming, and it fixes some non-compliances as well.
- Package locks: a package whose EXT:PACKAGE-LOCK is enabled
non-NIL is protected against changes in its structure (list of
exported symbols, use-list etc). Symbols in a package whose
EXT:PACKAGE-DEFINITION-LOCK is enabled are protected against
redefinition.
- Weak hash tables have been added for x86 systems.
- Local functions are now named (FLET <name> ...) or
(LABELS <name> ...).
...
...
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