2013-04-29 |
Lutz Euler | Convert the MOVE macro on x86-64 into a function. |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Lutz Euler | Faster ISQRT on small (about fixnum sized) numbers. |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Lutz Euler | Improve scaling of type derivation for LOG{AND,IOR... |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Lutz Euler | Split bitops-derive-type.lisp out of srctran.lisp. |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Stas Boukarev | Fix init-var-ignoring-errors. |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Stas Boukarev | Add :directory argument to sb-ext:run-program. |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Stas Boukarev | Handle environment initialization better. |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Christophe... | 1.1.7: will be tagged as "sbcl-1.1.7" |
commit | commitdiff | tree | snapshot |
2013-04-29 |
Christophe... | fix formatting of most recent "changes" line in NEWS |
commit | commitdiff | tree | snapshot |
2013-04-23 |
Christophe... | sort NEWS into enhancement/bug fix/optimization order |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Paul Khuong | Trivial code cleanups |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Paul Khuong | Substitute constants with modular equivalents more... |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Paul Khuong | Fix the build on OS X 10.8.0 |
commit | commitdiff | tree | snapshot |
2013-04-17 |
Matthias Andreas... | Handle multiple-valued forms in TRACE :PRINT. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Stas Boukarev | Remove an unused VOP %make-symbol on x86-64. |
commit | commitdiff | tree | snapshot |
2013-04-15 |
Stas Boukarev | Disassemble: print the size into the right stream. |
commit | commitdiff | tree | snapshot |
2013-04-14 |
Christophe... | remove stray debugging code from condition-related... |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Jan Moringen | Handle :ALLOCATION of condition slots correctly |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Jan Moringen | Evaluate condition default initargs once, even after... |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Jan Moringen | Use AMOP representation of canonicalized default initar... |
commit | commitdiff | tree | snapshot |
2013-04-12 |
Stas Boukarev | Disassemble: print the function size in bytes. |
commit | commitdiff | tree | snapshot |
2013-04-11 |
Martin Cracauer | LOGBITP and LOGTEST optimizations from x86. |
commit | commitdiff | tree | snapshot |
2013-04-08 |
Stas Boukarev | Don't signal an error on (setf (documentation nil ... |
commit | commitdiff | tree | snapshot |
2013-04-01 |
Stas Boukarev | Check bounds of ELT on &more in safe code. |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Stas Boukarev | type=: Compare &key parameters of function types. |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Paul Khuong | Stop emitting references to inexistant #n= forms in... |
commit | commitdiff | tree | snapshot |
2013-03-31 |
Paul Khuong | Fix a compilation failure on svref of a symbol macro |
commit | commitdiff | tree | snapshot |
2013-03-29 |
Christophe... | remove sb-studio from commercial support section of... |
commit | commitdiff | tree | snapshot |
2013-03-29 |
Christophe... | 1.1.6: will be tagged as "sbcl-1.1.6" |
commit | commitdiff | tree | snapshot |
2013-03-26 |
Christophe... | test environment fix for 64-bit PowerPC/Linux |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Jan Moringen | Declare types of END and TEST in N{LIST,VECTOR}-SUBSTIT... |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Jan Moringen | Lazy length computation in DEFINE-SEQUENCE-TRAVERSER |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Jan Moringen | Remove redundant LENGTH calls in NSUBSTITUTE[-IF[-NOT]] |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Jan Moringen | Fix typo in comment in src/compiler/seqtran.lisp |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Christophe... | minor NEWS fixups |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Jan Moringen | Fix SEQUENCE:SEARCH, test seq. functions with user... |
commit | commitdiff | tree | snapshot |
2013-03-22 |
Christophe... | micro-optimize sane-package a tiny bit more |
commit | commitdiff | tree | snapshot |
2013-03-17 |
Nikodemus Siivola | faster SVREF and (SETF SVREF) compilation |
commit | commitdiff | tree | snapshot |
2013-03-17 |
Stas Boukarev | make-array transform error on unknown element-type. |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Stas Boukarev | Optimize pprinting of heavily nested lists. |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Stas Boukarev | Reduce consing for find-package. |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Stas Boukarev | Optimize CAD*R for &MORE args. |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Stas Boukarev | Accessing &MORE arguments checks bounds. |
commit | commitdiff | tree | snapshot |
2013-03-14 |
Stas Boukarev | Better errors for package operations. |
commit | commitdiff | tree | snapshot |
2013-03-13 |
Stas Boukarev | Slightly better arglist for defmethod. |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Stas Boukarev | format: Signal an error for ~<~@> |
commit | commitdiff | tree | snapshot |
2013-03-10 |
Stas Boukarev | clear-output: call stream-clear-output on gray streams. |
commit | commitdiff | tree | snapshot |
2013-03-04 |
Paul Khuong | New keyword argument for SB-C:DEFKNOWN: :overwrite... |
commit | commitdiff | tree | snapshot |
2013-03-03 |
Stas Boukarev | Fix a test-case in threads.impure.lisp on -sb-thread. |
commit | commitdiff | tree | snapshot |
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 |
next |