X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=TODO;h=6225be143134136aab1f1008732db4d5653238bb;hb=45e102d04c2fd1be31ccb9f63d123ea86afb1858;hp=31dac18a876eda75036562366093327f68227f97;hpb=898ced2a4d1f2503f3447f6408ddf5b05a906261;p=sbcl.git diff --git a/TODO b/TODO index 31dac18..6225be1 100644 --- a/TODO +++ b/TODO @@ -5,13 +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 - ** (SB-DEBUG:BACKTRACE) output should start with something - including the name BACKTRACE, not (as in 0.pre7.88) - just "0: (\"hairy arg processor\" ...)" * 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/ @@ -19,10 +13,19 @@ 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: + ** NJF bug report "bug in COPY-READTABLE" and APD patch, + both sbcl-devel 2001-12-24 + ** APD 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