News |
-read-only-space-size
,
-static-space-size
, -control-stack-size
,
and -binding-stack-size
have been addded to control
the size of the corresponding region. The default size of each is
unchanged.build.sh
.command #1 command #1, #2 command #1 & #2 command #1 and #2then the given command is applied to the specified tickets. Instead of the short-hand syntax above, you can also use
command ticket:1 command ticket:1, ticket:2 command ticket:1 & ticket:2 command ticket:1 and ticket:2The available commands (not case-sensitive) are:
LOAD-TIME-VALUE
.DOCUMENTATION
no
longer signals an error.SAP
s in ROOM
.:STACK-CHECKING
feature, but it didn't
actually prevent stack overflows from crashing lisp.LISP:LOAD-ALL-UNICODE-DATA
to load all the unicode
information into core. This is useful for creating an executable
image that does not need unidata.bin.:CMUCL
is now in *FEATURES*
-unidata
, to allow user to specify
the location and name of the unidata.bin file. This is used instead
of the default location.:IF-EXISTS
:NEW-VERSION
no longer causes an error. COMPILE-FILE
, the second return value is now non-nil if
there are style warnings. Previously, style warnings were
erroneously ignored.COMPILE-FILE
, the :OUTPUT-FILE
can
also be a stream. CMUCL was erroneously signaling an error..(OPEN f :DIRECTION :IO :IF-DOES-NOT-EXIST NIL)
no
longer signals an error if the file f
does not exist.
It returns NIL
now.SQRT
calls because KERNEL:%SQRT
was not defined on x86
with SSE2. This is fixed now.#\latin_small_letter_a
. This is fixed
in this version.EXT::DESCRIBE-EXTERNAL-FORMAT
was not exported.TRACE
was erroneously allowing encapsulation when
tracing local flet/labels functions. This doesn't actually trace
anything. An error is now signaled in this case. If you are sure,
you can specify :ENCAPSULATE NIL
to disable
encapsulation.
UNINTERN
no longer removes the wrong symbol. UNINTERN
would
remove the symbol when inherited from another package although it
should not.
DEFSTRUCT
allows multiple keyword constructors as required by the spec..
SUBSEQ
with an end index less than the start index sometimes
crashes CMUCL. Now, signal an error if the boudns are not
valid.