2014-11-05 |
Douglas Katzman | Disable gencgc wipe feature on account of lp#1389866
|
commit | commitdiff | tree |
2014-11-05 |
Douglas Katzman | Remove double negative
|
commit | commitdiff | tree |
2014-11-05 |
Douglas Katzman | Make early class predicates (CLASSP etc) get source...
|
commit | commitdiff | tree |
2014-11-05 |
Douglas Katzman | Slight improvement to SLOT-{VALUE,BOUNDP,MAKUNBOUND...
|
commit | commitdiff | tree |
2014-11-04 |
Douglas Katzman | Add FIXME about some probably obsolete code.
|
commit | commitdiff | tree |
2014-11-04 |
Douglas Katzman | Hoist up some typechecks to avoid emitting them repeatedly.
|
commit | commitdiff | tree |
2014-11-03 |
Douglas Katzman | Small speedup to FIND-SLOT-CELL (perhaps 5% faster)
|
commit | commitdiff | tree |
2014-11-03 |
Douglas Katzman | Use STD-COMPUTE-SLOTS for {STRUCTURE,CONDITION}-CLASS...
|
commit | commitdiff | tree |
2014-11-03 |
Douglas Katzman | Remove distracting "It would be better ..." comment.
|
commit | commitdiff | tree |
2014-11-02 |
Douglas Katzman | Improve MAKE-LOAD-FORM-SAVING-SLOTS on STRUCTURE-OBJECT.
|
commit | commitdiff | tree |
2014-11-01 |
Douglas Katzman | Fix some C compiler warnings.
|
commit | commitdiff | tree |
2014-11-01 |
Douglas Katzman | Fix unreachable code warning due to 83e5661ae59addac315e6754...
|
commit | commitdiff | tree |
2014-10-31 |
Douglas Katzman | Replace a bunch of FIXMEs with a couple KLUDGEs.
|
commit | commitdiff | tree |
2014-10-28 |
Douglas Katzman | Remove unnecessary code from CIRCLE-SUBST introduced...
|
commit | commitdiff | tree |
2014-10-28 |
Douglas Katzman | Fix overly conservative behavior of update_page_write_prot().
|
commit | commitdiff | tree |
2014-10-28 |
Douglas Katzman | Remove dead variable
|
commit | commitdiff | tree |
2014-10-26 |
Douglas Katzman | Fix memory overrun error in REINIT.
|
commit | commitdiff | tree |
2014-10-19 |
Douglas Katzman | Better commentary for %INSTANCE-LENGTH in the cross...
|
commit | commitdiff | tree |
2014-10-19 |
Douglas Katzman | Whitespace fix and a trivial simplification
|
commit | commitdiff | tree |
2014-10-19 |
Douglas Katzman | Add comment on misleading accessor name for array data...
|
commit | commitdiff | tree |
2014-10-19 |
Douglas Katzman | Signal style-warning for (DECLARE (OPTIMIZE (SPEED...
|
commit | commitdiff | tree |
2014-10-15 |
Douglas Katzman | Fix disappearing docstring that also broke #!-sb-doc...
|
commit | commitdiff | tree |
2014-10-15 |
Douglas Katzman | Implement CHAR/=,CHAR-NOT-EQUAL using same logic as...
|
commit | commitdiff | tree |
2014-10-15 |
Douglas Katzman | Improve comment and tests from previous commit, fix...
|
commit | commitdiff | tree |
2014-10-15 |
Douglas Katzman | Remove cruft from GENSYM and make it significantly...
|
commit | commitdiff | tree |
2014-10-15 |
Douglas Katzman | Change WRITE-TO-STRING from FLUSHABLE to UNSAFELY-FLUSHABLE.
|
commit | commitdiff | tree |
2014-10-15 |
Douglas Katzman | Remove obsolete symbol names from package-data-list
|
commit | commitdiff | tree |
2014-10-15 |
Douglas Katzman | Out-of-line character and numeric inequalities should...
|
commit | commitdiff | tree |
2014-10-14 |
Douglas Katzman | Delete obsolete cross-compiler stubs
|
commit | commitdiff | tree |
2014-10-13 |
Douglas Katzman | Make COMPILE-FILE detect multiply-defined global macros...
|
commit | commitdiff | tree |
2014-10-12 |
Douglas Katzman | Add SET-MACRO-POLICY as mentioned on sbcl-devel
|
commit | commitdiff | tree |
2014-10-10 |
Douglas Katzman | Disassembler shouldn't be too clever in picking names...
|
commit | commitdiff | tree |
2014-10-10 |
Douglas Katzman | Don't heap cons the list holder cell in DELETE.
|
commit | commitdiff | tree |
2014-10-09 |
Douglas Katzman | Quiet a transform whose efficiency note was dubious.
|
commit | commitdiff | tree |
2014-10-05 |
Douglas Katzman | Delete redundant function
|
commit | commitdiff | tree |
2014-10-05 |
Douglas Katzman | Fix typo in C preprocessor undef
|
commit | commitdiff | tree |
2014-10-02 |
Douglas Katzman | Fix gc lose() messages.
|
commit | commitdiff | tree |
2014-10-01 |
Douglas Katzman | Abstract base STRUCTURE!OBJECT doesn't need predicate...
|
commit | commitdiff | tree |
2014-10-01 |
Douglas Katzman | Make package-hashtable load factors adjustable.
|
commit | commitdiff | tree |
2014-10-01 |
Douglas Katzman | Remove character U+2019 in ;-comment for non-Unicode...
|
commit | commitdiff | tree |
2014-09-29 |
Douglas Katzman | Deal with some efficiency notes in stream external...
|
commit | commitdiff | tree |
2014-09-28 |
Douglas Katzman | Make !DEF-DEBUG-COMMAND and !MAKE-SAETP really uninternable.
|
commit | commitdiff | tree |
2014-09-28 |
Douglas Katzman | Remove :STACKP option to DEFINE-COLD-FOP
|
commit | commitdiff | tree |
2014-09-28 |
Douglas Katzman | Tidy up parts of DEFSTRUCT's implementation.
|
commit | commitdiff | tree |
2014-09-28 |
Douglas Katzman | Eliminate tests whose only purpose was "to get past...
|
commit | commitdiff | tree |
2014-09-28 |
Douglas Katzman | LET works fine in 'make-target-2-load' - use it as...
|
commit | commitdiff | tree |
2014-09-28 |
Douglas Katzman | Remove unused macro args
|
commit | commitdiff | tree |
2014-09-27 |
Douglas Katzman | Fix contribs for IPv6 on MacOS. Patch by Jan Moringen
|
commit | commitdiff | tree |
2014-09-27 |
Douglas Katzman | Remove unnecessary use of IN-SYNONYM-OF
|
commit | commitdiff | tree |
2014-09-22 |
Douglas Katzman | Avoid some indirections in LAYOUT-OF
|
commit | commitdiff | tree |
2014-09-21 |
Douglas Katzman | Move POP-FOP-STACK into genesis, no longer used by...
|
commit | commitdiff | tree |
2014-09-20 |
Douglas Katzman | Don't unparse alien type (FUNCTION X) as #'X.
|
commit | commitdiff | tree |
2014-09-20 |
Douglas Katzman | Fix typo and amend comment
|
commit | commitdiff | tree |
2014-09-20 |
Douglas Katzman | Update comment in gencgc
|
commit | commitdiff | tree |
2014-09-19 |
Douglas Katzman | Add NEWS entry to globaldb bug
|
commit | commitdiff | tree |
2014-09-19 |
Douglas Katzman | Check for fop stack underflow once only in LOAD-CODE.
|
commit | commitdiff | tree |
2014-09-18 |
Douglas Katzman | Fix 32-bit GLOBALDB-SXHASHOID nondeterminism, and whitespace.
|
commit | commitdiff | tree |
2014-09-18 |
Douglas Katzman | Further enhance *TRACK-FULL-CALLED-FNAMES-P*
|
commit | commitdiff | tree |
2014-09-18 |
Douglas Katzman | Workaround for lp# 1370836
|
commit | commitdiff | tree |
2014-09-18 |
Douglas Katzman | Fix strange edge case in :report of case-failure error.
|
commit | commitdiff | tree |
2014-09-17 |
Douglas Katzman | Remove STACKP option to DEFINE-FOP.
|
commit | commitdiff | tree |
2014-09-16 |
Douglas Katzman | Check for stack underflow once only in FOP-LIST,-LIST*.
|
commit | commitdiff | tree |
2014-09-16 |
Douglas Katzman | Tweak LOAD-FASL-GROUP
|
commit | commitdiff | tree |
2014-09-16 |
Douglas Katzman | In FOP-FUNCALL{-FOR-EFFECT} check for stack underflow...
|
commit | commitdiff | tree |
2014-09-16 |
Douglas Katzman | Make DEFINE-FOP more declarative and perform fewer...
|
commit | commitdiff | tree |
2014-09-15 |
Douglas Katzman | Restore a FIXME that someone should not have been deleted...
|
commit | commitdiff | tree |
2014-09-15 |
Douglas Katzman | Remove some dead comments about *LOAD-PRINT* in fasloading.
|
commit | commitdiff | tree |
2014-09-14 |
Douglas Katzman | Enhance the mechanism for recording full-calls in IR2.
|
commit | commitdiff | tree |
2014-09-12 |
Douglas Katzman | Parameterize the magic number in Martin's former 'life...
|
commit | commitdiff | tree |
2014-09-12 |
Douglas Katzman | Don't insert @BODY thrice in DO-PACKED-TNS
|
commit | commitdiff | tree |
2014-09-12 |
Douglas Katzman | Remove reference to nonexistent function
|
commit | commitdiff | tree |
2014-09-12 |
Douglas Katzman | Improve LOOP REPEAT N for constant-foldable N.
|
commit | commitdiff | tree |
2014-09-10 |
Douglas Katzman | Make READ-MAYBE-NOTHING the only right way to call...
|
commit | commitdiff | tree |
2014-09-10 |
Douglas Katzman | Squelch a warning
|
commit | commitdiff | tree |
2014-09-10 |
Douglas Katzman | More reader cruft deletion.
|
commit | commitdiff | tree |
2014-09-10 |
Douglas Katzman | Remove ENSURE-ONE-OF from fd-stream.
|
commit | commitdiff | tree |
2014-09-09 |
Douglas Katzman | Have 'chill' restore some macros for compatibility
|
commit | commitdiff | tree |
2014-09-09 |
Douglas Katzman | Reject symbols that looks like integers in SHARP-COLON.
|
commit | commitdiff | tree |
2014-09-09 |
Douglas Katzman | x86-64: Remove not-quite-working !N-FIXNUM-TAG-BITS...
|
commit | commitdiff | tree |
2014-09-08 |
Douglas Katzman | Define SINGLETON-P earlier
|
commit | commitdiff | tree |
2014-09-08 |
Douglas Katzman | Make WRITE work throughout COLD-INIT.
|
commit | commitdiff | tree |
2014-09-08 |
Douglas Katzman | Point out a mistake in the FORMAT interpreter.
|
commit | commitdiff | tree |
2014-09-08 |
Douglas Katzman | Printing a CLASS with no proper name will now show...
|
commit | commitdiff | tree |
2014-09-04 |
Douglas Katzman | Trivial cleanup
|
commit | commitdiff | tree |
2014-09-03 |
Douglas Katzman | Move package initialization earlier in cold-init.
|
commit | commitdiff | tree |
2014-09-01 |
Douglas Katzman | Simplify most uses of WITH-SYMBOL by altering its interface...
|
commit | commitdiff | tree |
2014-09-01 |
Douglas Katzman | Use NTH-VALUE when that's what is meant.
|
commit | commitdiff | tree |
2014-09-01 |
Douglas Katzman | Fix defknown of MAKE-RANDOM-STATE to avoid manual CHECK...
|
commit | commitdiff | tree |
2014-08-31 |
Douglas Katzman | Point out possible improvement to SXHASH
|
commit | commitdiff | tree |
2014-08-31 |
Douglas Katzman | Fix some glitches regarding INTERN/FIND-SYMBOL and...
|
commit | commitdiff | tree |
2014-08-31 |
Douglas Katzman | Add comment
|
commit | commitdiff | tree |
2014-08-31 |
Douglas Katzman | Probably get specializing array dumping right finally.
|
commit | commitdiff | tree |
2014-08-31 |
Douglas Katzman | Improve the OAOO-ness of DO-SYMBOLS, DO-{ALL,EXTERNAL...
|
commit | commitdiff | tree |
2014-08-31 |
Douglas Katzman | Remove kludge from UNINTERESTING-ORDINARY-FUNCTION...
|
commit | commitdiff | tree |
2014-08-28 |
Douglas Katzman | Fix WITH-PACKAGE-ITERATOR regression: grab vectors...
|
commit | commitdiff | tree |
2014-08-25 |
Douglas Katzman | Dxify the lambda in PRINT-UNREADABLE-OBJECT
|
commit | commitdiff | tree |
2014-08-23 |
Douglas Katzman | Make package-data-list accept featureized sublists...
|
commit | commitdiff | tree |
2014-08-23 |
Douglas Katzman | WITHOUT-PACKAGE-LOCKS needn't be re-invented in sb-gmp
|
commit | commitdiff | tree |
2014-08-23 |
Douglas Katzman | Remove some imports
|
commit | commitdiff | tree |
2014-08-23 |
Douglas Katzman | Delete MOBY-UNINTERN, a holdover from CMUCL
|
commit | commitdiff | tree |