sbcl.git
2013-08-22 Christophe... Better support for NetBSD/current
2013-08-21 Stas BoukarevFix OPEN when :if-exists/:if-does-not-exist are both...
2013-08-21 Stas BoukarevDon't hardcode the number of gencgc generations.
2013-08-21 Paul KhuongReplace the Kitten of Death message with a warning...
2013-08-21 Stas BoukarevFlush streams more precisely.
2013-08-20 Stas BoukarevFix thread-alloca test on Windows.
2013-08-20 Stas BoukarevFix ROOM on Windows.
2013-08-20 Stas BoukarevClean up %more-arg-values.
2013-08-19 Stas BoukarevClean up and micro-optimize list checking in some x86...
2013-08-19 Stas BoukarevMicro-optimize copy-more-arg on x86-64.
2013-08-19 Stas BoukarevClean up listify-rest-args VOP on x86-64.
2013-08-19 Stas BoukarevApply a recent optimization more widely.
2013-08-15 Stas BoukarevAdd a memory barrier inside pseudo-atomic on PPC.
2013-08-15 Stas BoukarevSet up alien stack correctly on non-x86oids.
2013-08-15 Stas Boukarevcreate_os_thread: put pthread stack inside alien-stack.
2013-08-15 Stas BoukarevWarn when defining a setf-function together with a...
2013-08-15 Stas BoukarevThrow errors on malformed FUNCTION.
2013-08-15 Stas BoukarevOptimize calling asm routines and static foreign functi...
2013-08-06 Stas BoukarevFix undefined function errors on PPC and MIPS.
2013-08-01 Stas BoukarevMicrooptimize (signed-byte 64) type test on x86-64.
2013-07-31 Christophe... fix manual build under texinfo 5
2013-07-28 Stas BoukarevMicrooptimize comparisons with 0 on x86oids.
2013-07-28 Stas BoukarevOptimize (unsigned-byte 32/64) type tests on x86oids.
2013-07-28 Stas BoukarevMicrooptimize type-tests on x86oids.
2013-07-28 Christophe... 1.1.10: will be tagged as "sbcl-1.1.10"
2013-07-18 Paul KhuongModular integer %NEGATE on x86oids
2013-07-18 Paul KhuongPack (mostly) stack TNs according to lexical scope...
2013-07-18 Paul KhuongGrow regalloc datastructures geometrically for unbounde...
2013-07-18 Paul KhuongSmaller stack frames on x86oids
2013-07-18 Paul KhuongDisentangle storage base initial size from growth incre...
2013-07-18 Paul KhuongInsert explicit cut to width when needed
2013-07-18 Paul KhuongAvoid uselessly re-scanning modular arithmetic expressions
2013-07-18 Paul KhuongNo more destructive MERGE of shared data in best-modula...
2013-07-16 Stas BoukarevOptimize TYPEP of (MOD X) on x86/x86-64.
2013-07-08 Paul KhuongHandle unbounded integer types in INTEGER-TYPE-NUMERIC...
2013-07-07 Lutz EulerAdd a regression test for lp#1194673.
2013-07-05 Christophe... restore CLISP cross-compilability
2013-07-04 Stas BoukarevUpdate ASDF to 3.0.2.
2013-07-04 Christophe... 1.1.9: will be tagged as "sbcl-1.1.9"
2013-07-03 Christophe... fix typo in FFI chapter
2013-06-29 Paul KhuongRevert to binding *package* in bootstrappy code
2013-06-28 James M. LawrenceFix SLEEP on 32-bit platforms.
2013-06-28 Paul KhuongFix a typo in the block comment on encoding/decoding...
2013-06-28 Paul Khuongs/32/n-word-bits/ in bignum-index
2013-06-28 Paul KhuongStore FP values from x87 to the heap outside pseudo...
2013-06-28 Paul Khuongdouble->single float conversion isn't a no-op on x87...
2013-06-28 Paul KhuongNew contrib: SB-GMP
2013-06-28 Paul KhuongDefer some sanity checks to after testing for value...
2013-06-28 Jan MoringenIn MAKE-THREAD, use WITH-SYSTEM-MUTEX for locking ...
2013-06-28 Attila LendvaiWrap the body of sb-debug:backtrace with with-debug...
2013-06-28 Attila LendvaiProvide more info in debugger-disabled-hook.
2013-06-28 Attila LendvaiMake the printing of a slot-unbound error more error...
2013-06-28 Attila LendvaiUse sb!ext:print-symbol-with-prefix in implicit-generic...
2013-06-28 Pierre ThierryUpdate URL of "Long, Painful History of Time"
2013-06-24 Stas BoukarevSimplify EMIT-VOP further.
2013-06-24 Stas BoukarevSimplify EMIT-GENERIC-VOP.
2013-06-22 Stas Boukarevbacktrace: don't cons large lists when RCX is overwritt...
2013-06-20 Joshua ElsasserHopefully fix the windows build to grovel time structur...
2013-06-20 Joshua ElsasserGrovel timeval and timespec struct definitions rather...
2013-06-18 Paul KhuongFix instruction encoding for XMM shifts with immediate...
2013-06-11 Stas Boukarevcheck-mod-fixnum: correct the test for power-of-two.
2013-06-10 Stas BoukarevAdd a missing :suppress-errors keyword for WRITE defknown.
2013-06-10 Christophe... Note removal of post-receive-email in NEWS
2013-06-10 Christophe... remove git/ directory
2013-06-10 Lutz EulerMicro-optimize DOUBLE-FLOAT-LOW-BITS on x68-64.
2013-06-10 Lutz EulerMake clean.sh clean up doc/internals, too.
2013-06-10 Lutz Eulergit: Add entries for the HTML manual to doc/internals...
2013-06-09 Lutz Eulergit: New file doc/internals/.gitignore.
2013-06-08 Paul KhuongInsert error traps after full calls inferred not to...
2013-06-08 Paul KhuongOnly use MASK-SIGNED-FIELD VOPs as last resorts
2013-06-08 Paul KhuongHandle (aref v (+ i k)), with i negative
2013-06-08 Paul KhuongFix a typo in bignum--ref-with-offset
2013-06-08 Paul KhuongConsistently force (double) rounding of foreign x87...
2013-06-08 Paul KhuongLook for left-over dead code when *check-consistency*
2013-06-08 Paul KhuongSimplify RATIONAL/constant FLOAT and INTEGER/constant...
2013-06-08 Paul KhuongSilence notes about being specialised EQ templates...
2013-06-08 Paul KhuongSilence the transforms that detect rightward arithmetic...
2013-06-08 Paul KhuongMark DATA-VECTOR-REF[-WITH-OFFSET] as unsafely flushable
2013-06-08 Paul KhuongAdjust internal encoding for TN location for larger...
2013-06-08 Paul KhuongNew VOP for LOGAND of bignum and word-sized constant...
2013-06-08 Paul KhuongMASK-SIGNED-FIELD VOPs on x86-64
2013-06-08 Paul KhuongMore identity folding for LOGAND and LOGIOR with constants
2013-06-08 Paul KhuongMore associativity-based constant-folding
2013-06-08 Paul KhuongEnable signed modular arithmetic for LOGIOR
2013-06-08 Paul KhuongEnable more modular arithmetic
2013-06-08 Paul KhuongComplete cut-to-width for modular arithmetic
2013-06-08 Paul KhuongFix negation of SIMD-PACK types
2013-06-06 Lutz EulerSimplify getting the contents of assembler segments.
2013-06-05 Stas BoukarevStop exporting unused symbols.
2013-06-05 Stas BoukarevFactor out read-var-integer into a function.
2013-06-05 Stas Boukarevsb-bsd-sockets: More robust inet-socket-bind test on...
2013-06-05 Stas BoukarevGet rid of vm-support-routines indirection.
2013-06-05 Stas BoukarevOptimize (mod FIXNUM) type-checks on x86oids.
2013-06-04 Stas Boukarevsb-bsd-socket tests: don't listen on a predefined port.
2013-06-04 Christophe... fix CL case conversions of characters involving iota...
2013-06-03 Paul KhuongSimpler and more precise type derivation for APPEND...
2013-06-03 Stas BoukarevUninitialized type-error conditions can now be printed.
2013-06-03 Stas Boukarevsb-bsd-sockets: Fix type of canonname in addrinfo.
2013-06-03 Stas BoukarevFix APPEND/NCONC type derivation properly this time.
2013-06-03 Christophe... fixes in EXPT type derivation
next