X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcode%2Fearly-fasl.lisp;h=8b2af91dce875606c2627285b3311cdb2e373bad;hb=fbe6e22af842835f7c70309f4d48064ca3984ad0;hp=b5c78498627da9fe8b3f12a858627f572a11d349;hpb=148cf41d8ad17dba56509b0c901cfd1b211dbc1d;p=sbcl.git diff --git a/src/code/early-fasl.lisp b/src/code/early-fasl.lisp index b5c7849..8b2af91 100644 --- a/src/code/early-fasl.lisp +++ b/src/code/early-fasl.lisp @@ -38,7 +38,7 @@ ;;; This value should be incremented when the system changes in such ;;; a way that it will no longer work reliably with old fasl files. -(defconstant +fasl-file-version+ 12) +(defconstant +fasl-file-version+ 15) ;;; 2 = sbcl-0.6.4 uses COMPILE-OR-LOAD-DEFGENERIC. ;;; 3 = sbcl-0.6.6 uses private symbol, not :EMPTY, for empty HASH-TABLE slot. ;;; 4 = sbcl-0.6.7 uses HAIRY-DATA-VECTOR-REF and HAIRY-DATA-VECTOR-SET @@ -56,12 +56,15 @@ ;;; (somewhere in here also changes to AND and OR CTYPE layouts) ;;; 10 = new layout for CONDITION in sbcl-0.6.11.38 ;;; 11 = (a) new helper functions for MAKE-LOAD-FORM (HASH-TABLE) in -;;; sbcl-0.6.12.11 -;;; (b) new address space constants for OpenBSD in 0.6.12.17, -;;; doesn't need separate version from (a) because the OpenBSD -;;; port was broken from sometime before 0.6.12.11 until -;;; the address space was changed +;;; sbcl-0.6.12.11 +;;; (b) new address space constants for OpenBSD in 0.6.12.17 +;;; (doesn't need separate version from (a) because the +;;; OpenBSD port was broken from sometime before 0.6.12.11 +;;; until the address space was changed) ;;; 12 = sbcl-0.6.12.22 added new SB-FASL package +;;; 13 = sbcl-0.6.12.28 removed some elements from *STATIC-SYMBOLS* +;;; 14 = sbcl-0.6.12.29 removed more elements from *STATIC-SYMBOLS* +;;; 15 = sbcl-0.6.12.33 changed the layout of STREAM ;;; the conventional file extension for fasl files on this ;;; architecture, e.g. "x86f"