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
0889dbb8
Commit
0889dbb8
authored
9 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Update from commit logs.
parent
4038f7b0
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
src/general-info/release-21b.txt
+23
-0
23 additions, 0 deletions
src/general-info/release-21b.txt
with
23 additions
and
0 deletions
src/general-info/release-21b.txt
+
23
−
0
View file @
0889dbb8
...
@@ -22,6 +22,26 @@ New in this release:
...
@@ -22,6 +22,26 @@ New in this release:
* Feature enhancements
* Feature enhancements
* Changes
* Changes
* Update to ASDF 3.1.6
* Add support for asdf's static-image-op
* This mostly entails internal changes in how executables are
handled. lisp.a is not complete; it must be linked with
either exec-init.o or exec-final.o.
* If the linker fails to link an image, the exit code is
returned to indicate failure.
* When printing the process structure (from run-program), include
the exit code to make it easier to see if the the process exited
cleanly or not. The printed representation is also changed
slightly to use pprint-unreadable-object.
* Executable images on OSX no longer support running on other
versions of the OS. Previously, -mmacosx-version-min=10.5 was
used to specify the executable would run on OSX versions >=
10.5. This, however, requires the 10.5DK be available. Thus,
no longer require that.
* Disassembly of bytes and words now use .BYTE and .WORD instead
of BYTE and WORD.
* Unix support on Linux has been unified with all other OSes.
Thus, src/code/unix-glibc2.lisp is no longer used.
* ANSI compliance fixes:
* ANSI compliance fixes:
...
@@ -30,6 +50,9 @@ New in this release:
...
@@ -30,6 +50,9 @@ New in this release:
* Trac Tickets:
* Trac Tickets:
* Gitlab tickets:
* Gitlab tickets:
* Ticket #10 fixed: setting an element of a 1, 2, or 4-bit array
with a constant index did not always set the element
appropriately.
* Other changes:
* Other changes:
...
...
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