aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d3ae784..a9526e87 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2018-10-10 Arnold D. Robbins <arnold@skeeve.com>
+ * awkgram.y (make_braced_statements): New function.
+ (Grammar): Use it in the right places instead of inline code.
+ * debug.c (print_instruction): For Op_comment, fix type string.
+ * profile.c (pprint): Move tabs and tabs_len to top of function.
+ For Op_and and Op_or, handle comments. Use new check_indent_level
+ for Op_and, Op_or and Op_cond_exp.
+
+2018-10-10 Arnold D. Robbins <arnold@skeeve.com>
+
* debug.c (print_instruction): For Op_comment, use print_func
instead of fprintf to print the comment type.