This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master in repository dejagnu.
from dc74860 * doc/dejagnu.texi (connprocs): Document new SSH procs. new e8a98ea * contrib/sum2junit.sh: New. new 19d4de7 * config.guess: Update to version 2016-04-02. * config.sub: [...] new c1ab4f2 Basic MySQL support. new de8b0eb * doc/dejagnu.texi: Fix capitalisation of procedure names t [...] new 55837d0 * doc/dejagnu.texi: Fill paragraphs. new 4fb2872 * doc/dejagnu.texi: Fix capitalisation of procedure names t [...] new afed750 * doc/dejagnu.texi: More overhauling. new e682a9f * doc/runtest.1 (OPTIONS): Sort options. new 156f485 * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first. new f3be8b6 * doc/runtest.1: Do not document obsolete --status option. I [...] new 5464be1 * runtest.exp: Document the magical handling of -D[01]. new 9c053ff * doc/dejagnu.texi: More overhauling. new 0de61cd * site.tmpl: Delete. * Makefile.am (EXTRA_DIST): Remove sit [...] new 3a454e6 * NEWS: Add some more detail. new 20217bb * lib/targetdb.exp (set_board_info): Improve comment. (add_ [...] new 9db6825 * doc/dejagnu.texi: More overhauling. new aa3debb * runtest.exp: Remove defunct and undocumented --tool_root option.
The 17 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 | 75 + Makefile.am | 2 +- Makefile.in | 2 +- NEWS | 4 +- config.guess | 17 +- config.sub | 4 +- contrib/mysql/README | 38 + contrib/mysql/create-db.sql | 52 + contrib/mysql/importxml.sh | 96 + contrib/mysql/make-datafile.sh | 126 + contrib/mysql/plot.sh | 129 + contrib/mysql/sum2xml.sh | 104 + contrib/sum2junit.sh | 103 + doc/dejagnu.texi | 5598 +++++++++++++++++----------------------- doc/runtest.1 | 25 +- lib/targetdb.exp | 6 +- runtest.exp | 13 +- site.tmpl | 42 - 18 files changed, 3055 insertions(+), 3381 deletions(-) create mode 100644 contrib/mysql/README create mode 100644 contrib/mysql/create-db.sql create mode 100644 contrib/mysql/importxml.sh create mode 100644 contrib/mysql/make-datafile.sh create mode 100644 contrib/mysql/plot.sh create mode 100644 contrib/mysql/sum2xml.sh create mode 100755 contrib/sum2junit.sh delete mode 100644 site.tmpl