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
57d43ce9
Commit
57d43ce9
authored
14 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Update with current changes for READ-CHAR/READ-BYTE/READ-SEQUENCE.
parent
35aebeba
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-20c.txt
+19
-1
19 additions, 1 deletion
general-info/release-20c.txt
with
19 additions
and
1 deletion
general-info/release-20c.txt
+
19
−
1
View file @
57d43ce9
...
@@ -33,9 +33,27 @@ New in this release:
...
@@ -33,9 +33,27 @@ New in this release:
errors are signaled on invalid sequences instead of silently
errors are signaled on invalid sequences instead of silently
replacing the bad sequence with some kind of replacement
replacing the bad sequence with some kind of replacement
character.
character.
- In 19f through 20b, READ-SEQUENCE could read mostly arbitrary
data from a stream in to the given sequence. In this release,
READ-SEQUENCE cannot do that unless the stream is a
binary-text-stream. This is an incompatible change from
previous releases.
* ANSI compliance fixes:
* ANSI compliance fixes:
- Fixes for signaling errors with READ-CHAR and READ-BYTE
o READ-CHAR signals errors if the stream is not a character
stream. This is a change from 20a and 20b, but matches
releases before 19f. (Almost. 19f allowed reading characters
from (unsigned-byte 8) streams. 19e did not.)
o READ-BYTE signals errors if the stream is not a binary
stream. This is also a change from 20a and 20b, but matches
releases before 19f. (Almost. 19f allowed reading bytes from
character streams. 19e did not.)
o But READ-CHAR and READ-BYTE will work if the stream class is
'binary-text-stream, an extension for bivalent streams in
CMUCL. READ-CHAR will use the specified external format for
such streams. READ-BYTE reads (unsigned-byte 8) elements from
such streams.
* Bugfixes:
* Bugfixes:
- The pairwise composition table is now correctly built.
- The pairwise composition table is now correctly built.
Previously, it skipped over non-BMP codepoints. This also
Previously, it skipped over non-BMP codepoints. This also
...
...
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