1.0.19.18: transform ADJOIN, ASSOC, MEMBER, and RASSOC to -EQ versions more often
[sbcl.git] / src / runtime /
2008-06-30 Richard M Kreuter1.0.18.9: Fix fpu_save, fpu_restore on x86-64.
2008-06-17 Nikodemus Siivola1.0.17.39: fix build on SIG_INTERRUPT_THREAD-less platforms
2008-05-30 Nikodemus Siivola1.0.17.13: grab-bag of SB-SPROF enhancements
2008-05-30 Nikodemus Siivola1.0.17.12: win32 build fix
2008-05-30 Nikodemus Siivola1.0.17.11: unithread build fix
2008-05-30 Nikodemus Siivola1.0.17.10: correct stack alignment for alloc() calls...
2008-05-28 Nikodemus Siivola1.0.17.1: describe_tread_state() for GDB convenience
2008-05-17 Nikodemus Siivola1.0.16.36: fix Windows build, hopefully
2008-05-15 Nikodemus Siivola1.0.16.31: --control-stack-size runtime argument
2008-05-15 Nikodemus Siivola1.0.16.30: couple of small Darwin cleanups
2008-05-08 Gabor Melis1.0.16.21: lose informatively when the tls is full
2008-04-29 Thiemo Seufer1.0.16.14:
2008-04-17 Christophe Rhodes1.0.16.3: fnstsw %eax is invalid assembler syntax.
2008-03-17 Nikodemus Siivola1.0.15.35: fix bitrotted GC sanity checks
2008-03-05 Nikodemus Siivola1.0.15.15: reset DF on x86 and x86-64 after every STD...
2008-02-19 Nikodemus Siivola1.0.14.39: make GENCGC gencgc_zero_check=1 proof again
2008-02-19 Nikodemus Siivola1.0.14.38: build runtime with -Wsign-compare, and clean...
2008-02-17 Christophe Rhodes1.0.14.33: Resurrexit Alpha
2008-01-29 Nikodemus Siivola1.0.14.4: increase MAX_INTERRUPTS to 1024
2008-01-22 Richard M Kreuter1.0.13.51: Fixups in mkstemp wrapper used in RUN-PROGRAM.
2008-01-10 Richard M Kreuter1.0.13.19: Odds and ends (OpenBSD NEWS, minor bug in...
2008-01-09 Richard M Kreuter1.0.13.18: Revived OpenBSD support, contributed by...
2007-12-31 Richard M Kreuter1.0.13.4: Removing UNIX-NAMESTRING, part 4
2007-12-24 Nikodemus Siivola1.0.12.44: rename misnamed files in the NetBSD port...
2007-12-21 Richard M Kreuter1.0.12.42: Fix minor regression in RUN-PROGRAM on win32
2007-12-20 Nikodemus Siivola1.0.12.40: NetBSD/Sparc port by Robert Swindells
2007-12-19 Richard M Kreuter1.0.12.37: RUN-PROGRAM now uses execvp(3) to search...
2007-12-13 Richard M Kreuter1.0.12.31: using default external format for RUN-PROGRA...
2007-12-09 Nikodemus Siivola1.0.12.19: runtime cleanups by Daniel Lowe
2007-12-02 Brian Mastenbrook1.0.12.15: PPC/Darwin fixes
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().
next