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
1b8f72ed
Commit
1b8f72ed
authored
8 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Update from logs
Fix some typos too.
parent
48c1dd59
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
src/general-info/release-21b.txt
+14
-4
14 additions, 4 deletions
src/general-info/release-21b.txt
with
14 additions
and
4 deletions
src/general-info/release-21b.txt
+
14
−
4
View file @
1b8f72ed
...
@@ -48,7 +48,7 @@ New in this release:
...
@@ -48,7 +48,7 @@ New in this release:
WITH-FLOAT-TRAPS-MASKED.
WITH-FLOAT-TRAPS-MASKED.
* (EXPT 0 power) doesn't throw INTEXP-LIMIT-ERROR anymore for any
* (EXPT 0 power) doesn't throw INTEXP-LIMIT-ERROR anymore for any
integer value of power.
integer value of power.
* Starting cmucl with "-dy
a
nmic-space-size 0" means using the
* Starting cmucl with "-dyn
a
mic-space-size 0" means using the
maximum possible heap size for the platform.
maximum possible heap size for the platform.
* More descriptive docstring for
* More descriptive docstring for
* *environment-list*
* *environment-list*
...
@@ -56,16 +56,21 @@ New in this release:
...
@@ -56,16 +56,21 @@ New in this release:
* Maximum dynamic-space-size on Linux reduced to 1530 MB because
* Maximum dynamic-space-size on Linux reduced to 1530 MB because
that's the largest available space on 32-bit Ubuntu 11.10.
that's the largest available space on 32-bit Ubuntu 11.10.
* For linux, darwin, and solaris/sparc, the binding stack and
* For linux, darwin, and solaris/sparc, the binding stack and
control stack are now mapped into memory where
e
ver the OS wishes
control stack are now mapped into memory wherever the OS wishes
to place them instead of being mapped into a fixed location.
to place them instead of being mapped into a fixed location.
This is indicated by new feature :relocatable-stacks.
This is indicated by new feature :relocatable-stacks.
* ANSI compliance fixes:
* ANSI compliance fixes:
* PATHNAME-MATCH-P did not accept search-lists.
* PATHNAME-MATCH-P did not accept search-lists.
* (compile 'foo) returns the compiled function if foo is already
compiled. (See Ticket #24). This is a change in behavior for
developers where foo would be recompiled if the source was
available. Developers might want to investigate uncompile
combined with compile to get the old behavior back.
* Bugfixes:
* Bug
fixes:
* Linux was missing unix-setitimer which prevented saving cores.
* Linux was missing unix-setitimer which prevented saving cores.
* Generate inxact exceptions more carefully.
* Generate in
e
xact exceptions more carefully.
* Fix FP issue when building with Xcode 7.2 (and newer versions of
* Fix FP issue when building with Xcode 7.2 (and newer versions of
clang). (See ticket #12.)
clang). (See ticket #12.)
* Cleanups in handling floating-point exceptions. See Tickets #15
* Cleanups in handling floating-point exceptions. See Tickets #15
...
@@ -94,8 +99,13 @@ New in this release:
...
@@ -94,8 +99,13 @@ New in this release:
* Ticket #27 fixed: Regression: ASDF test failures
* Ticket #27 fixed: Regression: ASDF test failures
* Ticket #28 fixed: Recursive function definition during
* Ticket #28 fixed: Recursive function definition during
cross-compile
cross-compile
* Ticket #30 fixed: Compilation of (describe 'foo)
* Ticket #31 fixed: (compile #'foo) fails
* Ticket #24 fixed: Compilation of (compile 'foo)
* Ticket #32 fixed: doc fix: ext:run-program has no before-execve option
* Other changes:
* Other changes:
* Update user manual.
* Improvements to the PCL implementation of CLOS:
* 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