Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
[p5sagit/p5-mst-13.2.git] / Todo-5.6
index dfcae2b..67b0429 100644 (file)
--- a/Todo-5.6
+++ b/Todo-5.6
@@ -16,6 +16,9 @@ Unicode support
        to work similarly to Unicode tech reports and Java
        notation \uXXXX (and already existing \x{XXXX))?
        more than four hexdigits? make also \U+XXXX work?
+    overloadable regex assertions? e.g. in Thai \b cannot
+        be deduced by any simple character class boundary rules,
+        word boundaries must algorithmically computed
 
     see ext/Encode/Todo for notes and references about proper detection
     of malformed UTF-8
@@ -165,6 +168,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