Windows: Use overlapped I/O, CreateFile
[sbcl.git] / src /
2012-10-19 David LichteblauWindows: Use overlapped I/O, CreateFile
2012-10-17 Lutz EulerImprove basic block ordering for some loops.
2012-10-07 Nikodemus Siivoladon't close runtime dlhandle on Darwin
2012-10-07 Nikodemus Siivolateach NODE-CONSERVATIVE-TYPE about union types
2012-10-06 Lutz EulerKill a build warning about unreachable code in MAKE...
2012-10-06 Nikodemus Siivolauntangle WITH-IR1-NAMESPACE and WITH-COMPILATION-VALUES
2012-10-06 Nikodemus Siivolafix PARSE-NATIVE-NAMESTRING :JUNK-ALLOWED T
2012-10-06 SANO Masatoshifix GC-LOGFILE when none has been set
2012-10-06 Nikodemus Siivolamake walker tests happier
2012-10-06 Nikodemus Siivolafix structure stack allocation for high-debug code
2012-10-06 Nathan Froydx86-64: micro-optimize LEA DWORD-REG,EA
2012-10-05 David LichteblauPreliminary work towards threads on win32
2012-10-05 David LichteblauPort WITH-TLS-EA and other remaining FS prefix uses...
2012-10-05 David LichteblauSPARC gencgc
2012-10-05 David LichteblauPPC, SPARC cross-type build fix
2012-10-03 Nikodemus Siivolafix walker handling of LET* bindings shadowing symbol...
2012-10-03 Nikodemus Siivolamore debug output for the once-in-a-blue-moon cache...
2012-10-03 Nikodemus Siivolabind and clear *CONTINUATION-NUMBERS* &co in WITH-COMPI...
2012-10-03 Nikodemus Siivolabind and clear *LIST-CONFLICTS-TABLE* in LIST-CONFLICTS
2012-10-03 Nikodemus Siivolabind and clear *SEEN-FUNS* and *SEEN-BLOCKS* in CHECK...
2012-10-03 Nikodemus Siivolamove clearing of *FREE-FUNS* &co to WITH-IR1-NAMESPACE...
2012-10-03 Nikodemus Siivolaremove world-lock from WITH-COMPILATION-UNIT
2012-10-02 Christophe Rhodessort *features*ish variable values for repeatability
2012-10-02 Christophe Rhodesone more stray GENSYM leading to fasl differences
2012-10-02 Christophe Rhodesslightly more reproducible builds
2012-10-02 Christophe Rhodesallow builds with :trace-file flags even with non-sbcl...
2012-10-02 Christophe Rhodesmostly make the build deterministic
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
next