aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 26d7daf4..2a658db4 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2018-10-17 Arnold D. Robbins <arnold@skeeve.com>
+ * awk.h (commenttype): Add FOR_COMMENT.
+ * awkgram.y (Grammar): Handle all the opt_nls cases in
+ regular for statements.
+ * debug.c (print_instruction): Print the comments in Op_K_for.
+ * profile.c (pprint): Handle printing comments.
+
+2018-10-17 Arnold D. Robbins <arnold@skeeve.com>
+
* NEWS: Updated.
* awkgram.y (Grammar): Distinguish `print' and `print $0' in
what gets profiled / pretty-printed.