diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2014-09-28 Arnold D. Robbins <arnold@skeeve.com> + + * command.y (cmdtab): Add "where" as an alias for "backtrace". + Finally! + + Unrelated: + + * dfa.c: Sync with GNU grep. + 2014-09-27 Arnold D. Robbins <arnold@skeeve.com> * awkgram.y (check_for_bad): Bitwise-and the bad character with 0xFF @@ -19,7 +28,7 @@ * awkgram.y (yylex): Don't check for junk characters inside quoted strings. Caused issues on DJGPP and Solaris. - Unrelated + Unrelated: * io.c (devopen): Straighten things out with respect to compatibility with BWK awk. |