X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=TODO;h=f45f2680ab0a34f12f673654f8cb9447eba291a8;hb=6e662062162ad5a6f09d6d3a5ec1249520e813a5;hp=506b3537f2c8ced0a18801bf354fb2963a778b52;hpb=683874b497a99cd2c11b6c5d9b47e2785b1ede5f;p=sbcl.git diff --git a/TODO b/TODO index 506b353..f45f268 100644 --- a/TODO +++ b/TODO @@ -5,6 +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 + ** 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/ @@ -12,14 +15,8 @@ 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: - ** 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: