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:           Tue Mar  1 19:22:41 UTC 2016

Modified Files:
        pkgsrc/lang/sbcl: Makefile distinfo

Log Message:
Update to SBCL 1.3.3

changes in sbcl-1.3.3 relative to sbcl-1.3.2:
 * enhancement: warn about argument mismatch for functions passed as
   arguments to other functions (e.g. REDUCE, MAP) at compile-time.
 * optimization: functions accepting other functions (e.g. REDUCE, FIND) can
   now be constant-folded if all function arguments are declared as foldable.
 * optimization: improved logical operations on integers of unknown type.
 * bug fix: exception handling no longer leaks memory on OS X. (lp#326238)


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 pkgsrc/lang/sbcl/Makefile
cvs rdiff -u -r1.45 -r1.46 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