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
ab14de5e
Commit
ab14de5e
authored
33 years ago
by
ram
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
a97576e9
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/beta-release-notes.txt
+20
-31
20 additions, 31 deletions
general-info/beta-release-notes.txt
with
20 additions
and
31 deletions
general-info/beta-release-notes.txt
+
20
−
31
View file @
ab14de5e
...
...
@@ -13,37 +13,26 @@ command. Many thanks to Mike Clarkson (the LaTeXinfo maintainer) who
volunteered to convert our Scribe documents.
Changes:
Improved recursive error handling. Errors during reporting of errors are
detected and suppressed. Other recursive errors are eventually detected, and
hopefully recovered from. This should eliminate some "recursive map failure
(stack overflow?)" errors.
Fixed a bad declaration In CLX which caused array an index error on font
attribute queries (such as CHAR-WIDTH.)
Changed NCONC to signal an error if a non-null ATOM appears other than as the
last argument.
Changed FEATUREP to signal an error if it is passed a list form with a strange
CAR.
Fixed interpreted (typep x '(and ...)) to not always return NIL.
Fixed PROFILE to work again, now that argument count information may be
missing.
Do type checking on the arguments to %PUTHASH so that
(setf (gethash foo 'bar) x) doesn't get a bus error.
Changed LET* and &AUX to allow duplicate variable names.
Fixed DEFTYPE to properly invalidate type system caches so that type
redefinitions predictably take effect.
Improvements to MIPS disassembler database.
Fixed interpreted CLOS methods to work once again.
-- Improved recursive error handling. Errors during reporting of errors are
detected and suppressed. Other recursive errors are eventually detected,
and hopefully recovered from. This should eliminate some "recursive map
failure (stack overflow?)" errors.
-- Fixed a bad declaration in CLX which caused an array index error on
font attribute queries (such as CHAR-WIDTH.)
-- Fixed interpreted (typep x '(and ...)) to not always return NIL.
-- Fixed interpreted CLOS methods to work once again.
-- Fixed PROFILE to work again, now that argument count information may be
missing.
-- Changed NCONC to signal an error if a non-null ATOM appears other than
as the last argument.
-- Changed FEATUREP to signal an error if it is passed a list form with a
strange CAR.
-- Do type checking on the arguments to %PUTHASH so that
(setf (gethash foo 'bar) x) doesn't get a bus error.
-- Changed LET* and &AUX to allow duplicate variable names.
-- Fixed DEFTYPE to properly invalidate type system caches so that type
redefinitions predictably take effect.
-- Improvements to MIPS disassembler database.
Release notes for CMU Common Lisp 15d, 2 February 92
...
...
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