summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-04-14 14:26:44 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-04-14 14:26:44 +0300
commit02d472d056684dd62921ec74eb212b84377046ef (patch)
treeefa3b5e1ef193ddc07cd73d62489a2ceb1ea7406 /ChangeLog
parent2f33b52ecd3b07f4c45cf64e6bade9b65c07e330 (diff)
downloadgawk-02d472d056684dd62921ec74eb212b84377046ef.tar.gz
Bug fix in awkgram.y:check_funcs.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4783237..0ca9258b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-04-14 Arnold D. Robbins <arnold@skeeve.com>
+
+ * awkgram.y (check_funcs): Fix logic of test for called but
+ not defined warning. Thanks to Scott Deifik for the bug report.
+
2013-04-02 Arnold D. Robbins <arnold@skeeve.com>
* profile.c (print_lib_list): Send final newline to prof_fp