X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=TODO;h=a314c893c75ecf79f1ec0092252d61e689fe8022;hb=d40a76606c86722b0aef8179155f9f2840739b72;hp=6c8c147ce4a40efd361615abafd3f2f00e6abd05;hpb=f9d6d21a7f54638292214ceb9886edc03b99d545;p=sbcl.git diff --git a/TODO b/TODO index 6c8c147..a314c89 100644 --- a/TODO +++ b/TODO @@ -4,19 +4,14 @@ for 0.7.0: protruding rusty nails and snipped off the trailing razor wire, leaving some filing for later:-) from the monster EVAL/EVAL-WHEN/%COMPILE/DEFUN/DEFSTRUCT cleanup: - ** made inlining DEFUN inside MACROLET work again - ** bug 138 * more renaming in global external names: ** reserved DO-FOO-style names for iteration macros ** finished s/FUNCTION/FUN/ ** s/VARIABLE/VAR/ ** perhaps s/DEF-FROB/DEF/ or s/DEF-FROB/DEFINE/ * Perhaps rename "cold" stuff (e.g. SB-COLD and src/cold/) to "boot". -* global style systematization: - ** s/#'(lambda/(lambda/ * pending patches and bug reports that go in (or else get handled somehow, rejected/logged/whatever) before 0.7.0: - ** DIRECTORY problems (bug 139, CR patch sbcl-devel 2001-12-31) ======================================================================= for early 0.7.x: @@ -30,7 +25,8 @@ for early 0.7.x: of them. Since I have other motivations for this rearrangement besides CLISPiosyncrasies, I'm reasonably motivated to do it. * urgent EVAL/EVAL-WHEN/%COMPILE/DEFUN/DEFSTRUCT cleanup: - ** fixed bug 137 + ** made inlining DEFUN inside MACROLET work again + ** fixed bug 137 (more) * faster bootstrapping (both make.sh and slam.sh) ** added mechanisms for automatically finding dead code, and used them to remove dead code