FindBin.pm on Win32 systems
[p5sagit/p5-mst-13.2.git] / Todo
diff --git a/Todo b/Todo
index e9263cc..a4cecbf 100644 (file)
--- a/Todo
+++ b/Todo
@@ -23,6 +23,7 @@ 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?)
 
 Possible pragmas
        debugger
@@ -32,7 +33,6 @@ Optimizations
        constant function cache
        switch structures
        eval qw() at compile time
-       foreach (1..1000000)
        foreach(reverse...)
        Set KEEP on constant split
        Cache eval tree (unless lexical outer scope used (mark in &compiling?))
@@ -47,7 +47,6 @@ Optimizations
 
 Vague possibilities
        ref function in list context
-       data prettyprint function?  (or is it, as I suspect, a lib routine?)
        make tr/// return histogram in list context?
        Loop control on do{} et al
        Explicit switch statements