linux: Enable :SB-FUTEX by default on PPC.
[sbcl.git] / tests /
2011-11-20 Lutz EulerMake EXPT use double-precision throughout in more cases
2011-11-20 Nikodemus Siivolaoops, SB-EXT:DYNAMIC-SPACE-SIZE broke a test
2011-11-19 Nikodemus Siivolabetter inner and anonymous function names
2011-11-19 Nikodemus Siivoladefault gen.bytes_consed_between_gc to same 5% of dynam...
2011-11-18 Nicolas Edelpass errno from exec() to parent in spawn()
2011-11-17 Nikodemus Siivolasemaphore notification objects
2011-11-15 Paul KhuongPlug two more CTYPE leaks into fasls
2011-11-15 Paul KhuongPlug a CTYPE leak into fasls via SETQ
2011-11-14 Nikodemus Siivolasymlinks and RENAME-FILE and DELETE-DIRECTORY
2011-11-13 Paul KhuongMore numerically stable %hypot (ABS of complex floats...
2011-11-12 Nikodemus Siivolaextensible CAS and CAS extensions
2011-11-11 Christophe Rhodesfix out-of-line structure predicates on obsolete standa...
2011-11-10 Alastair BridgewaterMake MAKE-LISP-OBJ pickier on CHENEYGC.
2011-11-10 Alastair Bridgewatergencgc: Make MAKE-LISP-OBJ of SIMPLE-FUN object address...
2011-11-10 Nikodemus Siivolatweak threads.impure.lisp tests
2011-11-10 Nikodemus Siivolaunify locks
2011-11-10 Nikodemus Siivolatimeouts on JOIN-THREAD
2011-11-10 Nikodemus Siivolatimeouts on semaphores and mailboxes, fix timeouts...
2011-11-09 Nikodemus Siivolakilling lutexes, adding timeouts
2011-11-09 Jim WiseAdjust for NetBSD location of perl.
2011-11-09 Nikodemus SiivolaMAP-DIRECTORY didn't :CLASSIFY-SYMLINKS by default
2011-11-08 Jim WiseNetBSD also fails on test based on opening /dev/stdout...
2011-11-07 Paul KhuongCorrect address computation in atomic-incf/aref for...
2011-10-31 Eric Marsdenfix SEARCH vector vector transform
2011-10-30 Nikodemus Siivolamake DELETE-FILE respect *DEFAULT-PATHNAME-DEFAULTS*
2011-10-30 Robert Brownfix GENCGC DYNAMIC-USAGE on 64-bit platforms
2011-10-30 Paul KhuongFix constant character comparisons for SPARC/sb-unicode
2011-10-30 Paul KhuongEliminate an infinite recursion in TYPE-UNION of INTERS...
2011-10-30 Paul KhuongTake inline trampoline into account when optimizing...
2011-10-28 Nikodemus Siivolawaiting for arbitrary events SB-EXT:WAIT-FOR
2011-10-25 Alastair BridgewaterFix unhandled error in float.pure.lisp on non-x86oids.
2011-10-25 Alastair BridgewaterFix debug.impure.lisp / BUG-310175 for :stack-allocatab...
2011-10-24 Alastair BridgewaterFix FP traps on OSX/x86.
2011-10-24 Alastair BridgewaterFix FP traps on OSX/x86-64.
2011-10-22 Paul KhuongFix a long-standing bug in (PRIMITIVE-TYPE [MEMBER...
2011-10-22 Paul KhuongFix another assumption w.r.t fixnum width and n-lowtag...
2011-10-20 Alastair BridgewaterMore unboxed-byte-addresses-are-word-addresses damage.
2011-10-19 Alastair BridgewaterImprove some test cases for fixnum-width independence
2011-10-11 Stas Boukarev(format t "a~0&b") shouldn't print any newlines.
2011-10-09 Juho SnellmanSleep is apparently still consing on 32-bit platforms...
2011-10-09 Juho SnellmanRemove the invalid :sleep-many-interrupts test
2011-10-07 Christophe Rhodesreally fix float rounding on 32-bit platforms
2011-09-29 David LichteblauIgnore a known failure in script.test.sh on Darwin
2011-09-20 Nikodemus Siivolahandle non-standard slot allocations when updating...
2011-09-06 Max MikhanoshaFix (run-program) to cleanup fd handlers
2011-09-04 Christophe Rhodesfix rounding of floats big enough to be bignums
2011-09-02 David LichteblauFix I/O redirection of script.test.sh
2011-08-28 Paul KhuongOptional support for zlib-based in-memory deflate/infla...
2011-08-24 Nikodemus Siivolatest for multiply-interrupted sleeps
2011-08-24 Nikodemus Siivolabe more careful about ,@<constant-atom> and ,.<constant...
2011-08-24 Joshua ElsasserCreate a dummy test-status.lisp-expr when running shell...
2011-08-23 Paul KhuongEnsure correct alignment for complex single-float literals
2011-08-23 Nikodemus Siivoladisable unsychronized-hash-table test for now
2011-08-22 Nikodemus Siivolaignore non-function FTYPEs
2011-08-22 Nikodemus Siivolanon-consing NANOSLEEP
2011-08-22 Nikodemus Siivolaextend ARRAY-TYPE-UPGRADED-ELEMENT-TYPE to work with...
2011-08-22 Nikodemus Siivolause WEAKEN-INTEGER-TYPE in ARRAY-IN-BOUNDS-P
2011-08-15 Nikodemus Siivolafix bogus deadlocks from interrupts and GCs
2011-08-14 Paul KhuongFix automatic &rest to &more conversion in unsafe code
2011-08-14 Paul KhuongHandle SIMPLE-TYPE-ERROR when propagating bounds
2011-08-14 Paul KhuongMore efficient integer division by multiplication
2011-08-13 Nikodemus Siivolafix DESCRIBE on compiled closures from EVAL
2011-08-12 Christophe Rhodesallow user-defined STRING synonyms in MAKE-SEQUENCE
2011-08-10 William Halliburtonfix initial FILE-POSITION for OPEN :IF-EXISTS :APPEND
2011-08-09 David LichteblauNew toplevel options --quit and --non-interactive
2011-08-09 David LichteblauMake test toplevel.sh usable
2011-08-09 Nikodemus SiivolaLOAD-TIME-VALUE improvements
2011-08-08 Nikodemus Siivolabetter type propagation for MULTIPLE-VALUE-BIND
2011-08-05 Nikodemus Siivolaimplement CEILING and FLOOR in terms of %CEILING and...
2011-08-05 Lutz EulerOptimize integer division by a constant in several...
2011-08-05 Nikodemus Siivolaskip interrupted-syscall test on unthreaded builds
2011-08-01 Paul KhuongFix disassembly of CMP[PS][SD] instructions on x86-64
2011-08-01 Nikodemus Siivolamore robust backtraces for syscalls on x86
2011-08-01 Nikodemus Siivolamake SBCL_ARCH=x86 build work on 64-bit linux without...
2011-07-29 Nikodemus Siivolafixed-format floating point printing: zero and scaling...
2011-07-29 Nikodemus Siivolaobsolete instance protocol and class-slots
2011-07-28 Joshua ElsasserHave the float.pure.lisp / RANGE-REDUCTION test fail...
2011-07-27 Nikodemus Siivolamake sure LVAR-EXTERNALLY-CHECKABLE-TYPE always returns...
2011-07-22 Paul KhuongCorrect RIP-relative offset for strange x86-64 instructions
2011-07-06 Paul KhuongSmall cleanups
2011-06-26 Nikodemus Siivolafix bogus test in arith.pure.lisp
2011-06-22 Paul KhuongLet register allocation handle unused TNs due to consta...
2011-06-21 Paul KhuongCompiler support for specialised implicit value cells
2011-06-19 Paul KhuongLess constraint propagation when COMPILATION-SPEED...
2011-06-14 Nikodemus Siivolawhitespace in tests
2011-06-14 Nikodemus Siivolaadd &KEY SILENT to PARSE-LAMBDA-LIST
2011-06-13 Jim WiseConvert remaining tests in debug.impure.lisp to use...
2011-06-11 Nikodemus Siivolatests and NEWS for lp#308961
2011-06-11 Nikodemus Siivolarobustify DIRECTORY on logical pathnames
2011-06-11 Paul KhuongAvoid constant folding NaNs from MAKE-{SINGLE,DOUBLE...
2011-06-11 Paul KhuongMAKE-THREAD accepts :ARGUMENTS to pass to the thread...
2011-06-10 Nikodemus SiivolaFMAKUNBOUND removes the MACRO-FUNCTION as well
2011-06-10 Nikodemus Siivola&optional and &key supplied-p arguments in boa-constuctors
2011-06-09 Nikodemus Siivolarobustify debugger against bogus lambda-lists
2011-06-09 Jim WiseRANGE-REDUCTION also fails-on sunos x86-64.
2011-06-07 Nikodemus Siivolaminor bug in type= method for arrays of unknown element...
2011-06-07 Nikodemus Siivolamore conservative bounds in FP interval arithmetic
2011-06-07 Nikodemus Siivolamark RANGE-REDUCTION test as failing on x86-64 Linux...
2011-06-07 Nikodemus Siivolafix whitespace in tests
2011-06-07 Jim WiseConvert to with-test throughout.
next