Update todo.
Jarkko Hietaniemi [Tue, 2 Feb 1999 14:10:59 +0000 (14:10 +0000)]
p4raw-id: //depot/cfgperl@2780

Todo-5.005

index 31cf632..da4b7af 100644 (file)
@@ -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