gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4164-gc2f26d7


From: Arnold Robbins
Subject: [SCM] gawk branch, gawk-5.1-stable, updated. gawk-4.1.0-4164-gc2f26d7
Date: Sat, 31 Oct 2020 13:36:27 -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, gawk-5.1-stable has been updated
       via  c2f26d724d65ae3972920013e785906bb4983c96 (commit)
       via  0d3a908f006f391deb3dc25cc0a5c7af75d9904c (commit)
      from  b9965467870a614567007bdf46a56dadabdb34a5 (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=c2f26d724d65ae3972920013e785906bb4983c96

commit c2f26d724d65ae3972920013e785906bb4983c96
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sat Oct 31 19:36:12 2020 +0200

    Update build-aux files.

diff --git a/build-aux/ChangeLog b/build-aux/ChangeLog
index 99927e9..313c9f9 100644
--- a/build-aux/ChangeLog
+++ b/build-aux/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-31         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * config.guess: Updated from GNULIB.
+
 2020-10-22         Arnold D. Robbins     <arnold@skeeve.com>
 
        * config.sub: Updated from GNULIB.
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 8d70ec2..12dd5b4 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2020 Free Software Foundation, Inc.
 
-timestamp='2020-09-19'
+timestamp='2020-10-22'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -182,6 +182,7 @@ case 
"$UNAME_MACHINE:$UNAME_SYSTEM:$UNAME_RELEASE:$UNAME_VERSION" in
            "/usr/sbin/$sysctl" 2>/dev/null || \
            echo unknown)`
        case "$UNAME_MACHINE_ARCH" in
+           aarch64eb) machine=aarch64_be-unknown ;;
            armeb) machine=armeb-unknown ;;
            arm*) machine=arm-unknown ;;
            sh3el) machine=shl-unknown ;;
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 5c0143b..f2afd29 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-31         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * texinfo.tex: Updated from GNULIB.
+
 2020-10-28         Arnold D. Robbins     <arnold@skeeve.com>
 
        * gawktexi.in (Other Arguments): Add a sidebar about quoting shell
diff --git a/doc/texinfo.tex b/doc/texinfo.tex
index c73758f..3c7051d 100644
--- a/doc/texinfo.tex
+++ b/doc/texinfo.tex
@@ -3,7 +3,7 @@
 % Load plain if necessary, i.e., if running under initex.
 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
 %
-\def\texinfoversion{2020-10-15.12}
+\def\texinfoversion{2020-10-24.12}
 %
 % Copyright 1985, 1986, 1988, 1990-2020 Free Software Foundation, Inc.
 %
@@ -7666,7 +7666,7 @@ might help (with 'rm \jobname.?? \jobname.??s')%
 \endgroup
 %
 \envdef\verbatim{%
-    \setupverbatim\doverbatim
+    \setnormaldispenv\setupverbatim\doverbatim
 }
 \let\Everbatim = \afterenvbreak
 
@@ -11486,6 +11486,18 @@ directory should work if nowhere else does.}
   \globaldefs = 0
 }}
 
+\def\bsixpaper{{\globaldefs = 1
+  \afourpaper
+  \internalpagesizes{140mm}{100mm}%
+                    {-6.35mm}{-12.7mm}%
+                    {\bindingoffset}{14pt}%
+                    {176mm}{125mm}%
+  \let\SETdispenvsize=\smallword
+  \lispnarrowing = 0.2in
+  \globaldefs = 0
+}}
+
+
 % @pagesizes TEXTHEIGHT[,TEXTWIDTH]
 % Perhaps we should allow setting the margins, \topskip, \parskip,
 % and/or leading, also. Or perhaps we should compute them somehow.
@@ -11499,12 +11511,12 @@ directory should work if nowhere else does.}
   \setleading{\textleading}%
   %
   \dimen0 = #1\relax
-  \advance\dimen0 by \voffset
-  \advance\dimen0 by 1in % reference point for DVI is 1 inch from top of page
+  \advance\dimen0 by 2.5in % default 1in margin above heading line
+                           % and 1.5in to include heading, footing and
+                           % bottom margin
   %
   \dimen2 = \hsize
-  \advance\dimen2 by \normaloffset
-  \advance\dimen2 by 1in % reference point is 1 inch from left edge of page
+  \advance\dimen2 by 2in % default to 1 inch margin on each side
   %
   \internalpagesizes{#1}{\hsize}%
                     {\voffset}{\normaloffset}%

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=0d3a908f006f391deb3dc25cc0a5c7af75d9904c

commit 0d3a908f006f391deb3dc25cc0a5c7af75d9904c
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sat Oct 31 19:34:52 2020 +0200

    Small fix in re.c.

diff --git a/ChangeLog b/ChangeLog
index ffc1e12..a7482ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-10-31         Arnold D. Robbins     <arnold@skeeve.com>
+
+       * re.c (make_regexp): When re_compile_pattern fails, use the
+       original text of the regexp in the error message. Thanks to Neil
+       R. Ormos <ormos-gnulists17@ormos.org> for the report.
+
 2020-10-29         Arnold D. Robbins     <arnold@skeeve.com>
 
        * eval.c (setup_frame): Handle the case of values from FUNCTAB.
diff --git a/re.c b/re.c
index fb28c56..d9191a1 100644
--- a/re.c
+++ b/re.c
@@ -258,10 +258,10 @@ make_regexp(const char *s, size_t len, bool ignorecase, 
bool dfa, bool canfatal)
                refree(rp);
                if (! canfatal) {
                        /* rerr already gettextized inside regex routines */
-                       error("%s: /%s/", rerr, buf);
+                       error("%s: /%.*s/", rerr, len, s);
                        return NULL;
                }
-               fatal("invalid regexp: %s: /%s/", rerr, buf);
+               fatal("invalid regexp: %s: /%.*s/", rerr, len, s);
        }
 
        /* gack. this must be done *after* re_compile_pattern */

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

Summary of changes:
 ChangeLog              |  6 ++++++
 build-aux/ChangeLog    |  4 ++++
 build-aux/config.guess |  3 ++-
 doc/ChangeLog          |  4 ++++
 doc/texinfo.tex        | 24 ++++++++++++++++++------
 re.c                   |  4 ++--
 6 files changed, 36 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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