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
5e267777
Commit
5e267777
authored
14 years ago
by
rtoy
Browse files
Options
Downloads
Patches
Plain Diff
Merge some change from HEAD to fix some typos.
parent
14fdf578
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
+10
-10
10 additions, 10 deletions
general-info/release-20b.txt
with
10 additions
and
10 deletions
general-info/release-20b.txt
+
10
−
10
View file @
5e267777
...
@@ -41,10 +41,10 @@ New in this release:
...
@@ -41,10 +41,10 @@ New in this release:
- FROUND and FTRUNCATE are much faster for single and double float
- FROUND and FTRUNCATE are much faster for single and double float
numbers. This is not currently available for x87 (due to
numbers. This is not currently available for x87 (due to
potential roundoff errors), but is available everywhere else.
potential roundoff errors), but is available everywhere else.
- Support for internalization/localization added. Messages
from
- Support for interna
tiona
lization/localization added. Messages
CMUCL can be translated, but currently only a few messages
in
from
CMUCL can be translated, but currently only a few messages
Korean are translated. For fun, there is a full Pig Latin
in
Korean are translated. For fun, there is a full Pig Latin
translation (done by machine).
translation (done by machine).
- Source information (file) for defstructs and deftypes is now
- Source information (file) for defstructs and deftypes is now
provided. DESCRIBE will now print out the name of the file
provided. DESCRIBE will now print out the name of the file
where the defstruct/deftype was defined.
where the defstruct/deftype was defined.
...
@@ -80,7 +80,7 @@ New in this release:
...
@@ -80,7 +80,7 @@ New in this release:
- Add EXT:LIST-ALL-EXTERNAL-FORMATS to list all known external
- Add EXT:LIST-ALL-EXTERNAL-FORMATS to list all known external
formats and their aliases.
formats and their aliases.
- ADD EXT:DESCRIBE-EXTERNAL-FORMAT to print a description of the
- ADD EXT:DESCRIBE-EXTERNAL-FORMAT to print a description of the
specified exernal format. To support this, the macros
specified ex
t
ernal format. To support this, the macros
DEFINE-EXTERNAL-FORMAT and DEFINE-COMPOSING-EXTERNAL-FORMAT have
DEFINE-EXTERNAL-FORMAT and DEFINE-COMPOSING-EXTERNAL-FORMAT have
changed.
changed.
- The sparc port now supports the :executable feature.
- The sparc port now supports the :executable feature.
...
@@ -104,7 +104,7 @@ New in this release:
...
@@ -104,7 +104,7 @@ New in this release:
DEFINE-METHOD-COMBINATION is NIL, not "".
DEFINE-METHOD-COMBINATION is NIL, not "".
- DEFINE-COMPILER-MACRO no longer sets the wrong block name for
- DEFINE-COMPILER-MACRO no longer sets the wrong block name for
SETF functions. We also check that the name is a valid function
SETF functions. We also check that the name is a valid function
name; an error is signaled if it's invalid.
name; an error is signal
l
ed if it's invalid.
- DELETE-FILE, ENSURE-DIRECTORIES-EXIST, FILE-AUTHOR,
- DELETE-FILE, ENSURE-DIRECTORIES-EXIST, FILE-AUTHOR,
FILE-WRITE-DATE, and OPEN now merge the given pathname with
FILE-WRITE-DATE, and OPEN now merge the given pathname with
*DEFAULT-PATHNAME-DEFAULTS* as required by CLHS sec 19.2.3.
*DEFAULT-PATHNAME-DEFAULTS* as required by CLHS sec 19.2.3.
...
@@ -123,9 +123,9 @@ New in this release:
...
@@ -123,9 +123,9 @@ New in this release:
- When continuing from the INTEXP-LIMIT-ERROR condition (for
- When continuing from the INTEXP-LIMIT-ERROR condition (for
raising an integer to a large integer power) and setting a new
raising an integer to a large integer power) and setting a new
limit, the limit was set to the power. We really wanted the
limit, the limit was set to the power. We really wanted the
absolute val
i
e of the power to used as the new limit.
absolute val
u
e of the power to used as the new limit.
- FILE-POSITION was returning incorrect values for file streams on
- FILE-POSITION was returning incorrect values for file streams on
u
nicode builds. This is fixed now. But also see the known
U
nicode builds. This is fixed now. But also see the known
issue listed above.
issue listed above.
- The error-output and trace-file files for COMPILE-FILE are now
- The error-output and trace-file files for COMPILE-FILE are now
opened using the same external format as specified in
opened using the same external format as specified in
...
@@ -134,7 +134,7 @@ New in this release:
...
@@ -134,7 +134,7 @@ New in this release:
information if the default format could not represent the
information if the default format could not represent the
characters in the source file.
characters in the source file.
- Handling of source files in the debugger is better now for
- Handling of source files in the debugger is better now for
u
nicode builds. The source files are opened using the same
U
nicode builds. The source files are opened using the same
format as used to compile them. Previously, the default format
format as used to compile them. Previously, the default format
was used, which would be wrong if the file is in a different
was used, which would be wrong if the file is in a different
format.
format.
...
@@ -176,7 +176,7 @@ New in this release:
...
@@ -176,7 +176,7 @@ New in this release:
during TRACE, the incorrect values were returned for the SSE2
during TRACE, the incorrect values were returned for the SSE2
core. This was caused by using the x87 values instead of the
core. This was caused by using the x87 values instead of the
sse2 values in the sigcontext. This is fixed now.
sse2 values in the sigcontext. This is fixed now.
- A critical bug in the fast
u
nicode stream buffering routine has
- A critical bug in the fast
U
nicode stream buffering routine has
been fixed. This bug manifests itself by causing valid
been fixed. This bug manifests itself by causing valid
sequences to be incorrectly decoded, resulting in a replacement
sequences to be incorrectly decoded, resulting in a replacement
character.
character.
...
...
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