gawk-diffs
[Top][All Lists]
Advanced

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

[gawk-diffs] [SCM] gawk branch, cmake, updated. gawk-4.1.0-117-g0ac63db


From: Juergen Kahrs
Subject: [gawk-diffs] [SCM] gawk branch, cmake, updated. gawk-4.1.0-117-g0ac63db
Date: Sat, 01 Jun 2013 16:31:25 +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, cmake has been updated
       via  0ac63db595a009d1f07dba8246e52710348b0798 (commit)
       via  37be8a17ee9e955dec8bbddb8cd2b31487e44a0c (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)
      from  1a4fe61b7ad390740a0c70a0175b82301c083704 (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=0ac63db595a009d1f07dba8246e52710348b0798

commit 0ac63db595a009d1f07dba8246e52710348b0798
Author: Juergen Kahrs <address@hidden>
Date:   Sat Jun 1 18:28:35 2013 +0200

    New test cases profile4 and profile5 from master branch.

diff --git a/cmake/basictest b/cmake/basictest
index beecb6a..210ed22 100755
--- a/cmake/basictest
+++ b/cmake/basictest
@@ -297,6 +297,7 @@ function incdupe7() {
   ${COMPARE} ${SRCDIR}/${TESTCASE}.ok _${TESTCASE} && rm -f _${TESTCASE}
 }
 
+# TODO: The compare operation passes even when there are diffs.
 function readfile() {
   $GAWKEXE -l readfile 'BEGIN {printf "%s", readfile("Makefile")}' 
>_${TESTCASE} 2>&1 || echo EXIT CODE: $? >>_${TESTCASE}
   ${COMPARE} Makefile _${TESTCASE} && rm -f _${TESTCASE} || cp -p Makefile 
${TESTCASE}.ok
@@ -465,6 +466,18 @@ function profile3() {
   ${COMPARE} ${SRCDIR}/${TESTCASE}.ok _${TESTCASE} && rm -f _${TESTCASE}
 }
 
+function profile4() {
+  GAWK_NO_PP_RUN=1 $GAWKEXE --profile=ap-${TESTCASE}.out -f 
${SRCDIR}/${TESTCASE}.awk > /dev/null
+  sed 1,2d < ap-${TESTCASE}.out > _${TESTCASE}; rm ap-${TESTCASE}.out
+  ${COMPARE} ${SRCDIR}/${TESTCASE}.ok _${TESTCASE} && rm -f _${TESTCASE}
+}
+
+function profile5() {
+  GAWK_NO_PP_RUN=1 $GAWKEXE --profile=ap-${TESTCASE}.out -f 
${SRCDIR}/${TESTCASE}.awk > /dev/null
+  sed 1,2d < ap-${TESTCASE}.out > _${TESTCASE}; rm ap-${TESTCASE}.out
+  ${COMPARE} ${SRCDIR}/${TESTCASE}.ok _${TESTCASE} && rm -f _${TESTCASE}
+}
+
 function posix2008sub() {
   $GAWKEXE --posix -f ${SRCDIR}/${TESTCASE}.awk > _${TESTCASE} 2>&1
   ${COMPARE} ${SRCDIR}/${TESTCASE}.ok _${TESTCASE} && rm -f _${TESTCASE}

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=37be8a17ee9e955dec8bbddb8cd2b31487e44a0c

commit 37be8a17ee9e955dec8bbddb8cd2b31487e44a0c
Merge: 1a4fe61 5482bf1
Author: Juergen Kahrs <address@hidden>
Date:   Sat Jun 1 18:12:23 2013 +0200

    Merge remote-tracking branch 'origin/master' into cmake


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

Summary of changes:
 ChangeLog              |   90 +
 Makefile.in            |    5 +-
 TODO                   |    2 +
 array.c                |   11 +-
 cmake/basictest        |   13 +
 configh.in             |    4 -
 configure              |    3 -
 configure.ac           |    4 +-
 doc/ChangeLog          |   15 +
 doc/gawk.info          |  194 +-
 doc/gawk.texi          |   24 +-
 doc/gawktexi.in        |   24 +-
 extension/ChangeLog    |   29 +
 extension/configh.in   |    5 +-
 extension/configure    |    5 +-
 extension/configure.ac |    4 +-
 extension/filefuncs.c  |   36 +-
 extension/gawkdirfd.h  |    4 +
 extension/readdir.c    |    1 +
 extension/time.c       |    1 +
 gawkapi.h              |    4 -
 getopt.c               |    3 +-
 helpers/fixdump.awk    |   69 +
 helpers/testnet.awk    |   12 +
 helpers/testnet.c      |  396 +++
 io.c                   |  193 ++-
 main.c                 |    3 +
 pc/ChangeLog           |   46 +
 pc/Makefile            |   14 +-
 pc/Makefile.tst        |   18 +-
 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 +
 posix/ChangeLog        |    9 +
 posix/gawkmisc.c       |    9 +-
 profile.c              |  224 ++-
 test/ChangeLog         |   23 +
 test/Makefile.am       |   26 +-
 test/Makefile.in       |   18 +-
 test/beginfile2.ok     |   10 +-
 test/beginfile2.sh     |   40 +-
 test/clos1way.awk      |    2 +-
 test/profile4.awk      |    8 +
 test/profile4.ok       |   11 +
 test/profile5.awk      | 5179 +++++++++++++++++++++++++++++++++++++
 test/profile5.ok       | 6758 ++++++++++++++++++++++++++++++++++++++++++++++++
 vms/ChangeLog          |    4 +
 vms/vms-conf.h         |    4 -
 52 files changed, 13609 insertions(+), 273 deletions(-)
 create mode 100644 helpers/fixdump.awk
 create mode 100644 helpers/testnet.awk
 create mode 100644 helpers/testnet.c
 create mode 100644 pc/in.h
 create mode 100644 pc/socket.h
 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]