1.0.33.22: fix WITH-MUTEX docstring
[sbcl.git] / src / code /
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
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
2009-06-15 Nikodemus Siivola1.0.29.10: one more DIRECTORY regression
2009-06-15 Nikodemus Siivola1.0.29.8: :PTY and stream arguments in RUN-PROGRAM
2009-06-15 Nikodemus Siivola1.0.29.6: regression in DIRECTORY when matching directo...
2009-06-10 Nikodemus Siivola1.0.29.6: work around stack-allocated value cell badnes...
2009-06-04 Nikodemus Siivola1.0.28.77: fix test failures on PPC and elsewhere
2009-06-02 Nikodemus Siivola1.0.28.72: two regressions from 1.0.28.59
2009-06-02 Nikodemus Siivola1.0.28.71: two regressions from the 1.0.28. series
2009-05-23 Nikodemus Siivola1.0.28.70: regression in ABOUT-TO-MODIFY-SYMBOL-VALUE...
2009-05-22 Nikodemus Siivola1.0.28.69: filesystem tests and small Windows improvements
2009-05-21 Nikodemus Siivola1.0.28.66: implement SB-EXT:GET-TIME-OF-DAY
2009-05-21 Nathan Froyd1.0.28.65: fix compiling with *PROFILE-HASH-CACHE*...
2009-05-21 Nikodemus Siivola1.0.28.64: more DIRECTORY work
2009-05-21 Nikodemus Siivola1.0.28.63: SB-EXT:DEFINE-HASH-TABLE-TEST
2009-05-21 Nathan Froyd1.0.28.62: restore SYSCALL macros to the target build
2009-05-20 Nikodemus Siivola1.0.28.61: partial re-implementation of DIRECTORY
2009-05-19 Nikodemus Siivola1.0.28.60: partial UNC pathname support for Windows
2009-05-18 Nikodemus Siivola1.0.28.59: give UNIX-NAMESTRING the chop
2009-05-18 Nikodemus Siivola1.0.28.57: cross compiler is able to reason about host...
next