1.0.12.11: WITH-ARRAY-DATA bugfixes
[sbcl.git] / src / runtime /
2007-11-18 kreuter1.0.11.30: restore buildability on Windows after 1...
2007-11-18 kreuter1.0.11.28: Fix one Win32 regression introduced by 1...
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-09 Nikodemus Siivola1.0.11.19: hard failure for corrupted fixups vectors
2007-11-03 Cyrus Harmon1.0.11.5: update tests for newer macos version
2007-11-03 Rudi Schlatte1.0.11.4: Unset GREP_OPTIONS when filtering nm output...
2007-10-26 Rudi Schlatte1.0.11.1: Handle set-but-empty environment variables
2007-10-21 NIIMI Satoshi1.0.10.54: Fix build with old gcc
2007-10-21 Cyrus Harmon1.0.10.53: fix undefined-alien errors on darwin
2007-10-20 NIIMI Satoshi1.0.10.51: New function: THREAD-YIELD
2007-10-10 NIIMI Satoshi1.0.10.41: Remove unnecessary sched_yield()
2007-10-08 Cyrus Harmon1.0.10.37: fix x86-64/darwin build
2007-10-08 Cyrus Harmon1.0.10.36: support for Darwin versions that support...
2007-10-06 Thiemo Seufer1.0.10.33: Lesson: Test before commit.
2007-10-06 Cyrus Harmon1.0.10.32: better mach exception handling
2007-10-05 Thiemo Seufer1.0.10.25: Build fix, add a missing bit of hashtable...
2007-10-04 Thiemo Seufer1.0.10.20: Code provision for a future MIPS gencgc...
2007-10-04 Thiemo Seufer1.0.10.19: Check also for MIPS foreign_function_call...
2007-10-04 Thiemo Seufer1.0.10.18: Define __USE_GNU only if it wasn't already...
2007-10-04 Thiemo Seufer1.0.10.17: Reformat string, and fix compiler warning.
2007-09-30 Juho Snellman1.0.10.14: remove locking and gc inhibition from hash...
2007-09-29 William Harold Newman1.0.10.13: trivial change: Print more explicit message...
2007-09-26 NIIMI Satoshi1.0.10.4: Use variable for SIG_MEMORY_FAULT on FreeBSD
2007-09-26 NIIMI Satoshi1.0.10.2: Don't link unnecessary undefines.c on FreeBSD...
2007-09-26 NIIMI Satoshi1.0.10.1: Cleanup code
2007-09-19 NIIMI Satoshi1.0.9.64: Use umtx system call on FreeBSD to emulate...
2007-09-18 NIIMI Satoshi1.0.9.62: Performance and stability improvement of...
2007-09-10 William Harold Newman1.0.9.53: trivial typo fixes
2007-09-09 Nikodemus Siivola1.0.9.50: O(1) weak pointer scavenging
2007-09-07 Nikodemus Siivola1.0.9.40: fix 64 bit build
2007-09-06 Nikodemus Siivola1.0.9.39: thread stack memory leaks
2007-09-05 Thiemo Seufer1.0.9.30: Make SBCL work on MIPS/Linux with larger...
2007-09-02 Thiemo Seufer1.0.9.27: Fix large file support for MIPS.
2007-08-19 Thiemo Seufer1.0.8.36: Improve MIPS (and HPPA) floating pooint support.
2007-08-19 Thiemo Seufer1.0.8.35: Fix MIPS foreign_function_call_active handling.
2007-08-19 Thiemo Seufer1.0.8.34: Fix MIPS spinlock implementation.
2007-08-09 Nikodemus Siivola1.0.8.19: :dont-safe finalizers and fd-stream thread...
2007-08-07 Juho Snellman1.0.8.18: Fix gc-safety bug in x86oid function calls
2007-08-03 Thiemo Seufer1.0.8.14: De-clutter C code.
2007-07-29 Thiemo Seufer1.0.8.11: Fix typo in comment.
2007-07-28 Thiemo Seufer1.0.8.10: Untabify.
2007-07-28 Thiemo Seufer1.0.8.9: fix a potential segfault, and make a lisp...
2007-07-25 Thiemo Seufer1.0.8.5: Conform to strict aliasing rules.
2007-07-25 Thiemo Seufer1.0.8.4: One compiler warning less...
2007-07-25 Thiemo Seufer1.0.8.3: Include missing headers.
2007-07-25 Thiemo Seufer1.0.8.2: Silence compiler warning.
2007-07-25 Thiemo Seufer1.0.8.1: Nicer C code
2007-06-28 Nikodemus Siivola1.0.7.2: fix potential GC errors due to bogus objects...
2007-06-20 Nikodemus Siivola1.0.6.59: bogus metacircles due to interrupted applicab...
2007-06-20 Nikodemus Siivola1.0.6.58: better heap exhaustion information
2007-06-18 Juho Snellman1.0.6.55: fix ppc/linux build (probably)
2007-06-18 Juho Snellman1.0.6.53: oops, forgot to "cvs add" some new files
2007-06-18 Juho Snellman1.0.6.51: clean up compiler warnings in the runtime
2007-06-10 Juho Snellman1.0.6.42: handle unbound markers (from BIND-SENTINEL...
2007-06-08 Nikodemus Siivola1.0.6.36: ALLOW-WITH-INTERRUPTS and interrupt safe...
2007-06-08 Nikodemus Siivola1.0.6.33: small CLOS cache improvements
2007-05-17 Nikodemus Siivola1.0.5.51: fixed mixed up commit 1.0.5.50
2007-05-15 Nikodemus Siivola1.0.5.49: interrupt & GC & PA handling
2007-05-06 Nikodemus Siivola1.0.5.37: cleanup a small thinko from previous x86...
2007-05-06 Nikodemus Siivola1.0.5.36: x86 allocation cleanup
2007-05-06 Nikodemus Siivola1.0.5.35: stack alignment on x86/Darwin, once more
2007-05-02 Thiemo Seufer1.0.5.27: Stepper support for MIPS.
2007-05-02 Thiemo Seufer1.0.5.25:
2007-05-02 Thiemo Seufer1.0.5.24:
2007-05-02 Thiemo Seufer1.0.5.23:
2007-05-02 Thiemo Seufer1.0.5.22:
2007-05-02 Thiemo Seufer1.0.5.21:
2007-05-02 Christophe Rhodes1.0.5.18: trapping-based stepper on the Sparc
2007-05-01 NIIMI Satoshi1.0.5.16: Follow the change of linux-os.c:futex_wait().
2007-04-30 Juho Snellman1.0.5.14: make PURIFY a no-op on gencgc
2007-04-30 Nikodemus Siivola1.0.5.11: fix non-threaded build
2007-04-29 Nikodemus Siivola1.0.5.9: experimental semi-synchronous deadlines
2007-04-29 Nikodemus Siivola1.0.5.4: signal handler consing causing GCs
2007-04-17 lisphacker1.0.4.98: Win32 build fix
2007-04-17 Juho Snellman1.0.4.93: backtrace_from_fp
2007-04-11 Nikodemus Siivola1.0.4.61: stack-alignment on CALL-OUT VOP on x86/Darwin
2007-04-11 Nikodemus Siivola1.0.4.59: small signal handling improvements
2007-04-10 Cyrus Harmon1.0.4.54: x86-64/darwin preliminary threads support
2007-04-08 Nikodemus Siivola1.0.4.51: no blksize_t on OS X Panther
2007-04-07 Nikodemus Siivola1.0.4.40: small fixes
2007-04-05 Cyrus Harmon1.0.4.26: fix wrapped stat struct for darwin
2007-04-05 Cyrus Harmon1.0.4.25: 16 byte align asm functions
2007-04-04 Nikodemus Siivola1.0.4.22: trivial cleanup
2007-04-04 Nikodemus Siivola1.0.4.21: merge redundant funcallN definitions in the...
2007-04-03 lisphacker1.0.4.20: Win32 build fix
2007-04-02 Nikodemus Siivola1.0.4.19: oops, broken win32 build
2007-04-02 Nikodemus Siivola1.0.4.18: trap handling cleanup continues
2007-04-02 Nikodemus Siivola1.0.4.17: interrupt handler spring cleaning
2007-04-02 Nikodemus Siivola1.0.4.16: some GC and interrupt refactoring
2007-04-01 Thiemo Seufer1.0.4.15:
2007-04-01 Nikodemus Siivola1.0.4.14: oops! duplicate definition of print_unknown
2007-04-01 Nikodemus Siivola1.0.4.13: refactor trap handling
2007-03-26 Nikodemus Siivola1.0.4.3: interrupt and GC issues
2007-03-16 Juho Snellman1.0.3.40: :EXECUTABLE T implies --noinform
2007-03-03 Cyrus Harmon1.0.3.17: fix x86-64-assem.S build
2007-03-03 Cyrus Harmon1.0.3.16: experimental x86-64/darwin suport
2007-03-02 Cyrus Harmon1.0.3.15: timeval tv-usec should be suseconds-t not...
2007-03-02 Cyrus Harmon1.0.3.14: fix print_obj on x86-64
2007-03-02 Juho Snellman1.0.3.10: Add -D_REENTRANT to Solaris CFLAGS
next