1.0.43.58: ignore ASDF source registries when building contribs
[sbcl.git] / NEWS
2010-10-14 Nikodemus Siivola1.0.43.58: ignore ASDF source registries when building...
2010-10-14 Nikodemus Siivola1.0.43.57: better handling of derived function types
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.47: Unfix ASH of constant shift on x86oids
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-08 Nikodemus Siivola1.0.43.37: update ASDF to 2.009
2010-10-07 Alastair Bridgewater1.0.43.36: threads: Add ATOMIC-INCF improvement notific...
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-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.20: missing NEWS for 1.0.43.19
2010-10-03 Alastair Bridgewater1.0.43.16: compiler: Fix non-unicode build.
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.8: ALLOCATION-INFORMATION also provides the...
2010-09-30 Nikodemus Siivola1.0.43.7: update expected test failures on Darwin/x86-64
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-30 Juho Snellman1.0.43: will be tagged as sbcl_1_0_43
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-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.39: workaround for lp#308914
2010-09-13 Nikodemus Siivola1.0.42.37: use more NAMED-LAMBDAs in PCL generated...
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-03 Alastair Bridgewater1.0.42.26: tests: Fix broken :fails-on clause for a...
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-01 Nikodemus Siivola1.0.42.21: grab-bag of Solaris related fixes
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.14: socket-connect thread safety, version 2
2010-09-01 Nikodemus Siivola1.0.42.13: update ASDF to 2.004
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.6: fix os-provides-dladdr-test.c
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-29 Christophe Rhodes1.0.42: will be tagged as sbcl_1_0_42
2010-08-24 Christophe Rhodes1.0.41.56: Fix for asdf-install (launchpad bug #612998)
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-10 Christophe Rhodes1.0.41.43: fix for RENAME-PACKAGE's return value
2010-08-08 Alastair Bridgewater1.0.41.42: ppc: Documentation and NEWS updates for...
2010-08-04 Alastair Bridgewater1.0.41.7: threads: Document BARRIER macro and implicit...
2010-07-30 Christophe Rhodes1.0.41.1: much faster MAKE-INITIAL-DFUN
2010-07-30 Christophe Rhodes1.0.41: will be tagged as sbcl_1_0_41
2010-07-19 Christophe Rhodes1.0.40.6: call an appropriate existing ctor from MAKE...
2010-07-19 Christophe Rhodes1.0.40.3: better non-ctor make-instance
2010-07-16 Gabor Melis1.0.40.1: fix return value of WRITE
2010-06-30 Christophe Rhodes1.0.40: will be tagged as sbcl_1_0_40
2010-06-12 Cyrus Harmon1.0.39.11: fix readdir for :inode64 builds
2010-06-06 Alastair Bridgewater1.0.39.7: Make TRACE :ENCAPSULATE NIL work on PPC.
2010-06-03 Cyrus Harmon1.0.39.3: support building on darwin x86 and x86-64...
2010-05-30 Alastair Bridgewater1.0.39.2: Fix symbol-name-conflict resolution test...
2010-05-29 Christophe Rhodes1.0.39: will be tagged as sbcl_1_0_39
2010-05-24 Alastair Bridgewater1.0.38.12: Fix FP traps on PPC/Linux.
2010-05-23 Alastair Bridgewater1.0.38.10: Support for building on OpenBSD/PPC (patch...
2010-05-10 Nathan Froyd1.0.38.7: fix clisp build for ppc
2010-05-06 Paul Khuong1.0.38.6: Clear higher order bits for SSE operations...
2010-05-01 Alastair Bridgewater1.0.38.5: PPC character handling fixes.
2010-04-30 Alastair Bridgewater1.0.38.4: Scrub control stack after scavenging on non...
2010-04-30 Alastair Bridgewater1.0.38.3: PPC linkage-table fix.
2010-04-30 Alastair Bridgewater1.0.38.1: Fix undefined-function bug-353 tests on x86oids.
2010-04-30 Christophe Rhodes1.0.38: will be tagged as sbcl_1_0_38
2010-04-30 Christophe Rhodes1.0.37.74: support NetBSD-current
2010-04-27 Paul Khuong1.0.37.73: Remove the one place we assumed constant...
2010-04-27 Tobias C. Rittweiler1.0.37.72: Fix ugliness in PRINT-UNREADABLE-OBJECT
2010-04-26 Paul Khuong1.0.37.70: Fix PRINT-OBJECT for RANDOM-STATE
2010-04-26 Paul Khuong1.0.37.69: Avoid emitting instructions (LODS, MOVSXD...
2010-04-26 Paul Khuong1.0.37.68: Downgrade WARNING to STYLE-WARNING for ...
2010-04-26 Paul Khuong1.0.37.67: Reset a toplevel INLINE declaration for...
2010-04-26 Paul Khuong1.0.37.66: Fix the build on alpha
2010-04-26 Paul Khuong1.0.37.65: Perform range reduction on x87 transcendentals
2010-04-26 Paul Khuong1.0.37.64: Fixtransforms for float TRUNCATE
2010-04-26 Paul Khuong1.0.37.63: Test for the correct range when eliding...
2010-04-26 Paul Khuong1.0.37.62: More robust reciprocal exactitude test
2010-04-26 Paul Khuong1.0.37.61: Ensure GCD always returns positive values
2010-04-08 Nikodemus Siivola1.0.37.57: better DEFMETHOD pretty-printing
2010-04-07 Nikodemus Siivola1.0.37.54: more robust runtime executable path detection
next