sbcl.git
2010-01-21 Cyrus Harmon1.0.34.9: darwin/x86-64 sb-posix:stat fixes from Kei...
2010-01-20 Tobias C. Rittweiler1.0.34.8: Cosmetic improvements to error output on...
2010-01-08 Nathan Froyd1.0.34.7: add missing x86-64-vm.lisp file from previous...
2010-01-08 Nathan Froyd1.0.34.6: improvements to SB-ROTATE-BYTE on x86-64
2010-01-06 Nathan Froyd1.0.34.5: remove dead DATA-VECTOR-{REF,SET} transforms
2010-01-06 Nathan Froyd1.0.34.4: micro-optimize widetag checking on x86oids
2010-01-04 Tobias C. Rittweiler1.0.34.3: Fix second return value of GET-MACRO-CHARACTER.
2009-12-30 Alastair Bridgewater1.0.34.2: Make threads.pure.lisp symbol-value-in-thread...
2009-12-30 Alastair Bridgewater1.0.34.1: Kludge reduction in debug-int.
2009-12-30 Christophe... 1.0.34: will be tagged as sbcl_1_0_34
2009-12-24 Alastair Bridgewater1.0.33.30: Fix sb-posix build on win32.
2009-12-22 Alastair Bridgewater1.0.33.29: Fix x86oid backtrace on sigaltstack in LDB.
2009-12-21 Alastair Bridgewater1.0.33.28: Display descriptions for internal errors...
2009-12-21 Gabor Melis1.0.33.27: fix regressions in DESCRIBE from 1.0.33.5
2009-12-18 Nikodemus Siivola1.0.33.26: enabled threads by default on x86[-64] Linux
2009-12-18 Nikodemus Siivola1.0.33.25: switch SB-QUEUE into using ASDF
2009-12-18 Nikodemus Siivola1.0.33.24: both .FASL and .fasl force fasl-loading
2009-12-18 Nikodemus Siivola1.0.33.23: nuke trailing newline from error string
2009-12-18 Nathan Froyd1.0.33.22: fix WITH-MUTEX docstring
2009-12-17 Nikodemus Siivola1.0.33.21: safe SB-POSIX:PUTENV
2009-12-17 Nathan Froyd1.0.33.20: MORE CONSTANTIFICATION
2009-12-17 Nikodemus Siivola1.0.33.19: post-fact correct commit log message
2009-12-17 Nikodemus Siivola1.0.33.11: thread-safe FIND-PACKAGE & DEFPACKAGE
2009-12-17 Nikodemus Siivola1.0.33.11: thread-safe FIND-PACKAGE & DEFPACKAGE
2009-12-16 Christophe... 1.0.33.16: implement UTF external formats
2009-12-16 Christophe... 1.0.33.15: preparation for UTF external formats
2009-12-16 Christophe... 1.0.33.14: improve UCS external formats
2009-12-16 Tobias C. Rittweiler1.0.33.13: Catch errors during compile-time-too processing.
2009-12-15 Rudi Schlatte1.0.33.12: Less ugly html manuals
2009-12-15 Gabor Melis1.0.33.11: fix detection of tls exhaustion
2009-12-12 Alastair Bridgewater1.0.33.10: Make slam.sh usable to obtain a trace-file...
2009-12-12 Alastair Bridgewater1.0.33.9: LDB stability improvements.
2009-12-12 Alastair Bridgewater1.0.33.8: Fix x86-64 interrupt context display in ldb.
2009-12-10 Tobias C. Rittweiler1.0.33.7: Indicate *DEBUGGER-HOOK* / SB-EXT:*INVOKE...
2009-12-04 Gabor Melis1.0.33.6: prettier PRINT-OBJECT default method
2009-12-04 Gabor Melis1.0.33.5: improve DESCRIBE (#lp488976)
2009-12-02 Christophe... 1.0.33.4: rewriting history, the regexp way
2009-12-02 Christophe... 1.0.33.3: restore buildability from CMUCL
2009-11-28 Alastair Bridgewater1.0.33.2: Fix bug 489698 (reading #p"\\\\" on windows).
2009-11-28 Tobias C. Rittweiler1.0.33.1: DEFTYPE-LAMBDA-LIST for builtin types.
2009-11-27 Christophe... 1.0.33: will be tagged as sbcl_1_0_33
2009-11-27 Alastair Bridgewater1.0.32.39: Win32 build fix
2009-11-24 trittweiler1.0.32.38: liberalize WHO-SPECIALIZES-DIRECTLY/GENERALLY
2009-11-20 Christophe... 1.0.32.37: declarations and symbol-macros in methods
2009-11-20 Christophe... 1.0.32.36: (subtypep 'symbol 'keyword) must be NIL, T
2009-11-20 Nikodemus Siivola1.0.32.35: SB-POSIX:FORK guards against forking with...
2009-11-19 Nikodemus Siivola1.0.32.34: remove curious-hacker-cruft from constraints...
2009-11-19 Nikodemus Siivola1.0.32.33: GENCGC tuning parameters
2009-11-19 Christophe... 1.0.32.32: add support for x86-64/NetBSD
2009-11-19 Christophe... 1.0.32.31: type system now understands (and <array...
2009-11-12 Alastair Bridgewater1.0.32.30: Fix breakage from 1.0.32.26.
2009-11-12 trittweiler1.0.32.29: Add build flag :sb-xref-for-internals.
2009-11-12 Christophe... 1.0.32.28: fix listen / read-char-no-hang
2009-11-12 trittweiler1.0.32.27: Add test case for 1.0.32.26.
2009-11-12 Alastair Bridgewater1.0.32.26: Fix fasdumping of function arglists with...
2009-11-11 Nikodemus Siivola1.0.32.25: save page table allocation information into...
2009-11-11 Christophe... 1.0.32.24: document stream external-formats and :replac...
2009-11-11 Christophe... 1.0.32.23: use :replacement in the external format...
2009-11-11 Christophe... 1.0.32.22: implement output restarts for UCS2
2009-11-11 Christophe... 1.0.32.21: compress most unibyte-external-format defini...
2009-11-11 Christophe... 1.0.32.20: bug fixes in unibyte external formats
2009-11-11 Christophe... 1.0.32.19: Support for :REPLACEMENT external-format...
2009-11-11 Nikodemus Siivola1.0.32.18: additional allocation information
2009-11-11 Christophe... 1.0.32.17: make the utf-8 external format more robust
2009-11-11 Christophe... 1.0.32.16: external-format restart enhancements
2009-11-11 Christophe... 1.0.32.15: update Unicode data files to Unicode 5.2
2009-11-07 Christophe... 1.0.32.14: fix build under clisp
2009-11-06 trittweiler1.0.32.13: WITH-STANDARD-IO-SYNTAX must also bind ...
2009-11-06 Christophe... 1.0.32.12: Fix slot-value on specialized parameters...
2009-11-03 Christophe... 1.0.32.11: fix octets portion of latin-2/iso-8859-2...
2009-11-02 Gabor Melis1.0.32.10: fix timer starvation caused by setting the...
2009-10-30 Nathan Froyd1.0.32.9: fix thinko in DEFINE-EXTERNAL-FORMAT/VARIABLE...
2009-10-30 Nathan Froyd1.0.32.8: macroize x86-64 {8,16,32}-bit array accessors
2009-10-30 Nathan Froyd1.0.32.7: fix open-coding of EQL in the cross-compiler
2009-10-30 trittweiler1.0.32.6: WHO-SPECIALIZES-DIRECTLY & WHO-SPECIALIZES...
2009-10-30 Christophe... 1.0.32.5: defend against full MAKE-ARRAY before the...
2009-10-29 Christophe... 1.0.32.4: fix INSPECT on closures
2009-10-29 Christophe... 1.0.32.3: O_LARGEFILE support on x86-64/linux
2009-10-29 Christophe... 1.0.32.2: minor portability fix
2009-10-26 Christophe... 1.0.32.1: fix MIPS build
2009-10-25 Christophe... 1.0.32: will be tagged as sbcl_1_0_32
2009-10-08 Nikodemus Siivola1.0.31.32: missing --no-userinit in core.test.sh
2009-10-07 Nikodemus Siivola1.0.31.31: SATISFIES cannot refer to local functions
2009-10-07 Nikodemus Siivola1.0.31.30: fix IF docstring
2009-10-04 Juho Snellman1.0.31.29: Fix x86-64/FreeBSD/thread build
2009-10-03 Juho Snellman1.0.31.28: Add :EMIT-CFASL to the COMPILE-FILE defknown
2009-10-03 Juho Snellman1.0.31.27: RUN-PROGRAM process group change
2009-09-29 Nathan Froyd1.0.31.26: improved DATA-VECTOR-{REF,SET} on x86-64
2009-09-29 Nathan Froyd1.0.31.25: fix thinko in ECHO-N-BIN
2009-09-29 Nathan Froyd1.0.31.24: add BSWAP instruction for x86
2009-09-29 Nathan Froyd1.0.31.23: OAOOize external-format support
2009-09-27 Nathan Froyd1.0.31.22: improved SAP-{REF,SET}-* for x86-64
2009-09-26 Nathan Froyd1.0.31.21: OAOOize SAP-REF-64 and friends
2009-09-26 Nathan Froyd1.0.31.20: smaller code for failing ECASE/ETYPECASE
2009-09-22 Brian Mastenbrook1.0.31.19: build x86-64 on OS X when available by default
2009-09-21 Nikodemus Siivola1.0.31.18: better SXHASH on pathnames
2009-09-18 Nikodemus Siivola1.0.31.17: LOGICAL-PATHNAME signals a TYPE-ERROR
2009-09-18 Nikodemus Siivola1.0.31.16: fix DELETE-FILE on logical pathnames
2009-09-18 Nikodemus Siivola1.0.31.14: removing :DEFAULT-INITARGS via DEFCLASS
2009-09-18 Nikodemus Siivola1.0.31.14: removing :DEFAULT-INITARGS via DEFCLASS
next