Fix make-array transforms.
[sbcl.git] / NEWS
2014-01-04 Christophe Rhodesbetter encapsulation support in generic functions
2014-01-02 Stas BoukarevOptimize MAKE-ARRAY on unknown element-type.
2013-12-31 Alastair Bridgewatergencgc: More precise conservatism for pointers to boxed...
2013-12-31 Stas BoukarevHandle run-program with :directory nil.
2013-12-30 Alastair Bridgewatergencgc: Reduce conservatism for pointers to unboxed...
2013-12-23 Alastair Bridgewaterexternal-formats: Add support for MacRoman character...
2013-12-20 Stas BoukarevReally restore clisp cross-compilation.
2013-12-16 Stas BoukarevRestore cross-compilation with CLISP.
2013-12-07 Stas BoukarevFix cut-to-width in the presence of bad constants in...
2013-12-03 Stas BoukarevOptimize make-array for unknown dimensions.
2013-12-02 Paul KhuongIterative Chaitin-Briggs style spilling/coloring regist...
2013-12-01 Stas BoukarevAdd :application-type parameter for save-lisp-and-die...
2013-12-01 Stas BoukarevFix output streams on Windows for GUI executables.
2013-11-30 Christophe Rhodes1.1.14: will be tagged as "sbcl-1.1.14"
2013-11-22 Stas BoukarevFix deadlocks in GC on Windows.
2013-11-18 Stas BoukarevImprove ARRAY-RANK transform.
2013-11-15 Stas BoukarevFix system error message decoding on Windows.
2013-11-15 Christophe Rhodespartially rewrite accessor-values-internal
2013-11-14 Paul KhuongMore meaningful error message for OPEN :IF-EXISTS ...
2013-11-14 Paul KhuongNew function SB-EXT:ASSERT-VERSION->=
2013-11-14 Paul KhuongTail call (exec) at the end of run-sbcl.sh
2013-11-11 Stas Boukarevwin32: provide error messages when loading foreign...
2013-11-10 Stas BoukarevMore robust homedir detection on Windows.
2013-11-10 Stas BoukarevFix merging of ~/ pathnames.
2013-11-07 Stas BoukarevOptimize RESTART-CASE.
2013-11-06 Stas BoukarevFix contrib building on mingw.
2013-11-04 Stas BoukarevOptimize EQUALP on structures with raw slots.
2013-11-04 Paul Khuong[N]BUTLAST perform a single pass over the list
2013-11-04 Paul KhuongMore complicated TYPEP tests are marginally transparent...
2013-11-03 Stas BoukarevFix EQUALP on structures with raw slots.
2013-11-01 Stas Boukarevdefmethod: make the function known at compile time.
2013-10-31 Christophe Rhodes1.1.13: will be tagged as "sbcl-1.1.13"
2013-10-26 Paul KhuongMake sure quantifiers don't cons
2013-10-22 Jan MoringenUse new MAP-RESTARTS in FIND-RESTART, COMPUTE-RESTARTS...
2013-10-21 Christophe Rhodesfix symlink handling (generally and on OS X) in run...
2013-10-21 Christophe Rhodessignal errors for bad initialization of slot definitions
2013-10-19 Paul KhuongWarn when wrapping constants with THE of multiple value...
2013-10-17 Stas Boukarevfunction-lambda-expression: Return the name of a generi...
2013-10-16 Stas Boukarevrun-program: Improve argument escaping on WIN32.
2013-10-16 Stas Boukarevrun-program: Add support for :environment on WIN32.
2013-10-13 Stas BoukarevFix (compile '(setf function)).
2013-10-12 Stas BoukarevFix another regression in dumping specialized vectors.
2013-10-09 Christophe Rhodesdon't consider an interpreted->compiled function change...
2013-10-03 Stas BoukarevForward referenced classoid-cells can now be loaded...
2013-10-01 Stas BoukarevBetter error when calling an undefined alien function...
2013-09-30 Christophe Rhodesimprove SXHASH on fixnums
2013-09-30 Christophe Rhodesbetter SB-INT:MIX
2013-09-30 Christophe Rhodes1.1.12: will be tagged as "sbcl-1.1.12"
2013-09-22 Paul KhuongFix copy-more-arg on x86 and x86-64
2013-09-16 Christophe RhodesSET-FUNCALLABLE-INSTANCE-FUNCTION is user interface
2013-09-13 Christophe Rhodesminor optimization to restart-case
2013-09-13 Christophe RhodesNEWS update for RESTART-CASE clause parsing
2013-09-10 Christophe Rhodesdetect cpl-protocol-violations early
2013-09-09 Christophe Rhodesrename SB-SIMPLE-STREAMS utility function
2013-09-09 Christophe Rhodesbetter ctor fallback-generators
2013-09-08 Stas Boukarevsb-safepoint: Fix interrupts during GC.
2013-09-06 Christophe RhodesFix for sb-gmp bignum result allocation (lp#1206191)
2013-09-05 Stas BoukarevOptimize CHAR-EQUAL on constant and base-char args.
2013-09-05 Stas BoukarevAdd a transform for EQUALP.
2013-09-05 Christophe RhodesDocument extensible sequence protocol
2013-09-05 Stas BoukarevImprove the EQUAL transform.
2013-09-02 Jan MoringenAdd SOCKET-SHUTDOWN in contrib/sb-bsd-sockets
2013-09-02 Stas BoukarevHandle compiler-error in LOAD when it's not run from...
2013-08-29 Stas BoukarevFix floating point exceptions persisting on Solaris.
2013-08-29 Stas BoukarevPPRINT (setf . a) correctly.
2013-08-29 Stas BoukarevFix building on Solaris x86-64.
2013-08-28 Stas BoukarevPROBE-FILE on symlinks to pipes inside /proc on Linux.
2013-08-28 Christophe Rhodes1.1.11: will be tagged as "sbcl-1.1.11"
2013-08-28 Christophe Rhodesfix NEWS header
2013-08-22 Christophe RhodesBetter support for NetBSD/current
2013-08-21 Stas BoukarevFix OPEN when :if-exists/:if-does-not-exist are both...
2013-08-21 Paul KhuongReplace the Kitten of Death message with a warning...
2013-08-21 Stas BoukarevFlush streams more precisely.
2013-08-20 Stas BoukarevFix ROOM on Windows.
2013-08-15 Stas BoukarevSet up alien stack correctly on non-x86oids.
2013-08-15 Stas BoukarevWarn when defining a setf-function together with a...
2013-08-15 Stas BoukarevThrow errors on malformed FUNCTION.
2013-08-06 Stas BoukarevFix undefined function errors on PPC and MIPS.
2013-07-31 Christophe Rhodesfix manual build under texinfo 5
2013-07-28 Christophe Rhodes1.1.10: will be tagged as "sbcl-1.1.10"
2013-07-18 Paul KhuongModular integer %NEGATE on x86oids
2013-07-18 Paul KhuongPack (mostly) stack TNs according to lexical scope...
2013-07-18 Paul KhuongInsert explicit cut to width when needed
2013-07-08 Paul KhuongHandle unbounded integer types in INTEGER-TYPE-NUMERIC...
2013-07-04 Stas BoukarevUpdate ASDF to 3.0.2.
2013-07-04 Christophe Rhodes1.1.9: will be tagged as "sbcl-1.1.9"
2013-06-28 Paul KhuongStore FP values from x87 to the heap outside pseudo...
2013-06-28 Paul KhuongNew contrib: SB-GMP
2013-06-28 Attila LendvaiWrap the body of sb-debug:backtrace with with-debug...
2013-06-28 Attila LendvaiUse sb!ext:print-symbol-with-prefix in implicit-generic...
2013-06-22 Stas Boukarevbacktrace: don't cons large lists when RCX is overwritt...
2013-06-10 Christophe RhodesNote removal of post-receive-email in NEWS
2013-06-10 Lutz EulerMicro-optimize DOUBLE-FLOAT-LOW-BITS on x68-64.
2013-06-10 Lutz EulerMake clean.sh clean up doc/internals, too.
2013-06-08 Paul KhuongHandle (aref v (+ i k)), with i negative
2013-06-08 Paul KhuongConsistently force (double) rounding of foreign x87...
2013-06-08 Paul KhuongSimplify RATIONAL/constant FLOAT and INTEGER/constant...
2013-06-08 Paul KhuongMore identity folding for LOGAND and LOGIOR with constants
2013-06-08 Paul KhuongEnable signed modular arithmetic for LOGIOR
2013-06-08 Paul KhuongEnable more modular arithmetic
next