Skip to content
Snippets Groups Projects
Commit f987a426 authored by rtoy's avatar rtoy
Browse files

Update from logs.

parent 5efbe364
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,10 @@ New in this release: ...@@ -39,7 +39,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
CMUCL can be translated, but currently only a few messages in
Korean are translated. For fun, there is a full Pig Latin
translation (done by machine).
* ANSI compliance fixes: * ANSI compliance fixes:
- COMPILE will update the macro-function if the specified names a - COMPILE will update the macro-function if the specified names a
...@@ -100,6 +103,9 @@ New in this release: ...@@ -100,6 +103,9 @@ New in this release:
redefined, and CMUCL assumes the new definition is usable as a redefined, and CMUCL assumes the new definition is usable as a
slot accessor. Previously, CMUCL would print a warning and slot accessor. Previously, CMUCL would print a warning and
undefine the structure. undefine the structure.
- An issue with SSE2 and GC hooks has been fixed. This shows up
when doing arithmetic with GC hooks that use the SSE registers.
The SSE state is saved along with the x87 state.
* Trac Tickets: * Trac Tickets:
#33: get-dispatch-macro-character doesn't signal errors in #33: get-dispatch-macro-character doesn't signal errors in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment