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
Container 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Jon Boone
cmucl
Commits
1a299905
Commit
1a299905
authored
15 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs.
parent
3c8d0c0a
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-20b.txt
+17
-4
17 additions, 4 deletions
general-info/release-20b.txt
with
17 additions
and
4 deletions
general-info/release-20b.txt
+
17
−
4
View file @
1a299905
...
@@ -36,6 +36,9 @@ New in this release:
...
@@ -36,6 +36,9 @@ New in this release:
only arrays of character; 8, 16, and 32-bit integers (signed and
only arrays of character; 8, 16, and 32-bit integers (signed and
unsigned); single and double floats; and complex single and
unsigned); single and double floats; and complex single and
double floats are supported.
double floats are supported.
- FROUND is much faster for single and double float numbers. This
is not currently available for x87 (due to potential roundoff
errors), but is available everywhere else.
* ANSI compliance fixes:
* ANSI compliance fixes:
...
@@ -63,15 +66,25 @@ New in this release:
...
@@ -63,15 +66,25 @@ New in this release:
external format. This meant that these files could lose
external format. This meant that these files could lose
information if the default format could not represent the
information if the default format could not represent the
characters in the source file.
characters in the source file.
- Handling of source files in the debugger is better now. The
- Handling of source files in the debugger is better now for
source files are opened using the same format as used to compile
unicode builds. The source files are opened using the same
them. Previously, the default format was used, which would be
format as used to compile them. Previously, the default format
wrong if the file is in a different format.
was used, which would be wrong if the file is in a different
format.
- CMUCL no longer segfaults on Linux when running on a kernel
without COMPAT_BRK. CMUCL will set the personality
appropriately and re-exec itself.
- GET-MACRO-CHARACTER would return the wrong second value because
*READTABLE* was always being used instead of the specified
readtable.
* Trac Tickets:
* Trac Tickets:
#33: get-dispatch-macro-character doesn't signal errors in
#33: get-dispatch-macro-character doesn't signal errors in
compiled code
compiled code
Fixed.
Fixed.
#22: sun4_solaris_sunc config uses gcc to build motif
This is fixed. If Sun C is used to build lisp, it is also used
to build motifd.
* Other changes:
* Other changes:
- :freebsd4 is no longer a *feature*
- :freebsd4 is no longer a *feature*
...
...
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