1.0.25.37: block deferrables when gc pending in PA
[sbcl.git] / src / code /
2009-02-16 Gabor Melis1.0.25.36: unblock signals on low level errors
2009-02-16 Gabor Melis1.0.25.34: gc trigger improvements
2009-02-16 Gabor Melis1.0.25.33: protect against recursive gcs
2009-02-16 Gabor Melis1.0.25.32: improvements to WITHOUT-GCING
2009-02-16 Gabor Melis1.0.25.31: axe GC-{ON,OFF}
2009-02-16 Gabor Melis1.0.25.30: INTERRUPT-THREAD without RT signals
2009-02-16 Gabor Melis1.0.25.26: less interrupt handling leftovers
2009-02-16 Gabor Melis1.0.25.22: SIGTERM and SIGABRT
2009-02-16 Gabor Melis1.0.25.15: less compilation warnings
2009-02-16 Gabor Melis1.0.25.14: comments
2009-02-16 Gabor Melis1.0.25.13: 80 chars, trailing space
2009-02-11 Gabor Melis1.0.25.12: fix debugger on non-x86oids
2009-02-05 Richard M Kreuter1.0.25.10: Fix package locks checks for local functions...
2009-02-05 Gabor Melis1.0.25.9: INVOKE-WITH-SAVED-FP-AND-PC changes
2009-02-04 Gabor Melis1.0.25.8: fix sxhash bug
2009-02-03 Richard M Kreuter1.0.25.7: Muffle style-warnings around lambda list...
2009-02-03 Alastair Bridgewater1.0.25.6: Reunite x86oid and non-x86oid sub-{access...
2009-02-03 Alastair Bridgewater1.0.25.3: earlier x86 code-object fixup envectorization
2009-02-03 Alastair Bridgewater1.0.25.2: Eliminate untagged pointers to heap space...
2009-02-03 Alastair Bridgewater1.0.25.1: x86-64 code fixup recording for gc / slash...
2009-01-21 Christophe Rhodes1.0.24.47: Fix 1.0.21.29 regression with enums in structs.
2009-01-16 Nikodemus Siivola1.0.24.44: bug in INVALID-ARRAY-INDEX-ERROR, leaving...
2009-01-12 Gabor Melis1.0.24.39: mutex changes
2009-01-12 Nikodemus Siivola1.0.24.36: don't print the array object when reporting...
2009-01-11 Nikodemus Siivola1.0.24.33: fix bug 316075
2009-01-11 Gabor Melis1.0.24.32: undo parts of 1.0.24.26
2009-01-09 Gabor Melis1.0.24.27: target-thread cosmetics
2009-01-09 Gabor Melis1.0.24.26: fix release spinlock
2009-01-05 Christophe Rhodes1.0.24.23: fix alien struct struct member offset bug
2009-01-04 Nikodemus Siivola1.0.24.21: call stub needed to switch between hpux...
2009-01-03 Nikodemus Siivola1.0.24.18: new HPUX specific files
2009-01-03 Nikodemus Siivola1.0.24.17: grab-bag of fixes to make hpux-os smile
2009-01-03 Nikodemus Siivola1.0.24.16: updates on how we deal with fixup on HPPA
2009-01-03 Nikodemus Siivola1.0.24.10: raw slot support for HPPA
2009-01-02 Nikodemus Siivola1.0.24.2: CONSTANTP aware GET-SETF-EXPANDER
2009-01-01 Gabor Melis1.0.24.1: Reading from a TWO-WAY-STREAM need not flush...
2008-12-26 Richard M Kreuter1.0.23.70: Add a keyword to DIRECTORY to suppress symli...
2008-12-22 Nikodemus Siivola1.0.23.64: fixed bug 395
2008-12-22 Nikodemus Siivola1.0.23.63: WITH-HASH-TABLE-ITERATOR lambda-list beautif...
2008-12-21 Nikodemus Siivola1.0.23.61: tweak concurrent hash-table access check
2008-12-18 Nikodemus Siivola1.0.23.54: compiler-macros for WRITE and WRITE-TO-STRING
2008-12-18 Nikodemus Siivola1.0.23.53: FORMAT performance tweaking 2
2008-12-18 Nikodemus Siivola1.0.23.52: FORMAT performance tweaking
2008-12-18 Nikodemus Siivola1.0.23.51: wrong return value from READ-SEQUENCE :START...
2008-12-17 Nikodemus Siivola1.0.23.48: REPL recovers from *READ-SUPPRESS* T with...
2008-12-16 Nikodemus Siivola1.0.23.42: don't grab *WORLD-LOCK* in CLASSOID-TYPEP
2008-12-13 Nikodemus Siivola1.0.23.40: export page sizes to C with LU suffix
2008-12-12 Nikodemus Siivola1.0.23.37: more CLOS and classoid thread safety
2008-12-05 Nikodemus Siivola1.0.23.25: better errors for bogus RECURSIVE-P in reader
2008-12-05 Nikodemus Siivola1.0.23.22: rename SIMPLE-ARRAY-VECTOR to ARRAY-STORAGE...
2008-12-04 Nikodemus Siivola1.0.23.20: check for standard readtable modification
2008-12-04 Nikodemus Siivola1.0.23.19: cosmetic reader changes
2008-12-04 Nikodemus Siivola1.0.23.18: SET-[DISPATCH-]MACRO-CHARACTER fixes
2008-12-04 Nikodemus Siivola1.0.23.17: new function: SIMPLE-ARRAY-VECTOR
2008-12-03 Nikodemus Siivola1.0.23.15: GET-MUTEX to set new mutex owner unithreaded...
2008-12-01 Nikodemus Siivola1.0.23.6: move code-object allocation to C side on...
2008-12-01 Nikodemus Siivola1.0.23.4: fix error signalling from (SETF FILL-POINTER)
2008-12-01 Nikodemus Siivola1.0.23.2: STRING->UTF8 did not handle the start argumen...
2008-12-01 Nikodemus Siivola1.0.22.22: (SETF FIND-CLASSOID) to drop DEFTYPE lambda...
2008-11-30 Richard M Kreuter1.0.22.20: Make a stab at having DEFTYPE types replace...
2008-11-14 Gabor Melis1.0.22.18: select() and EAGAIN
2008-11-03 Nikodemus Siivola1.0.22.8: DEFTYPE tweaking
2008-10-31 Nikodemus Siivola1.0.22.6: some ANSI-STREAM cleanups & micro-optimization
2008-10-31 Nikodemus Siivola1.0.22.3: use EQ instead of EQL to check *GC-EPOCH*
2008-10-31 Nikodemus Siivola1.0.22.2: optimize output under *PRINT-PRETTY*
2008-10-30 Nikodemus Siivola1.0.21.38: lisp-side %ASIN, %ACOS, %SINH, %TANH, and...
2008-10-28 Richard M Kreuter1.0.21.36: Fix a bug in one path through RUN-PROGRAM.
2008-10-27 Nikodemus Siivola1.0.21.35: fix build / SAVE-LISP-AND-DIE on non-GENCGC...
2008-10-21 Gabor Melis1.0.21.34: fix build on x86/x86-64 lutex platforms
2008-10-20 Gabor Melis1.0.21.32: hack around truncated backtraces with lost...
2008-10-18 Nikodemus Siivola1.0.21.29: handle alien record type redefinitions ...
2008-10-18 Nikodemus Siivola1.0.21.28: implement UNLOAD-SHARED-OBJECT
2008-10-18 Nikodemus Siivola1.0.21.26: bullet-proof (?) use of LOAD-SHARED-OBJECT...
2008-10-17 Nikodemus Siivola1.0.21.25: LOAD-SHARED-OBJECT and logical pathnames
2008-10-17 Nikodemus Siivola1.0.21.24: saving runtime options in executables
2008-10-16 Richard M Kreuter1.0.21.19: Eagerly find a stream's external-format...
2008-10-11 Nikodemus Siivola1.0.21.17: --script commandline argument
2008-10-09 Nikodemus Siivola1.0.21.15: LOAD-SHARED-OBJECT :DONT-SAVE and related
2008-10-09 Nikodemus Siivola1.0.21.14: fix CHECK-FASL-HEADER buglet
2008-10-09 Nikodemus Siivola1.0.21.13: fix NATIVE-NAMESTRING on Windows
2008-10-07 Nikodemus Siivola1.0.21.10: DEFINE-COMPILER-MACRO and destructuring...
2008-10-06 Nikodemus Siivola1.0.21.9: refactor toplevel option processing somewhat
2008-10-06 Nikodemus Siivola1.0.21.8: SERVE-EVENT error handling
2008-10-06 Nikodemus Siivola1.0.21.6: muffle compiler notes from EVAL and function...
2008-10-05 Nikodemus Siivola1.0.21.5: fix WITH-PACKAGE-ITERATOR error signaling
2008-10-05 Nikodemus Siivola1.0.21.4: PUSHNEW arglist beautifcation
2008-10-05 Nikodemus Siivola1.0.21.3: CIRCLE-SUBST did not treat raw structure...
2008-10-03 Nikodemus Siivola1.0.21.2: ADJUST-ARRAY should not make multidimensional...
2008-10-03 Christophe Rhodes1.0.21.1: address TYPE-WARNING in CLOS allocator for...
2008-10-02 Richard M Kreuter1.0.20.34: Fix a minor bug in TIME.
2008-09-30 Nikodemus Siivola1.0.20.33: two buglets, LOG and TIME
2008-09-26 Nikodemus Siivola1.0.20.31: tweaking LOG
2008-09-24 Nikodemus Siivola1.0.20.30: micro-optimize FILL-POINTER a bit
2008-09-24 Nikodemus Siivola1.0.20.29: small FIND fix & win32 build fix
2008-09-23 Gabor Melis1.0.20.27: fixed bug 415
2008-09-23 Nikodemus Siivola1.0.20.26: nicer ONCE-ONLY expansion
2008-09-23 Richard M Kreuter1.0.20.25: Produce a loadable FASL when compiling an...
2008-09-22 Nikodemus Siivola1.0.20.18: fix sign confusion in reported memory fault...
2008-09-19 Nikodemus Siivola1.0.20.11: CALL-WITH-TIMING & PRINT-TIME
2008-09-19 Nikodemus Siivola1.0.20.10: semaphore and condition variable fixes
next