1.0.23.38: fix bug 430 (stack alloc by nested defstruct constructors)
[sbcl.git] / version.lisp-expr
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-11 Thiemo Seufer1.0.23.34: A nicer register dump for ldb.
2008-12-11 Thiemo Seufer1.0.23.33: Stack-allocatable vectors for MIPS.
2008-12-11 Thiemo Seufer1.0.23.32: Flush icache for MIPS alien callback stub.
2008-12-10 Thiemo Seufer1.0.23.31: NFP is not a descriptor-reg.
2008-12-10 Thiemo Seufer1.0.23.30: Don't export storage class names.
2008-12-10 Thiemo Seufer1.0.23.29: Specify the required double-stack alignment...
2008-12-10 Thiemo Seufer1.0.23.28: defconstant -> def!constant in the MIPS...
2008-12-10 Thiemo Seufer1.0.23.27: Less magic constants in the MIPS backend.
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.24: fix bad test for ARRAY-STORAGE-VECTOR
2008-12-05 Nikodemus Siivola1.0.23.23: properly rename SIMPLE-ARRAY-VECTOR to ARRAY...
2008-12-05 Nikodemus Siivola1.0.23.22: rename SIMPLE-ARRAY-VECTOR to ARRAY-STORAGE...
2008-12-05 Thiemo Seufer1.0.23.21: Stack allocated conses for MIPS.
2008-12-04 Nikodemus Siivola1.0.23.20: check for standard readtable modification
2008-12-04 Nikodemus Siivola1.0.23.19 deja vu
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-03 Nikodemus Siivola1.0.23.16: more generic assembly op optimizations on...
2008-12-03 Nikodemus Siivola1.0.23.15: GET-MUTEX to set new mutex owner unithreaded...
2008-12-02 Nikodemus Siivola1.0.23.14: fix CheyneyGC build
2008-12-02 Nikodemus Siivola1.0.23.13: missing declaration from Cheyney GC port...
2008-12-02 Nikodemus Siivola1.0.23.12: release checklist
2008-12-02 Paul Khuong1.0.23.11: Typecheck late-bound calls too
2008-12-01 Nikodemus Siivola1.0.23.10: allocate code objects using allocation CODE_...
2008-12-01 Nikodemus Siivola1.0.23.9: extend pa_alloc to accept a page_type_flag
2008-12-01 Nikodemus Siivola1.0.23.8: factor out similar code from gc_alloc_large...
2008-12-01 Nikodemus Siivola1.0.23.7: introduce page type flags
2008-12-01 Nikodemus Siivola1.0.23.6: move code-object allocation to C side on...
2008-12-01 Richard M Kreuter1.0.23.5: Make sb-grovel's generated files not need...
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-12-01 Richard M Kreuter1.0.23: release, will be tagged as sbcl_1_0_23.
2008-12-01 Nikodemus Siivola1.0.22.22: (SETF FIND-CLASSOID) to drop DEFTYPE lambda...
2008-12-01 Richard M Kreuter1.0.22.21: Fix return value from DEFTYPE, broken in...
2008-11-30 Richard M Kreuter1.0.22.20: Make a stab at having DEFTYPE types replace...
2008-11-24 Richard M Kreuter1.0.22.19: Canonicalize whitespace in .asd files.
2008-11-14 Gabor Melis1.0.22.18: select() and EAGAIN
2008-11-07 Brian Mastenbrook1.0.22.17: fix cross-compile from CMUCL 19e
2008-11-05 Brian Mastenbrook1.0.22.16: mkdtemp is unimplemented on Solaris
2008-11-04 Nikodemus Siivola1.0.22.15: 16 byte align assembly routines on x86 and...
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.12: fix DEFTYPE regression revealed by ansi...
2008-11-03 Nikodemus Siivola1.0.22.11: name *pcl-lock*
2008-11-03 Nikodemus Siivola1.0.22.10: detect infinite recursion during wrapper...
2008-11-03 Nikodemus Siivola1.0.22.9: SB-INTROSPECT regression from 1.0.22.8
2008-11-03 Nikodemus Siivola1.0.22.8: DEFTYPE tweaking
2008-10-31 Richard M Kreuter1.0.22.7: Update to ASDF 1.130
2008-10-31 Nikodemus Siivola1.0.22.6: some ANSI-STREAM cleanups & micro-optimization
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.3: use EQ instead of EQL to check *GC-EPOCH*
2008-10-31 Nikodemus Siivola1.0.22.2: optimize output under *PRINT-PRETTY*
2008-10-31 Gabor Melis1.0.22.1: run-sbcl.sh improvements
2008-10-30 Richard M Kreuter1.0.22: release, will be tagged sbcl_1_0_22.
2008-10-30 Nikodemus Siivola1.0.21.38: lisp-side %ASIN, %ACOS, %SINH, %TANH, and...
2008-10-29 Brian Mastenbrook1.0.21.37:
2008-10-28 Richard M Kreuter1.0.21.36: Fix a bug in one path through RUN-PROGRAM.
2008-10-27 Nikodemus Siivola1.0.21.35: fix build / SAVE-LISP-AND-DIE on non-GENCGC...
2008-10-21 Gabor Melis1.0.21.34: fix build on x86/x86-64 lutex platforms
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.30: more files in .gitignore
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.25: LOAD-SHARED-OBJECT and logical pathnames
2008-10-17 Nikodemus Siivola1.0.21.24: saving runtime options in executables
2008-10-17 Nikodemus Siivola1.0.21.23: fix external-format.impure.lisp
2008-10-17 Nikodemus Siivola1.0.21.22: COMPILE-FILE and toplevel symbols
2008-10-17 Nikodemus Siivola1.0.21.21: manpage "improvements"
2008-10-17 Nikodemus Siivola1.0.21.20: package qualify LOAD-SHARED-OBJECT in SB...
2008-10-11 Nikodemus Siivola1.0.21.18: delete unused argument introduced by .17
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.14: fix CHECK-FASL-HEADER buglet
2008-10-09 Nikodemus Siivola1.0.21.13: fix NATIVE-NAMESTRING on Windows
2008-10-09 Brian Mastenbrook1.0.21.12: build OS X 10.4-compatible binaries on OS...
2008-10-07 Nikodemus Siivola1.0.21.11: record bug 431
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.7: fix argument quoting in run-sbcl.sh
2008-10-06 Nikodemus Siivola1.0.21.6: muffle compiler notes from EVAL and function...
2008-10-05 Nikodemus Siivola1.0.21.5: fix WITH-PACKAGE-ITERATOR error signaling
2008-10-05 Nikodemus Siivola1.0.21.4: PUSHNEW arglist beautifcation
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-10-03 Christophe Rhodes1.0.21.1: address TYPE-WARNING in CLOS allocator for...
2008-10-02 Richard M Kreuter1.0.21: release, will be tagged sbcl_1_0_21.
next