1.0.39.22: "upgrade" to ASDF 2.003
[sbcl.git] / src /
2010-06-20 Tobias C. Rittweiler1.0.39.18: Use SB-VM:WORD in (DEFSTRUCT HASH-TABLE).
2010-06-14 cracauer1.0.39.16: tls-slot allocation not thread-safe
2010-06-13 Andreas FuchsGIT GATEWAY: Remove files that were deleted in 2006.
2010-06-13 Cyrus Harmon1.0.39.15: delete all traces of the darwin dlshim
2010-06-12 Cyrus Harmon1.0.39.13: restore darwin/ppc building
2010-06-12 Cyrus Harmon1.0.39.12: remove darwin-langinfo
2010-06-06 Christophe Rhodes1.0.39.9: improvements to the manual
2010-06-06 Alastair Bridgewater1.0.39.8: Inline-compare more character codes on SB...
2010-06-06 Alastair Bridgewater1.0.39.7: Make TRACE :ENCAPSULATE NIL work on PPC.
2010-06-06 Alastair Bridgewater1.0.39.6: valid_lisp_pointer_p() is gencgc-specific...
2010-06-06 Alastair Bridgewater1.0.39.5: Initial attempt to make breakpoints work...
2010-06-03 Cyrus Harmon1.0.39.4: fix build on non-darwin and ppc/darwin platforms
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-24 Alastair Bridgewater1.0.38.12: Fix FP traps on PPC/Linux.
2010-05-23 Alastair Bridgewater1.0.38.11: Enable floating-point exception delivery...
2010-05-23 Alastair Bridgewater1.0.38.10: Support for building on OpenBSD/PPC (patch...
2010-05-21 Alastair Bridgewater1.0.38.9: Integer callback result fixes.
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.2: Gencgc error-checking fixes.
2010-04-30 Alastair Bridgewater1.0.38.1: Fix undefined-function bug-353 tests on x86oids.
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-23 cracauer1.0.37.60: fix backtick problem breaking e.g. literal...
2010-04-18 Nathan Froyd1.0.37.59: micro-optimize x86oid signed-word checking
2010-04-18 Nathan Froyd1.0.37.58: micro-optimize x86 lowtag testing
2010-04-08 Nikodemus Siivola1.0.37.57: better DEFMETHOD pretty-printing
2010-04-07 Nikodemus Siivola1.0.37.56: no more :NEW-OWNER in GRAB-MUTEX
2010-04-07 Nikodemus Siivola1.0.37.55: typo in src/runtime/sunos-os.c
2010-04-07 Nikodemus Siivola1.0.37.54: more robust runtime executable path detection
2010-04-07 Nikodemus Siivola1.0.37.52: better MAKE-HASH-TABLE :WEAKNESS documentation
2010-04-07 Nikodemus Siivola1.0.37.50: check for unbound FORMAT-CONTROL for SIMPLE...
2010-04-07 Nikodemus Siivola1.0.37.48: nicer *PRINT-ESCAPE* printout for SIMPLE...
2010-04-07 Nikodemus Siivola1.0.37.47: less pain for building threads on Darwin
2010-04-06 Nikodemus Siivola1.0.37.44: FIND-PACKAGE and FIND-SYMBOL deadlocks
2010-04-06 Nathan Froyd1.0.37.43: add RAW-INSTANCE-INIT/* VOPs for PPC
2010-04-06 Tobias C. Rittweiler1.0.37.42: Add DEFKNOWN for %FAILED-AVER...
2010-04-05 Nathan Froyd1.0.37.38: micro-optimizations of CONCATENATE bits
2010-04-05 Nathan Froyd1.0.37.37: fix CONCATENATE FIXME
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-03 Tobias C. Rittweiler1.0.37.31: Use (WITH-TEST ...) consistently in threads...
2010-04-03 Tobias C. Rittweiler1.0.37.30: OAOOize type of NAME slots between THREAD...
2010-04-03 Alastair Bridgewater1.0.37.29: Cleanup from fasl format and fasdump logic...
2010-04-03 Alastair Bridgewater1.0.37.28: Remove fop-normal-load games when dumping...
2010-04-03 Alastair Bridgewater1.0.37.27: Add new named-package FOPs for simpler packa...
2010-04-03 Alastair Bridgewater1.0.37.26: Remove FASL-DUMP-COLD-LOAD-FORM and its...
2010-04-03 Alastair Bridgewater1.0.37.25: Defer interning symbols to cold-core as...
2010-04-03 Alastair Bridgewater1.0.37.24: Genesis deFIXMEification: Symbol allocation...
2010-04-02 Nikodemus Siivola1.0.37.23: saner SB-PROFILE::COUNTER-COUNT handling
2010-04-01 Nikodemus Siivola1.0.37.22: SB-PROFILE improvements
2010-03-30 Nikodemus Siivola1.0.37.17: multiplication-by-one misoptimization in...
2010-03-29 Nikodemus Siivola1.0.37.16: fix build
2010-03-29 Tobias C. Rittweiler1.0.37.15: Make SB-THREAD:TRY-SEMAPHORE decrement count...
2010-03-29 Nikodemus Siivola1.0.37.14: fix the other half of the WAIT-ON-SEMAPHORE...
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.9: atomic STOREW for large integer constants...
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.5: remove a redundant IF
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-26 Nikodemus Siivola1.0.36.40: fix PPC build
2010-03-23 Nikodemus Siivola1.0.36.38: unBREAK
2010-03-23 Nikodemus Siivola1.0.36.37: fix minor regression from 1.0.36.33
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-18 Nikodemus Siivola1.0.36.30: print_generation_stats even if heap exhausti...
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.27: less mprotect calls in GENCGC
2010-03-17 Nikodemus Siivola1.0.36.26: bug using OF-TYPE VECTOR in LOOP
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.20: prettier WITH-COMPILATION-UNIT documentation
2010-03-11 Nikodemus Siivola1.0.36.19: WITH-COMPILATION-UNIT :POLICY
next