describe: show the same information about functions for 'x and #'x.
[sbcl.git] / src /
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
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 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-20 Stas BoukarevClean up %more-arg-values.
2013-08-19 Stas BoukarevClean up and micro-optimize list checking in some x86...
2013-08-19 Stas BoukarevMicro-optimize copy-more-arg on x86-64.
2013-08-19 Stas BoukarevClean up listify-rest-args VOP on x86-64.
2013-08-19 Stas BoukarevApply a recent optimization more widely.
2013-08-15 Stas BoukarevAdd a memory barrier inside pseudo-atomic on PPC.
2013-08-15 Stas BoukarevSet up alien stack correctly on non-x86oids.
2013-08-15 Stas Boukarevcreate_os_thread: put pthread stack inside alien-stack.
2013-08-15 Stas BoukarevWarn when defining a setf-function together with a...
2013-08-15 Stas BoukarevThrow errors on malformed FUNCTION.
2013-08-15 Stas BoukarevOptimize calling asm routines and static foreign functi...
2013-08-06 Stas BoukarevFix undefined function errors on PPC and MIPS.
2013-08-01 Stas BoukarevMicrooptimize (signed-byte 64) type test on x86-64.
2013-07-28 Stas BoukarevMicrooptimize comparisons with 0 on x86oids.
2013-07-28 Stas BoukarevOptimize (unsigned-byte 32/64) type tests on x86oids.
2013-07-28 Stas BoukarevMicrooptimize type-tests on x86oids.
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 KhuongGrow regalloc datastructures geometrically for unbounde...
next