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-91-g31ab1e8


From: Juergen Kahrs
Subject: [gawk-diffs] [SCM] gawk branch, cmake, updated. gawk-4.1.0-91-g31ab1e8
Date: Thu, 16 May 2013 19:25:13 +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  31ab1e85c7423384a19575217178f34d54f4be7e (commit)
       via  98ecd5e8c7b6c83b8c794050249b445dfea17334 (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  57fe811dd036e276abd30eed3aac135df7e362ab (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=31ab1e85c7423384a19575217178f34d54f4be7e

commit 31ab1e85c7423384a19575217178f34d54f4be7e
Author: Juergen Kahrs <address@hidden>
Date:   Thu May 16 21:24:38 2013 +0200

    Test case SHLIB.filefuncs now needs a file named gawkapi.o.

diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 9bb7b22..3c3b88b 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -41,15 +41,15 @@ foreach(testgroup ${ALL_GROUPS} )
   string(REGEX REPLACE " "                                ";" ONE_GROUP 
"${ONE_GROUP}")
   # Use each name of a test case to start a script that executes the test case.
   foreach(testcase ${ONE_GROUP} )
-    add_test("${testgroup}.${testcase}" ${SHELL_PREFIX} 
${CMAKE_SOURCE_DIR}/cmake/basictest 
${CMAKE_BINARY_DIR}/gawk${CMAKE_EXECUTABLE_SUFFIX} ${testcase}${file_suffix} )
+    add_test("${testgroup}.${testcase}" ${SHELL_PREFIX} 
${CMAKE_SOURCE_DIR}/cmake/basictest 
${CMAKE_BINARY_DIR}/gawk${CMAKE_EXECUTABLE_SUFFIX} ${testcase})
   endforeach(testcase)
 endforeach(testgroup)
 
 # Create an empty configuration file for customizing test execution.
 set(CTestCustom ${CMAKE_BINARY_DIR}/CTestCustom.cmake)
 file(WRITE  ${CTestCustom} "# DO NOT EDIT, THIS FILE WILL BE OVERWRITTEN\n" )
-# Test case SHLIB.filefuncs needs the gawk exe in source directory.
-file(APPEND ${CTestCustom} "file(COPY 
${CMAKE_BINARY_DIR}/gawk${CMAKE_EXECUTABLE_SUFFIX} DESTINATION  
${CMAKE_SOURCE_DIR})\n")
+# Test case SHLIB.filefuncs needs a file named gawkapi.o in source directory.
+file(APPEND ${CTestCustom} "file(COPY ${CMAKE_SOURCE_DIR}/README DESTINATION  
${CMAKE_SOURCE_DIR}/gawkapi.o)\n")
 # Exclude test cases from execution that make no sense on a certain platform.
 file(APPEND ${CTestCustom} "set(CTEST_CUSTOM_TESTS_IGNORE\n")
 if(WIN32)

http://git.sv.gnu.org/cgit/gawk.git/commit/?id=98ecd5e8c7b6c83b8c794050249b445dfea17334

commit 98ecd5e8c7b6c83b8c794050249b445dfea17334
Merge: 57fe811 403350c
Author: Juergen Kahrs <address@hidden>
Date:   Thu May 16 21:08:20 2013 +0200

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


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

Summary of changes:
 ChangeLog              |   12 ++++
 README_d/ChangeLog     |    4 ++
 README_d/README.pc     |   15 ++++--
 awklib/eg/prog/cut.awk |    2 +-
 doc/ChangeLog          |    7 +++
 doc/gawk.info          |  142 +++++++++++++++++++++++++-----------------------
 doc/gawk.texi          |    9 +++-
 doc/gawktexi.in        |    9 +++-
 extension/ChangeLog    |   43 +++++++++++++++
 extension/Makefile.am  |    5 ++
 extension/Makefile.in  |   33 +++++++-----
 extension/configh.in   |    7 +++
 extension/configure    |   70 ++++++++++++++++++++++++
 extension/configure.ac |    2 +
 extension/filefuncs.c  |   29 ++++++++++
 extension/gawkdirfd.h  |    8 +++
 extension/inplace.c    |   18 ++++++
 extension/readdir.c    |   86 ++++++++++++++++++++++++++----
 extension/rwarray.c    |    4 ++
 gawkapi.h              |    4 ++
 io.c                   |   11 +++-
 pc/ChangeLog           |   13 +++++
 pc/Makefile            |    2 +
 pc/Makefile.ext        |   75 +++++++++++++++++++++++++
 pc/Makefile.tst        |   31 ++++++-----
 po/it.po               |    5 +-
 test/CMakeLists.txt    |    6 +-
 test/ChangeLog         |    9 +++
 test/Makefile.in       |    8 ++-
 test/filefuncs.awk     |    4 +-
 30 files changed, 549 insertions(+), 124 deletions(-)
 create mode 100644 pc/Makefile.ext


hooks/post-receive
-- 
gawk



reply via email to

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