gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, master, updated. gawk-4.1.0-5362-g69728384


From: Arnold Robbins
Subject: [SCM] gawk branch, master, updated. gawk-4.1.0-5362-g69728384
Date: Sun, 8 Oct 2023 14:14:09 -0400 (EDT)

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, master has been updated
       via  697283847669d9fb8b5b439053b52c7f50cf4d65 (commit)
       via  2f81db0aa4c331d07254d31533ecba79eec081d7 (commit)
       via  1de50f2df92eb4f0eb8041dd8b0c891d566b3936 (commit)
      from  cc13ab94c6984e9c849c069a4fb23b091a84ee8d (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=697283847669d9fb8b5b439053b52c7f50cf4d65

commit 697283847669d9fb8b5b439053b52c7f50cf4d65
Merge: 2f81db0a 1de50f2d
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sun Oct 8 21:13:59 2023 +0300

    Merge branch 'feature/docit'


http://git.sv.gnu.org/cgit/gawk.git/commit/?id=2f81db0aa4c331d07254d31533ecba79eec081d7

commit 2f81db0aa4c331d07254d31533ecba79eec081d7
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sun Oct 8 21:13:08 2023 +0300

    Small fix for cmdlinefsbacknl2 test.

diff --git a/test/ChangeLog b/test/ChangeLog
index a8c87813..81888fe1 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,8 @@
+2023-10-08         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * cmdlinefsbacknl2.sh: Add -v BINMODE=2 to gawk invocation
+       for Windows. Thanks to Eli Zaretskii for the tip.
+
 2023-10-04         Arnold D. Robbins     <arnold@skeeve.com>
 
        * badargs.ok: Update after code changes.
diff --git a/test/cmdlinefsbacknl2.sh b/test/cmdlinefsbacknl2.sh
index 7d6ece9d..3a6308af 100755
--- a/test/cmdlinefsbacknl2.sh
+++ b/test/cmdlinefsbacknl2.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-awk=$AWK
+awk="$AWK -v BINMODE=2"
 
 # Both of these succeeded:
 # export LC_CTYPE=C

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

Summary of changes:
 doc/it/ChangeLog         |  4 ++++
 doc/it/texinfo.tex       | 38 +++++++-------------------------------
 test/ChangeLog           |  5 +++++
 test/cmdlinefsbacknl2.sh |  2 +-
 4 files changed, 17 insertions(+), 32 deletions(-)
 mode change 100755 => 100644 doc/it/texinfo.tex


hooks/post-receive
-- 
gawk



reply via email to

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