summaryrefslogtreecommitdiff
path: root/Todo-5.005
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-02-08 00:19:46 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-02-08 00:19:46 +0000
commita43a7b9b40bf89fadd8851b90ce97e573bb2509a (patch)
tree43dda3a1d650d95eb92c04bdff79491c04bbc1ae /Todo-5.005
parentf5c9036e8e34a1c3af842cea81cf0efef683a2b8 (diff)
parentff49bff8f179cd4f0cb16d6811e862f772f03ee0 (diff)
downloadperl-a43a7b9b40bf89fadd8851b90ce97e573bb2509a.tar.gz
integrate cfgperl changes into mainline
p4raw-id: //depot/perl@2830
Diffstat (limited to 'Todo-5.005')
-rw-r--r--Todo-5.00516
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