diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-11-04 06:22:59 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-11-04 06:22:59 +0200 |
commit | 74473a65e66f3bd6fc17f39fda8d1f230e134cf9 (patch) | |
tree | 6d2d1fc2ba0fd33a80180957ab088f0932285d93 | |
parent | b0f42533b3b9be43dd7d602890e02fdbb1e91db3 (diff) | |
parent | 78f928be279fa3c66cdc430b9523a0773eb8a40c (diff) | |
download | egawk-74473a65e66f3bd6fc17f39fda8d1f230e134cf9.tar.gz egawk-74473a65e66f3bd6fc17f39fda8d1f230e134cf9.tar.bz2 egawk-74473a65e66f3bd6fc17f39fda8d1f230e134cf9.zip |
Merge branch 'master' into feature/nocopy
-rw-r--r-- | Checklist | 4 | ||||
-rw-r--r-- | test/ChangeLog | 5 | ||||
-rwxr-xr-x | test/arrayind1.awk | 1 |
3 files changed, 8 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Fri Aug 12 11:39:43 IDT 2016 +Wed Nov 2 05:40:56 IST 2016 ============================ A checklist for making releases @@ -30,6 +30,7 @@ doc/gawk.1 is up to date doc/awkcard.in is up to date Run prepinfo on the manual. Spell check the manual. +Update the wordlist for spell checking. test/Makefile.am: order and prettify lists of tests API Version numbers have been modified correctly in gawkapi.h. @@ -39,6 +40,7 @@ Testing on make maintainer-clean make release + compile with tcc compile with pcc compile with clang diff --git a/test/ChangeLog b/test/ChangeLog index 06e77da9..c5357c8c 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2016-11-04 Fabio Berton <fabio.berton@ossystems.com.br> + + * arrayind1.awk: Remove "#!/usr/local/bin/awk -f" as none of the + other awk scripts in the test suite have a hashbang. + 2016-10-07 Arnold D. Robbins <arnold@skeeve.com> * mpfrmemok1.ok: Update after code change. diff --git a/test/arrayind1.awk b/test/arrayind1.awk index 5d4a6f3d..59e8b4ea 100755 --- a/test/arrayind1.awk +++ b/test/arrayind1.awk @@ -1,4 +1,3 @@ -#!/usr/local/bin/awk -f # this script renums pedigrees with metafounders # so that they are added *before*regular animals # mf are ascertained because they are not in the 1st column |