diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 41 |
1 files changed, 24 insertions, 17 deletions
@@ -1,4 +1,4 @@ -Add debugger commands to reference card +Add debugger commands to reference card ?? Review all FIXME and TODO comments FIX regular field splitting to use FPAT algorithm. @@ -11,13 +11,18 @@ Really make failure to open a socket a non-fatal error (for 4.1). ?? Scope IDs for IPv6 addresses ?? +DONE: Merge the chapter and the appendix on floating-point math (for 4.1). + +Look at code coverage tools, like S2E: https://s2e.epfl.ch/ + +From Andy: Review the following test cases that they work with make diffout. +These look suspicious: mmap8k, fmtspcl (the mpfr case), clobber, getlnbuf, +rtlenmb, profile1, rand (mpfr case). + ------ Code Review: awkgram.y -awkprintf.h -cmd.h -command.y debug.c eval.c ext.c @@ -25,33 +30,35 @@ field.c floatcomp.c floatmagic.h gawkmisc.c -io.c profile.c protos.h DONE: -awk.h array.c +awk.h builtin.c -node.c +cmd.h +command.y +custom.h +hard-locale.h +io.c +main.c mbsupport.h -xalloc.h -version.c +msg.c +node.c re.c replace.c -msg.c -hard-locale.h -custom.h -main.c +version.c +xalloc.h ------ -Add in gawk/mp +DONE: Add in gawk/mp -Design and implement I/O plugin API. +DONE: Design and implement I/O plugin API. -Implement C function call API per man pages +DONE: Implement C function call API per man pages -xgawk features (@load, -l, others) +DONE: xgawk features (@load, -l, others) Add tests for patches in emails |