sbcl-1.2.11
tag9cd86f804bf9d6b8fed9d31c749cc5a7e3a88eb9
object 969d9c67180e781916991667fbd5ab53c369c7f3
authorChristophe Rhodes <csr21@cantab.net>
Mon, 27 Apr 2015 14:56:40 +0000 (27 14:56 +0000)
changes in sbcl-1.2.11 relative to sbcl-1.2.10:
  * enhancement: SET-PPRINT-DISPATCH will warn when given an expression in
    which any part is unrecognizable as a legal type-specifier.
    The dispatch table will be altered, but the new entry is disabled.
    Subsequent type-defining forms will cause pprint-dispatch tables to
    re-examine whether any disabled entries should be enabled. (lp#1429520)
  * enhancement: Loading code containing calls to a deprecated function will,
    under most circumstances, signal warnings similar to compiling such code.
    The usual caveat holds about not detecting calls through a computed name,
    as in (funcall (intern "DEPRECATED-FUN" "SB-EXT")).
  * enhancement: (SB-EXT:COMPILE-FILE-LINE) is a new macro that expands
    to a constant (VALUES integer integer) indicating the source line/column
    from which it was read, intended for logging Lisp runtime errors in
    a style similar to that afforded by the C preprocessor __LINE__ macro.
    Similarly (SB-EXT:COMPILE-FILE-POSITION) returns a position in characters.
  * enhancement: improved source locations for VOPs, alien types and
    declarations.
  * bug fix: functions in :FINAL deprecation have the correct docstring.
    No visible change, as no such functions presently exist. (lp#1439151)
  * bug fix: (SETF (FDEFINITION this) (FDEFINITION OTHER)) signals an error
    if OTHER names either a macro or special-operator. (lp#1439921)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAABCgAGBQJVPk4pAAoJEOvVlakQDWPNrt0H/0InepQMzt/sdGW2q+N171pM
aaaxakqe9X772SnMRCM37x4OzbERZEksZZIOEV0r7/JivYX3Wz3GwglD5vkUMrJk
cMzYNWTk4JCmxY1QVyIhWP1UGzlSl4NR+HKdeDFx2gPVM5MqfCp6WifCHriNATe8
0OPL3ajCtbxPxhfGNJCnCOfRKg/kROMCHO6nssbgeWOAIAWC9xPF/hdZQBIXCBPa
zLNdhOaFbUcdGyLNDDwLQ9DigXRXva4E6YPYrJ9uo1CQmt0N+gKHaG/iV7d21+dZ
Kp5eXx02ZCPtS7pOAtTyidPjG8slTLY/pFgjR1tkZvcStsthK2rnqE8LafXNOQk=
=P6dE
-----END PGP SIGNATURE-----