Integrate change #9530 from maintperl into mainline.
[p5sagit/p5-mst-13.2.git] / Todo-5.6
index 8dcb9be..f0c8e67 100644 (file)
--- a/Todo-5.6
+++ b/Todo-5.6
@@ -1,6 +1,5 @@
 Unicode support
     finish byte <-> utf8 and localencoding <-> utf8 conversions
-    make substr($bytestr,0,0,$charstr) do the right conversion
     add Unicode::Map equivivalent to core
     add support for I/O disciplines
         - a way to specify disciplines when opening things:
@@ -168,6 +167,7 @@ Miscellaneous
     turn Cwd into an XS module?  (Configure already probes for getcwd())
     mmap for speeding up input? (Configure already probes for the mmap family)
     sendmsg, recvmsg? (Configure doesn't probe for these but the units exist)
+    sockatmark?
     setitimer, getitimer? (the metaconfig units exist)
 
 Ongoing