This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository dejagnu.
from 96d3794 Add initial infrastructure for DejaGnu "specs" strings adds 7c133c2 Update version numbers for 1.6.3 release branch adds 7ce524a Regenerate build system files adds dcf1550 Update version.texi adds e3b14d8 Use older shell constructs to fix PR47382 adds ed6511a Remove automatic search for local Expect executable in DejaGn [...] adds a8a331e Address PR47386 adds 4c4aa83 Update version numbers for 1.6.3 release candidate 2 adds bda78c6 Regenerate build system files adds ea96425 Revise usage messages to better fit GNU conventions adds c356605 Clean up another non-portable shell construct in runtest launcher adds 40c351f Rework declaration of "Variants" list in dejagnu launcher adds 3c80410 Change comments that should appear in the configure script ac [...] adds c6d9e1e Add support for patching config.guess interpreter line with C [...] adds 2ca7d52 Regenerate build system files adds 016bb73 Update version numbers for 1.6.3 release candidate 3 adds 353bbb6 Regenerate build system files adds c95e2e9 Use shell "case" for pattern matching in dejagnu auxiliary launcher adds 9539a1e Avoid dependency on exit code from false(1) in dejagnu auxili [...] adds cc4d2e4 Replace non-portable `basename | sed` with Awk in dejagnu launcher adds 84c9039 Replace non-portable `grep -q` with shell "case" in dejagnu launcher adds e2fa0bc Revise help system in dejagnu launcher to use Awk adds 408cfae Remove experimental support for patching config.guess interpr [...] adds d0f1049 Allow environment to specify a shell for running config.guess adds e3e1e07 Adjust Automake options to build maximally portable tarballs adds 9434672 Update version numbers for 1.6.3 release candidate 4 adds 749abc5 Regenerate build system files adds 28af718 Workaround Automake assumed default to actually produce v7 tarballs adds 8de3c72 Regenerate build system files adds da59845 Tighten regexp pattern used for validating output of config.guess adds 5487695 Fix typo in ChangeLog adds 4040555 Add regression test for PR48155 adds 531c8aa Avoid dependency on exit code from false(1) in PR48155 test adds 1f7ac1c Avoid Tcl error when report-card tool fails to produce output [...] adds 0bab163 Avoid hang on Solaris 10 in dejagnu auxiliary launcher adds 9673505 Replace non-portable Awk code in dejagnu auxiliary launcher adds 7e634ea Search for POSIX Awk in dejagnu auxiliary launcher adds 3be6fdc Fix portability problem with /usr/bin/awk on Solaris 10 in st [...] adds e8d08f0 Preserve nested runtest log messages when test fails in stats.exp adds 899ee18 Fix spurious UNRESOLVED result when size(1) is not in PATH adds dbd4a5a Ensure that PR42399 regression test produces results adds d58533b Change test for [which make] to [which sh] adds f7dbd32 Update config.guess with patched version for backwards compatibility adds fcd25d8 Fix error message in auxiliary launcher adds cc6b01a Add test mode for "dejagnu help" command adds 19ffb41 Update version numbers for 1.6.3 release candidate 5 adds 33f35a7 Regenerate build system files adds a28ccd4 Update doc/version.texi to match actual datestamp adds 54bf1d8 Add forgotten testsuite file to distribution list new be4c9af Merge fixes from 1.6.3 release branch
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 216 ++++ Makefile.am | 8 +- Makefile.in | 84 +- NEWS | 4 + aclocal.m4 | 67 +- commands/help.sh | 37 +- commands/report-card.awk | 6 +- config.guess | 1214 ++++++++++---------- configure | 29 +- configure.ac | 6 +- dejagnu | 129 ++- doc/version.texi | 4 +- lib/dejagnu.exp | 2 +- runtest | 34 +- runtest.exp | 51 +- testsuite/launcher.all/command.exp | 13 + testsuite/launcher.all/help.exp | 6 +- testsuite/lib/launcher.exp | 4 +- testsuite/lib/runtest.exp | 15 +- testsuite/report-card.all/onetest.exp | 14 +- testsuite/runtest.libs/utils.test | 8 +- .../nested/testsuite/bug.test/pr42399-sub.exp | 3 +- .../nested/testsuite/stat.test/unit-sub.exp | 4 +- testsuite/runtest.main/pr42399.exp | 10 +- testsuite/runtest.main/pr48155-csh.sh | 8 + testsuite/runtest.main/pr48155.exp | 102 ++ testsuite/runtest.main/stats.exp | 1 + 27 files changed, 1334 insertions(+), 745 deletions(-) create mode 100755 testsuite/runtest.main/pr48155-csh.sh create mode 100644 testsuite/runtest.main/pr48155.exp