1.0.23.7: introduce page type flags
[sbcl.git] / src / code /
2008-12-01 Nikodemus Siivola1.0.23.6: move code-object allocation to C side on...
2008-12-01 Nikodemus Siivola1.0.23.4: fix error signalling from (SETF FILL-POINTER)
2008-12-01 Nikodemus Siivola1.0.23.2: STRING->UTF8 did not handle the start argumen...
2008-12-01 Nikodemus Siivola1.0.22.22: (SETF FIND-CLASSOID) to drop DEFTYPE lambda...
2008-11-30 Richard M Kreuter1.0.22.20: Make a stab at having DEFTYPE types replace...
2008-11-14 Gabor Melis1.0.22.18: select() and EAGAIN
2008-11-03 Nikodemus Siivola1.0.22.8: DEFTYPE tweaking
2008-10-31 Nikodemus Siivola1.0.22.6: some ANSI-STREAM cleanups & micro-optimization
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-30 Nikodemus Siivola1.0.21.38: lisp-side %ASIN, %ACOS, %SINH, %TANH, and...
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.32: hack around truncated backtraces with lost...
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.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-16 Richard M Kreuter1.0.21.19: Eagerly find a stream's external-format...
2008-10-11 Nikodemus Siivola1.0.21.17: --script commandline argument
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-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.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.20.34: Fix a minor bug in TIME.
2008-09-30 Nikodemus Siivola1.0.20.33: two buglets, LOG and TIME
2008-09-26 Nikodemus Siivola1.0.20.31: tweaking LOG
2008-09-24 Nikodemus Siivola1.0.20.30: micro-optimize FILL-POINTER a bit
2008-09-24 Nikodemus Siivola1.0.20.29: small FIND fix & win32 build fix
2008-09-23 Gabor Melis1.0.20.27: fixed bug 415
2008-09-23 Nikodemus Siivola1.0.20.26: nicer ONCE-ONLY expansion
2008-09-23 Richard M Kreuter1.0.20.25: Produce a loadable FASL when compiling an...
2008-09-22 Nikodemus Siivola1.0.20.18: fix sign confusion in reported memory fault...
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
next