gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-4206-g1139a


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/improve-inet, updated. gawk-4.1.0-4206-g1139a09
Date: Tue, 10 Mar 2020 03:58: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, feature/improve-inet has been updated
       via  1139a092cf623420de3dd81a675ed561e79a409b (commit)
       via  e5e6f7aafa1409b39b6eb6759987813cd94e58ed (commit)
       via  c1596f94a5b3e26cc095f12c853dac83aad21420 (commit)
       via  0add33f3c3e8e8a5a735b6a1b779d91ee3884246 (commit)
       via  2f0eddafa9a66aebf2e2ed1c49a9e8ce9e892a8c (commit)
       via  6514b3a2f5ed8c593d7d49526a27122989e673d0 (commit)
      from  c0bbaaa63d3602df063f483b9d7476a308943afc (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=1139a092cf623420de3dd81a675ed561e79a409b

commit 1139a092cf623420de3dd81a675ed561e79a409b
Merge: c0bbaaa e5e6f7a
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Mar 10 09:58:04 2020 +0200

    Merge branch 'master' into feature/improve-inet


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

Summary of changes:
 ChangeLog             |  20 ++
 TODO                  |   6 +
 array.c               |  83 +++---
 awk.h                 |   6 +-
 awkgram.c             |  43 +--
 awkgram.y             |  43 +--
 builtin.c             |  78 +++---
 command.c             |  28 +-
 command.y             |  28 +-
 debug.c               |  37 +--
 doc/ChangeLog         |   7 +
 doc/gawk.info         | 762 +++++++++++++++++++++++++-------------------------
 doc/gawk.texi         |  25 +-
 doc/gawktexi.in       |  25 +-
 ext.c                 |  14 +-
 extension/filefuncs.c |  23 +-
 extension/ordchr.c    |   4 +-
 extension/rwarray.c   |   8 +-
 int_array.c           |   2 +-
 io.c                  |  68 ++---
 main.c                |  21 +-
 symbol.c              |   4 +-
 test/ChangeLog        |  10 +
 test/beginfile2.ok    |   2 +-
 test/funsmnam.ok      |   2 +-
 test/incdupe4.ok      |   2 +-
 test/incdupe5.ok      |   2 +-
 test/incdupe6.ok      |   2 +-
 test/incdupe7.ok      |   2 +-
 test/lintold.ok       |   4 +-
 test/nofile.ok        |   2 +-
 test/nulinsrc.ok      |   2 +-
 test/paramasfunc1.ok  |   2 +-
 test/paramasfunc2.ok  |   2 +-
 test/paramres.ok      |   2 +-
 test/space.ok         |   2 +-
 test/symtab11.ok      |  98 +++----
 37 files changed, 784 insertions(+), 687 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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