1.0.14.40: make deftransforms for UB<N>-BASH-COPY have consistent return type
[sbcl.git] / tests /
2008-02-22 Nikodemus Siivola1.0.14.40: make deftransforms for UB<N>-BASH-COPY have...
2008-02-17 Nikodemus Siivola1.0.14.32: fix bug 407
2008-02-16 Christophe Rhodes1.0.14.30: don't construct obsolete instances
2008-02-08 Nikodemus Siivola1.0.14.26: tweak COND slightly
2008-02-08 Nikodemus Siivola1.0.14.0.23: hash-table printing improvements
2008-02-05 Nikodemus Siivola1.0.14.20: XSET used EQ instead of EQL for comparison
2008-02-04 Nikodemus Siivola1.0.14.18: fix bogus STYLE-WARNING for MAKE-HASH-TABLE...
2008-01-31 Richard M Kreuter1.0.14.9: Fix regression in RUN-PROGRAM when :INPUT...
2008-01-31 Nikodemus Siivola1.0.14.7: quote non-keyword :default-initargs keys...
2008-01-29 Nikodemus Siivola1.0.14.6: SIMPLE-REFERENCE-ERROR, not SIMPLE-REFERENCE...
2008-01-23 Richard M Kreuter1.0.13.52: Fix typo in bit-vector.impure-cload.lisp
2008-01-21 Nikodemus Siivola1.0.13.46: fixed bug #402
2008-01-15 Nikodemus Siivola1.0.13.44: bug #414 has disappeared
2008-01-15 Nikodemus Siivola1.0.13.42: character untagging test from Lutz Euler
2008-01-15 Nikodemus Siivola1.0.13.40: CLASS-SLOTS signals an error for unfinalized...
2008-01-15 Nikodemus Siivola1.0.13.38: final part of the debug-name improvements
2008-01-09 Richard M Kreuter1.0.13.18: Revived OpenBSD support, contributed by...
2008-01-05 Richard M Kreuter1.0.13.16: Fix regression in FILE-AUTHOR.
2008-01-01 Juho Snellman1.0.13.9: Fix another segfault from the new RESTART...
2008-01-01 Richard M Kreuter1.0.13.8: Fix bug in ENSURE-DIRECTORIES-EXIST
2008-01-01 Richard M Kreuter1.0.13.5: Fix bugs in USER-HOMEDIR-PATHNAME, SBCL-HOMED...
2007-12-30 Richard M Kreuter1.0.13.3: Fix minor bug in INPUT-STREAM-P, OUTPUT-STREAM-P
2007-12-28 Richard M Kreuter1.0.13.1: Various cleanups and touchups in tests/
2007-12-22 Richard M Kreuter1.0.12.43: Two tiny RUN-PROGRAM-related cleanups
2007-12-17 Richard M Kreuter1.0.12.36: Removing UNIX-NAMESTRING, part 2
2007-12-16 Richard M Kreuter1.0.12.34: fix bug, add error signalling in RUN-PROGRAM
2007-12-14 Richard M Kreuter1.0.12.33: Have foreign.test.sh create .so files under...
2007-12-13 Nikodemus Siivola1.0.12.31: fix READ-SEQUENCE regression from 1.0.12.22
2007-12-12 Nikodemus Siivola1.0.12.27: FILL on lists was broken by 1.0.12.16, oops!
2007-12-10 Juho Snellman1.0.12.23: Optimize STRING-*-TRIM
2007-12-09 Nikodemus Siivola1.0.12.21: using default external format for RUN-PROGRA...
2007-12-09 Nikodemus Siivola1.0.12.18: faster member-type operations
2007-12-05 Nikodemus Siivola1.0.12.17: Gray streams as part of composite streams
2007-12-01 Nikodemus Siivola1.0.12.14: sequence optimizations: COPY-SEQ
2007-11-30 Nikodemus Siivola1.0.12.9: don't limit TOUCH-OBJECT to descriptor-regs
2007-11-30 Nikodemus Siivola1.0.12.7: oops, missed one SEARCH transform
2007-11-30 kreuter1.0.12.6: Removing UNIX-NAMESTRING, part 1
2007-11-29 Nikodemus Siivola1.0.12.5: WITH-ARRAY-DATA touchups
2007-11-29 Nikodemus Siivola1.0.12.4: delete bad ROOM test
2007-11-26 Nikodemus Siivola1.0.12.3: less weakening of type-checks
2007-11-26 Nikodemus Siivola1.0.12.2: oops, test in wrong place
2007-11-26 Nikodemus Siivola1.0.12.1: more bogus FIXNUM declarations in ROOM
2007-11-20 Nikodemus Siivola1.0.11.35: fixed bug 417
2007-11-20 Nikodemus Siivola1.0.11.34: better SUBSEQ on lists
2007-11-18 Juho Snellman1.0.11.29: Faster CONCATENATE on strings
2007-11-17 Nikodemus Siivola1.0.11.25: don't leave incomplete fasls around after...
2007-11-09 Nikodemus Siivola1.0.11.20: fix with-pinned-objects stack corruption...
2007-10-26 William Harold Newman1.0.11.3: belatedly recognizing STREAM-ERROR and PARSE...
2007-10-26 Rudi Schlatte1.0.11.2: defer package creation of defpackage
2007-10-20 NIIMI Satoshi1.0.10.51: New function: THREAD-YIELD
2007-10-19 Nikodemus Siivola1.0.10.49: deadline refinements
2007-10-11 Nikodemus Siivola1.0.10.45: save typecheck-function in slot-table even...
2007-10-11 NIIMI Satoshi1.0.10.43: Fix NaN comparison on x86-64
2007-10-04 Thiemo Seufer1.0.10.21: MIPS will soon need an explicit -fPIC flag...
2007-09-27 Nikodemus Siivola1.0.10.9: symbol-macro expansion uses *MACROEXPAND...
2007-09-27 Nikodemus Siivola1.0.10.8: correct nested DX implementation
2007-09-26 Nikodemus Siivola1.0.10.7: multiply-used DX LVARS
2007-09-26 Nikodemus Siivola1.0.10.6: nested DX allocation
2007-09-26 Nikodemus Siivola1.0.10.5: dynamic-extent CONS
2007-09-17 Christophe Rhodes1.0.9.61: Fix %report-reader-error
2007-09-16 William Harold Newman1.0.9.60: partial fix for bug in STREAM-ERROR :REPORT
2007-09-12 Christophe Rhodes1.0.9.58: Fix x86 smod30 ash with a constant large...
2007-09-10 William Harold Newman1.0.9.53: trivial typo fixes
2007-09-10 Nikodemus Siivola1.0.9.52: copy propagation interfering with local calls
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-09-05 Thiemo Seufer1.0.9.37: MIPS shared libraries will need an explicit...
2007-09-01 Thiemo Seufer1.0.9.22: Dynamic-extent value-cells for MIPS.
2007-09-01 Thiemo Seufer1.0.9.16: Remove :mips from Bug #372.
2007-08-29 Nikodemus Siivola1.0.9.12: inform genesis about FOR-STD-CLASS-P slot...
2007-08-29 Nikodemus Siivola1.0.9.11: even faster SLOT-VALUE &co
2007-08-29 Nikodemus Siivola1.0.9.10: make tests clean up after themselves a bit...
2007-08-27 Nikodemus Siivolafaster SLOT-VALUE &co with variable slot names
2007-08-21 Juho Snellman1.0.8.44: Fix EQUALP on structures with raw slots
2007-08-20 Thiemo Seufer1.0.8.39: Mark remaining MIPS test failures as known.
2007-08-19 Thiemo Seufer1.0.8.38: Add missing quote sign.
2007-08-19 Thiemo Seufer1.0.8.36: Improve MIPS (and HPPA) floating pooint support.
2007-08-14 William Harold Newman1.0.8.27: Improve error handling for (DESTRUCTURING...
2007-08-06 Nikodemus Siivola1.0.8.16: refactored fd-stream buffering
2007-07-31 NIIMI Satoshi1.0.8.12: Fix tests/foreign.test.sh on FreeBSD7/amd64
2007-07-27 Nikodemus Siivola1.0.8.7: printer-control variables affecting MEMBER...
2007-07-21 Nikodemus Siivola1.0.7.36: FIND-SLOT-DEFINITION to return NIL when calle...
2007-07-21 Nikodemus Siivola1.0.7.35: SLOT-VALUE and SET-SLOT-VALUE transforms...
2007-07-20 Nikodemus Siivola1.0.7.34: adjust lexenv frobbing in TRANSFORM-CALL...
2007-07-19 Nikodemus Siivola1.0.7.31: paper over bug inlining known functions in...
2007-07-19 Nikodemus Siivola1.0.7.29: better ASSOC transform
2007-07-17 Nikodemus Siivola1.0.7.25: better MEMBER transform
2007-07-17 Christophe Rhodes1.0.7.24: Fix CALL-NEXT-METHOD / EVAL-WHEN interaction
2007-07-16 Nikodemus Siivola1.0.7.22: (SETF SYMBOL-PLIST) type checking
2007-07-15 Nikodemus Siivola1.0.7.19: SB-EXT:COMPARE-AND-SWAP
2007-07-03 Nikodemus Siivola1.0.7.12: fix clos-interrupts.impure.lisp for unithread...
2007-07-03 Nikodemus Siivola1.0.7.11: fix test WITHOUT-INTERRUPTS+GET-MUTEX
2007-07-02 Christophe Rhodes1.0.7.9: DEFAULT-UNKNOWN-VALUES for more than 7 args...
2007-07-01 Nikodemus Siivola1.0.7.7: slightly less broken handling of obsolete...
2007-07-01 Nikodemus Siivola1.0.7.6: additional test case that fails under SB-LUTEX
2007-07-01 Nikodemus Siivola1.0.7.5: allow WITH-INTERRUPTS inside "system locked...
2007-06-28 Nikodemus Siivola1.0.7.3: non-consing GETHASH and (SETF GETHASH)
2007-06-28 Nikodemus Siivola1.0.7.1: dynamic extent value cells
2007-06-21 Nikodemus Siivola1.0.6.60: add test file that was forgotten from 1.0...
next