1.0.47.1: fix longstanding bug in os_get_runtime_executable_path on darwin
[sbcl.git] / src /
2011-03-28 Cyrus Harmon1.0.47.1: fix longstanding bug in os_get_runtime_execut...
2011-03-24 Alastair Bridgewater1.0.46.44: room: Fix map-stack-references for stack...
2011-03-22 Nikodemus Siivola1.0.46.42: more on threads in SB-INTROSPECT:MAP-ROOT
2011-03-22 Nikodemus Siivola1.0.46.41: double-check simple functions in looks_like_...
2011-03-20 Nikodemus Siivola1.0.46.40: more comprehensive MAP-ROOT
2011-03-20 Nikodemus Siivolaget rid of *EQL-SPECIALIZER-TABLE-LOCK*
2011-03-19 Nikodemus Siivola1.0.46.38: tad more information PACKAGE-LOCK-VIOLATION...
2011-03-19 Nikodemus Siivola1.0.46.37: SIMPLE-CONDITION slots are initialized with...
2011-03-11 Alastair Bridgewater1.0.46.33: constraint: Don't substitute REFs when repla...
2011-03-08 Cyrus Harmon1.0.46.31: clean up mach port deallocation on x86
2011-03-08 Cyrus Harmon1.0.46.30: don't deallocate exception_port and check...
2011-03-08 Cyrus Harmon1.0.46.28: fix mach port leakage on x86 too
2011-03-08 Cyrus Harmon1.0.46.27: fix mach port leakage
2011-03-07 Cyrus Harmon1.0.46.26: mach-exception-handler improvement: current_...
2011-03-07 Cyrus Harmon1.0.46.25: consolidate common code from x86-64-darwin...
2011-03-04 Nikodemus Siivola1.0.46.24: fix MAKE-INSTANCE regression from 1.0.45.19
2011-03-02 Nikodemus Siivola1.0.46.21: renaming oops in MAKE-PACKAGE
2011-03-02 Nikodemus Siivola1.0.46.20: better error messages for invalid variables
2011-03-02 Nikodemus Siivola1.0.46.19: add :NOT-NULL option to C-STRING type
2011-03-02 Nikodemus Siivola1.0.46.18: terser C-STRING unparsing
2011-02-28 Nikodemus Siivola1.0.46.17: nicer STYLE-WARNINGS from IGNORE and IGNORAB...
2011-02-28 Nikodemus Siivola1.0.46.16: death to "in: LAMBDA NIL" in compiler messages
2011-02-28 Nikodemus Siivola1.0.46.15: fix MAKE-INSTANCE regression from 1.0.45.18
2011-02-26 Nikodemus Siivola1.0.45.14: CHECK-KEY-ARGS didn't take :ALLOW-OTHER...
2011-02-20 Nikodemus Siivola1.0.46.12: faster core startup
2011-02-20 Nikodemus Siivola1.0.46.11: faster slot-accesses in the presence of...
2011-02-20 Nikodemus Siivola1.0.46.10: define STRING-WITH-FILL-POINTER type properly
2011-02-20 Nikodemus Siivola1.0.46.9: detect invalid use of :PREDICATE with DEFSTRU...
2011-02-20 Nikodemus Siivola1.0.46.8: warn about (FORMAT "~A" ...)
2011-02-20 Nikodemus Siivola1.0.46.7: better error message for an invalid lambda...
2011-02-20 Nikodemus Siivola1.0.46.6: better MACHINE-VERSION on Darwin
2011-02-20 Nikodemus Siivola1.0.46.4: redefinition warnings for macros
2011-02-20 Nikodemus Siivola1.0.46.3: muffle STYLE-WARNINGs and COMPILER-NOTEs...
2011-02-20 Nikodemus Siivola1.0.46.1: be careful about stack-allocation in BACKTRAC...
2011-02-18 Juho Snellman1.0.45.36: Fix solaris x86-64 page size issue
2011-02-16 Nikodemus Siivola1.0.45.35: revert 1.0.45.30 due to regression (lp#677779)
2011-02-14 Nikodemus Siivola1.0.45.33: optimize CHARPOS on string-streams
2011-02-13 Nikodemus Siivola1.0.45.32: export SB-PCL:+SLOT-UNBOUND+
2011-02-13 Nikodemus Siivola1.0.45.31: make COPY-PPRINT-DISPATCH have access to...
2011-02-13 Nikodemus Siivola1.0.45.30: wrap --script loading in a WITH-COMPILATION...
2011-02-12 Nikodemus Siivola1.0.45.28: add LIMIT and PRINT-NO-CALL-LIST arguments...
2011-02-12 Nikodemus Siivola1.0.45.26: fix a long-standing UNINTERN bug
2011-02-12 Nikodemus Siivola1.0.45.25: better constant folding in arithmetic functions
2011-02-12 Nikodemus Siivola1.0.45.24: minor MAKE-TIMER cleanups
2011-02-12 Nikodemus Siivola1.0.45.22: non-racy RUN-PROGRAM :PTY on OpenBSD
2011-02-12 Nikodemus Siivola1.0.45.21: whitespace damage from ctor patches
2011-02-11 Nikodemus Siivola1.0.45.20: optimize ERROR and CERROR
2011-02-11 Nikodemus Siivola1.0.45.19: more comprehensive CTOR optimization, part 2
2011-02-11 Nikodemus Siivola1.0.45.18: more comprehensive CTOR optimization
2011-02-11 Nikodemus Siivola1.0.45.17: give CONSTANTLY some love
2011-02-11 Nikodemus Siivola1.0.45.15: make waitqueue printing prettier
2011-02-11 Nikodemus Siivola1.0.45.14: fix handling of multibyte character encoding...
2011-01-21 Alastair Bridgewater1.0.45.13: physenvanal: Treat all functions without...
2011-01-20 Cyrus Harmon1.0.45.9: fix building on recent linux
2011-01-20 Cyrus Harmon1.0.45.8: fix os_vm_page_size on freebsd, openbsd and...
2011-01-19 cracauer1.0.45.7: set *backend-page-bytes* to 32KB
2011-01-19 cracauer1.0.45.5: life: fix slow compile.
2011-01-19 Alastair Bridgewater1.0.45.5: life: Propagate implicit value cells through...
2010-12-19 Juho Snellman1.0.45.4: Revert 1.0.44.34
2010-12-06 Juho Snellman1.0.45.2: A slightly better error message for malformed...
2010-11-27 Alastair Bridgewater1.0.44.35: Use DX-FLET instead of FLET in WITHOUT-...
2010-11-27 Alastair Bridgewater1.0.44.34: gtn: KLUDGE the lambda-var assignment to...
2010-11-27 Alastair Bridgewater1.0.44.33: ir2tran: Correctly set up d-x closure values...
2010-11-19 Nikodemus Siivola1.0.44.32: better error reporting for malformed RESTART...
2010-11-18 Nikodemus Siivola1.0.44.29: full warnings for duplicate CASE keys during...
2010-11-18 Nikodemus Siivolaallow approximating unions of numeric types
2010-11-16 Nikodemus Siivola1.0.44.26: more nuanced deprecation framework
2010-11-16 Nikodemus Siivola1.0.44.25: don't put function leaves into the source...
2010-11-16 Nikodemus Siivola1.0.44.24: tweak CAREFUL-EXPAND-MACRO
2010-11-15 Nikodemus Siivola1.0.44.23: replace %METHOD-NAME and %METHOD-LAMBDA...
2010-11-10 Nikodemus Siivola1.0.44.21: expand ~ in pathnames
2010-11-09 Alastair Bridgewater1.0.44.18: physenvanal: When checking closure-DXness...
2010-11-09 Alastair Bridgewater1.0.44.17: ir1: Declare UNWIND-PROTECT cleanup function...
2010-11-09 Alastair Bridgewater1.0.44.16: ir2tran: Don't try to stack-allocate VALUE...
2010-11-09 Alastair Bridgewater1.0.44.15: ir2: Skip value-cell allocation where possible.
2010-11-09 Alastair Bridgewater1.0.44.14: x86-64: Implement ANCESTOR-FRAME VOPs.
2010-11-09 Alastair Bridgewater1.0.44.13: x86: Implement ANCESTOR-FRAME VOPs.
2010-11-09 Alastair Bridgewater1.0.44.12: sparc: Implement ANCESTOR-FRAME VOPs.
2010-11-09 Alastair Bridgewater1.0.44.11: ppc: Implement ANCESTOR-FRAME VOPs.
2010-11-09 Alastair Bridgewater1.0.44.10: mips: Implement ANCESTOR-FRAME VOPs.
2010-11-09 Alastair Bridgewater1.0.44.9: hppa: Implement ANCESTOR-FRAME VOPs.
2010-11-09 Alastair Bridgewater1.0.44.8: alpha: Implement ANCESTOR-FRAME VOPs.
2010-11-09 Alastair Bridgewater1.0.44.7: ir1: Set LAMBDA-VAR-EXPLICIT-VALUE-CELL where...
2010-11-09 Alastair Bridgewater1.0.44.6: ir1: Add a new attribute for LAMBDA-VARs...
2010-11-08 Nikodemus Siivola1.0.44.5: teach UNTRACE-1 how to actually untrace unbou...
2010-11-08 Nikodemus Siivola1.0.44.4: make MAKE-FUNCTIONAL-FROM-TOPLEVEL-LAMBDA...
2010-11-08 Nikodemus Siivola1.0.44.3: better docstring for CONDITION-WAIT
2010-11-07 Nikodemus Siivola1.0.44.2: don't add pointless TYPEP T constraints
2010-11-07 Nikodemus Siivola1.0.44.1: more conservative CONCATENATE open-coding
2010-10-30 Juho Snellman1.0.43.82: Make compiling a MAKE-ARRAY call with a...
2010-10-30 Juho Snellman1.0.43.80: Allow UNTRACE of functions that are no longe...
2010-10-19 Nikodemus Siivola1.0.43.75: pathnames: both Unix and Win32 use UNPARSE...
2010-10-19 Nikodemus Siivola1.0.43.73: oops, let's not derive &REST as list quite...
2010-10-19 Nikodemus Siivola1.0.43.72: fix regression from 1.0.43.64
2010-10-19 Nikodemus Siivola1.0.43.71: fix regression from 1.0.43.26
2010-10-18 Nikodemus Siivola1.0.43.69: win32: fix build, broken by 1.0.43.62
2010-10-18 Nikodemus Siivola1.0.43.68: disassembler: remove unsafe SAP from MAKE...
2010-10-18 Nikodemus Siivola1.0.43.67: COERCE: don't trust vector dimensions in...
2010-10-17 Nikodemus Siivola1.0.43.65: pcl: :DEFINITION-SOURCE / :SOURCE-LOCATION...
2010-10-17 Nikodemus Siivola1.0.43.64: loop: remove LOOP-UNIVERSE-ANSI and LOOP...
next