X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=TODO;h=f45f2680ab0a34f12f673654f8cb9447eba291a8;hb=6e662062162ad5a6f09d6d3a5ec1249520e813a5;hp=b8c06380a65ab8292f922b45068a57c28919913a;hpb=e33fb894f991b2926d8f3bace9058e4c0b2c3a37;p=sbcl.git diff --git a/TODO b/TODO index b8c0638..f45f268 100644 --- a/TODO +++ b/TODO @@ -5,9 +5,9 @@ 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\" ...)" + ** whatever bug it is that causes s/#'(lambda/(lambda/ to + cause compilation failure in condition.lisp + ** perhaps function debug name quick fix, if there's an easy way * more renaming in global external names: ** reserved DO-FOO-style names for iteration macros ** finished s/FUNCTION/FUN/ @@ -15,11 +15,16 @@ for 0.7.0: ** s/TOP-LEVEL/TOPLEVEL/ * 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: ======================================================================= 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