summaryrefslogtreecommitdiff
path: root/Todo
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-05-04 14:03:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-04 14:03:58 +0000
commit43d4bbc899d37eb18389db025e03eda26e08e8f7 (patch)
treeeac20e59f4d991a76dace61453cb94e4ab0ab444 /Todo
parent443572f53eddefca4df989a086a52c32f1745d81 (diff)
downloadperl-43d4bbc899d37eb18389db025e03eda26e08e8f7.tar.gz
Introduce perl572delta, update Todo, add the missing
mention about signal safety since 5.7.1 (though this requires verification and more details.) p4raw-id: //depot/perl@9989
Diffstat (limited to 'Todo')
-rw-r--r--Todo2
1 files changed, 0 insertions, 2 deletions
diff --git a/Todo b/Todo
index eb13f6588e..d1d405d339 100644
--- a/Todo
+++ b/Todo
@@ -4,7 +4,6 @@ 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()
@@ -81,7 +80,6 @@ Vague possibilities
make tr/// return histogram in list context?
loop control on do{} et al
explicit switch statements
- built-in globbing
compile to real threaded code
structured types
autocroak?