gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, doc/workflow, updated. gawk-4.1.0-4769-g6477ed34


From: Arnold Robbins
Subject: [SCM] gawk branch, doc/workflow, updated. gawk-4.1.0-4769-g6477ed34
Date: Fri, 8 Jul 2022 03:03:40 -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, doc/workflow has been updated
       via  6477ed349723a4816ea6123dd8f8128d7a34431d (commit)
       via  d2e694ad66a379fa128137d19c10b77b942972f2 (commit)
       via  ff1f652ddb88dcd84edaffa9d2e5fe331aefabc9 (commit)
       via  77aa3567360cf278addefe158d5c5038ac17a374 (commit)
       via  fe43a2648d5dd6a3a4347177debeb1086cef4ca4 (commit)
       via  8c6df3835eb7010aa2ca80e4562a1bc179b06a7f (commit)
       via  8c7f9f0b1d073fd907d28278e81cc458a7e20b39 (commit)
       via  628b387658b5704cc711e106459ed3bee37ef600 (commit)
       via  37989990f95388b07ca727d9cda9c0a540d27f9a (commit)
       via  12b052d0b466b3cbac905bead7c635c5d9a96c9c (commit)
       via  baf8b9659765f8e8da75a084059a0724555a767a (commit)
       via  30af96ec90df362d55a8e08d240dda10c149cade (commit)
       via  5b4a247460e5fa6dae2a1b7ae34a925c1ad4a758 (commit)
       via  ca2bde9b297b70a60a6d63c4ad4cd897f1d42a33 (commit)
       via  2ba29b6b3ae3356d6e5417fbefa5a31c68074455 (commit)
       via  950a15ac48ead53f4485aea4f5566fcfe5db8a4a (commit)
       via  19a1e70b81d91acc396ba5e34e5e681759cf7d54 (commit)
       via  6bbdfdc24df4a4ff46dee47aeb27bd9fd22acd14 (commit)
      from  381bf4c82c13e663172daa8d607ab91cd4bf919e (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=6477ed349723a4816ea6123dd8f8128d7a34431d

commit 6477ed349723a4816ea6123dd8f8128d7a34431d
Merge: 381bf4c8 d2e694ad
Author: Arnold D. Robbins <arnold@skeeve.com>
Date:   Fri Jul 8 10:03:30 2022 +0300

    Merge branch 'master' into doc/workflow


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

Summary of changes:
 ChangeLog                       | 124 ++++++
 Makefile.am                     |   2 +-
 Makefile.in                     |   2 +-
 NEWS                            |   6 +
 README                          |  19 +-
 README_d/ChangeLog              |   7 +
 README_d/README.gcc-3           |  11 -
 README_d/README.mpfr            |  14 +
 README_d/README.os2             |  57 ---
 README_d/README.pc              |  10 +-
 array.c                         |  33 +-
 awk.h                           |  25 +-
 awkgram.y                       |  13 +-
 builtin.c                       |   5 +-
 cint_array.c                    |   4 +-
 configh.in                      |   3 +
 configure                       |  55 ++-
 configure.ac                    |   4 +-
 custom.h                        |   4 +-
 debug.c                         |  15 +-
 doc/ChangeLog                   |  25 ++
 doc/gawk.info                   | 924 ++++++++++++++++++++--------------------
 doc/gawk.texi                   |  66 ++-
 doc/gawktexi.in                 |  66 ++-
 doc/it/ChangeLog                |  12 +
 doc/it/gawktexi.in              |  89 ++--
 doc/wordlist                    |   1 -
 doc/wordlist3                   |   1 +
 eval.c                          |  35 +-
 ext.c                           |   4 +-
 extension/ChangeLog             |   7 +-
 extension/Makefile.am           |   2 +-
 extension/Makefile.in           |   2 +-
 extension/configure             |  20 +-
 extension/configure.ac          |   2 +-
 extension/intdiv.c              |   2 +-
 extension/readfile.c            |   2 +-
 extension/rwarray.c             |   3 +-
 extension/testext.c             |   2 +-
 field.c                         |   2 +-
 gawkapi.c                       |  14 +-
 gawkapi.h                       |   2 +-
 gawkmisc.c                      |   6 +-
 int_array.c                     |   4 +-
 interpret.h                     |  33 +-
 io.c                            |  66 +--
 m4/ChangeLog                    |   5 +
 m4/pma.m4                       |   3 +-
 main.c                          |   8 +-
 mbsupport.h                     |  58 ---
 missing_d/ChangeLog             |   8 +
 missing_d/snprintf.c            |   6 +-
 mpfr.c                          |  11 +-
 node.c                          |  11 +-
 nonposix.h                      |  29 +-
 pc/ChangeLog                    |  23 +
 pc/GenMakefileTst.awk           |  16 +-
 pc/Makefile                     |  97 +----
 pc/Makefile.tst                 |  91 ++--
 pc/config.h                     | 112 +----
 pc/config.sed                   | 112 +----
 pc/gawkmisc.pc                  | 318 +-------------
 pc/getid.c                      |   4 +-
 pc/popen.h                      |   6 +-
 profile.c                       |   7 +-
 re.c                            |   4 +-
 replace.c                       |   4 -
 str_array.c                     |   4 +-
 support/ChangeLog               |   4 +
 support/Makefile.am             |   3 +-
 support/Makefile.in             |   3 +-
 symbol.c                        |   4 +-
 test/ChangeLog                  |  27 ++
 test/Makefile.am                |  23 +-
 test/Makefile.in                |  44 +-
 test/Maketests                  |  20 +
 test/aadelete1.awk              |   2 +-
 test/aadelete1.ok               |   2 -
 test/mdim1.awk                  |  15 +
 test/mdim1.ok                   |   9 +
 test/mdim2.awk                  |   9 +
 test/{arrayprm3.ok => mdim2.ok} |   0
 test/mdim3.awk                  |  29 ++
 test/mdim3.ok                   | 520 ++++++++++++++++++++++
 test/mdim4.awk                  | 168 ++++++++
 Makefile.in => test/mdim4.in    |   0
 Makefile.in => test/mdim4.ok    | 364 ++++++++--------
 test/typeof3.awk                |   2 +-
 test/typeof3.ok                 |   4 +-
 89 files changed, 2257 insertions(+), 1737 deletions(-)
 delete mode 100644 README_d/README.gcc-3
 delete mode 100644 README_d/README.os2
 delete mode 100644 mbsupport.h
 create mode 100644 test/mdim1.awk
 create mode 100644 test/mdim1.ok
 create mode 100644 test/mdim2.awk
 copy test/{arrayprm3.ok => mdim2.ok} (100%)
 create mode 100644 test/mdim3.awk
 create mode 100644 test/mdim3.ok
 create mode 100644 test/mdim4.awk
 copy Makefile.in => test/mdim4.in (100%)
 copy Makefile.in => test/mdim4.ok (85%)


hooks/post-receive
-- 
gawk



reply via email to

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