diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2020-06-28 08:52:21 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2020-06-28 08:52:21 +0300 |
commit | 5b112e89a080393836c25711ba5609d51adbcf74 (patch) | |
tree | 918e65c26dcee52e467bd1444def0f42c42055e3 | |
parent | 30855b7fef8c2dec73c4bfa290874c584dcdc580 (diff) | |
parent | 7c2f9843cbc41b8e6730b671c9594a1ab3ef95f2 (diff) | |
download | egawk-5b112e89a080393836c25711ba5609d51adbcf74.tar.gz egawk-5b112e89a080393836c25711ba5609d51adbcf74.tar.bz2 egawk-5b112e89a080393836c25711ba5609d51adbcf74.zip |
Merge branch 'gawk-5.1-stable'
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Fri Jun 12 10:46:43 IDT 2020 +Sun Jun 28 08:49:16 IDT 2020 ============================ There were too many files tracking different thoughts and ideas for @@ -27,6 +27,9 @@ Minor Cleanups and Code Improvements Fully synchronize whitespace tests (for \s, \S in Unicode environment) with those of GNU grep. + Lint option which would allow extensions and only complain + about genuine errors. + Message cleanup: * Messages in debug.c start with capital letters, but not in other files. |