This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
update to perlport-1.44 from Chris Nandor <pudge@pobox.com>
[perl5.git] / Todo-5.005
index 31cf632..b700603 100644 (file)
@@ -17,7 +17,6 @@ Compiler
 
 Namespace cleanup
     CPP-space:   restrict what we export from headers
-                  stop malloc()/free() pollution unless asked
     header-space: move into CORE/perl/
     API-space:    begin list of things that constitute public api
 
@@ -25,6 +24,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 [=bar=] and [.zap.] would nice too but there's no API for them
+   (=bar= could be done with Unicode, though)
+   approximate matching
+
 Reliable Signals
     alternate runops() for signal despatch
     figure out how to die() in delayed sighandler