Tighter floating-point type constraints in some cases
[sbcl.git] / src / code /
2011-11-23 Joshua ElsasserFix build with non-SBCL host.
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-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 Siivolafix RUN-PROGRAM :WAIT T on Windows
2011-11-19 Zach Beanenew SET-SBCL-SOURCE-LOCATION convenience function
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 Siivolauserspace CONDITION-WAIT and interrupts
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-14 Nikodemus Siivolasymlinks and RENAME-FILE and DELETE-DIRECTORY
2011-11-13 Paul KhuongMore numerically stable %hypot (ABS of complex floats...
2011-11-12 Nikodemus Siivolaextensible CAS and CAS extensions
2011-11-11 Nikodemus Siivolapackage snafu on unithreaded build
2011-11-11 Christophe Rhodesfix out-of-line structure predicates on obsolete standa...
2011-11-11 Christophe Rhodesimprove 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 Nikodemus Siivolafix unthreaded build
2011-11-10 Nikodemus SiivolaSPINLOCK-NAME not deprecated since 1.0.5.x, but 1.0...
2011-11-10 Nikodemus Siivolause RELATIVE-DECODED-TIMES in serve-event
2011-11-10 Nikodemus Siivolaunify locks
2011-11-10 Nikodemus Siivolatimeouts on JOIN-THREAD
2011-11-10 Nikodemus Siivolatimeouts on semaphores and mailboxes, fix timeouts...
2011-11-09 Nikodemus Siivolakilling lutexes, adding timeouts
2011-11-09 Nikodemus SiivolaMAP-DIRECTORY didn't :CLASSIFY-SYMLINKS by default
2011-10-30 Nikodemus Siivolamake DELETE-FILE respect *DEFAULT-PATHNAME-DEFAULTS*
2011-10-30 Robert Brownfix GENCGC DYNAMIC-USAGE on 64-bit platforms
2011-10-30 Paul KhuongEliminate an infinite recursion in TYPE-UNION of INTERS...
2011-10-28 Nikodemus Siivolawaiting for arbitrary events SB-EXT:WAIT-FOR
2011-10-25 Alastair Bridgewaterroom: KLUDGE-reduction.
2011-10-25 Alastair BridgewaterFix MAYBE-WITH-PINNED-OBJECTS for PPC/GENCGC.
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 FP traps on OSX/x86-64.
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-19 Alastair BridgewaterGeneral disentwingling of fixnums and words.
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 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-11 Stas Boukarev(format t "a~0&b") shouldn't print any newlines.
2011-10-07 Christophe Rhodesreally 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-08 Christophe Rhodescleanup DESCRIBE of symbols naming type specifiers...
2011-09-06 Max MikhanoshaFix (run-program) to cleanup fd handlers
2011-09-04 Christophe Rhodesfix rounding of floats big enough to be bignums
2011-08-30 Lutz EulerSmall cleanup to DEFINE-BYTE-BASHERS
2011-08-28 Paul KhuongOptional support for zlib-based in-memory deflate/infla...
2011-08-24 Nikodemus Siivolabe more careful about ,@<constant-atom> and ,.<constant...
2011-08-24 Nikodemus Siivolabetter errors for `(foo ,)
2011-08-24 Nikodemus Siivolaprettier reporting for SIMPLE-READER-ERRORs
2011-08-23 Paul KhuongFix a typo in NANOSLEEP
2011-08-23 Nikodemus Siivolaoptimize pretty-printing strings and bit-vectors
2011-08-23 Nikodemus Siivolaoops, fix recent NANOSLEEP change
2011-08-22 Nikodemus Siivolanon-consing NANOSLEEP
2011-08-15 Nikodemus Siivolafix bogus deadlocks from interrupts and GCs
2011-08-14 Paul KhuongNew function: SB-EXT:SPIN-LOOP-HINT
2011-08-14 Paul KhuongNew function: SB!KERNEL:%MULTIPLY-HIGH
2011-08-13 Nikodemus Siivolafix DESCRIBE on compiled closures from EVAL
2011-08-12 Christophe Rhodesallow user-defined STRING synonyms in MAKE-SEQUENCE
2011-08-11 Stas BoukarevDeclaim sb-di::valid-lisp-pointer-p inline.
2011-08-11 David LichteblauFix QUERY-FILE-SYSTEM for Windows UNC and device file...
2011-08-10 Anton Kovalenkosb-win32: offer low-level bindings for file mapping...
2011-08-10 Anton KovalenkoAvoid some exceptions in WAIT-UNTIL-FD-USABLE on Windows
2011-08-10 William Halliburtonfix initial FILE-POSITION for OPEN :IF-EXISTS :APPEND
2011-08-09 David LichteblauNew toplevel options --quit and --non-interactive
2011-08-05 Nikodemus Siivolaimplement CEILING and FLOOR in terms of %CEILING and...
2011-08-05 Nikodemus Siivolarename %FLOOR to %BIGFLOOR
2011-08-05 Nikodemus Siivolaexport MOST-POSITIVE-WORD from SB-EXT
2011-08-05 Lutz EulerCorrect function argument name generation in DEF-MATH-RTN
2011-08-04 Nikodemus Siivolafix short writes when not using SERVE-EVENT
2011-08-01 Nikodemus Siivolamore robust backtraces for syscalls on x86
2011-07-29 Nikodemus Siivolafixed-format floating point printing: zero and scaling...
2011-07-24 Christophe Rhodesfix COERCE to unfinalized extended sequence classes
2011-07-08 Paul KhuongFix a non-gencgc build failure in UNSAFE-CLEAR-ROOTS
2011-07-03 Nikodemus Siivolateach debugger about &MORE arguments
2011-07-03 Nikodemus Siivolainhibit &REST -> &MORE conversion when DEBUG is 3
2011-07-03 Paul KhuongSplit GENCGC_PAGE_BYTES in 3 constants
2011-07-03 Paul KhuongFix an off-by-one in MAP-ALLOCATED-OBJECTS
2011-06-29 Christophe Rhodesrestarts for PRINT-NOT-READABLE errors
next