More de-cut-and-pastos.
[p5sagit/p5-mst-13.2.git] / Todo
diff --git a/Todo b/Todo
index 3340e4f..2f20ed7 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
@@ -40,7 +41,6 @@ Optimizations
        Cache hash value?  (Not a win, according to Guido)
        Optimize away @_ where possible
        "one pass" global destruction
-       Optimize sort by { $a <=> $b }
        Rewrite regexp parser for better integrated optimization
        LRU cache of regexp: foreach $pat (@pats) { foo() if /$pat/ }