pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/sbcl
Module name: wip
Committed by: asau
Date: Wed Jan 30 04:23:28 UTC 2008
Modified Files:
wip/sbcl: Makefile PLIST distinfo
Log Message:
Update to SBCL 1.0.14.
Changes in sbcl-1.0.14 relative to sbcl-1.0.13:
* new feature: SB-EXT:*EXIT-HOOKS* are called when the process exits
(see documentation for details.)
* revived support for OpenBSD (contributed by Josh Elsasser)
* partially fixed bug #108: ROOM no longer suffers from occasional
(AVER (SAP= CURRENT END)) failures .
* fixed bug #402: proclaimed non-standard declarations in DEFMETHOD
bodies no longer cause a WARNING to be signalled. (reported by
Vincent Arkesteijn)
* bug fix: (TRUNCATE X 0) when X is a bignum now correctly signals
DIVISION-BY-ZERO. Similarly for MOD and REM (which suffered due to
the bug in TRUNCATE.) (reported by Michael Weber)
* bug fix: SB-SPROF:REPORT no longer signals an error if there are
no samples. (reported by Andy Hefner)
* bug fix: functions compiled using (COMPILE NIL '(LAMBDA ...))
no longer appear as (NIL ...) frames in backtraces.
* bug fix: RESOLVE-CONFLICT (and the other name conflict machinery)
is now actually exported from SB-EXT as documented. (reported by
Maciej Katafiasz)
* bug fix: sb-aclrepl now correctly understands how to inspect
single-floats on 64-bit platforms where single-floats are not boxed.
* bug fix: SB-MOP:CLASS-SLOTS now signals an error if the class has not
yet been finalized. (reported by Levente Meszaros)
* bug fix: CLOSE :ABORT T behaves more correctly on Windows.
* DESCRIBE and (DOCUMENTATION ... 'OPTIMIZE) describe meaning of
SBCL-specific optimize qualities.
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.2 -r1.3 wip/sbcl/distinfo
cvs -z3 rdiff -u -r1.3 -r1.4 wip/sbcl/PLIST
cvs -z3 rdiff -u -r1.6 -r1.7 wip/sbcl/Makefile
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/sbcl/distinfo?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/sbcl/PLIST?r1=1.3&r2=1.4
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/sbcl/Makefile?r1=1.6&r2=1.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index