[Dejagnu-commit] [SCM] DejaGNU branch, dejagnu-1.6, updated. post-if-stmt-braces-143-g6af3cdc

2014-10-27 Thread Ben Elliston
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 "DejaGNU".

The branch, dejagnu-1.6 has been updated
   via  6af3cdcd19af9541f0f4fb40cf479f86e0445148 (commit)
  from  679bdbbc7c9097a7ca092ddc17bf54648eb740f0 (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 -
commit 6af3cdcd19af9541f0f4fb40cf479f86e0445148
Author: Ben Elliston 
Date:   Tue Oct 28 12:03:43 2014 +1100

* Makefile.in: Regenerate.

---

Summary of changes:
 ChangeLog |4 
 1 files changed, 4 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
DejaGNU

___
Dejagnu-commit mailing list
Dejagnu-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu-commit


[Dejagnu-commit] [SCM] DejaGNU branch, dejagnu-1.6, updated. post-if-stmt-braces-144-g14e2dc7

2014-10-27 Thread Ben Elliston
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 "DejaGNU".

The branch, dejagnu-1.6 has been updated
   via  14e2dc740adab78866ca3ae2bd896ec795effd05 (commit)
  from  6af3cdcd19af9541f0f4fb40cf479f86e0445148 (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 -
commit 14e2dc740adab78866ca3ae2bd896ec795effd05
Author: Ben Elliston 
Date:   Tue Oct 28 12:07:56 2014 +1100

This reverts commit 6af3cdcd19af9541f0f4fb40cf479f86e0445148.

---

Summary of changes:
 ChangeLog |4 
 1 files changed, 0 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
DejaGNU

___
Dejagnu-commit mailing list
Dejagnu-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu-commit


[Dejagnu-commit] [SCM] DejaGNU branch, master, updated. post-if-stmt-braces-143-g494c131

2014-10-27 Thread Ben Elliston
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 "DejaGNU".

The branch, master has been updated
   via  494c131d32333b4aac1fbe72f05d230bec155030 (commit)
   via  a118a3f0bd4dd574e56afa844ddfd92f414c2a3b (commit)
  from  ad36659ffa984a0541cfc2bd27f393e0d7d173a7 (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 -
commit 494c131d32333b4aac1fbe72f05d230bec155030
Author: Ben Elliston 
Date:   Tue Oct 28 12:03:43 2014 +1100

* Makefile.in: Regenerate.

commit a118a3f0bd4dd574e56afa844ddfd92f414c2a3b
Author: Ben Elliston 
Date:   Tue Oct 28 12:00:55 2014 +1100

* example: Remove stale examples.

---

Summary of changes:
 ChangeLog  |8 +
 Makefile.in|2 +-
 example/calc/COPYING   |  340 -
 example/calc/ChangeLog |   15 -
 example/calc/INSTALL   |  182 -
 example/calc/Makefile.am   |   24 -
 example/calc/Makefile.in   |  700 --
 example/calc/aclocal.m4|  991 --
 example/calc/calc.1|   29 -
 example/calc/calc.c|   70 -
 example/calc/calc.h.in |   55 -
 example/calc/configure | 5545 ---
 example/calc/configure.ac  |   24 -
 example/calc/testsuite/calc.test/calc.exp  |   78 -
 example/calc/testsuite/config/unix.exp |   67 -
 example/mathhelper/COPYING |  674 --
 example/mathhelper/ChangeLog   |   15 -
 example/mathhelper/INSTALL |  370 -
 example/mathhelper/Makefile.am |2 -
 example/mathhelper/Makefile.in |  518 -
 example/mathhelper/README  |9 -
 example/mathhelper/aclocal.m4  | 4460 -
 example/mathhelper/bootstrap.sh|  110 -
 example/mathhelper/configure   | 9915 
 example/mathhelper/configure.ac|   30 -
 example/mathhelper/libmathhelper/Makefile.am   |3 -
 example/mathhelper/libmathhelper/Makefile.in   |  432 -
 example/mathhelper/libmathhelper/mathhelper.c  |   38 -
 example/mathhelper/libmathhelper/mathhelper.h  |4 -
 example/mathhelper/testsuite/Makefile.am   |   20 -
 example/mathhelper/testsuite/Makefile.in   |  472 -
 example/mathhelper/testsuite/mathhelper/ChangeLog  |6 -
 .../mathhelper/testsuite/mathhelper/Makefile.am|   42 -
 .../mathhelper/testsuite/mathhelper/Makefile.in|  495 -
 example/mathhelper/testsuite/mathhelper/divzero.c  |   15 -
 .../mathhelper/testsuite/mathhelper/divzero.exp|   53 -
 example/mathhelper/testsuite/mathhelper/testmost.c |   46 -
 .../mathhelper/testsuite/mathhelper/testmost.exp   |   53 -
 38 files changed, 9 insertions(+), 25903 deletions(-)
 delete mode 100644 example/calc/AUTHORS
 delete mode 100644 example/calc/COPYING
 delete mode 100644 example/calc/ChangeLog
 delete mode 100644 example/calc/INSTALL
 delete mode 100644 example/calc/Makefile.am
 delete mode 100644 example/calc/Makefile.in
 delete mode 100644 example/calc/NEWS
 delete mode 100644 example/calc/README
 delete mode 100644 example/calc/aclocal.m4
 delete mode 100644 example/calc/calc.1
 delete mode 100644 example/calc/calc.c
 delete mode 100644 example/calc/calc.h.in
 delete mode 100755 example/calc/configure
 delete mode 100644 example/calc/configure.ac
 delete mode 100644 example/calc/testsuite/calc.test/calc.exp
 delete mode 100644 example/calc/testsuite/config/unix.exp
 delete mode 100644 example/mathhelper/AUTHORS
 delete mode 100644 example/mathhelper/COPYING
 delete mode 100644 example/mathhelper/ChangeLog
 delete mode 100644 example/mathhelper/INSTALL
 delete mode 100644 example/mathhelper/Makefile.am
 delete mode 100644 example/mathhelper/Makefile.in
 delete mode 100644 example/mathhelper/NEWS
 delete mode 100644 example/mathhelper/README
 delete mode 100644 example/mathhelper/aclocal.m4
 delete mode 100755 example/mathhelper/bootstrap.sh
 delete mode 100644 example/mathhelper/configure
 delete mode 100644 example/mathhelper/configure.ac
 delete mode 100644 example/mathhelper/libmathhelper/Makefile.am
 delete mode 100644 example/mathhelper/libmathhelper/Makefile.in
 delete mode 100644 example/mathhelper/libmathhelper/mathhelper.c
 delete mode 100644 example/mathhelper/libmathhelper/mathhelper.h
 delete mode 10