diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |