diff options
-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 ------------------ |