Inherit FP modes for new threads on Windows.
[sbcl.git] / tests / threads.impure.lisp
2013-11-16 Stas BoukarevInherit FP modes for new threads on Windows.
2013-08-20 Stas BoukarevFix thread-alloca test on Windows.
2013-08-15 Stas BoukarevSet up alien stack correctly on non-x86oids.
2013-03-03 Stas BoukarevFix a test-case in threads.impure.lisp on -sb-thread.
2012-12-05 David LichteblauUpdate tests for 64 bit Windows builds
2012-11-13 David LichteblauPowerPC safepoints
2012-11-02 David LichteblauAllow synchronous win32 I/O to be interrupted, too
2012-10-05 David LichteblauUpdate tests for threaded windows builds
2012-09-30 David LichteblauTry to make test :deferrables-unblocked-by-lock more...
2012-09-18 Paul KhuongKill leftover threads after each test
2012-09-15 Nikodemus Siivolatimeouts for WITH-MUTEX and WITH-RECURSIVE-LOCK
2012-04-29 Nikodemus Siivolaredesign exiting SBCL
2012-04-13 Nikodemus Siivolarobustify (deadlock-detection interrupts) test
2011-12-09 Nikodemus SiivolaWITH-SPINLOCK compatibility layer was broken
2011-12-05 Nikodemus Siivolaenable previously-broken thread tests on Darwin
2011-11-10 Nikodemus Siivolatweak threads.impure.lisp tests
2011-11-10 Nikodemus Siivolaunify locks
2011-11-09 Nikodemus Siivolakilling lutexes, adding timeouts
2011-10-20 Alastair BridgewaterMore unboxed-byte-addresses-are-word-addresses damage.
2011-08-23 Nikodemus Siivoladisable unsychronized-hash-table test for now
2011-08-15 Nikodemus Siivolafix bogus deadlocks from interrupts and GCs
2011-05-11 Nikodemus Siivola1.0.48.10: add deadlock detection to spinlocks and...
2011-04-23 Cyrus Harmon1.0.47.29: reinstate Darwin interrupt tests that now...
2010-11-27 Christophe Rhodes1.0.44.36: test case for bug #681092
2010-09-19 Nikodemus Siivola1.0.42.41: use poll(2) instead of select(2) in SYSREAD...
2010-09-01 Nikodemus Siivola1.0.42.20: use platform-dependent CFLAGS consistently...
2010-08-08 Alastair Bridgewater1.0.41.41: tests: Fix tests for ppc-threading changes.
2010-04-07 Nikodemus Siivola1.0.37.47: less pain for building threads on Darwin
2010-04-07 Tobias C. Rittweiler1.0.37.45: Remove bogus test (:CONDITION-VARIABLE ...
2010-04-03 Tobias C. Rittweiler1.0.37.33: Add SB-THREAD:GRAB-MUTEX.
2010-04-03 Tobias C. Rittweiler1.0.37.32: Adapt test :GC-DEADLOCK due to 1.0.37.30.
2010-04-03 Tobias C. Rittweiler1.0.37.31: Use (WITH-TEST ...) consistently in threads...
2010-03-29 Tobias C. Rittweiler1.0.37.15: Make SB-THREAD:TRY-SEMAPHORE decrement count...
2010-03-28 Nikodemus Siivola1.0.37.8: add ATOMIC-DECF, fix WAIT-ON-SEMAPHORE-BUGLET
2010-03-28 Tobias C. Rittweiler1.0.37.6: Add SB-THREAD:TRY-SEMAPHORE.
2010-02-01 Tobias C. Rittweiler1.0.35.2: Fix CONDITION-WAIT to signal deadline with...
2010-01-31 Tobias C. Rittweiler1.0.35.1: Fix CONDITION-WAIT not to signal a deadline...
2009-05-07 Nikodemus Siivola1.0.28.26: Mr. ATOMIC-INCF/SYMBOL, meet Mr. AX
2009-04-22 Nikodemus Siivola1.0.27.20: lutex-wait don't yet support deadlines
2009-03-22 Gabor Melis1.0.26.15: interrupt.c refactoring
2009-03-16 Gabor Melis1.0.26.4: less pessimal waitqueues
2009-02-16 Gabor Melis1.0.25.44: INTERRUPT-THREAD and timer improvements
2009-02-16 Gabor Melis1.0.25.40: fix JOIN-THREAD
2009-02-16 Gabor Melis1.0.25.19: small test fixes
2008-12-12 Nikodemus Siivola1.0.23.37: more CLOS and classoid thread safety
2008-10-18 Nikodemus Siivola1.0.21.26: bullet-proof (?) use of LOAD-SHARED-OBJECT...
2008-02-04 Nikodemus Siivola1.0.14.18: fix bogus STYLE-WARNING for MAKE-HASH-TABLE...
2007-10-20 NIIMI Satoshi1.0.10.51: New function: THREAD-YIELD
2007-09-08 NIIMI Satoshi1.0.9.41: Fix test on unthreaded config.
2007-09-06 Nikodemus Siivola1.0.9.39: thread stack memory leaks
2007-09-06 Nikodemus Siivola1.0.9.38: fix COMPARE-AND-SWAP
2007-08-29 Nikodemus Siivola1.0.9.10: make tests clean up after themselves a bit...
2007-06-08 Nikodemus Siivola1.0.6.36: ALLOW-WITH-INTERRUPTS and interrupt safe...
2007-05-30 Nikodemus Siivola1.0.6.7: thread-safe UPDATE-DFUN
2007-04-10 Cyrus Harmon1.0.4.54: x86-64/darwin preliminary threads support
2007-03-26 Gabor Melis1.0.4.4: simplify JOIN-THREAD interface
2007-03-21 Gabor Melis1.0.3.47: fixed threads tests
2007-03-18 Gabor Melis1.0.3.45: added JOIN-THREAD
2006-11-23 Nikodemus Siivola0.9.18.71: fix build on Darwin 7.9.0 (OS X 10.3)
2006-11-20 Cyrus Harmon0.9.18.62:
2006-11-02 Juho Snellman0.9.18.21:
2006-10-06 Christophe Rhodes0.9.17.8:
2006-09-27 Nikodemus Siivola0.9.17.2: fix two potential GC deadlocks
2006-09-13 Juho Snellman0.9.16.29:
2006-09-13 Nathan Froyd0.9.16.28:
2006-09-01 Juho Snellman0.9.16.13:
2006-06-09 Juho Snellman0.9.13.37:
2006-06-03 Juho Snellman0.9.13.22:
2006-01-05 Gabor Melis0.9.8.13:
2005-11-20 Gabor Melis0.9.6.53: in the name of stability and goodwill
2005-11-18 Gabor Melis0.9.6.50: stability before creativity
2005-11-17 Gabor Melis0.9.6.48: more stability
2005-10-17 Gabor Melis0.9.5.76:
2005-10-12 Gabor Melis0.9.5.46: threads
2005-10-12 Gabor Melis0.9.5.44: oops
2005-10-12 Gabor Melis0.9.5.43:
2005-10-11 Gabor Melis0.9.5.34:
2005-10-07 Gabor Melis0.9.5.31:
2005-10-04 Gabor Melis0.9.5.20:
2005-08-31 Gabor Melis0.9.4.20:
2005-08-29 Gabor Melis0.9.4.14:
2005-08-26 Juho Snellman0.9.4.6:
2005-08-26 Gabor Melis0.9.4.1: thread allocation
2005-08-19 Gabor Melis0.9.3.66:
2005-07-14 William Harold Newman0.9.2.43:
2005-07-11 Gabor Melis0.9.2.38: thread cleanup, paranoid
2005-07-07 Gabor Melis0.9.2.35:
2005-07-07 Gabor Melis0.9.2.34:
2005-07-06 Gabor Melis0.9.2.32:
2005-07-01 Gabor Melis0.9.2.9: thread objects
2005-06-20 Gabor Melis0.9.1.60:
2005-06-19 Gabor Melis0.9.1.59:
2005-06-08 Gabor Melis0.9.1.29:
2005-05-29 Gabor Melis0.9.1.6:
2005-04-06 Daniel Barlow0.8.21.20
2004-07-19 Andreas Fuchs0.8.12.38:
2004-07-19 Christophe Rhodes0.8.12.37:
2004-05-02 Christophe Rhodes0.8.10.7:
2003-11-27 Daniel Barlow0.8.6.5
2003-10-02 Daniel Barlow0.8.4.1
next