summaryrefslogtreecommitdiff
path: root/Todo
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafcol.lafayette.edu>1994-04-04 00:00:00 +0000
committerAndy Dougherty <doughera@lafcol.lafayette.edu>1994-04-04 00:00:00 +0000
commit2304df62caa7d9be70e8b8bcdb454e139c9c103d (patch)
tree98a456ef0fbe59b1a02bfe68afa4a3d9afb4f21c /Todo
parent8990e3071044a96302560bbdb5706f3e74cf1bef (diff)
downloadperl-2304df62caa7d9be70e8b8bcdb454e139c9c103d.tar.gz
perl 5.0 alpha 8
[the last one taken from the September '94 InfoMagic CD; a similar style of cleanup as the previous commits was performed]
Diffstat (limited to 'Todo')
-rwxr-xr-xTodo7
1 files changed, 6 insertions, 1 deletions
diff --git a/Todo b/Todo
index d8badae40a..16255eaa09 100755
--- a/Todo
+++ b/Todo
@@ -12,6 +12,8 @@ Bugs
Make yyparse recursion longjmp() proof.
Make "delete $array{$key} while ($key) = each %array" safe
Wrong line reported for runtime elsif condition error
+ TOOSTRICT is not too strict
+ recv and sysread should taint
Regexp extensions
/m for multiline
@@ -35,8 +37,11 @@ Would be nice to have
format BOTTOM
willcall()
-iprefix.
+ -i rename file only when successfully changed
All ARGV input should act like <>
Multiple levels of warning
+ .= shouldn't complain about undefined under -w
+ report HANDLE [formats].
Pragmas ("assume" maybe?)
integer, float
@@ -55,11 +60,11 @@ Optimizations
Optimize away @_ where possible
sfio?
"one pass" global destruction
+ Optimize sort by { $a <=> $b }
Need to think more about
ref function in list context
Populate %SIG at startup if appropriate
- write HANDLE [formats].
Vague possibilities
sub mysplice(@, $, $, ...)