ensure-directory-exists: didn't work when *d-p-d* had NAME or TYPE components.
[sbcl.git] / NEWS
1 ;;;; -*- coding: utf-8; fill-column: 78 -*-
2 changes relative to sbcl-1.0.56:
3   * enhancement: GENCGC reclaims space more aggressively when objects being
4     allocated are a large fraction of the total available heap space.
5     (lp#936304)
6   * bug fix: SB-SIMPLE-STREAMS signals an error for bogus :CLASS arguments in
7     OPEN. (lp#969352, thanks to Kambiz Darabi)
8   * bug fix: CASE normal-clauses do not allow T and OTHERWISE as keys.
9     (lp#959687)
10   * bug fix: (SETF (FIND-CLASS X) NIL) removed proper name of the underlying
11     classoid even if X was not the proper name of the class. (lp#941102)
12   * bug fix: declaration leakage between lexical environments due to careless
13     use of NCONC in MAKE-LEXENV. (lp#924276)
14   * bug fix: ENSURE-DIRECTORIES-EXIST now works when *default-pathname-defaults*
15     contains NAME or TYPE components.
16   * documentation:
17     ** improved docstrings: REPLACE (lp#965592)
18
19 changes in sbcl-1.0.56 relative to sbcl-1.0.55:
20   * bug fix: fix copy-structure.  When copying from stack to heap, garbage
21     could end up in the heap making GC unhappy.
22     (Thanks to James Knight, lp#911027)
23   * enhancements
24     ** SBCL can now be built using Clang.
25     ** ASDF has been updated 2.20.
26   * bug fix: compiler errors when weakening hairy integer types. (lp#913232)
27   * bug fix: don't complain about a too-hairy lexical environment for inlining
28     when the function has never been requested for inlining.  (lp#963530)
29
30 changes in sbcl-1.0.55 relative to sbcl-1.0.54:
31   * enhancements to building SBCL using make.sh:
32     ** --fancy can be specified to enable all supported feature enhancements.
33     ** --with-<feature> and --without-<feature> can be used to specify
34        which features to build with.
35     ** --arch option can be used to specify the architecture to build for.
36        (Mainly useful for building 32-bit SBCL's on x86-64 hosts, not
37        full-blows cross-compilation.)
38   * enhancement: extended package prefix syntax <pkgname>::<form-in-package>
39     which allows specifying name of the default interning package for the
40     whole form.
41   * enhancement: when *READ-EVAL* is true, arrays with element type other than
42     T can be printed readably using #.-based syntax. (Thanks to Robert Brown)
43   * enhancement: MAKE-ALIEN signals a storage-condition instead of returning a
44     null alien when malloc() fails. (lp#891268)
45   * enhancement: SB-EXT:PRINT-UNREADABLY restart for PRINT-NOT-READABLE
46     conditions can be conveniently accessed through function with the same
47     name, analogously to CONTINUE.
48   * enhancement: SB-EXT:*SUPPRESS-PRINT-ERRORS* can be used to suppress errors
49     from the printer by type, causing an error marker to be printed instead.
50     (Thanks to Attila Lendvai)
51   * enhancement: BACKTRACE and DESCRIBE now bind *PRINT-CIRCLE* to T, and
52     generally behave better when errors occur during printing.
53   * enhancement: the test runner now takes a --report-skipped-tests argument
54     to report the individual tests skipped as well as the number of skipped
55     tests.
56   * enhancement: undefined functions now appear in backtraces as ("undefined
57     function") instead of ("bogus stack frame") on x86oids.
58   * enhancement: detected deadlocks no longer cause stderr to be spammed, and
59     deadlock errors are reported in an easier-to-decipher manner.
60   * enhancement: DESCRIBE on type designators reports the expansion in more
61     cases.
62   * enhancement: SBCL now provides either an explicit :BIG-ENDIAN or
63     :LITTLE-ENDIAN in *FEATURES*, instead of :BIG-ENDIAN being implied by lack
64     of the :LITTLE-ENDIAN feature. (Thanks to Luís Oliveira, lp#901661)
65   * enhancement: better disassembly of segment-prefixes on x86 and other
66     instruction prefixes (e.g. LOCK) on x86 and x86-64.
67   * optimization: FIND and POSITION on bit-vectors are orders of magnitude
68     faster (assuming KEY and TEST are not used, or are sufficiently trivial.)
69   * optimization: SUBSEQ on vectors of unknown element type is substantially
70     faster. (lp#902537)
71   * optimization: specialized arrays with non-zero :INITIAL-ELEMENT can
72     be stack-allocated. (lp#902351)
73   * optimization: the compiler is smarter about representation selection for
74     floating point constants used in full calls.
75   * optimization: the compiler no longer refuses to coerce large fixnums to
76     single floats inline, except on x86 where this limitation is still
77     necessary.
78   * bug fix: deadlock detection could report the same deadlock twice, for
79     two different threads. Now a single deadlock is reported exactly once.
80   * bug fix: interval-arithmetic division during type derivation did not
81     account for signed zeros.
82   * bug fix: compiler error when typechecking a call to a function with
83     non-constant keyword arguments.
84   * bug fix: misoptimization of TRUNCATE causing erratic behaviour.
85   * bug fix: condition slot accessors no longer cause undefined function
86     style-warnings when used in the :REPORT clause of the DEFINE-CONDITION
87     form that defines them. (lp#896379)
88   * bug fix: DEFGENERIC warns about unsupported declarations, as specified
89     by ANSI. (lp#894202)
90   * bug fix: SUBTYPEP tests involving forward-referenced classes no longer
91     bogusly report NIL, T.
92   * bug fix: bogus style-warnings for DEFMETHOD forms that both declared some
93     required arguments ignored and performed assignments to others.
94     (lp#898331)
95   * bug fix: *EVALUATOR-MODE* :COMPILE treated (LET () ...) identically
96     to (LOCALLY ...) leading to internally inconsistent toplevel-formness.
97   * bug fix: non-toplevel DEFSTRUCT signaled a style warning for unknown type.
98   * bug fix: redefining a function whose previous definition contained an
99     unknown type no longer causes a style-warning. (lp#806243)
100   * bug fix: undefined functions now appear in backtraces as ("undefined
101     function") instead of ("bogus stack frame") on non-x86oids.
102   * bug fix: backtraces are no longer cut off at ("undefined function") when
103     called under certain circumstances (involving a caller-allocated stack
104     frame) on PPC.
105   * bug fix: RUN-PROGRAM leaked a file-descriptor per call on non-Windows
106     systems. (regression since 1.0.53)
107   * bug fix: GC deadlocks from dladdr() on certain platforms.
108   * bug fix: broken standard streams no longer automatically cause recursive
109     errors on debugger entry.
110   * bug fix: build ignored --dynamic-space-size=<size> argument to make.sh
111     (regression since 1.0.53)
112   * bug fix: attempts to stack allocate a required argument to a function with
113     an external entry point caused compiler-errors.
114   * bug fix: compiler notes for failed stack allocation for a function argument
115     no longer claim to be unable to stack allocate the function.
116   * bug fix: COERCE now signals a type-error on several coercions to
117     subtypes of CHARACTER that are forbidden according to ANSI. (lp#841312)
118   * bug fix: missing failure-to-stack-allocate compiler notes for some
119     forms of MAKE-ARRAY with dynamic-extent. (lp#902351)
120   * bug fix: some of the compile-time side-effects of DEFCLASS were not caught
121     by package locks.
122
123 changes in sbcl-1.0.54 relative to sbcl-1.0.53:
124   * minor incompatible changes:
125     ** RENAME-FILE on a symbolic links used to rename the linked-to file
126        instead of the link.
127     ** DELETE-DIRECTORY on symbolic link to a directory used to delete the
128        directory, but now signal an error instead. Use TRUENAME to resolve the
129        pathname if you wish to delete the linked directory, and DELETE-FILE if
130        you wish to delete the
131     ** The internal SB-THREAD::SPINLOCK API has been deprecated, and using
132        symbols associated with it will trigger a compile-time warning.
133   * thread-related enhancements:
134     (This work has been funded by the SBCL Threading 2011 IndieGoGo campaign.
135      Many thanks to generous donors!)
136     ** Threading is now more reliable on non-Linux platforms. We still don't
137        consider threads on non-Linux platforms good enough to enable them by
138        default, but they're in a clearly better shape now.
139     ** Deadlines supported now on all platforms.
140     ** All blocking functions in the threading API now have a :TIMEOUT
141        argument.
142     ** Semaphore notification objects have been added to SB-THREAD.
143     ** SB-CONCURRENCY contrib now includes Allegro-style GATE objects.
144     ** SB-EXT:COMPARE-AND-SWAP has been extended to support SLOT-VALUE,
145        STANDARD-INSTANCE-ACCESS, and FUNCALLABLE-STANDARD-INSTANCE-ACCESS.
146     ** Users can now defined new places usable with SB-EXT:COMPARE-AND-SWAP
147        using an API anologous to defining new SETFable places.
148   * GC-related enhancements and bug fixes:
149     ** --dynamic-space-size and --control-stack-size now understand Kb, Mb,
150          and Gb suffixes. Default is megabytes as before.
151     ** on GENCGC targets, the default dynamic space size is now 512Mb for
152        32-bit systems, and 1Gb for 64-bit systems. (OpenBSD/x86-64 is the only
153        exception, defaulting to mere 444Mb to fit under default ulimits.) The
154        new defaults are in place to prevent hitting swap on low-end systems.
155        Use build-time option --dynamic-space-size to build an SBCL with
156        another default, or the runtime option to adjust the size at startup: a
157        good size is at most equal to the amount of physical memory the system
158        has.
159     ** on GENCGC targets, nursery and generation sizes now default to 5% of
160        dynamic-space size.
161     ** on GENCGC targets, SB-KERNEL:MAKE-LISP-OBJ no longer categorically
162        refuses to create SIMPLE-FUN objects.
163     ** on 64-bit GENCGC targets, setting the nursery size above 4Gb now works.
164        (lp#870868)
165     ** on CHENEYGC targets, SB-KERNEL:MAKE-LISP-OBJ now does the same
166        validation of pointer objects as GENCGC does, instead of a
167        comparatively weak bounds-check against the heap spaces.
168   * SB-BSD-SOCKETS bug fixes:
169     ** GET-PROTOCOL-BY-NAME had a significant memory leak.
170     ** GET-HOST-BY-NAME and GET-HOST-BY-ADDRESS small amounts of memory on
171        systems with getaddrinfo().
172     ** GET-HOST-BY-NAME and GET-HOST-BY-ADDRESS weren't thread or interrupt
173        safe outside systems with getaddrinfo().
174   * enhancement: ASDF has been updated 2.019.
175   * enhancement: special-case TCO prevention for functions which never return
176     extended to untrusted types, keeping one more frame's worth of debug
177     information around in many cases.
178   * enhancement: debug-names of anonymous and local function are more
179     descriptive. Affects backtraces and SB-SPROF results. (lp#805100)
180   * enhancement: on win32, ABS of complex floats guards better against
181     overflows. (lp#888410)
182   * enhancement: RUN-PROGRAM now distinguishes exec() failing from child
183     process exiting with code 1. (lp#676987)
184   * enhancement: convenience function SET-SBCL-SOURCE-LOCATION for informing
185     the system where on the filesystem the SBCL sources themselves are
186     located.  (Thanks to Zach Beane)
187   * enhancement: the compiler is now able to derive tighter bounds for
188     floating point numbers in some cases. (Thanks to Lutz Euler, lp#894498)
189   * bug fix: on 64-bit targets, atomic-incf/aref does index computation
190     correctly, even on wide-fixnum builds. (lp#887220)
191   * bug fix: (DIRECTORY "foo/*/*.*") did not follow symlinks in foo/ that
192     resolved to directories.
193   * bug fix: type mismatch when assigning to lexical variables no longer
194     result in fasl-dumping internal type objects. (lp#890750)
195   * bug fix: type mismatch on (SETF AREF) and function return values no
196     longer result in fasl-dumping internal type objects.
197   * bug fix: With several combinations of argument types, for example (EXPT
198     <integer> <(complex double)>), EXPT now uses double-precision throughout
199     instead of partially calculating only to single-precision.  (lp#741564;
200     thanks to Lutz Euler)
201   * bug fix: SYMBOL-VALUE-IN-THREAD is no longer able to construct bogus
202     objects when interrupted by GC on PPC.
203
204 changes in sbcl-1.0.53 relative to sbcl-1.0.52:
205   * enhancement: on 64-bit targets, in src/compiler/generic/early-vm.lisp,
206     the parameter n-fixnum-tag-bits may now vary from 1 (fixnum =
207     (signed-byte 63)) to 3 (fixnum = (signed-byte 61)) at build-time.
208   * enhancement: SB-EXT:WAIT-FOR allows waiting for arbitrary events.
209   * minor(?) incompatible(?) change: The default fixnum width on 64-bit
210     targets is now 63 bits (up from 61).
211   * enhancement: DESCRIBE now reports a lambda-list and source location
212     for complext setf-expanders.
213   * bug fix: PUSH, PUSHNEW, POP, REMF, INCF, DECF, DEFINE-MODIFY-MACRO,
214     GETF, LOGBITP, LDB, and MASK-FIELD now arrange for non-primary values
215     of multiple-valued places to be set to NIL, instead of signalling an
216     error (per a careful reading of CLHS 5.1.2.3).
217   * bug fix: floating-point traps now work on darwin/x86 and /x86-64.
218   * bug fix: repair crash in x86oid darwin signal handling emulation
219     when built with certain compilers.
220   * bug fix: SB-ROTATE-BYTE misrotated to the right when using constant
221     rotation arguments on x86-64. (lp#882151)
222   * bug fix: low-level control flow optimisations could result in bogus
223     code in functions with tail and non-tail calls to local functions on
224     x86oids. (lp#883500)
225   * bug fix: on SPARC/:sb-unicode, avoid crashing the assembler by trying
226     to emit literal characters > (code-char 4095), for comparisons with
227     constant characters.
228   * bug fix: ROOM reported only the low 32 bits of dynamic space usage
229     on 64 bit platforms. (lp#881445)
230   * bug fix: DELETE-FILE did not MERGE-PATHNAMES, making it possible to
231     delete the wrong file when using relative pathnames. (lp#882877)
232   * bug fix: optimized SEARCH of vectors-on-vectors mishandled zero-length
233     sequences and :KEY NIL.
234
235 changes in sbcl-1.0.52 relative to sbcl-1.0.51:
236   * enhancement: ASDF has been updated to version 2.017.
237   * enhancement: the --core command line option now accepts binaries with
238     an embedded core.
239   * enhancement: when built with :sb-core-compression, core files (regular
240     or executable) can be compressed with zlib.  Use the :COMPRESSION
241     argument to SAVE-LISP-AND-DIE to specify a compression level.
242   * enhancement: --[no-]merge-core-pages determines whether the runtime
243     hints the operating system that identical core pages between SBCL
244     processes should share the same physical memory.  Default is to only
245     enable this for compressed cores.
246   * optimization: SLEEP no longer conses.
247   * optimization: *PRINT-PRETTY* no longer slows down printing of strings
248     or bit-vectors when using the standard pretty-print dispatch table.
249   * bug fix: non-function FTYPE declarations no longer cause a compiler-error.
250     (lp#738464)
251   * bug fix: compiler-errors causes by MEMBER types in conjunction with with
252     AREF, CHAR, etc. (lp#826971)
253   * bug fix: compiler-errors causes by integer arguments with composed of
254     multiple ranges to ARRAY-IN-BOUNDS-P. (lp#826970)
255   * bug fix: ,@ and ,. now signal a read-time error for certain non-list
256     expressions. (lp#770184)
257   * bug fix: complex single float literals are correctly aligned when used
258     as arguments of arithmetic operators.
259   * bug fix: on 32-bit platforms, rounding of double floats larger than a
260     fixnum is correct.  (reported by Peter Keller)
261   * bug fix: stray FD-HANDLERs are no longer left lying around after unwinds
262     from RUN-PROGRAM.  (lp#840190, reported by Dominic Pearson; fix from Max
263     Mikhanosha)
264   * bug fix: redefining classes such that slots with custom allocation are
265     added or removed works again.
266
267 changes in sbcl-1.0.51 relative to sbcl-1.0.50:
268   * minor incompatible change: SB-BSD-SOCKET socket streams no longer
269     participate in SERVE-EVENT by default: pass :SERVE-EVENTS T to
270     MAKE-SOCKET-STREAM if using SERVE-EVENT.
271   * enhancement: added support for socket keepalive timeout intervals
272     and probe counts on Linux.
273   * enhancement: building 32-bit SBCL on Linux/x86-64 now works without a
274     chroot. (Use "SBCL_ARCH=x86 sh make.sh" to build.)
275   * enhancement: added new toplevel options --quit and --non-interactive
276     (lp#822712).
277   * enhancement: the Windows port of SBCL now builds and runs on Wine
278     (thanks to Anton Kovalenko).
279   * enhancement: more, and more correct, SSE instruction definitions on
280     x86-64 (thanks to Alexander Gavrilov).
281   * enhancement: SB-EXT:SPIN-LOOP-HINT assembles to an instruction designed
282     to help the processor execute spin loops, when applicable.  Currently
283     implemented for x86 and x86-64.
284   * optimization: unsigned integer divisions by a constant are implemented
285     using multiplication (affects CEILING, FLOOR, TRUNCATE, MOD, and REM.)
286   * optimization: improved type-derivation for LOAD-TIME-VALUE.
287   * bug fix: correct RIP offset calculation in SSE comparison and shuffle
288     instructions. (lp#814688)
289   * bug fix: COERCE to unfinalized extended sequence classes now works.
290     (reported by Jan Moringen; lp#815155)
291   * bug fix: a compiler error during typecheck generation, reported by Eric
292     Marsden. (lp#816564)
293   * bug fix: obsolete instance protocol fires when shared slots are added
294     or removed.
295   * bug fix: fixed-format floating point printing with scaling factors.
296     (lp#811386)
297   * bug fix: using GCC >= 4.6 to build SBCL on x86 no longer breaks
298     backtraces. (lp#818460)
299   * bug fix: better backtraces for interrupted syscall frames on x86.
300     (lp#549673)
301   * bug fix: SSE comparison instructions can be disassembled even when one
302     operand is in memory. (lp#814702)
303   * bug fix: incomplete writes when not using SERVE-EVENTS. (lp#820599)
304   * bug fix: MULTIPLE-VALUE-BIND + VALUES -> LET conversion could lose derived
305     type information associated with the VALUES form.
306   * bug fix: broken warnings/errors for type-errors involving LOAD-TIME-VALUE
307     forms. (lp#823014)
308   * bug fix: OPEN :IF-EXISTS :APPEND now returns correct FILE-POSITION before
309     first write (lp#561642).
310   * bug fix: compiled closures from EVAL could not be DESCRIBEd. (lp#824974)
311   * bug fix: bound propagation involving conversion of large bignums to
312     floats no longer signals a SIMPLE-TYPE-ERROR, reported by Lutz Euler.
313     (lp#819269)
314   * bug fix: &REST to &MORE conversion still works in unsafe call to known
315     functions; reported by Lutz Euler (lp#826459).
316   * bug fix: bogus deadlocks from interrupts and GCs. (lp#807475, regression
317     since 1.0.48)
318
319 changes in sbcl-1.0.50 relative to sbcl-1.0.49:
320   * enhancement: errors from FD handlers now provide a restart to remove
321     the offending handler.
322   * enhancement: SB-INTROSPECT:FIND-DEFINITION-SOURCE now works on structure
323     copiers as well.
324   * enhancement: location of user or system initialization file can now easily
325     be customized for saved cores. See: SB-EXT:*USERINIT-PATHNAME-FUNCTION*
326     and SB-EXT:*SYSINIT-PATHNAME-FUNCTION*.
327   * enhancement: SB-EXT:MAKE-THREAD accepts an argument list designator for
328     the thunk, as a keyword argument, :arguments.
329   * enhancement: constraint propagation is simplified (and sped up) when
330     COMPILATION-SPEED > SPEED.
331   * enhancement: SB-ALIEN exports alien type specifiers SIZE-T and OFF-T.
332   * enhancement: debugger understands &MORE arguments better.
333   * optimization: extracting bits of a single-float on x86-64 has been
334     optimized. (lp#555201)
335   * optimization: MAP and MAP-INTO are more efficient for non-simple vectors,
336     when (> SPEED SPACE).
337   * optimization: local call trampolines (x86 and x86-64) are emitted
338     inline.
339   * optimization: implicit value cells for dynamic-extent closed-over bindings
340     on x86 and x86-64 can hold unboxed values as well.
341   * meta-optimization: improved compilation speed, especially for large
342     functions. (lp#792363 and lp#394206)
343   * bug fix: bound derivation for floating point operations is now more
344     careful about rounding possibly closing open bounds. (lp#793771)
345   * bug fix: SB-POSIX:SYSCALL-ERROR's argument is now optional. (accidental
346     backwards incompatible change in 1.0.48.27)
347   * bug fix: occasional debugger errors in when a type-error occured in a
348     function with dynamic-extent &rest list.
349   * bug fix: &optional and &key supplied-p arguments in DEFSTRUCT
350     boa-construtors can be used to initialized structure slots.
351   * bug fix: FMAKUNBOUND removes the MACRO-FUNCTION, should one exist.
352     (lp#795705, regression)
353   * bug fix: DIRECTORY works better on logical pathnames.
354   * bug fix: RUN-PROGRAM no longer fails spuriously when argument strings
355     are of the order of ARRAY-TOTAL-SIZE-LIMIT. (lp#787237)
356   * bug fix: the compiler no longer constant-folds NaNs in
357     MAKE-{SINGLE,DOUBLE}-FLOAT. (lp#486812)
358   * bug fix: FORMAT now handles floating point rounding correct, eg.
359     (format nil "~,1F" 0.01) => "0.0" instead of "0.01" as previously.
360     (lp#308961)
361   * bug fix: style warning during lambda-list introspection of generic
362     functions with both optional and key argments.
363   * bug fix: regalloc doesn't barf on unused TNs due to type-directed constant
364     folding. (lp#729765)
365   * bug fix: Fixed an off-by-one in MAP-ALLOCATED-OBJECTS that might have caused
366     infinite loops.
367
368 changes in sbcl-1.0.49 relative to sbcl-1.0.48:
369   * minor incompatible change: WITH-LOCKED-HASH-TABLE no longer disables
370     interrupts for its body.
371   * enhancement: source locations are now available for files loaded as
372     source, compile-time-too evaluation, and initialization files.
373   * enhancement: WITH-COMPILATION-UNIT :SOURCE-NAMESTRING allows providing
374     virtual source-file information, eg. overriding input-file of COMPILE-FILE
375     when a temporary file is used for compilation.
376   * enhancement: ASDF has been updated to version 2.015.3.
377   * enhancement: backtraces involving frames from the default evaluator are
378     more readable.
379   * enhancement: RUN-PROGRAM works with user-defined binary input and output
380     streams.
381   * enhancement: more informative compile-time warnings and runtime errors for
382     type-errors detected at compile-time.
383   * enhancement: deadlock detection for mutexes and spinlocks.
384   * enhancement: dynamic-extent for &rest lists stack allocate only their
385     spines, not their argumets. While portable code should not rely on this,
386     particularly in combination with inlining, it should make dynamic-extent
387     easier to use safely.
388   * enhancement: SB-POSIX improvements:
389     ** WNOHANG and WUNTRACED are exported.
390     ** SYSCALL-ERROR now also provides the name of the failing system call.
391   * enhancement: --script improvements:
392     ** errors on standard input, output, and error streams are handled and
393        cause scripts to exit silently, making them easier to use in shell
394        pipelines.
395     ** backtraces from scripts now go to standard error instead of the
396        terminal even if one is available.
397     ** --script can be an argument, causing the script to be loaded from
398        standard input.
399   * enhancement: MAKE-ALIEN-STRING provides an easy way to transport lisp
400     strings to foreign memory.
401   * enhancement: (SETF GC-LOGFILE) allows logging garbage collections to
402     a file, making it easier to understand heap dynamics.
403   * optimization: using a &REST argument only in APPLY or VALUES-LIST calls
404     allows the compiler to automatically elide rest-list allocation so long as
405     the call sites are in functions that the compiler knows cannot escape.
406     (lp#504575)
407   * optimization: CALL-NEXT-METHOD using explicit arguments is faster,
408     especially in safe code when none of the required arguments have changed
409     their identities.
410   * bug fix: blocking reads from FIFOs created by RUN-PROGRAM were
411     uninterruptible, as well as blocking reads from socket streams created
412     with for which :SERVE-EVENTS NIL. (regression from 1.0.42.43)
413   * bug fix: SET-SYNTAX-FROM-CHAR now removes dispatch-macro character syntax
414     from the to-char if the from-char is not a dispatch-macro character.
415   * bug fix: references to undefined variables in function calls that are
416     optimized away now signal a runtime error. (lp#722734)
417   * bug fix: miscompilation of MULTIPLE-VALUE-CALL when asserting derived
418     types from a function defined in the same file. (regression from
419     1.0.43.57)
420   * bug fix: TRULY-THE forms are now macroexpandable and setf-expandable.
421     (lp#771673)
422   * bug fix: spurious errors during QUIT when standard streams were closed.
423
424 changes in sbcl-1.0.48 relative to sbcl-1.0.47:
425   * incompatible change: SB!KERNEL:INSTANCE-LAMBDA, deprecated for over five
426     years, is now no longer supported.
427   * enhancement: read() and write() have been added to SB-POSIX.
428   * enhancement: types of DEFSTRUCT constructors are proclaimed more
429     accurately, allowing better typechecking of call-sites.
430   * enhancement: errors during compile-time-too processing (i.e. EVAL-WHEN)
431     are no longer caught. (reverted to pre 1.0.34 behaviour)
432   * optimization: slightly faster ISQRT. (lp#713343)
433   * bug fix: better support for Solaris /bin/sh in sh-based tests.
434   * bug fix: TRACE behaves better when attempting to trace undefined
435     functions. (lp#740717)
436   * bug fix: missed optimizations for (FUNCALL (LAMBDA ...) ...) in comparison
437     to (FUNCALL #'(LAMBDA ...) ...).
438   * bug fix: ((LAMBDA ...) ...) forms with invalid argument counts resulted in
439     a compile-time error. (lp#720382)
440   * bug fix: forms such as (FUNCALL (FUNCTION NAME OOPS) ...) were compiled
441     without complaints.
442   * bug fix: less verbose source forms for functions from EVAL. (lp#747485)
443   * bug fix: sense of SLOT-BOUNDP-USING-CLASS was inverted in a MAKE-INSTANCE
444     optimization. (regression from 1.0.45.18/1.0.46.15)
445   * bug fix: package locks did not protects against compile-time side-effects
446     of DEFUN. (lp#675584)
447   * bug fix: --dynamic-space-size argument is validated more carefully.
448     (lp#721457)
449   * bug fix: memory fault from printing a malformed simple-condition.
450     (lp#705690)
451   * bug fix: redefining classes so that slot-definition classes change now
452     engages the obsolete instance protocol. (lp#766271)
453   * bug fix: constant improper lists could break source coverage recording.
454     (lp#767959)
455   * bug fix: compiling calls to eg. MEMBER with massive constant list arguments
456     could exhaust stack.
457
458 changes in sbcl-1.0.47 relative to sbcl-1.0.46:
459   * bug fix: fix mach port rights leaks in mach exception handling code on
460     darwin/x86 and /x86-64. (thanks to Willem Oudshoorn for motivation and the
461     initial patch)
462   * enhancement: --script muffles style-warnings and compiler notes. (lp#677779)
463   * enhancement: redefinition warnings for macros from different files. (lp#434657)
464   * enhancement: better MACHINE-VERSION on Darwin x86 and x86-64. (lp#668332)
465   * enhancement: (FORMAT "foo" ...) and similar signal a compile-time warning. (lp#327223)
466   * enhancement: no more "in: LAMBDA NIL" messages from the compiler for forms
467     processed using EVAL -- now the appropriate toplevel form is reported instead.
468   * enhancement: more legible style-warnings for inappropriate IGNORE and IGNORABLE
469     declarations. (lp#726331)
470   * enhancement: :NOT-NULL option has been added to alien C-STRING type to indicate
471     that NIL/NULL is excluded from the type.
472   * enhancement: SB-INTROSPECT:MAP-ROOT allows mapping over pointers contained in
473     arbitrary objects.
474   * optimization: SLOT-VALUE &co are faster in the presence of SLOT-VALUE-USING-CLASS
475     and its compatriots.
476   * optimization: core startup time is reduced by 30% on x86-64. (lp#557357)
477   * bug fix: SB-DEBUG:BACKTRACE-AS-LIST guards against potentially leaking
478     stack-allocated values out of their dynamic-extent. (lp#310175)
479   * bug fix: attempts to use SB-SPROF for wallclock profiling on threaded
480     x86-64 builds caused a type-error.
481   * bug fix: calling COMPILE with something else than a lambda-expression as the
482     second argument reports a more sensible error. (lp#718905)
483   * bug fix: invalid combinations of :PREDICATE and :TYPE options in DEFSTRUCT
484     are detected. (lp#520607)
485   * bug fix: constant keyword argument checking didn't take :ALLOW-OTHER-KEYS
486     into account.
487   * bug fix: SLOT-BOUNDP information is correct during MAKE-INSTANCE in the
488     presence of (SETF SLOT-VALUE-USING-CLASS) and SLOT-BOUNDP-USING-CLASS
489     methods. (regression from 1.0.45.18)
490   * bug fix: INITIALIZE-INSTANCE :AROUND methods supplying initargs via
491     CALL-NEXT-METHOD work correctly. (regression from 1.0.45.19)
492   * bug fix: several foreign functions accepting string also accepted NIL and
493     consequently caused a memory fault at 0 now signal a type-error instead.
494     (lp#721087)
495   * bug fix: under rare circumstances, constraint propagation could rewrite a
496     variable reference to refer to a variable not in scope, causing an error
497     during physical environment analysis when attempting to close over the
498     variable. (lp#551227)
499   * bug fix: SIMPLE-CONDITION :FORMAT-CONTROL defaults to NIL.
500
501 changes in sbcl-1.0.46 relative to sbcl-1.0.45:
502   * enhancement: largefile support on Solaris.
503   * enhancement: SB-PROFILE:REPORT now supports :LIMIT and :PRINT-NO-CALL-LIST
504     arguments (lp#710017)
505   * enhancement: SB-PCL:+SLOT-UNBOUND+ is exported, making it possible to
506     distinguish unbound instance slots when using STANDARD-INSTANCE-ACCESS
507     &co. (lp#718039)
508   * optimization: ERROR and CERROR are approximately 5 times faster.
509   * optimization: optimized constructors are used for MAKE-INSTANCE of classes
510     with applicable non-standard (SETF SLOT-VALUE-USING-CLASS),
511     SLOT-BOUNDP-USING-CLASS, and INITIALIZE-INSTANCE :AROUND methods, speeding
512     up instance creation in those cases.
513   * optimization: arithmetic operations with multiple constant arguments in now
514     have them reduced at compile-time. (lp#676414)
515   * optimization: determining current character position on string-streams for
516     pretty-printing was overly slow.
517   * bug fix: local tail calls to DYNAMIC-EXTENT functions can no longer cause
518     lifetime analysis to overwrite closed-over variables (lp#681092).
519   * bug fix: encoding errors from some multibyte external formats such as EUC-JP
520     were not handled correctly (lp#713063).
521   * bug fix: printing waitqueue objects without setting *PRINT-CIRCLE* to T is now
522     safe (lp#673630).
523   * bug fix: Solaris/x86-64 wasn't getting built with lutex support by
524     mistake. (lp#667297).
525   * bug fix: CONSTANTLY generated functions had bogus lambda-lists. (lp#713626)
526   * bug fix: RUN-PROGRAM :PTY option was racy on OpenBSD. (lp#669485)
527   * bug fix: UNINTERN takes a symbol, not a symbol designator -- could previously
528     unintern the wrong symbol with the same name. (lp#693796)
529   * bug fix: COPY-PPRINT-DISPATCH always has access to a pristine table,
530     making it possible to restore the initial table if it has been messed up.
531     (lp#678409)
532
533 changes in sbcl-1.0.45 relative to sbcl-1.0.44:
534   * enhancement: ~/ and ~user/ are treated specially in pathnames.
535     Refer to documentation for details.
536   * enhancement: ASDF has been updated to version 2.010.
537   * optimization: mutated closed-over variables that are only accessed by
538     DYNAMIC-EXTENT closures (currently only FLET and LABELS functions
539     declared to be DYNAMIC-EXTENT) are stored directly in their containing
540     stack frame, rather than allocating a VALUE-CELL (lp#586103).
541   * optimization: UNWIND-PROTECT cleanup functions are now declared
542     DYNAMIC-EXTENT.
543   * bug fix: backtracing function with &REST arguments now shows the full
544     argument list. (lp#310173)
545   * bug fix: return types for functions with complex lambda-lists are now
546     derived properly (lp#384892)
547   * bug fix: when SPEED > SPACE compiling CONCATENATE 'STRING with constant
548     long string arguments slowed the compiler down to a crawl.
549   * bug fix: closure VALUE-CELLs are no longer stack-allocated (lp#308934).
550   * bug fix: non-standard MAKE-METHOD-LAMBDA methods could break RETURN-FROM
551     in the DEFMETHOD body.
552   * bug fix: #<SB-C::DEFINED-FUN ...> should no longer appear in compiler
553     messages, being instead replaced with the corresponding function name.
554   * bug fix: don't derive overly complex unions of numeric types for arithmetic
555     operators. (lp#309448)
556
557 changes in sbcl-1.0.44 relative to sbcl-1.0.43:
558   * enhancement: RUN-PROGRAM accepts :EXTERNAL-FORMAT argument to select the
559     external-format for its :INPUT, :OUTPUT, AND :ERROR :STREAMs.
560   * enhancement: ALLOCATION-INFORMATION also provides the page the object
561     resides on.
562   * enhancement: default dynamic-space size can be configured at build-time
563     without touching source, using the --dynamic-space-size argument to make.sh.
564   * enhancement: DESCRIBE recognizes symbols naming optimization policy
565     qualities, and mentions ALWAYS-BOUND declarations.
566   * enhancement: ATOMIC-INCF now supports AREF of (SIMPLE-ARRAY SB-EXT:WORD (*))
567     as a place.
568   * enhancement: ASDF has been updated to 2.009.
569   * enhancement: the system detects known type-erros in calls better,
570     signalling a full warning about violated proclaimed FTYPEs and violations
571     of derived FTYPEs within the same file, including self-calls.
572   * enhancement: new function: SB-EXT:DELETE-DIRECTORY is now provided.
573   * optimization: constant-folding exploits numeric and character types, in
574     addition member types.
575   * optimization: numeric, character and member types that are inhabited by
576     exactly one value are tested with EQL.
577   * optimization: more conditional branches are eliminated during IR1.
578     Branches are simplified before performing if/if-conversion, and simple
579     equivalent branches (that only read the same constant or variable) are
580     merged.
581   * improvements to the Windows port:
582     ** change: canonical unparsing form for pathname namestrings now uses / as
583        directory separator. NATIVE-NAMESTRING still uses \ as the separator.
584     ** bug fix: stackoverwriting due to incorrect usage of PeekConsoleInput
585        on Windows. (thanks to Kalyanov Dmitry)
586     ** bug fix: build now works on cygwin with GCC 4.x installed. (thanks to
587        Kalyanov Dmitry)
588     ** bug fix: run-sbcl.sh now works on Cygwin. (thanks to Kalyanov Dmitry)
589   * bug fix: compiler failed to derive the result-type of MAKE-ARRAY as
590     (AND VECTOR (NOT SIMPLE-ARRAY)) when appropriate. (lp#309130)
591   * bug fix: (THE (VALUES ...)) in LOAD-TIME-VALUE caused a compiler-error.
592     (lp#646796)
593   * bug fix: interrupts arriving during CL:OPEN caused an error.
594   * bug fix: overeager character buffering could cause input to block
595     spuriously when reading from a pipe (lp#643686)
596   * bug fix: more efficient timer expiry should avoid starvation on systems
597     where number of SIGALRMs per second is restricted. (lp#375515)
598   * bug fix: non-unicode builds no longer fail (broken since 1.0.36.15).
599   * bug fix: compile-times no longer scale linearly with the size of
600     quoted lists in source-code. (lp#654289)
601   * bug fix: better errors for unknown external-formats in OPEN. (lp#561974)
602   * bug fix: DEBUG>SPEED no longer degrades ALIEN-FUNCALL performance quite
603     so badly. (lp#654485)
604   * bug fix: SB-INTROSPECT:FIND-DEFINITION-SOURCES-BY-NAME no longer signals
605     an error for eg. STRUCTURE. (lp#458015)
606   * bug fix: LOOP WITH NIL = ... signalled an unused variable style-warning.
607     (lp#613871, thanks to Roman Marynchak)
608   * bug fix: more reliable &REST list type derivation. (lp#655203)
609   * bug fix: PPRINT-LOGICAL-BLOCK multiply-evaluated :PER-LINE-PREFIX,
610     and issued pointles code-deletion notes for it, :PREFIX, and :SUFFIX.
611   * bug fix: the compiler didn't utilize the proclaimed ftype for functions
612     also declared NOTINLINE. (lp#655581)
613   * bug fix: the compiler could attempt to emit constant left shifts of 
614     greater value than n-word-bits. (lp#309063)
615   * bug fix: (SETF SYMBOL-FUNCTION) and (SETF FDEFINITION) clear derived
616     type information for the function being set. (lp#659220)
617   * bug fix: the system used to signal bogus STYLE-WARNINGs when functions
618     containing self-calls were recompiled with a new signature, and failed
619     to warn when a self-call using the old signature was left in. (lp#655126)
620   * bug fix: incorrect FILE-POSITION on streams opened using :EXTERNAL-FORMAT
621     :DEFAULT when the default external had character size other than 8 bits.
622     (lp#657183)
623   * bug fix: derived types of functions in the same file were implicitly
624     trusted, leading to potential heap corruption when those function were
625     defined incompatibly. (lp#657499)
626   * bug fix: existing ASDF source registries are ignored when building
627     contribs (lp#659105)
628   * bug fix: short-form DEFSETF checks that the second argument is a symbol
629     (lp#655824, thanks to Roman Marynchak)
630   * bug fix: (SETF MACRO-FUNCTION) clobbered macro-definitions before
631     package-lock violation was detected. (lp#660752)
632   * bug fix: the system can store different docstrings for a single function
633     under different names. (lp#661631, regression from 1.0.29.24)
634   * bug fix: source-locations of DEFGENERIC forms weren't getting recorded
635     properly. (lp#384801)
636   * bug fix: (COERCE X '(SIMPLE-VECTOR 5)) and similar coercions to vectors
637     of specified length could confuse the type derivation in unsafe code.
638     (lp#655872)
639   * bug fix: SB-POSIX:FORK now signals an error if an attempt to
640     fork with multiple Lisp threads running is made on every platform,
641     not just Darwin. (lp#451111)
642   * bug fix: SB-BSD-SOCKETS and SB-SIMPLE-STREAMS could leave stale finalizers
643     around when core was saved, which could cause undefined behaviour when the
644     core was reified. 
645   * bug fix: Allow UNTRACE of functions that are no longer defined
646     (lp#667657, thanks to Attila Lendvai)
647   * bug fix: MAKE-ARRAY calls with invalid keyword argument lists now signal a
648     compile-time warning (lp#664373, thanks to Stas Boukarev)
649
650 changes in sbcl-1.0.43 relative to sbcl-1.0.42:
651   * incompatible change: FD-STREAMS no longer participate in the serve-event
652     event-loop by default. (lp#316072)
653     ** In addition to streams created by explicit calls to MAKE-FD-STREAM this
654        affects streams from CL:OPEN.
655     ** Streams from SOCKET-MAKE-STREAM still participate in serve-event by
656        default, but this is liable to change: applications needing serve-event
657        for socket streams should explicitly request it using :SERVE-EVENTS T
658        in the call.
659   * enhancement: SB-EXT:WORD type is provided for use with SB-EXT:ATOMIC-INCF
660     &co.
661   * enhancement: CLOS effective method functions and defclass slot typechecking
662     function now have debug names for use in backtraces and profiles.
663   * enhancement: ASDF has been updated to version 2.004. (lp#605260, thanks to
664     Faré Rideau)
665   * enhancement: symbols are printed using fully qualified names in several
666     error and warning messages which are often associated with package
667     conflicts or mixups (lp#622789, thanks to Attila Lendvai)
668   * bug fix: SB-BSD-SOCKETS:SOCKET-CONNECT was not thread safe. (lp#505497,
669     thanks to Andrew Golding)
670   * bug fix: reading /proc files on Linux works. (lp#425199)
671   * bug fix: DOTIMES accepted literal non-integer reals. (lp#619393, thanks to
672     Roman Marynchak)
673   * bug fix: WRITE-TO-STRING compiler macro binding special variable names,
674     breaking code that tried to write the value of a printer control variable.
675     (lp#581564, thanks to Stas Boukarev)
676   * bug fix: WRITE compiler macro did not handle output stream designators
677     correctly. (lp#598374, thanks to Stas Boukarev)
678   * bug fix: better availability of names of foreign functions in backtraces
679     on Linux. (lp#626962, thanks to Stas Boukarev)
680   * bug fix: scripting and build for Solaris and FreeBSD. (lp#615497,
681     lp#627581, thanks to Josh Elsasser and Jim Wise)
682   * bug fix: build fixes for OpenBSD -current and 4.8 (lp#615489, lp#615492,
683     thanks to Josh Elsasser)
684   * bug fix: using aliases for builtin classes as defmethod specializers
685     without adding DEFTYPEs for them works. (lp#618387)
686   * bug fix: timetravel by getrusage() no longer causes type-errors during GC.
687     (lp#544421)
688   * bug fix: legally dynamic-extent lists and vectors used as
689     initialization arguments to MAKE-ARRAY can be stack allocated. (lp#586105)
690   * bug fix: inline-expansion creating references to dead lambda-variables
691     (lp#454681, thanks to Alexey Dejneka)
692   * bug fix: better error message for bogus numerical arguments to RANDOM.
693     (lp#598986, thanks to Stas Boukarev)
694   * bug fix: the compiler occasionally inlined references from incompatible
695     environments occurs. (lp#308951)
696   * bug fix: the compiler threw an error when trying to compile a local
697     function (labels or flet) known to take a specialized complex argument.
698     (not in launchpad, reported by sykopomp in #lispgames)
699   * bug fix: package-locks failed to protect against compile-time effects of
700     DEFUN when the symbol previously had a macro definition. (lp#576637)
701   * bug fix: spurious ignore warnings even given (DECLARE IGNORE) in methods
702     when parameter bindings mutated.  (reported by Faré Rideau; lp #611361)
703   * bug fix: workaround for compiler hang in ORDER-UVL-SETS (lp#308914)
704   * bug fix: evaluation in debugger REPL works using the global context when
705     in frames that do not have sufficient debug information.
706   * bug fix: exceeding FD_SETSIZE limit now results in an sensible error
707     (lp#316068)
708   * bug fix: (SETF DOCUMENTATION) of a macro works properly. (lp#643958, thanks
709     to Stas Boukarev)
710   * bug fix: interrupt taking longer than the requested period caused SLEEP
711     to hang on Darwin. (lp#640516, thanks to Joe Lebroco for the analysis)
712
713 changes in sbcl-1.0.42 relative to sbcl-1.0.41
714   * build changes
715     ** Cross-compilation host is now specified to make.sh using
716        command-line argument --xc-host=<command> instead of a positional
717        argument. (thanks to Daniel Herring)
718     ** Install location can be specified to make.sh using command-line
719        argument --prefix=<path>. (lp#550889s, thanks to Daniel Herring)
720   * optimization: The default implementation of
721     COMPUTE-DISCRIMINATING-FUNCTION does much less wasted work.
722   * enhancement: Explicit memory barrier operations are now available for use
723     by multithreaded code.  See documentation for details.
724   * enhancement: Experimental support for threading on Linux/PPC.
725   * bug fix: RENAME-PACKAGE returns the package.  (Thanks to Eric Marsden)
726   * bug fix: EXPT signals an error if first argument is a zero and second
727     argument is a floating point zero. (lp#571581, thanks to Roman Marynchak)
728   * bug fix: DEFTYPE signals an error for non-list lambda-lists.
729     (lp#576594, thanks to Roman Marynchak)
730   * bug fix: make ASDF-INSTALL compatible with the now-included ASDF2.
731     (lp#612998, reported by Phil Hargett; patch from Jim Wise)
732
733 changes in sbcl-1.0.41 relative to sbcl-1.0.40:
734   * optimization: validity of observed keyword initargs to MAKE-INSTANCE is
735     cached, leading to many fewer expensive calls to
736     COMPUTE-APPLICABLE-METHODS.
737   * optimization: in the (unoptimized) general method for MAKE-INSTANCE on a
738     CLASS argument, search for and call an appropriate optimized ctor function
739     if it exists.
740   * bug fix: WRITE always returns the correct value.
741
742 changes in sbcl-1.0.40 relative to sbcl-1.0.39:
743   * bug fix: readdir now works on :inode64 darwin builds (lp#592897)
744   * bug fix: Name conflicts between symbols passed as arguments to a single
745     call to IMPORT no longer add multiple symbols with the same name to the
746     package (detectable via DO-SYMBOLS).
747   * bug fix: support building without the dlshim on darwin x86 and x86-64
748     (lp#533470).
749   * bug fix: TRACE :ENCAPSULATE NIL now works on ppc/linux.
750
751 changes in sbcl-1.0.39 relative to sbcl-1.0.38:
752   * bug fix: Backtrace from undefined function on x86 and x86-64 now show
753     the calling frame.
754   * bug fix: linkage-table entries on PPC now no longer overflow their
755     space allocation (potentially causing crashes if they are written out
756     of order).
757   * bug fix: Scrub control stack after scavenging in gencgc on non-x86oid
758     platforms, preventing the GC from seeing stale pointers on the control
759     stack in subsequent GCs (which would, and does, break invariants).
760   * bug fix: 32-bit unicode external formats now work on big-endian systems.
761   * bug fix: Literal characters with code points greater than about 32767
762     now work on PPC UNICODE builds.
763   * bug fix: Any noise left by SSE operations (sqrt and conversions) in the
764     high order bits are explicitly cleared out. In some contrived situations,
765     this could lead to wrong results in mixed real/complex float arithmetic.
766   * bug fix: Fix function/macro redefinition warnings when building with
767     clisp.  (lp#576787, thanks to Josh Elsasser)
768   * new platform: experimental support for ppc/openbsd (thanks to Josh
769     Elsasser).
770   * bug fix: Floating-point traps now work on ppc/linux.
771
772 changes in sbcl-1.0.38 relative to sbcl-1.0.37:
773   * incompatible change: Thread names are now restricted to SIMPLE-STRINGs
774     like for any other thread-related datastructure, MUTEX, etc. (lp#547095)
775   * deprecation: the SB-QUEUE contrib was merged into the SB-CONCURRENCY
776     contrib module. New code should depend on SB-CONCURRENCY, not SB-QUEUE.
777   * deprecation: SB-THEAD:GET-MUTEX was deprecated in favor of
778     SB-THREAD:GRAB-MUTEX.
779   * new contributed module: SB-CONCURRENCY is a new contrib; it's supposed to
780     contain additional data structures and tools for concurrent programming;
781     at the moment it contains a lock-free queue, and a lock-free mailbox
782     implementation.
783   * new feature: added SB-THREAD:GRAB-MUTEX; it's like the now deprecated
784     GET-MUTEX but takes &key rather than &optional parameters.  Also added
785     :TIMEOUT argument to GRAB-MUTEX on non-sb-lutex platforms like Linux and
786     BSD.
787   * new feature: added SB-THREAD:TRY-SEMAPHORE, a non-blocking variant of
788     SB-THREAD:WAIT-ON-SEMAPHORE.
789   * new feature: SB-EXT:ATOMIC-DECF has been added as a companion to
790     SB-EXT:ATOMIC-INCF.
791   * new feature: a CANCEL-DEADLINE is associated with DEADLINE-TIMEOUT
792     conditions to defer the deadline for forever.
793   * enhancement: *STANDARD-OUTPUT*, *STANDARD-INPUT*, and *ERROR-OUTPUT* are
794     now bivalent.
795   * enhancement: errors from NO-APPLICABLE-METHOD and
796     NO-PRIMARY-METHOD now have a RETRY restart available to retry the
797     generic function call.
798   * enhancement: SB-BSD-SOCKET improvements
799     ** sockets and socket streams now have a more informative printed
800        representation based on the corresponding SOCKET-NAME and
801        SOCKET-PEERNAME.
802     ** SOCKET-MAKE-STREAM once more supports the :AUTO-CLOSE option.
803        (lp#540413)
804     ** SOCKET-CLOSE now accepts :ABORT argument, which is passed on to
805        CL:CLOSE when appropriate, and no longer disassociates the stream
806        from the socket if close failed. (lp#543951)
807   * improvements to the instrumenting profiler
808     ** new feature: report per-function GC overhead. (thanks to John Fremlin)
809     ** optimization: counters no longer use locks for the overflow mode.
810     ** bug fix: whenever a profiling counter wrapped into overflow mode, it
811        incurred an off-by-one miscount.
812   * enhancement: improved MAKE-HASH-TABLE documentation (lp#543473)
813   * enhancement: improved DEFMETHOD pretty-printing.
814   * enhancement: perform range reduction when arguments are too large for
815     x87's transcendentals (instead of returning 0). (lp#327192)
816   * enhancement: eliminate some spurious TYPE-WARNINGs. Should help with
817     some of CL-PPCRE's macros. (lp#570079)
818   * enhancement: our machine code is slightly less hostile to valgrind on 
819     x86-64.
820   * enhancement: up-to-date versions of NetBSD-current are supported.  (Thanks
821     to Robert Swindells and Aleksej Saushev)
822   * bug fix: correct restart text for the continuable error in MAKE-PACKAGE.
823   * bug fix: a rare case of startup-time page table corruption.
824   * bug fix: a semaphore with multiple waiters and some of them unwinding due
825     to timeouts could be left in an inconsistent state.
826   * bug fix: fix typo in "Reporting Bugs" section of the manual (lp#520366)
827   * bug fix: misoptimization of multiplication by one in
828     (SB-C::FLOAT-ACCURACY 0) policies.
829   * bug fix: miscounts in SB-PROFILE.
830   * bug fix: Fix lost wakeup bug between SB-THREAD:CONDITION-WAIT and
831     CONDITION-NOTIFY on Linux. See threads "lost wakeup in condition-wait /
832     condition-notify" (Feb 2010) and "Condition-Wait, Deadline handler, waking
833     up itself" (March 2010) for further details.
834   * bug fix: allow forward FIND and POSITION on lists to elide checking :END
835     against length of the list if the element is found before the specified
836     END is reached. (thanks to Alec Berryman, lp#554385)
837   * bug fix: errors signalled during package graph modification no longer
838     block FIND-SYMBOL and FIND-PACKAGE in other threads. (lp#511072)
839   * bug fix: SB-POSIX build was broken when SBCL was compiled without the
840     :SB-DOC feature. (lp#552564)
841   * bug fix: SB-INTROSPECT build issues on GENGC/PPC. (lp#490490)
842   * bug fix: more robust runtime executable path detection. (lp#375549)
843   * bug fix: GCD always returns positive values. (lp#413680)
844   * bug fix: Converting division to multiplication by reciprocal handles
845     denormals.
846   * bug fix: We were too eager in eliding range reduction tests on x87.
847     The maximal magnitude is 2^63, not 2^64.
848   * bug fix: Transforms for TRUNCATE don't die when the result is completely
849     ignored anymore.
850   * bug fix: Maybe restore buildability on Alpha.
851   * bug fix: READ-BYTE isn't inline anymore, fixing weird streams failures. 
852     (lp#569404)
853   * bug fix: RANDOM-STATE can be printed readably again.
854   * bug fix: Unreadable objects were sometimes printed like #<\nFoo>.
855   * bug fix: Using EQL with non-constant values of constant type (e.g. EQL
856     types) could result in type mismatches during compilation.
857
858 changes in sbcl-1.0.37 relative to sbcl-1.0.36:
859   * enhancement: Backtrace from THROW to uncaught tag on x86oids now shows
860     stack frame thrown from.
861   * enhancement: WITH-COMPILATION-UNIT :POLICY allows restricting changes to
862     compiler optimization qualities inside dynamic extent of its body.
863   * enhancement: LOAD-LOGICAL-PATHNAME-TRANSLATIONS can be used to load
864     translations from SYS:SITE;<HOST>.TRANSLATIONS.NEWEST (thanks to Michael
865     Weber)
866   * optimization: SLOT-VALUE and (SETF SLOT-VALUE) take advantage of
867     constraint propgation, allowing better compilation eg. when used to
868     access structures with WITH-SLOTS. (lp#520366)
869   * optimization: the compiler is now more aware of the type of the underlying
870     storage vector for multidimensional simple arrays resulting in better code
871     for accessing such arrays.
872   * optimization: passing NIL as the environment argument to TYPEP no longer
873     inhibits optimizing it. (lp#309788)
874   * optimization: more efficient register usage when handling single-float
875     arguments on x86-64. (thanks to Lutz Euler)
876   * optimization: ADJUST-ARRAY and STABLE-SORT on vectors no longer use
877     pre-allocated temporary vectors. (lp#496249)
878   * bug fix: Fix compiler error involving MAKE-ARRAY and IF forms
879     in :INITIAL-CONTENTS. (lp#523612)
880   * bug fix: FUNCTION-LAMBDA-EXPRESSION lost declarations from interpreted
881     functions. (lp#524707)
882   * bug fix: bogus style warnings from certain (SETF SLOT-VALUE) and
883     WITH-SLOTS usages during compilation.
884   * bug fix: SB-C::CLASS-INFO now prints correctly. (lp#514762)
885   * enhancement: Can now build with ud2 instead of int3 as trap instruction on
886     all x86oid platforms with :UD2-BREAKPOINTS target feature.
887   * bug fix: Breakpoints now work when using ud2 instead of int3 as trap
888     instruction (tested on x86oid linux with ud2-breakpoints).
889   * bug fix: slam.sh now works on win32.
890   * bug fix: better differences of numeric types. (lp#309124)
891   * bug fix: arrays declared intersection and union types can have their
892     upgraded element type derived. (lp#316078)
893   * bug fix: SB-SPROF allocation profiling for all threads failed to profile
894     threads started during profiling. (lp#472499)
895   * bug fix: SB-INTROSPECT test failure when building without SB-EVAL feature.
896     (lp#535658)
897   * bug fix: SB-CLTL2:DECLARATION-INFORMATION did not take
898     SB-EXT:RESTRICT-COMPILER-POLICY into account. (lp#313337)
899   * bug fix: Comma inside a backquoted array or structure resulted in nonsense
900     values instead of signaling an error. (lp#309093)
901   * bug fix: Spurious unused variable warning in a DEFSTRUCT edge case.
902     (lp#528807)
903   * bug fix: More consistent warnings and notes for ignored DYNAMIC-EXTENT
904     declarations (lp#497321)
905   * bug fix: FIND and POSITION on lists did not check sequence bounds properly
906     and failed to detect circular lists (lp#452008)
907   * bug fix: leakage from ~/.asdf-install into the ASDf-INSTALL contrib build
908     (lp#538974)
909   * bug fix: LOOP OF-TYPE VECTOR compile-time error. (lp#540186)
910   * bug fix: SIGNAL SB-SYS:INTERACTIVE-INTERRUPT before entering the debugger
911     due to it, so that handlers can run.
912   * bug fix: reparsing undefined types if they have become defined since
913     parsing. (lp#309128)
914   * bug fix: missing &REST type in a proclamation for a function with both
915     &REST and &KEY in lambda-list caused miscompilation (lp#458354)
916   * bug fix: WHO-CALLS information for source-transformed and compiler-macro
917     expanded calls (lp#542174)
918   * bug fix: more accurate WHO-MACROEXPANDS information; point into rather
919     than just at toplevel form.
920
921 changes in sbcl-1.0.36 relative to sbcl-1.0.35:
922   * new feature: SB-EXT:TYPEXPAND-1, SB-EXT:TYPEXPAND, and
923     SB-EXT:TYPEXPAND-ALL behave exactly like their MACROEXPAND counterparts
924     but work on type specifiers.
925   * new feature: SB-EXT:DEFINED-TYPE-NAME-P returns whether a symbol is known
926     to name a type specifier.
927   * new feature: SB-EXT:VALID-TYPE-SPECIFIER-P returns whether a given type
928     specifier is valid where "valid" basically means "would be accepted as
929     second argument of TYPEP".
930   * new feature: SB-INTROSPECT:FUNCTION-TYPE takes a function-designator and
931     returns the function's declared, or derived FTYPE.
932   * new feature: SB-POSIX now supports accessing the d_ino member of
933     dirent structures.  (Thanks to Philipp Marek and Pierre THEIRRY)
934   * new feature: The function SB-EXT:SEED-RANDOM-STATE has been added to
935     provide for seeding a RANDOM-STATE object with user-provided data or
936     from the operating system's PRNG.  Also, (MAKE-RANDOM-STATE T) will
937     attempt to initialize the returned state from the operating system's
938     PRNG where possible.  (Thanks to Fare Rideau; launchpad bug lp#310116)
939   * bug fix: Fix SB-SIMPLE-STREAMS:READ-VECTOR to correctly set the
940     FILE-POSITION of the stream being read from.  (launchpad bug lp#491087)
941   * bug fix: Fix grammar and style issues for the docstrings of
942     printer-related variables and functions.  (Thanks to mon_key; launchpad
943     bug lp#518696)
944   * bug fix: Fix compilation on chenygc platforms. Thanks to Larry Valkama and
945     Bruce O'Neel.
946   * bug fix: SB-THREAD:CONDITION-WAIT sometimes signaled a deadline twice 
947     in a row even though a handler defered the deadline long into the
948     future. (lp#512914)
949   * bug fix: A deadline handler was run without interrupts enabled for a
950     deadline signaled within SB-THREAD:CONDITION-WAIT. That could result
951     in infinitely spinning, non-killable threads.
952   * bug fix: Backtrace from internal-errors on x86-64 os x was truncated
953     before reaching the erring stack frame.
954   * bug fix: Fix type derivation for EXPT when raising a fixnum to a
955     real power.  (launchpad bug lp#525949)
956   * bug fix: Fix SB-EXT:GENERATION-* accessors for generations > 0 on
957     GENCGC platforms.  (launchpad bug lp#529014)
958   * bug fix: More robust checks for invalid DEFMETHOD argument specializers.
959     (launchpad bug lp#525916)
960   * bug fix: Fix building on Darwin when sysctl is not in the user's PATH.
961     (Thanks to Robert Goldman)
962
963 changes in sbcl-1.0.35 relative to sbcl-1.0.34:
964   * optimization: ROUND with a single single-float or double-float argument
965     is properly inlined when possible.
966   * optimization: Slightly better code is generated for integer<->float
967     conversions and for single-float<->double-float conversions on x86-64.
968   * optimization: SB-ROTATE-BYTE:ROTATE-BYTE now generates more efficient
969     code for 32-bit and 64-bit rotations on x86-64.
970   * bug fix: The install script changes the ownership of directories as well
971     as files for contrib modules using asdf.  (thanks to Eugene Ossintsev;
972     launchpad bug lp#508485)
973   * bug fix: TRUNCATE with a single single-float or double-float argument is
974     properly inlined when possible.  (launchpad bug lp#489388)
975   * bug fix: Passing a rotation count of zero to SB-ROTATE-BYTE:ROTATE-BYTE
976     no longer causes a compiler error on x86 and ppc.
977   * bug fix: GET-MACRO-CHARACTER bogusly computed its second return value
978     always relative to *READTABLE* rather than the passed argument.
979
980 changes in sbcl-1.0.34 relative to sbcl-1.0.33:
981   * minor incompatible change: threading support is now enabled by default
982     on x86[-64] Linux.
983   * enhancement: SB-INTROSPECT:DEFTYPE-LAMBDA-LIST now also works on most
984     builtin types.
985   * enhancement: Errors during compile-time-too processing (i.e. EVAL-WHEN)
986     are now caught and reported just like errors during macroexpansion.
987   * enhancement: SB-POSIX now provides access to tcdrain(), tcflow(),
988     tcflush(), tcgetsid(), and tcsendbreak(). (thanks to Jerry James)
989   * enhancement: ASDF systems can now depends on SB-QUEUE.
990   * fixes and improvements related to Unicode and external formats:
991     ** bug fix: error handling and restart usage in the ucs-2 external format 
992        has been improved.
993     ** there is now an implementation of the ucs-4 external format.
994     ** the utf-16 and utf-32 external formats are supported.
995   * bug fix: SB-POSIX wrapper for putenv no longer tries to put lisp strings
996     in the environment. setenv() and unsetenv() are also provided. (reported by
997     Fare Rideau; launchpad bug lp#460455)
998   * bug fix: LOAD of both .fasl and .FASL type files now forces fasl-style
999     loading. This ensures sensible errors for .FASL files from other
1000     implementations on case-insensitive filesystems. (reported by Willem
1001     Broekema; launchpad bug lp#489417)
1002   * bug fix: #p"\\\\" can now be read without error on Win32.  (reported by
1003     Willem Broekema; launchpad bug lp#489698).
1004   * bug fix: some minor code rearrangements to reenable warning-free building
1005     from CMUCL (reported by xme@gmx.net; launchpad bug lp#491104)
1006   * bug fix: PRINT-OBJECT for clos instances respects the right margin when
1007     pretty printing
1008   * bug fix: FIND-PACKAGE & DEFPACKAGE were not thread safe. (reported by
1009     Attila Lendvai)
1010
1011 changes in sbcl-1.0.33 relative to sbcl-1.0.32:
1012   * new port: support added for x86-64 NetBSD.  (thanks to Aymeric Vincent)
1013   * improvement: support O_LARGEFILE access to files larger than 2GB on
1014     x86-64/linux.  (thanks to Daniel Janus; launchpad bug lp#453080)
1015   * new feature: SB-INTROSPECT:WHO-SPECIALIZES-DIRECTLY to get a list of
1016     definitions for methods specializing on the passed class itself. 
1017   * new feature: SB-INTROSPECT:WHO-SPECIALIZES-GENERALLY to get a list of
1018     definitions for methods specializing on the passed class itself, or on
1019     subclasses of it.
1020   * new build flag: :sb-xref-for-internals; SBCL will collect xref information
1021     about itself during the build (e.g. for M-? in Slime), if this flag is
1022     enabled in customize-target-features.lisp. This will increase the core
1023     size by about 5-6mb, though, so it's mostly interesting to SBCL
1024     developers.
1025   * new feature: various GENCGC tuning parameters have been experimentally
1026     documented and exported from SB-EXT. See documentation for details.
1027   * fixes and improvements related to Unicode and external formats:
1028     ** the Unicode character database has been upgraded to the
1029        Unicode 5.2 standard, giving names and properties to a number of new
1030        characters, and providing a few extra characters with case
1031        transformations.
1032     ** improvement: restarts for providing replacement input/output on coding
1033        errors for fd-stream external formats.
1034     ** improvement: where :<encoding> is a keyword corresponding to an
1035        external format the system supports, it is now possible to specify
1036        (:<encoding> :replacement <character>) as an external format which will
1037        automatically substitute <character> on encoding or decoding errors for
1038        streams and for STRING-TO-OCTETS and its inverse.  (launchpad bug
1039        lp#317072)
1040     ** improvement: the file streams underlying the standard streams (such as
1041        *STANDARD-INPUT*, *TERMINAL-IO*) are opened with an external format 
1042        which uses the replacement mechanism to handle encoding errors,
1043        preventing various infinite error chains and unrecoverable I/O
1044        confusion.
1045     ** minor incompatible change: the utf-8 external format now correctly
1046        refuses to encode Lisp characters in the surrogate range (char-codes
1047        between #xd800 and #xdfff).
1048     ** fix a typo preventing conversion of strings into octet vectors
1049        in the latin-2 encoding.  (reported by Attila Lendvai; launchpad bug
1050        lp#471689)
1051     ** fix a bug in the octet multibyte handling of decoding errors and the
1052        USE-VALUE restart.  (launchpad bug lp#314939)
1053     ** fix the bug underlying the expected failure in the FORCE-END-OF-FILE
1054        restart on fd-stream decoding errors.
1055     ** fix a bug in the ATTEMPT-RESYNC fd-stream decoding restart when the
1056        error is near the end of file.
1057     ** fix a double-error case in unibyte octet conversions, when the first
1058        use of USE-VALUE is ignored.
1059     ** fix bugs in handling of undefined code points in unibyte encodings.
1060     ** fix LISTEN (and consequent hangs in READ-CHAR-NO-HANG) on bivalent
1061        streams after an UNREAD-CHAR.
1062   * enhancement: SB-INTROSPECT:ALLOCATION-INFORMATION also reports if the
1063     object is allocated in a boxed region of dynamic space.
1064   * enhancement: SB-POSIX:FORK now signals an error if an attempt to
1065     fork with multiple Lisp threads running is made, instead of going
1066     ahead with unpredictable consequences. (reported by Leslie Polzer)
1067   * bug fix: uses of slot accessors on specialized method parameters within
1068     the bodies of SLOT-VALUE-USING-CLASS methods no longer triggers a type
1069     error while finalizing the class.  This fix may cause classes with slot
1070     accessors to be finalized later than previously.  (reported by Lars Rune
1071     Nøstdal; launchpad bug lp#473699)
1072   * bug fix: restore buildability on the MIPS platform.  (regression from
1073     1.0.30.38, reported by Samium Gromoff)
1074   * bug fix: inspecting closures is less likely to fail with a type error.
1075   * bug fix: no timer starvation when setting the system clock back.
1076     (launchpad bug lp#460283)
1077   * bug fix: WITH-STANDARD-IO-SYNTAX now binds *PRINT-PPRINT-DISPATCH* to the
1078     standard pprint dispatch table as specified by CLHS.
1079   * bug fix: give CLISP a hint about a type declaration to enable it to build
1080     the cross-compiler without warnings.  (thanks to Josh Elasser; launchpad
1081     bug lp#396597)
1082   * bug fix: correctly dump literal objects in defaulting forms of arglists.
1083     (reported by Attila Lendvai; launchpad bug lp#310132)
1084   * bug fix: distinguish in type specifiers between arrays that might be
1085     complex and arrays that are definitely complex.  (launchpad bug lp#309129)
1086   * bug fix: SUBTYPEP knows that the SYMBOL type is not SUBTYPEP the KEYWORD
1087     type.  (reported by Levente Mészáros; launchpad bug lp#485972)
1088   * bug fix: setting the value of a symbol-macro within a method in the
1089     presence of type declarations works properly again.  (reported by Iban
1090     Hatchondo; launchpad bug lp#485019)
1091
1092 changes in sbcl-1.0.32 relative to sbcl-1.0.31:
1093   * optimization: faster FIND and POSITION on strings of unknown element type
1094     in high SPEED policies. (thanks to Karol Swietlicki)
1095   * optimization: faster CONCATENATE 'STRING in low SPEED policies (reported
1096     by David Vázquez)
1097   * improvement: better error signalling for bogus parameter specializer names
1098     in DEFMETHOD forms (reported by Pluijzer)
1099   * bug fix: DELETE-FILE once again works on logical pathnames (regression
1100     since 1.0.30.49)
1101   * bug fix: LOGICAL-PATHNAME signals a TYPE-ERROR if pathspec is specified
1102     incorrectly.
1103   * bug fix: redefinition of a class via DEFCLASS without :DEFAULT-INITARGS
1104     removes previous default initargs (reported by Lars Rune Nøstdal and
1105     Samium Gromoff)
1106   * bug fix: correct WHO-CALLS information for inlined lambdas with complex
1107     lambda-lists. (reported by Peter Seibel)
1108   * bug fix: SAVE-LISP-AND-DIE option :SAVE-RUNTIME-OPTIONS did not work
1109     correctly when starting from an executable core without saved runtime
1110     options (reported by Faré Rideau, thanks to Zach Beane)
1111   * bug fix: (SETF SLOT-VALUE) signalled a warning which should have been
1112     an optimization note instead. (reported by Martin Cracauer)
1113   * bug fix: WITH-SLOTS did not work with THE forms. (thanks to David Tolpin)
1114   * bug fix: Have RUN-PROGRAM with :INPUT T only run the subprocess in a
1115     new process group if it doesn't need to share stdin with the sbcl
1116     process. (thanks to Leslie Polzer)
1117   * bug fix: SATISFIES could be misoptimized to refer to a local function.
1118     (reported by Stanislaw Halik)
1119
1120 changes in sbcl-1.0.31 relative to sbcl-1.0.30:
1121   * improvement: stack allocation is should now be possible in all nested
1122     inlining cases: failure to stack allocate when equivalent code is manually
1123     open coded is now considered a bug.
1124   * improvements related to Unicode: 
1125     ** the Unicode character database has been upgraded to the
1126        Unicode 5.1 standard, giving names and properties to a number of new
1127        characters, and providing a few extra characters with case
1128        transformations.
1129     ** the system now recognizes and produces names for Unicode Hangul 
1130        syllable characters.
1131     ** the EBCDIC-US external-format is now supported for octet operations
1132        (as well as for stream operations).
1133   * new feature: experimental :EMIT-CFASL parameter to COMPILE-FILE can
1134     be used to output toplevel compile-time effects into a separate .CFASL
1135     file.
1136   * optimization: COERCE to VECTOR, STRING, SIMPLE-STRING and recognizable
1137     one-dimenstional subtypes of ARRAY is upto 70% faster when the coercion is
1138     actually needed.
1139   * optimization: TRUNCATE on known single- and double-floats is upto 25%
1140     faster.
1141   * optimization: division of floating point numbers by constants uses
1142     multiplication by reciprocal when an exact reciprocal exists.
1143   * optimization: multiplication of single- and double-floats floats by
1144     constant two has been optimized.
1145   * optimization: ARRAY-IN-BOUNDS-P is resolved at compile-time when
1146     sufficient type information is available. (thanks to Leslie Polzer)
1147   * optimization: SLOT-VALUE and (SETF SLOT-VALUE) with constant slot names on
1148     known structure objects are as efficient as defstruct generated accessors.
1149   * optimization: unused vector creation can now be optimized away.
1150   * improvement: ASDF systems can now depends on SB-INTROSPECT.
1151   * improvement: a STYLE-WARNING is signalled when a generic function
1152     clobbers an earlier FTYPE proclamation.
1153   * improvement: the compiler is able to track the effective type of
1154     generic function across method addition and removal even in the
1155     absence of an explicit DEFGENERIC.
1156   * improvement: DESCRIBE now reports on symbols naming undefined
1157     but assumed or declared function as well.
1158   * improvement: recompilation of systems using SB-GROVEL now works
1159     (thanks to Leslie Polzer)
1160   * improvements to SB-CLTL2 (thanks to Larry D'Anna):
1161     ** functions DECLARATION-INFORMATION, PARSE-MACRO, and ENCLOSE have been
1162        documented.
1163     ** AUGMENT-ENVIRONMENT and DEFINE-DECLARATION have been implemented.
1164     ** DECLARATION-INFORMATION now supports declaration name DECLARATION as
1165        well as user defined declaration names.
1166     ** VARIABLE-INFORMATION is now aware of alien variables.
1167   * improvement: improved address space layout on OpenBSD (thanks to Josh
1168     Elsasser)
1169   * improvement: pretty-printing of various Lisp forms has been improved
1170     (thanks to Tobias Rittweiler)
1171   * bug fix: calls to DECODE-FLOAT and INTEGER-DECODE-FLOAT whose value was
1172     unused were deleted in safe code. (reported by John Fremlin)
1173   * bug fix: a failing AVER compiling certain MAKE-ARRAY forms. (reported
1174     by James Wright)
1175   * bug fix: some out-of-line array predicates were missing (reported by
1176     Stelian Ionescu)
1177   * bug fix: a failing AVER in CONVERT-MV-CALL has been fixed. (thanks to
1178     Larry D'Anna)
1179   * bug fix: a failing AVER in %ALLOCATE-CLOSURES conversion has been fixed
1180     (thanks to Larry D'Anna)
1181   * bug fix: SLEEP supports times over 100 million seconds on long on OpenBSD
1182     as well. (reported by Josh Elsasser)
1183   * bug fix: DELETE-FILE on streams no longer closes the stream with :ABORT T,
1184     leading to possible attempts to delete the same file twice. See docstring
1185     on DELETE-FILE for details. (reported by John Fremlin)
1186   * bug fix: DELETE-FILE once again deletes the file named by the pathname
1187     designator argument, rather than its truename.  (reported by Luis
1188     Oliveira)
1189   * bug fix: the low-level debugger had 32-bit assumptions and was missing
1190     information about some array types. (thanks to Luis Oliveira)
1191   * bug fix: moderately complex combinations of inline expansions could
1192     be miscompiled if the result was declared to be dynamic extent.
1193   * bug fix: on x86, SAP-REF of sizes greater than 8 bits with offsets of the
1194     form (+ <variable> <integer>) were miscompiled under certain
1195     circumstances.
1196   * bug fix: in some cases no compiler note about failure to stack allocate
1197     was emitted, even if the objects were in fact heap allocated.
1198   * bug fix: minor violation of "otherwise inaccessible" rule for stack
1199     allocation could cause objects users might reasonably expect to
1200     be heap allocated to be stack allocated.
1201   * bug fix: DESCRIBE signalled an error for generic functions under
1202     certain circumstances. (thanks to Leslie Polzer)
1203   * bug fix: Fixed spelling of an error message.
1204
1205 changes in sbcl-1.0.30 relative to sbcl-1.0.29:
1206   * minor incompatible change: SB-THREAD:JOIN-THREAD-ERROR-THREAD and
1207     SB-THREAD:INTERRUPT-THREAD-ERROR-THREAD have been deprecated in favor
1208     of SB-THREAD:THREAD-ERROR-THREAD.
1209   * new contrib module: SB-QUEUE provides thread-safe lockless FIFO queues.
1210   * new feature: docstrings for local and anonymous functions are no longer
1211     discarded. (thanks to Leslie Polzer)
1212   * new feature: SB-THREAD:SYMBOL-VALUE-IN-THREAD provides access to symbol
1213     values in other threads.
1214   * new feature: SB-INTROSPECT:ALLOCATION-INFORMATION provides information
1215     about object allocation.
1216   * optimization: division of a real float by a complex float is implemented
1217     with a specialised code sequence.
1218   * optimization: MAKE-INSTANCE with non-constant class-argument but constant
1219     keywords is an order of magnitude faster.
1220   * optimization: MAKE-INSTANCE with constant keyword arguments is x2-4 faster
1221     in the presence of :AROUND or non-standard primary INITIALIZE-INSTANCE
1222     methods, and similarly for non-standard metaclass classes as long as there
1223     are no methods additional on MAKE-INSTANCE.
1224   * optimization: more efficient type-checks for FIXNUMs when the value
1225     is known to be a signed word on x86 and x86-64.
1226   * optimization: compiler now optimizes (EXPT -1 INTEGER), (EXPT -1.0 INTEGER),
1227     and (EXPT -1.0d0 INTEGER) into an ODDP test. (thanks to Stas Boukarev and
1228     Paul Khuong)
1229   * optimization: compiler is smarter about delegating argument type checks to
1230     callees.
1231   * optimization: several character functions are now compiled somewhat more
1232     efficiently. (reported by Lynn Quam)
1233   * optimization: the compiler now derives simple types for LOAD-VALUE-FORMs.
1234   * improvement: less unsafe constant folding in floating point arithmetic,
1235     especially for mixed complex/real -float operations.
1236   * optimization: constant double and single floats are stored in native
1237     unboxed format on x86[-64].
1238   * optimization: smarter code for arithmetic operations with constant floats,
1239     complex floats, or integers on x86[-64].
1240   * optimization: smarter code for conjugate/multiplication of float complexes
1241     and abs/negate of floats on x86-64.
1242   * optimization: more efficient complex float and real float operations on
1243     x86-64.
1244   * improvement: complex float division is slightly more stable.
1245   * improvement: DESCRIBE output has been reworked to be easier to read and
1246     contains more pertinent information.
1247   * improvement: failure to provide requested stack allocation compiler notes
1248     provided in all cases (requested stack allocation not happening without a
1249     note being issued is now considered a bug.)
1250   * bug fix: SB-POSIX exports the documented types and functions
1251     FILE-DESCRIPTOR and FILENAME, and also the corresponding -DESCRIPTOR
1252     types. (reported by "abhi")
1253   * bug fix: on 64 bit platforms FILL worked incorrectly on arrays with
1254     upgraded element type (COMPLEX SINGLE-FLOAT), regression from 1.0.28.55.
1255     (thanks to Paul Khuong)
1256   * bug fix: looping around HANDLER-CASE could silently consume stack space
1257     on each iteration. (reported by "foobar")
1258   * bug fix: better error signalling when calls to functions seeking elements
1259     from lists (eg. ADJOIN) are compiled with both :TEST and :TEST-NOT.
1260     (reported by Tobias Rittweiler)
1261   * bug fix: regressions in DIRECTORY from 1.0.28.61: pattern matching of
1262     directory components now works as it used to. (various prolems reported by
1263     Michael Becker, Gabriel Dos Reis, Cyrus Harmon, and Harald Hanche-Olsen)
1264   * bug fix: :PTY option in RUN-PROGRAM was broken with stream arguments.
1265     (reported by Elliot Slaughter, thanks to Stas Boukarev)
1266   * bug fix: bogus undefined variable warnings from fopcompiled references to
1267     global variables. (thanks to Lars Rune Nøstdal)
1268   * bug fix: foreign function names should now appear in backtraces on
1269     FC6 as well. (reported by Tomasz Skutnik and Tobias Rautenkranz)
1270   * bug fix: SETF compiler macro documentation strings are not discarded
1271     anymore.
1272   * bug fix: GENTEMP is now unaffected by pretty printer dispatch table.
1273     (thanks to Alex Plotnick)
1274   * bug fix: SLEEP accepts large integer arguments, truncating them to
1275     SIGNED-WORD on the assumption that sleeping for 68 years is sufficient
1276     for anyone. (reported by Leslie Polzer, thanks to Stas Boukarev)
1277   * bug fix: compiler notes for expensive slot type checks could be emitted
1278     at runtime MAKE-INSTANCE calls. (reported by Samium Gromoff)
1279
1280 changes in sbcl-1.0.29 relative to 1.0.28:
1281   * IMPORTANT: bug database has moved from the BUGS file to Launchpad
1282         https://bugs.launchpad.net/sbcl
1283     Bugs can be reported directly there, or by sending email to
1284         sbcl-bugs@lists.sourceforge.net
1285     (no subscription required.)
1286   * minor incompatible change: under weak type checking policy integer
1287     types are weakened less aggressively.
1288   * minor incompatible change: SAVE-LISP-AND-DIE :TOPLEVEL function is now
1289     allowed to return, which causes SBCL to quit with exit status 0. Previously
1290     if the function returned with a small integer return value, that value
1291     was accidentally reused as the exit status.
1292   * new feature: SB-EXT:DEFINE-HASH-TABLE-TEST allows defining new arguments
1293     to MAKE-HASH-TABLE :TEST, and MAKE-HASH-TABLE has been extended with
1294     :HASH-FUNCTION argument. Refer to user manual for details.
1295   * new feature: SB-EXT:DEFGLOBAL macro allows defining global non-special
1296     variables.
1297   * new feature: SB-EXT:GET-TIME-OF-DAY provides access to seconds and
1298     microseconds since the Unix epoch on all platforms.
1299   * new feature: SB-EXT:ALWAYS-BOUND proclamation inhibits MAKUNBOUND, and
1300     allows the compiler to safely elide boundedness checks for special
1301     variables.
1302   * new feature: SB-EXT:GLOBAL proclamation inhibits SPECIAL proclamations for
1303     the symbol, prohibits both lexical and dynamic binding. This is mainly an
1304     efficiency measure for threaded platforms, but also valueable in
1305     expressing intent.
1306   * new feature: UNC pathnames are now understood by the system on Windows.
1307   * optimization: the compiler uses a specialized version of FILL when the
1308     element type is know in more cases, making eg. (UNSIGNED-BYTE 8) case
1309     almost 90% faster.
1310   * optimization: accesses to potentially non-simple arrays where element type
1311     is known are 50% faster.
1312   * optimization: compiler now generates faster array typechecking code.
1313   * optimization: ARRAY-DIMENSION is now faster for multidimensional and
1314     non-simple arrays.
1315   * optimization: multidimensional array accesses in the absence of type
1316     information regarding array rank are approximately 10% faster due to
1317     open coding of ARRAY-RANK.
1318   * optimization: result of (FILL (MAKE-ARRAY ...) ...) and (REPLACE
1319     (MAKE-ARRAY ...) ...) can be stack allocated if the result of MAKE-ARRAY
1320     form can be.
1321   * optimization: result of call to VECTOR can now be stack allocated.
1322   * optimization: MAKE-ARRAY with :INITIAL-CONTENTS is now vastly faster
1323     as long as the resulting array is one-dimensional and has a known
1324     element type. In particular, :INITIAL-CONTENTS (LIST ...) where the
1325     length of the list matches the known length of the vector does not
1326     allocate the list as an intermediate step. Ditto for VECTOR and simple
1327     backquoted forms.
1328   * optimization: MAKE-ARRAY can now stack allocate in the presence of
1329     :INITIAL-CONTENTS and :INITIAL-ELEMENT as long as the result has a
1330     known element type, and is known to be simple and one dimensional.
1331   * improvement: SBCL now emits a compiler note where stack allocation was
1332     requested but could not be provided (not in all cases, unfortunately)
1333   * improvement: better MACHINE-VERSION responses. (thanks to Josh Elsasser)
1334   * improvement: pretty-printing loop has been implemented properly. (thanks
1335     to Tobias Rittweiler)
1336   * documentation: CLOS slot typechecing policy has been documented.
1337   * bug fix: FILE-AUTHOR no longer signals an error on Windows.
1338   * bug fix: SB-SPROF could be foiled by foreign code not have a frame
1339     pointer, leading to memory faults. (thanks to Bart Botta)
1340   * bug fix: better floating point exception handling on x86/OpenBSD.
1341     (thanks to Josh Elsasser)
1342   * bug fix: exit status from QUIT when called under --script was lost
1343     (reported by Hubert Kauker)
1344   * bug fix: MAKE-ARRAY for non-zero :INITIAL-ELEMENT always used the
1345     same implementation of FILL to initialize the array, even if a more
1346     efficient one was available (reported by Stas Boukarev, thanks to
1347     Paul Khuong)
1348   * bug fix: potential miscompilation of array stack allocation on x86 and
1349     x86-64. (reported by Time Tossavainen)
1350   * bug fix: some forms of AND, OR, and COND resulted in expansions that could
1351     result in their subforms being treated as top level forms. (reported by
1352     James Knight)
1353   * bug fix: On x86/x86-64 alien functions declared to return integers shorter
1354     than a machine register could leave garbage in the high bits of the
1355     result register (bug 316325).
1356   * bug fix: disable address space randomization Linux/x86-64 as well,
1357     not just x86-64. (reported by Ken Olum)
1358   * bug fix: Attempting to DEREF an (ALIEN (* T)) would produce a WARNING and
1359     generate incorrect code.
1360   * bug fix: #201; type inference for CONS and ARRAY types could derive
1361     wrong results in the presence of eg. RPLACA or ADJUST-ARRAY.
1362   * bug fix: special variables with a proclaimed specific subtype of FUNCTION
1363     could not be assigned to or bound with PROGV. (reported by Lorenz
1364     Mösenlechner)
1365   * bug fix: the value of CL:- in the inspector was the previous expression
1366     evaluated rather than the expression being evaluated.
1367   * bug fix: constants can no longer be locally declared special.
1368   * bug fix: signals delivered to threads started from foreign land (read:
1369     directly by pthread_create, not by MAKE-THREAD) are redirected to a Lisp
1370     thread by blocking all signals and resignalling.
1371   * bug fix: SHARED-INITIALIZE initialized unbound :ALLOCATION :CLASS slots
1372     from :INITFORM, if any.
1373
1374 changes in sbcl-1.0.28 relative to 1.0.27:
1375   * a number of bugs in cross-compilation have been fixed, with the ultimate
1376     result that building under (at least) clisp should be much more reliable.
1377   * minor incompatible changes: echo-streams now propagate unread-char to the
1378     underlying input stream, and no longer permit unreading more than one
1379     character.
1380   * improvement: on x86/x86-64 Lisp call frames now have the same layout as C
1381     frames, allowing for instance more reliable backtraces.
1382   * improvement: the debugger REPL can now reference lexical variables
1383     by name directly for code compiled with (DEBUG 3).
1384   * improvement: errors from malformed declarations now have better source
1385     paths associated with them. (thanks to Tobias Rittweiler)
1386   * optimization: faster local calls on x86/x86-64
1387   * bug fix: some error messages for out-of-bound array indexes confused the
1388     index and the bound. (thanks to Stas Boukarev)
1389   * bug fix: pretty printing malformed DEFPACKAGE forms (thanks to Sidney
1390     Markowitz)
1391   * bug fix: running regressions tests in shells without OSTYPE set now works.
1392     (reported by Harald Hanche-Olsen)
1393   * bug fix: more robust static space exhaustion signalling from
1394     MAKE-STATIC-VECTOR (thanks to Daniel Lowe)
1395   * bug fix: (SETF DOCUMENTATION) for anonymous function now throws the
1396     docstring away instead of storing it under names such as (LAMBDA (X)).
1397     (reported by Leslie Polzer)
1398   * bug fix: timers could go off in the wrong order, be delayed indefinitely
1399     (thanks to Ole Arndt for the patch)
1400   * bug fix: RESTART-FRAME and RETURN-FROM-FRAME stack corruption
1401   * bug fix: the discriminating function for PRINT-OBJECT no longer preserves
1402     potentially-invalid effective methods in its cache.
1403   * bug fix: SB-INTROSPECT:FIND-DEFINITION-SOURCE now works with funcallable
1404     instances as well (thanks to Paul Khuong)
1405   * bug fix: using RUN-PROGRAM does not interfere with SB-POSIX:WAIT,
1406     SB-POSIX:WAITPID and their C equivalents.
1407   * bug fix: RUN-PROGRAM does not crash on Darwin when stressed.
1408
1409 changes in sbcl-1.0.27 relative to 1.0.26:
1410   * new port: support added for x86-64 OpenBSD. (thanks to Josh Elsasser)
1411   * new port: support added for x86-64 Solaris. (thanks to Alex Viskovatoff)
1412   * improvement: the system either recovers from stack exhaustion or dies
1413     properly as opposed to leaving the user uncertain of whether the handler
1414     trampled on some random memory next to the stack or having to rely on
1415     --lose-on-corruption (which is still a good idea to use in production
1416     because stack exhaustion can happen in signal handlers which will likely
1417     lead to hangs.)
1418   * bug fix: fix gc related interrupt handling bug on ppc (regression from
1419     1.0.25.37, reported by Harald Hanche-Olsen)
1420   * bug fix: work around signal delivery bug in darwin (regression from
1421     1.0.25.44, reported by Sidney Markowitz)
1422   * bug fix: fix ERROR leaking memory (reported by David Thompson)
1423
1424 changes in sbcl-1.0.26 relative to 1.0.25:
1425   * incompatible change: an interruption (be it a function passed to
1426     INTERRUPT-THREAD or a timer function) runs in an environment where
1427     interrupts can be enabled. The interruption can use
1428     WITH-INTERRUPTS or WITHOUT-INTERRUPTS as it sees fit. Use
1429     WITHOUT-INTERRUPTS to avoid nesting of interruptions and
1430     potentially running out of stack. Keep in mind that in the absence
1431     of WITHOUT-INTERRUPTS some potentially blocking operation such as
1432     acquiring a lock can enable interrupts.
1433   * incompatible change: GC-OFF and GC-ON are removed, as they were
1434     always unsafe. Use WITHOUT-GCING instead.
1435   * new feature: runtime option --disable-ldb
1436   * new feature: runtime option --lose-on-corruption to die at the
1437     slightest hint of possibly non-recoverable errors: running out of
1438     memory, stack, alien stack, binding stack, encountering a memory
1439     fault, etc. In the absence of --lose-on-corruption a warning is
1440     printed to stderr.
1441   * enhancement: detect binding stack exhaustion
1442   * enhancement: detect alien stack exhaustion on x86/x86-64
1443   * improvement: generally more stable and reliable interrupt handling
1444   * improvement: there is a per thread interruption queue,
1445     interruptions are executed in order of arrival
1446   * improvement: a repeating timer reschedules itself when the it has
1447     finished, but expiration times are spaced equally. If an
1448     expiration time is in the past it will trigger after a short grace
1449     period that may give a chance to other things to run.
1450   * optimization: slightly faster gc on multithreaded builds
1451   * optimization: faster WITHOUT-GCING
1452   * bug fix: when JOIN-THREAD signals an error, do it when not holding
1453     important locks so that the debugger/handler doesn't produce
1454     recursive errors or deadlock.
1455   * bug fix: real-time signals are not used anymore, so no more
1456     hanging when the system wide real-time signal queue gets full.
1457   * bug fix: INTERRUPT-THREAD on a dying thread could produce memory
1458     fault.
1459   * bug fix: finalizers, gc hooks never run in a WITHOUT-INTERRUPTS
1460   * bug fix: fix random memory faults related to interrupts on alpha
1461   * bug fix: fix random memory faults related to interrupts on sparc
1462   * bug fix: fix deadlocks related to starting threads
1463   * bug fix: fix deadlines on locks on futex platforms
1464   * bug fix: restore errno in signal handlers
1465   * bug fix: fix deadlocks related to hash tables
1466   * bug fix: fix deadlocks in pcl
1467
1468 changes in sbcl-1.0.25 relative to 1.0.24:
1469   * incompatible change: SB-INTROSPECT:FUNCTION-ARGLIST is deprecated, to be
1470     removed later. Please use SB-INTROSPECT:FUNCTION-LAMBDA-LIST instead.
1471   * new feature: SB-INTROSPECT:DEFTYPE-LAMBDA-LIST allows retrieval of
1472     DEFTYPE lambda lists. (thanks to Tobias Rittweiler)
1473   * enhancement: MUTEX-VALUE is to be superseded by MUTEX-OWNER that has a
1474     better name and does not return values so stale on multiprocessor systems.
1475     Also, HOLDING-MUTEX-P was added for about the only sane usage of
1476     MUTEX-OWNER.
1477   * improvement: unithread builds keep track of MUTEX-VALUE.
1478   * improvement: reading from a TWO-WAY-STREAM does not touch the output
1479     stream anymore making it thread safe to have a concurrent reader and
1480     a writer, for instance, in a pipe.
1481   * improvement: GET-SETF-EXPANDER avoids adding bindings for constant
1482     arguments, making compiler-macros for SETF-functions able to inspect
1483     their constant arguments.
1484   * improvement: COMPILE-FILE reports times with millisecond accuracy
1485     (thanks to Luis Oliveira)
1486   * optimization: CHAR-CODE type derivation has been improved, making
1487     TYPEP elimination on subtypes of CHARACTER work better. (reported
1488     by Tobias Rittweiler, patch by Paul Khuong)
1489   * bug fix: setting alien structure fields of type struct by value now
1490     computes the right offset for the memory copy.
1491   * bug fix: compilation problem involving inlined calls to aliens with
1492     result type VOID. (reported by Ken Olum)
1493   * bug fix: #235a; sequential inline expasion in different policies no
1494     longer reuses the functional from the previous expansion site.
1495   * bug fix: DEFTYPE no longer breaks on bodies consisting of a single
1496     unquoted symbol. Regression from 1.0.22.8. (reported by Ariel Badichi)
1497   * bug fix: named ENUMs in multiply-referenced alien record types no longer
1498     cause an implied type redefinition.  Regression from 1.0.21.29.
1499   * bug fix: sign-extension of small signed return values now works with C
1500     code compiled with gcc 4.3 or newer. (reported by Liam Healy)
1501   * improvements to the Windows port:
1502     ** SB-BSD-SOCKETS now works from saved cores as well. (reported by Stephen
1503        Westfold, thanks to Rudi Schlatte)
1504
1505 changes in sbcl-1.0.24 relative to 1.0.23:
1506   * new feature: ARRAY-STORAGE-VECTOR provides access to the underlying data
1507     vector of a multidimensional SIMPLE-ARRAY.
1508   * new feature: the system now signals a continuable error if standard
1509     readtable modification is attempted. (thanks to Tobias Rittweiler)
1510   * new feature: DIRECTORY has been extended with a non-standard keyword
1511     argument :RESOLVE-SYMLINKS. (thanks to TC-Rucho)
1512   * enhancement: SB-BSD-SOCKETS:MAKE-SOCKET-STREAM keyword argument handling
1513     has been robustified and documented better. (thanks to Robert Goldman)
1514   * optimization: faster generic arithmetic dispatch on x86 and x86-64.
1515   * optimization: FORMAT ~D and ~F are now approximately 5% faster.
1516   * tradeoff: constant FORMAT control strings are now compiled unless
1517     SPACE > SPEED (previously only when SPEED > SPACE.)
1518   * bug fix: Red Hat Enterprise 3 mmap randomization workaround. (thanks
1519     to Thomas Burdick)
1520   * bug fix: DEFCLASS and ENSURE-CLASS-USING-CLASS are now expected to
1521     be thread safe.
1522   * bug fix: lexical type declarations are now correctly reported by
1523     SB-CLTL2. (reported by Larry D'Anna)
1524   * bug fix: STRING-TO-OCTETS did not handle :START properly when
1525     using UTF-8 as external format. (thanks to Luis Oliveira)
1526   * bug fix: errors from invalid fill-pointer values to (SETF FILL-POINTER)
1527     are signalled correctly. (thanks to Stas Boukarev)
1528   * bug fix: SET-MACRO-CHARACTER accepts NIL as the readtable
1529     designator. (thanks to Tobias Rittweiler)
1530   * bug fix: SET-DISPATCH-MACRO-CHARACTER accepts NIL as the readtable
1531     designator, and returns T instead of the function. (thanks to
1532     Tobias Rittweiler)
1533   * bug fix: direct superclasses of STANDARD-CLASS and
1534     FUNCALLABLE-STANDARD-CLASS now default to STANDARD-OBJECT and
1535     FUNCALLABLE-STANDARD-OBJECT as required by AMOP.
1536   * bug fix: compiling a call to SLOT-VALUE with a constant slot-name
1537     when no class with the named slot yet exists no longer causes a
1538     compile-time style-warning.
1539   * bug fix: :ALLOCATION :CLASS slots are type-checked properly
1540     in safe code. (reported by Didier Verna)
1541   * bug fix: #430; nested structure constructors can stack allocate.
1542   * bug fix: on some 64-bit platforms dynamic space size was truncated
1543     to #xffff0000 bytes. (reported by Benjamin Lambert)
1544   * bug fix: setting *READ-SUPPRESS* to T no longer renders the default
1545     REPL unusable. (reported by Daniel Herring)
1546   * bug fix: return values of READ-SEQUENCE did not take :START into
1547     account on file streams, regressions since 1.0.12.22. (reported by
1548     Thomas Russ, patch by Paul Khuong)
1549   * bug fix: using SET or (SETF SYMBOL-VALUE) to change the value of a
1550     method specializer used to confuse permuation vector optimization.
1551   * bug fix: system inserted bogus implicit type declarations for local
1552     special variables in DEFMETHOD bodies.
1553   * bug fix: #354; duplicated frames in backtraces due to
1554     non-tail-call-optimized XEPs to functions with return type NIL
1555     have been elimited.
1556   * bug fix: #357; MAKE-INSTANCE/SHARED-INITIALIZE now
1557     initializes structure object slots according to DEFSTRUCT initforms,
1558     and DEFSTRUCT forms :INCLUDEind structure classes defined using
1559     DEFCLASS :METACLASS STRUCTURE-CLASS now inherit their initforms.
1560     (reported by Bruno Haible and Stephen Wilson)
1561   * bug fix: #395; fill-pointer output streams used now support
1562     element-type BASE-CHAR as well.
1563   * bug fix: compiler error when attempting to derive return value of
1564     ARRAY-ELEMENT-TYPE when the array type was a union of intersection
1565     types.
1566   * bug fix: address-spaces overlapped on OpenBSD. (thanks to Josh
1567     Elsasser)
1568   * bug fix: Mac OS X binaries should now be portable between Leopard
1569     and Tiger.
1570
1571 changes in sbcl-1.0.23 relative to 1.0.22:
1572   * enhancement: when disassembling method functions, disassembly
1573     for the associated fast function is also produced.
1574   * enhancement: system stores DEFTYPE lambda-lists, so DESCRIBE can
1575     report them.
1576   * optimization: printing with *PRINT-PRETTY* true is now more
1577     efficient as long as the object being printed doesn't require
1578     special handling by the pretty printer.
1579   * bug fix: slot symbol-macros from WITH-SLOTS inside DEFMETHOD bodies
1580     now interact correctly with type declarations.
1581   * partial bug fix: PCL detects infinite recursion during wrapper
1582     validation. (thanks to Attila Lendvai)
1583   * bug fix: #426; nested function calls are inlined properly.
1584     Previously if FOO was an inline function, in calls of the form
1585     (FOO (FOO ...)) the outer call was not inlined.
1586   * bug fix: long long arguments passed in registers to alien
1587     functions on PowerPC Linux and NetBSD are now handled correctly
1588     when preceded by SYSTEM-AREA-POINTERs. (reported by Josh Elsasser)
1589
1590 changes in sbcl-1.0.22 relative to 1.0.21:
1591   * minor incompatible change: LOAD-SHARED-OBJECT no longer by default looks
1592     for the shared object in the current directory, but passes the native
1593     namestring of the designated pathname to the operation system's shared
1594     object loading function as-it.
1595   * minor incompatible change: --disable-debugger toplevel option now takes
1596     effect before processing of initialization files and --eval or --load
1597     options.
1598   * new feature: new commandline argument: --script, which supports
1599     shebang lines. See documentation for details. (based on work by
1600     Kevin Reid)
1601   * new feature: SAVE-LISP-AND-DIE can save current values of
1602     --dynamic-space-size and --control-stack-size in the executable core,
1603     causing it to skip normal runtime option processing. See documentation
1604     for details. (thanks to Zach Beane)
1605   * enhancement: inoccous calls to EVAL or generic functions dispatching
1606     on subclasses of eg. STREAM no longer cause compiler notes to appear.
1607   * enhancement: the system no longer resignals errors from --load and
1608     --eval toplevel arguments as SIMPLE-ERRORS, which caused restarts
1609     associated with the original error to be lost. (thanks to Ariel
1610     Badichi)
1611   * enhancement: :DONT-SAVE keyword argument has been added to
1612     LOAD-SHARED-OBJECT for controlling interaction with
1613     SAVE-LISP-AND-DIE, and UNLOAD-SHARED-OBJECT can be used to undo
1614     the effects of an earlier LOAD-SHARED-OBJECT call.
1615   * bug fix: ADJUST-ARRAY on multidimensional arrays used bogusly give
1616     them a fill pointer unless :DISPLACED-TO or :INITIAL-CONTENTS were
1617     provided. (reported by Cedric St-Jean)
1618   * bug fix: circularity handling in the reader did not treat raw
1619     structure slots correctly. (reported by Cedric St-Jean)
1620   * bug fix: SERVE-EVENT occasionally signaled an error about bogus
1621     file descriptors when there were none.
1622   * bug fix: DEFINE-COMPILER-MACRO support of destructuring lambda-lists
1623     was broken. (reporteed by Willem Broekema)
1624   * bug fix: SB-EXT:NATIVE-NAMESTRING on Windows did not work on
1625     pathnames without a directory.
1626   * bug fix: COMPILE-FILE did not warn about undefined variable
1627     references at toplevel, and LOAD of the resulting fasl did
1628     not signal an error.
1629   * bug fix: functions with non-required arguments used to end up with
1630     (SB-C::&OPTIONAL-DISPATCH ...) as their name.
1631   * bug fix: redefining a function with non-required arguments didn't
1632     update the system's knowledge about its call signature properly.
1633   * bug fix: fixed #431; incompatible alien record type redefinitions
1634     are detected and handled. (reported by Neil Haven)
1635   * bug fix: using RESTRICT-COMPILER-POLICY with DEBUG 3 could cause
1636     PROGV miscompilation. (reported by Matthias Benkard, patch by Juho
1637     Snellman)
1638   * bug fix: on x86 and x86-64 backtraces were sometimes truncated
1639     after alien stack frames.
1640   * bug fix: strings passed to mk{s,d}temp lacked null termination
1641
1642 changes in sbcl-1.0.21 relative to 1.0.20:
1643   * new feature: the compiler is able to track the effective type of a
1644     generic function across method addition and removal.
1645   * new feature: SB-EXT:ATOMIC-INCF allows atomic incrementation of
1646     appropriately typed structure slots without locking.
1647   * new feature: SB-EXT:CALL-WITH-TIMING provides access to timing
1648     information like those gathered by TIME using a programming-friendly
1649     interface.
1650   * new feature: TIME reports time taken even if the form performs a
1651     non-local transfer of control.
1652   * enhancement: reduced conservativism on GENCGC platforms: on
1653     average 45% less pages pinned (measured from SBCL self build).
1654   * bug fix: SB-EXT:COMPARE-AND-SWAP on SYMBOL-VALUE can no longer
1655     mutate constant symbols or violate declaimed type of the symbol.
1656   * bug fix: SB-THREAD:SIGNAL-SEMAPHORE could fail to wakeup threads
1657     sleeping on the semaphore in heavily contested semaphores.
1658   * bug fix: semaphores and condition variables were not interrupt
1659     safe.
1660   * bug fix: SB-THREAD:CONDITION-WAIT doesn't allow waits on mutexes
1661     owned by other threads anymore.
1662   * bug fix: FIND on lists called KEY outside the specified
1663     subsequence. (reported by budden)
1664   * bug fix: LOG doesn't use single-float intermediate results when
1665     given mixed integer and double-float arguments, leading to better
1666     precision. (reported by Bob Felts)
1667   * bug fix: LOG with base zero returned values of inconsistent type.
1668
1669 changes in sbcl-1.0.20 relative to 1.0.19:
1670   * minor incompatible change: OPTIMIZE qualities
1671     SB-C::STACK-ALLOCATE-DYNAMIC-EXTENT, SB-C::STACK-ALLOCATE-VECTOR,
1672     and SB-C::STACK-ALLOCATE-VALUE-CELLS no longer exist. See documentation
1673     and SB-EXT:*STACK-ALLOCATE-DYNAMIC-EXTENT* for details.
1674   * documentation: some slot access efficiency guidelines have been
1675     added to the user manual.
1676   * optimization: ASSOC-IF, ASSOC-IF-NOT, MEMBER-IF, MEMBER-IF-NOT,
1677     RASSOC, RASSOC-IF, and RASSOC-IF-NOT are now equally efficient
1678     as ASSOC and MEMEBER.
1679   * optimization: calls to ASSOC, MEMBER, and RASSOC can be transformed
1680     to more efficient EQ-comparison versions more often.
1681   * optimization: enhanced derivation of DOLIST iteration variable type
1682     for constant lists.
1683   * optimization: constant folding of simple (LIST ...) forms as DOLIST
1684     arguments.
1685   * optimization: runtime lookup of function definitions can be
1686     elided in more cases, eg: (let ((x 'foo)) (funcall foo)).
1687   * optimization: compiler is able to derive the return type of
1688     (AREF (THE STRING X) Y) as being CHARACTER.
1689   * optimization: CLRHASH on empty hash-tables no longer does pointless
1690     work. (thanks to Alec Berryman)
1691   * optimization: REPLACE deftransforms don't punt when :START1 or
1692     :START2 is given
1693   * bug fix: compiling DESTRUCTURING-BIND on constant list arguments
1694     no longer emits a code deletion note. (reported by Andrew
1695     Gasparovic)
1696   * bug fix: bogus odd-number-of-keywords STYLE-WARNINGs from calls to
1697     functions with an odd number of &OPTIONAL arguments, a &REST
1698     argument, and one or more &KEY arguments at the call site.
1699   * bug fix: STYLE-WARNINGs for functions with both &OPTIONAL and &KEY
1700     arguments appeared at call sites as well.
1701   * bug fix: fixed #425; CLOSE drops input buffers from streams, so
1702     READ-LINE &co can no longer read from them afterwards. (reported
1703     by Damien Cassou)
1704   * bug fix: fixed #427: unused local aliens no longer cause compiler
1705     breakage. (reported by Stelian Ionescu, Andy Hefner and Stanislaw
1706     Halik)
1707   * bug fix: non-local exit from a WITH-ALIEN form no longer causes
1708     alien-stack leakage. (reported by Andy Hefner)
1709   * bug fix: PROGV signals an error when an attempt to violate declared
1710     type of a variable or bind a constant is made.
1711   * bug fix: SET signals an error when an attempt to violate declared
1712     type of a variable is made.
1713   * bug fix: restart computation during the execution of a restart
1714     test function no longer causes infinite recursion. (reported by
1715     Michael Weber)
1716   * bug fix: calling SB-COVER:REPORT with a non-directory pathname now
1717     signals an error. (thanks to Pierre Mai)
1718   * bug fix: EXPORT left symbol unexported in conflict situations.
1719     (thanks to Michael Weber)
1720   * bug fix: correctly handle name conflicts involving CL:NIL.
1721     (thanks to Michael Weber)
1722   * bug fix: RESOLVE-CONFLICT restart for name conflicts handles
1723     conflicts arising from USEing package with conflicting symbols
1724     correctly. (thanks to Michael Weber)
1725
1726 changes in sbcl-1.0.19 relative to 1.0.18:
1727   * new feature: user-customizable variable SB-EXT:*MUFFLED-WARNINGS*;
1728     warnings that go otherwise unhandled will be muffled if they are
1729     of the type that's the value of this variable.  
1730   * optimization: stack allocation is slightly more efficient on x86
1731     and x86-64.
1732   * bug fix: DEFSTRUCT forms with user-specified :CONSTRUCTOR options,
1733     where a raw slot always is initialized using the initform whose
1734     type is not know sufficiently well a compile-time are now compiled
1735     correctly. (reported by John Morrison)
1736   * bug fix: compiler no longer makes erronous assumptions in the
1737     presence of non-foldable SATISFIES types.
1738   * bug fix: stack analysis missed cleanups of dynamic-extent
1739     arguments in non-let-converted calls to local functions.
1740   * improvements to the Windows port:
1741     ** adjusted address spaces for building on both Win32 and
1742        Win64. (thanks for John Connors)
1743   * fixed some bugs revealed by Paul Dietz' test suite:
1744     ** interval arithmetic during type derivation used inexact integer
1745        to single-float coercions.
1746     ** arithmetic operations involving large integers and single
1747        floats give the same results in compiled and interpreted code.
1748     ** deriving the result type of COERCE no longer signals an error
1749        if the derived type of the second argument is a MEMBER type
1750        containing invalid type specifiers.
1751     ** ADJOIN with constant NIL as second argument works correctly.
1752     ** FUNCTION-KEYWORDS was called SB-PCL::FUNCTION-KEYWORD-PARAMETERS.
1753
1754 changes in sbcl-1.0.18 relative to 1.0.17:
1755   * minor incompatible change: SB-SPROF:WITH-PROFILING now by default
1756     profiles only the current thread.
1757   * minor incompatible change: changes to SYMBOL-VALUE of constants
1758     defined with DEFCONSTANT now signal an error.
1759   * enhancement: SB-SPROF now has support for wallclock profiling,
1760     and is also able to profile specific threads. REPORT output
1761     has also additional sorting options.
1762   * enhancement: better pretty-printing of DEFPACKAGE forms.  (Thanks
1763     to Michael Weber)
1764   * optimization: structure allocation has been improved
1765     ** constructors created by non-toplevel DEFSTRUCTs are ~40% faster.
1766     ** out of line constructors are ~10% faster.
1767     ** inline constructors are ~15% faster.
1768     ** inline constructors are capable of dynamic extent allocation
1769        (generally on x86 and x86-64, in some cases on other platforms
1770        as well.)
1771   * optimization: simple uses of HANDLER-CASE and HANDLER-BIND no
1772     longer cons.
1773   * optimization: file compiler is now able to coalesce non-circular
1774     lists, non-base strings, and bit-vectors. Additionally, constants
1775     are never referenced through SYMBOL-VALUE at runtime.
1776   * optimization: code defining methods on PRINT-OBJECT (and other
1777     generic functions in the COMMON-LISP package) now loads faster.
1778   * bug fix: EAI_NODATA is deprecated since RFC 3493. Stop using it
1779     in sb-bsd-sockets.
1780   * bug fix: if COMPILE-FILE aborts due to an unwind, the partial
1781     fasl is now deleted. (reported by Attila Lendvai)
1782   * bug fix: READ-LINE always returned NIL for the last line in files.
1783     (reported by Yoshinori Tahara)
1784   * bug fix: more accurate disassembly annotations of foreign function
1785     calls.  (thanks to Andy Hefner)
1786   * bug fix: trimming non-simple strings and non-string string
1787     designators when the there is nothing to trim works properly.
1788     (thanks to James Knight)
1789   * new feature: SB-POSIX bindings for mlockall, munlockall, and setsid.
1790     (thanks to Travis Cross)
1791   * fixed some bugs revealed by Paul Dietz' test suite:
1792     ** NIL is a valid function name (regression at 1.0.13.38)
1793     ** FILL on lists was missing its return value (regression at 1.0.12.27)
1794     ** STRING-TRIM, STRING-LEFT-TRIM, and STRING-RIGHT-TRIM did not respect
1795        fill pointers properly (regression at 1.0.12.23)
1796     ** STRING-TRIM, STRING-LEFT-TRIM, and STRING-RIGHT-TRIM did not respect
1797        displacement indices properly (regression at 1.0.12.23)   
1798
1799 changes in sbcl-1.0.17 relative to 1.0.16:
1800   * temporary regression: user code can no longer allocate closure
1801     variable storage on stack, due to bug 419 without explicitly
1802     requesting it. Please consult sbcl-devel for advice if you need to
1803     use this feature in the meanwhile.
1804   * new feature: runtime argument --control-stack-size can be used to
1805     adjust thread default control stack size.
1806   * enhancement: improved TIME output
1807     ** all times are reported using the measured accuracy (milliseconds
1808        for real and GC times, microseconds for everything else.)
1809     ** processor cycle counts on x86 and x86-64.
1810     ** interpreted forms are counted for both evaluator modes.
1811     ** number of lambdas converted by the compiler is reported.
1812     ** CPU percentage report (computed from real and total run time.)
1813     ** more comprehensive run time reporting, using a condenced format
1814     ** interperted form, lambda, and page fault counts are omitted
1815        when zero.
1816   * optimization: ADJOIN and PUSHNEW are upto ~70% faster in normal
1817     SPEED policies.
1818   * optimization: APPEND is upto ~10% faster in normal SPEED policies.
1819   * optimization: two argument forms of LAST are upto ~10% faster
1820     in normal SPEED policies.
1821   * optimization: NCONC no longer needs to heap cons its &REST list
1822     in normal SPEED policies.
1823   * bug fix: SB-FLUID build feature no longer breaks the build. (thanks
1824     to Sidney Markowitz)
1825   * bug fix: UNION and NUNION work with :TEST-NOT once more,
1826     regression since 1.0.9.1. (thanks to Eric Marsden)
1827   * bug fix: result of MAKE-ARRAY can be stack allocated - regression
1828     since 1.0.15.36. (thanks to Paul Khuong)
1829   * bug fix: LAST when always returned the whole list when given a bignum
1830     as the second argument.
1831   * bug fix: dynamic extent allocation of nested lists and vectors
1832     could leak to otherwise accessible parts.
1833   * bug fix: invalid optimization of heap-allocated alien variable
1834     reference.
1835   * bug fix: fasl header checking is less vulnerable to different
1836     platform word lengths.
1837   * bug fix: more correct assembler syntax for GNU binutils
1838     2.18.50.0.4 support.  (thanks to Marijn Schouten)
1839   * bug fix: fix ECASE warnings from CMUCL-as-xc-host.  (reported by
1840     Andreas Franke)
1841   * bug fix: the fopcompiler can handle LOCALLY forms (with no
1842     declarations) successfully.  (reported by Attila Lendvai)
1843
1844 changes in sbcl-1.0.16 relative to 1.0.15:
1845   * minor incompatible change: revert the changes to sb-posix's error
1846     signaling added in 1.0.14.
1847   * minor incompatible change: change PROBE-FILE back to returning
1848     NIL whenever we can't get a truename, as was the case before 1.0.14.
1849   * minor incompatible change: SB-BSD-SOCKETS:NAME-SERVICE-ERROR now
1850     inherits from ERROR instead of just CONDITION.
1851   * new feature: SB-INTROSPECT can provide source locations for instances
1852     as well. (thanks to Tobias Rittweiler)
1853   * optimization: binding special variables now generates smaller code
1854     on threaded platforms.
1855   * optimization: MEMBER and ASSOC are over 50% faster for :TEST #'EQ
1856     and cases where no :TEST is given but the compiler can infer that
1857     the element to search is of type (OR FIXNUM (NOT NUMBER)).
1858   * optimization: better LOGNOT on fixnums.
1859   * optimization: modular arithmetic for a particular requested width
1860     is implemented using a tagged representation unless a better 
1861     representation is available.
1862   * fixed bug 423: TRULY-THE and *CHECK-CONSISTENCY* interaction.
1863   * bug fix: SB-BSD-SOCKETS:MAKE-INET-ADDRESS checks the input string
1864     for wellformedness and returns a specialized vector. (reported by
1865     Francois-Rene Rideau)
1866   * bug fix: FIND-CLASS was not thread-safe. (reported by Attila Lendvai)
1867   * bug fix: ~R was broken for vigtillions. (thanks to Luis Oliveira)
1868   * bug fix: attempt to obtain *SCHEDULER-LOCK* recursively when
1869     unscheduling timer at the same time as another timer fires.
1870   * bug fix: don't reschedule timers for dead threads.
1871   * bug fix: periodic polling was broken. (thanks to Espen S Johnsen)
1872   * bug fix: copying output from RUN-PROGRAM to a stream signalled
1873     bogus errors if select() was interrupted.
1874   * enhancement: add support for fcntl's struct flock to SB-POSIX.
1875
1876 changes in sbcl-1.0.15 relative to sbcl-1.0.14:
1877   * enhancement: cleaner backtraces for interactive interrupts, as
1878     well as other cases where the interesting frames used to be
1879     obscured by interrupt handling frames.
1880   * enhancement: untracing a whole package using (UNTRACE "FOO") is
1881     now supported, and tracing a whole package using (TRACE "FOO") now
1882     traces SETF-functions as well.
1883   * enhancement: implement SB-POSIX:MKTEMP and SB-POSIX:MKDTEMP.
1884   * SB-DEBUG:PRINT-FRAME-CALL now prints the entry-point kind even
1885     when SB-DEBUG:*SHOW-ENTRY-POINT-DETAILS* is NIL.
1886   * unreadably printed representation of hash-tables now includes
1887     weakness if any.
1888   * bug fix: partially fixed #188: type propagation from assignments
1889     is now more efficient.
1890   * bug fix: fixed #407: (COERCE X 'SINGLE-FLOAT) and (COERCE X
1891     'DOUBLE-FLOAT) are not flushable.
1892   * bug fix: on x86 and x86-64 pointer based EQ-hashing now uses the
1893     full address of the object, and none of the tag bits.
1894   * bug fix: readably printing hash-tables now respects other printer
1895     control variables.  (reported by Cedric St-Jean)
1896   * bug fix: compiler gave a bogus STYLE-WARNING for the :SYNCHRONIZED
1897     keyword with MAKE-HASH-TABLE.
1898   * bug fix: export SB-POSIX:MKSTEMP.
1899   * bug fix: SORT was not interrupt safe.
1900   * bug fix: XREF accounts for the last node of each basic-block as
1901     well.
1902   * bug fix: MAKE-INSTANCE optimizations interacted badly with
1903     non-keyword :DEFAULT-INITARGS in the presence of :BEFORE/:AFTER
1904     methods on SHARED-INITIALIZE.  (thanks to Matt Marjanovic)
1905   * bug fix: the CTOR optimization for MAKE-INSTANCE should no longer
1906     create obsolete instances in the case of redefinition or
1907     obsoletion of a superclass.  (thanks to Andy Hefner)
1908   * bug fix: Support for the Alpha architecture has been revived; it had
1909     suffered somewhat from lack of maintenance since sbcl-1.0.
1910   * improvements to the Windows port:
1911      ** The system detects the codepage to use at startup, instead of
1912         using the value from the saved core. (thanks to Kei Suzuki)
1913
1914 changes in sbcl-1.0.14 relative to sbcl-1.0.13:
1915   * new feature: SB-EXT:*EXIT-HOOKS* are called when the process exits
1916     (see documentation for details.)
1917   * revived support for OpenBSD (contributed by Josh Elsasser)
1918   * partially fixed bug #108: ROOM no longer suffers from occasional
1919     (AVER (SAP= CURRENT END)) failures.
1920   * fixed bug #402: proclaimed non-standard declarations in DEFMETHOD
1921     bodies no longer cause a WARNING to be signalled. (reported by
1922     Vincent Arkesteijn)
1923   * bug fix: (TRUNCATE X 0) when X is a bignum now correctly signals
1924     DIVISION-BY-ZERO. Similarly for MOD and REM (which suffered due to
1925     the bug in TRUNCATE.) (reported by Michael Weber)
1926   * bug fix: SB-SPROF:REPORT no longer signals an error if there are
1927     no samples. (reported by Andy Hefner)
1928   * bug fix: functions compiled using (COMPILE NIL '(LAMBDA ...))
1929     no longer appear as (NIL ...) frames in backtraces.
1930   * bug fix: RESOLVE-CONFLICT (and the other name conflict machinery)
1931     is now actually exported from SB-EXT as documented.  (reported by
1932     Maciej Katafiasz)
1933   * bug fix: sb-aclrepl now correctly understands how to inspect
1934     single-floats on 64-bit platforms where single-floats are not boxed.
1935   * bug fix: SB-MOP:CLASS-SLOTS now signals an error if the class has not
1936     yet been finalized. (reported by Levente Meszaros)
1937   * bug fix: CLOSE :ABORT T behaves more correctly on Windows.
1938   * DESCRIBE and (DOCUMENTATION ... 'OPTIMIZE) describe meaning of
1939     SBCL-specific optimize qualities.
1940
1941 changes in sbcl-1.0.13 relative to sbcl-1.0.12:
1942   * minor incompatible change: RUN-PROGRAM now uses execvp(3) to find
1943     an executable in the search path, and does so in the child
1944     process's PATH.  The function FIND-EXECUTABLE-IN-SEARCH-PATH has
1945     been removed; it can be found in the CVS history, for somebody who
1946     needs that search behavior (see the manual).
1947   * minor incompatible change: compiler policy re. weakening type
1948     checks has changed: now type checks are weakened only if SAFETY < 2
1949     and SAFETY < SPEED.
1950   * SB-EXT:NATIVE-NAMESTRING takes a new keyword AS-FILE, forcing
1951     unparsing of directory pathnames as files. Analogously,
1952     SB-EXT:PARSE-NATIVE-NAMESTRING takes an AS-DIRECTORY, forcing a
1953     filename to parse into a directory pathname.
1954   * enhancement: implicit generic function creation now signals a
1955     specific style-warning IMPLICIT-GENERIC-FUNCTION-WARNING, which
1956     users can bind handlers for and muffle around calls to LOAD.
1957   * enhancement: RUN-PROGRAM allows unicode arguments and environments
1958     to be used (using the default stream external format), and allows
1959     non-simple strings to be used. (thanks to Harald Hanche-Olsen)
1960   * optimization: COPY-SEQ, FILL, and SUBSEQ are 30-80% faster for
1961     strings and vectors whose element-type or simplicity is not fully
1962     known at compile-time.
1963   * optimization: STRING-TRIM and related functions no longer allocate
1964     a new string when no trimming needs to be performed. These functions
1965     are also faster than before when the input string has been declared
1966     as a simple-string.
1967   * optimization: READ-SEQUENCE on simple-strings is up to 80% faster.
1968   * optimization: READ-LINE is significantly faster for files containing
1969     long lines.
1970   * optimization: non-open coded uses of character comparison operators
1971     (e.g. char=) no longer cons when called with more than one parameter
1972     on platforms supporting dynamic-extent allocation.
1973   * bug fix: READ-SEQUENCE on composite stream wrapping a Gray stream
1974     with STREAM-ELEMENT-TYPE (UNSIGNED-BYTE 8) signalled an error.
1975   * bug fix: COPY-SEQ on lists did not signal a type-error on improper
1976     lists in safe code.
1977   * bug fix: some sequence functions elided bounds checking when
1978     SPEED > SAFETY.
1979   * bug fix: too liberal weakening of union-type checks when SPEED >
1980     SAFETY.
1981   * bug fix: more bogus fixnum declarations in ROOM implementation
1982     have been fixed.
1983
1984 changes in sbcl-1.0.12 relative to sbcl-1.0.11:
1985   * new feature: MAKE-HASH-TABLE now experimentally accepts a
1986     :SYNCHRONIZED argument, which makes the hash-table safe for
1987     concurrent accesses (but not iteration.) See also:
1988     SB-EXT:WITH-LOCKED-HASH-TABLE, and
1989     SB-EXT:HASH-TABLE-SYNCHRONIZED-P.
1990   * optimization: CONCATENATE on strings is an order of magnitude faster
1991     in code compiled with (> SPEED SPACE).
1992   * optimization: SUBSEQ is ~50% faster on lists.
1993   * bug fix: bug 417 fixed -- source location reporting is now more robust.
1994   * bug fix: SUBSEQ on a list will now correctly signal an error if if
1995     END is smaller then START.
1996   * bug fix: SB-PROFILE will no longer report extra consing for nested
1997     calls to profiled functions.
1998   * bug fix: ROOM implementation had bogus fixnum declarations which
1999     could cause type-errors when calling ROOM on large images.
2000   * bug fix: if file compilation is aborted, the partial fasl is now
2001     deleted, and COMPILE-FILE returns NIL as the primary value.
2002   * bug fix: number of thread safety issues relating to SBCL's internal
2003     hash-table usage have been fixed.
2004   * bug fix: SB-SYS:WITH-PINNED-OBJECTS could cause garbage values to
2005     be returned from its body when the values were being returned
2006     using unknown-values return convection and the W-P-O was wrapped
2007     inside an UNWIND-PROTECT.
2008   * bug fix: sb-posix should now compile again under Windows, enabling
2009     slime to work again.
2010
2011 changes in sbcl-1.0.11 relative to sbcl-1.0.10:
2012   * incompatible change: hash-table accessor functions are no longer
2013     automatically protected by locks. Concurrent accesses on the same hash-table
2014     from multiple threads can give inconsistent results or even corrupt the
2015     hash-table completely. Multi-threaded applications should do their own
2016     locking at the correct granularity. In the current implementation it is
2017     still safe to have multiple readers access the same table, but it's not
2018     guaranteed that this property will be maintained in future releases.
2019   * minor incompatible change: (SETF MUTEX-VALUE) is not longer supported,
2020     and will signal an error at runtime.
2021   * enhancement: SB-THREAD package now exports a semaphore interface.
2022   * enhancement: CONS can now stack-allocate on x86 and
2023     x86-64. (Earlier LIST and LIST* supported stack-allocation, but
2024     CONS did not.)
2025   * enhancement: nested lists can now be stack allocated on
2026     platforms providing stack allocation support.
2027   * enhancement: dynamic-extent support has been extended to support
2028     cases where there are multiple possible sources for the stack
2029     allocated value.
2030   * optimization: RELEASE-MUTEX no longer needs to perform a syscall
2031     if the mutex is uncontested on Linux.
2032   * bug fix: symbol-macro expansion now uses the *MACROEXPAND-HOOK*
2033     as specified by the CLHS. (thanks to Tobias Rittweiler)
2034   * bug fix: NaN comparison now works on x86-64.
2035   * bug fix: CLOSE :ABORT T on a stream with pending output now
2036     works.
2037   * bug fix: instances of non-standard metaclasses using standard
2038     instance structure protocol sometimes missed the slot type checks
2039     in safe code.
2040   * bug fix: known functions can be inlined in high-debug code.
2041
2042 changes in sbcl-1.0.10 relative to sbcl-1.0.9:
2043   * minor incompatible change: the MSI installer on Windows no longer
2044     associates .lisp and .fasl files with the installed SBCL.
2045   * minor incompatible change: :UNIX is no longer present in *FEATURES*
2046     on Windows. (thanks to Luis Oliviera)
2047   * new feature: SB-CLTL2 contrib module now implements
2048     FUNCTION-INFORMATION. (thanks to Larry D'Anna)
2049   * optimization: scavenging weak pointers is now more efficient,
2050     requiring O(1) instead of O(N) per weak pointer to identify
2051     scanvenged vs. unscavenged pointers. (thanks to Paul Khuong)
2052   * optimization: typechecking (SETF SLOT-VALUE) is now ~5x faster in
2053     method bodies using constant slot-names when the first argument is
2054     a specializer parameter for the method.
2055   * optimization: SLOT-VALUE &co are now ~50% faster for variable slot
2056     names, when the class of the instance is a direct instance
2057     STANDARD-CLASS or FUNCALLABLE-STANDARD-CLASS (making them only 3x
2058     as slow as the constant slot-name case.)
2059   * optimization: member type construction is now O(N) instead
2060     of O(N^2).
2061   * optimization: UNION and NUNION are now O(N+M) for large
2062     inputs as long as the :TEST function is one of EQ, EQL, EQUAL, or
2063     EQUALP.
2064   * enhancement: DEFINE-MODIFY-MACRO lambda-list information is
2065     now more readable in environments like Slime which display it.
2066     (thanks to Tobias C. Rittweiler)  
2067   * bug fix: SB-EXT:COMPARE-AND-SWAP was non-atomic unless the compiler
2068     was able to infer the correct argument type for the object on which
2069     the CAS operation was being performed.
2070   * bug fix: copy propagation interfered with parallel assignment
2071     semantics in local calls. (reported by Paul Khuong)
2072   * bug fix: the signed modular fixnum shift compiled to wrong code on
2073     x86 and x86-64.  (spotted by a slight modification to some of
2074     PFD's random tests)
2075
2076 changes in sbcl-1.0.9 relative to sbcl-1.0.8:
2077   * minor incompatible change: SB-SYS:OUTPUT-RAW-BYTES is deprecated.
2078   * enhancement: SB-EXT:FINALIZE accepts a :DONT-SAVE keyword argument,
2079     indicating the finalizer should be cancelled when SAVE-LISP-AND-DIE
2080     is called.
2081   * enhancement: default PRINT-OBJECT methods for classes, slot-definitions,
2082     and generic function now print the object identity for anonymous
2083     instances. (thanks to Attila Lendvai)
2084   * enhancement: as an extension to MOP, SBCL now supports SETF of
2085     STANDARD-INSTANCE-ACCESS and FUNCALLABLE-STANDARD-INSTANCE-ACCESS.
2086     (thanks to Attila Lendvai)
2087   * enhancement: sb-cover has an alternate annotation mode which puts
2088     the form annotations at the car of the form, instead of annotating
2089     it completely. The benefit of this mode is that it shows better
2090     which forms were instrumented by the compiler.
2091   * bug fix: new compiler transforms for MEMBER and ASSOC were affected
2092     by printer control variables. (reported by Dan Corkill)
2093   * bug fix: system leaked memory when delayed output was performed by
2094     the OS in smaller chunks then expected. (thanks to David Smith)
2095   * bug fix: system leaked memory when file streams were not closed 
2096     properly.
2097   * bug fix: large objects written to slow streams that were modified
2098     after the write could end up with the modified state written to
2099     the underlying file descriptor.
2100   * bug fix: multiple threads operating in parallel on the same stream
2101     could cause buffer-overflows.
2102   * bug fix: source location information is stored correctly 
2103     (broken since 1.0.6). This bug would generally show up as the
2104     Slime debugger highlighting the wrong form when the sldb-show-source
2105     command was used.
2106   * bug fix: Branch forms are again annotated as branches in the sb-cover
2107     annotations.
2108   * bug fix: GCD on MOST-NEGATIVE-FIXNUM no longer causes an infinite loop
2109     on x86-64. (reported by Gregory Vanuxem)
2110   * bug fix: EQUALP could return wrong results for structures with raw
2111     slots (slots with a :TYPE of SINGLE-FLOAT, DOUBLE-FLOAT, or a machine
2112     word). (reported by Vjacheslav Fyodorov)
2113   * bug fix: sb-sprof sampling didn't work on non-x86oid platforms. (patch
2114     by Pierre Mai)
2115
2116 changes in sbcl-1.0.8 relative to sbcl-1.0.7:
2117   * enhancement: experimental macro SB-EXT:COMPARE-AND-SWAP provides
2118     atomic compare-and-swap operations on threaded platforms.
2119   * enhancement: experimental function SB-EXT:RESTRICT-COMPILER-POLICY
2120     allows assigning a global minimum value to optimization qualities
2121     (overriding proclamations and declarations).
2122   * enhancement: closed over variables can be stack-allocated on x86
2123     and x86-64.
2124   * performance bug fix: GETHASH and (SETF GETHASH) are once again
2125     non-consing.
2126   * optimization: slot definition lookup is now O(1). This speeds up
2127     eg. SLOT-VALUE and (SETF SLOT-VALUE) with variable slot names.
2128   * optimization: STRING-TO-OCTETS is now up to 60% faster for UTF-8.
2129   * optimization: ASSOC and MEMBER can now be open-coded for all
2130     combinations of keyword arguments when second argument is constant
2131     and SPEED >= SPACE. In other cases a specialized version is
2132     selected.
2133   * bug fix: using obsoleted structure instances with TYPEP and
2134     generic functions now signals a sensible error.
2135   * bug fix: threads waiting on GET-FOREGROUND can be interrupted.
2136     (reported by Kristoffer Kvello)
2137   * bug fix: backtrace construction is now more careful when making
2138     lisp-objects from pointers on the stack, to avoid creating bogus
2139     objects that can be seen by the GC.
2140   * bug fix: defaulting of values in contexts expecting more than 7
2141     variables now works on x86-64.  (reported by Christopher Laux)
2142   * bug fix: modifications to packages (INTERN, EXPORT, etc) are now
2143     thread safe.
2144   * bug fix: (SETF SYMBOL-PLIST) no longer allows assigning a non-list
2145     as the property-list of a symbol.
2146   * bug fix: DEFMETHOD forms with CALL-NEXT-METHOD in the method body,
2147     in EVAL-WHEN forms with both :COMPILE-TOPLEVEL and :LOAD-TOPLEVEL 
2148     situations requested, are once again file-compileable.  (reported
2149     by Sascha Wilde)
2150
2151 changes in sbcl-1.0.7 relative to sbcl-1.0.6:
2152   * MOP improvement: support for user-defined subclasses of
2153     SB-MOP:SPECIALIZER has been enhanced.  The experimental interface
2154     function SB-PCL:MAKE-METHOD-SPECIALIZERS-FORM, called as part of
2155     the expansion of DEFMETHOD, is responsible for generating a form
2156     which creates a list of specializers when evaluated.  Additional
2157     functions SB-PCL:[UN]PARSE-SPECIALIZER-USING-CLASS provide
2158     debugging and introspective support.
2159   * minor incompatible change: the (unsupported) spinlock interface
2160     has changed: free spinlock now has the value NIL, and a held spinlock
2161     has the owning thread as its value.
2162   * enhancement: WITHOUT-INTERRUPTS now binds ALLOW-WITH-INTERRUPTS and
2163     WITH-LOCAL-INTERRUPTS as local macros. Refer to documentation string
2164     for details.
2165   * enhancement: name of a socket-stream is now "a socket" instead of
2166     "a constant string".
2167   * enhancement: SB-POSIX now supports lockf(). (Thanks to Zach Beane.)  
2168   * enhancement: SB-POSIX now supports getcwd(). (Thanks to Tassilo Horn.)
2169   * enhancement: SB-INTROSPECT:FUNCTION-ARGLIST shows nicer argument lists
2170     for generic functions. (Thanks to Tobias C. Rittweiler)
2171   * optimization: bignum printing speed has been improved by 20-40%
2172     (depending on the bignum size.)
2173   * bug fix: WITH-MUTEX and WITH-RECURSIVE-LOCK are now interrupt safe
2174     on Linux.
2175   * bug fix: the cache used by the CLOS to store precomputed effective
2176     methods, slot offsets, and constant return values is now thread and
2177     interrupt safe.
2178   * bug fix: generic function dispatch function updating is now thread
2179     and interrupt safe (in the sense that the known issues have been
2180     fixed.)
2181   * bug fix: ADD/REMOVE-METHOD is now thread and interrupt safe.
2182   * bug fix: interning EQL-specializers is now thread and interrupt safe.
2183   * bug fix: asdf systems with dependencies to the SB-POSIX or 
2184     SB-BSD-SOCKETS contribs can be loaded with :FORCE T.
2185   * bug fix: interrupt safety of applicable method computation has been
2186     improved.
2187
2188 changes in sbcl-1.0.6 relative to sbcl-1.0.5:
2189   * new contrib: sb-cover, an experimental code coverage tool, is included
2190     as a contrib module.
2191   * optimization: STRING-TO-OCTETS for unibyte encodings and UTF-8 is
2192     significantly faster.
2193   * optimization: calls of the form (AREF FOO (+ INDEX <constant>)) now
2194     produce more efficient code on x86-64 if the compiler can determine
2195     that (+ INDEX <constant>) does not require a bounds check and FOO
2196     has an element type at least 8 bits wide.
2197   * enhancement: a new, experimental synchronous timeout facility is
2198     provided. Refer to SB-SYS:WITH-DEADLINE for details.
2199   * enhancement: when a symbol name conflict error arises, the
2200     conflicting symbols are always printed with a package prefix.
2201     (thanks to Kevin Reid)
2202   * enhancement: stepping is now once again supported on the SPARC and
2203     MIPS platforms.  (It is also now more likely to work on CheneyGC
2204     builds on the PPC.)
2205   * enhancement: sb-sprof can now also track and report accurate call
2206     counts.
2207   * bug fixes: the treatment of non-standard subclasses of
2208     SB-MOP:SPECIALIZER is more correct.
2209   * incompatible change: PURIFY no longer copies the data from the 
2210     dynamic space into the static and read-only spaces on platforms
2211     that use the generational garbage collector
2212   * bug fix: GETHASH, (SETF GETHASH), CLRHASH and REMHASH are now
2213     interrupt safe.
2214   * bug fix: GC race condition occasionally resulting in crashes with
2215     the error message "SIG_STOP_FOR_GC blocked at a bad place" has been
2216     fixed.
2217   * bug fix: &ENVIRONMENT variables in macro lambda lists can now be
2218     declared ignored.
2219   * bug fix: DEFSETF lambda lists without &ENVIRONMENT no longer cause
2220     a STYLE-WARNING to be signalled (regression from 1.0.4.)
2221   * bug fix: an asynchronous interrupt could previously leave the
2222     system running with GC inhibited.
2223   * bug fix: a DECLARE form evaluated at top-level now causes an error
2224     rather than silently (or verbosely) returning NIL.
2225   * bug fix: trying to dissassemble functions compiled at high DEBUG could
2226     result in a error being signalled due to source form lookup errors.
2227     (reported by Peter Graves)
2228
2229 changes in sbcl-1.0.5 relative to sbcl-1.0.4:
2230   * incompatible change: removed writer methods for host-ent-name,
2231     host-ent-addresses -- changing the values did not update the DNS
2232     information anyway.
2233   * minor incompatible change: changed experimental JOIN-THREAD interface
2234   * documentation: the manual now lists reader and writer methods
2235     in class slot documentation sections. (thanks to Richard M Kreuter)
2236   * documentation: unwinding from asyncronous events has been
2237     documented as unsafe.
2238   * documentation: SB-SYS:WITHOUT-GCING has been documented as unsafe
2239     in multithreaded application code.
2240   * optimization: GET-INTERNAL-REAL-TIME has been optimized on POSIX
2241     platforms. (thanks to James Anderson for the optimization hint)
2242   * optimization: REPLACE, SUBSEQ, and COPY-SEQ are now optimized in
2243     more cases.
2244   * optimization: STRING-{EQUAL,LESSP,GREATER-P} and their NOT-
2245     variants no longer cons.
2246   * optimization: Direct calls to CHAR-{EQUAL,LESSP,GREATERP} and
2247     their NOT- variants no longer cons.
2248   * optimization: EQUAL hash tables no longer use SXHASH for objects
2249     of all data types, but instead use an EQL hash for types for which
2250     EQUAL is the same as EQL.
2251   * optimization: the non-inlined generic versions of AREF and (SETF AREF)
2252     are significantly faster.
2253   * optimization: new STRING-OUTPUT-STREAM implementation is much
2254     faster for large outputs and conses 30% less on average.
2255   * enhancement: XREF information is now collected for references made
2256     to global variables using SYMBOL-VALUE and a constant argument.
2257   * enhancement: SIGINT now causes a specific condition
2258     SB-SYS:INTERACTIVE-INTERRUPT to be signalled.
2259   * bug fix: FILE-POSITION used to signal an error in some cases where
2260     ANSI requires it to return NIL.
2261   * bug fix: ADJUST-ARRAY is now interrupt-safe.
2262   * bug fix: adding and removing fd-handlers is now interrupt-safe.
2263   * bug fix: inlined calls to C now ensure 16byte stack alignment on
2264     x86/Darwin.
2265   * bug fix: bad type declaration in the CLOS implementation has
2266     been fixed. (reported by James Anderson)
2267   * bug fix: incorrect ROOM reporting on x86-64 has been fixed.
2268     (thanks to Lutz Euler)
2269   * bug fix: DEFSETF now allows &ENVIRONMENT and disallows &AUX as
2270     required by the CLHS. (reported by Samium Gromoff)
2271   * bug fix: dead unbound variable references now signal an error.
2272     (reported by Marco Monteiro)
2273   * bug fix: / with an unused value was being deleted in safe code.
2274     (thanks to Marco Monteiro and Kevin Reid)
2275   * bug fix: number of characters that can be written onto a single
2276     line in a file is unlimited.
2277   * bug fix: some GC deadlocks caused by asynchronous interrupts have
2278     been fixed by inhibiting interrupts for when GC is disabled.
2279   * bug fix: some interrupt safety issues with GETHASH, (SETF
2280     GETHASH), CLRHASH and REMHASH have been fixed.
2281   * bug fix: binding *BREAK-ON-SIGNALS* to a value that is not a type
2282     specifier no longer causes infinite recursion.
2283   * bug fix: SB-EXT:MUFFLE-CONDITIONS declarations no longer trigger a 
2284     bogus warning in DEFMETHOD bodies. (reported by Kevin Reid)
2285   * bug fix: an &environment argument with the correct variable information
2286     is passed to macros that are expanded during byte compilation.
2287     (reported by Samium Gromoff)
2288   * bug fix: a logic error was causing the hash function for bignums to
2289     have excessive amounts of collisions. (reported by Faré Rideau)
2290   * bug fix: modifying the contents of an array could change the return
2291     value of SXHASH on that array, which is only allowed for strings 
2292     and bit vectors. (bug introduced in 0.9.16)
2293   * improvement: the x86-64/darwin port now passes all tests (except
2294     for the debugger tests) but should still be considered
2295     experimental until this is fixed.
2296   * improvement: a style-warning is signaled for CASE (etc) clauses with
2297     duplicate keys. (thanks to Kevin Reid)
2298   * improvement: macos/x86 and macos/x86-64 now use mach exception
2299     handlers for dealing with illegal instructions (for trapping and
2300     error handling) and memory protection violations (for GC).
2301
2302 changes in sbcl-1.0.4 relative to sbcl-1.0.3:
2303   * new platform: experimental support for x86-64/darwin (MacOS).
2304   * incompatible change: the thread-safe (on most platforms) getaddrinfo
2305     and getnameinfo sockets functions are used instead of gethostbyaddr
2306     and gethostbyname, on platforms where the newer functions are available.
2307     As a result, the ALIASES field of HOST-ENT will always be NIL on these
2308     platforms.
2309   * change: runtimes with embedded cores (i.e. saved with :EXECUTABLE T)
2310     don't print the startup banner, but behave as if --noinform was passed
2311     as a command line argument. (thanks to Kevin Reid)
2312   * new experimental feature: added JOIN-THREAD (by NIIMI Satoshi)
2313   * optimization: code using alien values with undeclared types is much faster.
2314   * optimization: the compiler is now able to open code SEARCH in more cases.
2315   * optimization: more compact typechecks on x86-64 (thanks to Lutz Euler)
2316   * bug fix: using standardized COMMON-LISP special variables as loop
2317     variables no longer signals bogus package lock violations. (reported
2318     by Eric Marsden)
2319   * bug fix: declaring local loop variables to be of a range-limited type
2320     such as (SINGLE-FLOAT 1.0 2.0) no longer causes a compile-time error.
2321     (reported by Andras Simon)
2322   * bug fix: >= and <= gave wrong results when used with NaNs. (Some NaN
2323     bugs remain on x86-64.)
2324   * bug fix: the #= and ## reader macros now interact reasonably with
2325     funcallable instances.
2326   * bug fix: type-checks for function arguments were compiled using the
2327     compiler policy settings of the wrong lexical environment (in 1.0.2
2328     and 1.0.3).
2329   * bug fix: SHADOW accepts characters as string designators, as required
2330     by the spec (thanks to Eric Marsden)
2331   * bug fix: fixed GC safety issues when foreign functions are called with
2332     non-base strings as arguments
2333   * bug fix: more consistent error output for fatal-compiler-warnings, like
2334     reader errors
2335   * bug fix: functions with proper names were showing up as NIL in
2336     backtraces (reported by Edi Weitz, regression in 1.0.2)
2337
2338 changes in sbcl-1.0.3 relative to sbcl-1.0.2:
2339   * new platform: NetBSD/PPC.  (thanks to Aymeric Vincent)
2340   * optimization: calls of the form (AREF FOO (+ INDEX <constant>)) now
2341     produce more efficient code on the x86 if the compiler can determine
2342     that (+ INDEX <constant>) does not require a bounds check and FOO
2343     has an element type at least 8 bits wide.
2344   * bug fix: references to undefined variables are handled the same way
2345     in toplevel forms as in the normal compiler
2346   * bug fix: the build scripts again work with non-bash /bin/sh (thanks
2347     to Magnus Henoch)
2348   * bug fix: use "gtar" as the asdf-install *TAR-PROGRAM* on NetBSD
2349     (thanks to Jon Buller)
2350   * improvement: faster compilation times for complex functions
2351   * improvement: added readlink support to SB-POSIX (thanks to Richard
2352     M Kreuter)
2353
2354 changes in sbcl-1.0.2 relative to sbcl-1.0.1:
2355   * improvement: experimental support for mach exception handling on
2356     x86/macos. requires building with :MACH-EXCEPTION-HANDLER feature
2357     to use.
2358   * improvement: support for GBK external format.
2359     (thanks to Chun Tian (binghe))
2360   * improvement: the debugger now displays variables that have been closed
2361     over, in code compiled with (DEBUG 2) or higher
2362   * improvement: support for executable cores on NetBSD (thanks to 
2363     Richard Kreuter)
2364   * new feature: added a RESTART-FRAME debugger command
2365   * new feature: new generic function SB-GRAY:STREAM-FILE-POSITION can 
2366     be used to provide an implementation for FILE-POSITION on Gray streams
2367     (thanks to Eric Marsden)
2368   * new feature: add syslog, openlog and closelog support to SB-POSIX 
2369     (thanks to Richard Kreuter)
2370   * optimization: the function call overhead in code compiled with 
2371     a high DEBUG optimization setting is significantly 
2372   * bug fix: an error is signaled for attempts to use READ-SEQUENCE
2373     for a (SIGNED-BYTE 8) stream and (UNSIGNED-BYTE 8) vector, or vice versa.
2374     (thanks to Tony Martinez)
2375   * bug fix: the initforms for DEFMETHOD &AUX parameters are only
2376     evaluated once (reported by Kevin Reid)
2377   * bug fix: the :SHOW-PROGRESS keyword parameter to SB-SPROF:WITH-PROFILING
2378     works again (thanks to Kilian Sprotte)
2379   * bug fix: an error is signaled for tagbodies with duplicate tags 
2380     (thanks to Stephen Wilson)
2381   * bug fix: NIL can be used as a tagbody tag (thanks to Stephen Wilson)
2382   * bug fix: Win32 port can now handle foreign code unwinding Lisp
2383     stack frames from alien callbacks.
2384   * bug fix: ATANH returned incorrect results on win32 (thanks to Pierre Mai)  
2385   * bug fix: SBCL works on Linux/ppc systems with a kernel configured to use
2386     65k pages (thanks to David Woodhouse)
2387   * bug fix: fix SB-POSIX dirent and socket on NetBSD (thanks to Richard Kreuter)
2388
2389 changes in sbcl-1.0.1 relative to sbcl-1.0:
2390   * new platform: FreeBSD/x86-64, including support for threading.
2391   * new feature: the compiler stores cross-referencing information
2392     about function calls (who-calls), macroexpansion (who-macroexpands)
2393     and special variables (who-binds, who-sets, who-references) for code
2394     compiled with (< SPACE 3). This information is available through the
2395     sb-introspect contrib.
2396   * new feature: users may subclass SEQUENCE, and have instances of
2397     these classes interoperate with standard Common Lisp functions if
2398     a number of methods are defined.  (This feature is experimental
2399     and the interface subject to change based on feedback from SBCL
2400     users and the general community)
2401   * improvement: sb-sprof traces call stacks to an arbitrary depth on
2402     x86/x86-64, rather than the previous fixed depth of 8
2403   * improvement: another pthread back-end of mutex "pthread-futex".
2404   * bug fix: non-ascii command-line arguments are processed correctly 
2405     (thanks to Yaroslav Kavenchuk)
2406   * bug fix: non-required arguments were not passed correctly when a method
2407     defined using DEFMETHOD was called from a mop-generated method using
2408     CALL-NEXT-METHOD (reported by Pascal Costanza)
2409   * bug fix: recursion is now permitted in accessors through
2410     SLOT-UNBOUND.  (reported by Pascal Costanza)
2411   * bug fix: an error was signaled at startup if the HOME environment 
2412     variable was defined, but had an empty value (reported by Peter Van Eynde)
2413   * bug fix: non ordinary lambda-list keyword in ordinary lambda lists
2414     signal a PROGRAM-ERROR, not a BUG.
2415   * bug fix: SB-POSIX:READDIR works when built with large file support.
2416   * bug fix: ENOUGH-NAMESTRING works relative to #p"/" as well. (thanks
2417     to Marco Monteiro)
2418   * enhancement: DESTRUCTURING-BIND lambda-list uses &BODY instead of &REST
2419     for better automatic indentation support. (thanks to Matt Pillsbury)
2420   * optimization: loading generic functions no longer takes O(n^2) time,
2421     proportional to the amount of methods in the generic function
2422     (reported by Todd Sabin and Jeremy Brown)        
2423   * optimization: the FIND and POSITION family of sequence functions
2424     are significantly faster on arrays whose element types have been
2425     declared.
2426   * improvements to the Windows port:
2427     ** Intermittent heap corruption problems have been fixed. (thanks
2428        to Alastair Bridgewater)
2429     ** TRACE :ENCAPSULATE NIL (and function end breakpoints)
2430        work on Windows.
2431     ** Lisp is able to unwind foreign exception frames from alien
2432        callbacks. (thanks to Alastair Bridgewater)
2433
2434 changes in sbcl-1.0 relative to sbcl-0.9.18:
2435   * improvement: experimental support for threading on FreeBSD/x86.
2436     (thanks to NIIMI Satoshi)
2437   * improvement: runtime option --dynamic-space-size can be used
2438     to set the size of the dynamic space reserved on startup.
2439   * improvement: floating point modes in effect are now saved in
2440     core, and restored on startup.
2441   * improvement: GET-INTERNAL-REAL-TIME now reports the time since
2442     startup, not time since first call to GET-INTERNAL-REAL-TIME.
2443   * improvement: SAVE-LISP-AND-DIE explicitly checks that multiple
2444     threads are not running after *SAVE-HOOKS* have run.
2445   * improvement: writes to CLOS instance slots are type-checked in code
2446     compiled with (SAFETY 3)
2447   * improvement: floating-point exception handling on FreeBSD (thanks to
2448     NIIMI Satoshi)
2449   * improvement: SB-POSIX supports time(2), utime(2) and utimes(2)
2450     (thanks to Zach Beane)
2451   * improvement: support for files larger than 2GB for CL streams and SB-POSIX
2452     on Linux/x86
2453   * improvement: added support for the Shift-JIS external format.
2454     (contributed by NIIMI Satoshi)
2455   * improvement: callbacks are supported on Linux/PPC.  (thanks to
2456     Joshua Ross)
2457   * bug fix: compiler bug triggered by a (non-standard) VALUES
2458     declaration in a LET* was fixed. (reported by Kaersten Poeck)
2459   * bug fix: file compiler no longer confuses validated and already
2460     dumped structurres. (reported by Kaersten Poeck)
2461   * bug fix: ADJUST-ARRAY :FILL-POINTER T on an array without a
2462     fill-pointer signals a type-error as required. (thanks to
2463     Lars Brinkhoff)
2464   * bug fix: disassemly of funcallable instances works.
2465   * bug fix: single stepping on PPC.
2466   * bug fix: fix thread-safety problems in the type system (generally 
2467     manifesting as nonsensical errors like "STRING is a bad type specifier 
2468     for sequences" or "The value 1 is not of type FIXNUM")
2469   * bug fix: version components are handled correctly in TRANSLATE-PATHNAME
2470     (reported by Josip Gracin)
2471   * bug fix: an error is signaled for attempts to displace arrays with
2472     incompatible element types (thanks to Mario Mommer)
2473   * bug fix: more correct handling of wide characters in debug info
2474     (bug reported by Attila Lendvai and fixed by Juho Snellman)
2475   * optimization: method calls with &OPTIONAL or &KEY arguments are faster
2476     and don't cause extra consing
2477   * optimization: MAP and MAP-INTO are significantly faster on vectors
2478     whose elements types have been declared.
2479   * Improvements to SB-SPROF:
2480     ** Support for allocation profiling
2481     ** Reduced profiling overhead, especially for long profiling runs
2482   * Improvements to the Windows port:
2483     ** floating point exceptions are now reported correctly.
2484     ** stack exhaustion detection works partially.
2485     ** more accurate GET-INTERNAL-REAL-TIME.
2486     ** better RUN-PROGRAM behaviour in case of errors in the child
2487        process.
2488     ** PROBE-FILE now simplifies pathnames correctly.
2489     ** DIRECTORY now works correctly with :WILD-INFERIORS.
2490     ** DECODE-UNIVERSAL-TIME works on times before 00:00:00 January
2491        1st 1970 (although time timezone data will be unreliable).
2492     ** Hyperbolic functions TANH, ASINH, ACOSH, and ATANH work.
2493
2494 changes in sbcl-0.9.18 (1.0.beta?) relative to sbcl-0.9.17:
2495   * enhancement: SB-POSIX now supports cfsetispeed(3), cfsetospeed(3),
2496     cfgetispeed(3), cfgetospeed(3), and related constants. (thanks to
2497     Max-Gerd Retzlaff)
2498   * bug fix: two potential GC deadlocks affecting threaded builds.
2499   * bug fix: (TYPEP #\A '(NOT (MEMBER #\" #\{ #\:))) now correctly
2500     returns T (reported by Anton Kazennikov)
2501   * bug fix: the STORE-VALUE restart of CHECK-TYPE works correctly
2502     with non-variable places
2503   * bug fix: remove a race condition in the setting of
2504     funcallable-instance functions, this should make threaded CLOS
2505     code more stable against memory faults.
2506   * bug fix: corruption of specials when unbinding is interrupted by an
2507     asynchronous unwind (reported by Hannu Koivisto)
2508   * improvement: the debugger will now also display local variables that
2509     are only used once, for code compiled with a DEBUG optimization quality
2510     of 2 or higher.
2511
2512 changes in sbcl-0.9.17 (0.9.99?) relative to sbcl-0.9.16:
2513   * feature: weak hash tables, see MAKE-HASH-TABLE documentation
2514   * incompatible change: External-format support for FFI calls.  The
2515     SB-ALIEN:C-STRING no longer implies an ASCII
2516     external-format. Instead the string is subject to external-format
2517     conversion. Additionally return values of type SB-ALIEN:C-STRING
2518     are by default of type (SIMPLE-ARRAY CHARACTER), not
2519     SIMPLE-BASE-STRING. For an alien type that behaves like the old
2520     SB-ALIEN:C-STRING type, use (SB-ALIEN:C-STRING :EXTERNAL-FORMAT
2521     :ASCII :ELEMENT-TYPE BASE-CHAR).  (thanks to Yaroslav Kavenchuk)
2522   * incompatible change: SB-EXT package no longer contains the
2523     following unused symbols: *GC-NOTIFY-AFTER*, *GC-NOTIFY-BEFORE*,
2524     *GC-NOTIFY-STREAM*, *ERROR-PRINT-LENGTH*, *ERROR-PRINT-LEVEL*,
2525     *ERROR-PRINT-LINES*
2526   * incompatible change: the single-stepper is no longer available 
2527     on Alpha, Mips and Sparc platforms.
2528   * minor incompatible change: the direct superclasses of
2529     SB-MOP:FUNCALLABLE-STANDARD-OBJECT are (FUNCTION STANDARD-OBJECT),
2530     not (STANDARD-OBJECT FUNCTION).  This makes the
2531     class-precedence-lists of GENERIC-FUNCTION and
2532     STANDARD-GENERIC-FUNCTION comply with the requirement of ANSI
2533     1.4.4.5.
2534   * minor incompatible change: the default stream external format on
2535     non-unicode SBCL is no longer detected from the locale, but is always
2536     ISO-8859-1
2537   * new feature: Add a version of evaluator that uses an interpreter instead
2538     of the compiler. EVAL still uses the compiler by default, to switch it
2539     to use the interpreter, set the value of the variable 
2540     SB-EXT:*EVALUATOR-MODE* to :INTERPRET.
2541   * minor incompatible change: the single-stepper REPL has been merged
2542     with the normal debugger (see the "Stepping" heading of the debugger help
2543     for more details). The debugger command STEP will no longer switch
2544     to the single-stepper REPL. 
2545   * bug fix: ENOUGH-NAMESTRING on pathnames with no name and a pattern
2546     for a type now works.
2547   * bug fix: loading of default sysinit file works. (thanks to Leonid
2548     Slobodov)
2549   * bug fix: better detection of circularities in the file-compiler.
2550     (reported by Marco Monteiro)
2551   * bug fix: the CL pathname functions now work with files that have
2552     non-ASCII characters in their names (thanks to Yaroslav Kavenchuk)
2553   * bug fix: The :PTY argument for RUN-PROGRAM will now work on 
2554     systems with Unix98 pty semantics.
2555   * bug fix: ASDF-INSTALL will now work with bsd tar.
2556   * bug fix: ASDF-INSTALL uses GNU tar on Solaris (thanks to Josip
2557     Gracin).
2558   * bug fix: timers expiring in dead threads no longer cause a
2559     type-error (reported by Paul "Nonny Mouse"). 
2560   * bug fix: thanks to more lightweight single-stepper instrumentation, 
2561     code compiled with (DEBUG 3) will compile and execute significantly faster,
2562     and will have more accurate type-inferencing than before
2563   * bug fix: SLOT-VALUE optimizations are no longer done on method parameters
2564     whose bindings are modified
2565   * improvements to the win32 port (thanks to Yaroslav Kavenchuk):
2566     ** bug fix: arguments to RUN-PROGRAM are escaped correctly
2567     ** replace dummy implementations of CL:MACHINE-INSTANCE and 
2568        CL:SOFTWARE-VERSION with proper version
2569
2570 changes in sbcl-0.9.16 relative to sbcl-0.9.15:
2571   * feature: implemented the READER-METHOD-CLASS and
2572     WRITER-METHOD-CLASS portion of the Class Initialization Protocol
2573     as specified by AMOP.
2574   * incompatible change: variable SB-EXT:*USE-IMPLEMENTATION-TYPES*
2575     no longer exists.
2576   * optimization: faster LOGCOUNT implementation on x86 and x86-64
2577     (thanks to Lutz Euler)
2578   * optimization: hashing of general arrays and vectors has been
2579     improved. (reported by Any Fingerhut)
2580   * enhancement: SB-INTROSPECT is now able to find definitions of
2581     profiled functions. (thanks to Troels Henriksen)
2582   * enhancement: compiler-macro expansion applies now to FUNCALL forms
2583     as well, allowing compiler-macros for SETF-functions to expand.
2584   * enhancement: step-instrumentation no longer wraps known
2585     single-value functions with multiple-value context, allowing
2586     better type inference.
2587   * fixed bug #337: use of MAKE-METHOD in method combination now works
2588     even in the presence of user-defined method classes.  (reported by
2589     Bruno Haible and Pascal Costanza)
2590   * fixed bug #339(c): if there are applicable methods not part of any
2591     long-form method-combination group, call INVALID-METHOD-ERROR.
2592     (reported by Bruno Haible)
2593   * fixed bug #361: the :FUNCTION initarg in the protocol for
2594     initialization of methods can now be used to override
2595     internally-produced optimized functions.  (reported by Bruno
2596     Haible)
2597   * bug fix: extensions of MAKE-METHOD-LAMBDA which wrap the
2598     system-provided lambda expression no longer cause warnings about
2599     unbound #:|pv-table| symbols.
2600   * bug fix: improved the handling of type declarations and the
2601     detection of violations for keyword arguments with non-constant
2602     defaults.
2603   * bug fix: potentially erronous calls to PATHNAME and
2604     MERGE-PATHNAMES were being flushed in some cases.
2605     (reported by Richard Kreuter)
2606   * bug fix: compiled calls to TYPEP were mishandling obsolete
2607     instances.  (reported by James Bielman and Attila Lendvai)
2608   * bug fix: format strings with ~> without matching ~< no longer
2609     trigger an AVER, but signal an understandable error instead.
2610     (reported by Antonio Martinez)
2611   * bug fix: specifying an output-file without a pathname-type for
2612     COMPILE-FILE or COMPILE-FILE-PATHNAME resulted in using the type
2613     of input-file instead of "fasl". (reported by Robert Dodier)
2614   * bug fix: compiler-macro lambda-list parsing of FUNCALL forms.
2615     (reported by James Y Knight).
2616   * bug fix: compiler-macros-function did not consider the environment
2617     argument for shadowing by local functions.
2618   * bug fix: compiler-macros expansion was inhibited by local INLINE 
2619     declarations.
2620   * bug fix: inline expansions of known functions were subject to
2621     step-instrumentation in high debug policies, leading to problems
2622     with type-inference.
2623   * bug fix: compiler failed to differentiate between different CONS
2624     types in some cases.
2625   * bug fix: fixed input, output and error redirection in RUN-PROGRAM
2626     for win32. (thanks to Mike Thomas and Yaroslav Kavenchuk)
2627   * bug fix: #368: incorrect use of expressed vs. upgraded array
2628     element type.
2629   * bug fix: #306a: more precise unions of array types.
2630   * thread-safety improvements:
2631     ** CONDITION-WAIT could return early on Linux, if the thread was
2632        interrupted and subsequently continued with SIGCONT.
2633     ** STABLE-SORT and ADJUST-ARRAY were not reentrant.
2634
2635 changes in sbcl-0.9.15 relative to sbcl-0.9.14:
2636   * added support for the ucs-2 external format.  (contributed by Ivan
2637     Boldyrev)
2638   * minor incompatible change: pretty printing of objects of type
2639     (cons symbol) is, in the default pprint-dispatch-table, now
2640     sensitive to whether the symbol satisfies FBOUNDP.  (thanks to
2641     Marcus Pearce)
2642   * minor incompatible change: SB-MOP:FINALIZE-INHERITANCE is now
2643     called later in a class's lifetime, possibly as late as when the
2644     first instance of the class is created.  Previously,
2645     SB-MOP:FINALIZE-INHERITANCE was called by the system as soon as a
2646     class became finalizeable.
2647   * fixed bug: FILE-POSITION sometimes returned inconsistent results
2648     for multibyte external-format streams.  (thanks to "vbzoli")
2649   * fixed bug: CHANGE-CLASS would fail to preserve the values of slots
2650     with :ALLOCATION :CLASS inherited from superclasses of the
2651     original class.
2652   * fixed bug: anonymous classes can now be created using the :NAME
2653     initarg and MAKE-INSTANCE / REINITIALIZE-INSTANCE, as specified by
2654     AMOP.  (reported by Leonid Slobodov on comp.lang.lisp)
2655   * fixed bug: core-files saved with :EXECUTABLE T can again be 
2656     executed when SBCL_HOME isn't set. (reported by James Knight)
2657   * fixed bug: toplevel LOCALLY forms with declarations could 
2658     occasionally get miscompiled. (reported by Yaroslav Kavenchuk)
2659   * fixed bug: printing from several different threads using different
2660     values of *print-case* could cause invalid output, due to 
2661     some internal special variables of the printer not being bound
2662     thread-locally (reported by Max Mikhanosha)
2663   * fixed bug: SPECIALIZER metaobjects (including anonymous classes
2664     and EQL-SPECIALIZERs) can be used as specializers to DEFMETHOD.
2665     (reported by Pascal Costanza)
2666   * fixed bug: FINALIZE-INHERITANCE is called from
2667     REINITIALIZE-INSTANCE on classes when the class has previously
2668     been finalized, as required by AMOP.
2669   * minor code generation optimizations:
2670     ** better register allocation in CLOS dispatching functions
2671     ** overflow detection when coercing signed bytes to fixnums on x86-64 
2672     ** is now implemented with one IMUL instruction instead of three shifts
2673     ** more efficient bit-vector access on x86 and x86-64
2674     ** more efficient access to raw structure slots on x86 and x86-64
2675   * fixed some bugs revealed by Paul Dietz' test suite:
2676     ** ENSURE-DIRECTORIES-EXIST.8: ENSURE-DIRECTORIES-EXIST must
2677        return its argument.
2678
2679 changes in sbcl-0.9.14 relative to sbcl-0.9.13:
2680   * feature: thread support on Solaris/x86, and experimental thread support
2681     on OS X/x86.
2682   * feature: SBCL now tries to signal a STORAGE-CONDITION when running out
2683     of heap.
2684   * feature: SBCL now provides USE-VALUE and STORE-VALUE restarts in the
2685     default method for SLOT-UNBOUND.
2686   * minor incompatible change: prevent the user from specializing the
2687     new-value argument to SB-MOP:SLOT-VALUE-USING-CLASS.  It's
2688     somewhat counter to the intent of the protocol, I (CSR) think, and
2689     additionally it just doesn't work in SBCL as currently
2690     implemented, thanks to optimizations (that are always valid for
2691     the other three SLOT-VALUEish functions, but not for the setter).
2692   * minor incompatible change: the :SB-LDB feature is now enabled by
2693     default, and DISABLE-DEBUGGER and ENABLE-DEBUGGER also affect
2694     the low-level debugger.
2695   * enchancement: RUN-PROGRAM is now able to extract the file-descriptor
2696     from SYNONYM-STREAM and TWO-WAY-STREAM provided they can be decomposed
2697     down to an SB-SYS:FD-STREAM, allowing direct communication in
2698     more cases. Temporary files and pipes are still used as a fallback
2699     strategy.
2700   * thread-safety: DECODE-UNIVERSAL-TIME & GET-DECODED-TIME depended
2701     on the non-reentrant C functions localtime(3) and gmtime(3).
2702   * bug fix: global optimization policy was not visible in LOCALLY and 
2703     MACROLET forms.
2704   * bug fix: class objects can be used as specializers in methods.
2705     (reported by Pascal Costanza)
2706   * bug fix: native unparsing of pathnames with :DIRECTORY NIL failed
2707     with a type error. (reported by blitz_ on #lisp)
2708   * bug fix: unparsing logical pathnames with :NAME :WILD :TYPE NIL
2709     failed with a type error.  (reported by Pascal Bourguignon)
2710   * bug fix: merging pathnames against defaults with :DIRECTORY
2711     starting with '(:RELATIVE :BACK) should preserve the :BACK.
2712     (reported by James Y Knight)
2713   * bug fix: saving large (>2GB) cores on x86-64 now works
2714   * bug fix: a x86-64 backend bug when compiling (setf aref) with a 
2715     constant index and a (simple-array (signed-byte 32)) array
2716   * bug fix: NAME-CHAR on an invalid symbol no longer signals an
2717     error (patch by Robert J. Macomber)
2718   * feature: TIME now displays the amount of run-time spent in GC
2719   * bug fix: The debugger now does a better job of respecting 
2720     (PUSH '(*PRINT-CIRCLE* . T) SB-DEBUG:*DEBUG-PRINT-VARIABLE-ALIST*)
2721     when printing SB-DEBUG:*DEBUG-CONDITION*. (This is a debugger-only
2722     workaround for bug 403.) 
2723   * bug fix: floating point exception handling now works on FreeBSD
2724     (thanks to NIIMI Satoshi)
2725   * fixed some bugs revealed by Paul Dietz' test suite:
2726     ** MISC.641: LET-conversion were not supposed to work in late
2727        compilation stages.
2728   * improvements to the Win32/x86 port:
2729     ** GET-INTERNAL-RUN-TIME implemented, thanks to Frank Buss.
2730     ** improved SB-BSD-SOCKETS support, thanks to Timothy Ritchey.
2731
2732 changes in sbcl-0.9.13 relative to sbcl-0.9.12:
2733   * new feature: source path information is generated for macro-expansion
2734     errors for use in IDE's like Slime (thanks to Helmut Eller)
2735   * bug fix: calls to the compiler no longer modify *RANDOM-STATE*
2736   * bug fix: compiler does not loop forever on an invalid type in
2737     TYPEP.
2738   * improvement: compilation of most CLOS applications is significantly
2739     faster
2740   * optimization: added a limited bytecode compiler for simple toplevel
2741     forms, speeding up compilation and FASL loading
2742   * bug fix: the statistical profiler now properly distinguishes anonymous
2743     functions
2744
2745 changes in sbcl-0.9.12 relative to sbcl-0.9.11:
2746   * minor incompatible change: in sbcl-0.9.11 (but not earlier
2747     versions) SB-MOP:FINALIZE-INHERITANCE would recursively descend
2748     into subclasses of the finalized class.  Now user calls to
2749     FINALIZE-INHERITANCE finalize just the one class, and calls by the
2750     system return before any subclasses are finalized.
2751   * minor incompatible change: The reader no longer ignores errors
2752     regarding non-existent packages in #+ and #- feature tests.
2753   * new feature: command line options --no-sysinit, --no-userinit to
2754     inhibit loading the corresponding init files
2755   * new feature: add a generic function SOCKET-SEND to SB-BSD-SOCKETS, 
2756     for sending data through UDP sockets (thanks to François-René Rideau)
2757   * minor incompatible change: SIGPIPE is ignored and "Broken pipe"
2758     error is signalled instead (thanks to François-René Rideau)
2759   * minor incompatible change: Error signalling behaviour of lexical
2760     operations violating package locks has changed slightly. Refer to
2761     documentation on package locks for details.
2762   * enhancement: EVAL can process IF-expressions without resorting to the
2763     compiler.
2764   * bug fix: Some operations involving SIN, COS, or TAN weren't being
2765     constant-folded properly due to missing out-of-line functions.
2766     (reported by Mika Pihlajamäki)
2767   * bug fix: LISTEN sometimes returned T even in cases where no data was
2768     immediately available from the stream
2769   * fixed bug: types of the last two arguments to SET-SYNTAX-FROM-CHAR
2770     were reversed. (reported by Levente Mészáros)
2771   * fixed bug: Tests for the (VECTOR T) type gave the wrong answer
2772     when given a vector displaced to an adjustable array.  (reported
2773     by Utz-Uwe Haus)
2774   * bug fix: derivation of float boundaries from numbers outside the
2775     appropriate float range (reported by John Wiseman)
2776   * bug fix: MAKE-LOAD-FORM-SAVING-SLOTS accepts en empty slot name
2777     list.
2778   * bug fix: precomputing cache entries for generic functions with
2779     some subclasses of specializers as yet invalid does not attempt to
2780     fill a cache line with a negative offset.  (reported by Levente
2781     Mészároz)
2782   * improvements to DOCUMENTATION for TYPE and STRUCTURE doc-types:
2783     allow condition class objects as arguments to DOCUMENTATION and
2784     (SETF DOCUMENTATION); only find and set documentation for
2785     structure names for the STRUCTURE doc-type.  (suggested by Gary
2786     King)
2787   * improvements to the Win32/x86 port:
2788     ** (user-homedir-pathname) and default initialization file
2789        locations now know about the user's "Documents and Settings"
2790        directory (thanks to Yaroslav Kavenchuk)
2791     ** run-program is implemented (thanks to Mike Thomas)
2792     ** sockets support (thanks to Timothy Ritchey)
2793     ** better backtrace support (thanks to Alastair Bridgewater)
2794     ** sb-grovel supported
2795     ** asdf-install and sb-posix work somewhat
2796     ** capable of running Slime using SWANK:*COMMUNICATION-STYLE* NIL
2797   * improvements to the Solaris/x86 port:
2798     ** works on Solaris 11/Solaris Express
2799     ** floating-point exception handling support
2800     ** support for the breakpoint-based TRACE :ENCAPSULATE NIL facility
2801   * fixed some bugs revealed by Paul Dietz' test suite:
2802     ** REMOVE-METHOD returns its generic function argument even when
2803        the method is not one of the generic functions' methods.
2804     ** objects declared as MEMBER types can be admissible arguments to 
2805        structure accessors.
2806     ** printing characters should simply be printed by the FORMAT ~:C
2807        directive.
2808     ** compiler failure when compiling functions with hairy constant
2809        defaults for optional parameters.
2810     ** compiler produces wrong code when MAYBE-INLINE-expanding a
2811        function, which is already optimized.
2812
2813 changes in sbcl-0.9.11 relative to sbcl-0.9.10:
2814   * new platform: experimental support for SBCL x86/Darwin, including
2815     MacOS X 10.4.5 on Intel.
2816   * new feature: Unicode character names are now known to the system
2817     (through CHAR-NAME and NAME-CHAR).
2818   * new feature: the filesystem location of SBCL's core file is
2819     exposed to lisp through the variable SB-EXT:*CORE-PATHNAME*.
2820   * minor incompatible change: the contrib modules SB-POSIX and
2821     SB-BSD-SOCKETS no longer depend on stub C libraries; the intent of
2822     this change is to make it easier to distribute
2823     location-independent binaries.
2824   * bug fix: as implied by AMOP, standardized classes no longer have
2825     slots named by external symbols of public packages.  (reported by
2826     Pascal Costanza)
2827   * optimization: calling functions via constant symbols -- as in 
2828     (FUNCALL 'FOO) -- is now roughly as efficient as calling them
2829     via the function object as in (FUNCALL #'FOO).
2830   * optimization: on x86 and x86-64, the calling convention for the
2831     case of dealing with an unknown number of values has been altered
2832     to be friendlier to the prediction heuristics implemented,
2833     particularly with reference to CALL and RET pairing.  (thanks to
2834     Alastair Bridgewater)
2835   * optimization: on x86, the code for access to thread-local symbol
2836     values and binding/unbinding of thread-local symbols is smaller.
2837     (thanks to Alastair Bridgewater)
2838   * enhancement: CONSTANTP is now able to determine constantness of
2839     more complex forms, including calls to constant-foldable standardized
2840     functions and some special forms beyond QUOTE.
2841   * fixed bug: occasional GC crashes on Solaris/x86
2842   * optimization: x86-64 supports stack allocation of results of simple
2843     calls of MAKE-ARRAY, bound to variables, declared DYNAMIC-EXTENT
2844   * enchancement: the PROCESS-INPUT and -OUTPUT streams created by 
2845     SB-EXT:RUN-PROGRAM can be used for both character and byte IO
2846     (thanks to James Knight)
2847   * fixed bug: CL:LISTEN always returns NIL at end of file, as required
2848     by the standard (thanks to Stephen Compall)
2849
2850 changes in sbcl-0.9.10 relative to sbcl-0.9.9:
2851   * new feature: new SAVE-LISP-AND-DIE keyword argument :EXECUTABLE can
2852     be used for bundling the runtime and the core file into one 
2853     executable binary. This feature is not currently supported on all SBCL
2854     platforms.  (thanks to James Bielman and NIIMI Satoshi)
2855   * new feature: a generational or ephemeral garbage collector is now
2856     the default on the PowerPC platform (both Linux and Darwin).  The
2857     old Cheney (stop and copy) collector is a build-time option.
2858     (thanks to Cyrus Harmon, after Raymond Toy)
2859   * minor incompatible change: the method by which SBCL finds its
2860     contributed modules has changed; it no longer relies on symbolic
2861     links from an $SBCL_HOME/systems directory, but searches directly
2862     in the subdirectories of $SBCL_HOME.
2863   * enhancement: the dynamic heap size on the Linux/PPC platform is
2864     markedly larger, even using the older Cheney garbage collector.
2865   * fixed bug #399: full call to DATA-VECTOR-REF in accesses to
2866     certain complicated string types.  (reported by Gary King)
2867   * fixed bug: STRING-TO-OCTETS and OCTETS-TO-STRING did not convert
2868     character codes.  (thanks to Yaroslav Kavenchuk and Ivan Boldyrev)
2869   * fixed bug: DOCUMENTATION on structures no longer signals an 
2870     error if no structure type of the right name exists.  (reported by
2871     Glenn Ehrlich)
2872   * fixed bug: compiled calls to MAKE-INSTANCE where there is an
2873     applicable non-standard primary or :AROUND method on
2874     INITIALIZE-INSTANCE or SHARED-INITIALIZE and a non-keyword initarg
2875     no longer cause unbound variable errors.  (reported by Kevin Reid)
2876   * fixed bug: metacircle resolution in cases where methods have slots
2877     added before the slots from STANDARD-METHOD.  (reported by Jean
2878     Bresson)
2879   * fixed bug: the Power PC assembly code for calling into lisp
2880     sometimes computed its return address wrongly (depending on the
2881     15th bit of the address, fixed at link time).  This used to
2882     manifest itself in a segmentation violation while building PCL.
2883     (reported by Kevin Rosenberg, Eric Marsden, Lars Brinkhoff and
2884     many others over the years)
2885   * fixed bug: ROOM no longer reports silly numbers for stack usage if
2886     the stack pointer (treated as a signed integer) is negative.
2887     (thanks to Peter van Eynde)
2888
2889 changes in sbcl-0.9.9 relative to sbcl-0.9.8:
2890   * new platform: experimental support for the Windows operating
2891     system has been added.  (thanks to Alastair Bridgewater)
2892   * fixed several bugs in and robustified the PPC FFI (including
2893     callbacks).  (thanks to Cyrus Harmon and Heiner Schwarte)
2894   * bug fix: allow non-simple string symbol names (reported by Paul
2895     Dietz)
2896   * bug fix: interrupt handling on NetBSD (thanks to Richard M
2897     Kreuter)
2898   * bug fix: saving a core corrupted callbacks on x86/x86-64
2899   * bug fix: closed a loophole in metacircularity detection and
2900     grounding in the PCL implementation of CLOS.
2901   * bug fix: TRUENAME on "/" no longer returns a relative pathname.
2902     (reported by tomppa on #lisp)
2903   * bug fix: clear the direction flag on Lisp -> C transitions, as 
2904     required by the x86-64 ABI. Fixes mysterious GC crashes on SuSE.
2905     (reported by Andrej Grozin and Hendrik Maryns)
2906   * optimization: major improvements to GC efficiency on GENCGC platforms
2907   * optimization: faster implementation of EQUAL
2908   * optimization: emit more efficient opcodes for some common 
2909     immediate->register MOV instructions on x86-64.  (thanks to Lutz Euler)
2910   * optimization: several other minor code-generation improvements on x86-64
2911   * fixed segfaults on x86 FreeBSD 7-current.  (thanks to NIIMI Satoshi)
2912
2913 changes in sbcl-0.9.8 relative to sbcl-0.9.7:
2914   * minor incompatible change: (SETF CLASS-NAME) and (SETF
2915     GENERIC-FUNCTION-NAME) are generic functions once more (reverting
2916     the change in the 0.9.7 release).  (SETF CLASS-NAME) is specified
2917     by ANSI as a generic function, and for consistency (SETF
2918     GENERIC-FUNCTION-NAME) is treated likewise.
2919   * fixed bug #233.b: make constraint propagation notice when a variable
2920     value is changed after it is referenced but before it is used
2921   * fixed bug #296: no more arbitrary behaviour from filenames with
2922     odd characters as --load arguments.  (reported by Adam Warner)
2923   * fixed bug #390: :CHARACTER-SET pathname components now work as
2924     expected.  (reported by Tim Daly Jr)
2925   * fixed bug #391: complicated :TYPE intersections in slot
2926     definitions no longer cause an error in PCL internals.
2927   * fixed bug #392: plugged a hole in the obsolete-instance protocol.
2928   * bug fix: FILE-STRING-LENGTH is now external-format sensitive,
2929     returning the number of octets which would be written to the
2930     file-stream.  (thanks to Robert J. Macomber)
2931   * bug fix: the SB-SIMPLE-STREAMS contrib passes external-format
2932     arguments to the internal stream functions.  (thanks to David
2933     Lichteblau)
2934   * bug fix: stack exhaustion is now handled on the x86/SunOS
2935     platform.  (thanks to Daisuke Homma)
2936   * bug fix: more accurate ROOM results on GENCGC platforms
2937   * optimization: improved type inference for arithmetic-for
2938     index variables in LOOP
2939   * optimization: faster floating-point SQRT on x86-64
2940   * fixed some bugs revealed by Paul Dietz' test suite:
2941     ** DOCUMENTATION returns NIL instead of "" for method combinations
2942        that don't have a docstring
2943 \a
2944 changes in sbcl-0.9.7 relative to sbcl-0.9.6:
2945   * minor incompatible change: (SETF CLASS-NAME) and (SETF
2946     GENERIC-FUNCTION-NAME) are no longer generic functions, and
2947     therefore are not customizeable by user code (as seems to be at
2948     least permitted and maybe required by AMOP).  As a consolation,
2949     however, the SBCL implementation of these functions now calls
2950     REINITIALIZE-INSTANCE as specified by AMOP.
2951   * bug fix: slot-definition documentation is propagated as per ANSI
2952     7.6.2 to EFFECTIVE-SLOT-DEFINITIONS.
2953     COMPUTE-EFFECTIVE-SLOT-DEFINITION now receives a :DOCUMENTATION
2954     argument, as do eslotd initialization methods.  (from Pascal
2955     Costanza's "Closer" project)
2956   * bug fix: REINITIALIZE-INSTANCE on generic functions calls
2957     COMPUTE-DISCRIMINATING-FUNCTION (almost) unconditionally, as
2958     specified by AMOP.
2959   * bug fix: it is now possible to have more than one subclass of
2960     STANDARD-GENERIC-FUNCTION without causing stack overflow.
2961     (reported by Bruno Haible, Pascal Costanza and others)
2962   * bug fix: the dependent update protocol now works for generic
2963     functions.  (thanks to Gerd Moellmann; reported by Bruno Haible
2964     and Pascal Costanza)
2965   * bug fix: condition-class instances corresponding to
2966     DEFINE-CONDITION forms are now created eagerly.  (reported by
2967     Kalle Olavi Niemitalo on comp.lang.lisp)
2968   * bug fix: floating point printing is more accurate in some
2969     circumstances.  (thanks to Simon Alexander)
2970   * bug fix: *COMPILE-FILE-PATHNAME* now contains the user's pathname
2971     merged with *DEFAULT-PATHNAME-DEFAULTS*.
2972   * bug fix: callbacks on OS X now preserve stack-alignment.
2973     (thanks to Cyrus Harmon)
2974   * enhancement: the x86-64 disassembler is much better at
2975     disassembling SSE instructions.  (thanks to Lutz Euler)
2976   * enhancement: CHECK-TYPE on a variable now allows type-inference
2977     (thanks to Vincent Arkesteijn)
2978   * optimization: improved performance of EUC-JP external format.
2979     (thanks to NIIMI Satoshi)
2980   * optimization: performance improvements to IO on file streams of
2981     :ELEMENT-TYPE CHARACTER
2982   * optimization: much faster memory allocation on x86-64
2983   * optimization: faster garbage collections (latency and throughput)
2984     on gencgc
2985   * optimization: faster bignum subtraction and division on x86 and x86-64 
2986     (thanks to Lutz Euler)
2987   * optimization: more accurate type-inference for loops that use a
2988     floating point index variable or a negative step.
2989
2990 changes in sbcl-0.9.6 relative to sbcl-0.9.5:
2991   * bug fix: add a workaround to SBCL looping infinitely at startup on
2992     Linux kernels with apparently buggy implementations of personality().
2993     (thanks to Svein Ove Aas)
2994   * bug fix: Unicode symbols are correctly printed in LDB backtraces
2995     (thanks to David Lichteblau)
2996   * bug fix: local bindings shadow global symbol macros for
2997     macroexpansion.  (reported by Matthew D Swank on comp.lang.lisp)
2998   * optimization: non-open coded uses of numeric comparison operators
2999     (e.g. >) no longer cons when called with more than one parameter
3000     on platforms supporting dynamic-extent allocation.
3001   * enhancement: saving cores with foreign code loaded is now supported
3002     on MIPS/Linux in addition to the previously supported platforms.
3003   * bug fix: FIND-RESTART now tests for activity, not applicability when given
3004     a restart object as identifier. (reported by Helmut Eller for CMUCL)
3005   * bug fix: division by zero in sb-sprof when no samples were collected
3006   * bug fix: a race when a slow to arrive sigprof signal killed sbcl
3007   * bug fix: asdf-install uses CRLF as required by the HTTP spec.
3008     (thanks to Alexander Kjeldaas)
3009   * new feature: ignoring the return values of destructive functions
3010     like NREVERSE signals a compile-time style-warning.
3011     (thanks to Kevin Reid)
3012   * new feature: the alignment of alien structure fields can be
3013     explicitly specified. (thanks to Cyrus Harmon)
3014   * bug fix: run cleanup forms (in all threads) when receiving a SIGTERM
3015     and dump core on SIGQUIT
3016   * threads
3017     ** incompatible change: threads do not inherit values of specials
3018        from their parents (see manual)
3019     ** bug fix: threads stacks belonging to dead threads are freed by the
3020        next exiting thread, no need to gc to collect thread stacks anymore
3021     ** minor incompatible change: INTERRUPT-THREAD-ERROR-ERRNO removed
3022     ** WITH-RECURSIVE-LOCK can be nested in a WITH-MUTEX for the same lock
3023     ** bug fix: dynamic variable and thread start related gc lossage
3024     ** bug fix: job control (SIGSTOP/SIGCONT) no longer confuses threads
3025        suspended for gc
3026   * fixed some bugs revealed by Paul Dietz' test suite:
3027     ** SUBTYPEP is slightly more accurate on heinously complicated
3028        CONS types where some of the members have uncertain (in the
3029        NIL, NIL sense) type relationships to each other.
3030   * GENCGC
3031     ** Cores produced by SAVE-LISP-AND-DIE on GENCGC platforms are
3032        no longer purified unless :PURIFY T is explicitly specified.
3033     ** Non-purified cores are significantly smaller than before
3034
3035 changes in sbcl-0.9.5 relative to sbcl-0.9.4:
3036   * new feature: timers based on Zach Beane's excellent timer package
3037   * added support for the following external formats: koi8-u,
3038     x-mac-cyrillic, cp437, cp850, cp852, cp855, cp857, cp860, cp861,
3039     cp862, cp863, cp864, cp865, cp866, cp869, cp874, iso-8859-2,
3040     iso-8859-3, iso-8859-4, iso-8859-5, iso-8859-6, iso-8859-7,
3041     iso-8859-8, iso-8859-9, iso-8859-10, iso-8859-11, iso-8859-13,
3042     iso-8859-14, cp1250, cp1251, cp1252, cp1253, cp1254,
3043     cp1255,cp1256, cp1257, cp1258 (contributed by Ivan Boldyrev)
3044   * incompatible change: a threaded SBCL will no longer revert to
3045     non-threaded mode on non-NPTL systems, but refuse to start entirely.
3046   * bug fix: interrupts are disabled until startup is complete; no
3047     more sigsegvs when receiving a signal to soon
3048   * optimization: faster 32-bit SB-ROTATE-BYTE:ROTATE-BYTE on non-x86/ppc
3049     platforms
3050   * bug fix: add a workaround for the memory randomization features in
3051     Linux kernels >= 2.6.12 that interfere with SBCL's memory maps. This
3052     workaround will only be in effect on systems with the proc filesystem
3053     mounted.
3054   * bug fix: printing objects of type HASH-TABLE signals a
3055     PRINT-NOT-READABLE error when *READ-EVAL* is NIL.  (reported by
3056     Faré Rideau)
3057   * bug fix: GET-INTERNAL-REAL-TIME now works even for processes that
3058     have been running for over 50 days. (reported by Gilbert Baumann)
3059   * bug fix: the logic for getting names of functions gets less
3060     confused when confronded with alternate-metaclass
3061     funcallable-instances.  (reported by Cyrus Harmon)
3062   * bug fix: FUNCTIONP and (LAMBDA (X) (TYPEP X 'FUNCTION)) are now
3063     consistent, even on internal alternate-metaclass objects.
3064   * bug fix: flush closure information collected by physical
3065     environment analysis prepass before the main pass. (bug reported
3066     by Vasile Rotaru)
3067   * bug fix: compiler pack phase does not modify a hashtable, which is
3068     iterated. (reported by Bryan O'Connor, fixed by Rob MacLachlan)
3069   * bug fix: backquote does not optimize (LIST* x y) to CONS when x
3070     may be expanded. (reported by Alexander <malishev> on c.l.l)
3071   * bug fix: no more style-warnings when compiling code using LAST
3072     under high-SPEED low-SPACE settings.  (reported by David Wallin
3073     aka froog on #lisp)
3074   * fixed some incompatibilities between SBCL's MOP and the MOP
3075     specified by AMOP:
3076     ** the METAOBJECT class is now implemented;
3077     ** FUNCALLABLE-STANDARD-OBJECT is now a subclass of
3078        STANDARD-OBJECT, as required;
3079     ** the classes STANDARD-CLASS and FUNCALLABLE-STANDARD-CLASS are
3080        now compatible (as required by VALIDATE-SUPERCLASS); there
3081        remains a consistency requirement over the presence or absence
3082        of the FUNCTION class in the superclass list of finalized
3083        classes; see the manual for more details;
3084     ** the :AROUND method for COMPUTE-SLOTS on
3085        FUNCALLABLE-STANDARD-CLASS now honours the primary method's
3086        requested slot ordering.
3087   * threads
3088     ** bug fix: parent thread now can be gc'ed even with a live
3089        child thread
3090     ** bug fix: binding a special with PROGV to no value is not
3091        the same as that symbol not having been bound (thanks to
3092        Hannu Koivisto)
3093     ** bug fix: binding specials is thread safe (thanks to
3094        Hannu Koivisto)
3095     ** bug fix: interrupt handlers are now per-process, RUN-PROGRAM
3096        and SB-SPROF do not die with 'no handler for signal XX in
3097        interrupt_handle_now(..)' anymore
3098     ** bug fix: WITH-TIMEOUT works with multiple running threads
3099   * fixed some bugs revealed by Paul Dietz' test suite:
3100     ** ENSURE-GENERIC-FUNCTION should take a method class object for
3101        the :method-class keyword argument.
3102
3103 changes in sbcl-0.9.4 relative to sbcl-0.9.3:
3104   * new port: the Solaris operating system on x86 processors is now
3105     mostly supported, though some rough edges in the environment
3106     remain.  (thanks to Daisuke Homma)
3107   * enhancement: SBCL on MIPS platforms now has a much larger dynamic
3108     space for its heap.  (thanks to Thiemo Seufer)
3109   * optimization: SBCL on MIPS platforms now supports dynamic-extent
3110     closures.  (thanks to Thiemo Seufer)
3111   * minor incompatible change: eof selects abort in the debugger.
3112   * minor incompatible change: *INVOKE-DEBUGGER-HOOK* is run before
3113     *DEBUGGER-HOOK* => *DEBUGGER-HOOK* is not run when the debugger
3114     is disabled.
3115   * minor incompatible change: SB-KERNEL:INSTANCE-LAMBDA is
3116     deprecated, and will go away in a future revision of SBCL.
3117   * minor incompatible change: GC-ON and GC-OFF are no longer
3118     implemented with a counter, it does not matter how many times gc
3119     is switched on or off
3120   * bug fix: discriminating functions for generic function classes
3121     with non-standard methods for COMPUTE-APPLICABLE-METHODS no longer
3122     make invalid assumptions about method precedence order.  (reported
3123     by Bruno Haible)
3124   * bug fix: TRUNCATE now correctly signals division by zero on MIPS
3125     platforms.  (thanks to Thiemo Seufer)
3126   * bug fix: degree sign (<U00B0>) could not be encoded in KOI8-R.
3127   * bug fix: correct pathname printing with printer escaping is on.
3128     (thanks to Kevin Reid)
3129   * bug fix: complex VOP definitions in "user-space" no longer trigger
3130     package locks.  (reported by Zach Beane)
3131   * fixed bug 343: SB-KERNEL:INSTANCE-LAMBDA is no longer necessary
3132     for funcallable-instance functions, and is no different from
3133     regular LAMBDA.
3134   * bug fix: PARSE-INTEGER no longer depends on the whitespaceness of
3135     characters in the current readtable.  (reported by Nicholas Neuss)
3136   * bug fix: SUBTYPEP on various CONS types returns more a more
3137     accurate acknowledgment of its certainty.
3138   * optimizations: REMOVE-DUPLICATES now runs in linear time on
3139     lists in some cases.  This partially fixes bug 384.
3140   * flush all standard streams before prompting in the REPL and the
3141     debugger.
3142   * bug fix: signal handling and triggering gc do not conflict
3143     directly anymore, in particular a high frequency sb-sprof does
3144     not prevent gc from running
3145   * bug fix: DECODE-UNIVERSAL-TIME now uses a more reasonable
3146     approximation for timezone and DST information between the
3147     universal time epoch and the smallest negative 32-bit time_t.
3148   * bug fix: ENCODE-UNIVERSAL-TIME no longer errors when passed the
3149     year 1899 so long as the encoded time is non-negative.
3150   * bug fix: on the x86 platform, SB-ROTATE-BYTE:ROTATE-BYTE returns
3151     the correct answer for non-constant rotate amounts when performing
3152     an inline 32-bit rotation.
3153   * threads
3154     ** bug fix: RELEASE-FOREGROUND doesn't choke on session lock if
3155        there is only one thread in the session
3156     ** bug fix: memory leak for streams created in one thread and
3157        written to in another
3158     ** bug fix: lockup when compiled with gcc4
3159     ** bug fix: race that allows the gc to be triggered when gc is
3160        inhibited
3161     ** bug fix: one less memory fault in INTERRUPT-THREAD, again
3162     ** bug fix: gc and INTERRUPT-THREAD don't hang when the RT signal
3163        queue is full
3164     ** bug fix: finished threads are gc'ed properly
3165   * fixed some bugs revealed by Paul Dietz' test suite:
3166     ** CALL-NEXT-METHOD signals an error (in safe code) when the call
3167        has arguments with a different set of applicable methods from
3168        the orignal arguments.
3169     ** The type error thrown by MAP now has a correct expected-type
3170        cell.
3171     ** DISASSEMBLE now throws a TYPE-ERROR when its argument does not
3172        name a compiled function.
3173     ** Three MISC tests where a large bignum was improperly coerced to
3174        a float that couldn't represent that bignum during type
3175        derivation were fixed.
3176     ** SUBTYPEP can now handle types involving the negation of a
3177        list-form FUNCTION type.
3178     ** SUBTYPEP also now handles certain COMPLEX type specifiers such
3179        as (COMPLEX (AND RATIO (NOT FIXNUM))).
3180     ** READ-BYTE and WRITE-BYTE no longer take stream designators.
3181
3182 changes in sbcl-0.9.3 relative to sbcl-0.9.2:
3183   * New feature: Experimental support for bivalent streams: streams
3184     opened with :element-type :default now allow character and binary
3185     (unsigned-byte 8) I/O
3186   * Support for the koi8-r external format.  (thanks to Ivan Boldyrev)
3187   * Bug fix: OPEN no longer fails when *PRINT-READABLY* is T. (thanks
3188     to Zach Beane)
3189   * bug fix: no more highly sporadic "couldn't check whether ~S is
3190     readable" when reading a stream and an interrupt hits in the middle
3191     of a select system call
3192   * compiler better recognizes complex arrays (reported by Eduardo
3193     Muñoz)
3194   * bug fix: out-of-line SB-SYS:FOREIGN-SYMBOL-ADDRESS did not work
3195     for variables on SBCL built with linkage-tables. (reported by Luis
3196     Oliveira)
3197   * various error reporting improvements.
3198   * optimizations: LOGNOR on fixnums is improved in the MIPS backend.
3199     (Thanks to Thiemo Seufer)
3200   * bug fix: nested reader invokations work correctly
3201   * bug fix: it is possible to have simultaneous references to foreign
3202     code and foreign data with the same name.
3203   * threads
3204     ** added x86-64 support
3205     ** incompatible change: the threading api now works with thread
3206        objects instead of thread ids
3207     ** bug fix: threads are protected from signals and interruption when
3208        starting up or going down
3209     ** bug fix: a race where an exiting thread could lose its stack to gc
3210     ** bug fix: don't halt on infinite error in threads if possible
3211     ** fixed numerous gc deadlocks introduced in the pthread merge
3212     ** bug fix: fixed thread safety issues in read and print
3213     ** bug fix: debugger doesn't hang on session lock if interrupted at
3214        an inappropriate moment
3215     ** bug fix: run-program is now thread safe(r)
3216     ** bug fix: inner with-recursive-lock no longer releases the mutex
3217   * fixed a bug in (DECODE-UNIVERSAL-TIME 0) (reported by Paul Dietz)
3218   * fixed some bugs revealed by Paul Dietz' test suite:
3219     ** TYPE-ERRORs from signalled by COERCE now have DATUM and
3220        EXPECTED-TYPE slots filled.
3221     ** MULTIPLE-VALUE-SETQ always returns the primary value of the
3222        values form.
3223     ** MAKE-CONDITION accepts classes as type-designators.
3224     ** COMPILE may never return NIL.
3225     ** ENCODE-UNIVERSAL-TIME now guards against times out of Unix's
3226        range before calling Unix time functions
3227
3228 changes in sbcl-0.9.2 relative to sbcl-0.9.1:
3229   * numerous signal handling fixes to increase stability
3230   * Support for EUC-JP external format.  (thanks to NIIMI Satoshi)
3231   * minor incompatible change: we now correctly canonize default
3232     initargs, making them be a list of (INITARG INITFORM INITFUNCTION)
3233     as per the MOP, rather than the historical (INITARG INITFUNCTION
3234     INITFORM).  (reported by Bruno Haible)
3235   * new feature: WITH-COMPILATION-UNIT now accepts a non-standard
3236     :SOURCE-PLIST option. See (DOCUMENTATION #'WITH-COMPILATION-UNIT T)
3237     for more information.
3238   * TRUENAME and PROBE-FILE now correctly resolve symlinks even if the
3239     pathname is a directory pathname.
3240   * SB-SPROF now works (more) reliably on non-GENCGC platforms.
3241   * dynamic space size on PPC has been increased to 768Mb. (thanks to
3242     Cyrus Harmon)
3243   * SB-MOP:ENSURE-CLASS-USING-CLASS now accepts a class as the
3244     :METACLASS argument in addition to a class name.  (reported by
3245     Bruno Haible for CMUCL, patch for CMUCL by Gerd Moellmann)
3246   * RESTART-CASE can now be wrapped around CALL-METHOD forms.
3247     (reported by Bruno Haible; patch from Gerd Moellmann)
3248   * bug fix: sbcl runtime can now be compiled with gcc4 (thanks to 
3249     Sascha Wilde)
3250   * bug fix: more cleanups to the floating point exception handling on
3251     x86-64 (thanks to James Knight)
3252   * bug fix: the compiler does not try to constant fold calls of
3253     COERCE and BIT-* functions when they return freshly constructed
3254     objects. (reported by Nikodemus Siivola and Paul Dietz)
3255   * optimization: improved the MIPS versions of generic (in the
3256     generic sense) arithmetic routines.  (thanks to Thiemo Seufer)
3257   * optimization: direct conversion of (unsigned-byte 32) to floats on
3258     the PowerPC platform.
3259   * optimization: structure instances with raw slots now use less
3260     memory, and probably show better memory locality.  (thanks to
3261     David Lichteblau)
3262   * optimization: DYNAMIC-EXTENT declarations for lists and closures
3263     are treated as requests for stack allocation on the x86-64,
3264     Alpha-32, PPC and SPARC platforms.
3265   * contrib improvement: it's harder to cause SOCKET-CLOSE to close()
3266     the wrong file descriptor; implementation of SOCKET-OPEN-P.
3267     (thanks to Tony Martinez)
3268   * threads
3269     ** gcing a dead thread can no longer lead to lockups
3270     ** threads block signals until they are set up properly
3271     ** errno is no longer shared by threads
3272     ** interrupt-thread restores the eflags register on x86
3273     ** fixed some lockups due to gc/thread interaction
3274   * fixed some bugs revealed by Paul Dietz' test suite:
3275     ** invalid dotted lists no longer raise a read error when 
3276        *READ-SUPPRESS* is T
3277     ** signal an error if a symbol that names a declaration is used
3278        as the name of a type, or vice versa
3279     ** allow using the (declare (typespec var*)) abbreviation for 
3280        (declare (type typespec var*)) with all type specifiers
3281     ** circularity detection works properly with PPRINT-LOGICAL-BLOCK
3282     ** always return NIL from PPRINT-POP when OBJECT is NIL
3283     ** don't signal errors when pretty-printing malformed LABELS, 
3284        FLET or MACROLET forms
3285     ** declarations in a DOLIST body are also in scope for the 
3286        DOLIST return-form
3287     ** COMPILE-FILE accepts all pathname designators as INPUT-FILE
3288        and OUTPUT-FILE
3289     ** the ELEMENT-TYPE keyword argument to WITH-OUTPUT-STREAM is 
3290        always evaluated
3291
3292 changes in sbcl-0.9.1 relative to sbcl-0.9.0:
3293   * fixed cross-compiler leakages that prevented building a 32-bit
3294     target with a 64-bit host compiler.
3295   * fixed a bug in CLOSE :ABORT T: no longer attempts to remove files
3296     opened with :IF-EXISTS :OVERWRITE.
3297   * fixed bug 281: error for an invalid qualifier in a short-form method
3298     combination method is not signalled until the faulty method is called.
3299   * bug fix: iteration variable type inferrer failed to deal with open
3300     intervals. (reported by Alan Shields)
3301   * bug fix: dynamically loading (via LOAD-SHARED-OBJECT or similar)
3302     "frameworks" on Mac OS X no longer causes an EXC_BAD_ACCESS if two
3303     or more runtime options were provided to the sbcl binary.
3304   * compiled code is not steppable if COMPILATION-SPEED >= DEBUG.
3305   * contrib improvement: implement SB-POSIX:MKSTEMP (Yannick Gingras)
3306   * optimization: there's now a fast-path for fixnum arguments in the
3307     generic subtraction routines on x86/x86-64. (Thanks to Lutz Euler)
3308   * optimization: the code generated on x86-64 is more compact thanks
3309     to not outputting unneccessary prefix bytes. (Thanks to Lutz Euler)
3310   * bug fix: floating-point exception handling now partly works on
3311     x86-64.  (Thanks to James Knight)
3312   * improvement to the MIPS backend from Thiemo Seufer: C-style
3313     64-bit long long arguments and return values to alien functions
3314     are now supported.
3315   * fixed some bugs revealed by Paul Dietz' test suite:
3316     ** the type-error signalled from WARN has a filled-in DATUM slot.
3317     ** the type-error required when a stream is not associated with
3318        a file has the stream as its datum.
3319     ** type-errors on single-floats on x86-64 no longer have 
3320        :INVALID-OBJECT as the datum
3321     ** the type-errors signalled for invalid function names now have
3322        a correct expected type
3323     ** (SETF (DOCUMENTATION ... 'STRUCTURE)) no longer signals an error
3324        for structures defined with a :TYPE. Documentation strings for
3325        typed structures are no longer immediately discarded
3326     ** FILE-STRING-LENGTH and STREAM-EXTERNAL-FORMAT now work on 
3327        broadcast streams and synonym streams. FILE-LENGTH now also works
3328        on broadcast streams.
3329
3330 changes in sbcl-0.9.0 relative to sbcl-0.8.21:
3331   * incompatible change: the --noprogrammer option, deprecated since
3332     version 0.7.5, has been removed.  Please use the equivalent
3333     --disable-debugger option instead.
3334   * incompatible change: finalizers and *AFTER-GC-HOOKS* are now run with
3335     interrupts enabled.
3336   * incompatible change: support for *BEFORE-GC-HOOKS* (that have been
3337     inoperational for a while now) has been completely removed.
3338   * null lexical environments are now printed as #<NULL-LEXENV>, 
3339     significantly reducing the amount of clutter in typical backtraces.
3340   * documentation on weak pointers, finalization, and after GC hooks
3341     has been added to the manual.
3342   * optimization: REPLACE on declared (UNSIGNED-BYTE 8) vectors, as well
3343     as other specialized array types, is much faster.  SUBSEQ and
3344     COPY-SEQ on such arrays have also been sped up.
3345   * optimization: EQL is now more efficient when at least other argument 
3346     is known to be of type (OR FIXNUM (NOT NUMBER)).
3347   * fixed bug: the runtime is now less vulnerable to changes in the
3348     size of the SBCL object on OS X, and virtual memory is reserved for
3349     all spaces that need to be at a fixed address.
3350   * fixed bug: finalizers are now thread-safe. (thanks to Gabor Mellis)
3351   * fixed bug: finalizers and after GC hooks that cause consing are now
3352     safe.
3353   * fixed bug: compiler error messages and summaries are now printed to 
3354     *ERROR-OUTPUT*, not *STANDARD-OUTPUT*.
3355   * fixed inference of the upper bound of an iteration variable.
3356     (reported by Rajat Datta).
3357   * fixed bug 211e: calling local functions with duplicated constant
3358     keyword argument no longer causes a bogus style warning about an
3359     unused variable.
3360   * fixed bug 305: INLINE/NOTINLINE declaration no longer causes local
3361     ftype declaration to be disregarded. (reported by Dave Roberts)
3362   * fixed bug 373: caused by erronous compilation of references to alien
3363     variables in the runtime on ppc/darwin.
3364   * fixed bug 376: CONJUGATE type deriver.
3365   * fixed infinite looping of ALIEN-FUNCALL, compiled with high DEBUG.
3366     (reported by Baughn on #lisp)
3367   * a cross-compiler bug on non-x86 platforms has been identified and
3368     fixed.  (thanks to Bruno Haible)
3369   * improvements to the MIPS runtime code for increased stability.
3370     (thanks to Thiemo Seufer)
3371   * increased the maximimum compact environment size to allow
3372     purify on images with large amounts of functions. (thanks to Cyrus Harmon)
3373   * partial workaround for bug 135: don't name the function we're
3374     calling for hairy cases of EVAL, so as not to accumulate one environment
3375     entry per call to EVAL.  (reported by Kevin Reid)
3376   * improvements to the x86-64 disassembler. (thanks to Lutz Euler)
3377   * optimization: type testing for non-vector arrays should be faster.
3378   * fixed TRACE :ENCAPSULATE NIL, added support for :ENCAPSULATE NIL
3379     on x86-64
3380   * bug fix: setting 31st element of a bit vector to zero did not work
3381     on Alpha-32.
3382   * bug fix: redefining a class definition which failed due to a
3383     previous accessor / function clash now works (but see BUGS entry
3384     #380 for more problems in this area).  (thanks to Zach Beane)
3385   * the long form of DEFINE-METHOD-COMBINATION disables method group
3386     checking when given a single method group with pattern *.  (thanks
3387     to Wendall Marvel)
3388   * on x86 compiler supports stack allocation of results of simple
3389     calls of MAKE-ARRAY, bound to variables, declared DYNAMIC-EXTENT.
3390   * support for building and running on Mac OS X 10.4 "Tiger" has been added
3391     ** Binaries built on Tiger will not run on 10.2 "Jaguar" currently
3392   * fixed some bugs related to Unicode integration:
3393     ** the restarts for recovering from input and output encoding
3394        errors only appear when there is in fact such an error to
3395        handle.
3396   * fixed some bugs revealed by Paul Dietz' test suite:
3397     ** MISC.549 and similar: late transformation of unsafe type
3398        assertions into derived types caused unexpected code
3399        transformations.
3400     ** SCALE-FLOAT type deriver is less wrong.
3401     ** type derivers for EXP, LOG and similar functions compute result
3402        types for complex arguments better.
3403     ** (MISC.563) CONJUGATE type deriver works for very restricted
3404        complex types.
3405     ** out-of-line type testers for character strings are available.
3406     ** EQUAL compiler transform understands specialness of objects
3407        of type BIT-VECTOR.
3408     ** accessing double-floats stored on the stack now works on x86-64.
3409     ** debugger internals could sometimes create invalid lispobjs, 
3410        resulting in GC crashes.
3411     ** MISC.548: type check weakening can convert required type into
3412        optional.
3413     ** initialization forms for bindings are not in scope of free special
3414        declarations.
3415
3416 changes in sbcl-0.8.21 (0.9alpha.1?) relative to sbcl-0.8.20:
3417   * incompatible change: thread support for non-NPTL systems has
3418     been removed - locking is buggy and unreliable.  A threaded 
3419     SBCL build will now warn at startup and refuse to create
3420     new threads, unless futex support is detected in the kernel
3421   * incompatible change: the top level REPL now has only an ABORT
3422     restart associated with it, not TOPLEVEL and ABORT as it used to.
3423     TOP and TOPLEVEL are now available as debugger commands for 
3424     returning to the top level.
3425   * incompatible change: forms evaluated in the REPL now use the
3426     global optimization policy.
3427   * incompatible change: user- and system-initialization files are
3428     no longer processed with LOAD, but by READ and EVAL; hence the
3429     global optimization policy, startup package, readtable, etc, 
3430     can be set by them.
3431   * The .fasl file format number has been incremented because of 
3432     various incompatible changes.
3433   * internal entry point details and argument counts no longer appear
3434     in backtraces unless explicitly requested by setting
3435     SB-DEBUG:*SHOW-ENTRY-POINT-DETAILS*.
3436   * built-in and standard functions no longer have names like "top
3437     level local call to FOO".
3438   * fixed bug 32: functions defined in non-null lexical environments
3439     now have more legible printed representation
3440   * fixed bug 33: functions defined in non-null lexical environemnts
3441     are now more amenable to inspection by INSPECT.
3442   * workaround for bug 354: XEPs no longer appear in backtraces unless
3443     explicitly requested.
3444   * fixed bug: receiving the signal which results from attempting to
3445     write to mprotect()ed memory (SIGSEGV on Linux and some *BSDs,
3446     SIGBUS on other *BSDs) on architectures where the C stack is also
3447     the Lisp stack (x86 and x86-64) from foreign code no longer leads
3448     to debugger confusion or wild instability.  (reported by Cheuksan
3449     Wang)
3450   * fixed bug: COUNT and EQUAL no longer issue compiler efficiency
3451     notes when operating on objects known to be SIMPLE-BIT-VECTORs.
3452     (reported by Lutz Euler)
3453   * fixed bug: (TYPEP X '(MEMBER ...)) no longer returns a list in
3454     compiled code. (reported by Paul Dietz)
3455   * fixed bug 276b: mutating with MULTIPLE-VALUE-SETQ a binding of a
3456     specialized parameter to a method to something that is not TYPEP
3457     the specializer is now possible.
3458   * fixed bug: the MAKE-INSTANCE optimization is now correct in the
3459     face of package deletion.
3460   * fixed bug: LOAD should bind *LOAD-PATHNAME* to the merged
3461     pathname. (reported by David Tolpin on c.l.l)
3462   * contrib improvement: the SB-SIMPLE-STREAMS contrib now defines
3463     STRING-SIMPLE-STREAM and FILE-SIMPLE-STREAM as subclasses of
3464     STRING-STREAM and FILE-STREAM, respectively.
3465   * contrib improvement: SB-INTROSPECT handles more of SLIME's needs
3466     than previously; in addition, its test suite is now run on build.
3467     (thanks to Luke Gorrie)
3468   * a more robust x86-64 disassembler. (thanks to Lutz Euler)
3469   * optimization: added a immediate representation for single-floats 
3470     on x86-64
3471   * fixed some bugs revealed by Paul Dietz' test suite:
3472     ** MISC.564: defined out-of-line version of %ATAN2 on x86.
3473     ** attempting to create a package with a colliding nickname causes
3474        correctable errors to be signalled.
3475     ** MISC.572-574: :START1 and :START2 broken for simple-base-strings.
3476     ** several x86-64 backend bugs related to sign-extension of immediate
3477        operands.
3478
3479 changes in sbcl-0.8.20 (0.9alpha.0?) relative to sbcl-0.8.19:
3480   * fixed inspection of specialized arrays. (thanks to Simon Alexander)
3481   * fixed disassembly of SHLD and SHRD on x86.  (thanks to David
3482     Lichteblau)
3483   * fixed loading of multiply forward-referenced layouts. 
3484     (thanks to Cheuksan Wang)
3485   * fixed bug 7: less verbose COMPILE-FILE output. Additionally, the
3486     output is now directed to *STANDARD-OUTPUT* as specified by ANSI. 
3487     (see COMPILE-FILE documentation for details of :PRINT option)
3488   * fixed bugs 19 and 317: fixed-format floating point printing is
3489     more accurate.  This also fixes a bug reported by Adam Warner
3490     related to the ~@F format directive.
3491   * fixed bug 371: bignum print/read inconsistency. (thanks to Harald
3492     Hanche-Olsen)
3493   * fixed bug: SET-SYNTAX-FROM-CHAR correctly shallow-copies a
3494     dispatch table if the from-char is a dispatch macro character.
3495   * fixed bug: COUNT and EQUAL on bit vectors with lengths divisible
3496     by the wordsize no longer ignore the last word.  (reported by Lutz
3497     Euler)
3498   * fixed bug in type checking of dynamic-extent variables. (reported
3499     by Svein Ove Aas)
3500   * optimization: sequence traversal functions use their freedom to
3501     coerce function designators to functions.
3502   * optimization: code with many calls to CLOS methods specialized on
3503     CLOS classes has had redundant type checks removed.
3504   * optimization: added declarations to speed up operations that access
3505     the internal character database (for example STRING-UPCASE)
3506   * optimization: comparison operations between floats and sufficiently small
3507     fixnums no longer create extra rationals
3508   * fixed some bugs related to Unicode integration:
3509     ** portions of multibyte characters at the end of buffers for
3510        character-based file input are correctly transferred to the
3511        start of the buffer at the next read.
3512     ** COMPILE-FILE now respects any EXTERNAL-FORMAT argument given,
3513        passing it through to OPEN.
3514     ** LOAD on source files likewise passes any EXTERNAL-FORMAT
3515        argument given to internal calls to OPEN.
3516     ** the built-in comment readers (introduced by character sequences
3517        ";" and "#|") are more forgiving to encoding errors; they will
3518        STYLE-WARN and then attempt to resync the stream at a character
3519        boundary.  (thanks to Teemu Kalvas)
3520   * fixed some bugs in the x86-64 port:
3521     ** Negative short int return values from c-calls are sign-extended
3522        correctly.
3523     ** The stack is aligned to 16-bytes for c-calls, as required by
3524        the ABI. (thanks to Cheuksan Wang)
3525     ** The disassembler understands more x86-64. (thanks to Cheuksan Wang)
3526     ** The regression tests use SB-ALIEN:INT instead of SB-ALIEN:INTEGER
3527        for enums. (thanks to Vincent Arkesteijn)
3528     ** Multiple small optimizations and bugfixes for floating point
3529        operations.
3530   * fixed some bugs revealed by Paul Dietz' test suite:
3531     ** Space, Tab, Linefeed, Return and Page have the invalid
3532        secondary constituent character trait.
3533     ** SET-SYNTAX-FROM-CHAR correctly copies multiple-escape character
3534        syntax.
3535     ** WITH-INPUT-FROM-STRING should only update the index place on
3536        normal termination.
3537     ** Pretty-printing backquoted forms when *PRINT-CIRCLE* is true
3538        works more reliably.
3539     ** Bit-array operations (BIT-AND and similar) worked incorrectly
3540        with one-dimensional arrays with fill pointers.
3541     ** TYPE-OF failed on a complex with an integer realpart and a
3542        RATIO imagpart.
3543     ** compiler failure during type inference for the code of form
3544        (IF (EQL X (THE ...)) ...) (MISC.535).
3545
3546 changes in sbcl-0.8.19 relative to sbcl-0.8.18:
3547   * new port: SBCL now works in native 64-bit mode on x86-64/Linux
3548     platform. The port supports 61-bit fixnums, large memory spaces
3549     and reloading shared object files.
3550   * enhancement: saving cores with foreign code loaded is now
3551     supported on ppc/Darwin in addition to the previously supported
3552     platforms.
3553   * enhancement: the statistical profiler now walks deeper into the 
3554     call stack for more meaningful call-graphs and accrued time
3555     reports (x86/x86-64 only). It also now reports time spent in
3556     foreign functions.
3557   * enhancement: it is now possible to trace most individual methods
3558     of a generic function in addition to tracing the generic function
3559     itself.
3560   * bug fix: invalid :DEFAULT-INITARGS are detected in compiled calls
3561     to MAKE-INSTANCE.
3562   * bug fix: defaulted initargs are passed to INITIALIZE-INSTANCE and
3563     SHARED-INITIALIZE methods from compiled calls to MAKE-INSTANCE.
3564   * bug fix: COERCE to (COMPLEX FLOAT) of a complex number no longer
3565     produces an error.  (thanks to Vincent Arkesteijn)
3566   * bug fix: NAMESTRING on pathnames with :WILD components in their
3567     directories works correctly.  (thanks to Artem V. Andreev)
3568   * fixed bug 125: compiler preserves identity of closures. (reported
3569     by Gabe Garza)
3570   * bug fixed: functions with &REST arguments sometimes failed with
3571     "Undefined function" when compiled with (DEBUG 3). (reported by
3572     Robert J. Macomber)
3573   * bug fix: overflow during compiling of setting element of a bit
3574     vector with constant index and value. (reported by Timmy Douglas)
3575   * build fix: fixed the dependence on *LOAD-PATHNAME* and
3576     *COMPILE-FILE-PATHNAME* being absolute pathnames.
3577   * on x86 compiler partially supports stack allocation of dynamic-extent
3578     closures.
3579   * GO and RETURN-FROM do not check the extent of their exit points
3580     when compiled with SAFETY 0.
3581   * fixed some bugs related to Unicode integration:
3582     ** encoding and decoding errors are now much more robustly
3583        handled; it should now be possible to recover even from invalid
3584        input or output to the terminal.  (thanks to Teemu Kalvas)
3585     ** provided a first cut at implementing STRING-TO-OCTETS and
3586        OCTETS-TO-STRING.  (thanks to Robert J. Macomber)
3587     ** altered the SB-MD5 contributed module slightly, changing the
3588        interface just enough for it to be supportable for builds where
3589        lisp characters are not eight bits.
3590   * fixed some bugs revealed by Paul Dietz' test suite:
3591     ** the FORMATTER-generated functions for ~V[ conditionals require
3592        the correct number of arguments.
3593     ** READ-FROM-STRING returns the mandated second value when applied
3594        to displaced strings.
3595     ** the #\Rubout and #\Backspace characters are treated as invalid
3596        constituent characters by the tokenizer.
3597
3598 changes in sbcl-0.8.18 relative to sbcl-0.8.17:
3599   * new feature: reloading changed shared object files with
3600     LOAD-SHARED-OBJECT now causes the new definitions to take effect.
3601   * new feature: references to foreign variables and functions
3602     can now be compiled and loaded before the corresponding shared 
3603     object file is loaded, as long as the foreign definitions are
3604     available at runtime.
3605   * Solaris 10 (aka SunOS 5.10) on the SPARC platform is now
3606     supported.  (thanks to Dan Debertin)
3607   * SB-ALIEN enums can now be represented in Lisp by any symbols, not
3608     just keywords.  (thanks to Vincent Arkesteijn)
3609   * fixed bug #331: structure-class instances corresponding to
3610     DEFSTRUCT forms are now created eagerly.
3611   * fixed bug #345: backtraces from calls to undefined functions work
3612     on x86 as well. Related bug #61 is now also partially fixed on x86
3613     (backtraces from throws to unknown catch tags.)
3614   * bug fix: lambda-list parsing is now stricter vrt. order and number
3615     of lambda-list keywords.
3616   * bug fix: as specified by AMOP, an error is signalled if a
3617     class-option appears multiple times in a DEFCLASS form. (reported
3618     by Bruno Haible)
3619   * bug fix: RANDOM can be compiled when the compiler derives the type
3620     of its numeric argument as a disjoint set of small integers.
3621     (reported by Paul Dietz)
3622   * bug fix: starting a core saved with shared objects loaded when
3623     those objects are not available no longer causes threaded SBCL to 
3624     hang. (reported by Sean Ross)
3625   * bug fix: evaluated FUNCTION no longer bypasses encapsulation (eg.
3626     TRACE).
3627   * bug fix: (SETF MACRO-FUNCTION) now accepts an optional environment
3628     argument, which must always be NIL. (reported by Kalle Niemitalo)
3629   * bug fix: printing 1.0d+23 no longer results in an error.
3630     (reported by Rolf Wester for CMUCL; bug fix from Raymond Toy)
3631   * bug fix: structure slot setters preserve evaluation order. (thanks
3632     to Gabor Melis)
3633   * fixed some bugs related to Unicode integration:
3634     ** RUN-PROGRAM can allow its child to take input from a Lisp
3635        stream.  (reported by Stefan Scholl)
3636     ** ASDF-INSTALL successfully downloads .tar.gz files in all
3637        locales.  (reported by Ken Causey)
3638   * fixed some bugs revealed by Paul Dietz' test suite:
3639     ** INCF, DECF and REMF evaluate their place form as specified in
3640        CLtS 5.1.3.
3641     ** FORMATTER expands ~{ ~} iteration directives with V or #
3642        parameters correctly.
3643     ** FORMATTER deals with the ~@[ ~] conditional directive where the
3644        consequent uses no arguments correctly.
3645     ** the system has a partial understanding of the (COMPLEX RATIO)
3646        type specifier.
3647     ** UPGRADED-COMPLEX-PART-TYPE obeys the lattice upgrading rules
3648        required.
3649
3650 changes in sbcl-0.8.17 relative to sbcl-0.8.16:
3651   * new feature: a build-time option (controlled by the :SB-UNICODE
3652     keyword feature, enabled by default) for building the system with
3653     support for the entire 21-bit character space defined by the
3654     Unicode consortium.
3655   * new feature: the system now has rudimentary external-format
3656     support; the primary user-visible change at this time is that
3657     characters with the high bit set (such as lower-case-e-acute) will
3658     print correctly to a terminal in a UTF-8 environment.
3659   * minor incompatible change: BASE-CHAR no longer names a class;
3660     however, CHARACTER continues to do so, as required by ANSI.
3661   * minor incompatible change: SB-DEBUG:*DEBUG-PRINT-FOO* variables
3662     are no longer supported, and SB-DEBUG:*DEBUG-PRINT-VARIABLE-ALIST*
3663     has been moved to the SB-EXT package (temporarily re-exported from
3664     SB-DEBUG).
3665   * minor incompatible change: SB-C::*COMPILER-ERROR-PRINT-FOO* variables
3666     are no longer supported: use SB-EXT:*COMPILER-PRINT-VARIABLE-ALIST*
3667     instead. 
3668   * fixed bug #351: better error-handlind and reporting for malformed
3669     LET and LET* forms.
3670   * fixed bug #350: bignum-printing is now more memory-efficient,
3671     allowing printing of very large bignums, eg. (expt 2 10000000).
3672     (reported by Bruno Haible)
3673   * fixed bug #302: better primitive-type selection for intersection
3674     types.
3675   * fixed bug #308: non-graphic characters now all have names, as
3676     required.  (reported by Bruno Haible)
3677   * bug fix: redefining a class with different superclasses now correctly
3678     removes it from the direct-subclasses of its previous superclasses.
3679     (reported by David Morse)
3680   * bug fix: (SETF FIND-CLASS) using a FORWARD-REFERENCED-CLASS as the
3681     new value now works. (reported by Bruno Haible)
3682   * bug fix: correct canonicalization of multiple non-standard slot
3683     options in DEFCLASS as per AMOP 5.4.2. (reported by Bruno Haible)
3684   * bug fix: SB-MOP:CLASS-PROTOTYPE now signals an error if the class
3685     is not yet finalized, as required by AMOP. (reported by Bruno Haible)
3686   * bug fix: SB-MOP:ALLOCATE-INSTANCE method for instances of BUILT-IN-CLASS
3687     now exists, an signals an error.
3688   * bug fix: duplicate LOOP variable bindings now signal PROGRAM-ERROR
3689     during macroexpansion for non-iteration variables as well. (reported 
3690     by Bruno Haible for CMUCL)
3691   * bug fix: Cyclic structures and unprintable objects in compiler
3692     messages no longer cause errors. (reported by Bruno Haible)
3693   * bug fix: READ, READ-PRESERVING-WHITESPACE, READ-DELIMITED-LIST,
3694     and READ-FROM-STRING all now return a primary value of NIL if
3695     *READ-SUPPRESS* is true.  (reported by Bruno Haible for CMUCL)
3696   * bug fix: Default value of EOF-ERROR-P in READ-FROM-STRING is true.
3697     (reported by Bruno Haible for CMUCL)
3698   * bug fix: ERROR now signals a TYPE-ERROR if the arguments to ERROR
3699     do not designate a condition.  (reported by Bruno Haible for
3700     CMUCL)
3701   * bug fix: UNINTERN, USE-PACKAGE, IMPORT and EXPORT all signal an
3702     SB-EXT:NAME-CONFLICT condition (subtype of PACKAGE-ERROR) in the
3703     name conflict situations in CLHS 11.1.1.2.5, and provide a restart
3704     permitting resolution in favour of any of the conflicting symbols.
3705     (reported by Bruno Haible for CMUCL)
3706   * bug fix: EQUAL compiler optimizations is less aggressive on
3707     strings which can potentially compare true despite having distinct
3708     specialized array element types.
3709   * bug fix: unit enumerations can be defined without dividing by
3710     zero.  (thanks to Vincent Arkesteijn)
3711   * FORMAT compile-time argument count checking has been enhanced.
3712     (report from Bruno Haible for CMUCL)
3713   * a partial workaround for the bug 262: the compiler does not try to
3714     inline-expand a local function doing RETURN-FROM from a deleted
3715     BLOCK. (thanks to Peter Denno for the bug report and to David
3716     Wragg for the simple test case)
3717   * fixed some bugs revealed by Paul Dietz' test suite:
3718     ** RENAME-PACKAGE allows all package designators as new package
3719        names.
3720     ** constraint propagation and lambda variable substitution are
3721        more cautious in dealing with partially deleted code.
3722     ** compiler sometimes lost reoptimization passes.
3723     ** CERROR, given a condition as condition designator, passes its
3724        remaining arguments to the continue format control without
3725        complaint.
3726     ** Case-altering FORMAT directives work correctly on non-ASCII
3727        characters.
3728     ** The REAL type specifier handles bounds outside the floating
3729        point ranges without signalling FLOATING-POINT-OVERFLOW.
3730     ** Functions with IR1-transformations can create intercomponent
3731        references to global functions.
3732     ** NIL parameter to the FORMAT directive ~^ means `unsupplied
3733        parameter'.
3734     ** FORMAT ~R treats a nil value for its first parameter correctly.
3735
3736 changes in sbcl-0.8.16 relative to sbcl-0.8.15:
3737   * enhancement: saving cores with foreign code loaded is now
3738     supported on x86/NetBSD and sparc/Linux in addition to the previously
3739     supported platforms.
3740   * bug fix: on some platforms repeated installations caused multiple
3741     copies of HTML documentation to be installed -- should not happen
3742     any more. (reported by Stefan Scholl)
3743   * bug fix: parsing self-recursive alien record types multiple times
3744     no longer causes infinite recursion. (reported by Thomas F. Burdick,
3745     original patch by Helmut Eller for CMUCL)
3746   * bug fix: stack-exhaustion detection works now on NetBSD as well.
3747     (thanks to Richard Kreuter)
3748   * bug fix: defining classes whose accessors are methods on existing
3749     generic functions in other (locked) packages no longer signals
3750     bogus package lock violations. (reported by François-René Rideau)
3751   * bug fix: special variables as DEFMETHOD parameters no longer have
3752     associated bogus type declarations. (reported by David Wragg and
3753     Bruno Haible)
3754   * bug fix: read-write consistency on streams of element-type
3755     (SIGNED-BYTE N) for N > 32.  (reported by Bruno Haible for CMUCL)
3756   * bug fix: redefiniton of the only method of a generic function with
3757     no DEFGENERIC no longer emits a full WARNING.  In addition,
3758     redefinition of generic functions with no DEFGENERIC to an
3759     incompatible lambda list now signals an error.  (thanks to Zach
3760     Beane)
3761   * bug fix: DEFGENERIC now works even when there's a function of the
3762     same name in an enclosing lexical environment.  (thanks to Zach
3763     Beane)
3764   * fixed compiler failure, caused by instrumenting code during
3765     IR1-optimization.  (Debian bug report #273606 by Gabor Melis)
3766   * optimization: added loop analysis and improved register allocation
3767   * fixed some bugs revealed by Paul Dietz' test suite:
3768     ** POSITION on displaced vectors with non-zero displacement
3769        returns the right answer.
3770     ** (SIMPLE-STRING) is a valid type specifier for sequence
3771        creators.
3772     ** *PRINT-LEVEL* handling for slotless structures is pedantically
3773        correct.
3774     ** PPRINT-INDENT accepts a request for an indentation of any REAL.
3775     ** PPRINT-TAB (and the FORMAT ~T directive) now indent by the
3776        correct amounts.
3777     ** The justification version of the FORMAT ~< directive treats
3778        non-zero minpad parameter correctly.
3779
3780 changes in sbcl-0.8.15 relative to sbcl-0.8.14:
3781   * incompatible change: SB-INT:*BEFORE-SAVE-INITIALIZATIONS* and
3782     SB-INT:*AFTER-SAVE-INITIALIZATIONS* have been renamed
3783     SB-EXT:*SAVE-HOOKS* and SB-EXT:*INIT-HOOKS*, and are now part of
3784     the supported interface.
3785   * new feature: Single-stepping of code compiled with DEBUG 2 or
3786     higher and (> DEBUG (MAX SPACE SPEED)) is now possible.
3787   * new feature: saving cores with foreign code loaded is now
3788     supported on x86/FreeBSD, x86/Linux, and sparc/SunOS. (based on
3789     Timothy Moore's work for CMUCL)
3790   * bug fix: DEFTYPE lambda-list parsing now binds unsupplied keyword
3791     parameters to * instead of NIL if no initform is supplied.
3792     (reported by Johan Bockgaard)
3793   * bug fix: DEFINE-COMPILER-MACRO lambda-list parsing now binds
3794     correctly when FUNCALL appears as the car of the form. Note:
3795     despite this FUNCALL forms are not currently subject to
3796     compiler-macro expansion. (port of Raymond Toy's fix for the
3797     same from CMUCL, reported by Johan Bockgaard)
3798   * bug fix: FOR ... ON ... -clauses in LOOP now work on dotted lists
3799     (thanks for Teemu Kalvas)
3800   * bug fix: in FORMAT ~^ inside ~:{ now correctly steps to the next
3801     case instead of terminating the iteration (thanks for Julian
3802     Squires, Sean Champ and Raymond Toy)
3803   * bug fix: incorrect expansion of defgeneric that caused a style
3804     warning. (thanks for Zach Beane)
3805   * bug fix: slot accessor effective method computation works properly
3806     for classes with multiple non-standard applicable methods on
3807     SB-MOP:SLOT-VALUE-USING-CLASS.  (reported by Ralf Mattes)
3808   * on x86 compiler supports stack allocation of results of LIST and
3809     LIST*, bound to variables, declared DYNAMIC-EXTENT. (based on
3810     CMUCL implementation by Gerd Moellmann)
3811   * fixed some bugs revealed by Paul Dietz' test suite:
3812     ** FORMAT strings with both the ~<~:;~> form of the justification
3813        directive and pretty-printing directives cause an error.
3814
3815 changes in sbcl-0.8.14 relative to sbcl-0.8.13:
3816   * incompatible change: the internal functions
3817     SB-KERNEL:32BIT-LOGICAL-FOO, intended for providing efficient
3818     logical operations on (UNSIGNED-BYTE 32) values, have been renamed
3819     to SB-KERNEL:WORD-LOGICAL-FOO.  Modular arithmetic should be used
3820     instead of the old functions.
3821   * new feature: on platforms where "dladdr" is available foreign
3822     function names now appear in backtraces.  (based on Helmut Eller's
3823     work for CMUCL)
3824   * documentation: documentation for SB-BSD-SOCKETS, SB-GRAY, 
3825     SB-SIMPLE-STREAMS, and SB-PROFILE have been integrated into the user 
3826     manual. 
3827   * documentation: ASDF manual is now distributed with SBCL.
3828   * bug fix: SBCL can now load its contributed modules with REQUIRE
3829     even if the system-provided entries have been removed from
3830     ASDF:*CENTRAL-REGISTRY*. Infinite recursion in REQUIRE is also
3831     detected.
3832   * bug fix: backtraces involving undefined functions or assembly
3833     routines are more informative.  (thanks to Brian Downing)
3834   * bug fix: mutually referent alien structures now work correctly.
3835     (reported by Rick Taube)
3836   * bug fix: structures defined by WITH-ALIEN can be referred to
3837     within other definitions in the same WITH-ALIEN.
3838   * bug fix: division operators (MOD, TRUNCATE and the like) with
3839     constant zero divisors and integer dividends no longer generate
3840     left shifts.
3841   * bug fix: provide default methods for INPUT-STREAM-P and
3842     OUTPUT-STREAM-P specialized on SB-GRAY:FUNDAMENTAL-STREAM.
3843   * bug fix: improve the detection and resolution of MOP metacycles
3844     (where effective method computation depends on the generic function
3845     having its effective method computed).  (reported by Bruno Haible)
3846   * bug fix: pass the right initargs to :BEFORE or :AFTER methods on
3847     SHARED-INITIALIZE or INITIALIZE-INSTANCE in optimized
3848     MAKE-INSTANCE constructors.  (reported by Axel Schairer for cmucl)
3849   * bug fix: pathnames with relative directory components can be
3850     represented relative to default pathnames.
3851   * optimization: in taking the GCD of bignums, reduce the two bignums
3852     to approximately the same size (using Euclid's algorithm) before
3853     applying the more sophisticated binary GCD.  (thanks to Juho
3854     Snellman)
3855   * optimization: COUNT on bitvectors now operates word-at-a-time.
3856   * optimization: ASH with a positive, but not necessarily constant,
3857     (leftwards) shift, when in a modular context, is compiled to a
3858     hardware shift.
3859   * fixed some bugs revealed by Paul Dietz' test suite:
3860     ** FORMAT variable parameters ("~V<char>") are defaulted properly
3861        if the corresponding argument is NIL.
3862     ** FORMAT directives accepting a minpad parameter treat negative
3863        values as 0.
3864     ** literal commas as character parameters to FORMAT directives are
3865        parsed correctly.
3866     ** literal spaces directly after ~<Newline> directives within a
3867        format-logical-block (~:< ~@:>) do not induce :FILL-style
3868        conditional newlines.
3869     ** PRINT-UNREADABLE-OBJECT inserts spaces as specified (and only
3870        as specified: it no longer includes conditional newlines).
3871     ** PRINC-TO-STRING binds *PRINT-READABLY* to NIL (as well as
3872        *PRINT-ESCAPE*).
3873     ** PPRINT-LOGICAL-BLOCK signals a TYPE-ERROR if its :PREFIX or
3874        :PER-LINE-PREFIX argument does not evaluate to a string.
3875
3876 changes in sbcl-0.8.13 relative to sbcl-0.8.12:
3877   * new feature: SB-PACKAGE-LOCKS. See the "Package Locks" section of
3878     the manual for details; for now, package locks can be disabled by
3879     removing :SB-PACKAGE-LOCKS in customize-target-features.lisp, but
3880     if no major problems are found then it is likely that they will be
3881     compiled in unconditionally.
3882   * major incompatible change: LOAD-FOREIGN and LOAD-1-FOREIGN are now
3883     unsupported operators on all platforms.  To load a shared library
3884     into SBCL, use SB-ALIEN:LOAD-SHARED-OBJECT.  To load a non-shared
3885     object file, link it into a shared library outside of SBCL and
3886     load it using SB-ALIEN:LOAD-SHARED-OBJECT.  (incidentally fixes
3887     bug #79)
3888   * bug workaround: ROOM T and the GC were not working together
3889     reliably, because invariants expected by the SB!VM:INSTANCE-USAGE
3890     reporting facility aren't preserved. That reporting has been
3891     disabled, so now until and unless someone figures out how to make it
3892     work reliably with the current GC, (ROOM T) is equivalent to (ROOM).
3893   * minor incompatible change: as threatened around sbcl-0.8.0, the
3894     home package of MOP-related symbols is now SB-MOP, not SB-PCL.
3895     The symbols are also exported from SB-PCL for backwards
3896     compatibility, but more so than before SB-PCL should be treated as
3897     an implementation-internal package.
3898   * fasl format changed: SBCL 0.8.13 fasls are incompatible with those
3899     of earlier versions
3900   * the SB-SPROF contrib now works on (most) non-x86 architectures.
3901     It is known as of this release not to work on the Alpha, however.
3902   * fixed bug #167: errors signalled due to illegal syntax in method 
3903     bodies are now more legible.
3904   * fixed bug #338: instances of EQL-SPECIFIER are now valid type
3905     designators and can hence be used with TYPEP.
3906   * fixed bug #333: CHECK-TYPE now ensures that the type error
3907     signalled, if any, has the right object to be accessed by
3908     TYPE-ERROR-DATUM.  (reported by Tony Martinez)
3909   * fixed bug #340: SETF of VALUES obeys the specification in ANSI
3910     5.1.2.3 for multiple-value place subforms.  (reported by Kalle
3911     Olavi Niemetalo)
3912   * fixed bug #334: programmatic addition of slots using specialized
3913     methods on SB-MOP:COMPUTE-SLOTS works for :ALLOCATION :INSTANCE
3914     and :ALLOCATION :CLASS slots.
3915   * fixed bug #269: SCALE-FLOAT scales floats by any integer, not just
3916     float exponents.  (rereported by Peter Seibel)
3917   * fixed a bug: #\Space (and other whitespace characters) are no
3918     longer considered to be macro characters in standard syntax by
3919     GET-MACRO-CHARACTER.
3920   * fixed bug: initialization of condition class metaobjects no longer
3921     causes an instance of the condition to be created.  (reported by
3922     Marco Baringer)
3923   * fixed bug: it is now possible to have slots such that
3924     SB-MOP:SLOT-DEFINITION-ALLOCATION of the effective slot
3925     description is neither :INSTANCE nor :CLASS.
3926   * fixed bug: the ctor optimization of MAKE-INSTANCE now respects
3927     user-defined methods on SLOT-BOUNDP-USING-CLASS and (SETF
3928     SLOT-VALUE-USING-CLASS), and no longer causes errors with
3929     non-standard SLOT-DEFINITION-ALLOCATION values.
3930   * fixed bugs: various race conditions handling exiting threads.  
3931     CL-PPCRE's thread torture test now passes.
3932   * fixed arguably-a-bug: GC time proportional to number of threads in 
3933     system even when most of them are idle
3934   * optimization: improved performance of BIT and SBIT on bit-vectors.
3935   * .fasl file incompatibility: The fasl file version number has
3936     been incremented because of changes associated with package locks.
3937
3938 changes in sbcl-0.8.12 relative to sbcl-0.8.11:
3939   * minor incompatible change: the system no longer provides
3940     optimization hints (conditions which are TYPEP
3941     SB-EXT:COMPILER-NOTE) for conforming code in default compilation
3942     mode; these hints are still emitted when higher SPEED optimization
3943     is requested.
3944   * new contrib module: a sampling profiler (profiling by statistical
3945     sampling, rather than by instrumenting functions) is available as
3946     the SB-SPROF contrib.  (thanks to Gerd Moellmann and Juho Snellman)
3947   * the behaviour of the standard function ED is now customizeable by
3948     third parties through a hook variable: see ED's documentation
3949     string for information on the protocol.
3950   * the compiler no longer emits efficiency notes for (FUNCALL X)
3951     when the type of X is uncertain under default optimization
3952     settings.
3953   * fixed bug 276: mutating a binding of a specialized parameter to a
3954     method to something that is not TYPEP the specializer is now
3955     possible.
3956   * fixed bugs 45d and 118: DOUBLE-FLOAT[-NEGATIVE]-EPSILON now
3957     exhibit the required behaviour on the x86 platform.  (thanks to
3958     Peter van Eynde, Eric Marsden and Bruno Haible)
3959   * fixed bug 335: ATANH now computes the inverse hyperbolic tangent
3960     even for difficult arguments.  (reported by Peter Graves)
3961   * fixed bug 141a: the backquote printer now descends quoted
3962     structure.
3963   * fixed another bug in backquote printing: no more destructive
3964     modification of the form's list structure.  (reported by Brian
3965     Downing)
3966   * fixed bug in INTERRUPT-THREAD: pin the function, so that it cannot
3967     move between its address being taken and the call to
3968     interrupt_thread, fixing a crashing race condition.
3969   * the SB-POSIX contrib implementation has been adjusted so that it
3970     no longer exhibits ridiculously poor performance when constructing
3971     instances corresponding to C structs.
3972
3973 changes in sbcl-0.8.11 relative to sbcl-0.8.10:
3974   * minor incompatible change: the sb-grovel contrib now treats C
3975     structures as alien (in the sense of SB-ALIEN) objects rather than
3976     as undistinguished (simple-array (unsigned-byte 8) (*))s.  This
3977     has implications for memory management of client code
3978     (sb-grovel-returned objects must now be manually managed) and for
3979     type safety (alien objects now have full types).
3980   * new feature: the SB-EXT:MUFFLE-CONDITIONS declaration should be
3981     used to control emission of compiler diagnostics, rather than the
3982     SB-EXT:INHIBIT-WARNINGS OPTIMIZE quality.  See the manual for
3983     documentation on this feature.  The SB-EXT:INHIBIT-WARNINGS
3984     quality should be considered deprecated.
3985   * install.sh now installs the user manual as well
3986   * (not quite a new documentable feature, but worth considering in
3987     the light of the new SB-EXT:MUFFLE-CONDITIONS declaration): the
3988     beginnings of a semantically meaningful condition hierarchy is
3989     under development, for use in SB-EXT:MUFFLE-CONDITIONS and by
3990     IDEs.
3991   * fixed bug: PARSE-NAMESTRING now accepts any valid pathaname
3992     designator as the defaults argument.
3993   * fixed bug: Displaced arrays whose displaced-to array has become
3994     too small now cause ARRAY-DIMENSION to signal an error, providing
3995     for safer bounds-checking. (reported by Bruno Haible)
3996   * fixed bug: DEFCLASS slot definitions with identical :READER and
3997     :WRITER names now signal a reasonable error. (reported by Thomas
3998     Burdick)
3999   * fixed bug: CLOSE :ABORT T on appending stream no longer causes
4000     file deletion.
4001   * fixed bug: Invalid slot specification errors now print correctly. 
4002     (thanks to Zach Beane)
4003   * fixed bug 320: Shared to local slot value transfers in class 
4004     redefinitions now happen corrently from superclasses as
4005     well. (reported by Bruno Haible)
4006   * fixed bug 316: SHIFTF now accepts VALUES forms. (reported by Bruno
4007     Haible)
4008   * fixed bug 322: DEFSTRUCT :TYPE LIST type predicates now handle
4009     improper lists correctly. (reported by Bruno Haible)
4010   * fixed bug 313: source-transform for <fun-name> was erroneously
4011     applied to a call of a value of a variable with name <fun-name>.
4012     (reported by Antonio Menezes Leitao)
4013   * fixed bug 307: The obsolete instance protocol ensures that
4014     subclasses are properly obsoleted.  (thanks to Nikodemus Siivola)
4015   * fixed bug 298, revealed by Paul F. Dietz' test suite: SBCL can
4016     remove dead unknown-values globs from the middle of the stack.
4017   * added a new restart to *BREAK-ON-SIGNALS* handling to make it
4018     easier to resume long computations after using *BREAK-ON-SIGNALS*
4019     to diagnose and fix failures.  (thanks to Nikodemus Siivola)
4020   * fixed bug reported by PFD in lisppaste #747 (and Bruno Haible from
4021     CLISP test suite): WRITE-TO-STRING is not constant-foldable.
4022   * fixed bugs in COMPLEX type specifier: UPGRADED-COMPLEX-PART-TYPE
4023     is now consistent with (COMPLEX <x>); bugs in treatment of COMPLEX
4024     MEMBER and UNION types have likewise been fixed.  (thanks to Bruno
4025     Haible)
4026   * fixed a (fairly theoretical) bug in string printing: if
4027     *PRINT-READABLY* is true, signal PRINT-NOT-READABLE if the string
4028     does not have array-element-type equal to the most general string
4029     type.
4030   * fixed bug: SET-PPRINT-DISPATCH does not immediately resolve
4031     function name. (thanks to Nikodemus Siivola)
4032   * fixed bug: compile-time format string checker failed on
4033     non-closed ~{.  (reported by Thomas F Burdick)
4034   * fixed bug: as reported by Kalle Olavi Niemitalo on #lisp IRC,
4035     don't warn on legal loop code involving more than one aggregate
4036     boolean.  (thanks to Nikodemus Siivola)
4037   * fixed bug: as reported by Peter Graves on #lisp IRC, passing a NIL
4038     in keyword position to MAKE-PACKAGE was not being reported as
4039     invalid.
4040   * fixed bug: as reported by Juan Ripoll on cmucl-imp,
4041     MULTIPLE-VALUE-BIND should be able to lexically bind lambda list
4042     keywords.
4043   * fixed bugs 280 and 312: the checking for multiple definitions in a
4044     file is less likely to become confused by uses of inline
4045     functions.
4046   * fixed bug: the #S reader macro performs the keyword coercion
4047     specified for slot names.  (reported by Kalle Niemitalo)
4048   * fixed bug: lambda lists may contain symbols whose names start with
4049     & but are not lambda-list-keywords; their occurrence triggers a
4050     STYLE-WARNING.
4051   * fixed bug 321: define-method-combination argument lambda lists do
4052     not cause invalid code to be generated when &optional or &aux
4053     variables have default values.  (reported by Bruno Haible)
4054   * fixed bug 327: system subclasses of STRUCTURE-OBJECT or CONDITION
4055     have CLOS classes; this appears also to have fixed reported
4056     instability in stack exhaustion detection.
4057   * fixed bug: the CONTROL-ERROR from ABORT, CONTINUE and
4058     MUFFLE-WARNING when no associated restart is present is now
4059     printable.
4060   * optimization: rearranged the expansion of various defining macros
4061     so that each expands into only one top-level form in a
4062     :LOAD-TOPLEVEL context; this appears to decrease fasl sizes by
4063     approximately 10%.
4064   * optimization: used a previously little-used slot in symbols to
4065     cache SXHASH values, yielding a 5-10% compiler speedup.  (thanks
4066     to Juho Snellman)
4067   * fixed some bugs revealed by Paul Dietz' test suite:
4068     ** MAKE-INSTANCES-OBSOLETE returns the class name when called with 
4069        a symbol.
4070     ** Fixed an optimization bug related to inheritance of initforms
4071        from local to shared slots.
4072     ** FILE-POSITION works as specified on BROADCAST-STREAMs.
4073     ** CAST optimizer forgot to flush argument derived type.
4074     ** print/read consistency on floats is now orders of magnitude
4075        more likely.  (thanks also to Bruno Haible for a similar report
4076        and discussions)
4077     ** removed stack cleaning in the cleanup part of UNWIND-PROTECT.
4078     ** IMAGPART is specified (infelicitously) to return (* 0 <thing>)
4079        for objects of type REAL.  Make it so.
4080     ** SXHASH is specified (infelicitously) to respect similarity,
4081        which means that (SXHASH 0.0) must equal (SXHASH -0.0).  Make
4082        it so.  (thanks to Markus Ziegler)
4083     ** on the Alpha, the compiler succeeds in compiling functions
4084        returning a known number of arguments greater than 63.
4085     ** fixed handling of invalid NIL arguments in keyword position
4086        in local calls.
4087     ** fixed non-pretty printing of arrays with *PRINT-RADIX* being
4088        true.
4089     ** provided a readably-printable representation for RANDOM-STATE
4090        objects.
4091     ** ensured that pathnames, where they have a namestring, always
4092        print using #P"..." syntax.
4093
4094 changes in sbcl-0.8.10 relative to sbcl-0.8.9:
4095   * Support for the forthcoming 2.0 version of the NetBSD kernel
4096     running on x86 hardware has been added.  (thanks to Perry
4097     E. Metzger most immediately, and others for their past work)
4098   * SBCL now runs on OpenBSD 3.4. (Thanks to Scott Parish; 3.4 is the
4099     current release version; SBCL's OpenBSD support had been broken 
4100     since about the time of OpenBSD's switch to ELF binary format.)
4101   * [placeholder for DX summary]
4102     ** user code with &REST lists declared dynamic-extent, under high
4103        speed or space and low safety and debug optimization policy.
4104   * The manual has been converted to Texinfo format and the debugger
4105     chapter from the cmucl manual has been added.
4106   * A facility has been added to extract documentation strings from
4107     sbcl and store them as Texinfo-formatted snippets for inclusion in
4108     the manual (via Texinfo's @include directive)
4109   * bug fix: compiler emitted division in optimized DEREF.  (thanks for
4110     the test case to Dave Roberts)
4111   * bug fix: multidimensional simple arrays loaded from FASLs had fill
4112     pointers.  (reported by Sean Ross)
4113   * bug fix: PROFILE output is printed nicely even for large numerical
4114     values.  (thanks to Zach Beane)
4115   * bug fix: streams with element-type (SIGNED-BYTE <N>) for <N>
4116     greater than 32 handle EOF correctly.
4117   * bug fix: on X86 an immediate argument of the IMUL instruction is
4118     correctly printed in disassembly. (thanks to Lutz Euler)
4119   * bug fix: class slots in redefined classes preserve their old
4120     values.  (thanks to Bruno Haible and Nikodemus Siivola)
4121   * bug fix: compilation of funcalls of CXX+R (e.g. CDDR) now
4122     succeeds.  (reported by Marco Baringer)
4123   * fixed some bugs revealed by Paul Dietz' test suite:
4124     ** READ-SEQUENCE now works on ECHO-STREAMs.
4125     ** RATIONALIZE works more according to its specification.  (thanks
4126        to Bruno Haible)
4127
4128 changes in sbcl-0.8.9 relative to sbcl-0.8.8:
4129   * deprecation of old extension: *DEBUG-PRINT-LEVEL* and
4130     *DEBUG-PRINT-LENGTH* are now deprecated in favor of the new, more
4131     general SB-DEBUG:*DEBUG-PRINT-VARIABLE-ALIST* mechanism. (This
4132     should matter to you only if you rebind the printer control
4133     variables and then find you want different bindings in the 
4134     debugger than in the ordinary execution of your program.)
4135   * The runtime build system has been tweaked to support building
4136     (on SPARC/SunOS) using a C compiler which invokes Sun's own
4137     assembler and linker.  (thanks to Nikodemus Siivola)
4138   * Unbound, undefined, undeclared variables now trigger full
4139     WARNINGs, not just STYLE-WARNINGs, on the assumption that this is
4140     more often programmer error than deliberate exploitation of undefined
4141     behaviour.
4142   * optimization: the hash algorithm for strings has changed to one
4143     that is less vulnerable to spurious collisions.  (thanks to Juho
4144     Snellman)
4145   * optimization: VECTOR-POP, VECTOR-PUSH-EXTEND and REPLACE do less
4146     needless bounds checking.  (thanks to Juho Snellman)
4147   * optimization: implemented multiplication as a modular
4148     (UNSIGNED-BYTE 32) operation on the PPC backend.
4149   * fixed some bugs revealed by Paul Dietz' test suite:
4150     ** ADJUST-ARRAY now copies the datum in a zero rank array if
4151        required.
4152     ** ADJUST-ARRAY no longer adjusts non-adjustable arrays.
4153     ** MAKE-STRING-INPUT-STREAM accepts NIL as a value for :END.
4154     ** MAKE-STRING-INPUT-STREAM functions correctly for strings with
4155        element-type NIL.
4156     ** CLEAR-INPUT accepts NIL and T for its (optional) stream
4157        argument.
4158     ** Ratios can now be printed correctly with *PRINT-BASE* bound to
4159        2, 8 or 16.
4160     ** ECHO-STREAMs no longer attempt to echo the end of file value to
4161        their output stream on EOF from read.
4162     ** CONCATENATED-STREAM-STREAMS discards constituent streams which
4163        have been read to end-of-file.
4164     ** CLOSE works as expected on the null CONCATENATED-STREAM, and on
4165        STRING-STREAMS.
4166     ** Printing symbols with *PRINT-CASE* :CAPITALIZE respects the
4167        description of determination of which consecutive characters
4168        constitute a word.
4169     ** Printing the "Space" character with escaping on now yields "#\\ ", 
4170        rather than "#\\Space", as mandated by ANSI 22.1.3.2.
4171     ** Reading floating-point numbers with *READ-BASE* set to a number
4172        less than 10 works correctly.
4173     ** Reading floating-point numbers with *READ-BASE* set to a number
4174        more than 10 works correctly.
4175     ** Printing with *PRINT-READABLY* targets the standard readtable, not
4176        the readtable currently in effect.
4177
4178 changes in sbcl-0.8.8 relative to sbcl-0.8.7:
4179   * minor incompatible change: parsing of namestrings on a physical
4180     (Unix) host has changed; numbers after the final #\. in a
4181     namestring are no longer interpreted as a version field.  This is
4182     intented to be largely invisible to the user, except that the
4183     meaning of the namestring "*.*.*" has changed: it now refers to a
4184     pathname with :TYPE :WILD :NAME #<pattern "*.*">.  This namestring
4185     should usually be replaced by 
4186       (make-pathname :name :wild :type :wild :version :wild)
4187     with the added benefit that this is more likely to be portable.
4188     As a consequence of this change, the :IF-EXISTS :NEW-VERSION
4189     option to OPEN now signals an error if the file being opened
4190     exists; this may have an impact on existing code.
4191   * fixed bug 190: RUN-PROGRAM should now work properly, respecting
4192     signals received, on the PowerPC platforms (both Linux and
4193     Darwin).  (thanks to Pierre Mai for pointing out the location of
4194     the error)
4195   * several fixes on OS X: The system now builds and runs cleanly on
4196     Panther (10.3), and works around sigreturn bug (no more SIGFPEs).
4197     (thanks to Brian Mastenbrook)
4198   * bug fix: DECODE-UNIVERSAL-TIME now accepts timezone arguments with
4199     second-resolution: integer multiples of 1/3600 between -24 and 24.
4200     (thanks to Vincent Arkesteijn)
4201   * bug fix: functions =, /=, <, <=, >, >= did not check the argument
4202     type when called with 1 argument; PEEK-CHAR checked type of
4203     PEEK-TYPE only after having read first character from a
4204     stream.  (reported by Peter Graves)
4205   * bug fix: the garbage collector now has much better locality
4206     behaviour, and in particular no longer treats all memory as being
4207     exhausted when many small objects point to each other in a deeply
4208     recursive manner.
4209   * bug fix: arrays specialized on (UNSIGNED-BYTE 15) are now
4210     recognized as being TYPEP their class.
4211   * bug fix: the PUSHNEW documentation string has been corrected.
4212     (thanks to Vincent Arkesteijn)
4213   * bug fix: defaulting of the value for the last of an atypically
4214     large number of multiple values being bound was not being
4215     performed correctly on the Alpha or PPC platforms
4216   * optimization: implemented multiplication as a modular
4217     (UNSIGNED-BYTE 32) operation on the x86 backend.
4218   * optimization: SEARCH on simple-base-strings can now be open-coded.
4219     (see also contrib/compiler-extras.lisp for inspiration for
4220     teaching the compiler about the Boyer-Moore algorithm).
4221   * value, returned by MAX (and MIN) called with several EQUALP, but
4222     not EQL, arguments now does not depend on compiler settings.
4223   * fixed some bugs revealed by Paul Dietz' test suite:
4224     ** in stack analysis liveness information is propagated from
4225        non-local entry points.
4226     ** pathwise CAST removing failed when the CAST node did not start
4227        a block.
4228     ** INPUT-STREAM-P, OUTPUT-STREAM-P, STREAM-ELEMENT-TYPE and
4229        OPEN-STREAM-P signal a TYPE-ERROR if their argument is not a
4230        stream.
4231     ** LOAD-LOGICAL-PATHNAME-TRANSLATIONS returns NIL if the logical
4232        host is already defined.
4233     ** RENAME-FILE works on streams instead of signalling an internal
4234        type error.
4235     ** PEEK-CHAR uses the current readtable when determining whether
4236        or not a character is whitespace.
4237     ** MERGE-PATHNAMES handles the case when the pathname does not
4238        specify a name while the default-pathname specifies a version.
4239     ** Pathnames now stand a better chance of respecting print/read
4240        consistency.
4241     ** Attempting to use standardized file system operators with a
4242        pathname with invalid :DIRECTORY components signals a
4243        FILE-ERROR.
4244     ** OPEN :DIRECTION :IO no longer fails to work on non-existent
4245        files.
4246     ** DIRECTORY on logical pathnames is more correct.
4247     ** CLEAR-INPUT, CLEAR-OUTPUT, FINISH-OUTPUT and FORCE-OUTPUT
4248        signal a TYPE-ERROR if their argument is not a stream.
4249     ** READ-BYTE and WRITE-BYTE signal a TYPE-ERROR if their stream
4250        designator argument does not designate a stream.
4251     ** OPEN-STREAM-P and INPUT-STREAM-P on synonym streams work by
4252        examining the synonym.
4253     ** STREAM-ELEMENT-TYPE and FRESH-LINE on broadcast-streams now
4254        work as specified.
4255     ** OPEN and WITH-OPEN-STREAM allow opening streams with
4256        element-type larger than ([UN]SIGNED-BYTE 32).
4257
4258 changes in sbcl-0.8.7 relative to sbcl-0.8.6:
4259   * When built with the :SB-FUTEX feature, threaded builds now take 
4260     advantage of the "fast userspace mutex" facility in Linux kernel 2.6
4261     for faster/more reliable mutex and condition variable support.
4262   * Incompatible change (but one you probably shouldn't have been using
4263     anyway): the interface and code for arbitrating between multiple
4264     threads in the same user session has been redesigned.
4265   * bug fix: GET-SETF-EXPANSION no longer throws an internal type
4266     error when called without an explicit environment argument.
4267     (thanks to Nikodemus Siivola)
4268   * bug fix: buffered :DIRECTION :IO streams are less likely to become
4269     confused about their position.  (thanks to Adam Warner and Gerd 
4270     Moellmann)
4271   * bug fix: Pretty printing backquoted forms with unquotations in the
4272     argument list position of various code constructs such as LAMBDA
4273     now works correctly.  (reported by Paul Dietz)
4274   * bug fix: Pretty printing unquotations no longer loses all
4275     stream position information.
4276   * optimization: performance of string output streams is now less
4277     poor for multiple small sequence writes.
4278   * optimization: performance of CSUBTYPEP in the presence of complex
4279     expressions involving CONS and NOT many times has been improved.
4280     (reported by Paul Dietz)
4281   * ASDF-INSTALL bug fix: now parses *PROXY* properly.  (thanks to
4282     Sean Ross)
4283   * SB-SIMPLE-STREAMS enhancement: simple-streams can now be used as
4284     streams for the REPL, for the debugger, and so on.  (thanks to
4285     David Licteblau)
4286   * DEFINE-CODITION is more efficient.  (thanks to Brian Mastenbrook)
4287   * fixed some bugs revealed by Paul Dietz' test suite:
4288     ** the value of the :REHASH-THRESHOLD argument to MAKE-HASH-TABLE
4289        is ignored if it is too small, rather than propagating through
4290        to cause DIVIDE-BY-ZERO or FLOATING-POINT-OVERFLOW errors.
4291     ** extremely complex negations of CONS types were not being
4292        sufficiently canonicalized, leading to inconsistencies in
4293        SUBTYPEP.
4294     ** VALUES tranformer lost derived type.
4295
4296 changes in sbcl-0.8.6 relative to sbcl-0.8.5:
4297   * fixed a bootstrapping bug: the build process no longer assumes
4298     that the various BOOLE-related constants have the same value in
4299     host and target lisps.  (noted by Paul Dietz' test suite on an
4300     SBCL binary built from CLISP)
4301   * The system can now be dynamically linked on the MIPS platform,
4302     which enables dynamic loading of foreign code from Lisp.  (thanks
4303     to Ralf Baechle for discussions on the MIPS ABI)
4304   * The system now records debugging information for its own source
4305     files in a filesystem-position-independent manner, relative to 
4306     the "SYS" logical host.
4307   * fixed a compiler bug: MV-LET convertion did not check references
4308     to the "max args" entry point.  (reported by Brian Downing)
4309   * tweaked disassembly notes to be less confident about proclaiming
4310     some instruction as an LRA.  (thanks to Brian Downing)
4311   * contrib update: SB-ACLREPL is now threadsafe; multiple listeners
4312     now each have their own history, command character, and other
4313     characteristics.  (thanks to David Lichteblau)
4314   * fixed some bugs revealed by Paul Dietz' test suite:
4315     ** compiler failure in compiling LOGAND expressions including a
4316        constant 0
4317     ** Implementation of ASH-MOD32 on X86 and PPC did not work for the
4318        shift greater than 32.
4319     ** FLUSH-DEST did not mark blocks for type check regeneration.
4320     ** HANDLER-CASE failed to accept declarations in handler clauses
4321        in some circumstances.
4322
4323 changes in sbcl-0.8.5 relative to sbcl-0.8.4:
4324   * New code in contrib/sb-introspect (still probably not entirely
4325     stable yet) provides some support for smart Lisp development 
4326     environments like SLIME.
4327   * The conditions signalled for errors occurring when loading .fasl
4328     files have been systematized (inheriting from SB-EXT:INVALID-FASL)
4329     in a way which should help ASDF recover gracefully.
4330   * The REQUIRE/PROVIDE behavior of *MODULE-PROVIDER-FUNCTIONS* 
4331     stuff has been cleaned up. If you code contrib/ stuff, this might 
4332     affect you, and you can look at contrib/README, contrib/STANDARDS, 
4333     and/or the 0.8.4.27 diff to check.
4334   * In full calls the compiler now does not generate checks for declared
4335     argument types for all arguments.
4336   * various threading fixes
4337     ** and some experimental patches which didn't make it into 
4338        the main tree for this release, but which are shipped in 
4339        contrib/experimental-thread.patch as a possible fix for some
4340        failures (deadlock, spinning...) in GC-intensive multithreaded
4341        applications.
4342   * fixed PPC build problem (source code incompatibility of different 
4343     library versions): added offsetof() hackery which attempts to divine 
4344     where glibc maintainers put uc_mcontext today 
4345   * fixed bug 282: compiler does not trust type assertions while passing
4346     arguments to a full call.
4347   * fixed bug 261: compiler allows NIL or "no value" to be accepted for
4348     &OPTIONAL VALUES type parameter.
4349   * fix bug 214: algorithm for noting rejected templates is now more
4350     similar to that of template seletion. (also reported by rydis on
4351     #lisp)
4352   * fixed bug 141b: printing backquoted information readably and prettily
4353     inserts a space where necessary.
4354   * bug fix: obviously wrong type specifiers such as (FIXNUM 1) or
4355     (CHARACTER 10) are now reported as errors, rather than propagated
4356     as unknown types.  (reported by piso on #lisp)
4357   * bug fix: the :IF-EXISTS argument to OPEN now behaves correctly
4358     with values NIL and :ERROR.  (thanks to Milan Zamazal)
4359   * fixed bug 191c: CLOS now does proper keyword argument checking as
4360     described in CLHS 7.6.5 and 7.6.5.1.
4361   * bug fix: LOOP forms using NIL as a for-as-arithmetic counter no
4362     longer raise an error; further, using a list as a for-as-arithmetic
4363     counter now raises a meaningful error.
4364   * fixed bug 213a: even fairly unreasonable CONS type specifiers are
4365     now understood by sequence creation functions such as MAKE-SEQUENCE
4366     and COERCE.
4367   * fixed bug 46k: READ-BYTE now signals an error when asked to read from
4368     a STRING-INPUT-STREAM.
4369   * compiler enhancement: SIGNUM is now better able to derive the type
4370     of its result.
4371   * type declarations inside WITH-SLOTS are checked.  (reported by
4372     salex on #lisp)
4373   * fixed some bugs revealed by Paul Dietz' test suite:
4374     ** incorrect optimization of TRUNCATE for a positive first
4375        argument and negative second.
4376     ** compiler failure in let-convertion during flushing dead code.
4377     ** compiler failure while deriving type of TRUNCATE on an
4378        interval, containing 0.
4379     ** ASH of a negative bignum by a negative bignum count now returns
4380        -1, not 0.
4381     ** intersection of CONS types now canonicalizes properly, fixing
4382        inconsistencies in SUBTYPEP.
4383
4384 changes in sbcl-0.8.4 relative to sbcl-0.8.3:
4385   * incompatible change: The --disable-debugger command line
4386     option now clobbers the debugger at a more fundamental
4387     level, by redefining #'INVOKE-DEBUGGER instead of by 
4388     rebinding *DEBUGGER-HOOK*. The main difference is that BREAK
4389     is specified by ANSI to ignore *DEBUGGER-HOOK* and
4390     INVOKE-DEBUGGER regardless. Under the old system, BREAK would
4391     enter the debugger REPL and then suffer recursive errors
4392     because *DEBUG-IO* is also messed up in --disable-debugger mode;
4393     while under the new system, BREAK in --disable-debugger mode
4394     terminates the system just as an unhandled error would.
4395   * fixed compiler performance when processing loops with a step >1;
4396   * bug fix: DOCUMENTATION now retrieves generic function
4397     documentation.  Also, DOCUMENTATION and (SETF DOCUMENTATION)
4398     support has been systematized, and now supports the methods
4399     specified by ANSI, along with a default method and a method for
4400     slot documentation.  (reported by Nathan Froyd)
4401   * bug fix: effective methods associated with a generic function are
4402     no longer cached over a change of that generic function's method
4403     combination.  (reported by Andreas Fuchs)
4404   * bug fix: RUN-PROGRAM now does not fail if some element in $PATH
4405     names a non-existent directory.  (thanks to Andreas Fuchs)
4406   * bug fix: ROUND and TRUNCATE could, under certain circumstances on
4407     the PPC platform, lead to stack corruption; this has been fixed.
4408     (reported by Rainer Joswig)
4409   * bug fix: ASH on an (UNSIGNED-BYTE 32) with a shift of -32 or lower
4410     no longer ever returns 1 instead of 0.  (thanks to Lars Brinkhoff)
4411   * fixed bug 285: TRUNCATE on bignum arguments, and indeed bignum
4412     arithmetic in general, is now much more reliable on the PPC
4413     platform.
4414   * bug fix: LOGCOUNT on (UNSIGNED-BYTE 64) objects on the Alpha 
4415     platform now returns the right answer.
4416   * optimization: restored some effective method precomputation in
4417     CLOS (turned off by an ANSI fix in sbcl-0.8.3); the amount of
4418     precomputation is now tunable.
4419   * optimization: compiler-internal data structure use has been
4420     reviewed, and changes have been made that should improve the
4421     performance of the compiler by about 20%.
4422   * optimization: performance of FILL (and :INITIAL-ELEMENT) on
4423     simple-base-strings and simple-bit-vectors is improved.
4424   * optimization: the optimization of 32-bit logical and arithmetic
4425     functions introduced in version 0.8.3 on the x86 has been
4426     implemented on the mips, ppc and sparc platforms; an
4427     implementation of the same facility, but for 64-bit arithmetic,
4428     has been added for the alpha.
4429   * microoptimization: the compiler is better able to make use of the
4430     x86 LEA instruction for multiplication by constants.
4431   * bug fix: in some situations compiler did not report usage of
4432     generic arithmetic in (SPEED 3) policy.
4433   * bug 145b fix: compiler used wrong type specifier while converting
4434     MEMBER-types to numeric.
4435   * bug fix: COMPILE-FILE must bind *READTABLE*. (reported by Doug
4436     McNaught)
4437   * bug fix: (SETF AREF) on byte-sized-element arrays with constant 
4438     index argument now works properly on the Alpha platform.
4439   * bug fix: floating point exception treatment on the Alpha platform
4440     is improved.
4441   * bug fix: FILE-POSITION works much better on string input and 
4442     output streams.  (thanks to Nikodemus Siivola)
4443   * bug fix: many threading/garbage collection symptoms sorted.  
4444     SB-THREAD:INTERRUPT-THREAD now safe to call on a thread that 
4445     might be pseudo-atomic.
4446   * internal change: Stopping for GC is now done with signals not 
4447     ptrace. GC is now done in whichever thread wanted it, instead of
4448     in the parent. 
4449   * bug fix: GC hooks (missing since 0.8) reinstated, so finalizers 
4450     work again.
4451   * bug fix: result form in DO is not contained in the implicit
4452     TAGBODY.
4453   * incompatible change: ICR structure is changed; the value part of
4454     CONTINUATION is now called LVAR; corresponding functions are
4455     renamed (e.g. SB-C::CONTINUATION-TYPE has become SB-C::LVAR-TYPE).
4456   * added type deriver for ISQRT (thanks to Robert E. Brown).
4457   * bug fix: better support for loading from the command line when an
4458     initialization file sets (READTABLE-CASE *READTABLE*).  (thanks 
4459     to Adam Warner)
4460   * fixed some bugs revealed by Paul Dietz' test suite:
4461     ** the RETURN clause in LOOP is now equivalent to DO (RETURN ...).
4462     ** ROUND and FROUND now give the right answer when given very
4463        small float arguments.
4464     ** (FLOAT X) for X of type DOUBLE-FLOAT now returns X in all
4465        circumstances.
4466     ** optimizer for (EXPT X 0) did not work for X not of type FLOAT.
4467     ** (GCD 0 <negative-integer>) returned <negative-integer>.
4468     ** LCM should return a non-negative integer.
4469     ** PARSE-INTEGER returned the index of a terminator instead of the
4470        upper bounding index of a substring in case :JUNK-ALLOWED NIL.
4471     ** PARSE-INTEGER returned an incorrect index being applied to a
4472        displaced string.
4473     ** LCM with two arguments of 0 returns 0 rather than signalling
4474        DIVISION-BY-ZERO.
4475     ** unsigned addition of a 32-bit constant with the high bit set no
4476        longer causes an internal compiler error on the x86.
4477     ** LOGBITP accepts a non-negative bignum as its INDEX argument.
4478     ** compiler incorrectly derived types of DPB and DEPOSIT-FIELD
4479        with negative last argument.
4480     ** byte specifiers with zero size and position no longer cause
4481        an error during type derivation.
4482     ** bignum multiplication on the Alpha platform now returns the
4483        right answer.
4484   * porting: The system now builds on SuSE AMD64, although it still
4485     generates a 32-bit binary.
4486   * .fasl file incompatibility: The fasl file version number has
4487     been incremented (because of the changes to internal compiler
4488     data structures referred to above).
4489
4490 changes in sbcl-0.8.3 relative to sbcl-0.8.2:
4491   * SBCL now builds and runs on MacOS X (version 10.2), or perhaps
4492     more accurately, on the Darwin kernel running on PowerPC hardware.
4493     (thanks to Brian Mastenbrook, Pierre Mai and Patrik Nordebo)
4494   * Compiler code deletion notes now signal a condition of type
4495     SB-EXT:CODE-DELETION-NOTE (a subtype of SB-EXT:COMPILER-NOTE) with
4496     an associated MUFFLE-WARNING restart.
4497   * The compiler now performs limited argument count validation of
4498     constant format strings in FORMAT, and where appropriate in ERROR, 
4499     CERROR and WARN.  (thanks to Gerd Moellmann)
4500   * New ASDF-INSTALL contrib can be used for automatic download and 
4501     installation of third-party Lisp code from CCLAN or other sites
4502     via CLiki.
4503   * Threaded builds (:SB-THREAD) now support SB-THREAD:INTERRUPT-THREAD,
4504     which forces another thread to execute a function supplied by the
4505     caller.
4506   * bug 75 fix: WITH-OUTPUT-TO-STRING (and MAKE-STRING-OUTPUT-STREAM)
4507     now accept and act upon their :ELEMENT-TYPE keyword argument.
4508     (reported by Martin Atzmueller, Edi Weitz)
4509   * bug fix: FILE-POSITION now accepts position designators up to
4510     ARRAY-DIMENSION-LIMIT or the extreme of the off_t range, whichever
4511     is the greater.  (thanks to Patrik Nordebo)
4512   * bug fix: MAKE-ARRAY ignored :INITIAL-CONTENTS NIL. (reported by
4513     Kalle Olavi Niemitalo)
4514   * bug fix: the CLASS-PROTOTYPE of the GENERIC-FUNCTION class is now
4515     printable.  (reported by Eric Marsden)
4516   * bug fix in sb-posix: mmap() now works on systems with a 64-bit
4517     off_t, including Darwin and FreeBSD.  (thanks to Andreas Fuchs)
4518   * x86 bug fix in control stack exhaustion checking: now shows backtrace
4519   * bug fix in WITH-TIMEOUT: now the body can have more than one form.
4520     (thanks to Stig Sandoe)
4521   * bug fix in READ-SEQUENCE: READ-SEQUENCE following PEEK-CHAR or
4522     UNREAD-CHAR now correctly includes the unread character in the
4523     target sequence.  (thanks to Gerd Moellmann)
4524   * bug fix in threaded builds: the system can now be suspended and
4525     resumed by shell job control with minimal disruption.
4526   * bug fixes in times and timezones >2038AD
4527   * better handling of "where is GNU make?" problem in build scripts
4528     (thanks to Nikodemus Siivola)
4529   * new optimization: inside a named function any reference to a
4530     function with the same name is considered to be a self-reference;
4531     this behaviour is controlled with SB-C::RECOGNIZE-SELF-CALLS
4532     optimization quality.
4533   * new optimization on x86: logical functions and + now have
4534     optimized (UNSIGNED-BYTE 32) versions, which are automatically
4535     used when the result is truncated to 32 bits.
4536   * VALUES declaration is partially enabled.
4537   * fixes in SB-GROVEL (thanks to Andreas Fuchs)
4538   * fixed some bugs revealed by Paul Dietz' test suite:
4539     ** The system now obeys the constraint imposed by
4540        UPGRADED-ARRAY-ELEMENT-TYPE that the upgraded array element
4541        types form a lattice under type intersection.
4542     ** FFLOOR, FTRUNCATE, FCEILING and FROUND work with integers.
4543     ** ASSOC now ignores NIL elements in an alist.
4544     ** CEILING now gives the right answer with MOST-NEGATIVE-FIXNUM
4545        and (1+ MOST-POSITIVE-FIXNUM) answers.
4546     ** The addition of a method with invalid qualifiers to a generic
4547        function does not cause an error to be signalled immediately;
4548        a warning is signalled, and the error is generated only on
4549        calling the generic function.
4550   * changed .fasl file version number, in part to add type codes for
4551     new array subtypes UNSIGNED-BYTE 7, 15, 29, and 31 mandated by 
4552     obscure ANSI requirements
4553
4554 changes in sbcl-0.8.2 relative to sbcl-0.8.1:
4555   * fixed bug 148: failure to inline-expand a local function left
4556     garbage, confusing the compiler.
4557   * fixed bugs 3cd: structure slot readers perform type check if the
4558     slot can have an invalid value (i.e. it is either not initialized
4559     or can be written with a less specific slot writer).
4560   * bug fix: the compiler now traps array references to elements off
4561     the end of an array; previously, the bounds checking in some
4562     circumstances could go off-by-one.
4563   * improved MACHINE-VERSION, especially on Linux (thanks to Lars
4564     Brinkhoff)
4565   * type declarations for array element types now obey the description
4566     on the CLHS page "Declaration TYPE", as per discussions on
4567     sbcl-help around 2003-05-08.  This means that a declaration 
4568     (TYPE (ARRAY FOO) BAR) means that, within the scope of the
4569     declaration, all references to BAR will be asserted or assumed
4570     (with THE, so dependent on compiler policy) to involve objects of
4571     type FOO.  Note that no such declaration is implied in 
4572     (MAKE-ARRAY .. :ELEMENT-TYPE 'FOO).
4573   * declared types of functions from the "Conditions"
4574     chapter. (reported by Paul Dietz)
4575   * bug fix: CERROR accepts a function as its first argument.
4576   * bug fix: NTH an NTHCDR accept a bignum as index
4577     arguments. (reported by Adam Warner)
4578   * optimization: character compare routines now optimize comparing
4579     against a constant character. (reported by Gilbert Baumann)
4580   * bug fix: (SETF AREF) on byte-sized-element arrays with constant index
4581     argument now works properly on the MIPS platform.
4582   * fixed compiler failure on (TYPEP x '(NOT (MEMBER 0d0))).
4583   * repeated evaluation of the same DEFSTRUCT, a slot of which is
4584     declared to have a functional type, does not cause an error
4585     anymore.
4586   * fixed bug: sometimes MAKE-INSTANCE did not work with classes with
4587     many :DEFAULT-INITARGS. (reported by Istvan Marko)
4588   * fixed bug: if last continuation of a deleted block has a
4589     destination, this destination should be deleted too. (reported by
4590     ohler on #lisp)
4591   * fixed a bug in the bootstrap process: the host compiler's values
4592     of ARRAY-DIMENSION-LIMIT and ARRAY-TOTAL-SIZE-LIMIT no longer leak
4593     into the newly-built SBCL. (reported by Eric Marsden on #lisp,
4594     test case from Patrik Nordebo)
4595   * improved the ability of the disassembler on the PPC platform to
4596     provide helpful disassembly notes.
4597   * SB-MOP:CLASS-PROTOTYPE on built-in-classes returns an instance of
4598     the class in more cases than previously.
4599   * bug fix: FILE-POSITION now understands :START and :END for
4600     STRING-INPUT-STREAMs.  (thanks to Nikodemus Siivola)
4601   * bug fix: (SIGNED-BYTE 8) streams no longer return (UNSIGNED-BYTE
4602     8) data.  (thanks to David Lichteblau)
4603   * bug fix: it is possible to add a method to a generic function
4604     without lambda list.
4605   * bug fix: reader failed to signal END-OF-FILE inside an
4606     object representation. (reported by Nikodemus Siivola)
4607   * fixed some bugs revealed by Paul Dietz' test suite:
4608     ** LAST and [N]BUTLAST should accept a bignum.
4609     ** condition slot accessors are methods.
4610     ** (VECTOR NIL) is a subtype of STRING.
4611
4612 changes in sbcl-0.8.1 relative to sbcl-0.8.0:
4613   * minor incompatible change: some nonsensical specialized lambda
4614     lists (used in DEFMETHOD) which were previously ignored now signal
4615     errors.
4616   * minor incompatible change: the system is now aware of the types of
4617     variables in the COMMON-LISP package, and will signal errors for
4618     most violations of these type constraints (where previously they
4619     were silently accepted).
4620   * minor incompatible change: COMPILE-FILE now uses the freedom
4621     afforded (ANSI 3.2.2.3) to use derived function types for
4622     functions defined in the same file. This also permits the system
4623     to warn on static type mismatches and function
4624     redefinition.  (Currently it does not work with high DEBUG level.)
4625   * minor incompatible change: VALUES declaration is disabled.
4626   * When issuing notes, the compiler now signals a condition of type
4627     SB-EXT:COMPILER-NOTE, and provides an associated MUFFLE-WARNING
4628     restart for use in user handlers.  It is expected that the
4629     COMPILER-NOTE condition will eventually become a condition
4630     supertype to a hierarchy of note types, which will then be
4631     handleable in a similar fashion. However, at the moment, no such
4632     note subtypes yet exist. (SB-INT:SIMPLE-COMPILER-NOTE exists,
4633     but it's an implementation detail, not a classification for the
4634     purpose above.)
4635   * Changes in type checking closed the following bugs:
4636     ** type checking of unused values (192b, 194d, 203);
4637     ** template selection based on unsafe type assertions (192c, 236);
4638     ** type checking in branches (194bc).
4639   * A short form of VALUES type specifier has ANSI meaning (it has
4640     increased the number of situations when SBCL cannot perform type
4641     checking).
4642   * fixed bug in DEFSTRUCT: once again, naming structure slots with
4643     keywords or constants is permissible.
4644   * STREAM-READ-SEQUENCE and STREAM-WRITE-SEQUENCE now have methods
4645     defined on the relevant FUNDAMENTAL-BINARY-{INPUT,OUTPUT}-STREAM
4646     classes.  (thanks to Antonio Martinez)
4647   * improved ANSIness in DESCRIBE: The DESCRIBE function no longer
4648     outputs FRESH-LINE or TERPRI, and no longer converts its stream
4649     argument to a pretty-print stream. Instead, it leaves any such 
4650     operations to DESCRIBE-OBJECT methods.
4651   * bug fix: APROPOS now respects the EXTERNAL-ONLY flag. (reported
4652     by Teemu Kalvas)
4653   * bug fix: NIL is now a valid destructuring argument in DEFMACRO
4654     lambda lists. (thanks to David Lichteblau)
4655   * bug fix: Defining a generic function with a :METHOD-CLASS being a
4656     subclass of STANDARD-METHOD no longer causes stack exhaustion.
4657     (thanks to Gerd Moellmann)
4658   * fixed bug 246: increased compilation speed of long
4659     MULTIPLE-VALUE-BIND (and likewise of NTH-VALUE with a constant
4660     integer argument)
4661   * a contributed module implementing COMPILER-LET and MACROEXPAND-ALL
4662     has been included.
4663   * DEFCONSTANT now throws a condition of type
4664     SB-EXT:DEFCONSTANT-UNEQL if it is being asked to redefine a
4665     constant to a non-EQL value; CONTINUE and ABORT restarts
4666     respectively change and preserve the value. 
4667   * fixed bug 63: The code walker, part of the implementation of CLOS,
4668     is now better at handling symbol macros.
4669   * bug fix: There is no longer an internal implementation type named
4670     CL:LENGTH. (reported by Raymond Toy)
4671   * bug fix: In macro-like defining macros/special operators the
4672     implicit block does not enclose the lambda list.
4673   * fixed bugs 10 and 43: Bare VALUES, AND, OR and MEMBER symbols (not
4674     enclosed in parentheses) are not suitable as type specifiers, and
4675     their use properly signals an error now.
4676   * bug fix: An argument count mismatch for a type specifier in code
4677     being compiled no longer causes an unhandled error at compile
4678     time, but signals a compile-time warning.
4679   * fixed simple vector readable printing
4680   * bug fix: DESCRIBE takes more care over whether the class
4681     precedence list slot of a class is bound before accessing it.
4682     (reported by Markus Krummenacker)
4683   * bug fix: FORMATTER can successfully compile pretty-printer format
4684     strings which use variants of the ~* directive inside.
4685   * bug fix: SEARCH now applies its TEST predicate to the elements of
4686     the arguments in the correct order. (thanks to Wolfhard Buss)
4687   * fixed bug 235b: The compiler uses return types of MAPCAR and friends
4688     in type inference. (thanks to Robert E. Brown)
4689   * bug fix: Reading in symbols with an explicit package name of ""
4690     (e.g. '||::FOO) now works correctly.  (reported by Henrik Motakef)
4691   * fixed some bugs revealed by Paul Dietz' test suite:
4692     ** NIL is now allowed as a structure slot name.
4693     ** Arbitrary numbers, not just REALs, are allowed in certain
4694        circumstances in LOOP for-as-arithmetic clauses.
4695     ** Multiple class redefinitions before slot access no longer
4696        causes a type error.
4697     ** (SETF FIND-CLASS) now accepts NIL as an argument to remove the
4698        association between the name and a class.
4699     ** Generic functions with non-standard method-combination and over
4700        five methods all of which return constants no longer return NIL
4701        after the first few invocations. (thanks to Gerd Moellmann)
4702     ** CALL-NEXT-METHOD with no arguments now passes the original
4703        values of the arguments, even in the presence of assignment.
4704     ** Functions [N]SUBST*, LAST, NRECONC, [N]SUBLIS may return any
4705        object.
4706     ** DISASSEMBLE works with closures and funcallable instances.
4707     ** ADD-METHOD now returns the generic function, not the new method.
4708     ** FIND-METHOD signals an error if the lengths of the specializers
4709        is incompatible with the generic function, even if the ERRORP
4710        argument is true.
4711     ** TYPE-OF returns recognizeable subtypes of all built-in-types of
4712        which its argument is a member.
4713     ** DEFCLASS only redefines the class named by its class-name
4714        argument if that name is the proper name of the class;
4715        otherwise, it creates a new class.
4716     ** SLOT-UNBOUND now correctly initalizes the CELL-ERROR-NAME slot
4717        of the UNBOUND-SLOT condition to the name of the slot.
4718     ** (SETF (AREF bv 0) ...) did not work for bit vectors.
4719     ** SLOT-UNBOUND and SLOT-MISSING now have their return values
4720        treated by SLOT-BOUNDP, SLOT-VALUE, (SETF SLOT-VALUE) and
4721        SLOT-MAKUNBOUND in the specified fashion.
4722
4723 changes in sbcl-0.8.0 relative to sbcl-0.8alpha.0
4724   * SBCL now builds using CLISP (version of late April 2003 from CVS) as
4725     cross-compilation host. As a consequence, we can now bootstrap our
4726     way up to SBCL starting with a bare gcc toolchain and human-readable
4727     source code (first the source to CLISP, then the source to SBCL).
4728   * A contributed module containing a partial implementation of the
4729     simple-streams interface has been included.  (thanks to Rudi
4730     Schlatte)
4731   * A contributed module implementing the RFC1321 Message Digest
4732     Algorithm, known as MD5, has been included.
4733   * minor incompatible change: The :NEGATIVE-ZERO-IS-NOT-ZERO feature
4734     no longer has any effect, as the code controlled by this feature
4735     has been deleted.  (As far as we know, no-one has ever built using
4736     this feature, and its semantics were confused in any case).
4737   * minor incompatible change: As a consequence of making SLOT-EXISTS-P
4738     work on conditions (as required by the ANSI specification),
4739     SLOT-VALUE, (SETF SLOT-VALUE) and SLOT-BOUNDP likewise have the
4740     expected behaviour on conditions.  Users should note, however,
4741     that such behaviour is not required by the ANSI specification,
4742     and so use of this behaviour may render their code unportable.
4743   * fixed some bugs revealed by Paul Dietz' test suite:
4744     ** the GENERIC-FUNCTION type is no longer disjoint from FUNCTION
4745        types.
4746     ** &ENVIRONMENT parameter in macro lambda list is bound first.
4747     ** SXHASH on condition objects no longer returns NIL.
4748     ** :ALLOCATION :CLASS slots are better treated; their values are
4749        updated on class redefinition, and initforms inherited from
4750        superclasses are applied.
4751     ** REMOVE-METHOD returns its generic function argument even when
4752        no method was removed.
4753     ** SHARED-INITIALIZE now initializes the values of the requested
4754        slots, including those with :ALLOCATION :CLASS.
4755     ** ALLOCATE-INSTANCE now works on structure classes defined via
4756        DEFSTRUCT (and not just by those from DEFCLASS :METACLASS
4757        STRUCTURE-CLASS).
4758     ** SLOT-EXISTS-P now works on conditions, as well as structures
4759        and CLOS instances.
4760     ** MAKE-LOAD-FORM now has the required methods on
4761        STRUCTURE-OBJECT, CONDITION and STANDARD-OBJECT.
4762     ** MAKE-LOAD-FORM-SAVING-SLOTS no longer returns a special
4763        keyword, and now implements the SLOT-NAMES argument.
4764     ** methods with &OPTIONAL arguments no longer allow too many
4765        arguments to be passed in the call without error.
4766     ** DEFGENERIC now checks that the :ARGUMENT-PRECEDENCE-ORDER
4767        option is consistent with the required arguments of the generic
4768        function lambda list.
4769   * bug fix: REQUIRE accepts a string designator. (Thanks to 
4770     Antonio Martinez.)
4771   * bug fix: SB-MOP:DIRECT-SLOT-DEFINITION-CLASS and
4772     SB-MOP:EFFECTIVE-SLOT-DEFINITION-CLASS now have the
4773     specified-by-AMOP lambda list of (CLASS &REST INITARGS).
4774   * bug fix: The compiler now checks for duplicated variables in macro
4775     lambda lists.
4776   * bug fix: SETQ on globals returns the correct value.
4777   * fixed bug 47.d: (DEFGENERIC IF (X)) now signals a PROGRAM-ERROR,
4778     not a COMPILER-ERROR (followed by some other strange error on
4779     choosing the CONTINUE restart).
4780   * bug fix: make.sh and friends are now more consistent in the way that
4781     they look for GNU "make".
4782
4783 changes in sbcl-0.8alpha.0 relative to sbcl-0.7.14
4784   * experimental native threads support (on x86 Linux >=2.4 only).
4785     This is not compiled in by default: you need to add :SB-THREAD to
4786     the target features.  See the "Beyond ANSI" chapter of the manual
4787     for details.
4788   * fix for longstanding nonANSIism: The old distinction between
4789     CL:CLASS objects and SB-PCL:CLASS objects has been eliminated.
4790     The return value from CL:FIND-CLASS is now a CLOS class, and
4791     likewise that of CL:CLASS-OF; CL:BUILT-IN-CLASS,
4792     CL:STRUCTURE-CLASS and CL:STANDARD-CLASS name CLOS classes.
4793   * An interface to the MetaObject Protocol, as described in Kiczales,
4794     des Rivieres and Bobrow's "The Art of the Metaobject Protocol",
4795     MIT Press, 1991, is available from the SB-MOP package.
4796   * incompatible change: the SB-PCL package should now be considered
4797     a private implementation detail, and no longer a semi-private MOP
4798     interface.
4799   * minor incompatible change: due to rearrangement for threads, the
4800     control stack and binding stack are now allocated at arbitrary
4801     addresses instead of being hardcoded per-port.  Users affected by
4802     this probably have to be doing advanced things with shared
4803     libraries, and will know who they are.
4804   * minor incompatible change: Previously, all --eval forms used were
4805     processed with READ before any of them were processed with EVAL.
4806     Now each --eval form is processed with both READ and EVAL before
4807     the next --eval form is processed. (Thus package operations like
4808     sbcl --eval "(defpackage :foo)" --eval "(print 'foo::bar)" now
4809     work as the user might reasonably expect.)
4810   * minor incompatible change: *STANDARD-INPUT* is now only an
4811     INPUT-STREAM, not a BIDIRECTIONAL-STREAM.  (thanks to Antonio
4812     Martinez)
4813   * minor incompatible change: Y-OR-N-P is now character-oriented,
4814     not line oriented.  Also, YES-OR-NO-P now works without errors.
4815     (thanks to Antonio Martinez)
4816   * sb-aclrepl module improvements: an integrated inspector, added
4817     repl features, and a bug fix to :trace command.
4818   * Known functions, which cannot be open coded by the backend, are
4819     considered to be able to check types of their arguments. (fixing
4820     a bug report by Nathan J. Froyd)
4821   * fixed a bug in computing method discriminating functions: It is
4822     now possible to define methods specialized on classes which have
4823     forward-referenced superclasses. (thanks to Gerd Moellmann)
4824   * fixed evaluation order in optional entries (reported by Gilbert
4825     Baumann)
4826   * SB-MOP:ENSURE-CLASS-USING-CLASS now takes its arguments in the
4827     specified-by-AMOP order of (CLASS NAME &REST ARGS &KEY).
4828   * SB-MOP:COMPUTE-EFFECTIVE-SLOT-DEFINITION now takes the
4829     required-by-AMOP NAME argument, as well as CLASS and
4830     DIRECT-SLOT-DEFINITIONS.  (thanks to Kevin Rosenberg)
4831   * fixed bug 20: DEFMETHOD can define methods using names that are
4832     not the proper names of classes to designate class specializers.
4833   * bug fix: INTERACTIVE-STREAM-P now works on streams associated with
4834     Unix file descriptors, instead of blowing up. (thanks to Antonio
4835     Martinez)
4836   * Garbage collection refactoring: user-visible change is that a
4837     call to the GC function during WITHOUT-GCING will not do garbage
4838     collection until the end of the WITHOUT-GCING.  If you were doing
4839     this you were probably losing anyway.
4840   * fixed bug in MEMBER type: (MEMBER 0.0) is not the same as
4841     (SINGLE-FLOAT 0.0 0.0), because of the existence of -0.0 which is
4842     TYPEP the latter but not the former.
4843   * The compiler issues a full WARNING for calls to undefined functions
4844     with names from the CL package.
4845   * MAP-INTO for a vector destination is open coded.  (reported by
4846     Brian Downing on c.l.l)
4847   * bug fix: the long form of DEFINE-METHOD-COMBINATION now accepts a
4848     documentation string.
4849   * fixed some bugs revealed by Paul Dietz' test suite:
4850     ** COPY-ALIST now signals an error if its argument is a dotted
4851        list.
4852     ** Condition slots are now accessed more correctly in the presence
4853        of multiple initargs for a given slot.
4854     ** The USE-VALUE, CONTINUE and STORE-VALUE functions now correctly
4855        exclude restarts of the same name associated with a different
4856        condition.
4857     ** DEFCLASS of forward-referenced classes with another
4858        forward-referenced class in the superclasses list no longer
4859        causes an error.
4860     ** Condition slots are now initialized once each, not multiple
4861        times. (thanks to Gerd Moellmann)
4862     ** CONVERT-MORE-CALL failed on a lambda list (&KEY). (thanks to
4863        Gerd Moellmann)
4864     ** &WHOLE and &REST arguments in macro lambda lists are patterns.
4865     ** NSET-EXCLUSIVE-OR does not return extra elements when its
4866        arguments contain duplicated elements.
4867     ** RESTART-CASE understands local macros.
4868     ** RESTART-CASE associates exactly its own restarts with a condition.
4869     ** ENDP in safe mode checks its argument to be of type LIST.
4870     ** COPY-SYMBOL in a threaded build no longer fails when the symbol
4871        in question is unbound.
4872     ** Optimized MAKE-INSTANCE functions no longer cause internal
4873        assertion failures in the presence of duplicate initargs.
4874     ** SLOT-MAKUNBOUND returns the instance acted upon, not NIL.
4875     ** Side-effectful :DEFAULT-INITARGS have their side-effects
4876        propagated even in the ctor optimized implementation of
4877        MAKE-INSTANCE.
4878     ** :ALLOW-OTHER-KEYS NIL is now accepted in an initarg list.
4879
4880 changes in sbcl-0.7.14 relative to sbcl-0.7.13:
4881   * a better implementation of SXHASH on (simple) bit vectors,
4882     measured both in execution speed and in distribution of results
4883     over the positive fixnums, has been installed.  Likewise, a better
4884     implementation of EQUAL for simple bit vectors is now available.
4885   * fixed CEILING optimization for a divisor of form 2^k.
4886   * fixed bug 240 (emitting extra style warnings "using the lexical
4887     binding of the symbol *XXX*" for &OPTIONAL arguments).  (reported
4888     by Antonio Martinez)
4889   * fixed SXHASH, giving different results for NIL depending on type
4890     declarations (SYMBOL or LIST).  (thanks to Gerd Moellmann)
4891   * fixed bug in DEFPARAMETER and DEFVAR: they could assign a lexical
4892     variable.  (found by Rolf Wester)
4893   * SBCL does not ignore type declarations for special
4894     variables.  (reported by rif on c.l.l 2003-03-05)
4895   * some bug fixes in contrib/sb-aclrepl/
4896   * fixed some bugs revealed by Paul Dietz' test suite:
4897     ** a bug in the CONS type specifier, whereby the CAR and CDR
4898        types got intertwined, has been fixed;
4899     ** the type system is now able to reason about the interaction
4900        between INTEGER and RATIO types more completely;
4901     ** APPEND, [N]REVERSE and NRECONC check that those their
4902        arguments, which must be proper lists, are really so;
4903     ** An array specialized to be unable to hold elements has been
4904        implemented, as required -- yes, really -- by ANSI;
4905     ** GETF and GET-PROPERTIES throw a TYPE-ERROR, not a SIMPLE-ERROR,
4906        on malformed property lists;
4907
4908 changes in sbcl-0.7.13 relative to sbcl-0.7.12:
4909   * incompatible packaging change: in line with Unix convention, 
4910     SBCL now looks for its core file in /usr/{local/,}lib/sbcl/sbcl.core 
4911     if it's not in $SBCL_HOME.  It also sets SBCL_HOME to match.
4912   * REQUIRE and PROVIDE are now optionally capable of doing something
4913     useful. See the documentation string for REQUIRE.
4914   * infrastructure for a managed SBCL contrib system: contributed 
4915     modules in this release include:
4916     ** the ASDF system definition facility;
4917     ** an interface to the BSD Sockets API;
4918     ** an ACL-like convenience interface to the repl; 
4919        (thanks to Kevin Rosenberg)
4920     ** an implementation of ROTATE-BYTE, with efficient implementation
4921        on x86 hardware;
4922   * fixed a bug in LOG, so that LOG of a rational argument near 1 now
4923     gives a closer approximation to the right answer than previously.
4924     (thanks to Raymond Toy)
4925   * fixed bug 157: TYPEP, SUBTYPEP, UPGRADED-ARRAY-ELEMENT-TYPE and
4926     UPGRADED-COMPLEX-PART-TYPE now take (ignored, in all situations)
4927     optional environment arguments, as required by ANSI.
4928   * fixed bugs in other functions taking environment objects, allowing
4929     calls with an explicit NIL environment argument to be compiled
4930     without error.
4931   * fixed bug 228: primary return values from
4932     FUNCTION-LAMBDA-EXPRESSION are either NIL or suitable for input to
4933     COMPILE or FUNCTION.
4934   * fixed a bug in DEFSTRUCT: predicates for :NAMED structures with
4935     :TYPE will no longer signal errors on innocuous objects.
4936   * fixed bug 231b: SETQ is better at respecting type declarations in
4937     the lexical environment.
4938   * fixed a bug in DEFCLASS: classes named by symbols with no or
4939     unprintable packages can now be defined.
4940   * fixed a bug in RESTART-BIND: The :TEST-FUNCTION option had been
4941     carelessly renamed to :TEST-FUN.  (thanks to Robert E. Brown)
4942   * fixed compiler failure related to checking types of functions.
4943     (reported by Robert E. Brown)
4944   * the compiler is now much more consistent in its error-checking
4945     treatment of bounding index arguments to sequence functions: in
4946     (SAFETY 3) code, errors will be signalled in almost all cases if
4947     invalid sequence bounding indices are passed to functions defined
4948     by ANSI to operate on sequences.
4949   * fixed a bug in the build procedure: documentation of SBCL-specific
4950     packages is now preserved and available in the final Lisp image.
4951   * lifted FDEFINITION lookup out of loops in the implementation of
4952     many list operations.  (thanks to Robert E. Brown)
4953   * fixed a bug in the reader: the #n# reader macro now works for
4954     objects of type STANDARD-OBJECT.  (reported by Tony Martinez)
4955   * the compiler is now aware that SYMBOL-FUNCTION returns a FUNCTION
4956     and that READ-DELIMITED-LIST returns a LIST.  (thanks to Robert
4957     E. Brown and Tony Martinez respectively)
4958   * PCL is now smarter about SLOT-VALUE, (SETF SLOT-VALUE) and
4959     SLOT-BOUNDP: in particular, it is now able to optimize them much
4960     better, and is now not vulnerable to having packages renamed.
4961     Furthermore, a compliance bug has been fixed: SLOT-MISSING is now
4962     always called when a slot is not present in an instance.  (thanks
4963     to Gerd Moellmann)
4964   * fixed a bug related to CONCATENATED-STREAMs: PEEK-CHAR will no
4965     longer signal an error on unreading a character following EOF on
4966     the previous constituent stream.  (thanks to Tony Martinez)
4967   * fixed some bugs revealed by Paul Dietz' test suite:
4968     ** ARRAY-IN-BOUNDS-P now allows arbitrary integers as arguments,
4969        not just nonnegative fixnums;
4970     ** the logical bit-array operators such as BIT-AND now accept an
4971        explicit NIL for their "opt-arg" argument (to indicate a
4972        freshly-consed result bit-array);
4973     ** ELT now signals an error on an invalid sequence index in safe
4974        code;
4975     ** the type system is now cleverer about negations of numeric
4976        types, and consequently understands the BIGNUM and RATIO types
4977        better;
4978     ** the type system is now cleverer about the interaction between
4979        INTEGER and RATIO types: while bugs still remain, many more
4980        cases are accurately computed;
4981     ** in TYPECASE, OTHERWISE now only introduces an otherwise-clause
4982        if it is in the last clause;
4983     ** CONSTANTLY now correctly returns a side-effect-free function in
4984        all cases;
4985     ** DECLARE is no longer treated as a special-operator; in
4986        particular, SPECIAL-OPERATOR-P no longer returns T for DECLARE;
4987   * incremented fasl file version number due to the change in the
4988     DEFSTRUCT-SLOT-DESCRIPTION structure.
4989
4990 changes in sbcl-0.7.12 relative to sbcl-0.7.11:
4991   * minor incompatible change: code processed by the "interpreter" or
4992     EVAL now has a compilation optimization policy of (DEBUG 2)
4993     (changed from (DEBUG 1)) to improve debuggability of interactive
4994     development, and to allow the use of the debug RETURN command in
4995     such code.
4996   * an experimental implementation of the RETURN command for the
4997     debugger has been included.  (thanks to Frederik Kuivinen)
4998   * fixed bug 62: constraints were not propagated into a loop.
4999   * fixed bug in embedded calls of SORT (reported and investigated by
5000     Wolfgang Jenkner).
5001   * fixed some bugs revealed by Paul Dietz' test suite:
5002     ** printing and reading of arrays with some dimensions having
5003        length 0 (thanks to Gerd Moellmann);
5004     ** BOA constructor with &AUX argument without a default value does
5005        not cause a type error;
5006     ** CONSTANTP now returns true for all self-evaluating objects.
5007
5008 changes in sbcl-0.7.11 relative to sbcl-0.7.10:
5009   * fixed bug 127: DEFSTRUCT now does not clobber old structure
5010     accessors that are related by inheritance, as specified in the
5011     :CONC-NAME section of the specification of DEFSTRUCT.  (thanks to
5012     Valtteri Vuorikoski)
5013   * The compiler is now able to inline functions that were defined in
5014     a complex lexical environment (e.g. inside a MACROLET).
5015   * fixed bug in DESCRIBE, which now works on rank-0 arrays.  (thanks
5016     to Lutz Euler)
5017   * Support for the upcoming FreeBSD-5.0 release has been included.
5018     (thanks to Dag-Erling Smorgrav)
5019   * fixed bug 219: DEFINE-COMPILER-MACRO no longer has compile-time
5020     effect when it is not in a toplevel context.
5021   * fixed bug 222: DEFMETHOD and SYMBOL-MACROLET interactions now
5022     stand a better chance of being correct.  (thanks to Gerd
5023     Moellmann)
5024   * fixed bug in COERCE, which now signals an error on coercing a
5025     rational to a bounded real type which excludes the expected
5026     answer.
5027   * The compiler is now able to derive types more accurately from the
5028     COERCE and COMPILE functions.
5029   * fixed bug 223: functional binding is considered to be constant
5030     only for symbols in the CL package.
5031   * fixed bug 231: SETQ did not check the type of a variable being set
5032     (reported by Robert E. Brown)
5033   * A new optimization for MAKE-INSTANCE has been included, fixing
5034     various bugs (including relating to :ALLOCATION :CLASS slots and
5035     :DEFAULT-INITARGS over-eager evalueation).  (thanks to Gerd
5036     Moellmann)
5037   * fixed some LOOP bugs revealed by Paul Dietz' test suite:
5038     ** As required by ANSI, LOOP now disallows anonymous collection
5039        clauses such as COLLECT I in conjunction with aggregate boolean
5040        clauses such as THEREIS (= I 1);
5041     ** LOOP now signals an error when any variable is reused in the
5042        same loop (including the potentially useful construct analogous
5043        to WITH A = 1 WITH A = (1+ A);
5044     ** IT is only a special loop symbol within the first clause of a
5045        conditional loop clause;
5046     ** LOOP with a typed iteration variable over a hashtable now
5047        signals a type error iff it should.
5048   * fixed some other bugs revealed by Paul Dietz' test suite:
5049     ** FILE-STREAM now names the class previously known as FD-STREAM;
5050     ** in DEFSTRUCT, a bare :CONC-NAME (or a :CONC-NAME with no
5051        argument) no longer signals an error;
5052     ** likewise in DEFSTRUCT, :CONC-NAME NIL now respects the package
5053        of the slot symbol, rather than using the current package
5054        ((:CONC-NAME "") continues to intern the slot's name in the
5055        current package);
5056   * incremented fasl file version number, because of the incompatible
5057     change to the DEFSTRUCT-DESCRIPTION structure, and again because
5058     of the new implementation of DEFINE-COMPILER-MACRO.
5059
5060 changes in sbcl-0.7.10 relative to sbcl-0.7.9:
5061   * Support for building SBCL for MIPS platforms running in
5062     little-endian mode has now been checked in, and basic
5063     functionality on said platforms verified.
5064   * minor incompatible change: PCL now records the pathname of a file
5065     in which methods and the like are defined, rather than its
5066     truename.
5067   * minor incompatible change: TRUENAME now considers the truename of
5068     a file naming a directory to be the pathname with :DIRECTORY
5069     component indicating that directory.
5070   * minor incompatible change: a NAMED clause in the extended form of
5071     LOOP no longer causes a BLOCK named NIL to surround the LOOP.  The
5072     reason for the previous behaviour is unclear.
5073   * more systematization and improvement of CLOS and MOP conformance
5074     in PCL (thanks to Gerd Moellman and Pierre Mai):
5075     ** the standard ANSI CL generic function NO-NEXT-METHOD is now
5076        implemented;
5077     ** DEFINE-METHOD-COMBINATION no longer signals an error for
5078        primary methods with no specializers;
5079     ** the MOP generic function GENERIC-FUNCTION-DECLARATIONS is now
5080        implemented;
5081     ** the Readers for Class Metaobjects methods CLASS-DIRECT-SLOTS
5082        and CLASS-DIRECT-DEFAULT-INITARGS have been implemented for
5083        FORWARD-REFERENCED-CLASSes; error reporting on
5084        CLASS-DEFAULT-INITARGS, CLASS-PRECEDENCE-LIST and CLASS-SLOTS
5085        has been improved;
5086     ** SXHASH on CLOS instances now uses a slot internal to the
5087        instance to return different numbers on distinct instances,
5088        while preserving the same return value through invocations of
5089        CHANGE-CLASS;
5090     ** DEFMETHOD signals errors when methods with longer incongruent
5091        lambda lists are added to generic functions;
5092     ** COMPUTE-CLASS-PRECEDENCE-LIST now has a method specialized on
5093        CLASS, as specified in AMOP;
5094     ** COMPUTE-SLOTS :AROUND now assigns locations sequentially based
5095        on the order returned by the primary method for classes of
5096        class STANDARD-CLASS;
5097     ** DEFINE-METHOD-COMBINATION now works with the :ARGUMENTS option.
5098   * fixed some bugs shown by Paul Dietz' test suite:
5099     ** DOLIST puts its body in TAGBODY;
5100     ** SET-EXCLUSIVE-OR sends arguments to :TEST function in the
5101        correct order;
5102     ** MULTIPLE-VALUE-SETQ evaluates side-effectful places before
5103        value producing form;
5104     ** if more variables are given to PROGV than values, extra
5105        variables are bound and made to have no value;
5106     ** NSUBSTITUTE on list arguments gets the right answer with
5107        :FROM-END;
5108     ** ELT signals an error of type TYPE-ERROR when the index argument
5109        is not a valid sequence index;
5110     ** LOOP signals (at macroexpansion time) an error of type
5111        PROGRAM-ERROR when duplicate variable names are found;
5112     ** LOOP supports DOWNTO and ABOVE properly; (thanks to Matthew Danish)
5113     ** FUNCALL of special-operators now cause an error of type
5114        UNDEFINED-FUNCTION;
5115     ** PSETQ now works as required in the presence of side-effecting
5116        symbol-macro places;
5117     ** NCONC accepts any object as its last argument;
5118     ** :COUNT argument to sequence functions may be BIGNUM; (thanks to
5119        Gerd Moellman)
5120     ** loop-for-as-package does not require a package to be explicitely
5121        specified;
5122     ** LOOP WITH now treats NIL in the d-var-spec correctly as an
5123        ignored binding.
5124   * fixed bug 166: compiler preserves "there is a way to go"
5125     invariant when deleting code.
5126   * fixed bug 172: macro lambda lists with required arguments after
5127     &REST arguments now cause an error to be signalled.  (thanks to
5128     Matthew Danish)
5129   * fixed Entomotomy PEEK-CHAR-WRONGLY-ECHOS-TO-ECHO-STREAM
5130     bug. (thanks to Matthew Danish)
5131   * fixed bug 225: STRING-STREAM is now a class. (reported by Gilbert
5132     Baumann)
5133   * fixed bug 136: CALL-NEXT-METHOD no longer gets confused when
5134     arguments are lexically rebound. (thanks to Gerd Moellmann and
5135     Pierre Mai)
5136   * fixed bug 194: error messages are now more informative when there
5137     is no primary method applicable in a call to a generic
5138     function. (thanks to Gerd Moellmann)
5139   * fixed bug in command line argument checking (thanks to Julian
5140     Fondren)
5141   * fixed bug in COUNT-IF, making it handle :FROM-END correctly
5142     (thanks to Matthew Danish)
5143   * incremented fasl file version number, because of the
5144     SXHASH-related changes in the layout of CLOS data structures
5145
5146 changes in sbcl-0.7.9 relative to sbcl-0.7.8:
5147   * minor incompatible change: The runtime (the Unix executable named
5148     "sbcl") is now much pickier about the .core files it will load.
5149     Essentially it now requires .core files to descend from the same
5150     build (not just the same sources or LISP-IMPLEMENTATION-VERSION)
5151     as the runtime does. (The intent is to prevent the crashes which
5152     can occur, and which can even be reported as mysterious failures,
5153     when people patch the sources or change the build parameters
5154     without changing LISP-IMPLEMENTATION-VERSION, then mix and match
5155     sbcl and .core files.)
5156   * fixed bug: VALUES-LIST is no longer optimized away.
5157   * fixed bug 142: The FFI conversion of C string values to Lisp
5158     string values no longer conses excessively. (thanks to Nathan
5159     Froyd porting Raymond Toy's fix to CMU CL)
5160   * began to systematize and improve MOP conformance in PCL (thanks to
5161     Nathan Froyd, Gerd Moellman and Pierre Mai):
5162     ** SLOT-DEFINITION-ALLOCATION now returns :CLASS, not the class
5163        itself;
5164     ** GENERIC-FUNCTION-ARGUMENT-PRECEDENCE-ORDER is now implemented;
5165     ** FINALIZE-INHERITANCE is now called on class finalization;
5166     ** DOCUMENTATION and (SETF DOCUMENTATION) now have the correct
5167        argument precedence order.
5168   * fixed bug 202: The compiler no longer fails on functions whose
5169     derived types contradict their declared type.
5170   * DEFMACRO is implemented via EVAL-WHEN instead of IR1 translation,
5171     so it can be non-toplevel.
5172   * The fasl file version number has changed (because of the new
5173     implementation of DEFMACRO).
5174   * (mostly) fixed bugs 46b and 46c: sequence functions now check, in
5175     safe code, that any length requirement by their type-specifier
5176     argument is valid.  The exceptions to this are described in bug
5177     213.
5178   * fixed bugs 46h and 46i: TWO-WAY- and CONCATENATED-STREAM creation
5179     functions now check the types of their inputs as required by ANSI.
5180   * fixed bug 48c: SYMBOL-MACROLET signals PROGRAM-ERROR when an
5181     introduced symbol is DECLAREd to be SPECIAL.
5182   * fixed reading of (COMPLEX DOUBLE-FLOAT) literals from fasl files
5183   * fixed bug: :COUNT argument to sequence functions may be negative
5184   * fixed bug: body of DO-SYMBOLS may contain declarations
5185   * fixed bug: PUSHNEW now evaluates its arguments from left to right
5186     (reported by Paul F. Dietz, fixed by Gerd Moellman)
5187   * fixed bug: PUSH, PUSHNEW and POP now evaluate a place given by a
5188     symbol macro only once
5189   * fixed printing of call frame when argument list is unavailable
5190   * fixed bug: :ALLOW-OTHER-KEYS is an allowed keyword name
5191   * compiler no longer signals WARNING on unknown keyword
5192     :ALLOW-OTHER-KEYS
5193
5194 changes in sbcl-0.7.8 relative to sbcl-0.7.7:
5195   * A beta-quality port to the mips architecture running Linux,
5196     based on the old CMUCL backend, has been made.  It has been tested
5197     on a big-endian kernel, and works sufficiently well to be able to
5198     rebuild itself; it has not been tested in little-endian mode.
5199   * fixed an inconsistency between gencgc.c and purify.c which made
5200     dumping/loading .core files unreliable
5201   * fixed bug 120a: The compiler now deals correctly with IFs where
5202     the consequent is the same as the alternative, instead of
5203     misderiving the return type. (thanks to Alexey Dejneka)
5204   * fixed bug 113: Logical pathnames are now dumpable (the logical
5205     host is resolved at load-time, throwing an error if it is not
5206     found).
5207   * fixed bug 174: FORMAT's error message is slightly clearer when a
5208     non-printing character is used in a format directive.
5209   * fixed several bugs in compiler checking of type declarations, i.e.
5210     violations of the Python "declarations are assertions" principle
5211     (thanks to Alexey Dejneka)
5212   * fixed several bugs in PCL's error checking (thanks to Gerd
5213     Moellmann)
5214   * fixed bug: printing of FILE-ERROR (thanks to Antonio
5215     Martinez-Shotton)
5216   * fixed bug in compilation of functions as first class values
5217     (thanks to Antonio Martinez-Shotton)
5218   * The compiler's handling TYPE-ERRORs which it can prove will
5219     inevitably happen at runtime has been cleaned up and corrected
5220     in several ways. (thanks to Alexey Dejneka)
5221   * improved argument type checking for various basic arithmetic
5222     operations (MAX, +, LOGXOR, etc.) which have had so much TLC
5223     lavished on them in the past that they can be compiled in many
5224     ways in different special cases
5225   * fixed bug 181: compiler checks validity of user supplied type
5226     specifiers
5227   * cleaned up code flushing in optimization: Function calls which
5228     should signal errors for safety purposes (e.g. which ANSI says
5229     should signal errors when their arguments are of incorrect type)
5230     are no longer optimized away.
5231   * added new extension: SB-DEBUG:BACKTRACE-AS-LIST
5232   * incremented fasl file version number, because changes in the
5233     implementation of sequence functions like COERCE caused 
5234     internal utility functions like COERCE-TO-SIMPLE-VECTOR (used
5235     in old inline expansions) to become undefined. (Actually these
5236     changes were later undone, so we might very well be binary
5237     compatible with 0.7.7 after all, but leaving the version number
5238     incremented seemed like the simplest and most conservative
5239     thing to do.)
5240
5241 changes in sbcl-0.7.7 relative to sbcl-0.7.6:
5242   * An alpha-quality port to the parisc architecture running Linux,
5243     based on the old CMUCL backend, has been made.  This, even more so
5244     than the other backends, should be considered still a work in
5245     progress; known problems include that the Linux kernel in 64-bit
5246     mode does not propagate the correct sigcontext structure to
5247     userspace, and consequently SBCL on a parisc64 kernel will not
5248     work yet.
5249   * fixed bug 189: The compiler now respects NOTINLINE declarations for
5250     functions declared in FLET and LABELS. (I.e. "LET conversion" is
5251     suppressed.) Also now that the compiler is looking at declarations
5252     in the environment, it checks optimization declarations as well,
5253     and suppresses inlining when (> DEBUG SPEED).
5254   * More fixes have been made to treatment of floating point exception
5255     treatment and other Unix signals.  In particular, floating point
5256     exceptions no longer cause Bus errors on the SPARC/Linux platform.
5257   * The detection and handling of control stack exhaustion (infinite
5258     or very deeply nested recursion) has changed.  Stack exhaustion
5259     detection is now done by write-protecting pages at the OS level
5260     and applies at all optimization settings; when found, a
5261     SB-KERNEL:CONTROL-STACK-EXHAUSTED condition (subclass of
5262     STORAGE-CONDITION) is signalled, so stack exhaustion can no longer
5263     be caught using IGNORE-ERRORS.
5264   * Bugs 65, 70, and 109 fixed: The compiler now preserves invariants
5265     correctly when transforming recursive LABELS functions to LETs.
5266     (thanks to Alexey Dejneka)
5267   * Bug 48a./b. fixed: SYMBOL-MACROLET now refuses to bind symbols
5268     that are names of constants or global variables.
5269   * Bug fix: DEFINE-ALIEN-ROUTINE now declaims the correct FTYPE for
5270     alien routines with docstrings.
5271   * Bug 184 fixed: Division of ratios by the integer 0 now signals an
5272     error of type DIVISION-BY-ZERO. (thanks to Wolfhard Buss and
5273     Raymond Toy)
5274   * Bug fix: Errors in PARSE-INTEGER are now of type PARSE-ERROR.
5275     (thanks to Eric Marsden)
5276   * Bug fix: COERCE to (COMPLEX FLOAT) of rationals now returns an
5277     object of type (COMPLEX FLOAT). (thanks to Wolfhard Buss)
5278   * Bug fix: The SPARC backend can now compile functions involving
5279     LOGAND and stack-allocated arguments. (thanks to Raymond Toy)
5280   * Bug fix: We no longer segfault on passing a non-FILE-STREAM stream
5281     to a functions expecting a PATHNAME-DESIGNATOR.
5282   * Bug fix: DEFGENERIC now enforces the ANSI restrictions on its
5283     lambda lists. (thanks to Alexey Dejneka)
5284   * Bug fix: changed encoding of PCL's internal MAKE-INSTANCE
5285     functions so that EXPORTing the name of the class doesn't cause
5286     MAKE-INSTANCE functions from earlier DEFCLASSes to get lost (thanks
5287     to Antonio Martinez for reporting this)
5288   * Bug 192 fixed: The internal primitive DATA-VECTOR-REF can now be
5289     constant-folded without failing an assertion. (thanks to Einar
5290     Floystad Dorum for reporting this)
5291   * Bugs 123 and 165 fixed: array specializations on as-yet-undefined
5292     types are now dealt with more correctly by the compiler.
5293   * Minor incompatible change: COMPILE-FILE-PATHNAME now merges its
5294     OUTPUT-FILE argument with its INPUT-FILE argument, resulting in
5295     behaviour analogous to RENAME-FILE.  This puts its behaviour more
5296     in line with ANSI's wording on COMPILE-FILE-PATHNAME. (thanks to
5297     Marco Antinotti)
5298   * The fasl file version number has changed again. (because of the
5299     bug fix involving the names of PCL MAKE-INSTANCE functions)
5300
5301 changes in sbcl-0.7.6 relative to sbcl-0.7.5:
5302   * bug fix: Floating point exceptions are treated much more
5303     consistently on the x86/Linux and PPC/Linux platforms.
5304   * Array initialization with :INITIAL-ELEMENT is now much faster for
5305     cases when the compiler cannot open code the array creation, but
5306     does know what the UPGRADED-ARRAY-ELEMENT-TYPE will be. General
5307     array accesses have also seen a speed increase.
5308   * bug fix: LOAD :IF-DOES-NOT-EXIST NIL now works when file type is
5309     specified. (This was at the root of some bad interactions between
5310     SBCL and ILISP: thanks to Gregory Wright for diagnosing this and
5311     reporting the bug.)
5312   * bug fix: Internal error arguments for undefined functions are now
5313     computed correctly on the PPC/Linux platform.
5314   * bug fix: Bad &REST syntax is now checked correctly. (thanks to 
5315     Raymond Toy's patch for CMU CL)
5316   * Support for the Solaris 9 operating environment has been included
5317     (thanks to Daniel Merritt)
5318   * A very ugly but hopefully complete draft of the missing FFI chapter
5319     of the manual has been created by reformatting the corresponding
5320     CMU CL manual chapter into (currently very ugly and incoherent)
5321     DocBook and bringing it up to date for SBCL behavior. Thus, the
5322     manual is now essentially complete, at least by my extreme
5323     once-and-only-once standards, whereby it's acceptable to refer to
5324     the doc strings of SB-EXT functions as the primary documentation.
5325   * The fasl file version number has changed again, due to cleanup of
5326     (user-invisible) bitrotted stuff. (E.g. *!INITIAL-FDEFN-OBJECTS*
5327     is no longer a static symbol.)
5328
5329 changes in sbcl-0.7.5 relative to sbcl-0.7.4:
5330   * SBCL now builds with OpenMCL (version 0.12) as the
5331     cross-compilation host; also, more progress has been made toward
5332     bootstrapping under CLISP.
5333   * SBCL now runs on the Tru64 (aka OSF/1) operating system on the
5334     Alpha architecture.
5335   * bug 158 fixed: The compiler can now deal with integer loop
5336     increments different from 1; fixing this turned out also to fix
5337     bug 164.
5338   * bug 169 fixed: no more bogus warnings about using lexical bindings
5339     despite the presence of perfectly good SPECIAL declarations (thanks
5340     to David Lichteblau)
5341   * bug 175 fixed: CHANGE-CLASS is now more ANSI-conforming,
5342     accepting initargs. (thanks to Espen Johnsen and Pierre Mai)
5343   * bug 179 fixed: DIRECTORY can now deal with filenames with pattern
5344     characters in them.
5345   * bug 180 fixed: Method combination specifications no longer ignore
5346     the :MOST-SPECIFIC-LAST option. (thanks to Pierre Mai)
5347   * bug fix: Structure type predicate functions now check their argument
5348     count as they should.
5349   * bug fix: Classes with :METACLASS STRUCTURE-CLASS now print
5350     correctly. (thanks to Pierre Mai)
5351   * minor incompatible change: The --noprogrammer option is deprecated
5352     in favor of the new --disable-debugger option, which is very similar.
5353     (The major difference is that it takes effect at a slightly different
5354     time at startup, causing handling of errors in --sysinit and
5355     --userinit files will be affected differently.) The
5356     SB-EXT:DISABLE-DEBUGGER and SB-EXT:ENABLE-DEBUGGER functions have
5357     been added to allow this functionality to be controlled from ordinary
5358     Lisp code. (ENABLE-DEBUGGER should help people like the Debian
5359     maintainers, who might want to run non-interactive scripts to
5360     build SBCL cores which will later be used interactively.)
5361   * minor incompatible change: The LOAD function no longer, when given
5362     a wild pathname to load, loads all files matching that pathname.
5363     Instead, an error of type FILE-ERROR is signalled.
5364
5365 changes in sbcl-0.7.4 relative to sbcl-0.7.3:
5366   * bug 147 fixed: The compiler preserves its block link/count
5367     invariants more correctly now so that it doesn't crash. (thanks
5368     to Alexey Dejneka)
5369   * Dynamic loading of object files in OpenBSD is now supported. (thanks
5370     to Pierre Mai)
5371   * COMPILE now works correctly on macros. (thanks to Matthias Hoelzl)
5372   * GET-MACRO-CHARACTER and SET-MACRO-CHARACTER now represent
5373     no-value-for-this-character as NIL (as specified by ANSI).
5374   * HOST-NAMESTRING on physical pathnames now returns a string that is
5375     valid as a host argument to MERGE-PATHNAMES and to MAKE-PATHNAME.
5376     (thanks to Christophe Rhodes)
5377   * The Alpha port handles icache flushing more correctly. (thanks to
5378     Dan Barlow)
5379   * More progress has been made toward bootstrapping under CLISP. (thanks
5380     to Christophe Rhodes)
5381   * The fasl file format has changed again, because dynamic loading
5382     on OpenBSD (which has non-ELF object files) motivated some cleanups
5383     in the way that foreign symbols are transformed and passed around.
5384   * minor incompatible change: The ASCII RUBOUT character, (CHAR-CODE 127),
5385     is no longer treated as whitespace by the reader, but instead as
5386     an ordinary character. Thus e.g. (READ-FROM-STRING "A\7fB") returns
5387     |A\7fB|, instead of A as it used to.
5388
5389 changes in sbcl-0.7.3 relative to sbcl-0.7.2:
5390   * ANSI's DEFINE-SYMBOL-MACRO is now supported. (thanks to Nathan
5391     Froyd porting CMU CL code originally by Douglas Thomas Crosher)
5392   * SBCL now runs on the PPC archtiecture under Linux. It actually did
5393     this as of 0.7.1.45, but was left out of the previous news section
5394     (thanks to Dan Barlow)
5395   * SBCL now runs on the Solaris operating system on SPARC architectures
5396     (thanks to Christophe Rhodes's port of the CMUCL runtime)
5397   * cleanups to the runtime on SPARC, both Linux and Solaris, and for
5398     gcc>=3 (thanks to Nathan Froyd and Ingvar Mattsson)
5399   * SPARC backend cleanups, allowing builds of cores optimized for V8
5400     and V9 SPARCS, and also emission of code targeted to a particular
5401     backend chosen at runtime (thanks to Christophe Rhodes and Raymond
5402     Toy)
5403   * SBCL is closer to bootstrapping under CLISP, thanks to various
5404     fixes by Christophe Rhodes.
5405   * The fasl file format has changed again, to allow the compiler's
5406     INFO database to support symbol macros.
5407   * The user manual (in doc/) is formatted into HTML more nicely.
5408     (thanks to coreythomas)
5409   * The system is smarter about SUBTYPEP relationships, especially
5410     those involving NOT types (including types such as ATOM which are
5411     represented internally using NOT types). Thus SUBTYPEP is less
5412     likely to return (VALUES NIL NIL) in general, and in particular
5413     bugs 58 and (the remaining bits of) bug 50 are fixed. (thanks to
5414     Christophe Rhodes)
5415   * The fasl file format has changed again, because the internal
5416     representation of types now includes a new slot to support the new
5417     SUBTYPEP-of-NOT-types logic.
5418   * (not a change in the main branch of SBCL, but a related prototype
5419     which can hopefully be merged into the main branch of SBCL in the
5420     future:) Brian Spilsbury has produced a Unicode-enabled variant of
5421     sbcl-0.7.0, available as a patch against sbcl-0.7.0 at
5422       <http://designix.com.au/brian/SBCL/sbcl-0.7.0-unicode.p0.gz>.
5423   * Bug 151 fixed: GET-DISPATCH-MACRO-CHAR now returns NIL for undefined
5424     dispatch macro character combinations. (thanks to Alexey Dejneka)
5425   * Bugfix in PARSE-NAMESTRING: we now correctly parse unix namestrings 
5426     that superficially look like logical namestrings correctly.
5427   * USER-HOMEDIR-PATHNAME now returns a (physical) pathname that SBCL
5428     can deal with.
5429   * Bugfix in DEFSTRUCT: BOA constructor lambda lists now accept (name
5430     default supplied-p) for &optional and &key arguments. (thanks to
5431     Martin Atzmueller)
5432
5433 changes in sbcl-0.7.2 relative to sbcl-0.7.1:
5434   * incompatible change: The compiler is now less aggressive about
5435     tail call optimization, doing it only when (> SPACE DEBUG) or
5436     (> SPEED DEBUG). (This is an incompatible change because there are
5437     programs which relied on the old CMU-CL-style behavior to optimize
5438     away their unbounded recursion which will now die of stack overflow.)
5439   * minor incompatible change: The default BYTES-CONSED-BETWEEN-GCS
5440     for non-GENCGC systems has been increased to 20M (since that
5441     seems much closer to the likely performance optimum for modern
5442     systems than the old 4M value was)
5443   * minor incompatible change: new larger values for *DEBUG-PRINT-LENGTH*
5444     and *DEBUG-PRINT-LEVEL*
5445   * SBCL runs on SPARC systems now. (thanks to Christophe Rhodes' port
5446     of CMU CL's support for SPARC, and various endianness and other 
5447     SBCL portability fixes due to Christophe Rhodes and Dan Barlow)
5448   * new syntactic sugar for the Unix command line: --load foo.bar is now
5449     an alternate notation for --eval '(load "foo.bar")'.
5450   * bug fixes:
5451     ** The system now detects stack overflow and handles it gracefully,
5452        at least for (OR (> SAFETY (MAX SPEED SPACE)) (= SAFETY 3))
5453        optimization settings. (This is a good thing in general, and
5454        its introduction in this version should be particularly timely
5455        for anyone whose code fails because of suppression of tail
5456        recursion!)
5457     ** The system now hunts for the C variable "environ" in a more
5458        devious way, to avoid segfaults when the C library version differs
5459        between compile time and run time. (thanks to Christophe Rhodes)
5460     ** INTEGER-valued CATCH tags now work. (thanks to Alexey Dejneka,
5461        and also to Christophe Rhodes for porting the fix to non-X86 CPUs)
5462     ** The compiler no longer issues bogus style warnings for undefined
5463        classes in the same source file as the DEFCLASSes which defined
5464        them. (thanks to Stig E Sandoe for reporting and Martin Atzmueller
5465        for fixing this)
5466     ** fixes in CONDITION class precedence list for undefined function
5467        errors (thanks to Alexei Dejneka)
5468     ** *DEFAULT-PATHNAME-DEFAULTS* is used more consistently and 
5469        correctly. (thanks to Dan Barlow)
5470     ** portability fixes aiming at bootstrapping under CLISP (thanks
5471        to Dave McDonald and Christophe Rhodes)
5472     ** FORMAT fixes (thanks to Robert Strandh and Dan Barlow)
5473     ** fixes in type translation and and type inference (thanks to
5474        Christophe Rhodes)
5475     ** fixes to optimizer internal errors (thanks to Alexei Dejneka)
5476     ** various fixes in the new ports (thanks to Dan Barlow)
5477   * several changes related to debugging:
5478     ** suppression of tail recursion, as noted above
5479     ** stack overflow detection, as noted above
5480     ** The default implementation of TRACE has changed. :ENCAPSULATE T
5481        is now the default. (For some time encapsulation has been more
5482        reliable than the breakpoint-based :ENCAPSULATE NIL
5483        implementation, at least on X86 systems; and I just noticed that
5484        encapsulation also seems closer to the spirit of the ANSI
5485        specification.)
5486
5487 changes in sbcl-0.7.1 relative to sbcl-0.7.0:
5488 * mostly bug fixes:
5489   ** SB-ALIEN:LOAD-FOREIGN and SB-ALIEN:LOAD-1-FOREIGN are set
5490      up properly again. (There was a packaging bug in 0.7.0 which
5491      left their definitions in SB-SYS::LOAD-FOREIGN and 
5492      SB-SYS::LOAD-1-FOREIGN. LOAD-FOREIGN and LOAD-1-FOREIGN are
5493      vital for most things which interface to C-level interfaces,
5494      like extensions working with sockets or databases or
5495      Perl-compatible regexes or whatever, and the need to fix
5496      this bug is the main reason that 0.7.1 was released so
5497      soon after 0.7.0.)
5498   ** DEFGENERIC is now choosier about the methods it redefines, so that
5499      reLOADing a previously-LOADed file containing DEFGENERICs does
5500      the right thing now. Thus, the Lispy edit/reLOAD-a-little/test
5501      cycle now works as it should. (thanks to Alexey Dejneka)
5502   ** Bug 106 (types (COMPLEX FOO) where FOO is an obscure type) was
5503      fixed by Christophe Rhodes. (He actually submitted this patch
5504      months ago, and I delayed until after 0.7.0.)
5505   ** Bug 111 (internal compiler confusion about runtime checks on
5506      FUNCTION types) was fixed by Alexey Dejneka.
5507 * Some internal cleanups (getting rid of variables which aren't
5508   needed now that the byte interpreter is gone) caused the fasl
5509   file format number to change again.
5510
5511 changes in sbcl-0.7.0 relative to sbcl-0.6.13:
5512 * major incompatible change: The default fasl file extension, i.e. the
5513   default extension for files produced by COMPILE-FILE, has changed
5514   to ".fasl", for all architectures. (No longer ".x86f" and ".axpf".) 
5515 * compiler changes:
5516   ** There are many changes in the implementation of the compiler.
5517      SBCL is now essentially a compiler-only implementation of ANSI
5518      Common Lisp. EVAL still "interprets" a few special cases, but 
5519      almost all the interesting cases are handled by creating
5520      a LAMBDA expression, calling COMPILE on it, then calling 
5521      FUNCALL on the result.
5522   ** The EVAL-WHEN code has been rewritten to be ANSI-compliant, and
5523      various related bugs (IR1-1, IR1-2, IR1-3, IR1-3a) have gone away.
5524      Since the code is newer, there might still be some new bugs
5525      (though not as many as before Martin Atzmueller's fixes:-). But 
5526      the new code is substantially simpler and clearer, and hopefully
5527      any remaining bugs will be simpler, less fundamental, and more
5528      fixable then the bugs in the old code.
5529   ** The revised compiler is still a little unsteady on its feet.
5530      In particular,
5531      *** The debugging information it produces (particularly the names
5532          of FUNCTION objects) is sometimes much less useful than what
5533          the old compiler produced.
5534      *** The support for inlining FOO when you (DECLAIM (INLINE FOO))
5535          then do (DEFUN FOO ..) in a non-null lexical environment (e.g.
5536          within a MACROLET) has been temporarily weakened.
5537   ** There are new compiler optimizations for various functions:
5538      *** the sequence functions FIND, POSITION, FIND-IF, POSITION-IF,
5539          FIND-IF-NOT, POSITION-IF-NOT, and FILL
5540      *** the math functions TRUNCATE, FLOOR, and CEILING
5541      *** the function-of-all-trades COERCE
5542      Mostly these should be transparent, but there's one
5543      potentially-annoying problem (bug 117): when the compiler
5544      inline-expands a function and does type analysis on the result,
5545      it can create control paths which have type mismatches, and
5546      when it can't prove that those control paths aren't taken,
5547      it will issue WARNINGs about the type mismatches. This is 
5548      a particular problem in practice for the new sequence functions.
5549      It's not clear how this should be fixed, and for now, a
5550      workaround is given in the entry for 117 in the BUGS file.
5551   ** (Because of the interaction between the two previous items --
5552      occasional inlining problems and new inline expansions -- some
5553      of the new sequence function optimizations won't really kick in
5554      completely until debugging information, and then inlining, are
5555      straightened out in some future version.)
5556 * minor incompatible changes:
5557   ** As part of a bug fix by Christophe Rhodes to DIRECTORY behavior,
5558      DIRECTORY no longer implicitly promotes NIL slots of its
5559      pathname argument to :WILD. In particular, when you ask for the
5560      contents of a directory (which you used to be able to do without
5561      explicit wildcards, e.g. (DIRECTORY "/tmp/")) you now need to use
5562      explicit wildcards, e.g. (DIRECTORY "/tmp/*.*").
5563   ** changes in behavior that ANSI explicitly defines to be
5564      implementation dependent:
5565      *** The new compiler-only implementation still conforms with ANSI,
5566          but acts a little different than before. Besides the obvious
5567          changes in performance tradeoffs (that the cost per form passed
5568          to EVAL has gone up, and the cost per form executed by EVAL
5569          has gone down), the behavior of the system changes a little
5570          because there are no longer any interpreted function objects.
5571          COMPILED-FUNCTION-P is now synonymous with FUNCTIONP, and
5572          e.g. doing COMPILE on the output of interactive DEFUN is
5573          now a no-op.
5574      *** The value of INTERNAL-TIME-UNITS-PER-SECOND has been increased
5575          from 100 to 1000.
5576      *** The default for the USE list in MAKE-PACKAGE and DEFPACKAGE
5577          has changed from (:CL) to NIL.
5578      *** The CHAR-NAME of unprintable ASCII characters which, unlike
5579          e.g. #\Newline and #\Tab, don't have names specified in the
5580          ANSI Common Lisp standard, is now based on their ASCII symbolic
5581          names (#\Nul, #\Soh, #\Stx, etc.) The old CMU-CL-style names
5582          (#\Null, #\^a, #\^b, etc.) are still accepted by NAME-CHAR, but
5583          are no longer used for output.
5584   ** changes in internal implementation constants:
5585      *** The default value of *BYTES-CONSED-BETWEEN-GCS* has doubled, to
5586          4 million. (If your application spends a lot of time GCing and
5587          you have a lot of RAM, you might want to experiment with
5588          increasing it even more.)
5589   ** The SB-C-CALL package has been merged into the SB-ALIEN package.
5590      However, almost all old code should still continue to work without
5591      immediate update, as SB-C-CALL is now a (deprecated) nickname
5592      for SB-ALIEN.
5593   ** Old operator names in the style DEF-FOO are now deprecated in
5594      favor of new corresponding names DEFINE-FOO, for consistency with
5595      the naming convention used in the ANSI standard (DEFSTRUCT, DEFVAR,
5596      DEFINE-CONDITION, DEFINE-MODIFY-MACRO..). This mostly affects
5597      internal symbols, but a few supported extensions like
5598      SB-ALIEN:DEF-ALIEN-FUNCTION are also affected. (So e.g.
5599      DEF-ALIEN-FUNCTION becomes DEFINE-ALIEN-FUNCTION.)
5600   ** The debugger prompt sequence now goes "5]", "5[2]", "5[3]",
5601      etc. as you get deeper into recursive calls to the debugger
5602      command loop, instead of the old "5]", "5]]", "5]]]"
5603      sequence. (I was motivated to do this when squabbles between
5604      ILISP and SBCL left me very deeply nested in the debugger. In the
5605      short term, this change will probably provoke more ILISP/SBCL 
5606      squabbles, but hopefully it will be an improvement in the long run.)
5607   ** SB-ALIEN:DEFINE-ALIEN-FUNCTION (also known by the old deprecated
5608      name DEF-ALIEN-FUNCTION) now does DECLAIM FTYPE for the defined
5609      function, since declaiming return types involving aliens is
5610      (1) annoyingly messy to do by hand and (2) vital to efficient
5611      compilation of code which calls such functions.
5612   ** SB-ALIEN:LOAD-FOREIGN and SB-ALIEN:LOAD-1-FOREIGN are no
5613      longer reexported by the SB-EXT package. They're solely useful
5614      for alien code, so it seems more logical that you should get
5615      them from the SB-ALIEN package, not in SB-EXT.
5616   ** :SB-CONSTRAIN-FLOAT-TYPE, :SB-PROPAGATE-FLOAT-TYPE, and
5617      :SB-PROPAGATE-FUN-TYPE are no longer considered to be optional
5618      features. Instead, the code that they used to control is always
5619      built into the system.
5620 * many other bug fixes
5621   ** DEFSTRUCT and DEFCLASS have been substantially updated to take
5622      advantage of the new EVAL-WHEN stuff and to clean them up in 
5623      general, and they are now more ANSI-compliant in a number of
5624      ways. Martin Atzmueller is responsible for a lot of this.
5625   ** Besides the cleanups discussed above, Martin Atzmueller fixed
5626      several other bugs:
5627      *** fixes in READ-SEQUENCE and WRITE-SEQUENCE
5628      *** correct ERROR type for various file operations
5629      *** some fixes for Lisp streams
5630      *** DEFMETHOD syntax checking
5631      *** changing old weird representation of debug information as
5632          strings (which, among their other deficiencies, don't transform
5633          correctly when you rename packages, and don't change their
5634          print representation when you change things like *PACKAGE*
5635          and *PRINT-LENGTH*) to symbols and lists of symbols
5636      He also made several improvements and fixed several bugs in DESCRIBE.
5637   ** Alexey Dejneka fixed many bugs, including classic bugs and bugs he
5638      discovered himself:
5639      *** misbehavior of WRITE-STRING/WRITE-LINE
5640      *** LOOP over keys of a hash table, LOOP bugs 49b and 81 and 103,
5641          and several other LOOP problems as well
5642      *** DIRECTORY when similar filenames are present
5643      *** DEFGENERIC with :METHOD options
5644      *** bug 126, in (MAKE-STRING N :INITIAL-ELEMENT #\SPACE))
5645      *** bug in the optimization of ARRAY-ELEMENT-TYPE
5646      *** argument ordering in FIND with :TEST option
5647      *** mishandled package designator argument in APROPOS-LIST
5648      *** various problems in the backquote readmacro
5649      *** a bug in APROPOS
5650      *** probably some others that I'm not describing very well here,
5651          since the CVS log documents them by reference to sbcl-devel
5652          messages, and the SourceForge archives aren't working well.:-(
5653   ** Dan Barlow improved the Alpha port (and is making progress on the
5654      PPC port, for those of you who think different).
5655   ** Besides the DIRECTORY fixes and changes mentioned elsewhere,
5656      Christophe Rhodes cleaned up the system self-test scripts (in tests/*),
5657      contributed the optimization of FIND-IF-NOT and POSITION-IF-NOT, and
5658      continues to work on the SPARC port (for those of you in a position
5659      to look down upon our little PC-compatible boxes from a great height). 
5660   ** PPRINT-LOGICAL-BLOCK now copies the *PRINT-LINES* value on entry
5661      and uses that copy, rather than the current dynamic value, when
5662      it's trying to decide whether to truncate output. Thus e.g.
5663        (let ((*print-lines* 50))
5664          (pprint-logical-block (stream nil)
5665            (dotimes (i 10)
5666              (let ((*print-lines* 8))
5667                (print (aref possiblybigthings i) stream)))))
5668      should now truncate the logical block only at 50 lines, instead of
5669      often truncating it at 8 lines, as it did before.
5670 * The doc/cmucl/ directory, containing old CMU CL documentation
5671   from the time of the fork, is no longer part of the base system.
5672   SourceForge has shut down its anonymous FTP service, and with it
5673   my original plan for distributing the old CMU CL documentation
5674   there. For now, if you need these files you can download an old
5675   SBCL source release and extract them from it.
5676 * The fasl file version number changed again, for dozens of reasons,
5677   some of which are apparent above.
5678
5679 changes in sbcl-0.6.13 relative to sbcl-0.6.12:
5680 * a port to the Compaq/DEC Alpha CPU, thanks to Dan Barlow
5681 * Martin Atzmueller ported Tim Moore's marvellous CMU CL DISASSEMBLE
5682   patch, so that DISASSEMBLE output is much nicer.
5683 * The code in the SB-PROFILE package now seems reasonably stable.
5684   I still haven't decided what the final interface should look like
5685   (I'd like PROFILE to interact cleanly with TRACE, since both
5686   facilities use function encapsulation) but if you have a need
5687   for profiling now, you can probably use it successfully with
5688   the current CMU-CL-style interface.
5689 * Pathnames and *DEFAULT-DIRECTORY-DEFAULTS* are much more
5690   ANSI-compliant, thanks to various fixes and tests from Dan Barlow.
5691   Also, at Dan Barlow's suggestion, TRUENAME on a dangling symbolic
5692   link now returns the dangling link itself, and for similar
5693   reasons, TRUENAME on a cyclic symbolic link returns the cyclic
5694   link itself. (In these cases the old code signalled an error and
5695   looped endlessly, respectively.) Thus, DIRECTORY now works even
5696   in the presence of dangling and cyclic symbolic links.
5697 * Compiler trace output (the :TRACE-FILE option to COMPILE-FILE)
5698   is now a supported extension again, since the consensus on
5699   sbcl-devel was that it can be useful for ordinary development
5700   work, not just for debugging SBCL itself.
5701 * The default for SB-EXT:*DERIVE-FUNCTION-TYPES* has changed to
5702   NIL, i.e. ANSI behavior, i.e. the compiler now recognizes
5703   that currently-defined functions might be redefined later with 
5704   different return types. 
5705 * Hash tables can be printed readably, as inspired by CMU CL code
5706   of Eric Marsden and SBCL code of Martin Atzmueller.
5707 * better error handling in CLOS method combination, thanks to 
5708   Martin Atzmueller porting Pierre Mai's CMU CL patches
5709 * more overflow fixes for >16Mbyte I/O buffers
5710 * A bug in READ has been fixed, so that now a single Ctrl-D
5711   character suffices to cause end-of-file on character streams.
5712   In particular, now you only need one Ctrl-D at the command
5713   line (not two) to exit SBCL.
5714 * fixed bug 26: ARRAY-DISPLACEMENT now returns (VALUES NIL 0) for 
5715   undisplaced arrays.
5716 * fixed bug 107 (reported as a CMU CL bug by Erik Naggum on 
5717   comp.lang.lisp 2001-06-11): (WRITE #*101 :RADIX T :BASE 36) now
5718   does the right thing.
5719 * The implementation of some type tests, especially for CONDITION
5720   types, is now tidier and maybe faster, due to CMU CL code
5721   originally by Douglas Crosher, ported by Martin Atzmueller.
5722 * Some math functions have been fixed, and there are new
5723   optimizers for deriving the types of COERCE and ARRAY-ELEMENT-TYPE,
5724   thanks to Raymond Toy's work on CMU CL, ported by Martin Atzmueller.
5725 * (There are also some new optimizers in contrib/*-extras.lisp. Those
5726   aren't built into sbcl-0.6.13, but are a sneak preview of what's
5727   likely to be built into sbcl-0.7.0.)
5728 * A bug in COPY-READTABLE was fixed. (Joao Cachopo's patch to CMU
5729   CL, ported to SBCL by Martin Atzmueller)
5730 * DESCRIBE now gives more information in some cases. (Pierre Mai's
5731   patch to CMU CL, ported to SBCL by Martin Atzmueller)
5732 * Martin Atzmueller and Bill Newman fixed some bugs in INSPECT.
5733 * There's a new slam.sh hack to shorten the edit/compile/debug
5734   cycle for low-level changes to SBCL itself, and a new
5735   :SB-AFTER-XC-CORE target feature to control the generation of
5736   the after-xc.core file needed by slam.sh.
5737 * minor incompatible change: The ENTRY-POINTS &KEY argument to 
5738   COMPILE-FILE is no longer supported, so that now every function
5739   gets an entry point, so that block compilation looks a little
5740   more like the plain vanilla ANSI section 3.2.2.3 scheme.
5741 * minor incompatible change: SB-EXT:GET-BYTES-CONSED now
5742   returns the number of bytes consed since the system started,
5743   rather than the number consed since the first time the function
5744   was called. (The new definition parallels ANSI functions like
5745   CL:GET-INTERNAL-RUN-TIME.)
5746 * minor incompatible change: The old CMU-CL-style DIRECTORY options,
5747   i.e. :ALL, :FOLLOW-LINKS, and :CHECK-FOR-SUBDIRS, are no longer
5748   supported. Now DIRECTORY always does the abstract Common-Lisp-y
5749   thing, i.e. :ALL T :FOLLOW-LINKS T :CHECK-FOR-SUBDIRS T.
5750 * Fasl file version numbers are now independent of the target CPU,
5751   since historically most system changes which required version
5752   number changes have affected all CPUs equally. Similarly, 
5753   the byte fasl file version is now equal to the ordinary
5754   fasl file version.
5755
5756 changes in sbcl-0.6.12 relative to sbcl-0.6.11:
5757 * incompatible change: The old SB-EXT:OPTIMIZE-INTERFACE declaration
5758   is no longer recognized. I apologize for this, because it was
5759   listed in SB-EXT as a supported extension, but I found that
5760   its existing behavior was poorly specified, as well as incorrectly
5761   specified, and it looked like too much of a mess to straighten it
5762   out. I have enough on my hands trying to get ANSI stuff to work..
5763 * many patches ported from CMU CL by Martin Atzmueller, with 
5764   half a dozen bug fixes in pretty-printing and the debugger, and
5765   half a dozen others elsewhere
5766 * fixed bug 13: Floating point infinities are now supported again.
5767   They might still be a little bit flaky, but thanks to bug reports
5768   from Nathan Froyd and CMU CL patches from Raymond Toy they're not
5769   as flaky as they were.
5770 * The --noprogrammer command line option is now supported. (Its
5771   behavior is slightly different in detail from what the old man
5772   page claimed it would do, but it's still appropriate under the
5773   same circumstances that the man page talks about.)
5774 * The :SB-PROPAGATE-FLOAT-TYPE and :SB-PROPAGATE-FUN-TYPE features
5775   are now supported, and enabled by default. Thus, the compiler can
5776   handle many floating point and complex operations much less
5777   inefficiently. (Thus e.g. you can implement a complex FFT
5778   without consing!)
5779 * The compiler now detects type mismatches between DECLAIM FTYPE 
5780   and DEFUN better, and implements CHECK-TYPE more correctly, and
5781   SBCL builds under CMU CL again despite its non-ANSI EVAL-WHEN,
5782   thanks to patches from Martin Atzmueller.
5783 * various fixes to make the cross-compiler more portable to
5784   ANSI-conforming-but-different cross-compilation hosts (notably
5785   Lispworks for Windows, following bug reports from Arthur Lemmens)
5786 * A bug in READ-SEQUENCE for CONCATENATED-STREAM, and a gross
5787   ANSI noncompliance in DEFMACRO &KEY argument parsing, have been
5788   fixed thanks to Pierre Mai's CMU CL patches.
5789 * fixes to keep the system from overflowing internal counters when
5790   it tries to use i/o buffers larger than 16M bytes
5791 * fixed bug 45a: Various internal functions required to support
5792   complex special functions have been merged from CMU CL sources.
5793   (When I was first setting up SBCL, I misunderstood a compile-time
5794   conditional #-OLD-SPECFUN, and so accidentally deleted them.)
5795 * improved support for type intersection and union, fixing bug 12
5796   (e.g., now (SUBTYPEP 'KEYWORD 'SYMBOL)=>T,T) and some other
5797   more obscure bugs as well
5798 * some steps toward byte-compiling non-performance-critical
5799   parts of the system, courtesy of patches from Martin Atzmueller
5800 * Christophe Rhodes has made some debian packages of sbcl at
5801   <http://www-jcsu.jesus.cam.ac.uk/ftp/pub/debian/lisp>.
5802   From his sbcl-devel e-mail of 2001-04-08 they're not completely
5803   stable, but are nonetheless usable. When he's ready, I'd be happy
5804   to add them to the SourceForge "File Releases" section. (And if
5805   anyone wants to do RPMs or *BSD packages, they'd be welcome too.)
5806 * new fasl file format version number (because of changes in 
5807   internal representation of (OR ..) types to accommodate the new
5808   support for (AND ..) types, among other things)
5809
5810 changes in sbcl-0.6.11 relative to sbcl-0.6.10:
5811 * Martin Atzmueller pointed out that bugs #9 and #25 are gone in
5812   current SBCL.
5813 * bug 34 fixed by Martin Atzmueller: dumping/loading instances works
5814   better
5815 * fixed bug 40: TYPEP, SUBTYPEP, UPGRADED-ARRAY-ELEMENT-TYPE, 
5816   and UPGRADED-COMPLEX-PART-TYPE now work better with of compound
5817   types built from undefined types, e.g. '(VECTOR SOME-UNDEF-TYPE).
5818 * DESCRIBE now works on structure objects again.
5819 * Most function call argument type mismatches are now handled as
5820   STYLE-WARNINGs instead of full WARNINGs, since the compiler doesn't
5821   know whether the function will be redefined before the call is
5822   executed. (The compiler could flag local calls with full WARNINGs,
5823   as per the ANSI spec "3.2.2.3 Semantic Constraints", but right now
5824   it doesn't keep track of enough information to know whether calls
5825   are local in this sense.)
5826 * Compiler output is now more verbose, with messages truncated
5827   later than before. (There should be some supported way for users
5828   to override the default verbosity, but I haven't decided how to 
5829   provide it yet, so this behavior is still controlled by the internal
5830   SB-C::*COMPILER-ERROR-PRINT-FOO* variables in
5831   src/compiler/ir1util.lisp.)
5832 * Fasl file format version numbers have increased again, because
5833   support for the Gray streams extension changes the layout of the
5834   system's STREAM objects.
5835 * The Gray subclassable streams extension now works, thanks to a 
5836   patch from Martin Atzmueller.
5837 * The full LOAD-FOREIGN extension (not just the primitive
5838   LOAD-FOREIGN-1) now works, thanks to a patch from Martin Atzmueller.
5839 * The default behavior of RUN-PROGRAM has changed. Now, unlike CMU CL
5840   but like most other programs, it defaults to copying the Unix
5841   environment from the original process instead of starting the
5842   new process in an empty environment.
5843 * Extensions which manipulate the Unix environment now support
5844   an :ENVIRONMENT keyword option which doesn't smash case or 
5845   do other bad things. The CMU-CL-style :ENV option is retained
5846   for porting convenience.
5847 * LOAD-FOREIGN (and LOAD-1-FOREIGN) now support logical pathnames,
5848   as per Daniel Barlow's suggestion and Martin Atzmueller's patch
5849
5850 changes in sbcl-0.6.10 relative to sbcl-0.6.9:
5851
5852 * A patch from Martin Atzmueller seems to have solved the SIGINT
5853   problem, and as far as we know, signal-handling now works cleanly.
5854   (If you find any new bugs, please report them!)
5855 * The system no longer defaults Lisp source file names to types
5856   ".l", ".cl", or ".lsp", but only to ".lisp". 
5857 * The compiler no longer uses special default file extensions for
5858   byte-compiled code. (The ANSI definition of COMPILE-FILE-PATHNAME
5859   seems to expect a single default extension for all compiled code,
5860   and there's no compelling reason to try to stretch the standard
5861   to allow two different extensions.) Instead, byte-compiled files
5862   default to the same extension as native-compiled files.
5863 * Fasl file format version numbers have increased again, because
5864   a rearrangement of internal implementation packages made some 
5865   dumped symbols in old fasl files unreadable in new cores.
5866 * DECLARE/DECLAIM/PROCLAIM logic is more nearly ANSI in general, with
5867   many fewer weird special cases.
5868 * Bug #17 (differing COMPILE-FILE behavior between logical and 
5869   physical pathnames) has been fixed, and some related misbehavior too,
5870   thanks to a patch from Martin Atzmueller.
5871 * Bug #30 (reader problems) is gone, thanks to a CMU CL patch
5872   by Tim Moore, ported to SBCL by Martin Atzmueller.
5873 * Martin Atzmueller fixed several filesystem-related problems,
5874   including bug #36, in part by porting CMU CL patches, which were
5875   written in part by Paul Werkowski.
5876 * More compiler warnings in src/runtime/ are gone, thanks to 
5877   more patches from Martin Atzmueller.
5878 * Martin Atzmueller pointed out that bug 37 was fixed by his patches
5879   some time ago.
5880
5881 changes in sbcl-0.6.9 relative to sbcl-0.6.8:
5882
5883 * DESCRIBE now works on CONDITION objects.
5884 * The debugger now handles errors which arise when trying to print
5885   *DEBUG-CONDITION*, so that it's less likely to fall into infinite
5886   regress.
5887 * The build system now uses an additional file, customize-target-features.lisp,
5888   to allow local modifications to the target *FEATURES* list. (The point of
5889   this is that now I can set up a custom configuration, e.g. with :SB-SHOW
5890   debugging features enabled, without having to worry about propagating it
5891   into everyone's system when I do a "cvs update".) When no
5892   customize-target-features.lisp file exists, the target *FEATURES* list
5893   should be constructed the same way as before.
5894 * fixed bugs in DEFCONSTANT ANSI-compatibility:
5895   ** DEFCONSTANT now tests reassignments using EQL, not EQUAL, in order to 
5896      warn about behavior which is undefined under the ANSI spec. Note: This
5897      is specified by ANSI, but it's not very popular with programmers.
5898      If it causes you problems, take a look at the new SB-INT:DEFCONSTANT-EQX
5899      macro in the SBCL sources for an example of a workaround which you
5900      might use to make portable ANSI-standard code which does what you want.
5901   ** DEFCONSTANT's implementation is now based on EVAL-WHEN instead of on
5902      pre-ANSI IR1 translation magic, so it does the ANSI-specified thing
5903      when it's used as a non-toplevel form. (This is required in order
5904      to implement the DEFCONSTANT-EQX macro.)
5905   ** (DEFCONSTANT X 1) (DEFVAR X) (SETF X 2) no longer "works".
5906   ** Unfortunately, non-toplevel DEFCONSTANT forms can still do some
5907      funny things, due to bugs in the implementation of EVAL-WHEN
5908      (bug #IR1-3). This probably won't be fixed until 0.7.x. (Fortunately,
5909      non-toplevel DEFCONSTANTs are uncommon.)
5910 * The core file version number and fasl file version number have been 
5911   incremented, because the old noncompliant DEFCONSTANT behavior involved
5912   calling functions which no longer exist, and because I also took the
5913   opportunity to chop an unsupported slot out of the DEBUG-SOURCE structure.
5914 * fixed bug 1 (error handling before read-eval-print loop starts), and
5915   redid debugger restarts and related debugger commands somewhat while
5916   doing so:
5917   ** The QUIT debugger command is gone, since it did something
5918      rather different than the SB-EXT:QUIT command, and since it never
5919      worked properly outside the main toplevel read/eval/print loop.
5920      Invoking the new TOPLEVEL restart provides the same functionality.
5921   ** The GO debugger command is also gone, since you can just invoke
5922      the CONTINUE restart directly instead.
5923   ** The TOP debugger command is also gone, since it's redundant with the
5924      FRAME 0 command, and since it interfered with abbreviations for the
5925      TOPLEVEL restart.
5926 * The system now recovers better from non-PACKAGE values of the *PACKAGE*
5927   variable.
5928 * The system now understands compound CONS types (e.g. (CONS FIXNUM T))
5929   as required by ANSI. (thanks to Douglas Crosher's CMU CL patches, with
5930   some porting work by Martin Atzmueller)
5931 * Martin Atzmueller reviewed the CMU CL mailing lists and came back
5932   with a boatload of patches which he ported to SBCL. Now that those
5933   have been applied,
5934   ** The system tries to make sure that its low-priority messages
5935      are prefixed by semicolons, to help people who like to use
5936      syntax highlighting in their ILISP buffer. (This patch
5937      was originally due to Raymond Toy.)
5938   ** The system now optimizes INTEGER-LENGTH better, thanks to more
5939      patches originally written by Raymond Toy.
5940   ** The compiler understands coercion between single-value and 
5941      multiple-VALUES type expressions better, getting rid of some very
5942      weird behavior, thanks to patches originally by Robert MacLachlan
5943      and Douglas Crosher.
5944   ** The system understands ANSI-style non-KEYWORD &KEY arguments in 
5945      lambda lists, thanks to a patch originally by Pierre Mai.
5946   ** The system no longer bogusly warns about "abbreviated type
5947      declarations".
5948   ** The compiler gets less confused by inlining and RETURN-FROM,
5949      thanks to some patches originally by Tim Moore.
5950   ** The system no longer hangs when dumping circular lists to fasl
5951      files, thanks to a patch originally from Douglas Crosher.
5952 * Martin Atzmueller also fixed ROOM, so that it no longer fails with an
5953   undefined function error.
5954 * gave up on fixing bug 3 (forbidden-by-ANSI warning for type mismatch
5955   in structure slot initforms) for now, documented workaround instead:-|
5956 * fixed bug 4 (no WARNING for DECLAIM FTYPE of slot accessor function)
5957 * fixed bug 5: added stubs for various Gray stream functions called
5958   in the not-a-CL:STREAM case, so that even when Gray streams aren't
5959   installed, at least appropriate type errors are generated
5960 * fixed bug 8: better reporting of various PROGRAM-ERRORs
5961 * fixed bug 9: IGNORE and IGNORABLE now work reasonably and more
5962   consistently in DEFMETHOD forms. 
5963 * removed bug 21 from BUGS, since Martin Atzmueller points out that 
5964   it doesn't seem to affect SBCL after all
5965 * The C runtime system now builds with better optimization and many
5966   fewer warnings, thanks to lots of cleanups by Martin Atzmueller.
5967
5968 changes in sbcl-0.6.8 relative to sbcl-0.6.7:
5969
5970 * The system is now under CVS at SourceForge (instead of the
5971   CVS repository on my home machine).
5972 * The new signal handling code has been tweaked to treat register
5973   contents as (UNSIGNED-BYTE 32), as the old CMU CL code did,
5974   instead of (SIGNED-BYTE 32), as the C header files have it. (Code 
5975   downstream, e.g. in debug-int.lisp, has implicit dependencies
5976   on the unsignedness of integer representation of machine words, 
5977   and that caused the system to bomb out with infinite regress
5978   when trying to recover from type errors involving signed values,
5979   e.g. (BUTLAST '(1 2 3) -1).)
5980 * (BUTLAST NIL) and (NBUTLAST NIL) now return NIL as they should.
5981   (This was one of the bugs Peter Van Eynde reported back in July.)
5982 * The system now uses code inspired by Colin Walters' O(N)
5983   implementation of MAP (from the cmucl-imp@cons.org mailing
5984   list, 2 September 2000) when it can't use a DEFTRANSFORM to
5985   inline the MAP operation, and there is more than one
5986   sequence argument to the MAP call (so that it can't just
5987   do ETYPECASE once and for all based on the type of the
5988   single sequence argument). (The old non-inline implementation
5989   of the general M-argument sequence-of-length-N case required
5990   O(M*N*N) time when any of the sequence arguments were LISTs.)
5991 * The QUIT :UNIX-CODE keyword argument has been renamed to 
5992   QUIT :UNIX-STATUS. (The old name still works, but is deprecated.)
5993 * Raymond Wiker's patches to port RUN-PROGRAM from CMU CL to SBCL
5994   have been added.
5995 * Raymond Wiker's patches to port dynamic loading from Linux to
5996   FreeBSD have been added.
5997 * The BUGS file is now more nearly up to date, thanks in large part
5998   to Martin Atzmueller's review of it.
5999 * The debugger now flushes standard output streams before it begins
6000   its output ("debugger invoked" and so forth).
6001 * The core version number and fasl file version number have both
6002   been incremented, because of incompatible changes in the layout
6003   of static symbols.
6004 * FINISH-OUTPUT is now called more consistently on QUIT. (It
6005   used to not be called for a saved Lisp image.)
6006 * Martin Atzmueller's version of a patch to fix a compiler crash,
6007   as posted on sbcl-devel 13 September 2000, has been installed.
6008 * Instead of installing Martin Atzmueller's patch for the
6009   compiler transform for SUBSEQ, I deleted the compiler transform,
6010   and transforms for some similar consing operations.
6011 * A bug in signal handling which kept TRACE from working on OpenBSD
6012   has been fixed.
6013 * added enough DEFTRANSFORMs to allow (SXHASH 'FOO) to be optimized
6014   away by constant folding
6015 * The system now defines its address space constants in one place
6016   (in the Lisp sources), and propagates them automatically elsewhere
6017   (through GENESIS and the sbcl.h file). Therefore, patching the
6018   address map is less unnecessarily tedious and error-prone. The
6019   Lisp names of address space constants have also been systematized.
6020 * CVS tags like dollar-Header-dollar have been removed from
6021   the sources, because they have never saved me trouble and
6022   they've been source of trouble working with patches and other
6023   diff-related operations.
6024 * fixed the PROG1-vs.-PROGN bug in HANDLER-BIND (reported by 
6025   ole.rohne@cern.ch on cmucl-help@cons.org 2000-10-25)
6026
6027 changes in sbcl-0.6.7 relative to sbcl-0.6.6:
6028
6029 * The system has been ported to OpenBSD.
6030 * The system now compiles with a simple "sh make.sh" on the systems
6031   that it's supported on. I.e., now you no longer need to tweak 
6032   text in the target-features.lisp-expr and symlinks in src/runtime/
6033   by hand, the make.sh takes care of it for you.
6034 * The system is no longer so grossly inefficient when compiling code
6035   involving vectors implemented as general (not simple) vectors (VECTOR T),
6036   so code which dares to use VECTOR-PUSH-EXTEND and FILL-POINTER, or
6037   which dares to use the various sequence functions on non-simple 
6038   vectors, takes less of a performance hit.
6039   * There is now a primitive type predicate VECTOR-T-P
6040     to test for the (VECTOR T) type, so that e.g.
6041         (DEFUN FOO (V) (DECLARE (TYPE (VECTOR T) V)) (AREF V 3))
6042     can now be compiled with some semblance of efficiency. (The old code
6043     turned the type declaration into a full call to %TYPEP at runtime!)
6044   * AREF on (VECTOR T) is still not fast, since it's still compiled
6045     as a full call to SB-KERNEL:DATA-VECTOR-REF, but at least the
6046     ETYPECASE used in DATA-VECTOR-REF is now compiled reasonably
6047     efficiently. (The old version made full calls to SUBTYPEP at runtime!)
6048   * (MAKE-ARRAY 12 :FILL-POINTER T) is now executed less inefficiently,
6049     without making full calls to SUBTYPEP at runtime.
6050   (Some analogous efficiency issues for non-simple vectors specialized to
6051   element types other than T, or for non-simple multidimensional arrays,
6052   have not been addressed. They could almost certainly be handled the
6053   same way if anyone is motivated to do so.)
6054 * The changes in array handling break binary compatibility, so
6055   *BACKEND-FASL-FILE-VERSION* has been bumped to 4.
6056 * (TYPEP (MAKE-ARRAY 12 :FILL-POINTER 4) 'VECTOR) now returns (VALUES T)
6057   instead of (VALUES T T).
6058 * By following the instructions that Dan Barlow posted to sbcl-devel
6059   on 2 July 2000, I was able to enable primitive dynamic object
6060   file loading code for Linux. The full-blown CMU CL LOAD-FOREIGN
6061   functionality is not implemented (since it calls ld to resolve
6062   library references automatically, requiring RUN-PROGRAM for its
6063   implementation), but a simpler SB-EXT:LOAD-1-FOREIGN (which doesn't
6064   try to resolve library references) is now supported.
6065 * The system now flushes the standard output streams when it terminates,
6066   unless QUIT is used with the RECKLESSLY-P option set. It also flushes
6067   them at several other probably-convenient times, e.g. in each pass of
6068   the toplevel read-eval-print loop, and after evaluating a form given
6069   as an "--eval" command-line option. (These changes were motivated by a
6070   discussion of stream flushing issues on cmucl-imp in August 2000.) 
6071 * The source transform for TYPEP of array types no longer assumes
6072   that an array whose element type is a not-yet-defined type 
6073   is implemented as an array of T, but instead punts, so that the 
6074   type will be interpreted at runtime.
6075 * There is now some support for cross-compiling in make.sh: each of
6076   the phases of make.sh has its own script. (This should be transparent
6077   to people doing ordinary, non-cross-compile builds.)
6078 * Since my laptop doesn't have hundreds of megabytes of memory like
6079   my desktop machine, I became more motivated to do some items on
6080   my to-do list in order to reduce the size of the system a little:
6081   ** Arrange for various needed-only-at-cold-init things to be
6082      uninterned after cold init. To support this, those things have
6083      been renamed from FOO and *FOO* to !FOO and *!FOO* (i.e., all
6084      symbols with such names are now uninterned after cold init).
6085   ** Bind SB!C::*TOP-LEVEL-LAMBDA-MAX* to a nonzero value when building
6086      fasl files for cold load.
6087   ** Remove the old compiler structure pooling code (which used to 
6088      be conditional on the target feature :SB-ALLOC) completely.
6089   ** Redo the representation of some data in cold init to be more compact.
6090   (I also looked into supporting byte compiled code at bootstrap time,
6091   which would probably reduce the size of the system a lot, but that
6092   looked too complicated, so I punted for now.)
6093 * The maximum signal nesting depth in the src/runtime/ support code has
6094   been reduced from 4096 to 256. (I don't know any reason for the very
6095   large old value. If the new smaller value turns out to break something,
6096   I'll probably just bump it back up.)
6097 * PPRINT-LOGICAL-BLOCK is now pickier about the types of its arguments,
6098   as per ANSI.
6099 * Many, many bugs reported by Peter Van Eynde have been added to
6100   the BUGS list; some have even been fixed.
6101 * While enabling dynamic object file loading, I tried to make the 
6102   code easier to understand, renaming various functions and variables
6103   with less ambiguous names, and changing some function calling
6104   conventions to be Lispier (e.g. returning NIL instead of 0 for failure).
6105 * While trying to figure out how to do the OpenBSD port, I tried to 
6106   clean up some of the code in src/runtime/. In particular, I dropped
6107   support for non-POSIX signal handling, added various comments, 
6108   tweaked the code to reduce the number of compilation warnings, and
6109   renamed some files to increase consistency.
6110 * To support the new automatic configuration functionality in make.sh,
6111   the source file target-features.lisp-expr has been replaced with the
6112   source file base-target-features.lisp-expr and the machine-generated
6113   file local-target-features.lisp-expr.
6114 * fixed a stupid quoting error in make.sh so that using CMU CL
6115   "lisp -batch" as cross-compilation host works again
6116
6117 changes in sbcl-0.6.6 relative to sbcl-0.6.5:
6118
6119 * DESCRIBE no longer tries to call itself recursively to describe
6120   bound/fbound values, so that it no longer fails on symbols which are
6121   bound to themselves (like keywords, T, and NIL).
6122 * DESCRIBE now works on generic functions.
6123 * The printer now prints less-screwed-up representations of closures
6124   (not naively trying to bogusly use the %FUNCTION-NAME accessor on them).
6125 * A private symbol is used instead of the :EMPTY keyword previously 
6126   used to mark empty slots in hash tables. Thus 
6127         (DEFVAR *HT* (MAKE-HASH-TABLE))
6128         (SETF (GETHASH :EMPTY *HT*) :EMPTY)
6129         (MAPHASH (LAMBDA (K V) (FORMAT T "~&~S ~S~%" K V)))
6130   now does what ANSI says that it should. (You can still get 
6131   similar noncompliant behavior if bang on the hash table
6132   implementation with all the symbols you get back from 
6133   DO-ALL-SYMBOLS, but at least that's a little harder to do.)
6134   This breaks binary compatibility, since tests for equality to 
6135   :EMPTY are wired into things like the macroexpansion of 
6136   WITH-HASH-TABLE-ITERATOR in FASL files produced by earlier
6137   implementations.
6138 * There's now a minimal placeholder implementation for CL:STEP,
6139   as required by ANSI.
6140 * An obscure bug in the interaction of the normal compiler, the byte
6141   compiler, inlining, and structure predicates has been patched
6142   by setting the flags for the DEFTRANSFORM of %INSTANCE-TYPEP as
6143   :WHEN :BOTH (as per Raymond Toy's suggestion on the cmucl-imp@cons.org
6144   mailing list).
6145 * Missing ordinary arguments in a macro call are now detected even
6146   when the macro lambda list contains &KEY or &REST.
6147 * The debugger no longer complains about encountering the top of the
6148   stack when you type "FRAME 0" to explicitly instruct it to go to
6149   the top of the stack. And it now prints the frame you request even
6150   if it's the current frame (instead of saying "You are here.").
6151 * As specified by ANSI, the system now always prints keywords
6152   as #\: followed by SYMBOL-NAME, even when *PACKAGE* is the
6153   KEYWORD package.
6154 * The default initial SIZE of HASH-TABLEs is now smaller.
6155 * Type information from CLOS class dispatch is now propagated
6156   into DEFMETHOD bodies, so that e.g.
6157         (DEFMETHOD FOO ((X SINGLE-FLOAT))
6158           (+ X 123.0))
6159   is now basically equivalent to 
6160         (DEFMETHOD FOO ((X SINGLE-FLOAT))
6161           (DECLARE (TYPE SINGLE-FLOAT X))
6162           (+ X 123.0))
6163   and the compiler can compile (+ X 123.0) as a SINGLE-FLOAT-only
6164   operation, without having to do run-time type dispatch.
6165 * The macroexpansion of DEFMETHOD has been tweaked so that it has
6166   reasonable behavior when arguments are declared IGNORE or IGNORABLE.
6167 * Since I don't seem to be making big file reorganizations very often
6168   any more (and since my archive of sbcl-x.y.zv.tar.bz2 snapshots
6169   is overflowing my ability to conveniently back them up), I've finally
6170   checked the system into CVS. (The CVS repository is on my home system,
6171   not at SourceForge -- putting it on SourceForge might come later.)
6172 * SB-EXT:*GC-NOTIFY-STREAM* has been added, to control where the 
6173   high-level GC-NOTIFY-FOO functions send their output. (There's
6174   still very little control of where low-level verbose GC functions
6175   send their output.) The SB-EXT:*GC-VERBOSE* variable now controls
6176   less than it used to -- the GC-NOTIFY-FOO functions are now under
6177   the control of *GC-NOTIFY-STREAM*, not *GC-VERBOSE*.
6178 * The system now stores the version string (LISP-IMPLEMENTATION-VERSION)
6179   in only one place in the source code, and propagates it automatically
6180   everywhere that it's needed. Thus e.g. when I bump the version from
6181   0.6.6 to 0.6.7, I'll only need to modify the sources in one place.
6182 * The C source files now include boilerplate legalese and documentation
6183   at the head of each file (just as the Lisp source files already did).
6184 * At Dan Barlow's suggestion, the hyperlink from the SBCL website
6185   to his page will be replaced with a link to his new CLiki service.
6186
6187 changes in sbcl-0.6.5 relative to sbcl-0.6.4:
6188
6189 * Raymond Wiker's patches to port the system to FreeBSD have been merged.
6190 * The build process now looks for GNU make under the default name "gmake",
6191   instead of "make" as it used to. If GNU make is not available as "gmake"
6192   on your system, you can change this default behavior by setting the 
6193   GNUMAKE environment variable.
6194 * Replace #+SB-DOC with #!+SB-DOC in seq.lisp so that the system 
6195   can build without error under CMU CL.
6196
6197 changes in sbcl-0.6.4 relative to sbcl-0.6.3:
6198
6199 * There is now a partial SBCL user manual (with some new text and some
6200   text cribbed from the CMU CL manual). 
6201 * The beginnings of a profiler have been added (starting with the
6202   CMU CL profiler and simplifying and cleaning up). Eventually the
6203   main interface should be through the TRACE macro, but for now, 
6204   it's still accessed through vaguely CMU-CL-style functions and macros
6205   exported from the package SB-PROFILE.
6206 * Some problems left over from porting CMU CL to the new
6207   cross-compilation bootstrap process have been cleaned up:
6208   ** DISASSEMBLE now works. (There was a problem in using DEFMACRO
6209      instead of SB!XC:DEFMACRO, compounded by an oversight on my 
6210      part when getting rid of the compiler *BACKEND* stuff.)
6211   ** The value of *NULL-TYPE* was screwed up, because it was
6212      being initialized before the type system knew the final
6213      definition of the 'NULL type. This screwed up several key
6214      optimizations in the compiler, causing inefficiency in all sorts
6215      of places. (I found it because I wanted to understand why
6216      GET-INTERNAL-RUN-TIME was consing.) 
6217 * fixed a bug in DEFGENERIC which was causing it to overwrite preexisting
6218   PROCLAIM FTYPE information. Unfortunately this broke binary 
6219   compatibility again, since now the forms output by DEFGENERIC
6220   to refer to functions which didn't exist in 0.6.3.
6221 * added declarations so that SB-PCL::USE-CACHING-DFUN-P 
6222   can use the new (as of 0.6.3) transform for SOME into MAP into 
6223   inline code
6224 * changed (MOD 1000000) type declarations for Linux timeval.tv_usec slot
6225   values to (INTEGER 0 1000000), so that the time code will no longer
6226   occasionally get blown up by Linux returning 1000000 microseconds
6227 * PRINT-UNREADABLE-OBJECT has been tweaked to make the spacing of
6228   its output conform to the ANSI spec. (Alas, this makes its output
6229   uglier in the :TYPE T :IDENTITY NIL case, but them's the breaks.)
6230 * A full call to MAP NIL with a single sequence argument no longer conses.
6231 * fixes to problems pointed out by Martin Atzmueller:
6232   * The manual page no longer talks about multiprocessing as though
6233     it were currently supported.
6234   * The ILISP support patches have been removed from the distribution,
6235     because as of version 5.10.1, ILISP now supports SBCL without us
6236     having to maintain patches.
6237 * added a modified version of Raymond Toy's recent CMU CL patch for
6238   EQUALP comparison of HASH-TABLE
6239
6240 changes in sbcl-0.6.3 relative to sbcl-0.6.2:
6241
6242 * The system still can't cross-compile itself with
6243   *TYPE-SYSTEM-INITIALIZED* (and all the consistency checks that
6244   entails), but at least it can compile more of itself that way
6245   than it used to be able to, and various buglets which were uncovered
6246   by trying to cross-compile itself that way have now been fixed.
6247 * This release breaks binary compatibility again. This time 
6248   at least I've incremented the FASL file format version to 2, so that the
6249   problem can be detected reliably instead of just causing weird errors.
6250 * various new style warnings:
6251   ** using DEFUN, DEFMETHOD, or DEFGENERIC to overwrite an old definition
6252   ** using the deprecated EVAL/LOAD/COMPILE situation names in EVAL-WHEN
6253   ** using the lexical binding of a variable named in the *FOO* style
6254 * DESCRIBE has been substantially rewritten. It now calls DESCRIBE-OBJECT
6255   as specified by ANSI.
6256 * *RANDOM-STATE* is no longer automatically initialized from 
6257   (GET-UNIVERSAL-TIME), but instead from a constant seed. Thus, the
6258   default behavior of the system is to repeat its behavior every time
6259   it's run. If you'd like to change this behavior, you can always
6260   explicitly set the seed from (GET-UNIVERSAL-TIME); whereas under the 
6261   old convention there was no comparably easy way to get the system to 
6262   repeat its behavior every time it was run.
6263 * Support for the pre-CLTL2 interpretation of FUNCTION declarations as
6264   FTYPE declarations has been removed, in favor of their ANSI
6265   interpretation as TYPE FUNCTION declarations. (See p. 228 of CLTL2.)
6266 * The quantifiers SOME, EVERY, NOTANY, and NOTEVERY no longer cons when
6267   the types of their sequence arguments can be determined at compile time.
6268   This is done through a new open code expansion for MAP which eliminates
6269   consing for (MAP NIL ..), and reduces consing otherwise, when sequence
6270   argument types can be determined at compile time.
6271 * The optimizer now transforms COERCE into an identity operation when it 
6272   can prove that the coerced object is already of the correct type. (This 
6273   can be a win for machine generated code, including the output of other
6274   optimization transforms, such as the MAP transform above.)
6275 * Credit information has been moved from source file headers into CREDITS.
6276 * Source file headers have been made more standard.
6277 * The CASE macro now compiles without complaining even when it has
6278   no clauses.
6279
6280 changes in sbcl-0.6.2 relative to sbcl-0.6.1:
6281
6282 * (Note that the way that the PCL macroexpansions were rewritten
6283   to accommodate the change in DEFGENERIC below breaks binary
6284   compatibility. That is, fasl files compiled under sbcl-0.6.1 may
6285   not run under sbcl-0.6.2. Once we get out of alpha releases,
6286   i.e. hit release 1.0.0, we'll probably try to maintain binary
6287   compatibility between maintenance releases, e.g. between sbcl-1.4.3
6288   and sbcl-1.4.4. Until then, however, it might be fairly common
6289   for maintenance releases to break binary compatibility.)
6290 * A bug in the calculation of WARNINGS-P and FAILURE-P in COMPILE-FILE
6291   has been fixed.
6292 * The reporting of unhandled signals has been changed to print some
6293   explanatory text as well as the report form. (Previously only
6294   the report form was printed.)
6295 * The macroexpansion for DEFGENERIC now DECLAIMs the function that
6296   it defines, so that the compiler no longer issues undefined function
6297   warnings for compiled-but-not-yet-loaded generic functions. 
6298 * The CLTL-style "LISP" and "USER" nicknames for the "COMMON-LISP"
6299   and "COMMON-LISP-USER" packages have been removed. Now only the "CL"
6300   and "CL-USER" standard nicknames from the "11.1.2 Standardized Packages"
6301   section of the ANSI spec are supported.
6302 * The "" nickname for the "KEYWORD" package has been removed. 
6303   The reader still handles symbol tokens which begin with a package marker
6304   as keywords, but it doesn't expose its mechanism for doing so in the
6305   (PACKAGE-NICKNAMES (FIND-PACKAGE "KEYWORD")) list.
6306 * The system now issues STYLE-WARNINGs for contradictory TYPE 
6307   proclamations. (Warnings for contradictory FTYPE proclamations would
6308   be nice too, but those can't be done usefully unless the type system
6309   is made smarter about FUNCTION types.)
6310 * The names of source files "*host-*.lisp" and "*target-*.lisp" have been 
6311   systematized, so that "*target-*.lisp is supposed to exist only on the
6312   target and imply that there's a related file which exists on the
6313   host, and *host-*.lisp is supposed to exist only on the host and imply
6314   that there's a related file which exists on the target. This involves a
6315   lot of renaming. Hopefully the acute confusion caused by the renaming
6316   will be justified by the reduction in chronic confusion..
6317   ** runtime-type.lisp    -> early-target-type.lisp
6318   ** target-type.lisp     -> late-target-type.lisp
6319   ** early-host-format.lisp -> early-format.lisp
6320   ** late-host-format.lisp -> late-format.lisp
6321   ** host-error.lisp      -> misc-error.lisp
6322   ** early-error.lisp     -> early-target-error.lisp
6323   ** late-error.lisp      -> late-target-error.lisp
6324   ** host-defboot.lisp    -> early-defboot.lisp
6325   ** code/misc.lisp       -> code/target-misc.lisp
6326   ** code/host-misc.lisp  -> code/misc.lisp
6327   ** code/numbers.lisp    -> code/target-numbers.lisp
6328   ** code/early-numbers.lisp -> numbers.lisp
6329   ** early-host-type.lisp -> early-type.lisp
6330   ** late-host-type.lisp  -> late-type.lisp
6331   ** host-typep.lisp      -> typep.lisp
6332   ** load.lisp            -> target-load.lisp
6333   ** host-load.lisp       -> load.lisp
6334   ** host-disassem.lisp   -> disassem.lisp
6335   ** host-insts.lisp      -> insts.lisp
6336   ** byte-comp.lisp       -> target-byte-comp.lisp
6337   ** host-byte-comp.lisp  -> byte-comp.lisp
6338   ** host-signal.lisp     -> signal.lisp
6339   ** host-defstruct.lisp  -> defstruct.lisp
6340   ** late-target-type.lisp -> deftypes-for-target.lisp
6341   Furthermore, several other previously target-only files foo.lisp (e.g.
6342   hash-table.lisp and random.lisp) have been split into a target-and-host
6343   foo.lisp file and a target-only target-foo.lisp file, with their key type
6344   definitions in the target-and-host part, so that the cross-compiler will
6345   know more about target types.
6346 * DEFSTRUCT BACKEND, and the BACKEND-valued *BACKEND* variable, have 
6347   gone away. In their place are various *BACKEND-FOO* variables
6348   corresponding to the slots of the old structure.
6349 * A bug which caused the SB-COLD bootstrap-time package to be propagated
6350   into the target SBCL has been fixed.
6351 * The chill.lisp system for loading cold code into a running SBCL
6352   now works better.
6353 * Support for the CMU CL "scavenger hook" extension has been removed.
6354   (It was undocumented and unused in the CMU CL sources that SBCL was
6355   derived from, and stale in sbcl-0.6.1.)
6356 * Various errors in the cross-compiler type system were detected
6357   by running the cross-compiler with *TYPE-SYSTEM-INITIALIZED*
6358   (enabling various consistency checks). Many of them were fixed,
6359   but some hard problems remain, so the compiler is back to 
6360   running without *TYPE-SYSTEM-INITIALIZED* for now.
6361 * As part of the cross-compiler type system cleanup, I implemented
6362   DEF!TYPE and got rid of early-ugly-duplicates.lisp.
6363 * I have started adding UNCROSS calls throughout the type system
6364   and the INFO database. (Thus perhaps eventually the blanket UNCROSS
6365   on cross-compiler input files will be able to go away, and various
6366   kludges with it).
6367 * CONSTANTP now returns true for quoted forms (as explicitly required
6368   by the ANSI spec).
6369
6370 changes in sbcl-0.6.1 relative to sbcl-0.6.0:
6371
6372 * changed build optimization from (SAFETY 1) to (SAFETY 3) as a short-term
6373   fix for various type-unsafety bugs, e.g. failures with (LENGTH 123) and
6374   (MAKE-LIST -1). In the longer term, it ought to become true
6375   that declarations are assertions even at SAFETY 1. For now, it's not
6376   quite true even at SAFETY 3, but it's at least more nearly true..
6377   (Note that this change seems to increases the size of the system by
6378   O(5%) and to decrease the speed of the compiler by 20% or more.)
6379 * changed ALIEN printing to be much more abbreviated, as a short-term fix
6380   for the problem of printing dozens of lines of distracting information
6381   about low-level system machinery as part of the top stack frame
6382   on entry to the debugger when an undefined function was called.
6383 * tweaked the debugger's use of WITH-STANDARD-IO-SYNTAX so that *PACKAGE*
6384   is not reset to COMMON-LISP-USER. 
6385 * Compilation of stuff related to dyncount.lisp has been made conditional
6386   on the :SB-DYNCOUNT target feature, so that the ordinary core system is
6387   smaller. The various dyncount-related symbols have been moved into
6388   a new "SB-DYNCOUNT" package.
6389 * tty-inspect.lisp has been renamed to inspect.lisp.
6390 * unix-glibc2.lisp has been renamed to unix.lisp, and the :GLIBC2
6391   feature has gone away. (When we eventually port to other flavors of 
6392   libc and/or Unix, we'll try to make the differences between flavors
6393   invisible at the user level.)
6394 * Various other *FEATURES* tags, and/or their associated conditionals,
6395   have been removed if obsolescent, or given better documentation, or
6396   sometimes given more-mnemonic names.
6397
6398 changes in sbcl-0.6.0 relative to sbcl-0.5.0:
6399
6400 * tidied up "make.sh" script
6401 * tidied up system directory structure
6402 * better "clean.sh" behavior
6403 * added doc/FOR-CMUCL-DEVELOPERS
6404 * many many small tweaks to output format, e.g. removing possibly-confusing
6405   trailing #\. character in DESCRIBE-INSTANCE
6406 * (EQUALP #\A 'A) no longer signals an error.
6407 * new hashing code, including EQUALP hashing
6408 * tidied up Lisp initialization and toplevel
6409 * initialization files (e.g. /etc/sbclrc and $HOME/.sbclrc)
6410 * command line argument processing
6411 * added POSIX-GETENV function to deal with Unix-ish environment variables
6412 * more-Unixy handling of *STANDARD-INPUT* and other Lisp streams, e.g.
6413   terminating SBCL on EOF
6414 * non-verbose GC by default
6415 * There is no more "sbcl" shell script; the sbcl file is now the C
6416   runtime executable (just like CMU CL).
6417 * removed some unused fops, e.g. FOP-UNIFORM-VECTOR, FOP-CHARACTER, and 
6418   FOP-POP-FOR-EFFECT
6419 * tweaked debug-info.lisp and debug-int.lisp to make the debugger store
6420   symbol and package information as Lisp native symbol and package objects
6421   instead of strings naming symbols and strings naming packages. This way,
6422   whenever packages are renamed (as in warm init), debug information is
6423   transformed along with everything else.
6424 * tweaked the optimization policy declarations which control the building
6425   of SBCL itself. Now, among other things, the system no longer saves
6426   source location debugging information. (This helps two problems at once
6427   by reducing SBCL size and by keeping SBCL from trying to look for its
6428   sources -- which may not exist -- when reporting errors.)
6429 * added src/cold/chill.lisp, to let SBCL read its own cold sources for
6430   debugging and testing purposes
6431 * cleaned up printing, making the printer call PRINT-OBJECT for
6432   instances, and using PRINT-UNREADABLE-OBJECT for most PRINT-OBJECT
6433   methods, giving nearly-ANSI behavior
6434 * converted almost all special variables to use *FOO* naming convention
6435 * deleted PARSE-TIME functionality, since it can be done portably
6436 * moved some files out of cold init into warm init
6437 * deleted DEFUN UNDEFINED-VALUE, replaced (UNDEFINED-VALUE) forms
6438   with (VALUES) forms
6439 * regularized formatting of source files
6440 * added an install.sh script
6441 * fixed ridiculous memory usage of cross-compiler by making
6442   compiler/alloc.lisp not try to do pooling unless it can hook
6443   itself into the GC of the cross-compilation host. Now the system
6444   builds nicely on my old laptop.
6445 * added :SB-ALLOC in target-features.lisp-expr
6446 * deleted mention of :ANSI-DOC from target-features.lisp-expr (since it
6447   was not implemented)
6448 * re-did condition handling and note reporting in the compiler. Notes
6449   are no longer handled by signalling conditions. Style warnings
6450   and warnings are handled more correctly and reported in such a way
6451   that it's easy to find one or the other in your output (so that you
6452   can e.g. figure out which of many problems caused COMPILE-FILE to 
6453   return FAILURE-P).
6454 * changed the severity of several compiler warnings from full WARNING
6455   to STYLE-WARNING in order to conform with the ANSI spec; also changed
6456   compiler note reporting so that it doesn't use the condition system
6457   at all (and hence affects neither FAILURE-P nor WARNINGS-P in the 
6458   COMPILE-FILE command)
6459 * made PROCLAIM and DECLAIM conform to ANSI. PROCLAIM is now an ordinary
6460   function. As a consequence, START-BLOCK and END-BLOCK declarations are
6461   no longer supported, since their implementation was deeply intertwingled
6462   with the magical, non-ANSI treatment that PROCLAIM received in CMU CL.
6463 * removed bogus "support" for compiler macros named (SETF FOO), and
6464   removed the compiler macro for SETF INFO (but only after making a fool
6465   of myself on the cmucl-imp mailing list by posting a bogus patch for
6466   DEFINE-COMPILER-MACRO..)
6467 * Compiled files containing forms which have side effects on the Lisp
6468   reader (such as DEFPACKAGE forms) are now handled more correctly.
6469   (Compiler queuing of top level lambdas has been suppressed by setting
6470   *TOP-LEVEL-LAMBDA-MAX* to 0. )
6471 * deleted various currently-unused source files, e.g. gengc.lisp. They
6472   may be added back at some point e.g. when porting to other architectures,
6473   but until they are it's distracting to distribute them and to try to
6474   maintain them.
6475 * deleted "UNCROSS couldn't recurse through.." style warnings, since 
6476   there were so many of them they're just distractions, and UNCROSS is
6477   known to be able to handle the current sources
6478 * moved PROFILE functionality into TRACE, so that it will be clear
6479   how the wrapping and unwrapping of functions when you profile them
6480   interacts with the wrapping and unwrapping of functions when you
6481   trace them. (Actually, the functionality isn't there yet, but at least
6482   the interface specification is there. Hopefully, the functionality will
6483   arrive with some future maintenance release.)
6484 * removed host-oops.lisp
6485 * changed signature of QUIT function to allow UNIX-CODE argument
6486 * fixed READ-SEQUENCE bug
6487 * tweaked verbose GC output so that it looks more like the progress
6488   output that ANSI specifies for functions like LOAD
6489 * set up the system on sourceforge.com, with home pages, mailing lists, etc.
6490 * added <http://sbcl.sourceforge.com> to the banner information printed by
6491   the sbcl executable