X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=TODO;h=6c8c147ce4a40efd361615abafd3f2f00e6abd05;hb=f9d6d21a7f54638292214ceb9886edc03b99d545;hp=887dc4fd70bb3e99a1be945785b9a8dab6fb6b44;hpb=c1aeac123df223746249567a9c0d2f656d1222cb;p=sbcl.git diff --git a/TODO b/TODO index 887dc4f..6c8c147 100644 --- a/TODO +++ b/TODO @@ -11,6 +11,7 @@ for 0.7.0: ** finished s/FUNCTION/FUN/ ** s/VARIABLE/VAR/ ** 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/ * pending patches and bug reports that go in (or else get handled @@ -22,7 +23,12 @@ for early 0.7.x: * patches postponed until after 0.7.0: ** Christophe Rhodes "rough patch to fix bug 106" 2001-10-28 ** Alexey Dejneka "bug 111" 2001-12-30 -* building with CLISP (or explaining why not) +* 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)