0.pre7.98:
[sbcl.git] / TODO
diff --git a/TODO b/TODO
index b7e98cc..506b353 100644 (file)
--- a/TODO
+++ b/TODO
@@ -5,21 +5,7 @@ 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
-       ** made %COMPILE set up debugging data more like the way the
-               debugger expects (and maybe even completely
-               correctly:-)
-               *** made (DISASSEMBLE 'PRINT) work
-* incompatible changes listed in NEWS:
-       ** changed debugger prompt to "5]", "5[2]", "5[3]", etc.
-       ** changed default output representation of *PRINT-ESCAPE*-ed
-               unprintable ASCII characters to #\Nul, #\Soh, etc.
-* some easy FIXMEs with high disruptive potential:
-       ** Search lists go away.
-       ** Grep for ~D and and change most of them to ~S.
 * more renaming in global external names:
-       ** used DEFINE-THE-FOO-THING and DEFFOO style consistently (and 
-               deprecated supported extensions named in the DEF-FOO
-               style, e.g. SB-ALIEN:DEF-ALIEN-ROUTINE)
        ** reserved DO-FOO-style names for iteration macros
        ** finished s/FUNCTION/FUN/
        ** s/VARIABLE/VAR/
@@ -27,10 +13,21 @@ for 0.7.0:
 * global style systematization:
        ** s/#'(lambda/(lambda/
        ** four-space indentation in C
+* pending patches and bug reports that go in (or else get handled
+       somehow, rejected/logged/whatever) before 0.7.0:
+       ** AD "BUG in nested backquotes processing"
+               sbcl-devel 2001-12-21
+       ** NJF bug report "bug in COPY-READTABLE" and AD patch,
+               both sbcl-devel 2001-12-24
+       ** AD patch for other readtable functions, sbcl-devel 2001-12-24
 =======================================================================
 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)
+* urgent EVAL/EVAL-WHEN/%COMPILE/DEFUN/DEFSTRUCT cleanup:
+       ** fixed bug 137
 * faster bootstrapping (both make.sh and slam.sh)
        ** added mechanisms for automatically finding dead code, and
                used them to remove dead code