summaryrefslogtreecommitdiff
path: root/Todo
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-23 05:31:12 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-23 05:31:12 +0000
commit7a95317de3a0b3e190302bf7cc5140404911987c (patch)
treea8818d559a976248cc96fed44eb80a4d5d55610e /Todo
parentc997b287b8c721c9a0633dd2854169c31515bded (diff)
downloadperl-7a95317de3a0b3e190302bf7cc5140404911987c.tar.gz
revise perldelta for more optimal ordering, minor Todo
rearrangments p4raw-id: //depot/perl@5897
Diffstat (limited to 'Todo')
-rw-r--r--Todo5
1 files changed, 5 insertions, 0 deletions
diff --git a/Todo b/Todo
index f91f1542ca..ba01d33db6 100644
--- 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()