Make the "uninit variable" warning to say "concat or string"
[p5sagit/p5-mst-13.2.git] / Todo
diff --git a/Todo b/Todo
index f91f154..ba01d33 100644 (file)
--- a/Todo
+++ b/Todo
@@ -1,6 +1,11 @@
 Always check out the latest perl5-porters discussions on these subjects
 before embarking on an implementation tour.
 
+Bugs
+       remove recursion in regular expression engine
+       fix memory leaks during compile failures
+       make signal handling safe
+
 Tie Modules
        VecArray                Implement array using vec()
        SubstrArray             Implement array using substr()