2013-03-02 |
Stas Boukarev | Prevent a make-array transform from modifying source... |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Lutz Euler | Improve the failure output of the test :range-reduction... |
commit | commitdiff | tree | snapshot |
2013-03-02 |
Lutz Euler | Silence a warning from the test harness for unthreaded... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Christophe... | 1.1.5: will be tagged as "sbcl-1.1.5" |
commit | commitdiff | tree | snapshot |
2013-02-25 |
Christophe... | Revert "upgrade asdf to 2.29, per request by Faré ... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Nikodemus Siivola | prohibit adding name of a package to itself as a local... |
commit | commitdiff | tree | snapshot |
2013-02-21 |
Nikodemus Siivola | suffix PACKAGE-LOCALLY-NICKNAMED-BY with -LIST |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Christophe... | upgrade asdf to 2.29, per request by Faré (sbcl-devel... |
commit | commitdiff | tree | snapshot |
2013-02-11 |
Nikodemus Siivola | update LIST-QUEUE-CONTENTS docstring, add note |
commit | commitdiff | tree | snapshot |
2013-02-11 |
James M. Lawrence | Replace sb-concurrency:queue implementation. |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Nikodemus Siivola | it's print-read consistency, not read/print consistency |
commit | commitdiff | tree | snapshot |
2013-02-07 |
Nikodemus Siivola | fix manual build |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Stas Boukarev | Fix (setf documentation) regression. |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Stas Boukarev | Test-suite results colorization. |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Stas Boukarev | Fix (documentation closure) test. |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Stas Boukarev | Build on newer glibc. |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Stas Boukarev | Fix (documentation #'function t) |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Francois-Rene... | Remove a style-warning from sb-bsd-sockets.asd when... |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Nikodemus Siivola | add SB-POSIX:MAP-ANON |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Christophe... | typo fix in sb-sprof. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Nikodemus Siivola | grab-bag of SB-SPROF improvements. |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Attila Lendvai | make SB-SPROF:WITH-PROFILING not loop by default |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Nikodemus Siivola | mention :TIME in *SAMPLING-MODE* docstring |
commit | commitdiff | tree | snapshot |
2013-02-03 |
Stas Boukarev | restart-case: Spurious unused variable warnings. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Nikodemus Siivola | remove bogus IGNORE declaration from XC version of... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Nikodemus Siivola | make %COERCE-TO-CALLABLE compilers notes make sense |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Nikodemus Siivola | export MAP-DIRECTORY from SB-EXT |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Nikodemus Siivola | prettier backtraces |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Nikodemus Siivola | support for deprecating special variables |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Nikodemus Siivola | cross-compiler OAOOM ugliness |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Nikodemus Siivola | better debug name for secondary GF dispatch functions |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Stas Boukarev | Use CryptGenRandom as a random seed on Windows. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Nikodemus Siivola | fix NEWS: oops, one item was wrong, one item not in... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Stas Boukarev | Fix win32-foreign-stack-unwind.impure test. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Nikodemus Siivola | restore old behaviour as the default for package variance |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Nikodemus Siivola | oops, it's :package-local-nicknams, not :local-nicknames |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Nikodemus Siivola | package local nicknames |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Nikodemus Siivola | update NEWS |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Nikodemus Siivola | remove deleted packages from implementation-packages... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Nikodemus Siivola | DEFPACKAGE at variance restarts |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Nikodemus Siivola | nicer name-conflict restarts for common cases |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Christophe... | 1.1.4: will be tagged as "sbcl-1.1.4" |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Nikodemus Siivola | disable the other sb-sprof test on darwin as well ... |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Stas Boukarev | Slightly improve random seed on Windows. |
commit | commitdiff | tree | snapshot |
2013-01-23 |
Christoph Egger | Adapt cheneygc.c to type changes in gc-internal.h |
commit | commitdiff | tree | snapshot |
2013-01-21 |
Cyrus Harmon | disable sb-sprof test on darwin |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Nikodemus Siivola | better initial value for LOOP variables of-type CHARACTER |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Nikodemus Siivola | note FIRST fix in NEWS, fix stupid typo in tests |
commit | commitdiff | tree | snapshot |
2013-01-20 |
Nikodemus Siivola | fix open coding of FIRST |
commit | commitdiff | tree | snapshot |
2013-01-18 |
Christophe... | fix constant-list-related initargs in CTOR optimization |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Stas Boukarev | format: ~R should check a type only if base is not... |
commit | commitdiff | tree | snapshot |
2013-01-10 |
Stas Boukarev | format: Check types for ~C and ~R. |
commit | commitdiff | tree | snapshot |
2013-01-05 |
Stas Boukarev | sb-sprof.lisp: Remove trailing white-spaces. |
commit | commitdiff | tree | snapshot |
2013-01-05 |
Stas Boukarev | adjust-array: Make sure that :initial-element is used. |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Stas Boukarev | sb-sprof: Define pthread-kill only on +sb-thread. |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Stas Boukarev | Fix reading `#3(x). |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Paul Khuong | Do not traverse long constant lists when expanding... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Christophe... | 1.1.3: will be tagged as "sbcl-1.1.3" |
commit | commitdiff | tree | snapshot |
2012-12-29 |
David Lichteblau | Fix attach_thread to allocate a TLS index for *gc-inhib... |
commit | commitdiff | tree | snapshot |
2012-12-21 |
David Lichteblau | Update NEWS |
commit | commitdiff | tree | snapshot |
2012-12-21 |
David Lichteblau | Preserve superclass structure accessors in infodb |
commit | commitdiff | tree | snapshot |
2012-12-21 |
David Lichteblau | Set a console Ctrl handler for Windows |
commit | commitdiff | tree | snapshot |
2012-12-21 |
David Lichteblau | Add STDCALL alien convention support for Windows |
commit | commitdiff | tree | snapshot |
2012-12-21 |
David Lichteblau | Support building without PSEUDO-ATOMIC on POSIX safepoints |
commit | commitdiff | tree | snapshot |
2012-12-21 |
David Lichteblau | Foreign callbacks |
commit | commitdiff | tree | snapshot |
2012-12-21 |
David Lichteblau | Re-complicate all_threads check in arch_os_get_current_... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Nathan Froyd | adjust DATA-VECTOR-FROM-INITS to avoid full calls to... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Nathan Froyd | factor out ALLOCATE-VECTOR-WITH-WIDETAG function from... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Nathan Froyd | adjust call to REPLACE inside ADJUST-ARRAY |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Nathan Froyd | don't check SUBTYPEP of ELEMENT-TYPE in ADJUST-ARRAY... |
commit | commitdiff | tree | snapshot |
2012-12-20 |
Nathan Froyd | lazily compute MIN-EXTENSION for VECTOR-PUSH-EXTEND |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Stas Boukarev | Fix a typo in the previous commit. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Stas Boukarev | Better error message for SLEEP. |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Stas Boukarev | make.sh --help no longer runs clean.sh |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Stas Boukarev | sb-rotate-byte: Don't use :if-component-dep-fails. |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Lichteblau | In x86 arch_os_get_current_thread(), do not load from %fs |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Lichteblau | Split up new_thread_trampoline |
commit | commitdiff | tree | snapshot |
2012-12-17 |
David Lichteblau | Factor INITIAL-THREAD-FUNCTION out of MAKE-THREAD |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Stas Boukarev | Fix a typo. |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Stas Boukarev | Warn about misconfigured locale. |
commit | commitdiff | tree | snapshot |
2012-12-05 |
David Lichteblau | Remove a few :FAILS-ON test flags for Windows |
commit | commitdiff | tree | snapshot |
2012-12-05 |
David Lichteblau | Support long file names on Windows; more CRT function... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
David Lichteblau | More Windows Installer tweaks |
commit | commitdiff | tree | snapshot |
2012-12-05 |
David Lichteblau | Upgrade to Windows Installer XML 3.5 |
commit | commitdiff | tree | snapshot |
2012-12-05 |
David Lichteblau | sb-bsd-sockets: Implement NON-BLOCKING-MODE on Windows |
commit | commitdiff | tree | snapshot |
2012-12-05 |
David Lichteblau | win32 pathname host: Switch to :lower canonical case |
commit | commitdiff | tree | snapshot |
2012-12-05 |
David Lichteblau | Some support for platforms whose libraries do not maint... |
commit | commitdiff | tree | snapshot |
2012-12-05 |
David Lichteblau | Update tests for 64 bit Windows builds |
commit | commitdiff | tree | snapshot |
2012-12-05 |
David Lichteblau | Port to x86-64 versions of Windows |
commit | commitdiff | tree | snapshot |
2012-12-05 |
David Lichteblau | Spill XMM registers in alloc_tramp |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Christophe... | fix a bug in signed modular arithmetic |
commit | commitdiff | tree | snapshot |
2012-12-04 |
Christophe... | fix direct execution of (shebanged) fasls |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Stas Boukarev | Suppress warnings about possible slot name conflicts... |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Christophe... | update release.sh to my version of reality |
commit | commitdiff | tree | snapshot |
2012-12-01 |
Christophe... | 1.1.2: will be tagged as "sbcl-1.1.2" |
commit | commitdiff | tree | snapshot |
2012-11-23 |
David Lichteblau | LLP64: replace use of unsigned long with size_t in... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
David Lichteblau | Add mswin.def |
commit | commitdiff | tree | snapshot |
2012-11-20 |
David Lichteblau | NEWS tweaks |
commit | commitdiff | tree | snapshot |
2012-11-20 |
David Lichteblau | LLP64: change signed long to sword_t |
commit | commitdiff | tree | snapshot |
2012-11-20 |
David Lichteblau | LLP64: change UNSIGNED-LONG to UNSIGNED |
commit | commitdiff | tree | snapshot |
next |