diff options
| author | Arnold D. Robbins <arnold@skeeve.com> | 2024-02-29 19:07:05 +0200 |
|---|---|---|
| committer | Arnold D. Robbins <arnold@skeeve.com> | 2024-02-29 19:07:05 +0200 |
| commit | 9ecc7e1198e7577d6756d87a5055192494843b56 (patch) | |
| tree | 974ab18d76a9d8dbaf88668dc892f55128db55d4 | |
| parent | 2f9134f90d7bc2e575cb656bdcae460a4bdfb2b2 (diff) | |
| parent | 06918504cada7428fae9a8b54f96095458ecddc9 (diff) | |
| download | gawk-9ecc7e1198e7577d6756d87a5055192494843b56.tar.gz | |
Merge branch 'master' into feature/minrx
| -rw-r--r-- | ChangeLog | 8 | ||||
| -rw-r--r-- | pc/ChangeLog | 4 | ||||
| -rw-r--r-- | test/ChangeLog | 5 |
3 files changed, 14 insertions, 3 deletions
@@ -15,8 +15,8 @@ * awkgram.y: Lint warning about /*...*/ comment is only true for the GNU matchers. * builtin.c (do_match): `s' is now ssize_t. - (do_sub): Fix args to SUBPATSTART macro. Fix value of len - parameter in all to research depending upon the matcher. + (do_sub): Fix value of len parameter in all to research depending upon + the matcher. * configure.ac: Set CXXFLAGS if we have C++ versions of the files. * main.c (use_gnu_matchers): Define, set to false. (main): Check for GAWK_GNU_MATCHERS env var and set use_gnu_matchers @@ -29,6 +29,10 @@ (restart, re_end, resubpatstart, resubpatend, renumsubpats): New functions. Eventually these should be turned back into macros. +2024-02-29 Arnold D. Robbins <arnold@skeeve.com> + + * re.c (do_sub): Fix arguments in call to SUBPATSTART(). + 2024-02-23 Arnold D. Robbins <arnold@skeeve.com> Another attempt to fix the race conditions on SIGPIPE. See diff --git a/pc/ChangeLog b/pc/ChangeLog index 3cb336c..ff377f2 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,7 @@ +2024-02-29 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.tst: Regenerated. + 2024-02-23 Arnold D. Robbins <arnold@skeeve.com> * make-config.sh: New file. diff --git a/test/ChangeLog b/test/ChangeLog index 059b9dc9..ffd6df6 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -2,7 +2,6 @@ MinRX changes. - * test/Gentests: Add GAWK_TEST_ARGS to .sh tests. * Makefile.am (EXTRA_DIST): regexuparraw is a new test. * regexuparrow.awk, regexuparrow.in, regexuparrow.ok: New files. * lintwarn.awk: Comment out a now invalid test. @@ -12,6 +11,10 @@ * reindops.awk, reindops.ok: Adjust. * trailbs.ok: Adjust. +2024-02-29 Arnold D. Robbins <arnold@skeeve.com> + + * Gentests: Add GAWK_TEST_ARGS to .sh tests. + 2024-01-28 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (EXTRA_DIST): New tests: match4. |
