summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-301.0.28: release, will be tagged as sbcl_1_0_28sbcl_1_0_28Christophe Rhodes
2009-04-301.0.27.49: update platform table, credit meGabor Melis
2009-04-281.0.27.48: Win32/Cygwin contrib build fix.Alastair Bridgewater
2009-04-271.0.27.47: fix RUN-PROGRAM on windowsGabor Melis
2009-04-251.0.27.46: Fix build on systems with "src" in the path.Alastair Bridgewater
2009-04-241.0.27.45: Fix the error signaled in bogus recursive READs.Richard M Kreuter
2009-04-241.0.27.44: genesis fixesChristophe Rhodes
2009-04-241.0.27.43: constant coalescing agreement fixesChristophe Rhodes
2009-04-241.0.27.42: explicit determinism in the compilerChristophe Rhodes
2009-04-241.0.27.41: floating point implementation smoothingChristophe Rhodes
2009-04-241.0.27.40: host-invariant string constant coalescingChristophe Rhodes
2009-04-241.0.27.39: SIGCHLD related fixesGabor Melis
2009-04-241.0.27.38: make FAILED-AVER use a list form of codeChristophe Rhodes
2009-04-241.0.27.37: fix host constant leaksChristophe Rhodes
2009-04-241.0.27.36: host CL symbols with other home packagesChristophe Rhodes
2009-04-241.0.27.35: minimize the potential for presenting hosts with choicesChristophe Rhodes
2009-04-241.0.27.34: various trivial fixups for portability / repeatabilityChristophe Rhodes
2009-04-241.0.27.33: make various form orders deterministicChristophe Rhodes
2009-04-241.0.27.32: implement and use SB!XC:GENSYMChristophe Rhodes
2009-04-241.0.27.31: repeatable fasl header and debug-sourceChristophe Rhodes
2009-04-231.0.27.30: minor octets.lisp cleanupNathan Froyd
2009-04-231.0.27.29: funcallable instance source locationsNikodemus Siivola
2009-04-231.0.27.28: better source paths for malformed declaration errorsNikodemus Siivola
2009-04-231.0.27.27: micro-optimize COERCE *->vector and vector->listNathan Froyd
2009-04-231.0.27.26: fix invalid array index reporting for compiled codeNikodemus Siivola
2009-04-231.0.27.25: clean up stray close parenNikodemus Siivola
2009-04-231.0.27.24: robustify DEFPACKAGE form pretty-printingNikodemus Siivola
2009-04-221.0.27.23: fix bashism in sbcl-pwd.shNikodemus Siivola
2009-04-221.0.27.22: better signaling from MAKE-STATIC-VECTORNikodemus Siivola
2009-04-221.0.27.21: more careful (SETF DOCUMENTATION) for functionsNikodemus Siivola
2009-04-221.0.27.20: lutex-wait don't yet support deadlinesNikodemus Siivola
2009-04-221.0.27.19: Restore variable access in debugger REPL.Richard M Kreuter
2009-04-221.0.27.18: Changes to ECHO-STREAMsRichard M Kreuter
2009-04-211.0.27.17: faster local calls on x86/x86-64Gabor Melis
2009-04-211.0.27.16: slightly smaller LISTIFY-REST-ARGS on x86/x86-64Gabor Melis
2009-04-211.0.27.15: optimize multiple values recievers on x86/x86-64Gabor Melis
2009-04-211.0.27.14: bias x86oid frame pointerGabor Melis
2009-04-211.0.27.13: more RET on x86oidsGabor Melis
2009-04-211.0.27.12: x86/x86-64 calling convention comments, refactoringGabor Melis
2009-04-211.0.27.11: swap ocfp and return-pc slots in x86oid call framesGabor Melis
2009-04-211.0.27.10: fix call_into_lisp return value on x86-64Gabor Melis
2009-04-131.0.27.9: fix print-object cache handlingChristophe Rhodes
2009-04-131.0.27.8: slightly faster x86oid pseudo atomic with {e,r}bpGabor Melis
2009-04-121.0.27.7: Win32 build fixAlastair Bridgewater
2009-04-111.0.27.6: Make alien-type-class definition work from outside sb-alien.Alastair Bridgewater
2009-04-081.0.27.5: fix compilation on windowsGabor Melis
2009-04-071.0.27.4: x86/x86-64 REP prefix has the same code as REPE (not REPNE)Gabor Melis
2009-04-071.0.27.3: fix UNWIND-TO-FRAME-AND-CALLGabor Melis
2009-04-061.0.27.2: fix bug in heap implementationGabor Melis
2009-04-041.0.27.1: Fix binary input after UNREAD-CHAR on bivalent streams.Richard M Kreuter