Tidy up #3542 and #3543.
[p5sagit/p5-mst-13.2.git] / Todo
diff --git a/Todo b/Todo
index 2f20ed7..ca5cbaf 100644 (file)
--- a/Todo
+++ b/Todo
@@ -10,9 +10,8 @@ Would be nice to have
        lexperl
        Bundled perl preprocessor
        Use posix calls internally where possible
-       gettimeofday
+       gettimeofday (possibly best left for a module?)
        format BOTTOM
-       -iprefix.
        -i rename file only when successfully changed
        All ARGV input should act like <>
        report HANDLE [formats].
@@ -23,7 +22,8 @@ Would be nice to have
        lvalue functions
        regression/sanity tests for suidperl
        Full 64 bit support (i.e. "long long")
-       Generalise Errno way of extracting cpp symbols and use that in Errno and Fcntl (ExtUtils::CppSymbol?)
+       Generalise Errno way of extracting cpp symbols and use that in
+           Errno and Fcntl (ExtUtils::CppSymbol?)
 
 Possible pragmas
        debugger
@@ -32,7 +32,6 @@ Possible pragmas
 Optimizations
        constant function cache
        switch structures
-       eval qw() at compile time
        foreach(reverse...)
        Set KEEP on constant split
        Cache eval tree (unless lexical outer scope used (mark in &compiling?))