Fix contrib building on mingw.
[sbcl.git] / tests /
2013-11-04 Paul KhuongMore complicated TYPEP tests are marginally transparent...
2013-11-04 Stas BoukarevFix foreign-stack-alignment test on SPARC.
2013-11-03 Stas BoukarevFix EQUALP on structures with raw slots.
2013-11-03 Christophe Rhodesfix LET* environment semantics in sexp-based evaluator
2013-11-03 Stas BoukarevFix run-tests.sh on Solaris.
2013-11-01 Stas BoukarevAdd --help to run-tests.sh.
2013-11-01 Stas Boukarevtests: better reports when /bin/ed is not present.
2013-11-01 Stas Boukarevdefmethod: make the function known at compile time.
2013-10-31 Stas BoukarevFix defmethod arglists leaking into make-method-lambda.
2013-10-26 Paul KhuongMake sure quantifiers don't cons
2013-10-22 Jan MoringenUse new MAP-RESTARTS in FIND-RESTART, COMPUTE-RESTARTS...
2013-10-22 Jan MoringenSilence some unused variable warnings in tests/conditio...
2013-10-21 Christophe Rhodessignal errors for bad initialization of slot definitions
2013-10-19 Paul KhuongWarn when wrapping constants with THE of multiple value...
2013-10-18 Stas BoukarevRemove duplicate implementations of (setf aref/sbit...
2013-10-17 Stas BoukarevStop (describe (make-instance 'generic-function)) from...
2013-10-17 Stas Boukarevfunction-lambda-expression: Return the name of a generi...
2013-10-17 Stas Boukarevtests: don't require ASDF.
2013-10-17 Stas BoukarevFix where tests are trying to find contribs.
2013-10-16 Stas Boukarevrun-program: Add support for :environment on WIN32.
2013-10-13 Jim WiseFor consistency with other shell scripts here, use...
2013-10-13 Jim WiseFix on Solaris by accounting for /bin/sh there.
2013-10-13 Stas BoukarevFix (compile '(setf function)).
2013-10-09 Christophe Rhodesdon't consider an interpreted->compiled function change...
2013-10-03 Stas BoukarevAdd a test-case for the previous commit.
2013-09-24 Stas BoukarevFix OPEN with :io and :if-does-not-exist nil.
2013-09-23 Stas BoukarevADJOIN shouldn't constant fold.
2013-09-22 Paul KhuongTest for broken copy-more-arg harder
2013-09-22 Paul KhuongFix copy-more-arg on x86 and x86-64
2013-09-19 Stas BoukarevFix loading specialized vectors from fasls.
2013-09-16 Christophe RhodesSET-FUNCALLABLE-INSTANCE-FUNCTION is user interface
2013-09-13 Christophe Rhodesminor optimization to restart-case
2013-09-13 Jan MoringenRemove convoluted keyword argument processing in RESTAR...
2013-09-11 Christophe Rhodesmore restrictive test naming
2013-09-11 Christophe Rhodesrename recently-added tests
2013-09-10 Christophe Rhodesdetect cpl-protocol-violations early
2013-09-09 Christophe Rhodesbetter ctor fallback-generators
2013-09-07 Stas BoukarevLDB/DPB do not check for negative indexes.
2013-09-05 Stas BoukarevOptimize CHAR-EQUAL on constant and base-char args.
2013-09-05 Stas BoukarevAdd a transform for EQUALP.
2013-09-05 Stas BoukarevImprove the EQUAL transform.
2013-08-31 Stas Boukarevslep-non-consing test: prevent from sleeping too much.
2013-08-30 Stas Boukarevtests/subr.sh: Fix sed invocation for Solaris.
2013-08-30 Stas Boukarevtests/run-compiler.sh: use gcc, not cc.
2013-08-29 Stas BoukarevPPRINT (setf . a) correctly.
2013-08-28 Lutz EulerImprove the test float.impure.lisp / (RANGE-REDUCTION...
2013-08-21 Stas BoukarevFix OPEN when :if-exists/:if-does-not-exist are both...
2013-08-20 Stas BoukarevFix thread-alloca test on Windows.
2013-08-15 Stas BoukarevSet up alien stack correctly on non-x86oids.
2013-08-15 Stas BoukarevWarn when defining a setf-function together with a...
2013-08-15 Stas BoukarevThrow errors on malformed FUNCTION.
2013-08-06 Stas BoukarevFix undefined function errors on PPC and MIPS.
2013-07-18 Paul KhuongPack (mostly) stack TNs according to lexical scope...
2013-07-18 Paul KhuongInsert explicit cut to width when needed
2013-07-08 Paul KhuongHandle unbounded integer types in INTEGER-TYPE-NUMERIC...
2013-07-07 Lutz EulerAdd a regression test for lp#1194673.
2013-06-29 Paul KhuongRevert to binding *package* in bootstrappy code
2013-06-28 James M. LawrenceFix SLEEP on 32-bit platforms.
2013-06-28 Paul Khuongdouble->single float conversion isn't a no-op on x87...
2013-06-28 Paul KhuongDefer some sanity checks to after testing for value...
2013-06-28 Jan MoringenIn MAKE-THREAD, use WITH-SYSTEM-MUTEX for locking ...
2013-06-22 Stas Boukarevbacktrace: don't cons large lists when RCX is overwritt...
2013-06-08 Paul KhuongHandle (aref v (+ i k)), with i negative
2013-06-08 Paul KhuongMore identity folding for LOGAND and LOGIOR with constants
2013-06-08 Paul KhuongComplete cut-to-width for modular arithmetic
2013-06-05 Stas BoukarevGet rid of vm-support-routines indirection.
2013-06-04 Christophe Rhodesfix CL case conversions of characters involving iota...
2013-06-03 Paul KhuongSimpler and more precise type derivation for APPEND...
2013-06-03 Stas BoukarevUninitialized type-error conditions can now be printed.
2013-06-03 Stas BoukarevFix APPEND/NCONC type derivation properly this time.
2013-06-03 Christophe Rhodesfixes in EXPT type derivation
2013-06-03 Stas BoukarevFix NCONC type derivation.
2013-06-03 Stas Boukarevsleep: Add more precautions to avoid consing on x86.
2013-06-03 Stas BoukarevFix sleep on ratios, avoiding consing.
2013-06-03 Christophe Rhodessome tests of SLEEP with ratios
2013-06-02 Lutz EulerFix expected result for a character comparison test...
2013-05-31 Stas BoukarevFix a regression in APPEND type derivation.
2013-05-31 Paul KhuongStricter precondition when strength reducing variable...
2013-05-27 Paul KhuongCompute single-value-type correctly in the absence...
2013-05-27 Christophe Rhodesfix CHAR-EQUALity of non-ascii caseful characters
2013-05-25 Lutz EulerSkip unicode normalization tests on non-unicode builds.
2013-05-24 Paul KhuongRevert "Fix (aref vector (+ i constant)) with i negativ...
2013-05-24 Paul KhuongFix (aref vector (+ i constant)) with i negative on...
2013-05-23 Christophe Rhodesfix build with #!-SB-UNICODE
2013-05-22 Paul KhuongSimpler word-sized variable right shifts on x86 and...
2013-05-22 Paul KhuongEvaluate global inline functions via their fdefinition
2013-05-22 Paul KhuongTruthful error reporting for complicated compile-time...
2013-05-21 Paul KhuongSB-SIMD-PACK on x86-64
2013-05-21 Paul KhuongEnable (type-directed) constant folding for LOGTEST...
2013-05-20 Paul KhuongFix (CONCATENATE 'null ...) for generic sequences
2013-05-20 Paul KhuongPrint intermediate evaluation results for some ASSERTed...
2013-05-19 Stas BoukarevMake ir1-convert-hairy-lambda safe for non-local exits.
2013-05-19 Paul KhuongMore robust FILTER-LVAR through CASTs
2013-05-18 Christophe Rhodesimplement primary and canonical composition, and hence...
2013-05-18 Christophe Rhodesactually run Part3 of Unicode Normalization tests
2013-05-18 Christophe Rhodesfinish handling NormalizationTest test vectors
2013-05-18 Christophe Rhodesfirst cut at testing unicode normalization
2013-05-18 Paul KhuongComplete cut-to-width
2013-05-18 Paul KhuongInsert typechecks before RAW-INSTANCE-INIT in structure...
2013-05-18 Paul KhuongMore robust erroneous local call detection
next