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
08eb4ec9
Commit
08eb4ec9
authored
19 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
30708f20
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-19c.txt
+20
-4
20 additions, 4 deletions
general-info/release-19c.txt
with
20 additions
and
4 deletions
general-info/release-19c.txt
+
20
−
4
View file @
08eb4ec9
...
@@ -27,6 +27,15 @@ New in this release:
...
@@ -27,6 +27,15 @@ New in this release:
to the fasl file.
to the fasl file.
- UNIX-UNAME added for non-glibc2 platforms, which already had
- UNIX-UNAME added for non-glibc2 platforms, which already had
it.
it.
- Added annotation support to the pretty printer so various
annotations can be produced in sync with the pretty printer
output. (From Matthias Koeppe.) Arbitrary functions
("annotations") can be queued in sequence with characters that
are printed to the pretty stream. When the characters are
forwarded to the target stream, the annotations are invoked at
the right position.
- Add a restart for ENSURE-DIRECTORIES-EXIST to retry directory
creation if necessary.
* Numerous ANSI compliance fixes:
* Numerous ANSI compliance fixes:
...
@@ -40,6 +49,11 @@ New in this release:
...
@@ -40,6 +49,11 @@ New in this release:
- MULTIPLE-VALUE-SETQ now always returns the primary value.
- MULTIPLE-VALUE-SETQ now always returns the primary value.
- (SETF MACRO-FUNCTION) and (SETF COMPILER-MACRO-FUNCTION)
- (SETF MACRO-FUNCTION) and (SETF COMPILER-MACRO-FUNCTION)
accepts the optional environment arg, as specified by ANSI CL.
accepts the optional environment arg, as specified by ANSI CL.
- PRIN1 no longer prints the sign of the exponent if it is
non-negative.
- PRIN1 and ~E are consistent now when printing large numbers.
- Undefined-Function errors from funcalling special forms now
have the cell-error name filled in correctly.
* Numerous bugfixes:
* Numerous bugfixes:
...
@@ -51,7 +65,8 @@ New in this release:
...
@@ -51,7 +65,8 @@ New in this release:
by ftruncate instead of +0.0.
by ftruncate instead of +0.0.
- Some errors during type derivation are fixed. We cause the
- Some errors during type derivation are fixed. We cause the
offending function to return NIL to indicate unbounded.
offending function to return NIL to indicate unbounded.
- Errors in callbacks when the integer arg is shorter than an
int have been fixed.
* Other changes:
* Other changes:
...
@@ -59,13 +74,14 @@ New in this release:
...
@@ -59,13 +74,14 @@ New in this release:
wrong code or much slower code, you can now disable modular
wrong code or much slower code, you can now disable modular
arithmetic by setting c::*enable-modular-arithmetic* to NIL.
arithmetic by setting c::*enable-modular-arithmetic* to NIL.
This is a workaround pending a better solution.
This is a workaround pending a better solution.
- Support logical pathnames when using LOAD-OBJECT-FILE.
* Improvements to the PCL implementation of CLOS:
* Improvements to the PCL implementation of CLOS:
* Changes to rebuilding procedure:
* Changes to rebuilding procedure:
- Build scripts should recognize FreeBSD automatically.
- Build scripts should recognize FreeBSD automatically.
- Should be able to build on either Mac OS X 10.2 or 10.4 using
the default version of gcc.
This release is not binary compatible with code compiled using CMUCL
This release is not binary compatible with code compiled using CMUCL
19b; you will need to recompile FASL files.
19b; you will need to recompile FASL files.
...
...
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