describe: show the same information about functions for 'x and #'x.
[sbcl.git] / src / code /
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...
2013-06-08 Paul KhuongAdjust internal encoding for TN location for larger...
2013-06-08 Paul KhuongFix negation of SIMD-PACK types
2013-06-05 Stas BoukarevStop exporting unused symbols.
2013-06-05 Stas BoukarevFactor out read-var-integer into a function.
2013-06-05 Stas BoukarevOptimize (mod FIXNUM) type-checks on x86oids.
2013-06-04 Christophe Rhodesfix CL case conversions of characters involving iota...
2013-06-03 Stas BoukarevUninitialized type-error conditions can now be printed.
2013-06-03 Stas Boukarevsleep: Add more precautions to avoid consing on x86.
2013-06-03 Stas BoukarevFix sleep on ratios, avoiding consing.
2013-06-03 Christophe Rhodesfix sleep on most ratios
2013-06-03 Christophe Rhodesdelete ye olde FIXME relating to unbound variable warnings
2013-06-03 Christophe Rhodesfix (again) the handling of read errors in the debugger
2013-06-02 Stas BoukarevAvoid consing in SLEEP.
2013-06-02 Stas BoukarevDon't go through fdefn when referencing #'known-functions.
2013-06-02 Christophe Rhodesslightly better handling of read errors in the debugger
2013-05-27 Paul KhuongCompute single-value-type correctly in the absence...
2013-05-27 Christophe Rhodesfix CHAR-EQUALity of non-ascii caseful characters
2013-05-23 Christophe Rhodesfix build with #!-SB-UNICODE
2013-05-21 Paul KhuongAdditional niceties and middle end support for short...
2013-05-21 Paul KhuongBack end work for short vector SIMD packs
2013-05-21 Paul KhuongFront end infrastructure for short vector SIMD packs
2013-05-21 Paul KhuongConstant-fold backquote of constant expressions
2013-05-20 Alastair Bridgewaterroom: Fix reconstituting CONS cells with unbound-marker...
2013-05-20 Paul KhuongFix (CONCATENATE 'null ...) for generic sequences
2013-05-20 Paul KhuongPrint intermediate evaluation results for some ASSERTed...
2013-05-20 Paul KhuongTake bitwidth into account in BOOLEAN alien type
2013-05-20 Paul KhuongDeclare the argument type for float-radix
2013-05-18 Christophe Rhodesimplement primary and canonical composition, and hence...
2013-05-18 Christophe Rhodesbetter UCD treatment of characters not allocated by...
2013-05-18 Christophe Rhodesapply recursive decomposition in DECOMPOSE-STRING
2013-05-18 Christophe Rhodesfix test for Blocked condition in canonical normalization
2013-05-18 Christophe Rhodesimprove normalize-string
2013-05-18 Christophe Rhodescomment on LSTRING implementation
2013-05-18 Christophe Rhodeshandle Hangul syllable decomposition
2013-05-18 Christophe Rhodeswork-in-progress towards full normalization support
2013-05-18 Christophe Rhodesbeginnings of decomposition
2013-05-18 Christophe RhodesIncorporate some decomposition information in ucd table
next