1.0.36.15: upgraded array element-type of unions and intersections
[sbcl.git] / src / code /
2010-03-08 Nikodemus Siivola1.0.36.14: better differences of numeric types
2010-03-01 Alastair Bridgewater1.0.36.10: UD2-BREAKPOINTS for Win32
2010-02-28 Nikodemus Siivola1.0.36.3: FUNCTION-LAMBDA-EXPRESSION and declarations...
2010-02-27 Christophe Rhodes1.0.35.23: restore buildability on clisp
2010-02-27 Nathan Froyd1.0.35.21: ANSI-fy random-state seeding changes
2010-02-27 Nathan Froyd1.0.35.19: fix SB-EXT:GENERATION-* accessors for genera...
2010-02-14 Alastair Bridgewater1.0.35.16: Whitespace damage.
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-11 Tobias C. Rittweiler1.0.35.11: Minor cleanup in MAKE-FUN-TYPE / MAKE-VALUES...
2010-02-11 Nathan Froyd1.0.35.9: Add support for non-trivial random seeds
2010-02-08 Nathan Froyd1.0.35.7: fix docstrings for printing-releated things
2010-02-04 Gabor Melis1.0.35.4: fix compilation on chenygc platforms
2010-02-04 Tobias C. Rittweiler1.0.35.3: Give initial thread function an explicit...
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-04 Tobias C. Rittweiler1.0.34.3: Fix second return value of GET-MACRO-CHARACTER.
2009-12-30 Alastair Bridgewater1.0.34.1: Kludge reduction in debug-int.
2009-12-21 Gabor Melis1.0.33.27: fix regressions in DESCRIBE from 1.0.33.5
2009-12-18 Nikodemus Siivola1.0.33.24: both .FASL and .fasl force fasl-loading
2009-12-18 Nathan Froyd1.0.33.22: fix WITH-MUTEX docstring
2009-12-17 Nikodemus Siivola1.0.33.11: thread-safe FIND-PACKAGE & DEFPACKAGE
2009-12-16 Christophe Rhodes1.0.33.16: implement UTF external formats
2009-12-16 Christophe Rhodes1.0.33.15: preparation for UTF external formats
2009-12-16 Christophe Rhodes1.0.33.14: improve UCS external formats
2009-12-10 Tobias C. Rittweiler1.0.33.7: Indicate *DEBUGGER-HOOK* / SB-EXT:*INVOKE...
2009-12-04 Gabor Melis1.0.33.6: prettier PRINT-OBJECT default method
2009-12-04 Gabor Melis1.0.33.5: improve DESCRIBE (#lp488976)
2009-12-02 Christophe Rhodes1.0.33.3: restore buildability from CMUCL
2009-11-28 Alastair Bridgewater1.0.33.2: Fix bug 489698 (reading #p"\\\\" on windows).
2009-11-20 Christophe Rhodes1.0.32.36: (subtypep 'symbol 'keyword) must be NIL, T
2009-11-19 Nikodemus Siivola1.0.32.33: GENCGC tuning parameters
2009-11-19 Christophe Rhodes1.0.32.32: add support for x86-64/NetBSD
2009-11-19 Christophe Rhodes1.0.32.31: type system now understands (and <array...
2009-11-12 Christophe Rhodes1.0.32.28: fix listen / read-char-no-hang
2009-11-11 Christophe Rhodes1.0.32.23: use :replacement in the external format...
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.19: Support for :REPLACEMENT external-format...
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-11 Christophe Rhodes1.0.32.15: update Unicode data files to Unicode 5.2
2009-11-06 trittweiler1.0.32.13: WITH-STANDARD-IO-SYNTAX must also bind ...
2009-11-03 Christophe Rhodes1.0.32.11: fix octets portion of latin-2/iso-8859-2...
2009-11-02 Gabor Melis1.0.32.10: fix timer starvation caused by setting the...
2009-10-30 Nathan Froyd1.0.32.9: fix thinko in DEFINE-EXTERNAL-FORMAT/VARIABLE...
2009-10-30 Christophe Rhodes1.0.32.5: defend against full MAKE-ARRAY before the...
2009-10-29 Christophe Rhodes1.0.32.4: fix INSPECT on closures
2009-10-29 Christophe Rhodes1.0.32.2: minor portability fix
2009-10-07 Nikodemus Siivola1.0.31.31: SATISFIES cannot refer to local functions
2009-09-29 Nathan Froyd1.0.31.25: fix thinko in ECHO-N-BIN
2009-09-29 Nathan Froyd1.0.31.23: OAOOize external-format support
2009-09-26 Nathan Froyd1.0.31.20: smaller code for failing ECASE/ETYPECASE
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-16 Nikodemus Siivola1.0.31.12: use global lexicals for world-lock and final...
2009-09-15 Nikodemus Siivola1.0.31.11: better handling of vector types in LOOP
2009-09-14 Nikodemus Siivola1.0.31.8: specialized out-of-line CONCATENATE for strings
2009-09-13 Nikodemus Siivola1.0.31.7: transform %FIND-POSITION for strings
2009-08-26 Christophe Rhodes1.0.30.54: Fix a cross-compiler leak in specialized...
2009-08-23 Christophe Rhodes1.0.30.51: fix for COERCE compilation regression
2009-08-23 Christophe Rhodes1.0.30.50: fix SAVE-LISP-AND-DIE docstring
2009-08-23 Christophe Rhodes1.0.30.49: delete-file behaviour reversal
2009-08-22 Christophe Rhodes1.0.30.48: utf-8 simple-array-nil correctness
2009-08-12 Nikodemus Siivola1.0.30.45: various pretty-printing improvements
2009-08-10 Nikodemus Siivola1.0.30.42: missing array predicate definitions
2009-08-07 Christophe Rhodes1.0.30.41: Octets support for ebcdic-us
2009-08-06 Nikodemus Siivola1.0.30.38: faster TRUNCATE on floats
2009-08-03 Christophe Rhodes1.0.31.32: Update to Unicode 5.0.1
2009-08-01 Nikodemus Siivola1.0.30.29: SB-CLTL2:DEFINE-DECLARATION
2009-08-01 Nikodemus Siivola1.0.30.27: pretty-printing improvements
2009-07-31 Nikodemus Siivola1.0.30.25: deftransform for ARRAY-IN-BOUNDS-P
2009-07-31 Nikodemus Siivola1.0.30.24: hopefully fix _long_ SLEEP issues on OpenBSD
2009-07-31 Nikodemus Siivola1.0.30.22: better DELETE-FILE on streams
2009-07-30 Nikodemus Siivola1.0.30.20: less DEFGENERIC clobbers FTYPE STYLE-WARNINGS
2009-07-29 Nikodemus Siivola1.0.30.10: DESCRIBE reports on undefined but assumed...
2009-07-28 Nikodemus Siivola1.0.30.7: refactor debugging cruft in definition of...
2009-07-28 Nikodemus Siivola1.0.30.6: fix minor bug in DESCRIBE
2009-06-28 Paul Khuong1.0.29.54: Inline unboxed constants on x86[-64]
2009-06-28 Nikodemus Siivola1.0.29.52: small UCD optimizations and related cleanups
2009-06-26 Paul Khuong1.0.29.47: Floating point correctness improvement
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-24 Nikodemus Siivola1.0.29.35: regression from 1.0.29.27
2009-06-22 Nikodemus Siivola1.0.29.34: hopefully thread-safe SB-PROFILE
2009-06-22 Gabor Melis1.0.29.32: SCRUB-CONTROL-STACK related changes
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.27: add shebang line to fasls
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.23: simple-fun and closure cleanups
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.18: delete more debugging cruft that should...
2009-06-18 Nikodemus Siivola1.0.29.17: SYMBOL-VALUE-IN-THREAD
2009-06-18 Nikodemus Siivola1.0.29.14: implement SB-INTROSPECT:ALLOCATION-INFORMATION
next