aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-08-13 17:03:19 -0400
committerArnold D. Robbins <arnold@skeeve.com>2021-08-13 17:03:19 -0400
commitbcc0594e9b64c89b56e8ea6891c0a9f8b97c57d1 (patch)
treea9b1274d4c91673b6da697f31d82177b16538913 /ChangeLog
parent492c24d65f760edea1f9228260930728eb747cf7 (diff)
downloadegawk-bcc0594e9b64c89b56e8ea6891c0a9f8b97c57d1.tar.gz
egawk-bcc0594e9b64c89b56e8ea6891c0a9f8b97c57d1.tar.bz2
egawk-bcc0594e9b64c89b56e8ea6891c0a9f8b97c57d1.zip
Rationalize strong regex as param to sub/gsub. Add tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c598dac5..4e82bffb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2021-08-13 Arnold D. Robbins <arnold@skeeve.com>
+
+ * builtin.c (do_sub): Rationalize handling of strongly typed
+ regex as argument to sub/gsub, as well as rationalize the return
+ value from gensub to always be string. Thanks to John Naman
+ <jnaman2@gmail.com> for the bug report.
+
2021-08-05 Andrew J. Schorr <aschorr@telemetry-investments.com>
* mpfr.c (do_mpfr_func): New argument, warn_negative. If true,