sbcl.git
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
2011-11-09 Jim WiseSkip testl fcntl.flock.2 on NetBSD.
2011-11-09 Jim WiseAdjust for NetBSD location of perl.
2011-11-09 Nikodemus SiivolaMAP-DIRECTORY didn't :CLASSIFY-SYMLINKS by default
2011-11-08 Jim WiseNetBSD also fails on test based on opening /dev/stdout...
2011-11-07 Paul KhuongCorrect address computation in atomic-incf/aref for...
2011-11-06 Juho Snellman1.0.53: will be tagged as "sbcl-1.0.53"
2011-10-31 Eric Marsdenfix SEARCH vector vector transform
2011-10-30 Nikodemus Siivolamake DELETE-FILE respect *DEFAULT-PATHNAME-DEFAULTS*
2011-10-30 Nikodemus Siivolamissing NEWS for previous commit
2011-10-30 Robert Brownfix GENCGC DYNAMIC-USAGE on 64-bit platforms
2011-10-30 Paul KhuongUnbreak the build on SPARC
2011-10-30 Paul KhuongFix constant character comparisons for SPARC/sb-unicode
2011-10-30 Paul KhuongEliminate an infinite recursion in TYPE-UNION of INTERS...
2011-10-30 Paul KhuongTake inline trampoline into account when optimizing...
2011-10-29 Nikodemus Siivolafix ROTATE-BYTE on 64-bit words using constant negative...
2011-10-28 Nikodemus Siivolawaiting for arbitrary events SB-EXT:WAIT-FOR
2011-10-27 Nikodemus Siivolanuke the age-old experimental-thread.patch
2011-10-26 Alastair BridgewaterMinor lowtag-handling cleanup in genesis.
2011-10-25 Alastair Bridgewaterroom: KLUDGE-reduction.
2011-10-25 Alastair Bridgewaterthreads: Thread objects don't need a lowtag.
2011-10-25 Alastair Bridgewatergenesis: Export assembly slot offsets for primitive...
2011-10-25 Alastair BridgewaterFix MAYBE-WITH-PINNED-OBJECTS for PPC/GENCGC.
2011-10-25 Alastair BridgewaterFix unhandled error in float.pure.lisp on non-x86oids.
2011-10-25 Alastair BridgewaterFix debug.impure.lisp / BUG-310175 for :stack-allocatab...
2011-10-24 Alastair BridgewaterFix fixnum and unsigned-fixnum array cleanups.
2011-10-24 Alastair BridgewaterFix FP traps on OSX/x86.
2011-10-24 Alastair BridgewaterFix x86oid OSX signal handling emulation assembly fragm...
2011-10-24 Alastair BridgewaterFix FP traps on OSX/x86-64.
2011-10-24 Jim WiseFix HEAD ref lookups, and compatibility for non-bash...
2011-10-24 Jim WiseUpdate to work with non-bash versions of expr.
2011-10-22 Alastair BridgewaterClean up build process for cross-compiled targets.
2011-10-22 Alastair BridgewaterUnwind-to-frame-and-call-VOP doesn't need static symbols.
2011-10-22 Paul KhuongFix a long-standing bug in (PRIMITIVE-TYPE [MEMBER...
2011-10-22 Paul KhuongFix another assumption w.r.t fixnum width and n-lowtag...
2011-10-22 Alastair Bridgewaterdescribe: Better description for complex setf-expanders.
2011-10-22 Alastair Bridgewatersetf: Record the original lambda-list for complex setf...
2011-10-22 Alastair Bridgewatersetf: excise GET-SETF-METHOD and related detritus.
2011-10-22 Alastair Bridgewatersetf: pre-defined setf-expanders should handle multiple...
2011-10-22 Alastair Bridgewatersetf: read-modify-write macros should deal with multi...
2011-10-22 Alastair Bridgewatersetf: Don't use DO to "zip up" temporaries in read...
2011-10-21 Alastair BridgewaterFix build on x86-64/darwin.
2011-10-20 Alastair BridgewaterMore unboxed-byte-addresses-are-word-addresses damage.
2011-10-20 Alastair Bridgewater63-bit fixnums on 64-bit targets.
2011-10-19 Alastair BridgewaterReorder 64-bit lowtags.
2011-10-19 Alastair Bridgewaterx86-64 disentwingling of fixnums and words.
2011-10-19 Alastair BridgewaterGeneral disentwingling of fixnums and words.
2011-10-19 Alastair BridgewaterImprove some test cases for fixnum-width independence
2011-10-19 Alastair BridgewaterFixnum and unsigned-fixnum array cleanups.
2011-10-19 Alastair BridgewaterChange x86oid modular arithmetic to work if fixnum...
2011-10-19 Alastair BridgewaterFix definition of most-FOOative-fixnum.
2011-10-19 Alastair BridgewaterIntroduce sb!vm::fixnum-lowtags
2011-10-19 Alastair BridgewaterClean up all use of the *-space-free-pointers.
2011-10-19 Alastair BridgewaterRedefine symbol TLS slot indices.
2011-10-19 Alastair BridgewaterImproved GC lossage
2011-10-11 Stas Boukarev(format t "a~0&b") shouldn't print any newlines.
2011-10-09 Juho Snellman1.0.52: will be tagged as "sbcl-1.0.52"
2011-10-09 Juho SnellmanSleep is apparently still consing on 32-bit platforms...
2011-10-09 Juho SnellmanRemove the invalid :sleep-many-interrupts test
2011-10-07 Christophe... really fix float rounding on 32-bit platforms
2011-09-30 Anton Kovalenkofix run-program misaligned access
2011-09-30 David LichteblauFix the build on Windows
2011-09-29 David LichteblauIgnore a known failure in script.test.sh on Darwin
2011-09-29 Juho SnellmanProbably fix compile on win32 (no sys/mman.h).
2011-09-29 Juho SnellmanSilence a warning about assignment in conditional
2011-09-23 Jim WiseOne missed contrib subdir.
2011-09-20 Nikodemus Siivolahandle non-standard slot allocations when updating...
2011-09-08 Christophe... cleanup DESCRIBE of symbols naming type specifiers...
2011-09-06 Max MikhanoshaFix (run-program) to cleanup fd handlers
2011-09-05 Christophe... news item for float rounding
2011-09-04 Christophe... fix rounding of floats big enough to be bignums
2011-09-04 Christophe... remove myself as a provider of official support
2011-09-02 David LichteblauFix I/O redirection of script.test.sh
2011-08-31 Paul KhuongBring OPTIMIZATIONS up to date
2011-08-30 Lutz EulerMicrooptimization for code size in floating point compa...
2011-08-30 Lutz EulerSmall cleanup to DEFINE-BYTE-BASHERS
2011-08-29 Paul KhuongMore complete disassembly for XADD and CMPXCHG on x86-64
2011-08-29 Lutz EulerClean up some SSE instruction format definitions on...
2011-08-29 Lutz EulerMore readable disassembler output for SSE shuffle instr...
2011-08-29 Lutz EulerCleanup SSE instruction printers on x86-64
2011-08-28 Paul KhuongUpdate the library list on x86/darwin as well when...
2011-08-28 Paul KhuongFix the build on some XCode/OS X version combo by forci...
2011-08-28 Paul KhuongOptionally mark pages from cores as de-duplicatable
2011-08-28 Paul KhuongOptional support for zlib-based in-memory deflate/infla...
2011-08-25 David LichteblauAllow use of the --core option with embedded core files
2011-08-24 Nikodemus Siivolatest for multiply-interrupted sleeps
2011-08-24 Nikodemus Siivolabe more careful about ,@<constant-atom> and ,.<constant...
next