X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=TODO;h=9b2dc6cf947184f3ed5d91db642c9d1f2031d567;hb=d2c3be7fa4cd6e09db6377ba45afab1af621dbfe;hp=b8c06380a65ab8292f922b45068a57c28919913a;hpb=e33fb894f991b2926d8f3bace9058e4c0b2c3a37;p=sbcl.git diff --git a/TODO b/TODO index b8c0638..9b2dc6c 100644 --- a/TODO +++ b/TODO @@ -4,22 +4,27 @@ for 0.7.0: protruding rusty nails and snipped off the trailing razor wire, 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: - ** reserved DO-FOO-style names for iteration macros - ** finished s/FUNCTION/FUN/ - ** s/VARIABLE/VAR/ - ** s/TOP-LEVEL/TOPLEVEL/ -* global style systematization: - ** s/#'(lambda/(lambda/ - ** four-space indentation in C +* more renaming (esp. for global as opposed to lexical names): +* 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: -* building with CLISP (or explaining why not) +* patches postponed until after 0.7.0: + ** CSR "rough patch to fix bug 106" 2001-10-28 + ** Alexey Dejneka "bug 111" 2001-12-30 +* 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: + ** made inlining DEFUN inside MACROLET work again + ** (also, while working on INLINE anyway, it should be easy + to flush the old MAYBE-INLINE cruft entirely, + including e.g. on the man page) + ** fixed bug 137 (more) * faster bootstrapping (both make.sh and slam.sh) ** added mechanisms for automatically finding dead code, and used them to remove dead code