aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-08-22 20:40:26 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-08-22 20:40:26 +0300
commit32093f5bbf567525d88566a449a89c72d2845e7e (patch)
treee318357b7bf5a945f7cf9abd4bb9beb50f6c093a /TODO
parentba7569c255707801e91d04387fbcf22465b9181e (diff)
downloadone-true-awk-32093f5bbf567525d88566a449a89c72d2845e7e.tar.gz
Fix multiple long-standing bugs, improve test suite.
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 20 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..5099569
--- /dev/null
+++ b/TODO
@@ -0,0 +1,20 @@
+Fri Aug 10 11:11:11 IDT 2018
+============================
+
+A semi-random list of things to look into.
+
+1. DONE. Make sure the FIXES file has everything after the date order
+was reversed.
+
+2. DONE. Look into the problem that NF-- doesn't throw away the last field.
+This a long-standing issue.
+
+3. DONE. Add suport for %a and %A printf formats.
+
+4. DONE. Look into the problem that string conversions are sticky; once
+done they never change, even if OFMT or CONVFMT do. Similarly, a
+conversion from OFMT becomes the permanent string value, which is
+incorrect.
+
+5. MAYBE: Improve the test suite enough so that it can be cleaned up after
+it was run, and old results can be saved for comparison.