* Using the value from the saved core is wrong. Fix by Suzuki Kei on
sbcl-devel.
obsoletion of a superclass. (thanks to Andy Hefner)
* bug fix: Support for the Alpha architecture has been revived; it had
suffered somewhat from lack of maintenance since sbcl-1.0.
+ * improvements to the Windows port:
+ ** The system detects the codepage to use at startup, instead of
+ using the value from the saved core. (thanks to Kei Suzuki)
changes in sbcl-1.0.14 relative to sbcl-1.0.13:
* new feature: SB-EXT:*EXIT-HOOKS* are called when the process exits
(sb!thread::get-foreground))
(defun reinit ()
+ #!+win32
+ (setf sb!win32::*ansi-codepage* nil)
(setf *default-external-format* nil)
(setf sb!alien::*default-c-string-external-format* nil)
;; WITHOUT-GCING implies WITHOUT-INTERRUPTS.
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.14.36"
+"1.0.14.37"