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
0653c413
Commit
0653c413
authored
12 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Update with new :FILE-ATTRIBUTE external format, contributed by
Douglas Crosher.
parent
4ffd5ed1
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-20d.txt
+13
-0
13 additions, 0 deletions
src/general-info/release-20d.txt
with
13 additions
and
0 deletions
src/general-info/release-20d.txt
+
13
−
0
View file @
0653c413
...
@@ -28,6 +28,10 @@ New in this release:
...
@@ -28,6 +28,10 @@ New in this release:
double-float) numbers. Utility functions are provided to set
double-float) numbers. Utility functions are provided to set
and access these packed numbers.
and access these packed numbers.
* Added external format for EUC-KR.
* Added external format for EUC-KR.
* Added new external format, :FILE-ATTRIBUTE, which looks for an
emacs mode-line to determine the encoding to use for reading a
file. The end-of-line sequence is also determined from reading
the file.
* Changes
* Changes
* ASDF2 updated to version 2.21.
* ASDF2 updated to version 2.21.
...
@@ -50,6 +54,11 @@ New in this release:
...
@@ -50,6 +54,11 @@ New in this release:
enabling a trap when the current exception also listed that trap
enabling a trap when the current exception also listed that trap
caused the exception to be immediately signaled. This no longer
caused the exception to be immediately signaled. This no longer
happens and now matches how ppc and sparc behave.
happens and now matches how ppc and sparc behave.
* The default external-format for COMPILE-FILE and LOAD is now
given by *DEFAULT-SOURCE-EXTERNAL-FORMAT*, instead of
*DEFAULT-EXTERNAL-FORMAT*. However, the default value of
*DEFAULT-SOURCE-EXTERNAL-FORMAT* is :DEFAULT, which means the
value of *DEFAULT-EXTERNAL-FORMAT* will be used.
* ANSI compliance fixes:
* ANSI compliance fixes:
* CMUCL was not printing pathnames like (make-pathname :directory
* CMUCL was not printing pathnames like (make-pathname :directory
...
@@ -82,6 +91,10 @@ New in this release:
...
@@ -82,6 +91,10 @@ New in this release:
* EXPORT and friends should not EVAL the form when compiling.
* EXPORT and friends should not EVAL the form when compiling.
This was probably a leftover from the time when CMUCL did not
This was probably a leftover from the time when CMUCL did not
have DEFPACKAGE. (See ticket:60.)
have DEFPACKAGE. (See ticket:60.)
* The debugger was not always opening the file in the correct
external format. It defaulted to using
*DEFAULT-EXTERNAL-FORMAT* instead of the format used when
compiling the file.
* Trac Tickets:
* Trac Tickets:
* #50: Print/read error with make-pathname.
* #50: Print/read error with make-pathname.
...
...
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