gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, porting, updated. gawk-4.1.0-5412-g9a459fe1


From: Arnold Robbins
Subject: [SCM] gawk branch, porting, updated. gawk-4.1.0-5412-g9a459fe1
Date: Sun, 23 Oct 2022 09:57:43 -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, porting has been updated
       via  9a459fe1f713a7e584aa4c3d33892f3159ea6bd3 (commit)
       via  7d3f43b3f1a6a30595c97fc2a3ed5540619db77c (commit)
       via  7d092bd9842b77b294232e64f4d58dfb51f9021c (commit)
       via  3c311d669d315536685d7ed2dbc852bf408ff1f1 (commit)
       via  0d9727bcd312da8555ca59942790adfee5fcafea (commit)
       via  e5eb1da0433a827dbca1e0e35ab1629234ea97aa (commit)
       via  ea6d296a752f447655e954ae51027072cb4e075e (commit)
       via  642351414f874a9632d985ef1bd0dde9df9eac9b (commit)
       via  daca014b89395a2439f43a8b449e66eb5f1c65ef (commit)
      from  71118fbdbe7334ae5ac29d41a51d1b8a48145776 (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=9a459fe1f713a7e584aa4c3d33892f3159ea6bd3

commit 9a459fe1f713a7e584aa4c3d33892f3159ea6bd3
Merge: 71118fbd 7d3f43b3
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Sun Oct 23 16:57:31 2022 +0300

    Merge branch 'master' into porting


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

Summary of changes:
 ChangeLog                 |  27 +++
 Makefile.in               |  20 +-
 NEWS                      |  17 +-
 README_d/ChangeLog        |   4 +
 README_d/README.macosx    |  16 ++
 aclocal.m4                |   1 +
 awk.h                     |   1 -
 awkgram.c                 |   8 +-
 awkgram.y                 |   8 +-
 awklib/Makefile.in        |  20 +-
 configh.in                |  25 ++-
 configure                 | 167 +++-------------
 configure.ac              |   7 +-
 debug.c                   |   4 +-
 doc/ChangeLog             |   5 +
 doc/Makefile.in           |  20 +-
 doc/gawk.info             | 491 +++++++++++++++++++++++----------------------
 doc/gawk.texi             |   7 +-
 doc/gawktexi.in           |   7 +-
 doc/it/ChangeLog          |   5 +
 doc/it/gawktexi.in        |  14 +-
 doc/it/texinfo.tex        | 428 ++++++++++++++++++++++++---------------
 extension/ChangeLog       |   6 +
 extension/Makefile.in     |   5 +-
 extension/aclocal.m4      |   2 +
 extension/configh.in      |   6 +
 extension/configure       | 399 ++++++++++++++++++++++++++++++++++++-
 extension/configure.ac    |  20 +-
 extras/Makefile.in        |  20 +-
 m4/ChangeLog              |   4 +
 m4/c-bool.m4              |  51 +++++
 m4/pma.m4                 |  20 +-
 missing_d/ChangeLog       |   9 +
 missing_d/mktime.c        | 494 ++++++++++++++++++----------------------------
 pc/ChangeLog              |   8 +
 pc/Makefile.tst           |  12 +-
 support/ChangeLog         |  10 +
 support/Makefile.in       |  20 +-
 support/dfa.h             |   1 -
 support/localeinfo.h      |   1 -
 support/malloc/dynarray.h |   1 -
 support/regex_internal.h  |   1 -
 test/ChangeLog            |   5 +
 test/Makefile.am          |   5 +-
 test/Makefile.in          |  34 ++--
 test/Maketests            |   5 +
 test/divzero2.awk         |   2 +
 test/divzero2.ok          |   1 +
 48 files changed, 1482 insertions(+), 962 deletions(-)
 create mode 100644 m4/c-bool.m4
 create mode 100644 test/divzero2.awk
 create mode 100644 test/divzero2.ok


hooks/post-receive
-- 
gawk



reply via email to

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