* This is just a matter of changing the userinit and sysinit to
version.lisp-expr like was done back when for make.sh.
all x86oid platforms with :UD2-BREAKPOINTS target feature.
* bug fix: Breakpoints now work when using ud2 instead of int3 as trap
instruction (tested on x86oid linux with ud2-breakpoints).
+ * bug fix: slam.sh now works on win32.
changes in sbcl-1.0.36 relative to sbcl-1.0.35:
* new feature: SB-EXT:TYPEXPAND-1, SB-EXT:TYPEXPAND, and
CORE="-core"
;;
sbcl) LISP="sbcl"
- INIT="--sysinit /dev/null --userinit /dev/null"
+ INIT="--sysinit version.lisp-expr --userinit version.lisp-expr"
CORE="--core"
;;
clisp) LISP="clisp"
;;; 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.36.10"
+"1.0.36.11"