sbcl.git
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...
2011-11-19 Nikodemus Siivolamake RESTART-FRAME debugger command at least try to...
2011-11-19 Nikodemus Siivolabetter inner and anonymous function names
2011-11-19 Nikodemus Siivolaclarify GET-CAS-EXPANSION docstring
2011-11-19 Nikodemus SiivolaGC documentation tweaks
2011-11-19 Nikodemus Siivolaexport DYNAMIC-SPACE-SIZE from SB-EXT
2011-11-19 Nikodemus Siivoladefault gen.bytes_consed_between_gc to same 5% of dynam...
2011-11-19 Nikodemus Siivoladefault nursery to 5% of total dynamic space size on...
2011-11-19 Nikodemus Siivolaunsigned long -> os_vm_size_t refactoring
2011-11-18 Nikodemus Siivolathreading NEWS, and thanks to supporters
2011-11-18 Nikodemus Siivolauserspace CONDITION-WAIT and interrupts
2011-11-18 Nikodemus Siivolasb-bsd-sockets: gethostbyname and gethostbyaddr are...
2011-11-18 Nikodemus Siivolasb-bsd-sockets: check for MAKE-ALIEN success in GET...
2011-11-18 Nikodemus Siivolasb-bsd-sockets: GET-ADDRESS-INFO foreign memory leak
2011-11-18 Nikodemus Siivolasmall package lock documentation cleanup
2011-11-18 Nicolas Edelpass errno from exec() to parent in spawn()
2011-11-17 Nikodemus Siivolasemaphore notification objects
2011-11-17 Nikodemus Siivolascarier INTERRUPT-THREAD and TERMINATE-THREAD documentation
2011-11-17 Nikodemus Siivolamissing CAS-locks and barriers
2011-11-17 Nikodemus Siivolapthread_cond_broadcast is not asynch signal safe
2011-11-16 Stas BoukarevFix typo in the man-page markup code.
2011-11-16 Nikodemus Siivolasb-bsd-sockets: foreign memory leak in GET-PROTOCOL...
2011-11-15 Paul KhuongPlug two more CTYPE leaks into fasls
2011-11-15 Paul KhuongPlug a CTYPE leak into fasls via SETQ
2011-11-14 Nikodemus Siivoladocument GRAB-MUTEX in the manual
2011-11-14 Nikodemus Siivolasymlinks and RENAME-FILE and DELETE-DIRECTORY
2011-11-14 Nikodemus Siivolasb-concurrency: GATE tweak, fix building without threads
2011-11-14 Nikodemus Siivolasb-concurrency: add Allegro-style gate objects
2011-11-13 Paul KhuongMore numerically stable %hypot (ABS of complex floats...
2011-11-12 Nikodemus Siivolaextensible CAS and CAS extensions
2011-11-12 Nikodemus Siivolaclean leftover SB_LUTEX gunk from the runtime
2011-11-11 Nikodemus Siivolapackage snafu on unithreaded build
2011-11-11 Christophe... fix out-of-line structure predicates on obsolete standa...
2011-11-11 Christophe... improve layout-invalid error message
2011-11-10 Alastair BridgewaterMake MAKE-LISP-OBJ pickier on CHENEYGC.
2011-11-10 Alastair Bridgewaterarch-assem.S: Update fun-end breakpoint magic for picki...
2011-11-10 Alastair Bridgewatergencgc: Make MAKE-LISP-OBJ of SIMPLE-FUN object address...
2011-11-10 Nikodemus Siivolafix unthreaded build
2011-11-10 Nikodemus SiivolaSPINLOCK-NAME not deprecated since 1.0.5.x, but 1.0...
2011-11-10 Nikodemus Siivolatweak threads.impure.lisp tests
2011-11-10 Nikodemus Siivolause RELATIVE-DECODED-TIMES in serve-event
2011-11-10 Nikodemus Siivolaunify locks
2011-11-10 Jim WiseAdjust for Solaris /bin/sh.
2011-11-10 Nikodemus Siivolatimeouts on JOIN-THREAD
2011-11-10 Nikodemus Siivolatimeouts on semaphores and mailboxes, fix timeouts...
2011-11-10 Nikodemus Siivolamake it possible to build only selected contribs
2011-11-10 Jim WiseAt least one of the Tests which hang on Darwin also...
2011-11-09 Nikodemus Siivolakilling lutexes, adding timeouts
next