1.0.43.55: move FILE-COMPILE to compiler-test-utils.lisp
[sbcl.git] / src /
2010-10-13 Nikodemus Siivola1.0.43.52: correct char-size for :EXTERNAL-FORMAT ...
2010-10-13 Nikodemus Siivola1.0.43.50: better function signature checking for self...
2010-10-12 Nikodemus Siivola1.0.43.49: (SETF FDEFINITION) and (SETF SYMBOL-FUNCTION...
2010-10-12 Paul Khuong1.0.43.48: Unbreak fast-ash-c/fixnum=>fixnum on x86
2010-10-12 Paul Khuong1.0.43.47: Unfix ASH of constant shift on x86oids
2010-10-12 Paul Khuong1.0.43.46: Simplify some type tests to EQL comparisons
2010-10-12 Paul Khuong1.0.43.45: More type-directed constant folding
2010-10-12 Paul Khuong1.0.43.44: New type method: TYPE-SINGLETON-P
2010-10-12 Paul Khuong1.0.43.43: Merge more equivalent branches together
2010-10-12 Paul Khuong1.0.43.42: Constant fold IFs before performing IF/IF...
2010-10-11 Nikodemus Siivola1.0.43.41: TYPE-ERROR printing tweak for *PRINT-ESCAPE...
2010-10-10 Juho Snellman1.0.43.40: Allow use of unmangled win32 function names
2010-10-09 Nikodemus Siivola1.0.43.39: proclaimed function types and NOTINLINE
2010-10-09 Nikodemus Siivola1.0.43.38: some PPRINT-LOGICAL-BLOCK issues
2010-10-07 Nikodemus Siivola1.0.43.34: differentiate cross-compiler output from...
2010-10-07 Alastair Bridgewater1.0.43.33: ppc: Implement %ARRAY-ATOMIC-INCF/WORD
2010-10-07 Alastair Bridgewater1.0.43.32: x86: Implement %ARRAY-ATOMIC-INCF/WORD.
2010-10-07 Alastair Bridgewater1.0.43.31: x86-64: Implement %ARRAY-ATOMIC-INCF/WORD.
2010-10-07 Alastair Bridgewater1.0.43.30: threads: Initial implementation of ATOMIC...
2010-10-06 Nikodemus Siivola1.0.43.28: DESCRIBE ALWAYS-BOUND declarations for symbols
2010-10-06 Nikodemus Siivola1.0.43.27: DESCRIBE optimization policy qualities for...
2010-10-06 Nikodemus Siivola1.0.43.26: propagate-local-call-args for lambdas with...
2010-10-05 Nikodemus Siivola1.0.43.25: (LOOP WITH NIL = ...) caused unused variable...
2010-10-05 Nikodemus Siivola1.0.43.24: initialize cold-layouts with source-location...
2010-10-04 Nikodemus Siivola1.0.43.23: enable let-conversion for open-coded ALIEN...
2010-10-04 Nikodemus Siivola1.0.43.22: better errors for invalid :EXTERNAL-FORMAT...
2010-10-04 Nikodemus Siivola1.0.43.19: don't record source-paths for sub-parts...
2010-10-04 Nathan Froyd1.0.43.17: fix static symbols for array dispatch tables
2010-10-03 Alastair Bridgewater1.0.43.16: compiler: Fix non-unicode build.
2010-10-03 Nikodemus Siivola1.0.43.15: use gcc-3 compiler in Cygwin for runtime too
2010-09-30 Nikodemus Siivola1.0.43.13: "minor fixed for Win32" from Kalyanov Dmitry
2010-09-30 Nikodemus Siivola1.0.43.11: smarter timer expiry
2010-09-30 Nikodemus Siivola1.0.43.10: make.sh now accepts --dynamic-space-size...
2010-09-30 Nikodemus Siivola1.0.43.6: fix overeager input-buffer filling by externa...
2010-09-30 Nikodemus Siivola1.0.43.5: add :EXTERNAL-FORMAT argument to RUN-PROGRAM
2010-09-30 Nikodemus Siivola1.0.43.4: deal with interrupted open(2) calls
2010-09-30 Nikodemus Siivola1.0.43.3: make (LOAD-TIME-VALUE (THE (VALUES FIXNUM...
2010-09-30 Nikodemus Siivola1.0.43.1: better handling of complex array types in...
2010-09-27 Juho Snellman1.0.42.54: #!+darwin the nanosleep hack
2010-09-27 Nikodemus Siivola1.0.42.53: *TTY* stream needs to serve events as well
2010-09-21 Nikodemus Siivola1.0.42.50: workaround a Darwin nanosleep() bug
2010-09-21 Nikodemus Siivola1.0.42.49: fix (SETF DOCUMENTATION) for macros
2010-09-20 Nikodemus Siivola1.0.42.48: more contextual CAREFUL-EXPAND-MACRO messages
2010-09-20 Nikodemus Siivola1.0.42.47: fix regressions from 1.0.42.46.
2010-09-20 Nikodemus Siivola1.0.42.46: style-warn users about READ-FROM-STRING...
2010-09-19 Nikodemus Siivola1.0.42.45: more descriptive errors for exceeding FD_SETSIZE
2010-09-19 Nikodemus Siivola1.0.42.43: FD-STREAMS no longer hook into SERVE-EVENT...
2010-09-19 Nikodemus Siivola1.0.42.42: hack around *AUTO-EVAL-IN-FRAME* issues
2010-09-19 Nikodemus Siivola1.0.42.41: use poll(2) instead of select(2) in SYSREAD...
2010-09-19 Nikodemus Siivola1.0.42.40: replace hardcoded FD-SETSIZE with a groveled one
2010-09-19 Nikodemus Siivola1.0.42.39: workaround for lp#308914
2010-09-13 Nikodemus Siivola1.0.42.37: use more NAMED-LAMBDAs in PCL generated...
2010-09-10 Nathan Froyd1.0.42.36: micro-optimize x86 assembly comparison VOPs
2010-09-08 Alastair Bridgewater1.0.42.34: threads: Consolidate thread-specific static...
2010-09-05 Alastair Bridgewater1.0.42.33: ppc: Improve pseudo-atomic implementation
2010-09-04 Christophe Rhodes1.0.42.32: fix for lp#611361
2010-09-03 Nikodemus Siivola1.0.42.28: package locks to guard against DEFMACRO...
2010-09-02 Nikodemus Siivola1.0.42.25: check parent-lambdas in defined-fun-functional
2010-09-02 Nikodemus Siivola1.0.42.24: print symbols with fully qualified names...
2010-09-02 Alastair Bridgewater1.0.42.23: x86-64: Fix passing of unboxed complex float...
2010-09-01 Nikodemus Siivola1.0.42.17: better host lisp fasl-type logic
2010-09-01 Nikodemus Siivola1.0.42.17: better host lisp fasl-type logic
2010-09-01 Nikodemus Siivola1.0.42.16: better RANDOM type-error reporting
2010-09-01 Nikodemus Siivola1.0.42.15: prevent inline expansion from creating refs...
2010-09-01 Nikodemus Siivola1.0.42.11: reinline nested LIST and VECTOR calls in...
2010-09-01 Nikodemus Siivola1.0.42.11: SB-EXT:WORD for use with ATOMIC-INCF &co
2010-08-31 Nikodemus Siivola1.0.42.10: guard against time travel by getrusage()
2010-08-31 Nikodemus Siivola1.0.42.9: fix defmethod declarations for aliases of...
2010-08-31 Nikodemus Siivola1.0.42.8: fix build on OpenBSD/i386 -current and upcomi...
2010-08-31 Nikodemus Siivola1.0.42.7: fix shell scripts on Solaris (and FreeBSD?)
2010-08-31 Nikodemus Siivola1.0.42.5: revert 1.0.42.2, "correct defknown for data...
2010-08-30 Nikodemus Siivola1.0.42.4: fix compiler-macros for WRITE and WRITE-TO...
2010-08-30 Nikodemus Siivola1.0.42.3: DOTIMES and non-integer counts
2010-08-30 Nikodemus Siivola1.0.42.2: correct defknown for data-vector-ref-with...
2010-08-17 Nikodemus Siivola1.0.41.50: additional error checking for DEFTYPE &co
2010-08-16 Nikodemus Siivola1.0.41.47: (EXPT 0.0 0.0) and (EXPT 0 0.0) to signal...
2010-08-15 Nikodemus Siivola1.0.41.45: make.sh command-line parsing
2010-08-11 Alastair Bridgewater1.0.41.44: runtime: Fix build on non-threaded x86oids.
2010-08-10 Christophe Rhodes1.0.41.43: fix for RENAME-PACKAGE's return value
2010-08-08 Alastair Bridgewater1.0.41.40: ppc: Shorten the gencgc allocation sequence.
2010-08-08 Alastair Bridgewater1.0.41.39: ppc: Rename reg_L2 to reg_THREAD on threaded...
2010-08-08 Alastair Bridgewater1.0.41.38: ppc: Runtime damage for threads.
2010-08-08 Alastair Bridgewater1.0.41.37: ppc: allocation fixes for threaded builds.
2010-08-08 Alastair Bridgewater1.0.41.36: ppc: Implement atomic-{incf,decf} as atomic...
2010-08-08 Alastair Bridgewater1.0.41.35: ppc: Implement compare-and-swap-vops.
2010-08-08 Alastair Bridgewater1.0.41.34: ppc: Implement multithreaded symbol binding...
2010-08-08 Alastair Bridgewater1.0.41.33: ppc: Implement threaded symbol value accessors.
2010-08-08 Alastair Bridgewater1.0.41.32: ppc: Random small threading bits.
2010-08-08 Alastair Bridgewater1.0.41.31: ppc: Update backend to use TL symbol storage...
2010-08-08 Alastair Bridgewater1.0.41.30: ppc: Add thread-local symbol-value accessor...
2010-08-08 Alastair Bridgewater1.0.41.29: ppc: Dedicate a register to the TLS-block...
2010-08-07 Alastair Bridgewater1.0.41.28: ppc: Fix race conditions in use of pseudo...
2010-08-07 Alastair Bridgewater1.0.41.27: ppc: Calling convention fixes for assembly...
2010-08-07 Alastair Bridgewater1.0.41.26: ppc: Calling-convention fixes for static...
2010-08-07 Alastair Bridgewater1.0.41.25: compiler: Create sb!vm::static-fdefn-offset.
2010-08-07 Alastair Bridgewater1.0.41.24: ppc: Calling-convention fixes for entry...
2010-08-07 Alastair Bridgewater1.0.41.23: ppc: Calling-convention fixes for LRA handli...
2010-08-07 Alastair Bridgewater1.0.41.22: runtime: Rename backtrace() to lisp_backtrace().
2010-08-07 Alastair Bridgewater1.0.41.21: runtime: Current stack and frame pointers...
2010-08-07 Alastair Bridgewater1.0.41.20: runtime: Straighten out access to binding...
next