sbcl.git
2009-05-05 Alastair Bridgewater1.0.28.15: Build desymlinkification
2009-05-05 Alastair Bridgewater1.0.28.14: Build system refactoring
2009-05-05 Nikodemus Siivola1.0.28.13: quiet WITH-TIMEOUT when used with constant...
2009-05-05 Nikodemus Siivola1.0.28.12: preserve non-toplevelness of macro subforms
2009-05-04 Alastair Bridgewater1.0.28.11: Fix bug 316325 (x86oid alien integer result...
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 Nathan Froyd1.0.28.8: micro-optimize OUCH-READ-BUFFER
2009-05-01 Nathan Froyd1.0.28.7: eliminate *READ-BUFFER-LENGTH*
2009-05-01 Nikodemus Siivola1.0.28.6: move the new PROGV tests to the right part...
2009-05-01 Nathan Froyd1.0.28.5: delete MERGE-BITS
2009-05-01 Nikodemus Siivola1.0.28.4: various macro source locations were off-by...
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-30 Christophe... 1.0.28: release, will be tagged as sbcl_1_0_28
2009-04-30 Gabor Melis1.0.27.49: update platform table, credit me
2009-04-28 Alastair Bridgewater1.0.27.48: Win32/Cygwin contrib build fix.
2009-04-27 Gabor Melis1.0.27.47: fix RUN-PROGRAM on windows
2009-04-25 Alastair Bridgewater1.0.27.46: Fix build on systems with "src" in the path.
2009-04-24 Richard M Kreuter1.0.27.45: Fix the error signaled in bogus recursive...
2009-04-24 Christophe... 1.0.27.44: genesis fixes
2009-04-24 Christophe... 1.0.27.43: constant coalescing agreement fixes
2009-04-24 Christophe... 1.0.27.42: explicit determinism in the compiler
2009-04-24 Christophe... 1.0.27.41: floating point implementation smoothing
2009-04-24 Christophe... 1.0.27.40: host-invariant string constant coalescing
2009-04-24 Gabor Melis1.0.27.39: SIGCHLD related fixes
2009-04-24 Christophe... 1.0.27.38: make FAILED-AVER use a list form of code
2009-04-24 Christophe... 1.0.27.37: fix host constant leaks
2009-04-24 Christophe... 1.0.27.36: host CL symbols with other home packages
2009-04-24 Christophe... 1.0.27.35: minimize the potential for presenting hosts...
2009-04-24 Christophe... 1.0.27.34: various trivial fixups for portability ...
2009-04-24 Christophe... 1.0.27.33: make various form orders deterministic
2009-04-24 Christophe... 1.0.27.32: implement and use SB!XC:GENSYM
2009-04-24 Christophe... 1.0.27.31: repeatable fasl header and debug-source
2009-04-23 Nathan Froyd1.0.27.30: minor octets.lisp cleanup
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 Nathan Froyd1.0.27.27: micro-optimize COERCE *->vector and vector...
2009-04-23 Nikodemus Siivola1.0.27.26: fix invalid array index reporting for compil...
2009-04-23 Nikodemus Siivola1.0.27.25: clean up stray close paren
2009-04-23 Nikodemus Siivola1.0.27.24: robustify DEFPACKAGE form pretty-printing
2009-04-22 Nikodemus Siivola1.0.27.23: fix bashism in sbcl-pwd.sh
2009-04-22 Nikodemus Siivola1.0.27.22: better signaling from MAKE-STATIC-VECTOR
2009-04-22 Nikodemus Siivola1.0.27.21: more careful (SETF DOCUMENTATION) for functions
2009-04-22 Nikodemus Siivola1.0.27.20: lutex-wait don't yet support deadlines
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.16: slightly smaller LISTIFY-REST-ARGS on x86...
2009-04-21 Gabor Melis1.0.27.15: optimize multiple values recievers on x86...
2009-04-21 Gabor Melis1.0.27.14: bias x86oid frame pointer
2009-04-21 Gabor Melis1.0.27.13: more RET on x86oids
2009-04-21 Gabor Melis1.0.27.12: x86/x86-64 calling convention comments,...
2009-04-21 Gabor Melis1.0.27.11: swap ocfp and return-pc slots in x86oid...
2009-04-21 Gabor Melis1.0.27.10: fix call_into_lisp return value on x86-64
2009-04-13 Christophe... 1.0.27.9: fix print-object cache handling
2009-04-13 Gabor Melis1.0.27.8: slightly faster x86oid pseudo atomic with...
2009-04-12 Alastair Bridgewater1.0.27.7: Win32 build fix
2009-04-11 Alastair Bridgewater1.0.27.6: Make alien-type-class definition work from...
2009-04-08 Gabor Melis1.0.27.5: fix compilation on windows
2009-04-07 Gabor Melis1.0.27.4: x86/x86-64 REP prefix has the same code as...
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-04-04 Richard M Kreuter1.0.27.1: Fix binary input after UNREAD-CHAR on bivalen...
2009-04-02 Richard M Kreuterrelease, will be tagged as sbcl_1_0_27
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 Christophe... 1.0.26.20: tighter VECTOR-PUSH-EXTEND argument type
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 Gabor Melis1.0.26.16: fix gencgc on ppc
2009-03-22 Gabor Melis1.0.26.15: interrupt.c refactoring
2009-03-22 Christophe... 1.0.26.14: minor portability fixes
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-22 Juho Snellman1.0.26.11: Fix the error message for ENOMEM on mprotect
2009-03-20 Gabor Melis1.0.26.10: darwin interrupt fixes
2009-03-19 Gabor Melis1.0.26.9: reduce consing in MAP-ALLOCATED-OBJECTS
2009-03-17 Gabor Melis1.0.26.8: QSHOW changes, bug reporting guidelines
2009-03-17 Gabor Melis1.0.26.7: use a signal for SIG_STOP_FOR_GC > SIGSEGV...
2009-03-16 Gabor Melis1.0.26.6: use private operations on futexes
2009-03-16 Gabor Melis1.0.26.5: improve CONDITION-WAIT, RELEASE-MUTEX
2009-03-16 Gabor Melis1.0.26.4: less pessimal waitqueues
2009-03-14 Gabor Melis1.0.26.3: cleanup accesses to *STEPPING* on MIPS and...
2009-03-14 Gabor Melis1.0.26.2: alloc_code_object facelift
2009-03-02 Christophe... 1.0.26.1: Modify uploading instructions in release...
2009-03-01 Christophe... 1.0.26: release, will be tagged as sbcl_1_0_26
2009-03-01 Christophe... 1.0.25.58: HPPA fixes from Larry Valkama
2009-03-01 Gabor Melis1.0.25.57: fix compilation on win32
2009-02-24 Gabor Melis1.0.25.56: SUB-GC: don't observe deadlines
2009-02-17 Alastair Bridgewater1.0.25.55: x86 disassembler fixes.
2009-02-16 Gabor Melis1.0.25.54: centralize scattered arch_os_get_context...
2009-02-16 Gabor Melis1.0.25.53: fix gencgc_handle_wp_violation on multicpu...
2009-02-16 Gabor Melis1.0.25.52: go through lisp_memory_fault_error on all...
2009-02-16 Gabor Melis1.0.25.51: use WITH-RECURSIVE-SYSTEM-SPINLOCK
2009-02-16 Gabor Melis1.0.25.50: detect binding and alien stack exhaustion
2009-02-16 Gabor Melis1.0.25.49: x86/x86-64 unithread: use the allocated...
2009-02-16 Gabor Melis1.0.25.48: signals internals doc
next