sbcl.git
2013-01-21 Cyrus Harmondisable sb-sprof test on darwin
2013-01-20 Nikodemus Siivolabetter initial value for LOOP variables of-type CHARACTER
2013-01-20 Nikodemus Siivolanote FIRST fix in NEWS, fix stupid typo in tests
2013-01-20 Nikodemus Siivolafix open coding of FIRST
2013-01-18 Christophe... fix constant-list-related initargs in CTOR optimization
2013-01-11 Stas Boukarevformat: ~R should check a type only if base is not...
2013-01-10 Stas Boukarevformat: Check types for ~C and ~R.
2013-01-05 Stas Boukarevsb-sprof.lisp: Remove trailing white-spaces.
2013-01-05 Stas Boukarevadjust-array: Make sure that :initial-element is used.
2013-01-04 Stas Boukarevsb-sprof: Define pthread-kill only on +sb-thread.
2013-01-04 Stas BoukarevFix reading `#3(x).
2013-01-03 Paul KhuongDo not traverse long constant lists when expanding...
2012-12-31 Christophe... 1.1.3: will be tagged as "sbcl-1.1.3"
2012-12-29 David LichteblauFix attach_thread to allocate a TLS index for *gc-inhib...
2012-12-21 David LichteblauUpdate NEWS
2012-12-21 David LichteblauPreserve superclass structure accessors in infodb
2012-12-21 David LichteblauSet a console Ctrl handler for Windows
2012-12-21 David LichteblauAdd STDCALL alien convention support for Windows
2012-12-21 David LichteblauSupport building without PSEUDO-ATOMIC on POSIX safepoints
2012-12-21 David LichteblauForeign callbacks
2012-12-21 David LichteblauRe-complicate all_threads check in arch_os_get_current_...
2012-12-20 Nathan Froydadjust DATA-VECTOR-FROM-INITS to avoid full calls to...
2012-12-20 Nathan Froydfactor out ALLOCATE-VECTOR-WITH-WIDETAG function from...
2012-12-20 Nathan Froydadjust call to REPLACE inside ADJUST-ARRAY
2012-12-20 Nathan Froyddon't check SUBTYPEP of ELEMENT-TYPE in ADJUST-ARRAY...
2012-12-20 Nathan Froydlazily compute MIN-EXTENSION for VECTOR-PUSH-EXTEND
2012-12-18 Stas BoukarevFix a typo in the previous commit.
2012-12-18 Stas BoukarevBetter error message for SLEEP.
2012-12-18 Stas Boukarevmake.sh --help no longer runs clean.sh
2012-12-17 Stas Boukarevsb-rotate-byte: Don't use :if-component-dep-fails.
2012-12-17 David LichteblauIn x86 arch_os_get_current_thread(), do not load from %fs
2012-12-17 David LichteblauSplit up new_thread_trampoline
2012-12-17 David LichteblauFactor INITIAL-THREAD-FUNCTION out of MAKE-THREAD
2012-12-17 Stas BoukarevFix a typo.
2012-12-16 Stas BoukarevWarn about misconfigured locale.
2012-12-05 David LichteblauRemove a few :FAILS-ON test flags for Windows
2012-12-05 David LichteblauSupport long file names on Windows; more CRT function...
2012-12-05 David LichteblauMore Windows Installer tweaks
2012-12-05 David LichteblauUpgrade to Windows Installer XML 3.5
2012-12-05 David Lichteblausb-bsd-sockets: Implement NON-BLOCKING-MODE on Windows
2012-12-05 David Lichteblauwin32 pathname host: Switch to :lower canonical case
2012-12-05 David LichteblauSome support for platforms whose libraries do not maint...
2012-12-05 David LichteblauUpdate tests for 64 bit Windows builds
2012-12-05 David LichteblauPort to x86-64 versions of Windows
2012-12-05 David LichteblauSpill XMM registers in alloc_tramp
2012-12-04 Christophe... fix a bug in signed modular arithmetic
2012-12-04 Christophe... fix direct execution of (shebanged) fasls
2012-12-01 Stas BoukarevSuppress warnings about possible slot name conflicts...
2012-12-01 Christophe... update release.sh to my version of reality
2012-12-01 Christophe... 1.1.2: will be tagged as "sbcl-1.1.2"
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 LichteblauNEWS tweaks
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-18 Joshua ElsasserOnly try frlock.1 test on #+sb-thread
2012-11-14 Stas Boukarev Update ASDF to 2.26.
2012-11-13 David LichteblauForcibly fail frlock.1 on Windows by means of a timeout
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-03 Nikodemus Siivolasb-concurrency: frlocks
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-11-02 Christophe... 1.1.1: will be tagged as "sbcl-1.1.1"
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 nyef.gitignore: Add src/runtime/sparc-funcdef.h
2012-10-19 nyefDisable an SB-INTROSPECT test on GENCGC SPARC.
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 LichteblauUpdate NEWS, make-config.sh
2012-10-19 David Lichteblausb-bsd-sockets: Add a test for interruptible I/O
2012-10-19 David LichteblauWindows: Use overlapped I/O, CreateFile
2012-10-17 Lutz EulerImprove basic block ordering for some loops.
2012-10-13 Lutz EulerTypo and other small fixes in the manuals and the man...
2012-10-08 Nikodemus Siivolaallow SB-CONTRIB operation without explicitly set CC
2012-10-07 Nikodemus Siivoladon't close runtime dlhandle on Darwin
2012-10-07 Francois-Rene... make it possible to run tests on an installed SBCL
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 Lutz EulerFix some tests for builds without sb-eval.
next