summaryrefslogtreecommitdiff
path: root/Todo-5.005
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-02-02 14:10:59 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-02-02 14:10:59 +0000
commit45ebb638fbf7827286b3af8ef5ee41ca14e8867b (patch)
treefc98548ef70283e9ddc9a4e73579cfce75a05a1a /Todo-5.005
parent555834d14460c5da1e96b36a5c7c839f86c06cd6 (diff)
downloadperl-45ebb638fbf7827286b3af8ef5ee41ca14e8867b.tar.gz
Update todo.
p4raw-id: //depot/cfgperl@2780
Diffstat (limited to 'Todo-5.005')
-rw-r--r--Todo-5.00515
1 files changed, 15 insertions, 0 deletions
diff --git a/Todo-5.005 b/Todo-5.005
index 31cf632b1d..da4b7afd24 100644
--- a/Todo-5.005
+++ b/Todo-5.005
@@ -25,6 +25,21 @@ 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
+
+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