diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-18 11:40:34 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-18 11:40:34 +0300 |
commit | 362a100732b1017b54d3d6c6f14ea6ba59e657c2 (patch) | |
tree | c693b01f98fa65902b0f8bed27f1917c67dbf48e /ChangeLog | |
parent | c515c7d93ca941383e14de219dca592743ec0495 (diff) | |
parent | 82f0a742be462298c0da027bc4fb56ddcb667c02 (diff) | |
download | egawk-362a100732b1017b54d3d6c6f14ea6ba59e657c2.tar.gz egawk-362a100732b1017b54d3d6c6f14ea6ba59e657c2.tar.bz2 egawk-362a100732b1017b54d3d6c6f14ea6ba59e657c2.zip |
Merge branch 'master' into feature/fix-comments
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2018-09-18 Arnold D. Robbins <arnold@skeeve.com> + + * NEWS: Fix typo in gettext version. + + Unrelated: + + * field.c (get_field): Move lint check for field access in an + END rule to top level, make wording more general. + * builtin.c (do_print_rec): Restore check before calling get_field() + and add do_lint to the condition. + + Unrelated: + + * field.c (set_NF): Add lint warning if decrementing NF, which + doesn't work on older Unix awks. + + Unrelated: + + * config.rpath: Sync to GNULIB. + 2018-09-16 gettextize <bug-gnu-gettext@gnu.org> * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.19.8. |