X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=TODO;h=0777ea5d54e20ff07027f97a710de0bd2368bf8c;hb=80304981972c91c1b3f3fca75f36dacf1fecf307;hp=a314c893c75ecf79f1ec0092252d61e689fe8022;hpb=d40a76606c86722b0aef8179155f9f2840739b72;p=sbcl.git diff --git a/TODO b/TODO index a314c89..0777ea5 100644 --- a/TODO +++ b/TODO @@ -4,11 +4,11 @@ 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: -* more renaming in global external names: +* more renaming (esp. for global as opposed to lexical names): ** reserved DO-FOO-style names for iteration macros - ** finished s/FUNCTION/FUN/ - ** s/VARIABLE/VAR/ + ** s/ARGUMENT/ARG/ ** perhaps s/DEF-FROB/DEF/ or s/DEF-FROB/DEFINE/ + ** merged SB-C-CALL into SB-ALIEN * Perhaps rename "cold" stuff (e.g. SB-COLD and src/cold/) to "boot". * pending patches and bug reports that go in (or else get handled somehow, rejected/logged/whatever) before 0.7.0: @@ -16,7 +16,7 @@ for 0.7.0: for early 0.7.x: * patches postponed until after 0.7.0: - ** Christophe Rhodes "rough patch to fix bug 106" 2001-10-28 + ** CSR "rough patch to fix bug 106" 2001-10-28 ** Alexey Dejneka "bug 111" 2001-12-30 * building with CLISP (or explaining why not). This will likely involve a rearrangement of the build system so that it never renames @@ -26,6 +26,9 @@ for early 0.7.x: besides CLISPiosyncrasies, I'm reasonably motivated to do it. * urgent EVAL/EVAL-WHEN/%COMPILE/DEFUN/DEFSTRUCT cleanup: ** made inlining DEFUN inside MACROLET work again + ** (also, while working on INLINE anyway, it should be easy + to flush the old MAYBE-INLINE cruft entirely, + including e.g. on the man page) ** fixed bug 137 (more) * faster bootstrapping (both make.sh and slam.sh) ** added mechanisms for automatically finding dead code, and