gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, array-iface, updated. gawk-4.1.0-35-g6f9


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, array-iface, updated. gawk-4.1.0-35-g6f91302
Date: Thu, 13 Jun 2013 16:05:10 +0000

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, array-iface has been updated
       via  6f91302eff92e06ab82c7baf1b6f6ddd62b3c29a (commit)
       via  612ea8d837f14a15a44c2d4941ff62c0ebf30461 (commit)
       via  21c8b6d547b12942775d675ead2994992285c04c (commit)
       via  1fe7f64c13e8994b73a5da3f5582de5b4850bfa2 (commit)
       via  d52d17b46e53bb0d4a991cd32f859eb349d3b101 (commit)
       via  fe4f4f372625682b10d5df11fef3c6f643e13410 (commit)
       via  54a79f8f1dbb86f92dcb0c7623fddbde1c81278c (commit)
       via  4c23f750aabed696da10529c8cd6a7af24b185f1 (commit)
       via  10216cc37ad6dd9086aeacca813d3551b7c209ef (commit)
       via  3d88a52ad1f67594f8c32c0e8c3f855dde8c6381 (commit)
       via  5482bf19246965d6839fe9df1aec0785f0b1a329 (commit)
       via  a25b9b39ac2c49b822328414240061f6d22ddef2 (commit)
       via  9dfa2ba854a2d7b7835274cf60a31294664612f3 (commit)
       via  99f48db79898094a62c5177161a3a24794239ac3 (commit)
       via  0737d543cbf09f9142cc67db052d6d40f178560b (commit)
       via  407dddb6e9b24c2ca139ec84f8e3f541fbb18451 (commit)
       via  acd80efad346d9d7dbed9aa3380d8f77eda0ed56 (commit)
       via  c974d36e7386c93f809be67cba108df71d267f45 (commit)
       via  193a78e55fc2e0cd54e0da204d2f9eb0f90f1fb2 (commit)
       via  94b64f95755e183578d74fafa3e6403a1f23545a (commit)
       via  62b366e5e839aee729a9f97d3c4c38bca4aaddab (commit)
       via  ab87511e508240554044d3913c3030b35d26b29e (commit)
       via  00ecdecc62eb8f9ec96c1db2f536cbc4e9f4fcdd (commit)
       via  89132a36e6d4c36dfc246b87a169771c6f11be31 (commit)
       via  b63461812ff268dcff55990a18c70d9875a9dd66 (commit)
       via  0b9a738da07f13191800689862f75ddf8821ab04 (commit)
       via  2f339225f817921e32f131f2ae163d367f62f564 (commit)
       via  403350c2b25551c749e2310556ba2f63e271042b (commit)
       via  c38f892c02c63102e8411acf2d0cbabdcc27ee3d (commit)
       via  29e92df352da1f19e61d32e44084bb36ffbf1d49 (commit)
       via  18c8531a3c51af619f4a29e18c2d68c473dcda2f (commit)
       via  c029f5b16321d66b646f1d41a7bd4cf453c1cfff (commit)
       via  2a4f643f8e01a7fbee650506d1d08950bc858628 (commit)
       via  242f84cd211a13c4056d228aaa9bc1f57aa21763 (commit)
       via  c96323b5e32f54295556809833d2d6a44daa75d0 (commit)
      from  78193b5c3a269ea04a51a26f51d53c2a182ba001 (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                       |  136 +
 Makefile.in                     |    5 +-
 NEWS                            |   17 +
 README_d/ChangeLog              |    4 +
 README_d/README.pc              |   15 +-
 TODO                            |    2 +
 array.c                         |   11 +-
 awk.h                           |    1 +
 awklib/eg/prog/cut.awk          |    2 +-
 configh.in                      |    4 -
 configure                       |    3 -
 configure.ac                    |    4 +-
 debug.c                         |    3 +
 doc/ChangeLog                   |   27 +
 doc/gawk.info                   |  731 +++--
 doc/gawk.texi                   |   41 +-
 doc/gawktexi.in                 |   41 +-
 eval.c                          |    8 +-
 extension/ChangeLog             |   82 +
 extension/Makefile.am           |    5 +
 extension/Makefile.in           |   33 +-
 extension/configh.in            |   17 +
 extension/configure             |  119 +-
 extension/configure.ac          |    5 +-
 extension/filefuncs.c           |   72 +-
 extension/gawkdirfd.h           |   12 +
 extension/inplace.c             |   18 +
 extension/readdir.c             |   91 +-
 extension/rwarray.c             |    4 +
 extension/time.c                |    1 +
 getopt.c                        |    3 +-
 helpers/fixdump.awk             |   69 +
 helpers/testdfa.c               | 1071 +++++++
 helpers/testnet.awk             |   12 +
 helpers/testnet.c               |  396 +++
 io.c                            |  218 ++-
 main.c                          |    3 +
 pc/ChangeLog                    |   63 +
 pc/Makefile                     |   16 +-
 pc/Makefile.ext                 |   75 +
 pc/Makefile.tst                 |   45 +-
 pc/config.h                     |   16 +-
 pc/config.sed                   |   12 +
 pc/gawkmisc.pc                  |  177 +-
 pc/in.h                         |    1 +
 pc/popen.c                      |   72 +-
 pc/popen.h                      |    5 +-
 pc/socket.h                     |   42 +
 po/it.po                        |    5 +-
 posix/ChangeLog                 |   13 +
 posix/gawkmisc.c                |    7 +-
 profile.c                       |  224 +-
 re.c                            |   10 -
 test/ChangeLog                  |   37 +
 test/Makefile.am                |   30 +-
 test/Makefile.in                |   35 +-
 test/Maketests                  |    5 +
 test/beginfile2.ok              |   10 +-
 test/beginfile2.sh              |   40 +-
 test/clos1way.awk               |    2 +-
 test/exit2.awk                  |    2 +
 test/{arrayprm2.ok => exit2.ok} |    0
 test/filefuncs.awk              |    4 +-
 test/profile4.awk               |    8 +
 test/profile4.ok                |   11 +
 test/profile5.awk               | 5179 ++++++++++++++++++++++++++++++
 test/profile5.ok                | 6758 +++++++++++++++++++++++++++++++++++++++
 vms/ChangeLog                   |    8 +
 vms/gawkmisc.vms                |    5 +
 vms/vms-conf.h                  |    4 -
 70 files changed, 15610 insertions(+), 597 deletions(-)
 create mode 100644 helpers/fixdump.awk
 create mode 100644 helpers/testdfa.c
 create mode 100644 helpers/testnet.awk
 create mode 100644 helpers/testnet.c
 create mode 100644 pc/Makefile.ext
 create mode 100644 pc/in.h
 create mode 100644 pc/socket.h
 create mode 100644 test/exit2.awk
 copy test/{arrayprm2.ok => exit2.ok} (100%)
 create mode 100644 test/profile4.awk
 create mode 100644 test/profile4.ok
 create mode 100644 test/profile5.awk
 create mode 100644 test/profile5.ok


hooks/post-receive
-- 
gawk



reply via email to

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