gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] gawk branch, feature/mdim, updated. gawk-4.1.0-4600-g06a0345


From: Andrew J. Schorr
Subject: [SCM] gawk branch, feature/mdim, updated. gawk-4.1.0-4600-g06a0345
Date: Fri, 10 Dec 2021 14:47:50 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, feature/mdim has been updated
       via  06a03453ed28b06333a6042f29643f9513ada92e (commit)
       via  913cb119902f0de1caf93e9c1031255849b48499 (commit)
       via  ff3c50b94116b5a2a819883a4e9e0ba9ef83fdf7 (commit)
       via  6e872ca782a6fa480aedbef8205bba6b7ccaf307 (commit)
       via  c85634612d741e496eea8619bf75d40a68f2a53b (commit)
       via  cfa3ac1c6a0fcbe794df853f25c757e4acd5fcc0 (commit)
       via  09e98ee95fb453adc0f1783937477cd065611581 (commit)
       via  e03c8822c48bedfe6cc7fbd5a9382d9630de6494 (commit)
      from  367920b8f40dc4c8dd62411f007d1fcfe653a5d9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=06a03453ed28b06333a6042f29643f9513ada92e

commit 06a03453ed28b06333a6042f29643f9513ada92e
Merge: 367920b 913cb11
Author: Andrew J. Schorr <aschorr@telemetry-investments.com>
Date:   Fri Dec 10 14:47:09 2021 -0500

    Merge branch 'master' into feature/mdim

diff --cc test/ChangeLog
index b3b3c8e,034cc63..09888ba
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@@ -1,12 -1,10 +1,19 @@@
 +2021-12-10         Andrew J. Schorr      <aschorr@telemetry-investments.com>
 +
 +      * aadelete1.ok: Update since it is no longer a fatal error to
 +      access the subarray.
 +      * typeof3.awk: Remove comment, since it's no longer a fatal error
 +      to access the subarray.
 +      * typeof3.ok: Update to show that the uninitialized array element
 +      is untyped and we can access a subarray.
 +
+ 2021-12-07         Andrew J. Schorr      <aschorr@telemetry-investments.com>
+ 
+       * iolint.awk, iolint.ok: Reorder "cat" pipe/output file test to reduce
+       the likelihood of a race condition, since close operates on the
+       most-recently-used item. Thanks to Miguel Pineiro Jr.,
+       <mpj@pineiro.cc>, for suggesting the fix.
+ 
  2021-11-21         Arnold D. Robbins     <arnold@skeeve.com>
  
        * Makefile.am (EXTRA_DIST): stupid5, new test.

-----------------------------------------------------------------------

Summary of changes:
 build-aux/ChangeLog      |   4 +
 build-aux/texinfo.tex    |  14 +-
 doc/ChangeLog            |   4 +
 doc/texinfo.tex          |  14 +-
 extension/ChangeLog      |  12 +
 extension/rwarray.c      |  26 ++
 support/ChangeLog        |   5 +
 support/intprops.h       |  15 +-
 support/regcomp.c        | 813 ++++++++++++++++++++---------------------------
 support/regex_internal.c |  40 ---
 support/regex_internal.h |  49 ++-
 support/regexec.c        |  77 +----
 test/ChangeLog           |   7 +
 test/iolint.awk          |   2 +-
 test/iolint.ok           |   2 +-
 15 files changed, 456 insertions(+), 628 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]