gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/memory-work, updated. gawk-4.1.0-4453-g73c503


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/memory-work, updated. gawk-4.1.0-4453-g73c5035
Date: Tue, 10 Mar 2020 03:58:20 -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/memory-work has been updated
       via  73c5035e68280afe46cb656d140dde9ad2eb7c0c (commit)
       via  e5e6f7aafa1409b39b6eb6759987813cd94e58ed (commit)
       via  c1596f94a5b3e26cc095f12c853dac83aad21420 (commit)
       via  0add33f3c3e8e8a5a735b6a1b779d91ee3884246 (commit)
       via  2f0eddafa9a66aebf2e2ed1c49a9e8ce9e892a8c (commit)
       via  6514b3a2f5ed8c593d7d49526a27122989e673d0 (commit)
      from  a8297b85778730d65491448ba26b6ab9df494137 (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=73c5035e68280afe46cb656d140dde9ad2eb7c0c

commit 73c5035e68280afe46cb656d140dde9ad2eb7c0c
Merge: a8297b8 e5e6f7a
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Mar 10 09:58:14 2020 +0200

    Merge branch 'master' into feature/memory-work


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

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]