More robust homedir detection on Windows.
[sbcl.git] / src /
2013-11-10 Stas BoukarevMore robust homedir detection on Windows.
2013-11-10 Stas BoukarevFix merging of ~/ pathnames.
2013-11-08 Douglas KatzmanEliminate "unused variable" warning from ARRAY-ROW...
2013-11-08 Stas BoukarevDon't warn when #'(setf fun) is used in the presence...
2013-11-07 Stas BoukarevOptimize testing of sealed structures.
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-05 Stas BoukarevFix lose() invocation inside sparc-arch.c
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-04 Paul KhuongTwo new optimizer types for flow-sensitive type propagation
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-11-02 Stas BoukarevAdjust the recent defmethod change.
2013-11-01 Stas Boukarevdefmethod: make the function known at compile time.
2013-10-31 Stas BoukarevRemove *static-foreign-symbols* from #+sb-dynamic-core...
2013-10-31 Stas BoukarevFix defmethod arglists leaking into make-method-lambda.
2013-10-31 Stas Boukarevdescribe: show the same information about functions...
2013-10-26 Paul KhuongMake sure quantifiers don't cons
2013-10-26 Stas BoukarevReduce consing during SUBTYPEP on classes.
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-19 Paul KhuongWarn when wrapping constants with THE of multiple value...
2013-10-18 Stas BoukarevRemove duplicate implementations of (setf aref/sbit...
2013-10-17 Stas BoukarevAdd some missing FNDB declarations.
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-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-07 Christophe Rhodeshexstr / cold-print fixes from Douglas Katzman
2013-10-05 Stas BoukarevPrevent personality setting on Linux from going in...
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-10-01 Stas BoukarevOptimize RETURN-MULTIPLE on x86-64.
2013-09-30 Stas BoukarevFix is_linkage_table_addr in win32-os.c
2013-09-30 Christophe Rhodesalter ftype declarations in genesis.lisp
2013-09-30 Christophe Rhodesimprove SXHASH on fixnums
2013-09-30 Christophe Rhodesbetter SB-INT:MIX
2013-09-25 Stas BoukarevRestore win32 build.
2013-09-24 Stas BoukarevFix OPEN with :io and :if-does-not-exist nil.
2013-09-23 Stas BoukarevADJOIN shouldn't constant fold.
2013-09-22 Paul KhuongTest for broken copy-more-arg harder
2013-09-22 Paul KhuongSmaller initial stack frame size on x86oids
2013-09-22 Paul KhuongFix copy-more-arg on x86 and x86-64
2013-09-21 Stas BoukarevFix a regression in binding specials.
2013-09-19 Stas BoukarevOptimize special variable binding on sb-thread.
2013-09-19 Stas BoukarevFix loading specialized vectors from fasls.
2013-09-18 Christophe Rhodesrewrite DUMP-I-VECTOR
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-16 Christophe RhodesSET-FUNCALLABLE-INSTANCE-FUNCTION is user interface
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-10 Christophe Rhodesdetect cpl-protocol-violations early
2013-09-10 Stas BoukarevFix a regression in sb-safepoint.
2013-09-09 Stas BoukarevMicro-optimize move-immediate on x86-64.
2013-09-09 Stas BoukarevFix CHAR-EQUAL on base-chars on non-sb-unicode.
2013-09-09 Christophe Rhodesbetter ctor fallback-generators
2013-09-09 Christophe Rhodesbetter comment describing INDEX type
2013-09-08 Stas Boukarevsb-safepoint: Fix interrupts during GC.
2013-09-07 Stas BoukarevLDB/DPB do not check for negative indexes.
2013-09-07 Stas BoukarevAdjust SETcc instruction encoding on x86-64.
2013-09-06 Stas BoukarevImprove knownfun declarations.
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 Stas BoukarevAdd defknowns for TWO-ARG-CHAR-* functions.
2013-09-05 Stas BoukarevAdd a transform for EQUALP.
2013-09-05 Christophe RhodesDocument extensible sequence protocol
2013-09-05 Stas BoukarevOptimize some comparison functions for EQ cases.
2013-09-05 Stas BoukarevImprove the EQUAL transform.
2013-09-04 Stas BoukarevMicro-optimize calling assembly routines on x86oids.
2013-09-04 Stas BoukarevMicro-optimize calling alloc_tramp on x86_64.
2013-09-02 Stas BoukarevHandle compiler-error in LOAD when it's not run from...
2013-08-31 Stas BoukarevMicro-optimize gc scavenge.
2013-08-30 Stas BoukarevRemove a couple of unused variables in the C runtime.
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
next