diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-18 23:00:31 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-11-18 23:00:31 +0200 |
commit | 6f3612539c425da2bc1d34db621696e6a273b01c (patch) | |
tree | 9623b3ac2c54a93e5eed3be2b1dda7f4e4bf0e47 /TODO | |
parent | 4e3701015635401df2fc4da58abaab7645f4ebd3 (diff) | |
download | egawk-6f3612539c425da2bc1d34db621696e6a273b01c.tar.gz egawk-6f3612539c425da2bc1d34db621696e6a273b01c.tar.bz2 egawk-6f3612539c425da2bc1d34db621696e6a273b01c.zip |
Bring latest byte code gawk into git. Hurray!
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 61 |
1 files changed, 61 insertions, 0 deletions
@@ -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 |