diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-06 18:52:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-08-06 18:52:57 +0000 |
commit | 11eeea96a679f7b20489fe2e2eab4958ef273d62 (patch) | |
tree | 4ba2d59de4f92d4b786c77ec58b8d153f107be31 /Todo | |
parent | 11695a7329b411687637c00af24e82ec54980447 (diff) | |
download | perl-11eeea96a679f7b20489fe2e2eab4958ef273d62.tar.gz |
Todo update.
p4raw-id: //depot/cfgperl@3931
Diffstat (limited to 'Todo')
-rw-r--r-- | Todo | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,5 @@ Check out always the latest perl5-porters discussions on these subjects -before embaring on an implementation tour. +before embarking on an implementation tour. Tie Modules VecArray Implement array using vec() @@ -47,6 +47,9 @@ Would be nice to have an extension (Devel::MProf?) that would return the malloc stats in a nice Perl datastructure (also a simple interface to return just the grand total would be good). + Unicode: [=bar=], combining characters equivalence + (U+4001 + U+0308 should be equal to U+00C4, in other words + A+diaereres should equal Ä), Unicode collation Possible pragmas debugger |