summaryrefslogtreecommitdiff
path: root/Todo-5.6
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-22 13:54:27 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-22 13:54:27 +0000
commit6d4a0c54c276d09d6928f214f3f448fa26ea4970 (patch)
tree2e19d0596de901e7d9b181c574ea0e1774081797 /Todo-5.6
parentaca069ec24d9d45b6471cdbd86821d2695758021 (diff)
parent34163b213ca9891366c868cfe99211a3447832a9 (diff)
downloadperl-6d4a0c54c276d09d6928f214f3f448fa26ea4970.tar.gz
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@5868
Diffstat (limited to 'Todo-5.6')
-rw-r--r--Todo-5.61
1 files changed, 0 insertions, 1 deletions
diff --git a/Todo-5.6 b/Todo-5.6
index 72553630c8..f214ba6a87 100644
--- a/Todo-5.6
+++ b/Todo-5.6
@@ -13,7 +13,6 @@ Unicode support
- a way to set default disciplines for all handle constructors:
use open IN => ":any", OUT => ":utf8", SYS => ":utf16"
eliminate need for "use utf8;"
- autoload utf8_heavy.pl's swash routines in swash_init()
autoload byte.pm when byte:: is seen by the parser
check uv_to_utf8() calls for buffer overflow
(see also "Locales", "Regexen", and "Miscellaneous")