diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-21 13:15:38 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2018-09-21 13:15:38 +0300 |
commit | 5e4861ab4c41b6e000dc1f66225486330b5e5a2d (patch) | |
tree | a9da099527a1967356381e93512126f813605d0a /ChangeLog | |
parent | f6a89a9b3ecd956e97b61719ea0d634886ace814 (diff) | |
download | egawk-5e4861ab4c41b6e000dc1f66225486330b5e5a2d.tar.gz egawk-5e4861ab4c41b6e000dc1f66225486330b5e5a2d.tar.bz2 egawk-5e4861ab4c41b6e000dc1f66225486330b5e5a2d.zip |
Bug fix for trailing backslash in dynamic regexp.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2018-09-21 Arnold D. Robbins <arnold@skeeve.com> + * re.c (make_regexp): Handle backslash at end of + input string. Thanks to Anatoly Trosinenko + <anatoly.trosinenko@gmail.com> for the report. + Also, improve the error message when compilation of + the regexp fails. + +2018-09-21 Arnold D. Robbins <arnold@skeeve.com> + * io.c (fork_and_open_slave_pty): Move an errant close brace inside the #endif so that gawk will compile on AIX. Thanks to Fredrik Laurin <fredrik_laurin@yahoo.se> for the report. |