aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-03-10 09:43:59 +0200
committerArnold D. Robbins <arnold@skeeve.com>2020-03-10 09:43:59 +0200
commitc1596f94a5b3e26cc095f12c853dac83aad21420 (patch)
tree984010c863b8d6c16d36041beab045a82e3a3eb3
parent0add33f3c3e8e8a5a735b6a1b779d91ee3884246 (diff)
downloadegawk-c1596f94a5b3e26cc095f12c853dac83aad21420.tar.gz
egawk-c1596f94a5b3e26cc095f12c853dac83aad21420.tar.bz2
egawk-c1596f94a5b3e26cc095f12c853dac83aad21420.zip
Update in TODO.
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index c6aae80d..2ff4225f 100644
--- a/TODO
+++ b/TODO
@@ -33,6 +33,12 @@ Minor Cleanups and Code Improvements
See if something like b = a "" can be optimized to not do
a concatenation, but instead just set STRCUR on a.
+ Message cleanup:
+ * Messages in debug.c start with capital letters, but not in
+ other files.
+
+ * Messages are inconsistent about final punctuation (periods etc.)
+
Minor New Features
------------------