aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO61
1 files changed, 61 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 00000000..cadb70b2
--- /dev/null
+++ b/TODO
@@ -0,0 +1,61 @@
+FIX regular field splitting to use FPAT algorithm.
+
+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
+Revise FS splitting to use FPAT algorithm
+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
+
+# Check on strftime %e with porters.
+
+Code Review:
+array.c
+awkprintf.h
+cmd.h
+command.c
+command.y
+custom.h
+debug.c
+eval.c
+ext.c
+field.c
+floatcomp.c
+floatmagic.h
+gawkmisc.c
+hard-locale.h
+io.c
+main.c
+profile.c
+protos.h
+re.c
+
+DONE:
+awkgram.y
+awk.h
+builtin.c
+node.c
+mbsupport.h
+xalloc.h
+version.c
+replace.c
+msg.c