diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-03-10 09:43:59 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-03-10 09:43:59 +0200 |
commit | c1596f94a5b3e26cc095f12c853dac83aad21420 (patch) | |
tree | 984010c863b8d6c16d36041beab045a82e3a3eb3 | |
parent | 0add33f3c3e8e8a5a735b6a1b779d91ee3884246 (diff) | |
download | egawk-c1596f94a5b3e26cc095f12c853dac83aad21420.tar.gz egawk-c1596f94a5b3e26cc095f12c853dac83aad21420.tar.bz2 egawk-c1596f94a5b3e26cc095f12c853dac83aad21420.zip |
Update in TODO.
-rw-r--r-- | TODO | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ------------------ |