[Dejagnu-commit] [SCM] DejaGNU branch, dejagnu-1.5.0, updated. post-if-stmt-braces-38-gb386df8

2008-04-06 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.5.0 has been updated
   via  b386df8ed715dc618fe1fa6d186ef575f2eebd80 (commit)
  from  c9efc45450dd7c1f245799ba4f04a03b85cc6fa9 (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 b386df8ed715dc618fe1fa6d186ef575f2eebd80
Author: Ben Elliston <[EMAIL PROTECTED]>
Date:   Mon Apr 7 12:57:24 2008 +1000

* doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
* doc/dejagnu.texi: Regenerate.

---

Summary of changes:
 ChangeLog|5 +
 doc/dejagnu.texi |4 ++--
 doc/user.xml |4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)


hooks/post-receive
--
DejaGNU


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


[Dejagnu-commit] [SCM] DejaGNU branch, dejagnu-1.5.0, updated. post-if-stmt-braces-40-gdcf70cb

2008-04-06 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.5.0 has been updated
   via  dcf70cbace29c446c77c5e1ea38f1bb223562722 (commit)
   via  47b49b1ef908e8748a110ea12d057f4100793996 (commit)
  from  b386df8ed715dc618fe1fa6d186ef575f2eebd80 (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 dcf70cbace29c446c77c5e1ea38f1bb223562722
Author: Ben Elliston <[EMAIL PROTECTED]>
Date:   Mon Apr 7 13:12:42 2008 +1000

* lib/utils.exp (diff): Open both files as binary.

commit 47b49b1ef908e8748a110ea12d057f4100793996
Author: Ben Elliston <[EMAIL PROTECTED]>
Date:   Mon Apr 7 13:08:48 2008 +1000

* dejagnu.h (totals): Correct typos.

---

Summary of changes:
 ChangeLog |8 
 dejagnu.h |4 ++--
 lib/utils.exp |2 ++
 3 files changed, 12 insertions(+), 2 deletions(-)


hooks/post-receive
--
DejaGNU


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


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

2008-04-06 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  7366d4887cca6839218272fc298cd1a1fb708b39 (commit)
   via  e851526d060d3bcd487a20cde9704fe93773c1d7 (commit)
   via  42ce55fbb2e4ffd31c3907986298f0e007d82906 (commit)
  from  05583ff25b6cd58c7aee0a4141f1dafc340aa375 (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 7366d4887cca6839218272fc298cd1a1fb708b39
Author: Ben Elliston <[EMAIL PROTECTED]>
Date:   Mon Apr 7 13:12:42 2008 +1000

* lib/utils.exp (diff): Open both files as binary.

commit e851526d060d3bcd487a20cde9704fe93773c1d7
Author: Ben Elliston <[EMAIL PROTECTED]>
Date:   Mon Apr 7 13:08:48 2008 +1000

* dejagnu.h (totals): Correct typos.

commit 42ce55fbb2e4ffd31c3907986298f0e007d82906
Author: Ben Elliston <[EMAIL PROTECTED]>
Date:   Mon Apr 7 12:57:24 2008 +1000

* doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
* doc/dejagnu.texi: Regenerate.

---

Summary of changes:
 ChangeLog|   13 +
 dejagnu.h|4 ++--
 doc/dejagnu.texi |4 ++--
 doc/user.xml |4 ++--
 lib/utils.exp|2 ++
 5 files changed, 21 insertions(+), 6 deletions(-)


hooks/post-receive
--
DejaGNU


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


[Dejagnu-commit] [SCM] DejaGNU branch, dejagnu-1.5.0, updated. post-if-stmt-braces-41-ga4e78e8

2008-04-06 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.5.0 has been updated
   via  a4e78e8d2942b5ab96d55c2392e469b84a9a4217 (commit)
  from  dcf70cbace29c446c77c5e1ea38f1bb223562722 (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 a4e78e8d2942b5ab96d55c2392e469b84a9a4217
Author: Ben Elliston <[EMAIL PROTECTED]>
Date:   Mon Apr 7 14:48:21 2008 +1000

Make the testsuite work better.

* Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
* Makefile.in: Regenerate.
* dejagnu.exp (host_execute): Improve regexp matching.
* testsuite/libdejagnu/unit.cc: C++ fixes.

---

Summary of changes:
 ChangeLog|7 ++
 Makefile.am  |2 +-
 Makefile.in  |2 +-
 lib/dejagnu.exp  |   18 ++--
 testsuite/libdejagnu/unit.cc |   46 +
 5 files changed, 48 insertions(+), 27 deletions(-)


hooks/post-receive
--
DejaGNU


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


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

2008-04-06 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  7cd597d12ffd161206a468963fb791ffa833086e (commit)
  from  7366d4887cca6839218272fc298cd1a1fb708b39 (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 7cd597d12ffd161206a468963fb791ffa833086e
Author: Ben Elliston <[EMAIL PROTECTED]>
Date:   Mon Apr 7 14:48:21 2008 +1000

Make the testsuite work better.

* Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
* Makefile.in: Regenerate.
* dejagnu.exp (host_execute): Improve regexp matching.
* testsuite/libdejagnu/unit.cc: C++ fixes.

---

Summary of changes:
 ChangeLog|7 ++
 Makefile.am  |2 +-
 Makefile.in  |2 +-
 lib/dejagnu.exp  |   18 ++--
 testsuite/libdejagnu/unit.cc |   46 +
 5 files changed, 48 insertions(+), 27 deletions(-)


hooks/post-receive
--
DejaGNU


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