1.0.26.15: interrupt.c refactoring
[sbcl.git] / src / code /
2009-03-22 Gabor Melis1.0.26.15: interrupt.c refactoring
2009-03-22 Christophe Rhodes1.0.26.14: minor portability fixes
2009-03-22 Juho Snellman1.0.26.13: OpenBSD x86-64 support
2009-03-22 Juho Snellman1.0.26.12: Don't allow (LOOP FOR X ACROSS A ...) where...
2009-03-19 Gabor Melis1.0.26.9: reduce consing in MAP-ALLOCATED-OBJECTS
2009-03-16 Gabor Melis1.0.26.5: improve CONDITION-WAIT, RELEASE-MUTEX
2009-03-16 Gabor Melis1.0.26.4: less pessimal waitqueues
2009-03-01 Gabor Melis1.0.25.57: fix compilation on win32
2009-02-24 Gabor Melis1.0.25.56: SUB-GC: don't observe deadlines
2009-02-16 Gabor Melis1.0.25.52: go through lisp_memory_fault_error on all...
2009-02-16 Gabor Melis1.0.25.51: use WITH-RECURSIVE-SYSTEM-SPINLOCK
2009-02-16 Gabor Melis1.0.25.50: detect binding and alien stack exhaustion
2009-02-16 Gabor Melis1.0.25.45: fix futex_wait deadlines when interrupted
2009-02-16 Gabor Melis1.0.25.44: INTERRUPT-THREAD and timer improvements
2009-02-16 Gabor Melis1.0.25.43: alpha interrupt context fixes
2009-02-16 Gabor Melis1.0.25.42: make os_thread 0 on unithread builds
2009-02-16 Gabor Melis1.0.25.40: fix JOIN-THREAD
2009-02-16 Gabor Melis1.0.25.39: thread start/stop fixes
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
next