pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/sbcl
Module Name: pkgsrc
Committed By: asau
Date: Thu Apr 14 09:16:54 UTC 2016
Modified Files:
pkgsrc/lang/sbcl: Makefile distinfo
Log Message:
Update to SBCL 1.3.4
New in version 1.3.4
* enhancement: who-sets and who-references work on DEFGLOBAL.
* enhancement: CONSTANTP understands backquote.
e.g. (CONSTANTP '`(0 (,CHAR-CODE-LIMIT))) => T
* optimization: improvements to sequence functions: CONCATENATE,
SUBSTITUTE, REVERSE.
* bug fix: SB-EVAL does not signal an error for (THE KEYWORD :FOO)
* bug fix: a DEFTYPE name that is redefined into a DEFSTRUCT name
is less likely to cause confusion in the compiler.
* bug fix: DOCUMENTATION works as intended for classes
with non-standard metaclasses
* bug fix: (TYPEP <extended-sequence> <extended-sequence-class>)
no longer returns NIL in certain situations
* bug fix: MAKE-SEQUENCE, MAP, CONCATENATE and MERGE accept class
objects as result-type
* bug fix: MAKE-SEQUENCE, MAP, CONCATENATE and MERGE expand
DEFTYPEs in result-type
To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/lang/sbcl/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/lang/sbcl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index