X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=9455b9a9d471f67a5e59da5636064b3085816de0;hb=dccd283c6fedf7fe61d2d2bede328a6b7d92f7be;hp=18b34dbaa2758a56b5892e8d77b4502639b3a128;hpb=2063c1c13530ea18bf93cfaedb03bab755ea8970;p=sbcl.git diff --git a/NEWS b/NEWS index 18b34db..9455b9a 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,23 @@ ;;;; -*- coding: utf-8; -*- changes in sbcl-0.9.19 (1.0.0?) relative to sbcl-0.9.18: + * improvement: runtime option --dynamic-space-size can be used + to set the size of the dynamic space reserved on startup. * improvement: floating point modes in effect are now saved in core, and restored on startup. * improvement: GET-INTERNAL-REAL-TIME now reports the time since startup, not time since first call to GET-INTERNAL-REAL-TIME. + * improvement: SAVE-LISP-AND-DIE explicitly checks that multiple + threads are not running after *SAVE-HOOKS* have run. + * improvement: writes to CLOS instance slots are type-checked in code + compiled with (SAFETY 3) + * improvement: floating-point exception handling on FreeBSD (thanks to + NIIMI Satoshi) + * improvement: SB-POSIX supports time(2), utime(2) and utimes(2) + (thanks to Zach Beane) + * improvement: support for files larger than 2GB for CL streams and SB-POSIX + on Linux/x86 + * improvement: added support for the Shift-JIS external format. + (contributed by NIIMI Satoshi) * bug fix: compiler bug triggered by a (non-standard) VALUES declaration in a LET* was fixed. (reported by Kaersten Poeck) * bug fix: file compiler no longer confuses validated and already @@ -12,7 +26,19 @@ changes in sbcl-0.9.19 (1.0.0?) relative to sbcl-0.9.18: fill-pointer signals a type-error as required. (thanks to Lars Brinkhoff) * bug fix: disassemly of funcallable instances works. - * improvements to the Windows port: + * bug fix: single stepping on PPC. + * bug fix: fix thread-safety problems in the type system (generally + manifesting as nonsensical errors like "STRING is a bad type specifier + for sequences" or "The value 1 is not of type FIXNUM") + * bug fix: version components are handled correctly in TRANSLATE-PATHNAME + (reported by Josip Gracin) + * bug fix: an error is signaled for attempts to displace arrays with + incompatible element types (thanks to Mario Mommer) + * optimization: method calls with &OPTIONAL or &KEY arguments are faster + and don't cause extra consing + * optimization: MAP and MAP-INTO are significantly faster on vectors + whose elements types have been declared. + * Improvements to the Windows port: ** floating point exceptions are now reported correctly. ** stack exhaustion detection works partially. ** more accurate GET-INTERNAL-REAL-TIME. @@ -22,6 +48,7 @@ changes in sbcl-0.9.19 (1.0.0?) relative to sbcl-0.9.18: ** DIRECTORY now works correctly with :WILD-INFERIORS. ** DECODE-UNIVERSAL-TIME works on times before 00:00:00 January 1st 1970 (although time timezone data will be unreliable). + ** Hyperbolic functions TANH, ASINH, ACOSH, and ATANH work. changes in sbcl-0.9.18 (1.0.beta?) relative to sbcl-0.9.17: * enhancement: SB-POSIX now supports cfsetispeed(3), cfsetospeed(3),