x86-64 disentwingling of fixnums and words.
[sbcl.git] / tests /
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.
2011-06-07 Jim WiseRun start-test earlier in with-test.
2011-06-06 Jim WiseRework test infrastructure to keep track of tests which...
2011-05-30 Nikodemus Siivola1.0.48.34: MAKE-ALIEN-STRING
2011-05-30 Nikodemus Siivola1.0.48.33: --script bits and pieces
2011-05-28 Nikodemus Siivola1.0.48.29: better end-of-the-world handling
2011-05-28 Nikodemus Siivola1.0.48.28: make TRULY-THE macroexpandable
2011-05-25 Nikodemus Siivola1.0.48.25: automatic &rest to &more conversion
2011-05-24 Nikodemus Siivola1.0.48.24: fix performance / type derivation regression...
2011-05-24 Nikodemus Siivola1.0.48.21: explicitly indefinite-extent leaves, safer...
2011-05-21 Nikodemus Siivola1.0.48.20: fix mv-call regression from 1.0.43.57
2011-05-14 Nikodemus Siivola1.0.48.16: deadlock detection fixes
2011-05-12 Nikodemus Siivola1.0.48.15: fix null broadcast-streams as RUN-PROGRAM...
2011-05-12 Nikodemus Siivola1.0.48.14: more conservative global variable conversion
2011-05-12 Nikodemus Siivola1.0.48.13: SET-SYNTAX-FROM-CHAR and dispatch-macro...
2011-05-11 Nikodemus Siivola1.0.48.12: fix bugs in deadlock detection and tests
2011-05-11 Nikodemus Siivola1.0.48.10: add deadlock detection to spinlocks and...
2011-05-10 Nikodemus Siivola1.0.48.8: better binary stream support in RUN-PROGRAM
2011-05-10 Nikodemus Siivola1.0.48.7: add FD-STREAM-FD-TYPE, use it to decide when...
2011-05-09 Nikodemus Siivola1.0.48.4: source locations for init files
2011-04-23 Cyrus Harmon1.0.47.29: reinstate Darwin interrupt tests that now...
2011-04-21 Nikodemus Siivola1.0.47.27: limit open coding from MEMBER, ASSOC, &co
2011-04-21 Nikodemus Siivola1.0.47.26: BEST-SUB-SOURCE-PATH should ignore quoted...
2011-04-21 Nikodemus Siivola1.0.47.25: make instances obsolete if slot definition...
2011-04-11 Nikodemus Siivola1.0.47.23: remove defknowns for condition slot accessors
2011-04-10 Nikodemus Siivolaprotect compile-time side-effects of DEFUN with a packa...
2011-04-10 Nikodemus Siivola1.0.47.20: don't handle errors during compile-time...
2011-04-10 Nikodemus Siivola1.0.47.19: another MAKE-INSTANCE regression from 1...
2011-04-08 Nikodemus Siivola1.0.47.17: %FUNCALL IR1 translator was careless about...
2011-04-08 Nikodemus Siivola1.0.47.16: more ((LAMBDA ..) ..) and (FUNCALL (LAMBDA...
2011-04-08 Nikodemus Siivola1.0.47.15: %FUNCALL IR1 translator macroexpands the...
2011-04-07 Nikodemus Siivola1.0.47.14: optimize list DELETE to DELQ in more cases
2011-04-07 Nikodemus Siivola1.0.47.13: extend LVAR-FUN-IS to constant functions...
2011-04-07 Nikodemus Siivola1.0.47.12: robustify test for bug-654289
2011-04-04 Jim WiseBetter Solaris support in tests:
2011-03-19 Nikodemus Siivola1.0.46.37: SIMPLE-CONDITION slots are initialized with...
2011-03-12 Stas Boukarev1.0.46.34: Fix tests for builds without sb-eval.
2011-03-11 Alastair Bridgewater1.0.46.33: constraint: Don't substitute REFs when repla...
next