aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 218cf248..eb1947fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2016-10-16 Arnold D. Robbins <arnold@skeeve.com>
+ * awkgram.y: Typo fix in call to add_sign_to_num.
+
+2016-10-16 Arnold D. Robbins <arnold@skeeve.com>
+
* awk.h (enum opcodeval): Add Op_unary_plus.
* awkgram.y (add_sign_to_num): New routine to put in a sign on
profiling constants. Call it as necessary.