1.0.42.8: fix build on OpenBSD/i386 -current and upcoming 4.8 release
[sbcl.git] / NEWS
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
2010-04-07 Nikodemus Siivola1.0.37.53: missing NEWS from 1.0.37.52
2010-04-07 Nikodemus Siivola1.0.37.51: make SB-INTROSPECT build on PPC/GENCGC,...
2010-04-07 Nikodemus Siivola1.0.37.49: add :ABORT to SOCKET-CLOSE
2010-04-07 Nikodemus Siivola1.0.37.46: SB-POSIX build fix when :SB-DOC is not in...
2010-04-07 Tobias C. Rittweiler1.0.37.45: Remove bogus test (:CONDITION-VARIABLE ...
2010-04-06 Nikodemus Siivola1.0.37.44: FIND-PACKAGE and FIND-SYMBOL deadlocks
2010-04-04 Nikodemus Siivola1.0.37.36: revisit FIND/POSITION bounds checking on...
2010-04-03 Tobias C. Rittweiler1.0.37.35: Rename WAITQUEUE-DATA to WAITQUEUE-TOKEN.
2010-04-03 Tobias C. Rittweiler1.0.37.34: Fix lost wakeup bug between CONDITION-WAIT...
2010-04-03 Tobias C. Rittweiler1.0.37.33: Add SB-THREAD:GRAB-MUTEX.
2010-04-01 Nikodemus Siivola1.0.37.22: SB-PROFILE improvements
2010-04-01 Nikodemus Siivola1.0.37.21: :AUTO-CLOSE and better FD-STREAM-NAME for...
2010-03-30 Tobias C. Rittweiler1.0.37.18: New contrib SB-CONCURRENCY.
2010-03-30 Nikodemus Siivola1.0.37.17: multiplication-by-one misoptimization in...
2010-03-28 Tobias C. Rittweiler1.0.37.13: Make SIGNAL-SEMAPHORE interruptable.
2010-03-28 Tobias C. Rittweiler1.0.37.6: Add SB-SYS:CANCEL-DEADLINE restart to DEADLIN...
2010-03-28 Nikodemus Siivola1.0.37.8: add ATOMIC-DECF, fix WAIT-ON-SEMAPHORE-BUGLET
2010-03-28 Nikodemus Siivola1.0.37.7: RETRY restart for NO-APPLICABLE-METHOD and...
2010-03-28 Tobias C. Rittweiler1.0.37.6: Add SB-THREAD:TRY-SEMAPHORE.
2010-03-28 Nikodemus Siivola1.0.37.4: robuster page table pickup
2010-03-28 Nikodemus Siivola1.0.37.3: make *STANDARD-INPUT*, *STANDARD-OUTPUT*...
2010-03-28 Nikodemus Siivola1.0.37.1: more correct restart text for MAKE-PACKAGE
2010-03-28 Christophe Rhodes1.0.37: will be tagged as sbcl_1_0_37
2010-03-20 Tobias C. Rittweiler1.0.36.35: More accurate WHO-CALLS / WHO-EXPANDS inform...
2010-03-19 Nikodemus Siivola1.0.36.34: WHO-CALLS information for source transformed...
2010-03-19 Nikodemus Siivola1.0.36.33: handle missing &REST in proclamations
2010-03-18 Nikodemus Siivola1.0.36.32: reparsing undefined types when necessary
2010-03-18 Nikodemus Siivola1.0.36.30: on x86-64 split MOVE-TO-SINGLE into -REG...
2010-03-17 Nikodemus Siivola1.0.36.29: better Control-C signaling
2010-03-17 Nikodemus Siivola1.0.36.28: real LOAD-LOGICAL-PATHNAME-TRANSLATIONS
2010-03-17 Nikodemus Siivola1.0.36.26: bug using OF-TYPE VECTOR in LOOP
2010-03-15 Nikodemus Siivola1.0.36.25: stuff silly putty into pipe to stop ASDF...
2010-03-15 Nikodemus Siivola1.0.36.24: FIND/POSITION bounds checking on lists
2010-03-12 Nikodemus Siivola1.0.36.23: more consistent handling of ignored DX decla...
2010-03-12 Nikodemus Siivola1.0.36.22: bogus style-warning in DEFSTRUCT edge-case
2010-03-12 Nikodemus Siivola1.0.36.21: stricter handling of invalid backquote expre...
2010-03-11 Nikodemus Siivola1.0.36.19: WITH-COMPILATION-UNIT :POLICY
2010-03-11 Nikodemus Siivola1.0.36.18: remove *MERGE-SORT-TEMP-VECTOR* and *ZAP...
2010-03-11 Nikodemus Siivola1.0.36.17: SB-INTROSPECT building without SB-EVAL
2010-03-09 Nikodemus Siivola1.0.36.16: allocation profiling for new threads
2010-03-08 Nikodemus Siivola1.0.36.15: upgraded array element-type of unions and...
2010-03-08 Nikodemus Siivola1.0.36.14: better differences of numeric types
2010-03-01 Alastair Bridgewater1.0.36.11: Make slam.sh work on Win32.
2010-03-01 Alastair Bridgewater1.0.36.10: UD2-BREAKPOINTS for Win32
2010-03-01 Alastair Bridgewater1.0.36.9: UD2-BREAKPOINTS feature for x86oid systems
2010-02-28 Nikodemus Siivola1.0.36.8: deal with environment argument in TYPEP trans...
2010-02-28 Nikodemus Siivola1.0.36.7: fix SB-C::CLASS-INFO printing
2010-02-28 Nikodemus Siivola1.0.36.6: array data vector type derivation
2010-02-28 Nikodemus Siivola1.0.36.5: delay transforms for SLOT-VALUE and (SETF...
2010-02-28 Nikodemus Siivola1.0.36.4: muffle style-warnings for undefined slot...
2010-02-28 Nikodemus Siivola1.0.36.3: FUNCTION-LAMBDA-EXPRESSION and declarations...
next