sbcl.git
2011-12-05 Alastair BridgewaterImproved undefined-function backtrace on x86oids.
2011-12-05 Manfred Gahrfix make.sh --dynamic-space-size option handling
2011-12-05 Nikodemus Siivolafix threaded PPC build, refactor new semaphore code
2011-12-05 Nikodemus Siivolafix unthreaded non-x86oid builds
2011-12-05 Nikodemus Siivolaenable previously-broken thread tests on Darwin
2011-12-05 Nikodemus Siivolasemaphores in the runtime
2011-12-05 Alastair Bridgewatertests: fix :skipped-on clause for weak hash-table tests.
2011-12-05 Alastair Bridgewatertests: Add --report-skipped-tests option to the test...
2011-12-05 Alastair BridgewaterFail early when building with known-incompatible features.
2011-12-05 Stas BoukarevFix my previous commit on setf expansions.
2011-12-05 Nikodemus Siivolaadjust the new MALLOC-FAILURE test for 32-bit builds
2011-12-05 Stas BoukarevRemove unused variable warnings in some setf expansions.
2011-12-05 Nikodemus Siivolaallow coercion of large fixnums to floats outside x86
2011-12-05 Nikodemus Siivolaadd support for package::form-read-in-package syntax
2011-12-05 Robert Brownprinting specialized arrays readably
2011-12-05 Nikodemus Siivolause *SUPPRESS-PRINT-ERRORS* for backtraces and DESCRIBE
2011-12-05 Attila Lendvaiadd SB-EXT:*SUPPRESS-PRINT-ERRORS* modelled after ...
2011-12-05 Nikodemus Siivolamuffle style-warnings for INFO :FUNCTION :TYPE
2011-12-05 Nikodemus Siivoladefine SB-EXT:PRINT-UNREADABLY as a function
2011-12-05 Nikodemus Siivolasilent non-toplevel DEFSTRUCT
2011-12-05 Nikodemus Siivoladon't simplify (LET () ..) => (LOCALLY ...) in the...
2011-12-05 Nikodemus Siivolaless rebindings in defmethods
2011-12-05 Nikodemus Siivolamore conservative subtypep test for classoids
2011-12-05 Nikodemus SiivolaMAKE-ALIEN improvements
2011-12-05 Nikodemus Siivolastricter handling of declarations in DEFGENERIC
2011-12-05 Nikodemus Siivolafix style-warnings for condition slot-accessors used...
2011-12-05 Nikodemus Siivolause boxed constants for full calls
2011-12-05 Nikodemus Siivolano need for BOOT-MAKE-WRAPPER on target
2011-12-05 Nikodemus Siivolachange an AVER to CERROR 'bug
2011-12-05 Nikodemus Siivolaimprove the SB-EXT:GC docstring(s)
2011-12-05 Nikodemus Siivolafix misoptimization of TRUNCATE
2011-12-05 Nikodemus Siivolafix bug in typechecking calls with non-constant keywords
2011-12-05 Nikodemus Siivolafix treatment of signed zeroes in INTERVAL-DIV
2011-12-05 Nikodemus Siivolaoops. actually stop when seeing --with-foo and customiz...
2011-12-05 Nikodemus Siivolamore robust deadlock detection
2011-12-05 Nikodemus Siivolabuild runtime/TAGS by default
2011-12-05 Nikodemus Siivolaadd --fancy option to make.sh
2011-12-05 Nikodemus Siivolaadd --with-<feature> and --without-<feature> support...
2011-12-05 Nikodemus Siivolaadd --arch option to make.sh
2011-12-05 Nikodemus Siivolamake make.sh run clean.sh
2011-12-04 Juho Snellman1.0.54: will be tagged as "sbcl-1.0.54"
2011-12-04 Juho Snellman:backtrace-interrupted-condition-wait fails on x86...
2011-12-02 Nikodemus Siivolaremove a stray debugging PRINT
2011-12-01 Nikodemus Siivolafix bug in semaphore notification objects on TRY-SEMAPHORE
2011-12-01 Stas BoukarevFix clos.impure.lisp DOCUMENTATION test on #-sb-doc.
2011-11-30 Alastair Bridgewatertests: Skip stream.impure.lisp / BUG-657183 on non...
2011-11-30 Joshua ElsasserOops, remove a debugging printenv which snuck in.
2011-11-29 Joshua ElsasserWork around excessive consing via ROOM by turning off
2011-11-29 Nikodemus Siivolatry to robustify test for bug-309448
2011-11-28 Nikodemus Siivolagencgc: fix regression from 137ba2db2d362f03754ccd080dd...
2011-11-28 Nikodemus Siivolaupdate ASDF to 2.019
2011-11-28 Nikodemus SiivolaNEWS prettification
2011-11-27 Nikodemus Siivolatweak NAME-CONTEXT
2011-11-27 Nikodemus Siivolamake PPC/Linux buildable on ppc64 hosts
2011-11-27 Nikodemus Siivolafix unthreaded builds with sb-futex in target *features*
2011-11-27 Nikodemus Siivolamissing NEWS
2011-11-27 Nikodemus Siivolarefactor PRINT-NOT-READABLE condition signaling
2011-11-27 Nikodemus Siivolawe have read-evaluated-form, kill read-replacement...
2011-11-27 Nikodemus Siivolamarginally prettier native debugger banner
2011-11-27 Nikodemus Siivolacleanup: refactor copy_large_unboxed_object and copy_la...
2011-11-27 Nikodemus Siivolacleanup: pacify GCC with an extra pair of parens
2011-11-27 Nikodemus Siivolacleanup: use OS_VM_SIZE_FMT in collect_garbage
2011-11-27 Nikodemus Siivolacleanup: types in load_core_file
2011-11-27 Nikodemus Siivolacleanup: os_vm_size_t for large_object_size
2011-11-27 Nikodemus Siivolacleanup: types in gc_alloc_large
2011-11-27 Nikodemus Siivolacleanup: types in gc_alloc_update_page_tables
2011-11-27 Nikodemus Siivolacleanup: void_diff returns os_vm_size_t
2011-11-27 Nikodemus Siivolacleanup: os_vm_size_t in gc_alloc_new_region
2011-11-27 Nikodemus Siivolacleanup: #define and use OS_VM_SIZE_FMT in write_genera...
2011-11-27 Nikodemus Siivolacleanup: unused variable in gc_free_heap
2011-11-27 Nikodemus Siivolacleanup: use os_vm_size_t in gc_find_freeish_pages...
2011-11-27 Nikodemus Siivolacleanup: use os_vm_size_t in count_generation_bytes_all...
2011-11-27 Nikodemus Siivolacleanup: use os_vm_size_t in npage_bytes
2011-11-27 Nikodemus Siivolacleanup: struct page member types
2011-11-27 Nikodemus Siivolacleanup: page_index_t canonicalization
2011-11-27 Alastair BridgewaterDon't scrub the C stack from C.
2011-11-25 Lutz EulerTighter floating-point type constraints in some cases
2011-11-23 Alastair BridgewaterReduce random casting in looks_like_valid_lisp_pointer_p().
2011-11-23 Nikodemus Siivolatweak tail merging logic
2011-11-23 Joshua ElsasserInsure that the test for bug 881445 runs with a large...
2011-11-23 Joshua ElsasserFix build with non-SBCL host.
2011-11-23 Joshua ElsasserSkip a known failure on openbsd.
2011-11-23 Joshua ElsasserAvoid a reader error in threads.pure.lisp with non...
2011-11-23 Joshua ElsasserFix errno value for sb-posix rmdir.error.3 test on...
2011-11-22 Alastair BridgewaterFix symbol-value-in-thread GC race condition.
2011-11-22 Alastair BridgewaterAdd SB-SYS:SAP-REF-LISPOBJ.
2011-11-22 Alastair Bridgewaterdebug-int: Explain why and how SB-KERNEL:MAKE-LISP...
2011-11-22 Alastair Bridgewaterlinux: Enable :SB-FUTEX by default on PPC.
2011-11-21 Nikodemus Siivolasmaller default dynamic-space size on GENCGC
2011-11-21 Nikodemus Siivolamake --dynamic-space-size and --control-stack-size...
2011-11-21 Nikodemus Siivolafix Darwin/x86 build on Snow Leopard
2011-11-20 Nikodemus SiivolaRevert "fix sb-posix tests on OpenBSD"
2011-11-20 Lutz EulerMore compile-time error checking in NUMBER-DISPATCH
2011-11-20 Lutz EulerMake EXPT use double-precision throughout in more cases
2011-11-20 Nikodemus Siivolaoops, SB-EXT:DYNAMIC-SPACE-SIZE broke a test
2011-11-20 Nikodemus Siivolafix RUN-PROGRAM :WAIT T on Windows
2011-11-20 Bruce O'Neelfix sb-posix tests on OpenBSD
2011-11-20 Bruce O'Neelfix Darwin/PPC build
2011-11-19 Zach Beanenew SET-SBCL-SOURCE-LOCATION convenience function
2011-11-19 Nikodemus Siivolasb-bsd-sockets: fix GET-HOST-BY-NAME and -ADDRESS on...
next