sbcl.git
2012-05-21 Cyrus Harmonimplicit generic function warning improvement
2012-05-21 Nikodemus Siivolasome nincompoop broke the build
2012-05-21 Nikodemus Siivolamake ENSURE-GENERIC-FUNCTION accept method combination...
2012-05-21 Nikodemus Siivolafix source information for functions from EVAL
2012-05-21 Nikodemus Siivolarefactor GET-TOPLEVEL-FORM &co between debugger and...
2012-05-21 Nikodemus Siivolarobustify COUNT-FULL-CALLS in the test suite
2012-05-21 Nikodemus Siivolalazy *STACK-TOP-HINT*s
2012-05-21 Nikodemus Siivolafactor debug-name cleaning into a separate function
2012-05-21 Nikodemus SiivolaCOMPILED-PROGRAM-ERROR source form needs *PRINT-ESCAPE*
2012-05-21 Nikodemus Siivolaimplement ATOMIC-UPDATE
2012-05-21 Nikodemus Siivolabreak infinite recursion in GENERATE-SLOTD-TYPECHECK
2012-05-20 Juho Snellman1.0.57: will be tagged as "sbcl-1.0.57"
2012-05-17 Stas BoukarevFix build on windows.
2012-05-16 Stas Boukarevdefine-condition: return the name of the defined condition.
2012-05-16 Stas BoukarevBetter error for malformed type declarations.
2012-05-16 Stas BoukarevBetter error message for malformed IGNORE declarations.
2012-05-14 Stas BoukarevOptimize copy-tree.
2012-05-12 Christophe... open intervals and type derivation
2012-05-09 Stas BoukarevFix --dynamic-space-size 1GB on x86.
2012-05-07 Stas BoukarevOptimize truncate, ceiling and friends when divisor...
2012-05-05 Stas BoukarevUpdate ASDF to 2.21.
2012-05-04 Nikodemus Siivoladon't unconditionally unparse CHARACTER-SET types into...
2012-05-04 Nikodemus Siivolabetter timeout handling in EXIT and %EXIT-OTHER-THREADS
2012-05-02 Nikodemus Siivolamore deprecation
2012-05-02 Nikodemus Siivolasb-posix: abort(3), exit(3), and _exit(2)
2012-05-01 Stas Boukarevruntime clean up.
2012-05-01 Lutz EulerBetter equidistributed and faster/less consing integer...
2012-05-01 Lutz EulerAdd some tests for basic RANDOM functionality.
2012-05-01 Lutz EulerFix the DEFTRANSFORM of RANDOM for hairy integer types.
2012-05-01 Nikodemus Siivolaadd SB-UNIX:UNIX-EXIT back, use the deprecation framwor...
2012-04-29 Nikodemus Siivolaredesign exiting SBCL
2012-04-29 Nikodemus Siivolatune bug-981106 test based on the heap size
2012-04-29 Nikodemus Siivolagencgc: scale generation.bytes_consed_between_gc to...
2012-04-27 Stas BoukarevBetter error messages to condition signalling functions.
2012-04-27 Nikodemus Siivolagencgc: i in add_new_area needs to be signed
2012-04-27 Nikodemus Siivolafix compiler reader error reporting
2012-04-25 Lutz EulerMicro-optimizations in MOVE-IMMEDIATE and MOVE-ARG...
2012-04-24 Stas BoukarevBetter arglists for some package accessors.
2012-04-24 Nikodemus Siivolaremove world-lock from around FASL loading
2012-04-24 Nikodemus Siivolaglobaldb: remove ENV-LIST arguments from INFO functions
2012-04-24 Nikodemus Siivolaglobaldb: add source-transforms for INFO functions...
2012-04-24 Nikodemus Siivolamove ABOUT-TO-MODIFY-SYMBOL-VALUE to symbol.lisp
2012-04-24 Nikodemus Siivolabetter reader-errors for COMPILE-FILE
2012-04-23 Lutz EulerAllow larger immediate values in fixnum arithmetic...
2012-04-23 Christophe... Fix ldb / %%ldb / rlwinm on PowerPC
2012-04-20 Lutz EulerTypo fixes in comments
2012-04-20 Lutz EulerFix typos in docstrings.
2012-04-20 Nikodemus Siivolateach IR1-TRANSFORM-TYPE-PREDICATE about alien types
2012-04-19 Nikodemus Siivolashow correct number of arguments for arg-count error...
2012-04-19 Nikodemus Siivolasanitize one of the recent c-string decoding tests
2012-04-19 Nikodemus Siivolaprettier encoding/decoding error messages
2012-04-19 Nikodemus Siivolawrap a couple of long lines
2012-04-19 Nikodemus Siivolaassociate stream decoding and encoding errors with...
2012-04-19 Nikodemus Siivolacorrect octets in c-string decoding errors
2012-04-17 Lutz EulerMicro-optimize machine code for some register tests...
2012-04-17 Lutz EulerMicro-optimization: Shorter encoding of MOVZX in more...
2012-04-17 Lutz EulerMicro-optimize some type tests on x86-64 for code size.
2012-04-17 Lutz EulerMicro-optimize LENGTH/LIST and VALUES-LIST on x86-64...
2012-04-17 Lutz EulerMicro-optimize type tests using widetag on x86-64.
2012-04-15 Nathan Froyduse fixnums for x86-64 array accessor VOPs when possible
2012-04-14 Lutz EulerCorrect disassembly of some SSE instructions on x86-64.
2012-04-14 Nikodemus Siivolagencgc: tune the recent "more aggressive GC" changes
2012-04-13 Nathan Froydmicro-optimize allocation sequences, special variable...
2012-04-13 Nathan Froyds/8/n-word-bytes/ in x86-64's macros.lisp where appropriate
2012-04-13 Nathan Froydmicro-optimize FIXNUMP on known (signed-byte 64) quanti...
2012-04-13 Nathan Froyduse LEA Y, [X+X] instead of LEA Y, [X*2] where appropri...
2012-04-13 Stas Boukarevformat: Signal errors when colinc and mincol are not...
2012-04-13 Christophe... support funcallable-instances in ROOM/map-allocated...
2012-04-13 Christophe... Fix bug in unsigned modular arithmetic using a signed...
2012-04-13 Christophe... minor fix to alien.impure.lisp test
2012-04-13 Stas Boukarevrun-program: proper handling of :if-input-does-not...
2012-04-13 Stas Boukarevpprint: Make sure that lists like (loop . 10) can be...
2012-04-13 Stas Boukarevensure-directory-exists: didn't work when *d-p-d* had...
2012-04-13 Nikodemus Siivolarobustify (deadlock-detection interrupts) test
2012-04-13 Nikodemus Siivolacleanup: remove cast to (unsigned long) from print_ptr()
2012-04-13 Nikodemus Siivolacleanup: partial long cleanup in sniff_code_object...
2012-04-13 Nikodemus Siivolacleanup: gencgc copy_unboxed_object and shared gc_gener...
2012-04-13 Nikodemus Siivolacleanup: use size_t for new_areas_index and max_new_areas
2012-04-13 Nikodemus Siivolagencgc: reclaim space more aggressively
2012-04-13 Nikodemus SiivolaMAKE-LEXENV used NCONC on its arguments, which callers...
2012-04-13 Nikodemus Siivolamore conservative classoid-name clearing
2012-04-13 Nikodemus Siivolaplain T and OTHERWISE not allowed in CASE normal-clauses
2012-04-13 Nikodemus Siivoladon't refer to unix namestrings on windows
2012-04-13 Kambiz Darabisb-simple-streams: signal an error for bad stream class...
2012-04-13 Nikodemus Siivolabetter REPLACE docstring
2012-04-12 Juho Snellman1.0.56: will be tagged as "sbcl-1.0.56"
2012-04-12 Juho SnellmanAdd workaround to a flaky semaphore timeout test.
2012-04-12 Juho SnellmanAdd an entry for ASDF upgrade to NEWS
2012-04-06 Nikodemus Siivolaclarify the make.sh --with-feature and --without-featur...
2012-03-25 Juho Snellmancontrib/asdf: Import asdf 2.20 from upstream.
2012-03-25 Christophe... Fix build on PPC/Darwin
2012-03-24 Christophe... Fixup fewer complaints about hairy lexical environments
2012-03-24 Stas BoukarevDon't signal a note on NOTINLINE non-toplevel functions.
2012-03-23 Martin CracauerCloses https://bugs.launchpad.net/sbcl/+bug/911027
2012-03-11 Stas BoukarevMake SBCL buildable by Clang.
2012-03-08 Stas Boukarevensure-directories-exist: Signal an error when trying...
2012-02-19 Joshua ElsasserClean up OpenBSD makefile fragments a little.
2012-02-19 Joshua ElsasserRemove an OpenBSD note in the README which is no longer...
2012-02-19 Stas Boukarevcoreparse.c: Fix a typo WORD_FTMX -> WORD_FMTX.
2012-02-11 Stas Boukarevgetf: Correct docstring.
next