130
I Use This!
Very High Activity

Commits : Listings

Analyzed 17 days ago. based on code collected 18 days ago.
Jan 29, 2024 — Jan 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
0.6.8.18: removed MNA "which patch is this?" comments removed undocumented "MNA: locally patch" patch More... over 24 years ago
0.6.8.17: deleted more unused stuff More... over 24 years ago
0.6.8.16: miscellaneous cleanups More... over 24 years ago
0.6.8.15: merged DTC's compound CONS type patches enabled (and fixed) tests in tests/compound-cons.impure.lisp canonicalized types (CONS *) etc. to (CONS T) etc. More... over 24 years ago
0.6.8.14: deleted MNA's tweaked version of DTC's compound CONS type More... over 24 years ago
0.6.8.13: added tests for compound CONS types More... over 24 years ago
0.6.8.12: removed "MNA: open-coded-simple-array patch" Argh! typecase-implicit-declarations doesn't add declarations after all.. just a messy no-op! And when I rewrite it to 'work', I finally notice it's a fundamentally broken idea. Gads. Delete it (and hope for real fix for #62). left small rewrites in CASE-BODY: Naming quantities is good. exported SB-KERNEL:%PUTHASH so DEFUN sees DEFKNOWN & vice versa removed bogus FOLDABLEness from hash table accessors More... over 24 years ago
0.6.8.11: SANE-PACKAGE now issues TYPE-ERROR, not just vanilla ERROR. removed *COMPILE-TIME-DEFINE-MACROS* added DTC comments clarifying that "MNA: dump-circular hack" is a suboptimal solution added underlying MNA typecase-implicit-declarations problem to the BUGS list as bug #62 finished reviewing MNA megapatch (but haven't removed rejected open-coded-simple-array-patch yet) More... over 24 years ago
0.6.8.10: tested for bug 21, didn't find it, removed it from BUGS. added SANE-PACKAGE to handle non-PACKAGE values of *PACKAGE* deleted some unused and redundant stuff from PCL More... over 24 years ago
0.6.8.9: tweaked DEFCONSTANTs to be more ANSI-compliant (as required when building using an XC host incorporating changes from the previous commit) and generally cleaner got rid of DEFCONSTANT WRAPPER-LAYOUT completely, which was used only by STRUCTURE-WRAPPER, which is now gone added SB-INT:DEFCONSTANT-EQX to help ANSIfy DEFCONSTANTs merged several small files into primordial-extensions.lisp converted DEFMACRO DEFCONSTANT to use EVAL-WHEN instead of IR1 magic, in order to make it ANSI enough for DEFCONSTANT-EQX to work removed various nested EVAL-WHENs (to help cross-compiler) identified bug IR1-3, added workaround in DO-EVAL-WHEN-STUFF incremented fasl file version (because of mismatch between old IR1 magic %DEFCONSTANT/%%DEFCONSTANT behavior and new EVAL-WHEN %DEFCONSTANT behavior) deleted some unused code fixed (DEFCONSTANT X 1) (DEFVAR X) (SETF X 2) bug More... over 24 years ago
0.6.8.9: tweaked DEFCONSTANTs to be more ANSI-compliant (as required when building using an XC host incorporating changes from the previous commit) and generally cleaner got rid of DEFCONSTANT WRAPPER-LAYOUT completely, which was used only by STRUCTURE-WRAPPER, which is now gone added SB-INT:DEFCONSTANT-EQX to help ANSIfy DEFCONSTANTs merged several small files into primordial-extensions.lisp converted DEFMACRO DEFCONSTANT to use EVAL-WHEN instead of IR1 magic, in order to make it ANSI enough for DEFCONSTANT-EQX to work removed various nested EVAL-WHENs (to help cross-compiler) identified bug IR1-3, added workaround in DO-EVAL-WHEN-STUFF incremented fasl file version (because of mismatch between old IR1 magic %DEFCONSTANT/%%DEFCONSTANT behavior and new EVAL-WHEN %DEFCONSTANT behavior) deleted some unused code fixed (DEFCONSTANT X 1) (DEFVAR X) (SETF X 2) bug More... over 24 years ago
0.6.8.8: undid "MNA: re-defconstant patch", added long explanation More... over 24 years ago
0.6.8.7: working regression tests for problems fixed by MNA megapatch More... over 24 years ago
0.6.8.6: applied MNA megapatch (will be edited shortly) More... over 24 years ago
0.6.8.5: fixed bug 1, and made clearer/cleaner debugger restarts More... over 24 years ago
0.6.8.3: added CODE-COMPONENT slot for NO-DEBUG-INFO condition More... over 24 years ago
0.6.8.3: added CODE-COMPONENT slot for NO-DEBUG-INFO condition More... over 24 years ago
0.6.8.2: converted /SHOW to /SHOW0 in SUB-GC to avoid infinite regress More... over 24 years ago
made debugger handle errors in printing *DEBUG-CONDITION* More... over 24 years ago
0.6.8: tweaked SXHASH DEFTRANSFORMs, fixed HANDLER-BIND More... over 24 years ago
0.6.7.26: fixed breakpoints on OpenBSD More... over 24 years ago
0.6.7.24: fixed some gcc warnings More... over 24 years ago
0.6.7.23: Use DEFTRANSFORM CONCATENATE for efficiency after all. More... over 24 years ago
0.6.7.22: removed CVS dollar-Header-dollar tags from sources More... over 24 years ago
0.6.7.21: a little less cut-and-paste programming in array.lisp More... over 24 years ago
0.6.7.20: removed DEFTRANSFORMs for some consing string operations More... over 24 years ago
0.6.7.19: added stop-compiler-crash patch from Martin Atzmueller More... over 24 years ago
0.6.7.18: FINISH-OUTPUT is now called more consistently on QUIT. More... over 24 years ago
0.6.7.17: revised fasl/core file version numbers More... over 24 years ago
0.6.7.16: spaces defined as X-START and X-END (not X_START and X_SIZE) More... over 24 years ago