summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-01-12 20:22:55 +0200
committerArnold D. Robbins <arnold@skeeve.com>2014-01-12 20:22:55 +0200
commit6c09c80378028858d439158d923f94a72d30efc6 (patch)
treedcaad3f969b33954c2c7827d38da0aae5095bfd0 /ChangeLog
parent664868f72b741ba448398d609e18a4cbb1ca20be (diff)
downloadgawk-6c09c80378028858d439158d923f94a72d30efc6.tar.gz
Minor improvements in a few files.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 04e7ff03..eb22fc0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2014-01-12 Arnold D. Robbins <arnold@skeeve.com>
+
+ * awkgram.y: Update copyright year.
+ (func_use): Simplify code.
+ * command.y: Update copyright year.
+ * ext.c: Update copyright year.
+ (make_builtin): Small simplification.
+ (make_old_builtin): Make code consistent with make_builtin(), add
+ call to track_ext_func().
+ * bootstrap.sh: Update copyright year. Remove touch of version.c
+ since that file is no longer autogenerated.
+
2014-01-07 Arnold D. Robbins <arnold@skeeve.com>
* command.y (next_word): Move into ifdef for HAVE_LIBREADLINE,