fix direct execution of (shebanged) fasls
[sbcl.git] / NEWS
2012-12-04 Christophe Rhodesfix direct execution of (shebanged) fasls
2012-12-01 Christophe Rhodes1.1.2: will be tagged as "sbcl-1.1.2"
2012-11-20 David LichteblauNEWS tweaks
2012-11-03 Nikodemus Siivolasb-concurrency: frlocks
2012-11-02 David LichteblauUpdate NEWS; explain Windows system requirements
2012-11-02 Christophe Rhodes1.1.1: will be tagged as "sbcl-1.1.1"
2012-10-19 nyefGENCGC on SPARC/Linux
2012-10-19 David LichteblauUpdate NEWS, make-config.sh
2012-10-17 Lutz EulerImprove basic block ordering for some loops.
2012-10-07 Nikodemus Siivolateach NODE-CONSERVATIVE-TYPE about union types
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 Siivolafix structure stack allocation for high-debug code
2012-10-03 Nikodemus Siivolaupdate NEWS
2012-10-01 Christophe Rhodes1.1.0: will be tagged as "sbcl-1.1.0"
2012-09-30 David LichteblauDo not use RETURN-FROM in MAKE-THREAD
2012-09-27 David LichteblauMention safepoints in NEWS
2012-09-17 Nikodemus Siivoladon't assume only bits are looked for in bit-vectors
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-10 Nikodemus Siivolafix bug in SYMBOL-VALUE CAS expansion for constant...
2012-09-05 Nathan Froydmake SOCKET-RECEIVE work correctly when receiving overl...
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 KhuongMore efficient (stable) sort of lists
2012-08-13 Paul KhuongFix the build on Darwin
2012-08-12 Lutz EulerAdd a section about random number generation to the...
2012-08-12 Lutz EulerAdd some missing launchpad references to NEWS.
2012-08-06 Juho SnellmanFix NEWS
2012-08-06 Juho Snellmansbcl-1.0.58: will be tagged as "sbcl-sbcl-1.0.58"
2012-07-26 Stas Boukarevrun-program: Don't make pty the process's controlling...
2012-06-17 Paul KhuongImproved merge-sort implementation for lists
2012-06-09 Lutz EulerAdd tests for two bugs that were incidentally fixed...
2012-06-09 Nikodemus Siivolaadjust compiler-macro expansion and lambda-list parsing
2012-06-08 David LichteblauUpdate NEWS
2012-06-04 Stas BoukarevRestore build on sparc/solaris.
2012-05-27 Nikodemus Siivolaemit compiler notes of NLX value-cells when (> SPEED...
2012-05-27 Nikodemus Siivolaupdate NEWS
2012-05-25 Lutz EulerAdd a missing launchpad reference to NEWS.
2012-05-25 Lutz EulerUse multi-byte NOPs for code alignment on x86-64.
2012-05-22 Stas Boukarevrun-program: Don't use /tmp unconditionally.
2012-05-22 Stas Boukarevrun-program: Don't decode and re-encode environ.
2012-05-21 Cyrus Harmonimplicit generic function warning improvement
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 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-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 Rhodesopen 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-02 Nikodemus Siivolasb-posix: abort(3), exit(3), and _exit(2)
2012-05-01 Lutz EulerBetter equidistributed and faster/less consing integer...
2012-04-29 Nikodemus Siivolaredesign exiting SBCL
2012-04-29 Nikodemus Siivolagencgc: scale generation.bytes_consed_between_gc to...
2012-04-24 Nikodemus Siivolaremove world-lock from around FASL loading
2012-04-24 Nikodemus Siivolaglobaldb: add source-transforms for INFO functions...
2012-04-24 Nikodemus Siivolabetter reader-errors for COMPILE-FILE
2012-04-23 Christophe RhodesFix ldb / %%ldb / rlwinm on PowerPC
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 Siivolacorrect octets in c-string decoding errors
2012-04-14 Lutz EulerCorrect disassembly of some SSE instructions on x86-64.
2012-04-13 Christophe Rhodessupport funcallable-instances in ROOM/map-allocated...
2012-04-13 Christophe RhodesFix bug in unsigned modular arithmetic using a signed...
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 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 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 an entry for ASDF upgrade to NEWS
2012-03-24 Christophe RhodesFixup fewer complaints about hairy lexical environments
2012-03-23 Martin CracauerCloses https://bugs.launchpad.net/sbcl/+bug/911027
2012-03-11 Stas BoukarevMake SBCL buildable by Clang.
2012-01-23 Nikodemus Siivolaweakening hairy integer types
2012-01-09 Juho Snellman1.0.55: will be tagged as "sbcl-1.0.55"
2011-12-30 Nikodemus Siivolapackage locks and compile-time effects of DEFCLASS
2011-12-29 Nikodemus Siivolastack-allocatable fill-initialized specialized arrays...
2011-12-29 Nikodemus Siivolafaster FIND and POSITION on bit-vectors
2011-12-14 Lutz Eulerx86: Better disassembly of segment-prefixes.
2011-12-12 Nikodemus Siivolaprotect against read-time package-lock circumvention...
2011-12-10 Nikodemus Siivolafaster VECTOR-SUBSEQ*
2011-12-10 Nikodemus Siivolastack-allocatable fill-initialized specialized arrays
2011-12-09 Lutz EulerMake COERCE on characters more standard-conforming.
2011-12-09 Nikodemus Siivolabetter "cannot stack allocate" compiler notes
2011-12-09 Nikodemus Siivolamake TRIVIAL-LAMBDA-VAR-REF-P false for XEPs
2011-12-08 Luis Oliveiraexplicit :BIG-ENDIAN feature
next