aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-09-21 13:15:38 +0300
committerArnold D. Robbins <arnold@skeeve.com>2018-09-21 13:15:38 +0300
commit5e4861ab4c41b6e000dc1f66225486330b5e5a2d (patch)
treea9da099527a1967356381e93512126f813605d0a /ChangeLog
parentf6a89a9b3ecd956e97b61719ea0d634886ace814 (diff)
downloadegawk-5e4861ab4c41b6e000dc1f66225486330b5e5a2d.tar.gz
egawk-5e4861ab4c41b6e000dc1f66225486330b5e5a2d.tar.bz2
egawk-5e4861ab4c41b6e000dc1f66225486330b5e5a2d.zip
Bug fix for trailing backslash in dynamic regexp.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02c12bf5..04b85284 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.