diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2022-02-27 Arnold D. Robbins <arnold@skeeve.com> + + * awk.h (cant_happen): Change to allow a format string and arguments, + in order to provide a clue as to what went wrong, and not just + print "internal error". + * awkgram.y, debug.c, eval.c, interpret.h, io.c, main.c, mpfr.c, + profile.c, re.c, symbol.c: Fix all uses of cant_happen(). + 2022-02-22 Arnold D. Robbins <arnold@skeeve.com> Fix resource links found by Coverity. Thanks to |