Fix make-array transforms.
[sbcl.git] / src / code /
2014-01-05 Stas BoukarevFix make-array transforms. master
2014-01-04 Christophe Rhodesbetter encapsulation support in generic functions
2014-01-03 Stas BoukarevFix the recent %vector-widetag-and-n-bits change.
2014-01-02 Stas BoukarevOptimize MAKE-ARRAY on unknown element-type.
2013-12-31 Stas BoukarevHandle run-program with :directory nil.
2013-12-23 Alastair Bridgewaterexternal-formats: Add support for MacRoman character...
2013-12-16 Stas BoukarevRestore cross-compilation with CLISP.
2013-12-03 Stas BoukarevOptimize make-array for unknown dimensions.
2013-12-02 Paul KhuongNew function SB-IMPL:SCHWARTZIAN-STABLE-SORT-LIST
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-29 David LichteblauFix the cheneygc build
2013-11-22 Stas BoukarevFix deadlocks in GC on Windows.
2013-11-18 Christophe Rhodesmore targetted warnings for probable DEFSTRUCT syntax...
2013-11-18 Christophe Rhodesremove misplaced AVER
2013-11-16 Stas BoukarevInherit FP modes for new threads on Windows.
2013-11-15 Stas BoukarevFix system error message decoding on Windows.
2013-11-15 Christophe Rhodesfix another LET*/:interpret bug
2013-11-14 Paul KhuongMore meaningful error message for OPEN :IF-EXISTS ...
2013-11-14 Paul KhuongNew function SB-EXT:ASSERT-VERSION->=
2013-11-12 Stas BoukarevFix typos in docstrings and function names.
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-BIND.
2013-11-07 Stas BoukarevOptimize RESTART-CASE.
2013-11-06 Stas BoukarevFix equality between #p"~" and (user-homedir-pathname...
2013-11-06 Stas BoukarevDisable win32 pathnames routines on -win32 and vice...
2013-11-06 Stas BoukarevRemove get2 variant of get.
2013-11-05 Stas BoukarevOptimize raw-instance-slots-equalp for #-complex-float...
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-03 Stas BoukarevFix raw-instance-slots-equalp on SPARC.
2013-11-03 Stas BoukarevFix EQUALP on structures with raw slots.
2013-11-03 Christophe Rhodesfix LET* environment semantics in sexp-based evaluator
2013-11-03 Stas BoukarevFix undefined function error on SPARC.
2013-10-31 Stas BoukarevRemove *static-foreign-symbols* from #+sb-dynamic-core...
2013-10-31 Stas Boukarevdescribe: show the same information about functions...
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-22 Jan MoringenMake some RESTART slots read-only
2013-10-22 Jan MoringenComments and rearrangements in {defboot,target-error...
2013-10-21 Christophe Rhodessignal errors for bad initialization of slot definitions
2013-10-18 Stas BoukarevRemove duplicate implementations of (setf aref/sbit...
2013-10-17 Stas BoukarevStop (describe (make-instance 'generic-function)) from...
2013-10-17 Stas Boukarevfunction-lambda-expression: Return the name of a generi...
2013-10-17 Francois-Rene RideauDeliver each contrib as a single FASL. Don't implicitly...
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-12 Stas BoukarevFix another regression in dumping specialized vectors.
2013-10-09 Christophe Rhodesdon't consider an interpreted->compiled function change...
2013-10-07 Christophe Rhodeshexstr / cold-print fixes from Douglas Katzman
2013-10-03 Stas BoukarevForward referenced classoid-cells can now be loaded...
2013-10-03 stasmake-values-type-cached: Hardcode values of (sxhash...
2013-10-03 Stas BoukarevOptimize the compiler a bit.
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-24 Stas BoukarevFix OPEN with :io and :if-does-not-exist nil.
2013-09-19 Stas BoukarevFix loading specialized vectors from fasls.
2013-09-16 Stas BoukarevRemove a level of indirection in *linkage-info*.
2013-09-16 Stas BoukarevRestore building of +sb-unicode with -sb-unicode.
2013-09-13 Christophe Rhodesminor optimization to restart-case
2013-09-13 Jan MoringenSimplify RESTART-BIND and improve documentation string
2013-09-13 Jan MoringenRemove convoluted keyword argument processing in RESTAR...
2013-09-09 Stas BoukarevFix CHAR-EQUAL on base-chars on non-sb-unicode.
2013-09-09 Christophe Rhodesbetter comment describing INDEX type
2013-09-07 Stas BoukarevLDB/DPB do not check for negative indexes.
2013-09-06 Stas BoukarevRemove a wrong IGNORE declaration.
2013-09-06 Stas BoukarevSave some space in WITH-OUTPUT-TO-STRING.
2013-09-05 Stas BoukarevOptimize CHAR-EQUAL on constant and base-char args.
2013-09-05 Christophe RhodesDocument extensible sequence protocol
2013-09-05 Stas BoukarevOptimize some comparison functions for EQ cases.
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 Stas BoukarevRemove debug-deinit, unused.
2013-08-28 Stas BoukarevRemove an unused variable, *unwind-to-frame-function*.
2013-08-24 Stas BoukarevRevert "Clean up %more-arg-values."
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 Stas BoukarevDon't hardcode the number of gencgc generations.
2013-08-21 Stas BoukarevFlush streams more precisely.
2013-08-20 Stas BoukarevClean up %more-arg-values.
2013-08-06 Stas BoukarevFix undefined function errors on PPC and MIPS.
2013-07-16 Stas BoukarevOptimize TYPEP of (MOD X) on x86/x86-64.
2013-07-05 Christophe Rhodesrestore CLISP cross-compilability
2013-06-29 Paul KhuongRevert to binding *package* in bootstrappy code
2013-06-28 James M. LawrenceFix SLEEP on 32-bit platforms.
2013-06-28 Paul KhuongFix a typo in the block comment on encoding/decoding...
2013-06-28 Jan MoringenIn MAKE-THREAD, use WITH-SYSTEM-MUTEX for locking ...
2013-06-28 Attila LendvaiWrap the body of sb-debug:backtrace with with-debug...
2013-06-28 Attila LendvaiProvide more info in debugger-disabled-hook.
2013-06-28 Attila LendvaiUse sb!ext:print-symbol-with-prefix in implicit-generic...
2013-06-28 Pierre ThierryUpdate URL of "Long, Painful History of Time"
2013-06-24 Stas BoukarevSimplify EMIT-VOP further.
2013-06-22 Stas Boukarevbacktrace: don't cons large lists when RCX is overwritt...
2013-06-20 Joshua ElsasserGrovel timeval and timespec struct definitions rather...
next