1.0.28.51: better MAKE-ARRAY transforms
[sbcl.git] / NEWS
2009-05-16 Nikodemus Siivola1.0.28.51: better MAKE-ARRAY transforms
2009-05-16 Nikodemus Siivola1.0.28.49: allow stack allocation for arguments of...
2009-05-15 Nikodemus Siivola1.0.28.48: fix regressions from 1.0.28.47
2009-05-14 Nikodemus Siivola1.0.28.47: depessimize accesses to maybe non-simple...
2009-05-13 Nikodemus Siivola1.0.28.46: implement os_restore_fp_control() for OpenBS...
2009-05-13 Nikodemus Siivola1.0.28.44: better MACHINE-VERSION answers on BSD'ish...
2009-05-12 Nikodemus Siivola1.0.28.43: QUIT related work
2009-05-12 Nikodemus Siivola1.0.28.42: pretty-printing LOOP forms
2009-05-11 Gabor Melis1.0.28.37: resignal signals received in foreign threads
2009-05-11 Nikodemus Siivola1.0.28.35: compiler notes for failure to stack allocate
2009-05-08 Nikodemus Siivola1.0.28.30: DEFGLOBAL, ALWAYS-BOUND, GLOBAL, SYMBOL...
2009-05-07 Nikodemus Siivola1.0.28.25: document CLOS slot type checking policy
2009-05-07 Alastair Bridgewater1.0.28.23: Fix value of CL:- in inspector
2009-05-06 Alastair Bridgewater1.0.28.22: Fix deref of (alien (* t)) values
2009-05-06 Nikodemus Siivola1.0.28.20: further array typechecking optimization
2009-05-06 Nikodemus Siivola1.0.28.19: faster ARRAY-DIMENSION for non-vectors
2009-05-06 Nikodemus Siivola1.0.28.17: tn packing issues in ALLOCATE-VECTOR-ON...
2009-05-05 Nikodemus Siivola1.0.28.12: preserve non-toplevelness of macro subforms
2009-05-04 Nikodemus Siivola1.0.28.10: faster array dimension typechecking code
2009-05-04 Nikodemus Siivola1.0.28.9: open code ARRAY-RANK
2009-05-01 Nikodemus Siivola1.0.28.3: ABOUT-TO-MODIFY-SYMBOL-VALUE doesn't choke...
2009-05-01 Nikodemus Siivola1.0.28.2: fix bug 201, Incautious type inference from...
2009-05-01 Nikodemus Siivola1.0.28.1: disable address space randomization on Linux...
2009-04-24 Christophe Rhodes1.0.27.44: genesis fixes
2009-04-24 Gabor Melis1.0.27.39: SIGCHLD related fixes
2009-04-23 Nikodemus Siivola1.0.27.29: funcallable instance source locations
2009-04-23 Nikodemus Siivola1.0.27.28: better source paths for malformed declaratio...
2009-04-23 Nikodemus Siivola1.0.27.26: fix invalid array index reporting for compil...
2009-04-23 Nikodemus Siivola1.0.27.24: robustify DEFPACKAGE form pretty-printing
2009-04-22 Richard M Kreuter1.0.27.19: Restore variable access in debugger REPL.
2009-04-22 Richard M Kreuter1.0.27.18: Changes to ECHO-STREAMs
2009-04-21 Gabor Melis1.0.27.17: faster local calls on x86/x86-64
2009-04-21 Gabor Melis1.0.27.14: bias x86oid frame pointer
2009-04-13 Christophe Rhodes1.0.27.9: fix print-object cache handling
2009-04-07 Gabor Melis1.0.27.3: fix UNWIND-TO-FRAME-AND-CALL
2009-04-06 Gabor Melis1.0.27.2: fix bug in heap implementation
2009-03-27 Juho Snellman1.0.26.22: Revert 1.0.26.12
2009-03-24 Gabor Melis1.0.26.21: fix ERROR leaking memory
2009-03-23 Gabor Melis1.0.26.19: more stack safety
2009-03-22 Juho Snellman1.0.26.18: Solaris x86-64 support
2009-03-22 Gabor Melis1.0.26.17: fix GC/SIG_STOP_FOR_GC race
2009-03-22 Juho Snellman1.0.26.13: OpenBSD x86-64 support
2009-03-22 Juho Snellman1.0.26.12: Don't allow (LOOP FOR X ACROSS A ...) where...
2009-03-01 Christophe Rhodes1.0.26: release, will be tagged as sbcl_1_0_26
2009-02-16 Gabor Melis1.0.25.54: centralize scattered arch_os_get_context...
2009-02-16 Gabor Melis1.0.25.51: use WITH-RECURSIVE-SYSTEM-SPINLOCK
2009-02-16 Gabor Melis1.0.25.46: restore errno in signal handlers
2009-02-16 Gabor Melis1.0.25.45: fix futex_wait deadlines when interrupted
2009-02-16 Gabor Melis1.0.25.44: INTERRUPT-THREAD and timer improvements
2009-02-16 Gabor Melis1.0.25.43: alpha interrupt context fixes
2009-02-16 Gabor Melis1.0.25.41: only call pthread_kill with valid thread ids
2009-02-16 Gabor Melis1.0.25.40: fix JOIN-THREAD
2009-02-16 Gabor Melis1.0.25.39: thread start/stop fixes
2009-02-16 Gabor Melis1.0.25.34: gc trigger improvements
2009-02-16 Gabor Melis1.0.25.32: improvements to WITHOUT-GCING
2009-02-16 Gabor Melis1.0.25.31: axe GC-{ON,OFF}
2009-02-16 Gabor Melis1.0.25.30: INTERRUPT-THREAD without RT signals
2009-02-16 Gabor Melis1.0.25.29: thread state visibility and synchronization
2009-02-16 Gabor Melis1.0.25.21: handling of potential corruptions
2009-01-26 Juho Snellman1.0.24.48: Do explicit sign-extension of small signed...
2009-01-21 Christophe Rhodes1.0.24.47: Fix 1.0.21.29 regression with enums in structs.
2009-01-17 Nikodemus Siivola1.0.24.46: SB-BSD-SOCKETS workingness from saved cores...
2009-01-15 Nikodemus Siivola1.0.24.43: DEFTYPE to accept bodies consisting a single...
2009-01-14 Nikodemus Siivola1.0.24.42: fix bug 235a
2009-01-12 Gabor Melis1.0.24.39: mutex changes
2009-01-11 Nikodemus Siivola1.0.24.33: fix bug 316075
2009-01-05 Christophe Rhodes1.0.24.23: fix alien struct struct member offset bug
2009-01-03 Nikodemus Siivola1.0.24.19: COMPILE-TIME reports timings at millisecond...
2009-01-02 Nikodemus Siivola1.0.24.7: CHAR-CODE type derivation
2009-01-02 Nikodemus Siivola1.0.24.5: SB-INTROSPECT: rename FUNCTION-ARGLIST to...
2009-01-02 Nikodemus Siivola1.0.24.4: SB-INTROSPECT:DEFTYPE-LAMBDA-LIST
2009-01-02 Nikodemus Siivola1.0.24.2: CONSTANTP aware GET-SETF-EXPANDER
2009-01-01 Gabor Melis1.0.24.1: Reading from a TWO-WAY-STREAM need not flush...
2008-12-31 Christophe Rhodes1.0.24: release, will be tagged as sbcl_1_0_24
2008-12-31 Nikodemus Siivola1.0.23.72: missing NEWS entries for this month
2008-12-31 Nikodemus Siivola1.0.23.71: fix overlapping spaces on OpenBSD
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...
next