1.0.36.9: UD2-BREAKPOINTS feature for x86oid systems
[sbcl.git] / tests /
2010-02-28 Nikodemus Siivola1.0.36.8: deal with environment argument in TYPEP trans...
2010-02-28 Nikodemus Siivola1.0.36.6: array data vector type derivation
2010-02-28 Nikodemus Siivola1.0.36.5: delay transforms for SLOT-VALUE and (SETF...
2010-02-28 Nikodemus Siivola1.0.36.4: muffle style-warnings for undefined slot...
2010-02-28 Nikodemus Siivola1.0.36.3: FUNCTION-LAMBDA-EXPRESSION and declarations...
2010-02-28 Nikodemus Siivola1.0.36.2: buglet in LVAR-MATCHES
2010-02-27 Nathan Froyd1.0.35.20: More robust checking for DEFMETHOD argument...
2010-02-27 Nathan Froyd1.0.35.19: fix SB-EXT:GENERATION-* accessors for genera...
2010-02-22 Nathan Froyd1.0.35.18: Fix type-derivation for EXPT
2010-02-13 Tobias C. Rittweiler1.0.35.15: Add and export various functions related...
2010-02-11 Tobias C. Rittweiler1.0.35.12: Minor cleanup in %TARGET-DEFSTRUCT.
2010-02-01 Tobias C. Rittweiler1.0.35.2: Fix CONDITION-WAIT to signal deadline with...
2010-01-31 Tobias C. Rittweiler1.0.35.1: Fix CONDITION-WAIT not to signal a deadline...
2010-01-30 Christophe Rhodes1.0.34.16: Test case for ROUND brokenness
2010-01-26 Nathan Froyd1.0.34.11: properly inline %UNARY-TRUNCATE/{SINGLE...
2010-01-04 Tobias C. Rittweiler1.0.34.3: Fix second return value of GET-MACRO-CHARACTER.
2009-12-30 Alastair Bridgewater1.0.34.2: Make threads.pure.lisp symbol-value-in-thread...
2009-12-16 Christophe Rhodes1.0.33.16: implement UTF external formats
2009-12-16 Christophe Rhodes1.0.33.14: improve UCS external formats
2009-12-16 Tobias C. Rittweiler1.0.33.13: Catch errors during compile-time-too processing.
2009-12-04 Gabor Melis1.0.33.6: prettier PRINT-OBJECT default method
2009-11-28 Alastair Bridgewater1.0.33.2: Fix bug 489698 (reading #p"\\\\" on windows).
2009-11-20 Christophe Rhodes1.0.32.37: declarations and symbol-macros in methods
2009-11-20 Christophe Rhodes1.0.32.36: (subtypep 'symbol 'keyword) must be NIL, T
2009-11-19 Christophe Rhodes1.0.32.31: type system now understands (and <array...
2009-11-12 Alastair Bridgewater1.0.32.30: Fix breakage from 1.0.32.26.
2009-11-12 Christophe Rhodes1.0.32.28: fix listen / read-char-no-hang
2009-11-12 trittweiler1.0.32.27: Add test case for 1.0.32.26.
2009-11-11 Christophe Rhodes1.0.32.22: implement output restarts for UCS2
2009-11-11 Christophe Rhodes1.0.32.21: compress most unibyte-external-format defini...
2009-11-11 Christophe Rhodes1.0.32.20: bug fixes in unibyte external formats
2009-11-11 Christophe Rhodes1.0.32.17: make the utf-8 external format more robust
2009-11-11 Christophe Rhodes1.0.32.16: external-format restart enhancements
2009-11-06 trittweiler1.0.32.13: WITH-STANDARD-IO-SYNTAX must also bind ...
2009-11-06 Christophe Rhodes1.0.32.12: Fix slot-value on specialized parameters...
2009-11-03 Christophe Rhodes1.0.32.11: fix octets portion of latin-2/iso-8859-2...
2009-10-25 Christophe Rhodes1.0.32: will be tagged as sbcl_1_0_32
2009-10-08 Nikodemus Siivola1.0.31.32: missing --no-userinit in core.test.sh
2009-10-07 Nikodemus Siivola1.0.31.31: SATISFIES cannot refer to local functions
2009-10-03 Juho Snellman1.0.31.27: RUN-PROGRAM process group change
2009-09-29 Nathan Froyd1.0.31.23: OAOOize external-format support
2009-09-21 Nikodemus Siivola1.0.31.18: better SXHASH on pathnames
2009-09-18 Nikodemus Siivola1.0.31.17: LOGICAL-PATHNAME signals a TYPE-ERROR
2009-09-18 Nikodemus Siivola1.0.31.14: removing :DEFAULT-INITARGS via DEFCLASS
2009-09-18 Nikodemus Siivola1.0.31.14: removing :DEFAULT-INITARGS via DEFCLASS
2009-09-14 Nikodemus Siivola1.0.31.8: specialized out-of-line CONCATENATE for strings
2009-09-12 Nikodemus Siivola1.0.31.6: better error reporting for bogus parameter...
2009-09-11 Nikodemus Siivola1.0.31.5: WITH-SLOTS on THE forms
2009-09-11 Nikodemus Siivola1.0.31.4: misuse of ABORT-IR1-TRANSFORM
2009-09-11 Nikodemus Siivola1.0.31.3: fix saving runtime options from executable...
2009-08-26 Christophe Rhodes1.0.30.52: fix for multiple-value TRUNCATE
2009-08-23 Christophe Rhodes1.0.30.51: fix for COERCE compilation regression
2009-08-22 Christophe Rhodes1.0.30.48: utf-8 simple-array-nil correctness
2009-08-22 Christophe Rhodesx86 sap fixes
2009-08-12 Nikodemus Siivola1.0.30.44: DECODE-FLOAT and INTEGER-DECODE-FOAT are...
2009-08-11 Nikodemus Siivola1.0.30.43: LVAR-MATCHES needs to deal with unnamed...
2009-08-10 Nikodemus Siivola1.0.30.42: missing array predicate definitions
2009-08-06 Nikodemus Siivola1.0.30.40: faster SLOT-VALUE on structures
2009-08-06 Nikodemus Siivola1.0.30.38: faster TRUNCATE on floats
2009-08-04 Nikodemus Siivola1.0.30.34: flushable INITIALIZE-VECTOR
2009-08-04 Nikodemus Siivola1.0.30.33: failed aver in %ALLOCATE-CLOSURES IR2 conversion
2009-08-01 Nikodemus Siivola1.0.30.27: pretty-printing improvements
2009-07-31 Nikodemus Siivola1.0.30.26: fix failing AVER in CONVERT-MV-CALL
2009-07-31 Nikodemus Siivola1.0.30.25: deftransform for ARRAY-IN-BOUNDS-P
2009-07-31 Nikodemus Siivola1.0.30.22: better DELETE-FILE on streams
2009-07-29 Nikodemus Siivola1.0.30.9: improved generic-function FTYPE handling
2009-07-29 Nikodemus Siivola1.0.30.8: redo the recent FP optimizations in a better way
2009-07-28 Nikodemus Siivola1.0.30.6: fix minor bug in DESCRIBE
2009-07-28 Nikodemus Siivola1.0.30.5: optimize some floating point operations
2009-07-18 Paul Khuong1.0.30.2: more aggressive constant-folding
2009-07-18 Nikodemus Siivola1.0.30.1: correct nested DX handling
2009-07-08 Nikodemus Siivola1.0.29.54.rc5: fix load-time-value regressions
2009-07-08 Nikodemus Siivola1.0.29.54.rc4: correct loading of first FP operand...
2009-07-06 Paul Khuong1.0.29.54.rc3: Make float tests consume less memory
2009-07-01 Nikodemus Siivola1.0.29.54.rc2: two more CTOR optimization issues
2009-06-28 Paul Khuong1.0.29.54: Inline unboxed constants on x86[-64]
2009-06-28 Nikodemus Siivola1.0.29.53: ...really this time...
2009-06-28 Nikodemus Siivola1.0.29.53: some LOAD-TIME-VALUE smartness
2009-06-28 Nikodemus Siivola1.0.29.52: small UCD optimizations and related cleanups
2009-06-28 Nikodemus Siivola1.0.29.51: correctly compute default initargs for FAST...
2009-06-27 Nikodemus Siivola1.0.29.49: silence compiler note for type-checks from...
2009-06-26 Nikodemus Siivola1.0.29.48: compute default initargs for SB-PCL::FAST...
2009-06-26 Paul Khuong1.0.29.47: Floating point correctness improvement
2009-06-25 Paul Khuong1.0.29.44: Complex float improvements
2009-06-25 Nikodemus Siivola1.0.29.41: inline CTOR caches for MAKE-INSTANCE
2009-06-25 Nikodemus Siivola1.0.29.40: more (EXPT MINUS-ONE INTEGER) optimization
2009-06-25 Nikodemus Siivola1.0.29.39: SLEEP on large integers
2009-06-25 Nikodemus Siivola1.0.29.38: better DESCRIBE
2009-06-24 Nikodemus Siivola1.0.29.36: another regression from 1.0.29.27
2009-06-22 Nikodemus Siivola1.0.29.34: hopefully thread-safe SB-PROFILE
2009-06-22 Nikodemus Siivola1.0.29.30: oops, get documentation for built-in macros...
2009-06-21 Nikodemus Siivola1.0.29.29: (one more)^3 DIRECTORY regression
2009-06-21 Nikodemus Siivola1.0.29.26: robustify GENTEMP against pretty-printer
2009-06-21 Nikodemus Siivola1.0.29.24: preserve docstrings for local and anonymous...
2009-06-20 Nikodemus Siivola1.0.29.22: smattering of DOCUMENTATION cleanups
2009-06-18 Nikodemus Siivola1.0.29.19: robustify SYMBOL-VALUE-IN-THREAD
2009-06-18 Nikodemus Siivola1.0.29.17: SYMBOL-VALUE-IN-THREAD
2009-06-18 Nikodemus Siivola1.0.29.16: make the fopcompiler DEFGLOBAL-aware
2009-06-17 Nikodemus Siivola1.0.29.12: nicer DX capability conditionalization
2009-06-16 Nikodemus Siivola1.0.29.11: one more one more DIRECTORY regressions
next