aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0dc94775..b1727e73 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2019-01-27 Arnold D. Robbins <arnold@skeeve.com>
+ * awkgram.y (qualify_name): Return duplicated strings.
+ (yylex): Qualify names before returning either NAME or FUNC_CALL.
+ (Grammar): Replace qualified_name non-token with NAME, remove
+ `qualified_name' production.
+
+2019-01-27 Arnold D. Robbins <arnold@skeeve.com>
+
* Makefile.am, NEWS, awkgram.y, cint_array.c, custom.h, debug.c,
eval.c, ext.c, gawkapi.c, int_array.c, interpret.h, nonposix.h,
profile.c, re.c, replace.c, str_array.c, symbol.c: Update