1.1.0: will be tagged as "sbcl-1.1.0"
[sbcl.git] / src /
2012-09-30 David LichteblauDo not use RETURN-FROM in MAKE-THREAD
2012-09-27 David LichteblauFix the cheneygc build
2012-09-23 Nikodemus Siivolareplace DEFINE-MORE-FUN with compiler smarts
2012-09-23 Nikodemus Siivolamore funky &REST smartness
2012-09-22 Nikodemus Siivolafix "unable to read" compiler-error reporting during...
2012-09-22 Nikodemus Siivolaadd DEFINE-MORE-FUN, use it for vararg arithmetic functions
2012-09-22 Nikodemus Siivolaproclaim *CURRENT-THREAD* as always-bound
2012-09-22 Joshua ElsasserFix nonthreaded build.
2012-09-22 Joshua ElsasserFix build on OpenBSD systems with PIE enabled by defaul...
2012-09-19 David LichteblauAdd a safepoint-based mechanism to avoid SIGALRM for...
2012-09-19 David LichteblauNew predicate THREAD-EPHEMERAL-P for certain system...
2012-09-19 Nathan Froydadd truly-dynamic-extent declarations for various ...
2012-09-18 David Lichteblausunos-os.c: Do not lose on mmap failure
2012-09-18 David LichteblauMinor repair work around odxprint
2012-09-17 Nikodemus Siivoladon't assume only bits are looked for in bit-vectors
2012-09-16 Nikodemus Siivolafix unthreaded build
2012-09-15 Christophe RhodesFix clisp cross-compile
2012-09-15 Nikodemus Siivolatimeouts for WITH-MUTEX and WITH-RECURSIVE-LOCK
2012-09-15 Nikodemus Siivolaimplement ATOMIC-PUSH and ATOMIC-POP
2012-09-15 Nikodemus Siivolafix CAS on DEFCAS-defined places when the form is a...
2012-09-14 David LichteblauPort safepoints to FreeBSD/x86
2012-09-14 David Lichteblaux86-bsd-os.c: Include stdio
2012-09-11 David LichteblauAdd dyndebug flags backtrace_when_lost, sleep_when_lost
2012-09-11 David LichteblauAdd odxprint, a replacement for FSHOW which can be...
2012-09-11 David Lichteblauwin32-os.c: Split up handle_exception
2012-09-10 Nikodemus Siivolafix bug in SYMBOL-VALUE CAS expansion for constant...
2012-09-07 David LichteblauFix a corner case in RUN-INTERRUPTION
2012-09-07 David Lichteblauinterrupt.h: Remove rtmin[01]_handler forward declarations
2012-09-07 David LichteblauIgnore an argument in x86's EMIT-CONSTANT-SEGMENT-HEADER
2012-09-05 Nathan Froydalign inline constant section with long nops
2012-09-03 Nathan Froydadd SSE instructions with two opcode bytes
2012-08-31 Stas BoukarevReading floats with large exponents no longer takes...
2012-08-24 Stas Boukarevdisassemble: New customization variable sb-ext:*disasse...
2012-08-13 Paul KhuongAdd type declarations in stable-sort-list
2012-08-13 Paul KhuongMore efficient (stable) sort of lists
2012-08-13 Paul KhuongFix the build on Darwin
2012-08-12 Jan MoringenMention SB-EXT:EXIT instead of SB-EXT:QUIT in docstring...
2012-08-10 David LichteblauRemove executable mode from several source files
2012-08-10 David LichteblauFactor out most x86 code using the FS prefix into a...
2012-08-10 David LichteblauUse safepoints for INTERRUPT-THREAD
2012-08-10 David LichteblauAdd safepoint mechanism
2012-08-01 Paul KhuongFix threads on Darwin 10.8
2012-08-01 Cyrus HarmonMiscellaneous cleanups for threaded darwin platforms
2012-07-26 Stas Boukarevrun-program: Don't make pty the process's controlling...
2012-07-16 Stas BoukarevDeclare types for sb-kernel:coerce-to-condition.
2012-06-29 Lutz EulerImprove docstrings of MAKE-RANDOM-STATE and SEED-RANDOM...
2012-06-18 David LichteblauSimplify %symbol-value-in-thread further
2012-06-18 David LichteblauUse %p for pthread pointers in debugging output
2012-06-18 David Lichteblaubrief_print: reset cur_lines
2012-06-17 Paul KhuongImproved merge-sort implementation for lists
2012-06-12 Nikodemus Siivolafix long-standing debug-name confusion
2012-06-09 Nikodemus Siivolaadjust compiler-macro expansion and lambda-list parsing
2012-06-09 Nikodemus Siivolasb-alien: some alien refactoring
2012-06-09 Nikodemus Siivolasb-alien-internals: ALIEN-VALUE to extract value of...
2012-06-08 Lutz EulerMicro-optimization: Avoid byte register writes on x86...
2012-06-08 David LichteblauRelax an implicit restriction on the number of code...
2012-06-07 David LichteblauSimplify ppc's MOVE-TO-WORD/INTEGER
2012-06-07 David LichteblauFix inline fixnum LDB on PowerPC for certain bytespecs
2012-06-06 Lutz EulerSmall enhancements to ISQRT
2012-06-04 Stas BoukarevRestore build on sparc/solaris.
2012-05-27 Nikodemus Siivolaemit compiler notes of NLX value-cells when (> SPEED...
2012-05-27 Nikodemus Siivolaelide value cells for NLXs when it seems like the right...
2012-05-27 Nikodemus Siivolaadd DO-VECTOR-DATA, remove special case from VECTOR...
2012-05-27 Nikodemus Siivolamove vm-array.lisp earlier in the build, remove %%SAETP...
2012-05-27 James M. Lawrencewidetag dispatch for MAP-INTO
2012-05-27 James M. Lawrenceautomate widetag dispatching
2012-05-27 James M. Lawrencefix MAP-INTO performance
2012-05-25 Lutz EulerUse multi-byte NOPs for code alignment on x86-64.
2012-05-23 Stas Boukarevgensym: Don't restrict numerical argument to fixnum.
2012-05-22 Nikodemus Siivolabetter SIGNAL
2012-05-22 Stas Boukarevrun-program: Don't use /tmp unconditionally.
2012-05-22 Stas Boukarevrun-program: Don't decode and re-encode environ.
2012-05-21 Cyrus Harmonimplicit generic function warning improvement
2012-05-21 Nikodemus Siivolasome nincompoop broke the build
2012-05-21 Nikodemus Siivolamake ENSURE-GENERIC-FUNCTION accept method combination...
2012-05-21 Nikodemus Siivolafix source information for functions from EVAL
2012-05-21 Nikodemus Siivolarefactor GET-TOPLEVEL-FORM &co between debugger and...
2012-05-21 Nikodemus Siivolalazy *STACK-TOP-HINT*s
2012-05-21 Nikodemus Siivolafactor debug-name cleaning into a separate function
2012-05-21 Nikodemus SiivolaCOMPILED-PROGRAM-ERROR source form needs *PRINT-ESCAPE*
2012-05-21 Nikodemus Siivolaimplement ATOMIC-UPDATE
2012-05-21 Nikodemus Siivolabreak infinite recursion in GENERATE-SLOTD-TYPECHECK
2012-05-17 Stas BoukarevFix build on windows.
2012-05-16 Stas Boukarevdefine-condition: return the name of the defined condition.
2012-05-16 Stas BoukarevBetter error for malformed type declarations.
2012-05-16 Stas BoukarevBetter error message for malformed IGNORE declarations.
2012-05-14 Stas BoukarevOptimize copy-tree.
2012-05-12 Christophe Rhodesopen intervals and type derivation
2012-05-09 Stas BoukarevFix --dynamic-space-size 1GB on x86.
2012-05-07 Stas BoukarevOptimize truncate, ceiling and friends when divisor...
2012-05-04 Nikodemus Siivoladon't unconditionally unparse CHARACTER-SET types into...
2012-05-04 Nikodemus Siivolabetter timeout handling in EXIT and %EXIT-OTHER-THREADS
2012-05-02 Nikodemus Siivolamore deprecation
2012-05-02 Nikodemus Siivolasb-posix: abort(3), exit(3), and _exit(2)
2012-05-01 Stas Boukarevruntime clean up.
2012-05-01 Lutz EulerBetter equidistributed and faster/less consing integer...
2012-05-01 Lutz EulerFix the DEFTRANSFORM of RANDOM for hairy integer types.
2012-05-01 Nikodemus Siivolaadd SB-UNIX:UNIX-EXIT back, use the deprecation framwor...
2012-04-29 Nikodemus Siivolaredesign exiting SBCL
2012-04-29 Nikodemus Siivolagencgc: scale generation.bytes_consed_between_gc to...
next