diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-23 05:31:12 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-23 05:31:12 +0000 |
commit | 7a95317de3a0b3e190302bf7cc5140404911987c (patch) | |
tree | a8818d559a976248cc96fed44eb80a4d5d55610e /Todo | |
parent | c997b287b8c721c9a0633dd2854169c31515bded (diff) | |
download | perl-7a95317de3a0b3e190302bf7cc5140404911987c.tar.gz |
revise perldelta for more optimal ordering, minor Todo
rearrangments
p4raw-id: //depot/perl@5897
Diffstat (limited to 'Todo')
-rw-r--r-- | Todo | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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() |