update release.sh to my version of reality
[sbcl.git] / src /
2012-11-23 David LichteblauLLP64: replace use of unsigned long with size_t in...
2012-11-23 David LichteblauAdd mswin.def
2012-11-20 David LichteblauLLP64: change signed long to sword_t
2012-11-20 David LichteblauLLP64: change UNSIGNED-LONG to UNSIGNED
2012-11-20 David LichteblauLLP64: change unsigned long to uword_t
2012-11-20 David LichteblauLLP64: replace uses of sizeof(long) where pointer size...
2012-11-20 David LichteblauLLP64: adjust calls to printf-like functions with point...
2012-11-20 David LichteblauLLP64: change long to uword_t (thereby flipping signedness)
2012-11-20 David LichteblauNew types uword_t, sword_t
2012-11-20 David LichteblauAdd a lock to io_end_interruptible, win32_maybe_interru...
2012-11-18 Joshua ElsasserUnbreak ppc builds with 4k *backend-page-bytes*
2012-11-13 David LichteblauFurther work towards use of win32 file HANDLEs
2012-11-13 David LichteblauPowerPC safepoints
2012-11-09 Alastair Bridgewatermips: Revert remaining badness from 0.9.1.45.
2012-11-08 Alastair Bridgewaterruntime/thread.h: Fix non-thread binding and control...
2012-11-08 Alastair Bridgewaterruntime/cheneygc.c: Use binding-stack-pointer access...
2012-11-08 Alastair BridgewaterThou shalt not MAKE-OTHER-IMMEDIATE-TYPE.
2012-11-08 Alastair Bridgewatercompiler/generic/genesis: Report FDEFN addresses for...
2012-11-08 Alastair Bridgewatercompiler/sparc/arith: Fix SCs for FAST-EQL{,-C}/FIXNUM.
2012-11-04 Cyrus Harmonalien type improvement: handle offsets in unparse-alien...
2012-11-02 David LichteblauSafepoint protocol upgrade
2012-11-02 David LichteblauUpdate NEWS; explain Windows system requirements
2012-11-02 David LichteblauExtend use of the linkage table to static symbols
2012-11-02 David LichteblauMove the global safepoint to one page before static...
2012-11-02 David LichteblauWindows console I/O overhaul
2012-11-02 David LichteblauAllow synchronous win32 I/O to be interrupted, too
2012-10-26 David LichteblauFix the single-threaded Windows build
2012-10-25 David LichteblauDo not assert that the integer returned by UNIX-ISATTY...
2012-10-22 David LichteblauFix build on MinGW (again)
2012-10-19 nyefGENCGC on SPARC/Linux
2012-10-19 nyefsrc/runtime/sparc-arch.c: Use si_addr in arch_get_bad_a...
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
next