1.0.12.7: oops, missed one SEARCH transform
[sbcl.git] / src / code /
2007-11-30 kreuter1.0.12.6: Removing UNIX-NAMESTRING, part 1
2007-11-29 Nikodemus Siivola1.0.12.5: WITH-ARRAY-DATA touchups
2007-11-26 Nikodemus Siivola1.0.12.1: more bogus FIXNUM declarations in ROOM
2007-11-20 Nikodemus Siivola1.0.11.35: fixed bug 417
2007-11-20 Nikodemus Siivola1.0.11.34: better SUBSEQ on lists
2007-11-19 Nikodemus Siivola1.0.11.32: fix bogus fixnum declarations in ROOM
2007-11-19 Juho Snellman1.0.11.31: Make SB-PROFILE cons less
2007-11-18 Juho Snellman1.0.11.29: Faster CONCATENATE on strings
2007-11-17 kreuter1.0.11.27: Oops-fix -- committed intermediate code...
2007-11-17 kreuter1.0.11.26: correcting some types in SB-UNIX.
2007-11-14 Nikodemus Siivola1.0.11.24: internal hash-table usage thread-safety...
2007-11-14 Nikodemus Siivola1.0.11.23: internal hash-table usage thread-safety...
2007-11-12 Nikodemus Siivola1.0.11.22: hash-table synchronization support
2007-11-09 Juho Snellman1.0.11.18: Make fasls LISP-IMPLEMENTATION-VERSION specific
2007-11-08 William Harold Newman1.0.11.17: fixed dumb buglet in DEFMACRO NAMED-LET
2007-11-06 Nikodemus Siivola1.0.11.14: thread-safe FORM-NUMBER-TRANSLATIONS
2007-11-06 Nikodemus Siivola1.0.11.13: dead code deletion
2007-11-06 Nikodemus Siivola1.0.11.12: MAPHASH and WITH-HASH-TABLE documentation
2007-11-06 Nikodemus Siivola1.0.11.10: remove useless WITHOUT-GCING
2007-11-06 Nikodemus Siivola1.0.11.9: whitespace
2007-10-26 William Harold Newman1.0.11.3: belatedly recognizing STREAM-ERROR and PARSE...
2007-10-26 Rudi Schlatte1.0.11.2: defer package creation of defpackage
2007-10-26 Rudi Schlatte1.0.11.1: Handle set-but-empty environment variables
2007-10-20 NIIMI Satoshi1.0.10.51: New function: THREAD-YIELD
2007-10-19 Nikodemus Siivola1.0.10.49: deadline refinements
2007-10-18 Nikodemus Siivola1.0.10.48: new function TRY-RESTART
2007-10-14 Juho Snellman1.0.10.46: Inline the local functions in MAYBE-REHASH
2007-10-11 Nikodemus Siivola1.0.10.44: BUFFER-P, not BUFFERP
2007-10-08 Cyrus Harmon1.0.10.36: support for Darwin versions that support...
2007-10-06 NIIMI Satoshi1.0.10.30: Fix build without sb-thread
2007-10-05 Nikodemus Siivola1.0.10.29: MUTEX refactoring & optimization
2007-10-05 Nikodemus Siivola1.0.10.28: export semaphore interface
2007-10-04 Thiemo Seufer1.0.10.22: Code formatting.
2007-09-30 Juho Snellman1.0.10.14: remove locking and gc inhibition from hash...
2007-09-27 Andreas Fuchs1.0.10.11: Make FEATUREP accept only symbols or conses.
2007-09-27 Nikodemus Siivola1.0.10.10: theoretical #!+long-float fix to MAKE-MEMBER...
2007-09-27 Nikodemus Siivola1.0.10.9: symbol-macro expansion uses *MACROEXPAND...
2007-09-18 Andreas Fuchs1.0.9.63: Disallow (:not) in #+/#- expressions.
2007-09-17 Christophe Rhodes1.0.9.61: Fix %report-reader-error
2007-09-16 William Harold Newman1.0.9.60: partial fix for bug in STREAM-ERROR :REPORT
2007-09-10 William Harold Newman1.0.9.53: trivial typo fixes
2007-09-05 Thiemo Seufer1.0.9.31: Fix broken syntax.
2007-09-02 Thiemo Seufer1.0.9.27: Fix large file support for MIPS.
2007-09-01 Thiemo Seufer1.0.9.18: Instrument COMPUTE-CALLING-FRAME for non...
2007-09-01 Thiemo Seufer1.0.9.17: Delete deprecated DEF-ALIENs.
2007-08-29 Nikodemus Siivola1.0.9.12: inform genesis about FOR-STD-CLASS-P slot...
2007-08-29 Nikodemus Siivola1.0.9.11: even faster SLOT-VALUE &co
2007-08-29 Nikodemus Siivola1.0.9.8: prettier DEFINE-MODIFY-MACRO arglist
2007-08-27 Nikodemus Siivola1.0.9.1: faster MAKE-MEMBER-TYPE, UNION, and NUNION
2007-08-26 Thiemo Seufer1.0.8.48: Update comment.
2007-08-26 Thiemo Seufer1.0.8.47: Declare alien input parameters as such.
2007-08-21 Juho Snellman1.0.8.44: Fix EQUALP on structures with raw slots
2007-08-21 Juho Snellman1.0.8.43: Fix GCD on most-negative-fixnum on x86-64
2007-08-20 Thiemo Seufer1.0.8.40: Acrually use reset-signal-mask only for Linux...
2007-08-19 Thiemo Seufer1.0.8.37: Workaround (or bugfix?) for blocked SIGTRAP...
2007-08-19 Thiemo Seufer1.0.8.36: Improve MIPS (and HPPA) floating pooint support.
2007-08-14 William Harold Newman1.0.8.27: Improve error handling for (DESTRUCTURING...
2007-08-09 Nikodemus Siivola1.0.8.19: :dont-safe finalizers and fd-stream thread...
2007-08-06 Nikodemus Siivola1.0.8.16: really increment the fasl version
2007-08-06 Nikodemus Siivola1.0.8.16: refactored fd-stream buffering
2007-08-04 Nikodemus Siivola1.0.8.15: making SBCL sources Git more friendly
2007-07-27 Nikodemus Siivola1.0.8.8: restore reuse-sap value after incomplete write...
2007-07-23 Thiemo Seufer1.0.7.39: Fix typo in comment.
2007-07-19 Nikodemus Siivola1.0.7.30: be more paranoid about saps
2007-07-19 Nikodemus Siivola1.0.7.29: better ASSOC transform
2007-07-17 Nikodemus Siivola1.0.7.25: better MEMBER transform
2007-07-15 Nikodemus Siivola1.0.7.19: SB-EXT:COMPARE-AND-SWAP
2007-07-13 Nikodemus Siivola1.0.7.18: automagic debugging-friendly gensyms
2007-07-11 Nikodemus Siivola1.0.7.14: thread-safe INTERN, EXPORT, &co
2007-07-04 William Harold Newman1.0.7.13: Mistakes should be fun, error messages should...
2007-07-01 Nikodemus Siivola1.0.7.8: micro-optimize STRING->UTF8
2007-07-01 Nikodemus Siivola1.0.7.7: slightly less broken handling of obsolete...
2007-07-01 Nikodemus Siivola1.0.7.5: allow WITH-INTERRUPTS inside "system locked...
2007-06-30 Nikodemus Siivola1.0.7.4: RESTRICT-COMPILER-POLICY
2007-06-28 Nikodemus Siivola1.0.7.3: non-consing GETHASH and (SETF GETHASH)
2007-06-28 Nikodemus Siivola1.0.7.2: fix potential GC errors due to bogus objects...
2007-06-28 Nikodemus Siivola1.0.7.1: dynamic extent value cells
2007-06-20 Nikodemus Siivola1.0.6.59: bogus metacircles due to interrupted applicab...
2007-06-19 Nikodemus Siivola1.0.6.56: replace CALL-WITH-DX-FUNCTION with DX-FLET
2007-06-15 Nikodemus Siivola1.0.6.47: small fixes
2007-06-11 Juho Snellman1.0.6.45: fix compilation speed regression from DATA...
2007-06-11 Juho Snellman1.0.6.44: make WITHOUT-INTERRUPTS non-consing
2007-06-09 Nikodemus Siivola1.0.6.41: optimized bignum printing
2007-06-08 Nikodemus Siivola1.0.6.38: thread and interrupt safe ADD/REMOVE-METHOD
2007-06-08 Nikodemus Siivola1.0.6.36: ALLOW-WITH-INTERRUPTS and interrupt safe...
2007-06-08 Nikodemus Siivola1.0.6.32: printing of layoutless structures
2007-06-06 Nathan Froyd1.0.6.31: use proper types for STRING-DISPATCH
2007-06-06 Nathan Froyd1.0.6.30: clean up FD-SOUT a little bit
2007-06-05 Juho Snellman1.0.6.28: fix UNWIND-TO-FRAME-AND-CALL for #+SB-THREAD
2007-06-05 Nathan Froyd1.0.6.27: make FD-SOUT slightly faster
2007-06-05 Juho Snellman1.0.6.25: fix non x86oid build
2007-06-05 Juho Snellman1.0.6.24: a more sophisticated UNWIND-TO-FRAME-AND...
2007-06-05 Juho Snellman1.0.6.22: fix occasional UNBOUND-VARIABLE errors in...
2007-06-05 Nathan Froyd1.0.6.20: add INSERT-ARRAY-BOUNDS-CHECKS declaration...
2007-06-04 Nathan Froyd1.0.6.19: optimize BIGNUM-TRUNCATE'ing by small powers...
2007-06-03 Christophe Rhodes1.0.6.18: Two fixes from Eric Marsden
2007-06-02 Nikodemus Siivola1.0.6.14: slightly more efficient FLONUM-TO-DIGITS
2007-06-02 Christophe Rhodes1.0.6.12: Improve user-subclassed SB-MOP:SPECIALIZER...
2007-06-01 Nathan Froyd1.0.6.9: micro-optimize portions of the reader
2007-05-30 Nikodemus Siivola1.0.6.7: thread-safe UPDATE-DFUN
next