1.0.20.18: minor gencgc cleanups
[sbcl.git] / src / code /
2008-09-19 Nikodemus Siivola1.0.20.11: CALL-WITH-TIMING & PRINT-TIME
2008-09-19 Nikodemus Siivola1.0.20.10: semaphore and condition variable fixes
2008-09-18 Nikodemus Siivola1.0.20.9: fix DEFINE-STRUCTURE-SLOT-ADDRESSOR to work...
2008-09-17 Nikodemus Siivola1.0.20.8: ATOMIC-INCF implementation
2008-09-17 Nikodemus Siivola1.0.20.7: COMPARE-AND-SWAP on SYMBOL-VALUE to respect...
2008-09-04 Christophe Rhodes1.0.20.2: Fewer XC/reader-conditional confusions
2008-09-03 Richard M Kreuter1.0.20.1: Dump characters ofnon-base-strings names...
2008-08-22 Richard M Kreuter1.0.19.35: Fix PARSE-, NATIVE-NAMESTRING for logical...
2008-08-21 Richard M Kreuter1.0.19.34: Fix minor bug in TIME.
2008-08-20 Paul Khuong1.0.19.32: Small bugfixes
2008-08-17 Nikodemus Siivola1.0.19.31: correct shadowing-import of NIL in NAME...
2008-08-17 Nikodemus Siivola1.0.19.30: muffle code deletion note from destructuring...
2008-08-07 Nikodemus Siivola1.0.19.26: add THREAD-YIELD to GET-SPINLOCK
2008-08-05 Nikodemus Siivola1.0.19.25: refactor global muffling slightly
2008-08-05 Nikodemus Siivola1.0.19.24: incorrect function type canonicalization
2008-08-05 Nikodemus Siivola1.0.19.22: fix bug #425
2008-08-04 Nikodemus Siivola1.0.19.20: fast CLRHASH on empty hash-tables
2008-08-03 Nikodemus Siivola1.0.19.17: DOLIST variable type on constant lists
2008-08-02 Nikodemus Siivola1.0.19.15: package name conflict patched from Michael...
2008-08-01 Richard M Kreuter1.0.19.13: Fix WITH-ALIEN for non-x86oids.
2008-08-01 Nikodemus Siivola1.0.19.12: give a warning for newly deprecated stack...
2008-07-31 Nikodemus Siivolaadditional list seeking transformations
2008-07-30 Nikodemus Siivola1.0.19.7: refactor stack allocation decisions
2008-07-30 Nikodemus Siivola1.0.19.6: fix SB-SHOW build
2008-07-30 Nikodemus Siivola1.0.19.5: minor wording fix
2008-07-30 Nikodemus Siivola1.0.19.4: recursive restart computation
2008-07-30 Nikodemus Siivola1.0.19.3: more careful PROGV and SET
2008-07-30 Nikodemus Siivola1.0.19.2: fix alien stack leak
2008-07-30 Nikodemus Siivola1.0.19.1: DERIVE-TYPE optimizer for %%PRIMITIVE
2008-07-27 Richard M Kreuter1.0.18.28: Add NEWS entry and manual entry for SB-EXT...
2008-07-22 Nikodemus Siivola1.0.18.27: fix DEFSTRUCT compilation when init-form...
2008-07-16 Richard M Kreuter1.0.18.20: Fewer STYLE-WARNINGs.
2008-07-11 Richard M Kreuter1.0.18.17: Alter some STYLE-WARNING names introduced...
2008-07-08 Richard M Kreuter1.0.18.16: many STYLE-WARNING changes.
2008-07-03 Richard M Kreuter1.0.18.11: Add SB-EXT:*MUFFLED-WARNINGS*, to muffle...
2008-07-03 Richard M Kreuter1.0.18.10: Record filenames in DEBUG-SOURCEs during...
2008-06-30 Richard M Kreuter1.0.18.8: Sort results of APROPOS-LIST and APROPOS.
2008-06-30 Nikodemus Siivola1.0.18.7: just one POWER-OF-TWO-CEILING, thank you
2008-06-30 Nikodemus Siivola1.0.18.2: more conservative interval artihmetic
2008-06-30 Nikodemus Siivola1.0.18.1: correct handling of SATISFIES types in the...
2008-06-24 Nikodemus Siivola1.0.17.42: more string trimming fixes
2008-06-17 Christophe Rhodes1.0.17.38: fix linkage-table address->symbol lookup
2008-06-16 Christophe Rhodes1.0.17.36: better pprinting of DEFPACKAGE forms.
2008-06-15 pkhuong1.0.17.35: Bug fixes: cross-compiler's lookup of consta...
2008-06-15 Alexey Dejneka1.0.17.34: Fix bug: READ-LINE did not return T for...
2008-06-11 Christophe Rhodes1.0.17.33: fix PRINT-OBJECT cache
2008-06-05 Nikodemus Siivola1.0.17.29: fix build
2008-06-04 Richard M Kreuter1.0.17.26: Fix regression in LOAD
2008-06-04 Nikodemus Siivola1.0.17.24: refactor handling of constants in the compiler
2008-06-03 Nikodemus Siivola1.0.17.23: respect displacement indices when trimming...
2008-06-03 Nikodemus Siivola1.0.17.22: respect fill-pointers when trimming strings...
2008-06-03 Nikodemus Siivola1.0.17.21: LIST-FILL* return value (regression 1.0...
2008-06-02 Nikodemus Siivola1.0.17.19: fix interpreted structure constructors ...
2008-06-02 Nikodemus Siivola1.0.17.18: handlers with non-required arguments (regres...
2008-06-02 Juho Snellman1.0.17.17: Add a conservative GC workaround to string...
2008-05-31 Nikodemus Siivola1.0.17.14: slightly better LIST*
2008-05-30 Nikodemus Siivola1.0.17.13: grab-bag of SB-SPROF enhancements
2008-05-30 Nikodemus Siivola1.0.17.8: use dynamic-extent in HANDLER-CASE and HANDLE...
2008-05-29 Richard M Kreuter1.0.17.5: alter PROBE-FILE so that no signal is raised...
2008-05-28 Nikodemus Siivola1.0.17.4: support for dynamic-extent structures
2008-05-28 Nikodemus Siivola1.0.17.2: better PRINT-OBJECT method for threads
2008-05-26 Nikodemus Siivolarestore non-consingness of WITH-SPINLOCK
2008-05-23 Christophe Rhodes1.0.16.44: fix stackp handling in define-cloned-fop
2008-05-20 Richard M Kreuter1.0.16.41: target-load.lisp: simplify defaulting for...
2008-05-19 Nikodemus Siivola1.0.16.40: implement %SET-SYMBOL-VALUE-IN-THREAD
2008-05-19 Nikodemus Siivola1.0.16.39: small lisp-side interrupt handling improvements
2008-05-17 Nikodemus Siivola1.0.16.37: fix bug #206 -- SB-FLUID build works once...
2008-05-17 Nikodemus Siivola1.0.16.35: improved TIME output
2008-05-16 pkhuong1.0.16.34: Remove global STACK-ALLOCATE-VALUE-CELLS...
2008-05-16 Nikodemus Siivola1.0.16.33: UNION and NUNION work with :TEST-NOT again
2008-05-08 Gabor Melis1.0.16.21: lose informatively when the tls is full
2008-05-06 Christophe Rhodes1.0.16.19: cleanups motivated by clisp host-2
2008-05-06 Christophe Rhodes1.0.16.18: Fixes to get clisp through host-1
2008-04-29 Nikodemus Siivola1.0.16.13: use TRANSFORM-LIST-ITEM-SEEK for ADJOIN...
2008-04-28 Nikodemus Siivola1.0.16.12: revert ADJOIN change from 1.0.16.5
2008-04-23 Nikodemus Siivola1.0.16.8: NCONC with dx &rest lists
2008-04-23 Nikodemus Siivola1.0.16.7: slightly faster LAST
2008-04-23 Nikodemus Siivola1.0.16.6: slightly faster APPEND
2008-04-23 Nikodemus Siivola1.0.16.5: faster ADJOIN in normal speed policies
2008-04-17 Christophe Rhodes1.0.16.2: Fix FASL header checking logic
2008-03-14 Nikodemus Siivola1.0.15.34: tweak the PCL cache improvement from 1.0...
2008-03-14 Nikodemus Siivola1.0.15.33: implement SB-VM::WITH-CYCLE-COUNTER for...
2008-03-14 Nikodemus Siivola1.0.15.31: thread-safe FIND-CLASS -- really this time
2008-03-13 Nikodemus Siivola1.0.15.27: nicer lambda-lists for GCD and LCM
2008-03-13 Nikodemus Siivola1.0.15.26: only one return value from USER-HOMEDIR...
2008-03-13 Nikodemus Siivola1.0.15.25: fix ~R for vigtillions
2008-03-13 Nikodemus Siivola1.0.15.23: typos and grammar
2008-03-12 Nikodemus Siivola1.0.15.20: refactor "system locks" framework, one TIMER...
2008-03-07 Christophe Rhodes1.0.15.16: New modular arithmetic representation decision
2008-03-03 Nikodemus Siivola1.0.15.13: more mnemonic lambda-lists for RPLACD and...
2008-03-03 Nikodemus Siivola1.0.15.11: one more slice of ASSOC micro-optimization
2008-03-03 Nikodemus Siivola1.0.15.9: further ASSOC & MEMBER transform improvements
2008-02-29 Nikodemus Siivola1.0.15.6: split main part of SUB-SERVE-EVENT into SUB...
2008-02-29 Nikodemus Siivola1.0.15.5: handler from COPY-DESCRIPTOR-TO-STREAM to...
2008-02-27 Richard M Kreuter1.0.15.3: Have PROBE-FILE return NIL whenever a truenam...
2008-02-19 Nikodemus Siivola1.0.14.37: detect the Windows codepage at runtime
2008-02-18 Nikodemus Siivola1.0.14.34: slightly less and slightly faster constraint...
2008-02-17 Nikodemus Siivola1.0.14.31: better ANSI-STREAM-FILE-POSITION
2008-02-14 Nikodemus Siivola1.0.14.27: rename MAKE-FIXNUM to POINTER-HASH
2008-02-08 Nikodemus Siivola1.0.14.26: tweak COND slightly
next