diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-08 00:19:46 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-08 00:19:46 +0000 |
commit | a43a7b9b40bf89fadd8851b90ce97e573bb2509a (patch) | |
tree | 43dda3a1d650d95eb92c04bdff79491c04bbc1ae /Todo-5.005 | |
parent | f5c9036e8e34a1c3af842cea81cf0efef683a2b8 (diff) | |
parent | ff49bff8f179cd4f0cb16d6811e862f772f03ee0 (diff) | |
download | perl-a43a7b9b40bf89fadd8851b90ce97e573bb2509a.tar.gz |
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@2830
Diffstat (limited to 'Todo-5.005')
-rw-r--r-- | Todo-5.005 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Todo-5.005 b/Todo-5.005 index 31cf632b1d..58959fab77 100644 --- a/Todo-5.005 +++ b/Todo-5.005 @@ -25,6 +25,22 @@ MULTIPLICITY support complete work on safe recursive interpreters, C<Perl->new()> revisit extra implicit arg that provides curthread/curinterp context +Configure + make configuring+building away from source directory work (VPATH et al) + _r support + cross-compilation configuring + mmap support + POSIX 1003.1 1996 Edition support + +Locales + locales across packages + decimal separator (3,1415927 is Europeanese for an approximation of pi) + +Regexen + POSIX [:foo:] character classes + ([=bar=] and [.zap.] would nice too but there's no API for them) + approximate matching + Reliable Signals alternate runops() for signal despatch figure out how to die() in delayed sighandler |