summaryrefslogtreecommitdiff
path: root/Todo
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1994-05-04 23:00:00 +0000
committerLarry Wall <lwall@netlabs.com>1994-05-04 23:00:00 +0000
commit85e6fe838fb25b257a1b363debf8691c0992ef71 (patch)
treefd5340cd6c3bbabfc21d3b0cac48e7ab3a481ebf /Todo
parent2304df62caa7d9be70e8b8bcdb454e139c9c103d (diff)
downloadperl-85e6fe838fb25b257a1b363debf8691c0992ef71.tar.gz
perl 5.0 alpha 9perl-5a9
[editor's note: the sparc executables have not been included, and emacs backup files have been removed]
Diffstat (limited to 'Todo')
-rwxr-xr-xTodo16
1 files changed, 9 insertions, 7 deletions
diff --git a/Todo b/Todo
index 16255eaa09..6e75f7ea37 100755
--- a/Todo
+++ b/Todo
@@ -11,9 +11,8 @@ Tie Modules
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
+ <$handle> doesn't work intuitively if $handle is ARGV
+ Anything in the Bugs directory
Regexp extensions
/m for multiline
@@ -27,6 +26,7 @@ Regexp extensions
Would be nice to have
Profiler
pack "(stuff)*"
+ Contiguous bitfields in pack/unpack
lexperl
Bundled perl preprocessor
Make $[ compile-time instead of run-time
@@ -42,11 +42,12 @@ Would be nice to have
Multiple levels of warning
.= shouldn't complain about undefined under -w
report HANDLE [formats].
+ tie(FILEHANDLE, ...)
+ __DATA__
-Pragmas ("assume" maybe?)
- integer, float
- nodebug, debug
- autocroak?
+Possible averments
+ debugger
+ optimize
Optimizations
Optimize switch statements
@@ -80,3 +81,4 @@ Vague possibilities
compile to real threaded code
structured types
paren counting in tokener to queue remote expectations
+ autocroak?