From f987a42679e9b33fabd0ee333e9f47519d0c703d Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Thu, 1 Apr 2010 14:11:24 +0000 Subject: [PATCH] Update from logs. --- general-info/release-20b.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/general-info/release-20b.txt b/general-info/release-20b.txt index ca189c91d..d1c8316c7 100644 --- a/general-info/release-20b.txt +++ b/general-info/release-20b.txt @@ -39,7 +39,10 @@ New in this release: - FROUND and FTRUNCATE are much faster for single and double float numbers. This is not currently available for x87 (due to 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: - COMPILE will update the macro-function if the specified names a @@ -100,6 +103,9 @@ New in this release: redefined, and CMUCL assumes the new definition is usable as a slot accessor. Previously, CMUCL would print a warning and 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: #33: get-dispatch-macro-character doesn't signal errors in -- GitLab