X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Todo-5.005;h=e06add9f0dd0ee12dc27207575b40e373820f89b;hb=06605284651a1ac6146b3e5bfbe2f3ff67c78591;hp=da4b7afd248f5cdb1ef1267924f32c33d823c830;hpb=45ebb638fbf7827286b3af8ef5ee41ca14e8867b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Todo-5.005 b/Todo-5.005 index da4b7af..e06add9 100644 --- a/Todo-5.005 +++ b/Todo-5.005 @@ -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 @@ -29,18 +28,18 @@ 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) + locales across packages? Regexen - POSIX [:foo:] character classes - ([=bar=] and [.zap.] would nice too but there's no API for them) + 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 + custom opcodes alternate runops() for signal despatch figure out how to die() in delayed sighandler add tests for Thread::Signal @@ -58,7 +57,7 @@ Miscellaneous rename and alter ISA.pm magic_setisa should be made to update %FIELDS [???] add new modules (Archive::Tar, Compress::Zlib, CPAN::FTP?) - fix pod2html to generate relative URLs + fix pod2html to generate relative URLs (replace with new PodtoHtml?) automate testing with large parts of CPAN Ongoing