1.0.42.32: fix for lp#611361
[sbcl.git] / tests /
2010-09-04 Christophe Rhodes1.0.42.32: fix for lp#611361
2010-09-03 Nikodemus Siivola1.0.42.29: tweak run-program.impure.lisp
2010-09-03 Nikodemus Siivola1.0.42.28: package locks to guard against DEFMACRO...
2010-09-03 Alastair Bridgewater1.0.42.26: tests: Fix broken :fails-on clause for a...
2010-09-02 Nikodemus Siivola1.0.42.25: check parent-lambdas in defined-fun-functional
2010-09-02 Alastair Bridgewater1.0.42.23: x86-64: Fix passing of unboxed complex float...
2010-09-02 Alastair Bridgewater1.0.42.22: x86-64: Add test case for unboxed complex...
2010-09-01 Nikodemus Siivola1.0.42.21: grab-bag of Solaris related fixes
2010-09-01 Nikodemus Siivola1.0.42.20: use platform-dependent CFLAGS consistently...
2010-09-01 Nikodemus Siivola1.0.42.15: prevent inline expansion from creating refs...
2010-09-01 Nikodemus Siivola1.0.42.11: reinline nested LIST and VECTOR calls in...
2010-08-31 Nikodemus Siivola1.0.42.9: fix defmethod declarations for aliases of...
2010-08-31 Nikodemus Siivola1.0.42.7: fix shell scripts on Solaris (and FreeBSD?)
2010-08-31 Nikodemus Siivola1.0.42.5: revert 1.0.42.2, "correct defknown for data...
2010-08-30 Nikodemus Siivola1.0.42.4: fix compiler-macros for WRITE and WRITE-TO...
2010-08-30 Nikodemus Siivola1.0.42.3: DOTIMES and non-integer counts
2010-08-30 Nikodemus Siivola1.0.42.2: correct defknown for data-vector-ref-with...
2010-08-23 Juho Snellman1.0.41.55: Solaris fixes
2010-08-17 Nikodemus Siivola1.0.41.50: additional error checking for DEFTYPE &co
2010-08-16 Nikodemus Siivola1.0.41.47: (EXPT 0.0 0.0) and (EXPT 0 0.0) to signal...
2010-08-10 Christophe Rhodes1.0.41.43: fix for RENAME-PACKAGE's return value
2010-08-08 Alastair Bridgewater1.0.41.41: tests: Fix tests for ppc-threading changes.
2010-07-30 Christophe Rhodes1.0.41.1: much faster MAKE-INITIAL-DFUN
2010-07-19 Christophe Rhodes1.0.40.3: better non-ctor make-instance
2010-07-16 Gabor Melis1.0.40.1: fix return value of WRITE
2010-06-06 Alastair Bridgewater1.0.39.7: Make TRACE :ENCAPSULATE NIL work on PPC.
2010-05-30 Alastair Bridgewater1.0.39.2: Fix symbol-name-conflict resolution test...
2010-05-30 Alastair Bridgewater1.0.39.1: Test case for symbol-conflict resolution...
2010-05-24 Alastair Bridgewater1.0.38.12: Fix FP traps on PPC/Linux.
2010-05-23 Alastair Bridgewater1.0.38.10: Support for building on OpenBSD/PPC (patch...
2010-05-21 Alastair Bridgewater1.0.38.9: Integer callback result fixes.
2010-05-20 Alastair Bridgewater1.0.38.8: Test suite cleanups.
2010-05-06 Paul Khuong1.0.38.6: Clear higher order bits for SSE operations...
2010-05-01 Alastair Bridgewater1.0.38.5: PPC character handling fixes.
2010-04-30 Christophe Rhodes1.0.37.74: support NetBSD-current
2010-04-27 Paul Khuong1.0.37.73: Remove the one place we assumed constant...
2010-04-27 Tobias C. Rittweiler1.0.37.72: Fix ugliness in PRINT-UNREADABLE-OBJECT
2010-04-27 Tobias C. Rittweiler1.0.37.71: Minor test suite tweaks.
2010-04-26 Paul Khuong1.0.37.70: Fix PRINT-OBJECT for RANDOM-STATE
2010-04-26 Paul Khuong1.0.37.65: Perform range reduction on x87 transcendentals
2010-04-26 Paul Khuong1.0.37.61: Ensure GCD always returns positive values
2010-04-08 Nikodemus Siivola1.0.37.57: better DEFMETHOD pretty-printing
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-06 Nikodemus Siivola1.0.37.44: FIND-PACKAGE and FIND-SYMBOL deadlocks
2010-04-06 Tobias C. Rittweiler1.0.37.41: Improved ASSERT-NO-CONSING reporting in...
2010-04-06 Tobias C. Rittweiler1.0.37.40: More informative UNEXPECTED-FAILURE reporting...
2010-04-06 Tobias C. Rittweiler1.0.37.39: Use WITH-TEST consistently in dynamic-extent...
2010-04-04 Nikodemus Siivola1.0.37.36: revisit FIND/POSITION bounds checking on...
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-04-01 Nikodemus Siivola1.0.37.22: SB-PROFILE improvements
2010-03-30 Nikodemus Siivola1.0.37.17: multiplication-by-one misoptimization in...
2010-03-29 Tobias C. Rittweiler1.0.37.15: Make SB-THREAD:TRY-SEMAPHORE decrement count...
2010-03-28 Tobias C. Rittweiler1.0.37.6: Add SB-SYS:CANCEL-DEADLINE restart to DEADLIN...
2010-03-28 Nikodemus Siivola1.0.37.8: add ATOMIC-DECF, fix WAIT-ON-SEMAPHORE-BUGLET
2010-03-28 Nikodemus Siivola1.0.37.7: RETRY restart for NO-APPLICABLE-METHOD and...
2010-03-28 Tobias C. Rittweiler1.0.37.6: Add SB-THREAD:TRY-SEMAPHORE.
2010-03-28 Nikodemus Siivola1.0.37.3: make *STANDARD-INPUT*, *STANDARD-OUTPUT*...
2010-03-23 Nikodemus Siivola1.0.36.37: fix minor regression from 1.0.36.33
2010-03-19 Nikodemus Siivola1.0.36.33: handle missing &REST in proclamations
2010-03-18 Nikodemus Siivola1.0.36.32: reparsing undefined types when necessary
2010-03-17 Nikodemus Siivola1.0.36.29: better Control-C signaling
2010-03-17 Nikodemus Siivola1.0.36.28: real LOAD-LOGICAL-PATHNAME-TRANSLATIONS
2010-03-17 Nikodemus Siivola1.0.36.26: bug using OF-TYPE VECTOR in LOOP
2010-03-15 Nikodemus Siivola1.0.36.24: FIND/POSITION bounds checking on lists
2010-03-12 Nikodemus Siivola1.0.36.23: more consistent handling of ignored DX decla...
2010-03-12 Nikodemus Siivola1.0.36.22: bogus style-warning in DEFSTRUCT edge-case
2010-03-12 Nikodemus Siivola1.0.36.21: stricter handling of invalid backquote expre...
2010-03-08 Nikodemus Siivola1.0.36.15: upgraded array element-type of unions and...
2010-03-08 Nikodemus Siivola1.0.36.14: better differences of numeric types
2010-03-01 Alastair Bridgewater1.0.36.13: Fix test case clos.impure.lisp / BUG-520366.
2010-02-28 Nikodemus Siivola1.0.36.8: deal with environment argument in TYPEP trans...
2010-02-28 Nikodemus Siivola1.0.36.6: array data vector type derivation
2010-02-28 Nikodemus Siivola1.0.36.5: delay transforms for SLOT-VALUE and (SETF...
2010-02-28 Nikodemus Siivola1.0.36.4: muffle style-warnings for undefined slot...
2010-02-28 Nikodemus Siivola1.0.36.3: FUNCTION-LAMBDA-EXPRESSION and declarations...
2010-02-28 Nikodemus Siivola1.0.36.2: buglet in LVAR-MATCHES
2010-02-27 Nathan Froyd1.0.35.20: More robust checking for DEFMETHOD argument...
2010-02-27 Nathan Froyd1.0.35.19: fix SB-EXT:GENERATION-* accessors for genera...
2010-02-22 Nathan Froyd1.0.35.18: Fix type-derivation for EXPT
2010-02-13 Tobias C. Rittweiler1.0.35.15: Add and export various functions related...
2010-02-11 Tobias C. Rittweiler1.0.35.12: Minor cleanup in %TARGET-DEFSTRUCT.
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...
2010-01-30 Christophe Rhodes1.0.34.16: Test case for ROUND brokenness
2010-01-26 Nathan Froyd1.0.34.11: properly inline %UNARY-TRUNCATE/{SINGLE...
2010-01-04 Tobias C. Rittweiler1.0.34.3: Fix second return value of GET-MACRO-CHARACTER.
2009-12-30 Alastair Bridgewater1.0.34.2: Make threads.pure.lisp symbol-value-in-thread...
2009-12-16 Christophe Rhodes1.0.33.16: implement UTF external formats
2009-12-16 Christophe Rhodes1.0.33.14: improve UCS external formats
2009-12-16 Tobias C. Rittweiler1.0.33.13: Catch errors during compile-time-too processing.
2009-12-04 Gabor Melis1.0.33.6: prettier PRINT-OBJECT default method
2009-11-28 Alastair Bridgewater1.0.33.2: Fix bug 489698 (reading #p"\\\\" on windows).
2009-11-20 Christophe Rhodes1.0.32.37: declarations and symbol-macros in methods
2009-11-20 Christophe Rhodes1.0.32.36: (subtypep 'symbol 'keyword) must be NIL, T
2009-11-19 Christophe Rhodes1.0.32.31: type system now understands (and <array...
2009-11-12 Alastair Bridgewater1.0.32.30: Fix breakage from 1.0.32.26.
2009-11-12 Christophe Rhodes1.0.32.28: fix listen / read-char-no-hang
next