1.0.29.8: :PTY and stream arguments in RUN-PROGRAM
[sbcl.git] / tests /
2009-06-15 Nikodemus Siivola1.0.29.8: :PTY and stream arguments in RUN-PROGRAM
2009-06-15 Nikodemus Siivola1.0.29.6: regression in DIRECTORY when matching directo...
2009-06-10 Nikodemus Siivola1.0.29.6: work around stack-allocated value cell badnes...
2009-06-09 Nikodemus Siivola1.0.29.5: list item seek transform needs to check for...
2009-06-05 Nikodemus Siivola1.0.29.4: still more MAKE-ARRAY work
2009-06-05 Nikodemus Siivola1.0.29.3: better reporting for failure to stack allocate
2009-06-04 Nikodemus Siivola1.0.29.1: fix FILL
2009-06-04 Nikodemus Siivola1.0.28.77: fix test failures on PPC and elsewhere
2009-06-02 Nikodemus Siivola1.0.28.74: SHARED-INITIALIZE should initialize unbound...
2009-06-02 Nikodemus Siivola1.0.28.73: regression from 1.0.28.21
2009-05-23 Nikodemus Siivola1.0.28.70: regression in ABOUT-TO-MODIFY-SYMBOL-VALUE...
2009-05-22 Nikodemus Siivola1.0.28.69: filesystem tests and small Windows improvements
2009-05-21 Nikodemus Siivola1.0.28.64: more DIRECTORY work
2009-05-21 Nikodemus Siivola1.0.28.63: SB-EXT:DEFINE-HASH-TABLE-TEST
2009-05-18 Nikodemus Siivola1.0.28.58: more MAKE-ARRAY goodness
2009-05-18 Nikodemus Siivola1.0.28.57: cross compiler is able to reason about host...
2009-05-17 Nikodemus Siivola1.0.28.55: transform FILL to a UB*-BASH-FILL when possible
2009-05-17 Nikodemus Siivola1.0.28.53: enable dumping of specialized complexes...
2009-05-16 Nikodemus Siivola1.0.28.51: better MAKE-ARRAY transforms
2009-05-15 Nikodemus Siivola1.0.28.48: fix regressions from 1.0.28.47
2009-05-13 Nikodemus Siivola1.0.28.46: implement os_restore_fp_control() for OpenBS...
2009-05-12 Nikodemus Siivola1.0.28.43: QUIT related work
2009-05-11 Nikodemus Siivola1.0.28.38: undefined warning and compilation unit summa...
2009-05-11 Gabor Melis1.0.28.37: resignal signals received in foreign threads
2009-05-11 Nikodemus Siivola1.0.28.36: better logic for failure-to-stack-allocate...
2009-05-08 Nikodemus Siivola1.0.28.30: DEFGLOBAL, ALWAYS-BOUND, GLOBAL, SYMBOL...
2009-05-07 Nikodemus Siivola1.0.28.26: Mr. ATOMIC-INCF/SYMBOL, meet Mr. AX
2009-05-07 Nikodemus Siivola1.0.28.24: better %ARRAY-DISPLACED-FROM handling
2009-05-06 Nikodemus Siivola1.0.28.19: faster ARRAY-DIMENSION for non-vectors
2009-05-06 Nikodemus Siivola1.0.28.18: better TRULY-DYNAMIC-EXTENT handling
2009-05-06 Nikodemus Siivola1.0.28.17: tn packing issues in ALLOCATE-VECTOR-ON...
2009-05-05 Nikodemus Siivola1.0.28.13: quiet WITH-TIMEOUT when used with constant...
2009-05-05 Nikodemus Siivola1.0.28.12: preserve non-toplevelness of macro subforms
2009-05-04 Alastair Bridgewater1.0.28.11: Fix bug 316325 (x86oid alien integer result...
2009-05-01 Nikodemus Siivola1.0.28.6: move the new PROGV tests to the right part...
2009-05-01 Nikodemus Siivola1.0.28.3: ABOUT-TO-MODIFY-SYMBOL-VALUE doesn't choke...
2009-05-01 Nikodemus Siivola1.0.28.2: fix bug 201, Incautious type inference from...
2009-04-24 Gabor Melis1.0.27.39: SIGCHLD related fixes
2009-04-23 Nikodemus Siivola1.0.27.26: fix invalid array index reporting for compil...
2009-04-23 Nikodemus Siivola1.0.27.24: robustify DEFPACKAGE form pretty-printing
2009-04-22 Nikodemus Siivola1.0.27.20: lutex-wait don't yet support deadlines
2009-04-22 Richard M Kreuter1.0.27.18: Changes to ECHO-STREAMs
2009-04-06 Gabor Melis1.0.27.2: fix bug in heap implementation
2009-04-04 Richard M Kreuter1.0.27.1: Fix binary input after UNREAD-CHAR on bivalen...
2009-03-27 Juho Snellman1.0.26.22: Revert 1.0.26.12
2009-03-24 Gabor Melis1.0.26.21: fix ERROR leaking memory
2009-03-22 Gabor Melis1.0.26.15: interrupt.c refactoring
2009-03-22 Juho Snellman1.0.26.13: OpenBSD x86-64 support
2009-03-16 Gabor Melis1.0.26.4: less pessimal waitqueues
2009-03-14 Gabor Melis1.0.26.3: cleanup accesses to *STEPPING* on MIPS and...
2009-03-01 Gabor Melis1.0.25.57: fix compilation on win32
2009-02-16 Gabor Melis1.0.25.50: detect binding and alien stack exhaustion
2009-02-16 Gabor Melis1.0.25.46: restore errno in signal handlers
2009-02-16 Gabor Melis1.0.25.45: fix futex_wait deadlines when interrupted
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.31: axe GC-{ON,OFF}
2009-02-16 Gabor Melis1.0.25.20: test util: print names, status
2009-02-16 Gabor Melis1.0.25.19: small test fixes
2009-02-05 Richard M Kreuter1.0.25.10: Fix package locks checks for local functions...
2009-01-21 Christophe Rhodes1.0.24.47: Fix 1.0.21.29 regression with enums in structs.
2009-01-16 Nikodemus Siivola1.0.24.44: bug in INVALID-ARRAY-INDEX-ERROR, leaving...
2009-01-15 Nikodemus Siivola1.0.24.43: DEFTYPE to accept bodies consisting a single...
2009-01-14 Nikodemus Siivola1.0.24.42: fix bug 235a
2009-01-12 Nikodemus Siivola1.0.24.40: fix regression from 1.0.24.37
2009-01-12 Gabor Melis1.0.24.38: improve test scripts
2009-01-12 Nikodemus Siivola1.0.24.36: don't print the array object when reporting...
2009-01-11 Paul Khuong1.0.24.35: Flag-setting VOPs on x86[-64] and conditiona...
2009-01-11 Nikodemus Siivola1.0.24.33: fix bug 316075
2009-01-11 Nikodemus Siivola1.0.24.31: robustify threads.test.sh some more
2009-01-09 Gabor Melis1.0.24.25: add volatile after asm in spinlock and swap_...
2009-01-08 Gabor Melis1.0.24.24: fix threads.test.sh
2009-01-05 Christophe Rhodes1.0.24.23: fix alien struct struct member offset bug
2009-01-03 Nikodemus Siivola1.0.24.12: adding and fixing the HPUX/HPPA build target
2009-01-02 Nikodemus Siivola1.0.24.7: CHAR-CODE type derivation
2009-01-02 Nikodemus Siivola1.0.24.6: OPTIMIZATION #23 is there already
2009-01-02 Nikodemus Siivola1.0.24.2: CONSTANTP aware GET-SETF-EXPANDER
2008-12-31 Christophe Rhodes1.0.24: release, will be tagged as sbcl_1_0_24
2008-12-31 Nikodemus Siivola1.0.23.71: fix overlapping spaces on OpenBSD
2008-12-22 Nikodemus Siivola1.0.23.64: fixed bug 395
2008-12-22 Nikodemus Siivola1.0.23.62: fix bug 357
2008-12-21 Nikodemus Siivola1.0.23.60: fix bug 354: XEPs in backtraces, properly...
2008-12-19 Nikodemus Siivola1.0.23.59: bug 3b has been fixed a while now
2008-12-19 Nikodemus Siivola1.0.23.58: bug 405 has been fixed a while now
2008-12-19 Nikodemus Siivola1.0.23.56: special variables cause special cases in...
2008-12-19 Nikodemus Siivola1.0.23.55: three stale bugs
2008-12-18 Nikodemus Siivola1.0.23.52: FORMAT performance tweaking
2008-12-18 Nikodemus Siivola1.0.23.51: wrong return value from READ-SEQUENCE :START...
2008-12-15 Nikodemus Siivola1.0.23.41: fix DX-COMBINATION-P
2008-12-12 Nikodemus Siivola1.0.23.38: fix bug 430 (stack alloc by nested defstruct...
2008-12-12 Nikodemus Siivola1.0.23.37: more CLOS and classoid thread safety
2008-12-12 Nikodemus Siivola1.0.23.36: typecheck :ALLOCATION :CLASS slot initforms...
2008-12-05 Nikodemus Siivola1.0.23.26: AMOPly correct defaulting of direct superclasses
2008-12-05 Nikodemus Siivola1.0.23.25: better errors for bogus RECURSIVE-P in reader
2008-12-05 Nikodemus Siivola1.0.23.24: fix bad test for ARRAY-STORAGE-VECTOR
2008-12-05 Nikodemus Siivola1.0.23.22: rename SIMPLE-ARRAY-VECTOR to ARRAY-STORAGE...
2008-12-04 Nikodemus Siivola1.0.23.20: check for standard readtable modification
2008-12-04 Nikodemus Siivola1.0.23.18: SET-[DISPATCH-]MACRO-CHARACTER fixes
2008-12-04 Nikodemus Siivola1.0.23.17: new function: SIMPLE-ARRAY-VECTOR
2008-12-03 Nikodemus Siivola1.0.23.15: GET-MUTEX to set new mutex owner unithreaded...
next