0.pre7.111:
[sbcl.git] / TODO
diff --git a/TODO b/TODO
index a861858..6c8c147 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,23 +5,30 @@ for 0.7.0:
        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/
-       ** s/TOP-LEVEL/TOPLEVEL/
+       ** 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/
-       ** four-space indentation in C
-* pending patches that go in (or else get rejected) before 0.7.0:
-       ** Alexey Dejneka "BUG in nested backquotes processing"
-               sbcl-devel 2001-12-21
+* 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:
 
 * patches postponed until after 0.7.0:
        ** Christophe Rhodes "rough patch to fix bug 106" 2001-10-28
-* building with CLISP (or explaining why not)
+       ** 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
+       the output from COMPILE-FILE, because CLISP's COMPILE-FILE
+       outputs two (!) files and as far as I can tell LOAD uses both
+       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
 * faster bootstrapping (both make.sh and slam.sh)