sbcl-1.3.21
tag1771745279c57b43236557e64180df4b02de3b9e
object eb4431cfc9db1ca5fe2f653a3ebb50853651a980
authorChristophe Rhodes <csr21@cantab.net>
Thu, 31 Aug 2017 09:40:46 +0000 (31 10:40 +0100)
changes in sbcl-1.3.21 relative to sbcl-1.3.20:
  * minor incompatible change: the CLOBBER-IT restart for defstruct redefintion
    has been removed after a 15 year deprecation cycle. Use the new name,
    RECKLESSLY-CONTINUE. Note also that this restart is hidden if deemed unsafe
    due to altered placement of untagged slots in the structure.
  * enhancement: the assignment of -DSBCL_PREFIX= in src/runtime/GNUmakefile
    can be removed as a local patch, which results in an sbcl executable
    that finds its core file relative to itself by looking in "../lib/sbcl".
  * enhancement: backends using the generational GC are able to relocate
    dynamic space anywhere the operating system places it.
    This feature can be disabled by removing :relocatable-heap from the
    build configuration. Not supported on Windows.
  * enhancement: DEFMETHOD no longer signals IMPLICIT-GENERIC-FUNCTION-WARNING.
  * enhancement: better type conflict detection for high order functions, e.g.
    (find x "123" :test #'=)
  * enhancement: the tabular output of ROOM is aligned dynamically, preventing
    misaligned tables for larger sizes or counts.
  * enhancement: ROOM reports on immobile space if applicable.
  * optimization: optimized external-format routines.
  * bug fix: SB-INTROSPECT:ALLOCATION-INFORMATION returns :IMMOBILE
    instead of :FOREIGN for objects in immobile space.
  * bug fix: dotted lists in special forms and function call forms signal
    an appropriate error
  * bug fix: EQUALP hash tables with pathname keys now ignore internal slots.
    (lp#1712944, reported by Jason Miller)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAABCgAGBQJZp9meAAoJEOvVlakQDWPNLowH/1/mek+HdYVp+yY99SaIwp1N
PyVGPWF6ukBUuOKkgOjou65QAXWLaeRiM42y6upvhtxdPQSGa/+eJIsJOCeGH802
4ubvKMYjDO4XsUP4X+is9O0adDrmLopmcd5t74Hr7D9EiIudsWYo/RQvKUQGVJC4
hbOW5Y3I9O8N5TiOpSwhQ6S6xsGLZGsqIwt5ir3qLJ+uXdZHzTvGihvuRoglpGRz
VMkK0MN1/piR83W82nrdZW2uHSyjmY7A6BOMAtm49if5KZap8bQsJQWsep736Pi3
M4Fwjr0PV5UHhI0p2h9IuMJ6b5P60wqaqjxclTJCG4ocfZ3LC1wndhwwBnQrFX8=
=grpi
-----END PGP SIGNATURE-----