Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl-copy
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
Richard M Kreuter
cmucl-copy
Commits
cdbd39cd
Commit
cdbd39cd
authored
15 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Add known issues with executables and FILE-POSITION with external
formats that include a BOM.
parent
e03283b3
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
+9
-4
9 additions, 4 deletions
general-info/release-20b.txt
with
9 additions
and
4 deletions
general-info/release-20b.txt
+
9
−
4
View file @
cdbd39cd
...
...
@@ -19,6 +19,10 @@ over the Internet, and is mostly in the public domain.
New in this release:
* Known issues:
- CMUCL cannot create working executable images anymore.
- FILE-POSITION is sometimes off by 2 (4) for input files for
UTF-16 (UTF-32) encodings. This is caused by the BOM
(byte-order mark) which is essentially never seen by Lisp.
* Feature enhancements:
- Read operations using an external format of utf8 are now much
...
...
@@ -29,9 +33,9 @@ New in this release:
space and are never moved by GC. When the arrays are no longer
referenced, they are properly freed. To create an array, use
new the :ALLOCATION :MALLOC parameter to MAKE-ARRAY. Currently,
only arrays of character; 8, 16, and 32-bit integers (signed and
unsigned);
single and double floats; and complex single and
double floats
are supported.
only arrays of character; 8, 16, and 32-bit integers (signed and
unsigned);
single and double floats; and complex single and
double floats
are supported.
* ANSI compliance fixes:
...
...
@@ -51,7 +55,8 @@ New in this release:
limit, the limit was set to the power. We really wanted the
absolute valie of the power to used as the new limit.
- FILE-POSITION was returning incorrect values for file streams on
unicode builds. This is fixed now.
unicode builds. This is fixed now. But also see the known
issue listed above.
- The error-output and trace-file files for COMPILE-FILE are now
opened using the same external format as specified in
COMPILE-FILE. Previously, they were opened using the default
...
...
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