aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO50
1 files changed, 15 insertions, 35 deletions
diff --git a/TODO b/TODO
index fee873b5..c0a1e0f2 100644
--- a/TODO
+++ b/TODO
@@ -1,41 +1,9 @@
-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().
-#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.
-#Done by adding a warning.
-
-Add in gawk/mp
-
-#Document env vars.
-
-Design and implement I/O plugin API.
-
-Implement C function call API per man pages
-
-xgawk features (@load, -l, others)
-
-#Make a git repository!
-#Xfer it to savannah
-#Tag last CVS revisions
-#Remove treatment of CVS directories from makefiles (awklib, check others)
-#Review POSIX standard
-#Fix issues related to POSIX
-# - use of STRCOLL for comparison
-#Add tests for pgawk
-Add tests for patches in emails
-#Add doc fix in email
-#Update debugger chapter with new features
Add debugger commands to reference card
-#Remove obsolete directories
-#Remove all obsolete README files
-#Update bootstrap.sh and README.CVS types of files
Review all FIXME and TODO comments
-#Document arrays of arrays in awkcard and gawk.1.
-#Check on strftime %e with porters.
+FIX regular field splitting to use FPAT algorithm.
+
+------
Code Review:
array.c
@@ -67,3 +35,15 @@ replace.c
msg.c
hard-locale.h
custom.h
+
+------
+
+Add in gawk/mp
+
+Design and implement I/O plugin API.
+
+Implement C function call API per man pages
+
+xgawk features (@load, -l, others)
+
+Add tests for patches in emails