1.0.5.48: Git friendly clean.sh
[sbcl.git] / src / code /
2007-05-07 Nathan Froyd10.\7f\7fCVS: ----------------------------------------...
2007-05-06 Juho Snellman1.0.5.40: probably fix win32 build
2007-05-06 Nathan Froyd1.0.5.34: faster STRING-TO-OCTETS for unibyte and UTF...
2007-05-02 Christophe Rhodes1.0.5.18: trapping-based stepper on the Sparc
2007-05-02 Christophe Rhodes1.0.5.17: Top-level DECLARE signals an error
2007-04-30 Juho Snellman1.0.5.14: make PURIFY a no-op on gencgc
2007-04-30 Nikodemus Siivola1.0.5.12: fix threaded Linux builds
2007-04-30 Nikodemus Siivola1.0.5.11: fix non-threaded build
2007-04-29 Nikodemus Siivola1.0.5.10: interrupt-proofing SUB-GC
2007-04-29 Nikodemus Siivola1.0.5.9: experimental semi-synchronous deadlines
2007-04-29 Nathan Froyd1.0.5.8: always display package prefixes when symbols...
2007-04-29 Nikodemus Siivola1.0.5.6: compare-and-swap / instance-set-conditional...
2007-04-29 Nikodemus Siivola1.0.5.5: &ENVIRONMENT fixes
2007-04-29 Nikodemus Siivola1.0.5.2: non-racy WITH-SPINLOCK-AND-WITHOUT-GCING
2007-04-24 Nathan Froyd1.0.4.110: make -sb-unicode builds work again
2007-04-20 Juho Snellman1.0.4.109: rewrite source that mixed quasiquotes and...
2007-04-19 Nikodemus Siivola1.0.4.106: refactoring FILE-POSITION on FD-STREAMS...
2007-04-19 Juho Snellman1.0.4.103: fix build with OpenMCL as the host
2007-04-18 Nikodemus Siivola1.0.4.102: SB-SYS and stream cleanups
2007-04-18 Nikodemus Siivola1.0.4.101: new STRING-OUTPUT-STREAM implementation
2007-04-18 Juho Snellman1.0.4.99: fix big-endian build
2007-04-17 Juho Snellman1.0.4.92: faster generic array access
2007-04-16 Nikodemus Siivola1.0.4.90: revert 1.0.4.89 changes to ROOM
2007-04-14 Nikodemus Siivola1.0.4.89: ROOM cleanups & type-declaration fixes
2007-04-14 Juho Snellman1.0.4.87: better EQUALP hash function for arrays
2007-04-14 Nikodemus Siivola1.0.4.86: correct type declaration for SAP+
2007-04-14 Juho Snellman1.0.4.84: better EQUAL hash-tables, revert 0.9.15.21...
2007-04-13 Juho Snellman1.0.4.83: fix SXHASH for bignums
2007-04-13 Nikodemus Siivola1.0.4.80: make ADJUST-ARRAY interrupt-safe
2007-04-13 Nikodemus Siivola1.0.4.79: remove lock from *descriptor-handlers*
2007-04-12 Juho Snellman1.0.4.78: shrink package hash-tables to an optimal...
2007-04-12 Juho Snellman1.0.4.76: add a new style-warning for duplicate CASE...
2007-04-12 lisphacker1.0.4.75: Win32 build fix.
2007-04-11 Nikodemus Siivola1.0.4.65: lock accesses to *descriptor-handlers*
2007-04-11 Nathan Froyd1.0.4.62: Enhance BIGNUM-REPLACE
2007-04-11 Nikodemus Siivola1.0.4.59: small signal handling improvements
2007-04-10 Cyrus Harmon1.0.4.58: fix lisp object start address calculations...
2007-04-10 Nathan Froyd1.0.4.56: Make case-insensitive string and character...
2007-04-09 Nikodemus Siivola1.0.4.52: fix GET-SPINLOCK, broken by the COMPARE-AND...
2007-04-08 Cyrus Harmon1.0.4.49: revert debugger hackery
2007-04-08 Nikodemus Siivola1.0.4.48: ROOM patch by Lutz Euler
2007-04-08 Nikodemus Siivola1.0.4.47: correct the mess of 1.0.4.46
2007-04-08 Nikodemus Siivola1.0.4.46: allow &environment and disallow &aux in DEFSE...
2007-04-08 Nikodemus Siivola1.0.4.45: workaround for bug #412 & undefined variable...
2007-04-07 Nikodemus Siivola1.0.4.41: unbreak threaded build
2007-04-07 Nikodemus Siivola1.0.4.39: get rid of hardcoded mutex and spinlock slot...
2007-04-07 Nikodemus Siivola1.0.4.38: unbreak win32 build, again
2007-04-07 Nathan Froyd1.0.4.36: Commit Kevin Reid's "safer *break-on-signals...
2007-04-06 Nikodemus Siivola1.0.4.34: return true from GET-SPINLOCK
2007-04-06 Cyrus Harmon1.0.4.33: check that context is not a null-alien
2007-04-06 Cyrus Harmon1.0.4.31: remove *internal-error-context*
2007-04-06 Nikodemus Siivola1.0.4.30: make WITH-SPINLOCK-AND-WITHOUT-GCING inhibit...
2007-04-05 Nikodemus Siivola1.0.4.28: optimize GET-INTERNAL-REAL-TIME on Unix.
2007-04-05 Cyrus Harmon1.0.4.27: more darwin/x86-64 fixes
2007-04-05 Cyrus Harmon1.0.4.26: fix wrapped stat struct for darwin
2007-04-02 Nikodemus Siivola1.0.4.18: trap handling cleanup continues
2007-04-02 Nikodemus Siivola1.0.4.16: some GC and interrupt refactoring
2007-03-31 Nikodemus Siivola1.0.4.11: trivial hash-table cleanup / optimization
2007-03-29 Nikodemus Siivola1.0.4.9: writing bignum characters onto a single line
2007-03-28 William Harold Newman1.0.4.8:
2007-03-28 William Harold Newman1.0.4.7:
2007-03-27 William Harold Newman1.0.4.6:
2007-03-26 Gabor Melis1.0.4.4: simplify JOIN-THREAD interface
2007-03-26 Nikodemus Siivola1.0.4.3: interrupt and GC issues
2007-03-23 Gabor Melis1.0.3.48: mark JOIN-THREAD as experimental
2007-03-18 Gabor Melis1.0.3.45: added JOIN-THREAD
2007-03-18 Nikodemus Siivola1.0.3.42: two LOOP buglets
2007-03-15 Cyrus Harmon1.0.3.39: larger heap size for x86-64/darwin
2007-03-04 Juho Snellman1.0.3.29: kill a bogus "variable defined but not used...
2007-03-03 Cyrus Harmon1.0.3.22: fix with-pinned-object buglets
2007-03-03 Cyrus Harmon1.0.3.21: suseconds_t -> long on win32
2007-03-03 Nikodemus Siivola1.0.3.19: the count argument in DOTIMES is known to...
2007-03-02 Cyrus Harmon1.0.3.15: timeval tv-usec should be suseconds-t not...
2007-03-02 Juho Snellman1.0.3.12: Use the interpreter when creating functions...
2007-03-02 Juho Snellman1.0.3.11: Fix deportation gc safety bug
2007-02-28 Christophe Rhodes1.0.3.5: slightly different SEQUENCE type handling.
2007-02-28 Christophe Rhodes1.0.3.3:
2007-02-05 Christophe Rhodes1.0.2.11:
2007-02-05 Nathan Froyd1.0.2.10:
2007-02-05 Nathan Froyd1.0.2.9:
2007-02-04 Christophe Rhodes1.0.2.8:
2007-01-27 Nathan Froyd1.0.2.1: DATA-VECTOR-{REF,SET}-WITH-OFFSET for the x86
2007-01-19 Juho Snellman1.0.1.33: Better forward reference handling in WITH...
2007-01-17 Juho Snellman1.0.1.30: Fix READ/WRITE-SEQUENCE on simple-vectors
2007-01-15 Juho Snellman1.0.1.28: Fix SBCL on PPC with 65k pages.
2007-01-15 Juho Snellman1.0.1.26:
2007-01-15 Juho Snellman1.0.1.25:
2007-01-11 Juho Snellman1.0.1.23:
2007-01-11 Juho Snellman1.0.1.20:
2007-01-09 Juho Snellman1.0.1.15:
2007-01-08 Juho Snellman1.0.1.11:
2007-01-03 Juho Snellman1.0.1.10:
2007-01-02 Juho Snellman1.0.1.8:
2006-12-29 Juho Snellman1.0.1.6:
2006-12-27 sa2c1.0.1.2: support for GBK external format
2006-12-05 Nikodemus Siivola1.0.0.25: fix win32 build
2006-12-05 Christophe Rhodes1.0.0.22: Extensible sequences. (EXPERIMENTAL: Do...
2006-12-05 Nikodemus Siivola1.0.0.20: report address of memory faults
2006-12-05 Juho Snellman1.0.0.18:
2006-12-03 Nikodemus Siivola1.0.0.17: ENOUGH-NAMESTRING relative to #p"/"
next