home *** CD-ROM | disk | FTP | other *** search
- Reoptimize index & rindex (was done in perly.y).
- rcatmaybe
- fix ${foo[bar]} by make } skip junk
- nsubst et al turn off gimme == ARRAY
- delete *= 5 from hash function?
- Fix typo on solitary &func
- Optimize $a . $b . $c to use one temp
- Set KEEP on constant split
- make tr/// return histogram in list context.
- Should m//g attach state to searchee instead of itself?
- Optimize s/foo/$bar/.
- When does split() go to @_?
- Optimize context on "if (wantarray)"
- What about return LIST in a scalar context?
- Optimize chop $foo to OP_SCHOP.
- Optimize OPpASSIGN_COMMON.
- Optimize foreach on array.
- Optimize postincrement to preincrement.
- Do anything with "hint"?
- Macroize pad_sv()
- fix truncate(FH,num)
- Execute all BEGINs and ENDs.
- Make a good way to determine if *.pl is being executed directly.
- Make specialized allocators.
- Optimize constant lists.
- unpack("%32B*") to count bits.
- undef wantarray in void context
-
-