summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-12-04 21:50:25 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-12-04 21:50:25 +0200
commit16458663c3bdf640e3352653ea94a89fb2949ad4 (patch)
treea5f4d91a8264affc34a2b9f91028419fb70535c2 /TODO
parent3c4a8232caabe74517277ec31adaca838251a256 (diff)
downloadgawk-16458663c3bdf640e3352653ea94a89fb2949ad4.tar.gz
Speed up single byte cases. See ChangeLog.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 1 insertions, 3 deletions
diff --git a/TODO b/TODO
index 02dbcc28..9276532a 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,7 @@
FIX regular field splitting to use FPAT algorithm.
#Revise plug-in code to check for special symbol per GNU coding standards.
-
-Paolo's code for checking for single char values in str2wstr().
-
+#Paolo's code for checking for single char values in str2wstr().
#Fix os_close_on_exec to do read/modify/write of the fd flags.
#Consider forcing [a-z] int abc...wxyz in regexes, no matter what the locale.