gawk-diffs
[Top][All Lists]
Advanced

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

[SCM] gawk branch, feature/array-iface, updated. gawk-4.1.0-3913-ge5e6f7


From: Arnold Robbins
Subject: [SCM] gawk branch, feature/array-iface, updated. gawk-4.1.0-3913-ge5e6f7a
Date: Tue, 10 Mar 2020 03:57:59 -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/array-iface has been updated
       via  e5e6f7aafa1409b39b6eb6759987813cd94e58ed (commit)
       via  c1596f94a5b3e26cc095f12c853dac83aad21420 (commit)
       via  0add33f3c3e8e8a5a735b6a1b779d91ee3884246 (commit)
       via  2f0eddafa9a66aebf2e2ed1c49a9e8ce9e892a8c (commit)
       via  6514b3a2f5ed8c593d7d49526a27122989e673d0 (commit)
      from  e26cf22ad5c7d772ecc0c195bfbc612f1bb1f5b6 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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]