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
432d63e0
Commit
432d63e0
authored
19 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
0cc03f23
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
general-info/release-19d.txt
+9
-0
9 additions, 0 deletions
general-info/release-19d.txt
with
9 additions
and
0 deletions
general-info/release-19d.txt
+
9
−
0
View file @
432d63e0
...
...
@@ -40,6 +40,8 @@ New in this release:
- DISASSEMBLE will disassemble flets/labels functions when
disassembling a function. Set disassem::*disassemble-flets*
to NIL to turn this off.
- Simple errors in socket handling code have been converted to
socket-error's to allow easier distinction of the errors.
* Numerous ANSI compliance fixes:
...
...
@@ -61,6 +63,8 @@ New in this release:
structures of type list or vector.
- DOTIMES will execute the loop the specified number of times,
independent of what the loop might do to the loop counter.
- Printing of circular objects using logical-blocks is handled
better.
* Numerous bugfixes:
...
...
@@ -105,6 +109,8 @@ New in this release:
- The PPC port no longer runs very slowly on some tests on a G5.
This was caused by using an instruction (mcrxr) that is
emulated on a G5 but not earlier.
- The pretty printer no longer causes an error on badly formed
slots in defclass forms.
* Other changes:
...
...
@@ -113,6 +119,9 @@ New in this release:
or ".", or when the pathname type contains a ".".
- WITH-SLOTS and WITH-ACCESSORS are now pprinted like
MULTIPLE-VALUE-BIND instead of like WITH-OPEN-FILE.
- LOOKUP-HOST-ENTRY now returns a second value. If
LOOKUP-HOST-ENTRY succeeds, the second value is T; otherwise,
the value of h_errno is returned.
* Improvements to the PCL implementation of CLOS:
...
...
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