1.0.23.64: fixed bug 395
[sbcl.git] / NEWS
2008-12-22 Nikodemus Siivola1.0.23.64: fixed bug 395
2008-12-22 Nikodemus Siivola1.0.23.62: fix bug 357
2008-12-21 Nikodemus Siivola1.0.23.61: tweak concurrent hash-table access check
2008-12-21 Nikodemus Siivola1.0.23.60: fix bug 354: XEPs in backtraces, properly...
2008-12-19 Nikodemus Siivola1.0.23.56: special variables cause special cases in...
2008-12-18 Nikodemus Siivola1.0.23.53: FORMAT performance tweaking 2
2008-12-18 Nikodemus Siivola1.0.23.52: FORMAT performance tweaking
2008-12-18 Nikodemus Siivola1.0.23.51: wrong return value from READ-SEQUENCE :START...
2008-12-17 Nikodemus Siivola1.0.23.48: REPL recovers from *READ-SUPPRESS* T with...
2008-12-13 Nikodemus Siivola1.0.23.40: export page sizes to C with LU suffix
2008-12-12 Nikodemus Siivola1.0.23.39: Red Hat Enterprise 3 mmap randomization...
2008-12-12 Nikodemus Siivola1.0.23.38: fix bug 430 (stack alloc by nested defstruct...
2008-12-12 Nikodemus Siivola1.0.23.37: more CLOS and classoid thread safety
2008-12-12 Nikodemus Siivola1.0.23.36: typecheck :ALLOCATION :CLASS slot initforms...
2008-12-12 Nikodemus Siivola1.0.23.35: CLOS tweaking
2008-12-05 Nikodemus Siivola1.0.23.26: AMOPly correct defaulting of direct superclasses
2008-12-05 Nikodemus Siivola1.0.23.25: better errors for bogus RECURSIVE-P in reader
2008-12-05 Nikodemus Siivola1.0.23.22: rename SIMPLE-ARRAY-VECTOR to ARRAY-STORAGE...
2008-12-04 Nikodemus Siivola1.0.23.20: check for standard readtable modification
2008-12-04 Nikodemus Siivola1.0.23.18: SET-[DISPATCH-]MACRO-CHARACTER fixes
2008-12-04 Nikodemus Siivola1.0.23.17: new function: SIMPLE-ARRAY-VECTOR
2008-12-01 Nikodemus Siivola1.0.23.4: fix error signalling from (SETF FILL-POINTER)
2008-12-01 Nikodemus Siivola1.0.23.3: faster generic arithmetic dispatch on x86...
2008-12-01 Nikodemus Siivola1.0.23.2: STRING->UTF8 did not handle the start argumen...
2008-12-01 Nikodemus Siivola1.0.23.1: declaring the type of a bound variable gives...
2008-11-03 Brian Mastenbrook1.0.22.14: fix a bug in PPC alien function calls
2008-11-03 Nikodemus Siivola1.0.22.13: fixed bug 426: nested inline expansion failure
2008-11-03 Nikodemus Siivola1.0.22.10: detect infinite recursion during wrapper...
2008-11-03 Nikodemus Siivola1.0.22.8: DEFTYPE tweaking
2008-10-31 Nikodemus Siivola1.0.22.5: teach DISASSEMBLE about %METHOD-FUNCTIONs
2008-10-31 Nikodemus Siivola1.0.22.4: symbol macros and type declarations in PCL
2008-10-31 Nikodemus Siivola1.0.22.2: optimize output under *PRINT-PRETTY*
2008-10-20 Gabor Melis1.0.21.33: fix lack of null termination bug in mk{d...
2008-10-20 Gabor Melis1.0.21.32: hack around truncated backtraces with lost...
2008-10-18 Nikodemus Siivola1.0.21.31: fix bad PROGV and RESTRICT-COMPILER-POLICY...
2008-10-18 Nikodemus Siivola1.0.21.29: handle alien record type redefinitions ...
2008-10-18 Nikodemus Siivola1.0.21.28: implement UNLOAD-SHARED-OBJECT
2008-10-18 Nikodemus Siivola1.0.21.27: no more &OPTIONAL-DISPATCH debug names
2008-10-18 Nikodemus Siivola1.0.21.26: bullet-proof (?) use of LOAD-SHARED-OBJECT...
2008-10-17 Nikodemus Siivola1.0.21.24: saving runtime options in executables
2008-10-17 Nikodemus Siivola1.0.21.22: COMPILE-FILE and toplevel symbols
2008-10-11 Nikodemus Siivola1.0.21.17: --script commandline argument
2008-10-11 Nikodemus Siivola1.0.21.16: document the earlier change to --disable...
2008-10-09 Nikodemus Siivola1.0.21.15: LOAD-SHARED-OBJECT :DONT-SAVE and related
2008-10-09 Nikodemus Siivola1.0.21.13: fix NATIVE-NAMESTRING on Windows
2008-10-07 Nikodemus Siivola1.0.21.10: DEFINE-COMPILER-MACRO and destructuring...
2008-10-06 Nikodemus Siivola1.0.21.9: refactor toplevel option processing somewhat
2008-10-06 Nikodemus Siivola1.0.21.8: SERVE-EVENT error handling
2008-10-06 Nikodemus Siivola1.0.21.6: muffle compiler notes from EVAL and function...
2008-10-05 Nikodemus Siivola1.0.21.3: CIRCLE-SUBST did not treat raw structure...
2008-10-03 Nikodemus Siivola1.0.21.2: ADJUST-ARRAY should not make multidimensional...
2008-09-28 Richard M Kreuter1.0.20.32: Fix some bugs in GF type tracking.
2008-09-26 Nikodemus Siivola1.0.20.31: tweaking LOG
2008-09-24 Nikodemus Siivola1.0.20.29: small FIND fix & win32 build fix
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-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-15 Nikodemus Siivola1.0.20.6: smaller allocation regions & reduced pinning
2008-08-17 Nikodemus Siivola1.0.19.30: muffle code deletion note from destructuring...
2008-08-10 Gabor Melis1.0.19.27: more ir1 transforms for REPLACE
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-04 Nikodemus Siivola1.0.19.19: manual updates
2008-08-04 Nikodemus Siivola1.0.19.18: transform ADJOIN, ASSOC, MEMBER, and RASSOC...
2008-08-03 Nikodemus Siivola1.0.19.17: DOLIST variable type on constant lists
2008-08-03 Nikodemus Siivola1.0.19.16: derive the type of (AREF (THE STRING X)...
2008-08-02 Nikodemus Siivola1.0.19.15: package name conflict patched from Michael...
2008-07-31 Nikodemus Siivolaadditional list seeking transformations
2008-07-31 Nikodemus Siivola1.0.19.9: elide runtime calls to %COERCE-CALLABLE-TO...
2008-07-31 Nikodemus Siivola1.0.19.8: SB-COVER:REPORT signals an error for non...
2008-07-30 Nikodemus Siivola1.0.19.7: refactor stack allocation decisions
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-30 Nikodemus Siivola1.0.18.29: documentation tweaks
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-19 Nikodemus Siivola1.0.18.25: tweak stack allocation on x86 and x86-64
2008-07-18 Nikodemus Siivola1.0.18.22: DX arguments in non-let-converted local...
2008-06-30 Nikodemus Siivola1.0.18.7: just one POWER-OF-TWO-CEILING, thank you
2008-06-30 Nikodemus Siivola1.0.18.6: rename SB-PCL::FUNCTION-KEYWORD-PARAMETERS...
2008-06-30 Nikodemus Siivola1.0.18.5: ADJOIN with constant NIL as second argument
2008-06-30 Nikodemus Siivola1.0.18.4: use CAREFUL-SPECIFIER-TYPE when deriving...
2008-06-30 Nikodemus Siivola1.0.18.3: more conservative arithmetic optimizations
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-23 Juho Snellman1.0.17.41: Implement setsid, mlockall and mlockall...
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 Alexey Dejneka1.0.17.34: Fix bug: READ-LINE did not return T for...
2008-06-09 Christophe Rhodes1.0.17.32: faster ADD-METHOD to PRINT-OBJECT
2008-06-05 Nikodemus Siivola1.0.17.27: delete aborted fasls in _all_ cases
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...
next