1.0.26.8: QSHOW changes, bug reporting guidelines
[sbcl.git] / version.lisp-expr
2009-03-17 Gabor Melis1.0.26.8: QSHOW changes, bug reporting guidelines
2009-03-17 Gabor Melis1.0.26.7: use a signal for SIG_STOP_FOR_GC > SIGSEGV...
2009-03-16 Gabor Melis1.0.26.6: use private operations on futexes
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-14 Gabor Melis1.0.26.3: cleanup accesses to *STEPPING* on MIPS and...
2009-03-14 Gabor Melis1.0.26.2: alloc_code_object facelift
2009-03-02 Christophe Rhodes1.0.26.1: Modify uploading instructions in release...
2009-03-01 Christophe Rhodes1.0.26: release, will be tagged as sbcl_1_0_26
2009-03-01 Christophe Rhodes1.0.25.58: HPPA fixes from Larry Valkama
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-17 Alastair Bridgewater1.0.25.55: x86 disassembler fixes.
2009-02-16 Gabor Melis1.0.25.54: centralize scattered arch_os_get_context...
2009-02-16 Gabor Melis1.0.25.53: fix gencgc_handle_wp_violation on multicpu...
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.49: x86/x86-64 unithread: use the allocated...
2009-02-16 Gabor Melis1.0.25.48: signals internals doc
2009-02-16 Gabor Melis1.0.25.47: OOAO restoring fp control word
2009-02-16 Gabor Melis1.0.25.46: restore errno in signal handlers
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.41: only call pthread_kill with valid thread ids
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.38: fix maybe_gc
2009-02-16 Gabor Melis1.0.25.37: block deferrables when gc pending in PA
2009-02-16 Gabor Melis1.0.25.36: unblock signals on low level errors
2009-02-16 Gabor Melis1.0.25.35: check that gc signals are unblocked
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.29: thread state visibility and synchronization
2009-02-16 Gabor Melis1.0.25.28: always use SIG_RESUME_FROM_GC
2009-02-16 Gabor Melis1.0.25.27: codify interrupt handling invariants
2009-02-16 Gabor Melis1.0.25.26: less interrupt handling leftovers
2009-02-16 Gabor Melis1.0.25.25: sig_stop_for_gc_handler looks at GC_INHIBIT...
2009-02-16 Gabor Melis1.0.25.24: x86/x86-64 runtime pseudo atomic fixes
2009-02-16 Gabor Melis1.0.25.23: more allocation checks
2009-02-16 Gabor Melis1.0.25.22: SIGTERM and SIGABRT
2009-02-16 Gabor Melis1.0.25.21: handling of potential corruptions
2009-02-16 Gabor Melis1.0.25.20: test util: print names, status
2009-02-16 Gabor Melis1.0.25.19: small test fixes
2009-02-16 Gabor Melis1.0.25.18: it's only SHOW
2009-02-16 Gabor Melis1.0.25.17: kill runtime warnings
2009-02-16 Gabor Melis1.0.25.16: minor stylistics changes in the runtime
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-11 Alastair Bridgewater1.0.25.11: Remove unused SIZE slot from catch-block...
2009-02-05 Richard M Kreuter1.0.25.10: Commit version.lisp-expr, missed in last...
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.5: genesis descriptor-intuit-gspace cleanups
2009-02-03 Alastair Bridgewater1.0.25.4: genesis load-time-value cleanup
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-02-03 Juho Snellman1.0.25: release, will be tagged as sbcl_1_0_25
2009-01-26 Juho Snellman1.0.24.48: Do explicit sign-extension of small signed...
2009-01-21 Christophe Rhodes1.0.24.47: Fix 1.0.21.29 regression with enums in structs.
2009-01-17 Nikodemus Siivola1.0.24.46: SB-BSD-SOCKETS workingness from saved cores...
2009-01-17 Nikodemus Siivola1.0.24.45: handle IO errors in LDB and when saving...
2009-01-16 Nikodemus Siivola1.0.24.44: bug in INVALID-ARRAY-INDEX-ERROR, leaving...
2009-01-15 Nikodemus Siivola1.0.24.43: DEFTYPE to accept bodies consisting a single...
2009-01-14 Nikodemus Siivola1.0.24.42: fix bug 235a
2009-01-12 Nikodemus Siivola1.0.24.41: add necessary disambiguating curly braces...
2009-01-12 Nikodemus Siivola1.0.24.40: fix regression from 1.0.24.37
2009-01-12 Gabor Melis1.0.24.39: mutex changes
2009-01-12 Gabor Melis1.0.24.38: improve test scripts
2009-01-12 Nikodemus Siivola1.0.24.37: full raw-instance-slot support on HPPA
2009-01-12 Nikodemus Siivola1.0.24.36: don't print the array object when reporting...
2009-01-11 Paul Khuong1.0.24.35: Flag-setting VOPs on x86[-64] and conditiona...
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-11 Nikodemus Siivola1.0.24.31: robustify threads.test.sh some more
2009-01-10 Nikodemus Siivola1.0.24.30: fixed and tested some more cleanups on hppa...
2009-01-10 Nikodemus Siivola1.0.24.29: fix a typo in documentation
2009-01-09 Gabor Melis1.0.24.28: make unbind in the runtime zero the value...
2009-01-09 Gabor Melis1.0.24.27: target-thread cosmetics
2009-01-09 Gabor Melis1.0.24.26: fix release spinlock
2009-01-09 Gabor Melis1.0.24.25: add volatile after asm in spinlock and swap_...
2009-01-08 Gabor Melis1.0.24.24: fix threads.test.sh
2009-01-05 Christophe Rhodes1.0.24.23: fix alien struct struct member offset bug
2009-01-04 Nikodemus Siivola1.0.24.22: mudball of VOP updates for HPPA
2009-01-04 Nikodemus Siivola1.0.24.21: call stub needed to switch between hpux...
2009-01-04 Nikodemus Siivola1.0.24.20: misc HPPA & HPUX updates
2009-01-03 Nikodemus Siivola1.0.24.19: COMPILE-TIME reports timings at millisecond...
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
next