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
Show more breadcrumbs
Tarn Burton
cmucl
Commits
5c69cd7c
Commit
5c69cd7c
authored
21 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
o Modular arithmetic
o FILE-LENGTH fixes
parent
8929644c
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-19a.txt
+8
-0
8 additions, 0 deletions
general-info/release-19a.txt
with
8 additions
and
0 deletions
general-info/release-19a.txt
+
8
−
0
View file @
5c69cd7c
...
@@ -83,6 +83,12 @@ New in this release:
...
@@ -83,6 +83,12 @@ New in this release:
- Source location recording is done better and handles macros
- Source location recording is done better and handles macros
including things defined by defclass, defvar, and defgeneric.
including things defined by defclass, defvar, and defgeneric.
From Helmut Eller.
From Helmut Eller.
- Modular arithmetic implemented for x86 and sparc. So
(ldb (byte 32 0) (+ x y))
is a simple machine add instruction if x and y are
(unsigned-byte 32).
* Numerous ANSI compliance fixes:
* Numerous ANSI compliance fixes:
- Many bugs in CMUCL's type system detected by Paul Dietz'
- Many bugs in CMUCL's type system detected by Paul Dietz'
...
@@ -169,6 +175,8 @@ New in this release:
...
@@ -169,6 +175,8 @@ New in this release:
using hard-wired values.
using hard-wired values.
- PEEK-CHAR signals an end-of-file error if necessary when
- PEEK-CHAR signals an end-of-file error if necessary when
RECURSIVE-P is true.
RECURSIVE-P is true.
- FILE-LENGTH now signals a TYPE-ERROR when the stream is not a
stream associated with a file.
* Numerous bugfixes:
* Numerous bugfixes:
- NSET-EXCLUSIVE-OR returns the same results as SET-EXCLUSIVE-OR
- NSET-EXCLUSIVE-OR returns the same results as SET-EXCLUSIVE-OR
...
...
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