Add test for NOTE message type
[dejagnu.git] / ChangeLog
blob1dd0f1ee3f22ab76469c0545d42e16a6c858bd12
1 2022-11-28  Jacob Bachmeyer  <jcb@gnu.org>
3         * testsuite/libdejagnu/unit.exp: Add test for NOTE message.
5 2022-11-26  Jacob Bachmeyer  <jcb@gnu.org>
7         * Makefile.in: Regenerate.
8         * Makefile.am (AM_CXXFLAGS): Change this...
9         (AM_CPPFLAGS): ...to this.  (Also remove -g flag.)
10         (check_PROGRAMS): Add testsuite/libdejagnu/unit-c.
11         (testsuite_libdejagnu_unit_c_SOURCES): Add.
12         (TESTSUITE_FILES): Update.
13         * testsuite/libdejagnu/unit-c.c: New file.
14         * testsuite/libdejagnu/unit.exp: New file.
16         * dejagnu.h (xpass): Fix use of wrong counter.
17         (xfail): Likewise.
18         (totals): Report unexpected passes if any occurred.
20         * doc/dejagnu.texi (DejaGnu unit test protocol): Add end marker
21         line using "END" to allow detecting tests that exit prematurely.
22         The "Totals:" line was previously used for this purpose, but it
23         does not match the pattern documented as reserved for carrying
24         unit test results and information.
26         * lib/dejagnu.exp (host_execute): Remove test for "Totals" line.
27         (host_execute): Add corresponding support for the new line types.
29         * dejagnu.h (totals): Add end marker.
30         (TestState::totals): Likewise.
32 2022-10-04  Jacob Bachmeyer  <jcb@gnu.org>
34         PR58065
36         * lib/dg.exp (dg-test): Store results of analyzing messages in a
37         list, then report them to the framework after giving the pruning
38         callback an opportunity to skip the test case.
40         * testsuite/runtest.libs/dg.test: Add tests for skipping tests
41         based on special result codes from mock-dg-prune.
42         (mock-dg-test): Add directive for output text.
43         (mock-dg-prune): Recognize special markers for
44         UNRESOLVED/UNSUPPORTED/UNTESTED result codes.
46 2022-10-01  Jacob Bachmeyer  <jcb@gnu.org>
48         PR58065
50         * testsuite/runtest.libs/mockutil.tcl (test_proc_with_mocks):
51         Report test failure instead of raising errors.
53         * testsuite/runtest.libs/dg.test: Add more unit tests.
54         (eval_tests): Copy this procedure...
55         * testsuite/runtest.libs/target.test (eval_tests): ...from here.
57 2022-09-30  Jacob Bachmeyer  <jcb@gnu.org>
59         PR58065
61         * testsuite/runtest.libs/mockutil.tcl (test_proc_with_mocks): Add
62         usage comment and option to match number of calls for test.
63         (create_test_interpreter): Add support for mockvfs.
65         * testsuite/runtest.libs/dg.test: New file.
67 2022-09-29  Jacob Bachmeyer  <jcb@gnu.org>
69         PR58065
71         * testsuite/runtest.libs/mockvfs.tcl: New file.
73 2022-09-26  Jacob Bachmeyer  <jcb@gnu.org>
75         * testsuite/runtest.libs/libs.exp (process_test): Add forward
76         slash to the list of characters recognized as text.
78 2022-01-21  Jacob Bachmeyer  <jcb@gnu.org>
80         PR53427
82         * runtest.exp (runtest): Reset the global warning and error
83         counters before running each test file.  This prevents an error
84         "left over" from a previous test file from causing the first test
85         in the next file to be spuriously reported as UNRESOLVED.
87         * Makefile.am (TESTSUITE_FILES): Add new files.
89         * testsuite/runtest.main/pr53427.exp: New file for regression test.
90         * testsuite/runtest.main/nested/testsuite/pr53427.test/a.exp: Likewise.
91         * testsuite/runtest.main/nested/testsuite/pr53427.test/b.exp: Likewise.
93 2021-06-29  Jacob Bachmeyer  <jcb@gnu.org>
95         PR49250
97         * runtest.exp: Adjust detection logic for deprecated broken legacy
98         case of a testsuite not actually in a testsuite/ directory.
100         This was never supported but happened to work in older versions.
102 2021-05-22  Jacob Bachmeyer  <jcb@gnu.org>
104         * Makefile.am (TESTSUITE_FILES): Correct oversight.
106         * configure, Makefile.in, aclocal.m4: Regenerate.
108         * runtest.exp, configure.ac, doc/version.texi: Update version.
110         * dejagnu: Fix error message.
112         * config.guess: Import patched version; patches sent upstream.
114         * commands/help.sh: Add test mode in which man(1) is never
115         actually invoked.  The ability to reference a manpage by absolute
116         file name seems to be unique to Free systems.
117         * testsuite/launcher.all/help.exp: Amend test list to use new
118         testing mode in "dejagnu help" command.  This mode should also
119         work on Solaris, so the logic for skipping the tests is removed.
121 2021-05-20  Jacob Bachmeyer  <jcb@gnu.org>
123         * dejagnu: Search for a POSIX Awk and validate that at least a
124         simple Awk program actually works.
125         * testsuite/launcher.all/command.exp: Add tests for error produced
126         when no Awk is found and a help message is requested.
128         * lib/dejagnu.exp: Avoid reporting next test as UNRESOLVED when
129         reporting error due to missing size(1) while loading file.
131         * testsuite/lib/runtest.exp (runtest_copy_nested_testsuite_log):
132         New procedure.  Dumps log from nested run into main test log.
134         * testsuite/runtest.libs/utils.test: Change test for [which make]
135         to [which sh] because make(1) is not always available on non-GNU
136         systems but sh(1) exists on any Unix.  GNU make is often installed
137         as "gmake" on non-GNU systems and may be the only "make" utility.
139         * testsuite/runtest.main/pr42399.exp (test_pr42399): Revise to
140         ensure that a failure to produce any output at all in the inner
141         test will be detected.  This was discovered on Solaris 10.
143         * testsuite/runtest.main/stats.exp: Copy stat.log from nested
144         testsuite run to the main test log upon test failure.
146         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
147         Explicitly pass /dev/null to unit-sub.awk because /usr/bin/awk on
148         Solaris 10 does not seem to recognize assignment to ARGV.
149         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
150         Likewise.
152 2021-05-18  Jacob Bachmeyer  <jcb@gnu.org>
154         * dejagnu: Redirect input from /dev/null when testing if awk is
155         GNU Awk; this avoids a hang on Solaris 10 where awk treats
156         --version as an Awk program and attempts to read input.
157         (command): Rework the initial setting of this variable to avoid
158         limitations in Solaris 10 awk.
160         * testsuite/report-card.all/onetest.exp: Avoid Tcl error when item
161         and totals lines are missing entirely.
163         * testsuite/runtest.main/pr48155.exp: Fix assumption about exit
164         code from /bin/false, which is different on Solaris.
166 2021-05-05  Jacob Bachmeyer  <jcb@gnu.org>
168         PR48155
170         * Makefile.am (TESTSUITE_FILES): Update.
171         (CLEANFILES): Add special init file for PR48155 nested tests.
173         * testsuite/runtest.main/pr48155.exp: New file.
174         * testsuite/runtest.main/pr48155-csh.sh: New trivial file.  This
175         script emulates the behavior of the C shell if an attempt is made
176         to use it to run the config.guess script.
178 2021-05-04  Jacob Bachmeyer  <jcb@gnu.org>
180         PR48155
182         * runtest.exp: Tighten regexp used to validate output from
183         config.guess.  The previous regexp would accept an error produced
184         if config.guess was incorrectly run using the C shell.
186 2021-04-28  Jacob Bachmeyer  <jcb@gnu.org>
188         * configure, Makefile.in: Regenerate.
190         * runtest.exp, configure.ac, doc/version.texi: Update version.
192         * Makefile.am (TAR_OPTIONS): Explicitly select v7 tarball format
193         to work around Automake limitation of assuming that v7 is default.
195 2021-04-20  Jacob Bachmeyer  <jcb@gnu.org>
197         * configure.ac: Set Automake options to use the ancient and
198         universal V7 format when building distribution tarballs.  The
199         limitations of this format are not expected to impact DejaGnu; the
200         "ustar" format will be used instead if this is proved wrong.
202         * Makefile.am (TAR_OPTIONS): Add exported environment variable to
203         set options when building distribution tarballs.  Ensure that all
204         files in distribution tarballs will be recorded as owned by root.
206 2021-04-16  Jacob Bachmeyer  <jcb@gnu.org>
208         PR47382
210         * dejagnu (command): Use Awk instead of non-portable basename(1)
211         and a non-portable sed(1) pattern to initially set this variable.
213         * dejagnu: Use shell "case" pattern match instead of non-portable
214         "grep -q" to determine if "awk" is GNU Awk.
216         * dejagnu: Use Awk instead of non-portable "grep -q" to verify
217         that a file contains a help message.  Also use Awk to extract help
218         messages from files, instead of a complex dynamic sed(1) program.
220         * configure.ac: Remove experimental support for propagating
221         CONFIG_SHELL to scripts in the source directory.
223         * runtest.exp: Use CONFIG_SHELL or SHELL environment variable when
224         running config.guess.  Check the result carefully and stop with an
225         error immediately if running config.guess does not produce
226         something that plausibly resembles a triplet.  Advise the user
227         that SHELL or CONFIG_SHELL may need to be set in the environment.
229 2021-04-15  Jacob Bachmeyer  <jcb@gnu.org>
231         PR47382
233         * dejagnu: Avoid using $? for an exit code; it is convenient until
234         the tests fail because the script is run on Solaris where false
235         returns 255 instead of 1 and the test harness expects exit code 1.
237 2021-04-14  Jacob Bachmeyer  <jcb@gnu.org>
239         PR47382
241         * dejagnu: Replace use of "expr :" with shell "case" pattern
242         match to avoid limitations of Solaris 10 expr(1).
244 2021-04-14  Jacob Bachmeyer  <jcb@gnu.org>
246         * lib/specs.exp, testsuite/runtest.libs/specs.test: New files.
248 2021-04-08  Jacob Bachmeyer  <jcb@gnu.org>
250         * configure: Regenerate.
252         * runtest.exp, configure.ac, doc/version.texi: Update version.
254         * configure.ac: Change "dnl" comments that should appear in
255         configure to regular comments.
256         Add experimental support for propagating CONFIG_SHELL to the
257         config.sub and config.guess scripts in the source directory.
259 2021-04-01  Jacob Bachmeyer  <jcb@gnu.org>
261         PR47533
263         * dejagnu, commands/help.sh, commands/report-card.awk: Revise help
264         message to better fit GNU conventions, with thanks to Tom Tromey
265         for the reporting this issue.
267         PR47382
269         * runtest: Remove use of non-portable "if !" that causes problems
270         with /bin/sh on Solaris 10.
272         * dejagnu (Variants): Split the declaration of this read-only
273         variable into an assignment followed by marking it read-only,
274         instead of doing both in one statement.  The Solaris 10 /bin/sh
275         does not accept the combined form.
277 2021-03-30  Jacob Bachmeyer  <jcb@gnu.org>
279         * configure: Regenerate.
281         * runtest.exp, configure.ac, doc/version.texi: Update version.
283 2021-03-26  Jacob Bachmeyer  <jcb@gnu.org>
285         PR47386
287         * testsuite/launcher.all/help.exp: Skip the tests on Solaris,
288         since Solaris man(1) does not accept explicit filenames.  The
289         manpages will be installed as usual, and the "dejagnu help"
290         command should work after installation.
292         Also set PAGER for testing, since other systems might also ignore
293         MANPAGER and that would cause the test to hang.
295         * testsuite/lib/launcher.exp (dejagnu_run): Send commands run and
296         copies of the output produced to the log.
298         * commands/help.sh: Extend PR47382 fix (below) to this file.
300         PR47385
302         * testsuite/lib/runtest.exp: Remove support for automatically
303         locating an Expect executable in the old Cygnus tree layout.
305 2021-03-25  Jacob Bachmeyer  <jcb@gnu.org>
307         PR47382
309         * dejagnu, runtest: Remove use of "$()" command substitution and
310         "$(())" arithmetic substitution shell constructs.  The /bin/sh on
311         Solaris 10 does not support them.  They were replaced with the
312         traditional backticks for command substitution and backticks and
313         the expr command for arithmetic substitution.
315         Also add markers to explicitly disable shellcheck warnings that
316         would lead to reintroducing these problems.
318         Also avoid the non-portable "`..."..."...`" construct on a warning
319         in the GNU Autoconf manual, section "Shell Substitutions",
320         although this introduces additional variables.
322 2021-03-22  Jacob Bachmeyer  <jcb@gnu.org>
324         * configure: Regenerate.
326         * runtest.exp, configure.ac, doc/version.texi: Update version.
328         * config.guess, config.sub: Import from upstream.
330         * MAINTAINERS: Acknowledge that Ben Elliston has left the project.
332 2021-03-15  Jacob Bachmeyer  <jcb@gnu.org>
334         * Makefile.am, Makefile.in: Update accordingly.
336         * contrib/compare_tests: Remove.  This file lacked a GPL notice.
337         This file was imported from GCC many years ago.  The GCC version
338         has benefited from continued development, while ours has not.
340         * testsuite/runtest.libs/load_lib.exp: Remove.  This file lacked a
341         GPL notice and an attempt to contact the contributor produced no
342         response.  The tests in this file will need to be rewritten in any
343         case; there is a bug in load_lib that they should expose and there
344         is now additional infrastructure for tests of this type that was
345         not available when this file was written.
347 2020-12-27  Jacob Bachmeyer  <jcb@gnu.org>
349         * testsuite/runtest.libs/libs.exp (process_test): Report running
350         test scripts as each test script is run.
351         Also, at top-level, sort the list of tests to run.
353         * doc/dejagnu.texi (testsuite procedure): Remove noise word "api"
354         from new "testsuite can call api" feature test API entrypoint.
355         * lib/framework.exp (testsuite_can): Likewise.
356         * testsuite/runtest.libs/testsuite_can.test: Likewise.
357         * NEWS: Likewise.
359 2020-12-16  Jacob Bachmeyer  <jcb@gnu.org>
361         * configure: Regenerate.
363         * configure.ac: Remove Tcl version check.
365         Apply patch from Nick Clifton:
367         * baseboards/msp430-sim.exp: Add missing copyright and GPL notice.
369         Apply patch from Dimitar Dimitrov:
371         * baseboards/pru-sim.exp: New file.
373         * Makefile.am (baseboard_DATA): Add pru-sim.exp to list.
374         * Makefile.in (baseboard_DATA): Likewise.
376 2020-12-15  Jacob Bachmeyer  <jcb@gnu.org>
378         * configure: Regenerate.
379         * Makefile.in: Regenerate.
381         * Makefile.am (RUNTEST): Explain override of Automake default.
383         * configure.ac: Update for autoconf 2.69 using autoupdate.
384         * configure.ac: Remove search for expect now handled by Automake.
386         Apply patch from Dimitar Dimitrov:
388         * Makefile.am (dejagnu_TEXINFOS): Change this...
389         * Makefile.am (doc_dejagnu_TEXINFOS): ...to this.
391         This fixes an incorrectly recorded dependency.
393 2020-11-17  Jacob Bachmeyer  <jcb@gnu.org>
395         PR44636 / PR44693
397         * doc/dejagnu.texi (Adding a new tool): Fix incorrect description
398         that conflated the tool init file with the target interface file.
399         (Make Check): Add cross-reference to the GNU Automake manual for
400         more details.
402 2020-11-10  Jacob Bachmeyer  <jcb@gnu.org>
404         PR44545
406         * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
407         Use [file normalize] to ensure that link targets are unambiguous.
408         (link_dejagnu_launcher_test_item): Avoid spurious errors when test
409         environment has already been prepared in a previous run.
411         * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
412         New procedure to collect existing repeated testsuite code.
413         * testsuite/launcher.all/command.exp: Establish testing
414         environment using link_dejagnu_launcher_test_item procedure.
416 2020-11-09  Jacob Bachmeyer  <jcb@gnu.org>
418         * aclocal.m4: Regenerate.
419         * configure: Regenerate.
420         * Makefile.in: Regenerate.
422         * configure.ac: Revert development version branch tagging hook.
423         * Makefile.am: Likewise.
425         These caused failures (reported in PR44462 as a secondary issue)
426         when a source tree is copied out of a Git directory.
428 2020-08-31  Jacob Bachmeyer  <jcb@gnu.org>
430         * doc/runtest.1: Add brief GFDL notice.  License notice in the
431         formatted manpage should now describe DejaGnu as a whole.
433         * NEWS: Prepare for release.
435 2020-08-18  Jacob Bachmeyer  <jcb@gnu.org>
437         * testsuite/runtest.libs/testsuite_file.test: Add missing
438         copyright and GPL notice.
439         * testsuite/runtest.libs/testsuite_can.test: Likewise.
440         * testsuite/runtest.libs/testcase_group.test: Likewise.
442 2020-08-12  Jacob Bachmeyer  <jcb@gnu.org>
444         * doc/dejagnu.texi (The dejagnu_h header file): Remove node.
445         (Running unit tests): Add node.
446         (DejaGnu unit test protocol): Add node.
447         (C unit testing API): Update to reflect current API.  Move mention
448         of dejagnu.h header here in preparation for future expanded
449         language support.
450         (C++ unit testing API): Likewise.  Mention caveat that the C unit
451         test API is also available in C++ programs.
453 2020-08-10  Jacob Bachmeyer  <jcb@gnu.org>
455         * baseboards/qemu.exp: Tidy whitespace.
457 2020-08-10  Jacob Bachmeyer  <jcb@gnu.org>
459         Merge patch from Kito Cheng to add support for RISC-V sim target.
461         * baseboards/riscv-sim.exp: New file.
462         * Makefile.am (baseboard_DATA): Add riscv-sim.exp.
463         * Makefile.in (baseboard_DATA): Likewise.
465 2020-08-02  Jacob Bachmeyer  <jcb@gnu.org>
467         * Makefile.am (TESTSUITE_FILES): Add files that were introduced
468         during development but were mistakenly not added at that time.
469         (baseboard_DATA): Sort baseboard file list.
470         (baseboard_DATA): Add missing files.
471         (dejagnu_TEXINFOS): New; add GNU FDL file.
472         (CONTRIB): Add experimental Python unit test module.
474         * Makefile.in (TESTSUITE_FILES): Likewise.
475         (baseboard_DATA): Likewise.
477         * testsuite/dejagnu.py:  Move from here...
478         * contrib/dejagnu.py: ...to here.
480 2020-08-02  Rob Savoye  <rob@senecass.com>
482         * Makefile.in: Regenerate so make dist works.
484 2020-07-25  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
486         * doc/dejagnu.texi (Writing a test case): Mention the DejaGnu
487         procedure "perror" instead of the Tcl command "error".
488         (Writing a test case): Reorganize node and give basic hints about
489         Tcl quoting and backslash escape rules.
490         (Writing a test case): Describe synchronization issues and warn
491         that prefixes of valid input can be presented for matching.
492         (Writing a test case): Fix markup from conversion from DocBook.
494 2020-07-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
496         PR42399
498         * NEWS: Document changes to host_execute.
500         * lib/dejagnu.exp (host_execute): Revise expect matching to
501         combine all unit test protocol lines into one pattern.
502         (host_execute): Rework other expect patterns.
503         (host_execute): Ensure that all output from child process is read
504         until the child closes its output to avoid sending early SIGPIPE.
505         (host_execute): Report an ERROR (and cause the next test to be
506         recorded as UNRESOLVED) if the Expect matching buffer overflows.
507         (host_execute): Remove dependency on global "text" variable.
509         * Makefile.am (TESTSUITE_FILES): Update.
511         * testsuite/runtest.main/stats.exp: Generalize infrastructure and
512         add tests for DejaGnu unit testing support.
513         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
514         New file.
515         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk:
516         New file.
518 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
520         PR42399
522         * Makefile.am (TESTSUITE_FILES): Update.
524         * lib/dejagnu.exp (host_execute): Allow the executable to be
525         specified with an absolute file name.
526         (host_execute): Fix argument handling to allow passing more than
527         one argument to the executable.  Return early if given no
528         arguments at all instead of trying to execute "./".
530         * testsuite/runtest.main/pr42399.exp: New file.
531         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399.awk:
532         New file.
533         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
534         New file.
536 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
538         * Makefile.am (CLEANFILES): Update.
539         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
541         * testsuite/lib/runtest.exp (runtest_setup_nested_testsuite): New
542         procedure.
543         (runtest_cleanup_nested_testsuite): New procedure.
545         * testsuite/runtest.main/error.exp: Use the tool name "error" to
546         select the proper subset of the nested testsuite.  Use new
547         procedures for handling nested testsuite.  Use common
548         nested-init.exp local init file for nested testsuite.  Let local
549         init file nested-init.exp handle setting "outdir" variable.
550         * testsuite/runtest.main/options.exp: Likewise; "null" tool.
551         * testsuite/runtest.main/stats.exp: Likewise; "stat" tool.
553         * testsuite/runtest.main/nested/: Combine nested testsuites.
554         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
555         Move from here...
556         * testsuite/runtest.main/nested/testsuite/error.test/error-al-dbz.exp:
557         ...to here.
558         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
559         Move from here...
560         * testsuite/runtest.main/nested/testsuite/error.test/error-dbz.exp:
561         ...to here.
562         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
563         Move from here...
564         * testsuite/runtest.main/nested/testsuite/error.test/error-undef.exp:
565         ...to here.
566         * testsuite/runtest.main/error/testsuite/error.test/simple.exp:
567         Move from here...
568         * testsuite/runtest.main/nested/testsuite/error.test/simple.exp:
569         ...to here.
570         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
571         Move from here...
572         * testsuite/runtest.main/nested/testsuite/null.test/null.exp:
573         ...to here.
574         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
575         Move from here...
576         * testsuite/runtest.main/nested/testsuite/stat.test/stats-sub.exp:
577         ...to here.
579 2020-07-16  Rob Savoye  <rob@senecass.com>
581         * baseboards/qemu.exp: Works now with qemu instead of sim.
583 2020-07-06  Rob Savoye  <rob@senecass.com>
585         * baseboards/qemu.exp: Initial working support to use qemu for
586         bare metal testing.
587         * Makefile.am: Install qemu.exp.
588         * autogen.sh: Add script borrowed from my Gnash project to
589         regenerate configure/build files.
590         * aclocal.m4, configure.ac, Makefile.am: regenerated GDB too.
591         * doc/dejagnu.texi: Update copyright date.
593 2020-06-29  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
595         PR 41824 / PR 41918
597         * NEWS: Add item for repeated error messages.
599         * lib/framework.exp (log_and_exit): Add separator lines around the
600         error dumps repeated at the end of a run.
602 2020-06-26  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
604         PR 41824 / PR 41918
606         * NEWS: Remove items for --keep_going / --no_keep_going options.
608         * Makefile.am (CLEANFILES): Adjust for renames.
609         (TESTSUITE_FILES): Likewise.
611         * doc/dejagnu.texi (Invoking runtest): Remove --keep_going and
612         --no_keep_going options.
613         (A POSIX Conforming Test Framework): Document that Tcl errors in
614         test scripts produce UNRESOLVED results as placeholders.
616         * doc/runtest.1: Likewise.
618         * lib/framework.exp (log_and_exit): Print collected Tcl errors.
620         * runtest.exp (dejagnu::error): New internal namespace.
621         (runtest): Collect Tcl errors caught while executing test scripts.
622         (dejagnu::opt): Remove internal namespace.
623         Remove --keep_going / --no_keep_going options.  No longer abort on
624         any Tcl errors; instead store them and repeat the messages at the
625         end of the run.
627         * testsuite/runtest.main/abort.exp: Rename from this ...
628         * testsuite/runtest.main/error.exp: ... to this and revise tests.
630         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
631         Rename from this...
632         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
633         ... to this.
634         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp:
635         Rename from this...
636         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
637         ... to this.
638         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
639         Rename from this...
640         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
641         ... to this.
643 2020-06-24  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
645         PR 41824 / PR 41918
647         * NEWS: Revise relevant items.
649         * doc/dejagnu.texi (Invoking runtest): Add --no_keep_going option.
650         * doc/runtest.1: Document --no_keep_going option.  Remove
651         long-obsolete --name option.  The --name option had been removed
652         from runtest before the code was imported into what became the
653         current repository.
655         * runtest.exp: Add option --no_keep_going to stop immediately if a
656         test script aborts due to a Tcl error.  Remove vestiges of
657         long-obsolete --name option.  Make --keep_going option default.
659         * testsuite/runtest.main/abort.exp: Adjust tests to use
660         --no_keep_going and --keep_going instead of assuming a default.
662 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
664         Merge patches from Maciej W. Rozycki to fix timeout handling.
666         * lib/remote.exp (close_wait_program): Use `catch' in killing
667         pending force-kills.
669         * lib/remote.exp (close_wait_program): Only kill the pending
670         force-kills if the PID list has a single entry.
671         (local_exec): Set the channel about to be closed to the
672         nonblocking mode if we didn't see an EOF.
673         (standard_close): Likewise, unconditionally.
675 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
677         * NEWS: Mention "linker=" option and added language support.
679         * doc/dejagnu.texi (target_compile procedure): Document new
680         "linker=" option to target_compile.
682         * lib/target.exp (default_target_compile): Actually use internal
683         option for separate linker provided for Go language support.  This
684         seems to have been accidentally omitted from Tom Tromey's patches.
685         (default_target_compile): Add "linker=" option, similar to
686         "compiler=" option, but the former overrides the latter when
687         building an executable.
688         (default_target_compile): Ensure that "--emit obj" is spaced from
689         previous item when used to compile Rust.  Use "--emit asm" instead
690         of "-S" when generating assembly from Rust sources.
692         * testsuite/runtest.libs/target.test: Add tests for Go and Rust.
693         Also add tests for the new "early_flags=" and "linker=" options.
695 2020-06-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
697         * doc/dejagnu.texi (Libgloss): Update menu.
698         (find_go procedure, find_go_linker procedure): New nodes.
699         (find_rustc procedure): New node.
701 2020-06-19  Tom Tromey  <tromey@adacore.com>
703         * doc/dejagnu.texi (target_compile procedure): Document Go
704         additions.
705         * lib/target.exp (default_target_compile): Handle Go.
706         * lib/libgloss.exp (find_go, find_go_linker): New procs.
708 2020-06-19  Tom Tromey  <tromey@adacore.com>
710         * doc/dejagnu.texi (target_compile procedure): Document rust
711         additions.
712         * lib/target.exp (default_target_compile): Handle rust.
713         * lib/libgloss.exp (find_rustc): New proc.
715 2020-06-19  Tom Tromey  <tromey@adacore.com>
717         * lib/target.exp (default_target_compile): Add early_flags.
718         * doc/dejagnu.texi (target_compile procedure): Document
719         early_flags.
721 2020-06-19  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
723         Merge patches from Tom de Vries <tdevries <at> suse.de> and write
724         ChangeLog entries.
726         * testsuite/runtest.main/abort.exp: Add tests that verify handling
727         of arithmetic errors (divide-by-zero) in a procedure called within
728         a test script.
730         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp: New file.
732 2020-06-18  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
734         PR 41824 / PR 41918
736         Thanks to Tom de Vries for raising these concerns and offering the
737         initial testsuite patch that led to these changes.
739         * NEWS: Add item for consistent abort-on-error handling.
741         * lib/framework.exp (unknown): Always link global variables.  Tidy.
742         Silently propagate errors raised in autoloaded procedures and move
743         the UNRESOLVED result and aborting the test run to...
744         * runtest.exp (runtest): Report an UNRESOLVED result if a test
745         script aborts due to a Tcl error.  Link global errorCode and
746         report its value if an error occurs.  For consistency, abort the
747         test run on any Tcl error in a test script instead of only when
748         calling an undefined procedure.
750         * testsuite/runtest.main/abort.exp: Add tests to verify handling
751         of arithmetic errors (divide-by-zero) in an auto-loaded procedure
752         called from a test script.  Adjust other patterns.
754         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
755         New file.
757 2020-06-17  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
759         PR 41824
761         * NEWS: Add item for --keep_going option.
763         * Makefile.am (CLEANFILES): Add abort-init.exp to list.
764         (TESTSUITE_FILES): Add new testsuite files to list.
766         * doc/dejagnu.texi (Invoking runtest): Document new --keep_going
767         command line option.
768         * doc/runtest.1: Likewise.
770         * lib/framework.exp (unknown): Report an UNRESOLVED result if an
771         unknown command is invoked.  Avoid exiting and propagate the error
772         from Tcl's "unknown" procedure if --keep_going was
773         specified. Brace procedure argument list.
774         * runtest.exp (dejagnu::opt): New namespace.
775         Add option --keep_going to continue running tests after a test
776         script aborts due to calling an undefined command.
778         * testsuite/runtest.main/abort.exp: New file.
779         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
780         New file.
781         * testsuite/runtest.main/abort/testsuite/abort.test/simple.exp:
782         New file.
784 2020-06-17  Tom de Vries  <tdevries <at> suse.de>
786         * lib/framework.exp (unknown): Propagate return value of auto-loaded
787         command.
789 2020-06-15  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
791         Merge patches from Linaro:
793         2018-09-28  Christophe Lyon <christophe.lyon@linaro.org>
794         * lib/ssh.exp (ssh_exec): Redirect stderr to stdout on the remote
795         machine, to avoid race conditions.
797         2016-04-25  Yvan Roux <yvan.roux@linaro.org>
798         * lib/rsh.exp (rsh_exec): Don't remove trailing newline.
799         * lib/ssh.exp (ssh_exec): Likewise.
801         2016-06-28  Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
802         * config/unix.exp (unix_load): Prepend the value of an
803         "exec_shell" board_info key to the command if it is defined.
805 2020-06-06  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
807         * NEWS: Document "testcase" command.
809         * doc/dejagnu.texi (testcase procedure): Document multiplex entry
810         point and "testcase group" command.
812         * lib/framework.exp: Add internal namespace ::dejagnu::group.
813         (::dejagnu::group::check_name): New procedure.
814         (::dejagnu::group::current): New procedure.
815         (::dejagnu::group::push): New procedure.
816         (::dejagnu::group::pop): New procedure.
817         (::dejagnu::group::pop_to_file): New procedure.
818         (testcase): New procedure for multiplex commands.
819         (testcase_group): New procedure implementing "testcase group".
821         * testsuite/runtest.libs/testcase_group.test: New file.
823 2020-06-05  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
825         * NEWS: Document new "testsuite can call api" command.
827         * doc/dejagnu.texi (testsuite procedure): Document new subcommand
828         "testsuite can call api".
830         * lib/framework.exp (testsuite): Add branch for "testsuite can".
831         (testsuite_can): New procedure implementing "testsuite can".
833         Add internal array ::dejagnu::apilist to store information for
834         "testsuite can call api" for querying the availability of an API
835         call.  This will allow test scripts to adapt and use new features
836         while still being able to run under older versions of DejaGnu.
838         * testsuite/runtest.libs/testsuite_can.test: New file.
840 2020-06-02  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
842         PR 41647
843         * NEWS: Fix typo.  Fix Emacs mode tag.
844         Document use of Tcl namespace ::dejagnu for internals.
845         * runtest.exp (dejagnu::command_line): New namespace.
846         (dejagnu::command_line::save_cmd_var): New procedure.
847         (dejagnu::command_line::restore_cmd_vars): New procedure.
848         (dejagnu::command_line::dump_cmd_vars): New procedure.
849         * runtest.exp: Save internal variables set by command line
850         arguments during the first pass and restore their values after
851         loading testsuite init files.
853 2020-06-01  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
855         PR 41647
856         * runtest.exp: Describe search for testsuite at verbose level 3.
857         Print initial working directory at verbose level 1.
859 2020-05-28  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
861         PR 41587
862         * testsuite/lib/launcher.exp: Adjust LAUNCHER variable default
863         value to use an absolute file name.
864         * testsuite/lib/report-card.exp: Likewise.
865         * testsuite/runtest.main/options.exp: Set outdir in options-init
866         instead of changing working directory in child runtest.
868         * runtest.exp (logname): Move verbose display of logname to
869         immediately after finding the user's login name.
871         PR 41585
872         * runtest.exp (libdir): Fix default value of global variable.
874         * ChangeLog: Tidy irregular indentation.
876 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
878         * doc/dejagnu.texi (target_compile procedure): Add documentation.
880 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
882         * doc/dejagnu.texi (target_link procedure): New stub node.
883         (default_link procedure): Document internal procedure.
884         (default_target_assemble procedure): Likewise.
885         (default_target_compile procedure): Likewise.
887 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
889         * baseboards/{aarch64-sim, arm-ice, arm-sim, basic-sid, iq2000-sim,
890         mn10300-sim, moxie-sim}.exp: Cleanup up whitespace.
892 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
894         * lib/target.exp (default_target_compile): Use "host_info"
895         procedure to probe for a host configuration, instead of checking a
896         local empty target_info array due to lacking "global target_info".
898 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
900         * doc/dejagnu.texi (Adding a new board): Document that the
901         "compiler" board_info field is optional and defaults to [find_gcc]
902         if not given.
903         (Board configuration file): Likewise.
905         * lib/target.exp (default_target_compile): Establish a default C
906         compiler by evaluating [find_gcc] if no other compiler is given.
908         * baseboards/aarch64-sim.exp: Remove no-longer-needed
909         "set_board_info compiler [find_gcc]" from this file.
910         * baseboards/am33_2.0-libremote.exp: Likewise.
911         * baseboards/androideabi.exp: Likewise.
912         * baseboards/arm-ice.exp: Likewise.
913         * baseboards/arm-sim.exp: Likewise.
914         * baseboards/cris-sim.exp: Likewise.
915         * baseboards/d30v-sim.exp: Likewise.
916         * baseboards/fr30-sim.exp: Likewise.
917         * baseboards/frv-sim.exp: Likewise.
918         * baseboards/gdbserver-sample.exp: Likewise.
919         * baseboards/iq2000-sim.exp: Likewise.
920         * baseboards/linux-gdbserver.exp: Likewise.
921         * baseboards/linux-libremote.exp: Likewise.
922         * baseboards/mcore-moto-sim.exp: Likewise.
923         * baseboards/mcore-sim.exp: Likewise.
924         * baseboards/mips-sim-idt32.exp: Likewise.
925         * baseboards/mips-sim-idt64.exp: Likewise.
926         * baseboards/mips-sim-mti32.exp: Likewise.
927         * baseboards/mips-sim-mti64.exp: Likewise.
928         * baseboards/mips-sim-mti64_64.exp: Likewise.
929         * baseboards/mips-sim-mti64_n32.exp: Likewise.
930         * baseboards/mips-sim-sde32.exp: Likewise.
931         * baseboards/mips-sim-sde64.exp: Likewise.
932         * baseboards/mips-sim.exp: Likewise.
933         * baseboards/mmixware-sim.exp: Likewise.
934         * baseboards/mn10200-sim.exp: Likewise.
935         * baseboards/mn10300-sim.exp: Likewise.
936         * baseboards/moxie-sim.exp: Likewise.
937         * baseboards/msp430-sim.exp: Likewise.
938         * baseboards/powerpc-sim.exp: Likewise.
939         * baseboards/powerpcle-sim.exp: Likewise.
940         * baseboards/rx-sim.exp: Likewise.
941         * baseboards/sh-sim.exp: Likewise.
942         * baseboards/sparc-sim.exp: Likewise.
943         * baseboards/sparc64-sim.exp: Likewise.
944         * baseboards/sparclite-sim-le.exp: Likewise.
945         * baseboards/sparclite-sim.exp: Likewise.
946         * baseboards/unix.exp: Likewise.
947         * baseboards/v850-sim.exp: Likewise.
948         * baseboards/visium-sim.exp: Likewise.
949         * baseboards/xtensa-sim.exp: Likewise.
951 2020-05-24  Rob Savoye  <rob@senecass.com>
953         * baseboards/pi.exp: New config file for cross testing to a
954         Raspberry PI.
956 2020-05-24  Tom Tromey  <tom@tromey.com>
958         * .gitignore: Add files.
960 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
962         * testsuite/runtest.libs/target.test: Use mockutil.tcl.
963         Collect loading DejaGnu libraries into a single loop.
964         Revise the mock board_info array.
965         Add section headings for different test groups in this file.
966         Add tests for default_target_compile in lib/target.exp.
967         * testsuite/runtest.libs/mockutil.tcl: New file.
969 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
971         * doc/dejagnu.texi (remote_exec procedure): Explicitly list
972         optional arguments instead of simply copying the Tcl argument list
973         or the remote_exec procedure.
975 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
977         * testsuite/runtest.libs/default_procs.tcl: Set sum_file to empty
978         string instead of opening a temporary file named .tmp.
979         * testsuite/runtest.libs/libs.exp: No longer need to remove .tmp.
981 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
983         * testsuite/runtest.libs/target.test: Rename fake "target_info"
984         array to a fake "board_info" array, to align with changes made to
985         the DejaGnu core on 29 January 1997 that moved the target
986         configuration data into the global board_info array.
988         * testsuite/runtest.libs/remote.test: Likewise.
990 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
992         * testsuite/runtest.libs/libs.exp: Use runtest_file_p to honor
993         requests to run only some library tests.
995 2020-05-18  Rob Savoye  <rob@senecass.com>
997         * configure.ac: Extract the current branch.
998         * Makefile.am: Change the frame_version in runtest.exp post
999         install to add the branch and git revision to make it easier to
1000         support multiple versions during development.
1002 2020-05-15  Rob Savoye  <rob@senecass.com>
1004         * All files: Minor change, update copyright dates.
1006 2019-03-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1008         * runtest.exp (search_and_load_file): Join the directory and
1009         filename once using 'file join'.
1011 2019-01-24  Jacob Bachmeyer  <jcb62281@gmail.com>
1013         * doc/dejagnu.texi: Refill paragraphs and normalize inter-sentence
1014         spacing so the Emacs move-by-sentence commands work correctly.
1016 2019-01-23  Ben Elliston  <bje@gnu.org>
1018         * doc/dejagnu.texi: Replace "config file" with "configuration
1019         file" throughout.
1021 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
1023         * doc/dejagnu.texi (Command line option variables): Improve table
1024         formatting to fix overlapping columns and revise text slightly.
1026 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
1028         * doc/dejagnu.texi (Global config file): Change example to use the
1029         Tcl "switch" command instead of the deprecated "case" command.
1031 2019-01-12  Jacob Bachmeyer  <jcb62281@gmail.com>
1033         * doc/dejagnu.texi (runtest_file_p procedure): Fix description of
1034         the structure of the "runtests" argument.
1036 2019-01-12  Ben Elliston  <bje@gnu.org>
1038         * doc/dejagnu.texi: Various documentation fixes.
1040 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
1042         * testsuite/runtest.libs/clone_output.test: Use new test harness
1043         for verifying output of clone_output.
1045         * testsuite/runtest.libs/default_procs.tcl (send_error): Roll into
1046         template using store_test_output.
1047         (send_log): Likewise.
1048         (send_user): Likewise.
1049         (clear_test_output): New proc.
1050         (store_test_output): New proc.
1052         * lib/framework.exp (clone_output): Actually send errors to the
1053         error stream; bug found while improving testsuite.
1055 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
1057         * testsuite/runtest.libs/libs.exp (process_test): Handle blank
1058         lines from child process correctly.
1060 2019-01-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1062         * NEWS: Document report card.
1064         * Makefile.am (clean-local): Add target.
1065         (clean-local-check): Add target; mark as PHONY.
1066         (commands_DATA): Add "report-card" scripts.
1067         (dist_man_MANS): Add dejagnu-report-card.1 and split.
1068         (DEJATOOL): Add "report-card" tool.
1069         (TESTSUITE_FILES): Add testsuite for "report-card" tool.
1071         * commands/report-card.awk: New command script.
1073         * doc/dejagnu.texi (Invoking dejagnu report card): New node.
1074         * doc/dejagnu-report-card.1: New man page.
1076         * testsuite/lib/bohman_ssd.exp: New file.
1077         * testsuite/lib/report-card.exp: New file.
1078         * testsuite/report-card.all/onetest.exp: New file.
1079         * testsuite/report-card.all/passes.exp: New file.
1081 2019-01-02  Ben Elliston  <bje@gnu.org>
1083         * Makefile.am (DISTCLEANFILES): Don't use this.
1084         (CLEANFILES): Use this instead.
1085         * Makefile.in: Regenerate.
1087 2019-01-01  Ben Elliston  <bje@gnu.org>
1089         * configure.ac: Abort if AWK is not installed.
1090         * configure: Regenerate.
1092 2019-01-01  Ben Elliston  <bje@gnu.org>
1094         * config.guess: Update to latest version.
1095         * config.sub: Likewise.
1097 2019-01-01  Ben Elliston  <bje@gnu.org>
1099         * configure.ac: Add AC_PROG_AWK check.
1100         * configure: Regenerate.
1102 2018-12-29  Jacob Bachmeyer  <jcb62281@gmail.com>
1104         * dejagnu: Avoid use of semicolon as sed(1) command separator.
1105         POSIX does not clearly require sed(1) to support that feature.
1107 2018-12-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1109         * testsuite/lib/util-defs.exp: Whitespace clean up.
1111 2018-12-21  Jacob Bachmeyer  <jcb62281@gmail.com>
1113         PR 33817
1114         * dejagnu: Improve command parsing to fix bug. Previously, the
1115         documented equivalence between "multi word command" and
1116         "multi-word-command" did not hold if no arguments were given.
1117         * testsuite/launcher.all/command.exp: Add tests.
1119 2018-12-20  Ben Elliston  <bje@gnu.org>
1121         * NEWS: Add item for new dejagnu command.
1123         * Makefile.am (EXTRA_DIST): Remove $(XML).
1124         * Makefile.in: Regenerate.
1126 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
1128         * Makefile.am (EXTRA_DIST): Add "dejagnu" launcher script and
1129         contents of $(commands_DATA).
1130         (bin_SCRIPTS): Add "dejagnu" launcher script.
1131         (commandsdir): Installation directory for "dejagnu" subcommands is
1132         $(pkgdatadir)/commands.
1133         (commands_DATA): New, contains "commands/help.sh" as initial item.
1134         (TESTSUITE_FILES): Add testsuite for same.
1135         (DEJATOOL): Add "launcher" to list of tools to test.
1136         (dist_man_MANS): Add man pages for "dejagnu" and "dejagnu help".
1138         * doc/dejagnu.texi (Running other DejaGnu commands): New chapter.
1139         (Invoking dejagnu): New node for dejagnu(1) launcher script.
1140         (Invoking dejagnu help): New node.
1142         * doc/dejagnu.1: New man page.
1143         * doc/dejagnu-help.1: New man page.
1145         * dejagnu: New script.
1147         * commands/help.sh: New dejagnu subcommand for reading manpages.
1149         * testsuite/launcher.all/command.exp: New file.
1150         * testsuite/launcher.all/command/commands/bar-baz.awk: New file.
1151         * testsuite/launcher.all/command/commands/bar.awk: New file.
1152         * testsuite/launcher.all/command/commands/bar.sh: New file.
1153         * testsuite/launcher.all/command/commands/baz-quux.gawk: New file.
1154         * testsuite/launcher.all/command/commands/foo.sh: New file.
1155         * testsuite/launcher.all/command/commands/foo.tcl: New file.
1156         * testsuite/launcher.all/help.exp: New file.
1157         * testsuite/launcher.all/interp.exp: New file.
1158         * testsuite/launcher.all/verbose.exp: New file.
1159         * testsuite/lib/launcher.exp: New file.
1161 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
1163         * doc/dejagnu.texi (bt procedure): Fix Info links.
1165 2018-12-17  Ben Elliston  <bje@gnu.org>
1167         * doc/dejagnu.texi (Board config file): Fix up @ref.
1168         (Command line option variables): Likewise.
1169         (Debugging Procedures): Add an entry for 'bt' command.
1171 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
1173         * runtest.exp: Move processing of -V|--version option to first
1174         pass through command line arguments instead of delaying it.
1176 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
1178         * Makefile.am (RUNTESTDEFAULTFLAGS): Remove; no longer needed.
1179         * Makefile.in: Regenerate.
1181 2018-12-15  Ben Elliston  <bje@gnu.org>
1183         * doc/dejagnu.texi (telnet Procedure): Remove old node.
1184         (rlogin Procedure): Likewise.
1185         (rsh Procedure): Likewise.
1186         (tip Procedure): Likewise.
1187         (kermit Procedure): Likewise.
1188         (list_targets Procedure): Likewise.
1189         (prune_system_crud): Likewise.
1191 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
1193         * testsuite/runtest.libs/default_procs.tcl (send_error): New stub.
1194         (send_user): Likewise.
1195         * testsuite/runtest.libs/clone_output.test: Remove unneeded global
1196         variable link at top-level.
1197         * testsuite/runtest.libs/utils.test: Adjust absolute path to
1198         config.status.
1199         * testsuite/runtest.libs/clone_output.test: Use preset srcdir,
1200         subdir, and objdir variables instead of extracting them from argv.
1201         Remove setval.tmp, which is now obsolete.
1202         * testsuite/runtest.libs/config.test: Likewise.
1203         * testsuite/runtest.libs/remote.test: Likewise.
1204         * testsuite/runtest.libs/target.test: Likewise.
1205         * testsuite/runtest.libs/testsuite_file.test: Likewise.
1206         * testsuite/runtest.libs/utils.test: Likewise.
1208         * testsuite/lib/libsup.exp (make_defaults_file): Replace this ..
1209         (send_defaults): .. with this.
1210         (start_expect): Remove redundant code.
1212         * testsuite/runtest.libs/libs.exp: Eliminate setval.tmp file.
1213         Remove unneeded test for EXPECT global variable.
1214         Use one Expect subprocess to run all test cases.
1215         (process_test): Redesign to use Expect subprocess and to use
1216         throwaway slave interpreters for running test cases.
1218 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
1220         * testsuite/lib/runtest.exp (runtest_start): Remove.
1221         Move the sanity check in runtest_start to top-level and similarly
1222         check to ensure that $EXPECT can be found.  Make failure of either
1223         sanity check an immediate fatal error.
1224         Improve error messages for sanity checks to indicate which
1225         critical tool was not found.  Remove useless 'global RUNTEST'
1226         command at top-level.
1227         (runtest_version): Brace 'if' expression.
1229 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
1231         * testsuite/lib/runtest.exp: Use 'testsuite file' to locate the
1232         default runtest executable instead of implicitly searching PATH.
1233         Remove unused RUNTESTFLAGS Tcl variable.
1235 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
1237         * testsuite/lib/runtest.exp (runtest_start): Remove unused global
1238         variable links.
1240 2018-12-14  Jacob Bachmeyer  <jcb62281@gmail.com>
1242         * lib/framework.exp (log_summary): Remove "testcnt" mechanism.
1243         * testsuite/lib/libsup.exp: Remove obsolete "testcnt" variable.
1245 2018-12-12  Ben Elliston  <bje@gnu.org>
1247         * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,
1248         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/rlogin.exp,
1249         lib/telnet.exp, runtest.exp, testsuite/lib/libsup.exp: Simplify
1250         some regular expressions in constant strings by placing them
1251         inside braces instead of quotes. This allows one level of
1252         backslash quoting to be removed.
1254 2018-12-12  Ben Elliston  <bje@gnu.org>
1256         * doc/dejagnu.texi: Acknowledge contributions to the manual from
1257         others.
1259 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1261         * testsuite/runtest.all/libs.exp: Use "testsuite file" command.
1262         * testsuite/runtest.all/load_lib.exp: Likewise.
1263         * testsuite/runtest.all/stats.exp: Likewise.
1265         * testsuite/runtest.all/stats.exp: Write local init file as
1266         "stats-init.exp" for status summary tests.  Use --local_init
1267         option to runtest to load that file instead of site.exp and move
1268         the inner test module to a nested testsuite.
1269         * testsuite/runtest.all/stats-sub.exp: Move file from here ..
1270         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
1271         .. to here.
1273         * testsuite/runtest.all/options.exp: Clean up whitespace in file.
1274         Wrap lines in test list and move short items to beginning of list.
1275         Write local init file as "options-init.exp" for options tests.
1276         Use --local_init option with nested runtest to load that file
1277         instead of site.exp; also create an empty nested testsuite.  Local
1278         init file arranges for inner runtest processes to run in a
1279         subdirectory in the object tree to eliminate filename clashes.
1280         Set tmpdir if not already set and remove entire temporary
1281         directory after running options tests.
1282         * testsuite/runtest.all/options/testsuite/null.test/null.exp: New.
1284         * testsuite/runtest.all/clone_output.test: Move from here ..
1285         * testsuite/runtest.libs/clone_output.test: .. to here.
1286         * testsuite/runtest.all/config.test: Move from here ..
1287         * testsuite/runtest.libs/config.test: .. to here.
1288         * testsuite/runtest.all/default_procs.tcl: Move from here ..
1289         * testsuite/runtest.libs/default_procs.tcl: .. to here.
1290         * testsuite/runtest.all/libs.exp: Move from here ..
1291         * testsuite/runtest.libs/libs.exp: .. to here.
1292         * testsuite/runtest.all/load_lib.exp: Move from here ..
1293         * testsuite/runtest.libs/load_lib.exp: .. to here.
1294         * testsuite/runtest.all/remote.test: Move from here ..
1295         * testsuite/runtest.libs/remote.test: .. to here.
1296         * testsuite/runtest.all/target.test: Move from here ..
1297         * testsuite/runtest.libs/target.test: .. to here.
1298         * testsuite/runtest.all/testsuite_file.test: Move from here ..
1299         * testsuite/runtest.libs/testsuite_file.test: .. to here.
1300         * testsuite/runtest.all/topdir/subdir1/subfile1: Move from here ..
1301         * testsuite/runtest.libs/topdir/subdir1/subfile1: .. to here.
1302         * testsuite/runtest.all/topdir/subdir1/subfile2: Move from here ..
1303         * testsuite/runtest.libs/topdir/subdir1/subfile2: .. to here.
1304         * testsuite/runtest.all/topdir/subdir1/subsubdir1/subsubfile1:
1305         Move from here ..
1306         * testsuite/runtest.libs/topdir/subdir1/subsubdir1/subsubfile1:
1307         .. to here.
1308         * testsuite/runtest.all/topdir/subdir2/subfile2: Move from here ..
1309         * testsuite/runtest.libs/topdir/subdir2/subfile2: .. to here.
1310         * testsuite/runtest.all/utils.test: Move from here ..
1311         * testsuite/runtest.libs/utils.test: .. to here.
1312         * testsuite/runtest.libs/utils.test: Update references to
1313         "runtest.all".
1315         * testsuite/runtest.all/options.exp: Move from here ..
1316         * testsuite/runtest.main/options.exp: .. to here.
1317         * testsuite/runtest.all/options/testsuite/null.test/null.exp: Move
1318         from here ..
1319         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
1320         .. to here.
1321         * testsuite/runtest.all/stats.exp: Move from here ..
1322         * testsuite/runtest.main/stats.exp: .. to here.
1323         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
1324         Move from here ..
1325         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
1326         .. to here.
1328         * Makefile.am (DISTCLEANFILES): Update for testsuite improvements.
1329         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
1330         * Makefile.in: Regenerate.
1332 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1334         * doc/dejagnu.texi: Clean up whitespace.  Some indented examples
1335         were changed to use the Texinfo '@ ' command (yes, a space
1336         character) to preserve correct indentation.  The '@ ' command is
1337         treated as a single space by Tex and makeinfo, but prevents Emacs
1338         from complaining about indentation using spaces instead of tabs.
1340 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1342         * doc/dejagnu.texi (getdirs procedure): Document hard-coded
1343         directory exclusions by name in this procedure.
1345 2018-12-10  Ben Elliston  <bje@gnu.org>
1347         * doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl
1348         glob patterns, not "shell wildcard characters" per se.
1350         * doc/dejagnu.texi (istarget procedure): Remove stray @{.
1352 2018-12-10  Jacob Bachmeyer  <jcb62281@gmail.com>
1354         * doc/dejagnu.texi (Writing a test case): Add warning about
1355         priority of Expect patterns, complete with example.
1356         * testsuite/runtest.all/libs.exp (process_test): Fix bug that
1357         caused test results other than "PASS" to be skipped if a "PASS" is
1358         further along in the input buffer.  Describe problem in manual.
1359         (process_test): Ensure that the log file shows each test case run.
1360         (process_test): Directly run the test cases instead of using
1361         temporary files and "cat".  All output is always available in the
1362         log file, which is no longer overwritten by other tests.
1363         (process_test): Expect END markers from test case scripts.
1364         * testsuite/runtest.all/clone_output.test: Emit END markers.
1365         * testsuite/runtest.all/config.test: Likewise.
1366         * testsuite/runtest.all/remote.test: Likewise.
1367         * testsuite/runtest.all/target.test: Likewise.
1368         * testsuite/runtest.all/testsuite_file.test: Likewise.
1369         * testsuite/runtest.all/utils.test: Likewise.
1371 2018-12-10  Ben Elliston  <bje@gnu.org>
1373         * lib/utils.exp (grep): Use a proper Tcl list for options.
1375 2018-12-10  Ben Elliston  <bje@gnu.org>
1377         * testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir.
1379         * lib/utils.exp (getdirs): Use glob -nocomplain rather than glob
1380         and catching the "no files matched glob pattern" error
1381         message. Catching the error message was the wrong thing to do
1382         because the foreach loop then iterates over each word in the error
1383         message as if they were matches.
1385 2018-12-10  Ben Elliston  <bje@gnu.org>
1387         * testsuite/runtest.all/utils.test (getdirs): Add a test for the
1388         non-existent directory case.
1390 2018-12-10  Ben Elliston  <bje@gnu.org>
1392         * runtest.exp: Remove unnecessary quotes and braces around
1393         variable expansions.
1395         * lib/debugger.exp (dumpvars): Remove unnecessary braces.
1397 2018-12-09  Ben Elliston  <bje@gnu.org>
1399         * runtest.exp (setup_target_hook): Use 'ne' and not '!='.
1400         (iterate_target_variants_two): Likewise.
1401         * lib/remote.exp (standard_download): Use 'eq' not '=='.
1402         (remote_upload): Likewise.
1403         * lib/framework.exp (open_logs): Likewise.
1404         (is_remote): Likewise.
1406 2018-12-09  Ben Elliston  <bje@gnu.org>
1408         * baseboards/basic-sid.exp, baseboards/basic-sim.exp,
1409         baseboards/i386-sid.exp, baseboards/mt-sid.exp,
1410         baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp,
1411         config/gdb_stub.exp, config/sim.exp, config/unix.exp,
1412         config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp,
1413         lib/framework.exp, lib/kermit.exp, lib/libgloss.exp,
1414         lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp,
1415         lib/utils.exp, testsuite/lib/libsup.exp,
1416         testsuite/runtest.all/options.exp,: Remove unnecessary braces
1417         around variable expansions.
1419 2018-12-09  Ben Elliston  <bje@gnu.org>
1421         * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp,
1422         lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp,
1423         lib/target.exp, lib/tip.exp, lib/utils.exp, runtest.exp: Remove
1424         unnecessary quotes and braces around variable expansions.
1426 2018-12-09  Ben Elliston  <bje@gnu.org>
1428         * config/gdb-comm.exp: Remove unnecessary quotes.
1429         * config/gdb_stub.exp: Likewise.
1430         * config/vxworks.exp: Likewise.
1431         * config/unix.exp: Likewise.
1432         * config/sim.exp: Likewise.
1434 2018-12-09  Ben Elliston  <bje@gnu.org>
1436         * testsuite/lib/libsup.exp: Remove unnecessary quotes around
1437         variable expansions.
1438         * testsuite/lib/util-defs.exp: Likewise.
1440 2018-12-09  Ben Elliston  <bje@gnu.org>
1442         * baseboards/androideabi.exp: Remove unnecessary quotes and braces
1443         around variable expansions.
1444         * baseboards/basic-sid.exp: Likewise.
1445         * baseboards/cris-sim.exp: Likewise.
1446         * baseboards/generic-sim.exp: Likewise.
1447         * baseboards/mcore-moto-sim.exp: Likewise.
1448         * baseboards/multi-sim.exp: Likewise.
1450 2018-12-08  Ben Elliston  <bje@gnu.org>
1452         * NEWS: Tweak.
1454 2018-12-08  Ben Elliston  <bje@gnu.org>
1456         * lib/dejagnu.exp (host_execute): Remove unnecessary quotes around
1457         variable expansions.
1458         * testsuite/runtest.all/clone_output.test: Likewise.
1459         * testsuite/runtest.all/target.test: Likewise.
1460         * testsuite/runtest.all/stats.exp: Likewise.
1461         * testsuite/runtest.all/remote.test: Likewise.
1462         * testsuite/runtest.all/config.test: Likewise.
1463         * testsuite/runtest.all/default_procs.tcl: Likewise.
1464         * testsuite/runtest.all/libs.exp: Likewise.
1465         * testsuite/runtest.all/options.exp: Likewise.
1467 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1469         * NEWS: Document 'testsuite' command.
1470         * doc/dejagnu.texi (testsuite procedure): Document multiplex entry
1471         point and "testsuite file" command.
1472         * lib/framework.exp (testsuite): New proc for multiplex commands.
1473         (testsuite_file): New proc implementing "testsuite file".
1474         * testsuite/runtest.all/testsuite_file.test: New file.
1475         * runtest.exp: Expect to find testsuite in ${srcdir}/testsuite,
1476         but also search $srcdir itself.
1477         (load_lib): Add explicit search for testsuite-local libraries.
1478         (load_tool_init): Use $testsuitedir in search.
1479         (load_config): Use $testsuitedir instead of $srcdir.
1480         (load_tool_target_config): Likewise.
1482         Add variable "testsuitedir" for testsuite root directory.
1484         Add internal global variables "testbuilddir" and "testdir" for use
1485         by "testsuite file".
1487         Ensure that $testsuitedir, $testbuilddir, and $objdir also avoid
1488         duplicated path delimiters.
1490         Add warning if no tests are found and fallback method of searching
1491         $srcdir is used.
1493 2018-12-08  Ben Elliston  <bje@gnu.org>
1495         * testsuite/lib/libsup.exp (start_expect): Brace commands in if
1496         expressions.
1497         * testsuite/lib/util-defs.exp (util_test): Likewise.
1498         * testsuite/runtest.all/stats.exp: Likewise.
1499         * testsuite/runtest.all/libs.exp: Likewise.
1501 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1503         * testsuite/runtest.all/default_procs.tcl:
1504         (lib_errpat_test, lib_errregexp_test, lib_err_test): New.
1505         (lib_regexp_test): Fix copy-paste-edit error.
1506         (lib_pat_test, lib_regexp_test, lib_ret_test, lib_bool_test):
1507         Fix handling of errors raised by tested procedure.  Also ensure
1508         proper quoting of argument lists passed to eval and simplify
1509         the logic for producing return values.
1511 2018-12-08  Ben Elliston  <bje@gnu.org>
1513         * config/vxworks.exp (${board}_init): Use 'ne' instead of !=.
1515 2018-12-08  Ben Elliston  <bje@gnu.org>
1517         * lib/tip.exp (tip_open): Put braces around if expression.
1519 2018-12-08  Ben Elliston  <bje@gnu.org>
1521         * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp,
1522         lib/remote.exp, lib/framework.exp, lib/dg.exp, config/vxworks.exp,
1523         config/sim.exp, config/gdb_stub.exp, config/aarch64-fv8.exp,
1524         baseboards/vr4300-sim.exp, baseboards/vr4111-sim.exp,
1525         baseboards/vr4100-sim.exp, baseboards/sh-sid.exp,
1526         baseboards/mt-sid.exp, baseboards/mips-sim.exp,
1527         baseboards/mips-sim-idt64.exp, baseboards/mips-sim-idt32.exp,
1528         baseboards/i386-sid.exp, baseboards/arm-sim.exp,
1529         baseboards/arm-ice.exp, baseboards/androideabi.exp,
1530         testsuite/runtest.all/utils.test,
1531         testsuite/runtest.all/target.test: Replace string literal
1532         comparisons using == and != with 'eq' and 'ne'.
1534 2018-12-08  Ben Elliston  <bje@gnu.org>
1536         * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp,
1537         lib/rsh.exp, lib/rlogin.exp, lib/remote.exp, lib/libgloss.exp,
1538         lib/framework.exp, lib/dg.exp, lib/dejagnu.exp,
1539         config/vxworks.exp, config/unix.exp, config/sim.exp,
1540         config/gdb_stub.exp, config/gdb-comm.exp, config/adb.exp,
1541         baseboards/multi-sim.exp, baseboards/cris-sim.exp,
1542         baseboards/basic-sim.exp, baseboards/basic-sid.exp,
1543         baseboards/androideabi.exp, testsuite/runtest.all/load_lib.exp,
1544         testsuite/libdejagnu/tunit.exp: Replace empty string comparisons
1545         using == and != with 'eq' and 'ne'.
1547 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1549         * testsuite/runtest.all/default_procs.tcl (lib_bool_test): New.
1550         (lib_regexp_test): New.
1551         (lib_pat_test): Brace "if" conditions.
1552         (lib_pat_test): Remove spurious quotes in debugging output.
1553         (run_tests): Add support for comments in lists of procedure tests.
1555         * testsuite/runtest.all/config.test: Adjust to use run_tests
1556         procedure. Fixes issue cited in FIXME comment.
1558         * testsuite/runtest.all/utils.test (getdirs tests): Fix these.
1559         The old tests had the sense of the return value from lib_pat_test
1560         inverted and were failing but reported PASS.
1561         (find tests, relative_filename tests, runtest_file_p tests):
1562         Adjust to use run_tests procedure.
1564 2018-12-07  Ben Elliston  <bje@gnu.org>
1566         * doc/dejagnu.texi: Add more missing material.
1568 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1570         * testsuite/runtest.all/default_procs.tcl (lib_ret_test): Tidy.
1571         (run_tests): Replace implicit "eval" with explicit "eval".  Tidy.
1572         (verbose): Remove unnecessary quotes.
1574 2018-12-06  Ben Elliston  <bje@gnu.org>
1576         * doc/dejagnu.texi: Add more missing material.
1578 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1580         * testsuite/runtest.all/default_procs.tcl: Whitespace clean up.
1581         (lib_pat_test): Handle an argument list instead of only a single
1582         argument for the procedure under test.
1583         (lib_ret_test): Likewise.
1584         * testsuite/runtest.all/utils.test: Whitespace clean up.
1585         Adjust to pass argument lists for improved lib_pat_test.
1586         * testsuite/runtest.all/clone_output.test: Likewise.
1588 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1590         * lib/remote.exp (standard_load): Fix typo on empty string.
1591         * runtest.exp: Adjust expression to follow GNU conventions.
1592         * lib/utils.exp (diff): Fix mistake in replacing [string compare]
1593         with "eq" instead of "ne".
1594         * testsuite/runtest.all/config.test: Likewise.
1596 2018-12-06  Ben Elliston  <bje@gnu.org>
1598         * runtest.exp: Replace [string match] commands involving literal
1599         strings and variables known to not be Tcl glob patterns with eq
1600         and ne.
1601         * config/unix.exp: Likewise.
1602         * lib/debugger.exp: Likewise.
1603         * lib/dg.exp: Likewise.
1604         * lib/framework.exp: Likewise.
1605         * lib/remote.exp: Likewise.
1606         * lib/utils.exp: Likewise.
1607         * baseboards/androideabi.exp: Likewise.
1608         * baseboards/multi-sim.exp: Likewise.
1609         * testsuite/lib/util-defs.exp: Likewise.
1610         * testsuite/runtest.all/config.test: Likewise.
1612 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1614         * testsuite/runtest.all/utils.test: Add Tcl mode marker for Emacs.
1615         * testsuite/runtest.all/target.test: Likewise.
1616         * testsuite/runtest.all/remote.test: Likewise.
1617         * testsuite/runtest.all/config.test: Likewise.
1618         * testsuite/runtest.all/clone_output.test: Likewise.
1620 2018-12-06  Ben Elliston  <bje@gnu.org>
1622         * runtest.exp: Replace '==' with 'eq' for string compares.
1623         Likewise, replace '!=' with 'ne'. Replace a few instances of
1624         [string length $str] == 0 with $str eq "".
1625         * config/gdb-comm.exp: Likewise.
1626         * lib/dg.exp: Likewise.
1627         * lib/framework.exp: Likewise.
1628         * lib/libgloss.exp: Likewise.
1629         * lib/remote.exp: Likewise.
1630         * lib/target.exp: Likewise.
1631         * lib/utils.exp: Likewise.
1633 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1635         * runtest.exp: Replace archaic use of [string match] with "eq".
1637 2018-12-06  Ben Elliston  <bje@gnu.org>
1639         * doc/dejagnu.texi (compile Procedure): Remove old node.
1640         (archive Procedure): Likewise.
1641         (ranlib Procedure): Likewise.
1643 2018-12-06  Ben Elliston  <bje@gnu.org>
1645         * doc/dejagnu.texi (rsh procedure): Fix node connectivity.
1647 2018-12-06  Ben Elliston  <bje@gnu.org>
1649         * lib/telnet.exp (telnet_open): Remove connectmode global.
1650         * doc/dejagnu.texi (Procedures For Remote Communication): Remove
1651         mention of connectmode.
1653 2018-12-05  Ben Elliston  <bje@gnu.org>
1655         * doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete
1656         node.
1658 2018-12-05  Ben Elliston  <bje@gnu.org>
1660         * doc/dejagnu.texi: Add more missing material.
1662 2018-12-05  Ben Elliston  <bje@gnu.org>
1664         * testsuite/runtest.all/utils.test: Test runtest_file_p.
1666 2018-12-05  Jacob Bachmeyer  <jcb62281@gmail.com>
1668         * runtest.exp (load_config): Remove unused globals.
1669         (load_generic_config): Likewise.
1670         (load_board_description): Likewise.
1671         (load_base_board_description): Likewise.
1673 2018-12-05  Ben Elliston  <bje@gnu.org>
1675         * lib/utils.exp (grep): Handle -n.
1676         * doc/dejagnu.texi (grep procedure): Document it.
1677         * testsuite/runtest.all/utils.test: Add a test case.
1678         * NEWS: Add an item.
1680 2018-12-05  Ben Elliston  <bje@gnu.org>
1682         * testsuite/runtest.all/utils.test: Test diff.
1684 2018-12-04  Ben Elliston  <bje@gnu.org>
1686         * testsuite/runtest.all/utils.test: Test grep.
1688 2018-12-04  Ben Elliston  <bje@gnu.org>
1690         * testsuite/runtest.all/utils.test (which): Fail on the else path,
1691         don't pass in either case.
1693 2018-12-04  Ben Elliston  <bje@gnu.org>
1695         * doc/dejagnu.texi (Libgloss): Improve documentation.
1696         (Debugging Procedures): Likewise.
1698 2018-12-04  Ben Elliston  <bje@gnu.org>
1700         * lib/debugger.exp (dumprocs): Fix proc comment.
1702 2018-12-04  Ben Elliston  <bje@gnu.org>
1704         * doc/dejagnu.texi (Utility Procedures): Improve documentation for
1705         the procedures in this section.
1707 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1709         * NEWS: Document new relative_filename procedure and --local_init/
1710         --global_init command line options.
1712 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1714         * lib/utils.exp (relative_filename): New proc.
1715         * runtest.exp: Use it.
1716         * doc/dejagnu.texi (relative_filename procedure): Document it.
1717         * testsuite/runtest.all/utils.test: Add tests for relative_filename.
1719 2018-12-03  Ben Elliston  <bje@gnu.org>
1721         * dejagnu.h (TestState): Remove const char * variants of pass(),
1722         xpass(), fail(), xfail(), untested(), unresolved() for C++. A
1723         const char * will be implicitly converted to std::string.
1725 2018-12-03  Ben Elliston  <bje@gnu.org>
1727         * doc/dejagnu.texi: Move 'Built-in Procedures' node up a level,
1728         removing the 'Reference' node and chapter. Make all subsubsections
1729         in this chapter unnumbered subheadings.
1731 2018-12-03  Jacob Bachmeyer  <jcb62281@gmail.com>
1733         * doc/dejagnu.texi: Fix Info node links.  The arguments to @node
1734         are: here, next, previous, up; not here, previous, next, up.
1736 2018-12-03  Ben Elliston  <bje@gnu.org>
1738         * Makefile.am (EXTRA_DIST): Use $(TEXINFO_TEX), not a hardcoded
1739         doc/texinfo.tex. With thanks to Jacob Bachmeyer.
1740         * Makefile.in: Regenerate.
1742 2018-12-03  Ben Elliston  <bje@gnu.org>
1744         * Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex.
1745         (EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise
1746         prevents the distribution of the overridden texinfo.tex.
1747         * Makefile.in: Regenerate.
1748         * texinfo.tex: Move from here ..
1749         * doc/texinfo.tex: .. to here.
1751 2018-12-03  Ben Elliston  <bje@gnu.org>
1753         * lib/framework.exp (isremote): Add verbose message.
1755 2018-12-02  Ben Elliston  <bje@gnu.org>
1757         * lib/framework.exp (isremote): Pass $board to is_remote.
1759 2018-12-02  Ben Elliston  <bje@gnu.org>
1761         * doc/fdl.texi: New.
1762         * doc/dejagnu.texi (Variable Index): New.
1763         Add more concept index entries.
1764         (GNU Free Documentation License): New appendix.
1766 2018-12-02  Ben Elliston  <bje@gnu.org>
1768         * doc/dejagnu.texi (Procedure Index): New. Add Texinfo function
1769         index (@findex) entries for every built-in procedure.
1771 2018-12-02  Ben Elliston  <bje@gnu.org>
1773         * doc/dejagnu.texi: Start an index.
1775 2018-12-02  Ben Elliston  <bje@gnu.org>
1777         * doc/version.texi: New.
1779 2018-12-02  Ben Elliston  <bje@gnu.org>
1781         * doc/dejagnu.texi: Add title page and frontmatter. Include
1782         version.texi.
1783         * Makefile.in: Regenerate.
1784         * mdate-sh: Installed by automake --add-missing.
1786 2018-12-02  Ben Elliston  <bje@gnu.org>
1788         * doc/dejagnu.texi (diff procedure): Tidy up this node.
1790 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1792         * runtest.exp (hex): Remove useless test before setting.
1793         (decimal): Likewise.
1795 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1797         * doc/dejagnu.texi (Invoking runtest): Document new --local_init
1798         and --global_init command line options.
1799         * doc/runtest.1: Likewise.
1801         * runtest.exp: Remove useless tests before setting default values
1802         for variables: all_flag, binpath, debug, options, outdir, reboot,
1803         tracelevel, verbose, log_dialog.  They are set before loading any
1804         files or parsing the command line.
1806         * runtest.exp: Add options --local_init and --global_init for
1807         selecting alternate testsuite configuration files.
1809         * runtest.exp: Split variable "configfile" into "local_init_file"
1810         and "global_init_file" in preparation for adding command-line
1811         options to specify these independently.
1813         * runtest.exp (load_generic_config): Remove configfile global.
1814         (load_board_description): Likewise.
1815         (load_base_board_description): Likewise.
1817 2018-11-30  Ben Elliston  <bje@gnu.org>
1819         * lib/utils.exp (grep): Remove reference to "NULL" in comment.
1820         * testsuite/lib/util-defs.exp (util_start): Likewise.
1822 2018-11-30  Ben Elliston  <bje@gnu.org>
1824         * doc/dejagnu.texi: (verbose procedure): Improve documentation.
1825         (load_lib procedure): Likewise.
1827 2018-11-30  Ben Elliston  <bje@gnu.org>
1829         * doc/dejagnu.texi: More clean-ups of built-in proc documentation.
1831 2018-11-30  Ben Elliston  <bje@gnu.org>
1833         * runtest.exp: Use isremote.
1834         * lib/target.exp: Likewise.
1835         * lib/remote.exp: Likewise.
1836         * lib/libgloss.exp: Likewise.
1837         * config/unix.exp: Likewise.
1838         * config/sim.exp: Likewise.
1839         * config/gdb_stub.exp: Likewise.
1840         * config/gdb-comm.exp: Likewise.
1841         * baseboards/basic-sim.exp: Likewise.
1842         * baseboards/androideabi.exp: Likewise.
1844 2018-11-30  Ben Elliston  <bje@gnu.org>
1846         * lib/framework.exp (isremote): New.
1847         * doc/dejagnu.texi (isremote procedure): Document it.
1848         * NEWS: Mention isremote.
1850 2018-11-30  Ben Elliston  <bje@gnu.org>
1852         * texinfo.tex: Update to latest upstream version.
1853         * INSTALL: Likewise.
1855 2018-11-29  Ben Elliston  <bje@gnu.org>
1857         * lib/framework.exp (istarget, ishost, istarget): Set the argument
1858         default value to the empty string.
1859         * doc/dejagnu.texi (find procedure): Remove reference to "NULL".
1860         (getenv procedure): Re-word this node.
1861         (isbuild procedure): Update.
1862         (ishost procedure): Likewise.
1863         (istarget procedure): Likewise.
1864         * testsuite/runtest.all/config.test: Add test cases.
1866 2018-11-28  Ben Elliston  <bje@gnu.org>
1868         * config.guess: Update to latest version.
1869         * config.sub: Likewise.
1871 2018-11-28  Ben Elliston  <bje@gnu.org>
1873         * NEWS: Update.
1874         * configure.ac: Update version number.
1875         * configure: Regenerate.
1876         * doc/dejagnu.texi: Update version number.
1877         * runtest.exp: Update version number.
1879 2018-11-28  Ben Elliston  <bje@gnu.org>
1881         * Makefile.am (TESTSUITE_FILES): Update filenames.
1882         * Makefile.in: Regenerate.
1884 2018-11-28  Ben Elliston  <bje@gnu.org>
1886         * NEWS: Update.
1888         * doc/dejagnu.texi: Tidy up (fill) some paragraphs.
1890 2018-11-25  Jacob Bachmeyer  <jcb62281@gmail.com>
1892         * lib/framework.exp: Clean up whitespace.
1894 2018-11-25  Ben Elliston  <bje@gnu.org>
1896         * config/gdb-comm.exp: Clean up whitespace.
1897         * config/gdb_stub.exp: Likewise.
1898         * config/sid.exp: Likewise.
1899         * config/sim.exp: Likewise.
1900         * config/unix.exp: Likewise.
1902 2018-11-23  Ben Elliston  <bje@gnu.org>
1904         * doc/dejagnu.texi (getdirs procedure): Improve documentation
1905         including documenting the -all option.
1906         (find procedure): Fix a typo.
1907         * lib/utils.exp (getdirs): Improve comments.
1909 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1911         * runtest.exp: Ensure that multipass pass variables are always
1912         restored.  Previously, they were only restored if the "Go digging
1913         for tests" branch was taken near the end of runtest.exp.
1915 2018-11-22  Ben Elliston  <bje@gnu.org>
1917         * doc/dejagnu.texi (Customizing DejaGnu): Document error handling
1918         of the $DEJAGNU environment variable (see change below).
1920 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1922         * runtest.exp: Raise error if $DEJAGNU is defined but not found.
1924 2018-11-15  Jacob Bachmeyer  <jcb62281@gmail.com>
1926         * runtest.exp (load_tool_init): Search for tool init file instead
1927         of assuming exactly one location.
1929 2018-11-15  Ben Elliston  <bje@gnu.org>
1931         * runtest.exp (load_lib): Whitespace fix.
1933 2018-11-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1935         * lib/ssh.exp: Clean up whitespace.
1936         * lib/remote.exp: Clean up whitespace.
1937         (remote_expect): Change literal tab to "\t" in regexp.
1939 2018-11-05  Ben Elliston  <bje@gnu.org>
1941         * config.guess: Update to latest version.
1942         * config.sub: Likewise.
1944 2018-11-02  Ben Elliston  <bje@gnu.org>
1946         * Makefile.in: Regenerate.
1948 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1950         * Makefile.am (DEJATOOL): List tools in testsuite.
1951         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1952         * testsuite/config/default.exp: Rename from this ...
1953         * testsuite/lib/runtest.exp: ... to this.
1954         (runtest_exit): Remove spurious "close". This was causing per-tool
1955         testing to fail, since the testsuite for "runtest" never actually
1956         uses "spawn", so "close" ends up closing exp0, which is the
1957         terminal.  The ${tool}_exit proc is not called if the --tool
1958         option is not given, so this had no effect earlier.
1959         * testsuite/lib/libdejagnu.exp: New empty file.
1961 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1963         * runtest.exp (load_tool_init): Add message indicating the
1964         expected location of the tool init file.
1966 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1968         * contrib/sum2junit.sh (failures): Fix typo.
1970 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1972         * configure.ac (DEJAGNU): Add comments.
1974 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1976         * Makefile.am (DEJATOOL): List tools in testsuite.
1977         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1978         * testsuite/config/default.exp: Rename from this ...
1979         * testsuite/lib/runtest.exp: ... to this.
1980         (runtest_exit): Remove spurious "close".  This was causing
1981         per-tool testing to fail, since the testsuite for "runtest" never
1982         actually uses "spawn", so "close" ends up closing exp0, which is
1983         the terminal.  The ${tool}_exit proc is not called if the --tool
1984         option is not given, so this had no effect earlier.
1985         * testsuite/lib/libdejagnu.exp: New empty file.
1987 2018-10-30  Ben Elliston  <bje@gnu.org>
1989         * Makefile.am (DISTCLEANFILES): Add testrun.xml.
1990         * Makefile.in: Regenerate with Automake 1.15.1.
1991         * aclocal.m4: Likewise.
1993 2018-10-30  Ben Elliston  <bje@gnu.org>
1995         * configure.ac (AC_CONFIG_SUBDIRS): Remove.
1996         * configure: Regenerate.
1998 2018-10-29  Ben Elliston  <bje@gnu.org>
2000         * README (Documentation): Update.
2002 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
2004         * lib/framework.exp (record_test): Really fix message formatting.
2006 2018-10-29  Ben Elliston  <bje@gnu.org>
2008         Reported by Jacob Bachmeyer.
2009         * testsuite/runtest.all/utils.test: Fix missing end quote.
2011 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
2013         * lib/framework.exp (record_test): Fix message formatting.
2015 2018-07-20  Ben Elliston  <bje@gnu.org>
2017         * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings.
2018         * contrib/mysql/sum2xml.sh: Likewise.
2020 2018-07-20  Ben Elliston  <bje@gnu.org>
2022         * contrib/compare_tests: Eliminate Shellcheck warnings.
2023         * contrib/mysql/sum2xml.sh: Likewise.
2025 2018-07-20  Ben Elliston  <bje@gnu.org>
2027         * compile, depcomp, install-sh: Latest upstream versions.
2029 2018-07-20  Ben Elliston  <bje@gnu.org>
2031         * contrib/sum2junit.sh: Eliminate some Shellcheck warnings.
2033 2018-07-19  Ben Elliston  <bje@gnu.org>
2035         * runtest: Use POSIX 'command', not 'type', to look for the Expect
2036         binary. Silences Shellcheck warning SC2039 ("In POSIX sh, 'type'
2037         is undefined").
2039 2018-07-19  Ben Elliston  <bje@gnu.org>
2041         * config.guess: Update to latest version.
2042         * config.sub: Likewise.
2044 2018-07-06  Richard Biener  <rguenther@suse.de>
2046         * lib/remote.exp (close_wait_program): Use separate kill command
2047         for each pid.
2049 2017-10-16  Ben Elliston  <bje@gnu.org>
2051         * NEWS: Start a new section for the next release.
2052         * configure.ac (AC_INIT): Update version number.
2053         * configure: Regenerate.
2054         * runtest.exp (frame_version): Update version number.
2055         * doc/dejagnu.texi: Likewise.
2056         * doc/runtest.1: Update datestamp.
2058 2017-10-16  Ben Elliston  <bje@gnu.org>
2060         * config.guess: Update to version 2017-09-26.
2061         * config.sub: Likewise.
2063 2017-09-13  Ben Elliston  <bje@gnu.org>
2065         * lib/framework.exp (open_logs): Set XML version to 1.1.
2066         (xml_tag): Skip valid whitespace chars (0x9, 0xA, 0xD). Include
2067         missing 'x' in escape sequence.
2069 2017-08-29  Ben Elliston  <bje@gnu.org>
2071         Revert these changes:
2073         2016-04-25  Ben Elliston  <bje@gnu.org>
2075         * testsuite/runtest.all/utils.test: Remove unsetenv test.
2077         2016-04-24  Ben Elliston  <bje@gnu.org>
2079         * lib/utils.exp (unsetenv): Remove proc.
2080         * doc/dejagnu.texi: Update documentation.
2081         * NEWS: Update.
2083 2017-08-19  Ben Elliston  <bje@gnu.org>
2085         * lib/framework.exp (xml_tag): Escape all of the non-printable
2086         control characters (ASCII codes 1 to 31 inclusive).
2088 2017-08-18  Tom Tromey  <tom@tromey.com>
2090         * runtest.exp: Fix --directory matching.
2092 2017-08-15  Ben Elliston  <bje@gnu.org>
2094         * lib/framework.exp (xml_tag): New proc.
2095         (log_summary): Use it.
2096         (record_test): Likewise.
2098 2017-08-15  Ben Elliston  <bje@gnu.org>
2100         * lib/framework.exp (open_logs): Set .xml filename correctly.
2101         * runtest.exp: Remove xml_file_name var.
2102         (usage): Update --xml option to not take an argument.
2103         (load_tool_init): Likewise.
2104         * doc/dejagnu.texi (Invoking runtest): Update documentation.
2105         * doc/runtest.1: Likewise.
2107 2017-08-01  Ben Elliston  <bje@gnu.org>
2109         * runtest.exp (usage): Improve --strace message.
2111 2017-08-01  Ben Elliston  <bje@gnu.org>
2113         * runtest.exp (usage): --reboot doesn't take a 'name' parameter.
2115 2017-06-04  Ben Elliston  <bje@gnu.org>
2117         * lib/target.exp (push_target): Remove unnecessary global command.
2118         * testsuite/runtest.all/target.test: Overhaul tests.
2120 2017-06-04  Ben Elliston  <bje@gnu.org>
2122         * testsuite/runtest.all/remote.test: Remove cruft from yesteryear.
2124 2017-06-04  Tom de Vries  <tom@codesourcery.com>
2126         * testsuite/runtest.all/target.test: Remove list_targets test.
2128 2017-06-04  Tom de Vries  <tom@codesourcery.com>
2130         * testsuite/runtest.all/libs.exp (process_test): Dump entire
2131         output when there's no reportable output.
2132         * testsuite/runtest.all/remote.test (load_lib): New proc.
2133         * testsuite/runtest.all/target.test (load_lib): Same.
2135 2017-03-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2137         * lib/remote.exp (remote_download): Add logging message when
2138         source and destination file differ in name.
2140 2016-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2142         * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2144 2016-06-28  Ben Elliston  <bje@gnu.org>
2146         * aclocal.m4, Makefile.in: Regenerate with automake 1.15.
2147         * configure: Regenerate.
2149 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
2151         * configure.ac, dejagnu.h, runtest, runtest.exp,
2152         baseboards/am33_2.0-libremote.exp, baseboards/androideabi.exp,
2153         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
2154         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
2155         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
2156         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
2157         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
2158         baseboards/i386-sid.exp, baseboards/iq2000-sim.exp,
2159         baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp,
2160         baseboards/linux-libremote.exp, baseboards/m68k-sid.exp,
2161         baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp,
2162         baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp,
2163         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp,
2164         baseboards/mips-sim-mti32.exp, baseboards/mips-sim-mti64.exp,
2165         baseboards/mips-sim-mti64_64.exp,
2166         baseboards/mips-sim-mti64_n32.exp, baseboards/mips-sim-sde32.exp,
2167         baseboards/mips-sim-sde64.exp, baseboards/mips-sim.exp,
2168         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
2169         baseboards/mn10300-sim.exp, baseboards/moxie-sim.exp,
2170         baseboards/mt-sid.exp, baseboards/multi-sim.exp,
2171         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
2172         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
2173         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
2174         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
2175         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
2176         baseboards/unix.exp, baseboards/v850-sim.exp,
2177         baseboards/visium-sim.exp, baseboards/vr4100-sim.exp,
2178         baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp,
2179         baseboards/xtensa-sim.exp, lib/debugger.exp, lib/dejagnu.exp,
2180         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/remote.exp,
2181         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
2182         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
2183         testsuite/config/default.exp, testsuite/lib/libsup.exp,
2184         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
2185         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
2186         testsuite/runtest.all/stats-sub.exp,
2187         testsuite/runtest.all/stats.exp, config/adb.exp,
2188         config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp,
2189         config/sid.exp, config/sim.exp, config/unix.exp,
2190         config/vxworks.exp: Update copyright date for 2016.
2192 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
2194         * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp,
2195         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
2196         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
2197         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
2198         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
2199         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
2200         baseboards/generic-sim.exp, baseboards/i386-sid.exp,
2201         baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp,
2202         baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp,
2203         baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp,
2204         baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp,
2205         baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp,
2206         baseboards/mips-sim-idt64.exp, baseboards/mips-sim.exp,
2207         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
2208         baseboards/mn10300-sim.exp, baseboards/mt-sid.exp,
2209         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
2210         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
2211         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
2212         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
2213         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
2214         baseboards/unix.exp, baseboards/v850-sim.exp,
2215         baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp,
2216         baseboards/vr4300-sim.exp, baseboards/xtensa-sim.exp,
2217         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
2218         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
2219         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
2220         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
2221         testsuite/config/default.exp, testsuite/lib/libsup.exp,
2222         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
2223         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
2224         testsuite/runtest.all/options.exp,
2225         testsuite/runtest.all/stats-sub.exp,
2226         testsuite/runtest.all/stats.exp, config/default.exp,
2227         config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp,
2228         config/sim.exp, config/unix.exp, config/vxworks.exp, configure.ac,
2229         dejagnu.h, runtest, runtest.exp: Use condensed years in copyright
2230         statement.
2232 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
2234         * doc/runtest.1: Use condensed years in copyright statement.
2236 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
2238         * runtest: Quote paths. Use test -z, -n for clarity.
2240 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
2242         * config/adb.exp (adb_exec) Improve verbose message.
2244 2016-06-03  Jim Wilson  <jim.wilson@linaro.org>
2246         * baseboards/aarch64-sim.exp: New file.
2247         * Makefile.am (baseboard_DATA): Add aarch64-sim.exp.
2248         * Makefile.in: Regenerate.
2249         * lib/libgloss.exp (libgloss_link_flags): Map aarch64* to aarch64.
2251 2016-04-26  Ben Elliston  <bje@gnu.org>
2253         * doc/dejagnu.texi: Fill more paragraphs.
2255 2016-04-25  Ben Elliston  <bje@gnu.org>
2257         * testsuite/runtest.all/utils.test: Remove unsetenv test.
2259 2016-04-24  Ben Elliston  <bje@gnu.org>
2261         * lib/utils.exp (unsetenv): Remove proc.
2262         * doc/dejagnu.texi: Update documentation.
2263         * NEWS: Update.
2265 2016-04-19  Nick Clifton  <nickc@redhat.com>
2267         * baseboards/msp430-sim.exp: New file.
2268         * Makefile.am (baseboard_DATA): Add msp430-sim.exp.
2269         * Makefile.in: Regenerate.
2271 2016-04-18  Ben Elliston  <bje@gnu.org>
2273         * runtest: Remove quoting in final exec command.
2275 2016-04-17  Ben Elliston  <bje@gnu.org>
2277         * lib/remote.exp: Load ssh.exp lib.
2279 2016-04-17  Ben Elliston  <bje@gnu.org>
2281         * lib/rsh.exp (rsh_open): Fix description comment.
2283 2016-04-17  Ben Elliston  <bje@gnu.org>
2285         Reported by shellcheck.
2286         * runtest: Use $((..)) not `expr ..` and defensively double quote
2287         shell variables.
2289 2016-04-17  Ben Elliston  <bje@gnu.org>
2291         * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.
2292         * Makefile.in: Regenerate.
2294 2016-04-17  Ben Elliston  <bje@gnu.org>
2296         Reported by shellcheck.
2297         * runtest: Use $((..)) not `expr ..`.
2299 2016-04-17  Ben Elliston  <bje@gnu.org>
2301         * configure.ac (AC_INIT): Update version number.
2302         * configure: Regenerate.
2303         * runtest.exp (frame_version): Update version number.
2304         * doc/dejagnu.texi: Likewise.
2306 2016-04-17  Ben Elliston  <bje@gnu.org>
2308         * NEWS: Start a new section for the next release.
2310 2016-04-15  Ben Elliston  <bje@gnu.org>
2312         * Makefile.am (CONTRIB): Add new contrib scripts.
2313         * Makefile.in: Regenrate.
2315 2016-04-15  Ben Elliston  <bje@gnu.org>
2317         * lib/ssh.exp (ssh_exec): Handle regexp return status.
2319 2016-04-13  Ben Elliston  <bje@gnu.org>
2321         * lib/rsh.exp (rsh_exec): Improve verbose message.
2322         * lib/ssh.exp (ssh_exec): Likewise.
2323         * config/adb.exp: Likewise.
2325 2016-04-13  Ben Elliston  <bje@gnu.org>
2327         * runtest.exp: Improve --version (-v) output.
2328         * testsuite/runtest.all/options.exp: Update test case.
2330 2016-04-13  Christophe Lyon  <christophe.lyon@linaro.org>
2332         * lib/rsh.exp (rsh_exec): Handle regexp return status.
2334 2016-04-08  Ben Elliston  <bje@gnu.org>
2336         Reported by Faraz Shahbazker.
2337         * doc/dejagnu.texi (Global config file): Fix broken @node.
2338         (Local config file): Likewise.
2340 2016-04-07  Ben Elliston  <bje@gnu.org>
2342         * lib/remote.exp (remote_exec): Join cd $remotedir and $program on
2343         the command line with ';' and not &&.
2345 2016-04-07  Ben Elliston  <bje@gnu.org>
2347         Reported by Faraz Shahbazker.
2348         * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node.
2350 2016-04-06  Yvan Roux  <yvan.roux@linaro.org>
2352         * lib/remote.exp (remnote_download): Create a remote directory if
2353         needed and use it.
2354         (remote_exec): Execute program inside remotedir when it exists.
2355         (standard_load): Set remotedir board field if not present.
2356         * config/unix.exp (unix_load): Handle remotedir in board field.
2357         (remotedir): Set board info field.
2358         * doc/dejagnu.texi (Board File Values): Document remotedir.
2360 2016-04-06  Ben Elliston  <bje@gnu.org>
2362         * doc/dejagnu.texi (Global config file): Put before node 'Local
2363         config file'.
2365 2016-04-05  Ben Elliston  <bje@gnu.org>
2367         * runtest.exp: Remove defunct and undocumented --tool_root option.
2369 2016-04-04  Ben Elliston  <bje@gnu.org>
2371         * doc/dejagnu.texi: More overhauling.
2373 2016-04-04  Ben Elliston  <bje@gnu.org>
2375         * lib/targetdb.exp (set_board_info): Improve comment.
2376         (add_board_info): Likewise.
2378 2016-04-04  Ben Elliston  <bje@gnu.org>
2380         * NEWS: Add some more detail.
2382 2016-04-04  Ben Elliston  <bje@gnu.org>
2384         * site.tmpl: Delete.
2385         * Makefile.am (EXTRA_DIST): Remove site.tmpl.
2386         * Makefile.in: Regenerate.
2388 2016-04-03  Ben Elliston  <bje@gnu.org>
2390         * doc/dejagnu.texi: More overhauling.
2392 2016-04-03  Ben Elliston  <bje@gnu.org>
2394         * runtest.exp: Document the magical handling of -D[01].
2396 2016-04-03  Ben Elliston  <bje@gnu.org>
2398         * doc/runtest.1: Do not document obsolete --status option. It is
2399         still accepted for compatibility, but does nothing.
2401 2016-04-03  Ben Elliston  <bje@gnu.org>
2403         * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
2405 2016-04-03  Ben Elliston  <bje@gnu.org>
2407         * doc/runtest.1 (OPTIONS): Sort options.
2409 2016-04-03  Ben Elliston  <bje@gnu.org>
2411         * doc/dejagnu.texi: More overhauling.
2413 2016-04-02  Ben Elliston  <bje@gnu.org>
2415         * doc/dejagnu.texi: Fill paragraphs.
2417 2016-04-02  Ben Elliston  <bje@gnu.org>
2419         * doc/dejagnu.texi: Fix capitalisation of procedure names
2420         throughout.  Use Tcl syntax in procedure prototypes, not C syntax.
2422 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
2424         * contrib/mysql/create-db.sql: New file.
2425         * contrib/mysql/importxml.sh: Likewise.
2426         * contrib/mysql/make-datafile.sh: Likewise.
2427         * contrib/mysql/plot.sh: Likewise.
2428         * contrib/mysql/README: Likewise.
2429         * contrib/mysql/sum2xml.sh: Likewise.
2431 2016-04-02  Ben Elliston  <bje@gnu.org>
2433         * config.guess: Update to version 2016-04-02.
2434         * config.sub: Update to version 2016-03-30.
2436 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
2438         * contrib/sum2junit.sh: New.
2440 2016-04-01  Ben Elliston  <bje@gnu.org>
2442         * doc/dejagnu.texi (connprocs): Document new SSH procs.
2444 2016-03-31  Rob Savoye  <rob.savoye@linaro.org>
2446         * lib/ssh.exp: New.
2447         * NEWS: Update.
2449 2016-03-30  Ben Elliston  <bje@gnu.org>
2451         * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,
2452         lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp,
2453         runtest.exp: Fix spelling errors in comments.
2455 2016-03-30  Ben Elliston  <bje@gnu.org>
2457         * lib/remote.exp (remote_expect): Use perror not send_user.
2459 2016-03-29  Ben Elliston  <bje@gnu.org>
2461         * lib/remote.exp (remote_expect): Fix spelling error.
2463 2016-03-29  Rob Savoye  <rob.savoye@linaro.org>
2465         * runtest.exp: Only print "searching for <test name>" message at
2466         verbose level >= 2 -- too much noise.
2468 2016-03-29  Ben Elliston  <bje@gnu.org>
2470         * texinfo.tex: Update to latest master version.
2471         * INSTALL: Likewise.
2473 2016-03-29  Ben Elliston  <bje@gnu.org>
2475         * runtest.exp: More fixes identified by the Frink static analyser.
2476         * lib/dg.exp: Likewise.
2477         * config/adb.exp: Likewise.
2478         * config/vxworks.exp: Likewise.
2479         * baseboards/androideabi.exp: Likewise.
2480         * baseboards/basic-sid.exp: Likewise.
2481         * baseboards/multi-sim.exp: Likewise.
2483 2016-03-28  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2485         * dg.exp (dg-do): Do not change the previously selected action if
2486         a de-selected dg-do is encountered.
2488 2016-03-28  Ben Elliston  <bje@gnu.org>
2490         * lib/framework.exp (check_xml): Remove unused proc.
2492 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2494         * lib/dmucs.exp: New.
2496 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2498         * lib/libgloss.exp (find_g++): Look for xgcc++ to use the freshly
2499         built compiler, then look in the path.
2501 2016-03-28  Ben Elliston  <bje@gnu.org>
2503         * lib/utils.exp (which): Don't exclude symbolic links--Debian's
2504         /bin/which doesn't. Modern systems rely too heavily on symbolic
2505         links (eg. alternatives).
2507 2016-03-28  Ben Elliston  <bje@gnu.org>
2509         * baseboards/multi-sim.exp: Indent properly.
2511 2016-03-28  Ben Elliston  <bje@gnu.org>
2513         * lib/rlogin.exp (rlogin_open): Return -1 if unable to spawn
2514         rlogin. Identified by Frink.
2516 2016-03-28  Ben Elliston  <bje@gnu.org>
2518         * runtest.exp: Use 'array exists' for testing array existence
2519         rather than 'info exists'.
2521 2016-03-28  Ben Elliston  <bje@gnu.org>
2523         * runtest.exp: Fixes identified by the Frink static analyser:
2524           (1) use -- in switch commands for safety,
2525           (2) remove unreachable return commands after error commands,
2526           (3) replace abbreviated "info proc" with "info procs",
2527           (4) use -- in unset commands for safety where the variable name
2528               is itself a variable.
2529         * lib/dg.exp: Likewise.
2530         * lib/debugger.exp: Likewise.
2531         * lib/framework.exp: Likewise.
2532         * lib/remote.exp: Likewise.
2533         * lib/target.exp: Likewise.
2534         * lib/targetdb.exp: Likewise.
2535         * lib/telnet.exp: Likewise.
2536         * lib/utils.exp: Likewise.
2538 2016-03-28  Ben Elliston  <bje@gnu.org>
2540         * Makefile.am: Remove references to Docbook and friends.
2541         * configure.ac: Likewise.
2542         * Makefile.in: Regenerate.
2543         * configure: Regenerate.
2544         * doc/dejagnu.xml: Remove.
2545         * doc/legal.xml: Likewise.
2546         * doc/ref.xml: Likewise.
2547         * doc/user.xml: Likewise.
2549 2016-03-28  Ben Elliston  <bje@gnu.org>
2551         * lib/framework.exp (exp_continue): Remove old compatibility
2552         wrapper. Expect deprecated 'continue -expect' in August 1997.
2554 2016-03-28  Ben Elliston  <bje@gnu.org>
2556         * NEWS: Update.
2558 2016-03-28  Ben Elliston  <bje@gnu.org>
2560         * lib/utils.exp (which): Reimplement to more closely mimic the
2561         behaviour of the UNIX which utility.
2562         * testsuite/runtest.all/utils.test: Test proc which.
2564 2016-03-27  Ben Elliston  <bje@gnu.org>
2566         * lib/remote.exp (standard_wait): Append any trailing characters
2567         to $output that may be still in $expect_out(buffer) when eof is
2568         matched. Remove arbitrary limitation in the ".+" matching case,
2569         similar to the change to local_exec on 2016-02-17.
2571 2016-03-23  Ben Elliston  <bje@gnu.org>
2573         * Makefile.am (baseboard_DATA): Remove cygwin.exp, mcore-elf.exp,
2574         mcore-pe.exp, vx4300.exp, vx68k.exp, vx960.exp, vxsparc.exp.
2575         * Makefile.in: Regenerate.
2576         * baseboards/cygwin.exp, baseboards/mcore-elf.exp,
2577         baseboards/mcore-pe.exp, baseboards/vx4300.exp,
2578         baseboards/vx68k.exp, baseboards/vx960.exp,
2579         baseboards/vxsparc.exp: Remove.
2581 2016-03-23  Ben Elliston  <bje@gnu.org>
2583         * baseboards/README: Remove mention of devo.
2584         * baseboards/iq2000-sim.exp: Likewise.
2585         * baseboards/moxie-sim.exp: Likewise.
2587 2016-03-23  Ben Elliston  <bje@gnu.org>
2589         * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp.
2590         * Makefile.in: Regenerate.
2591         * baseboards/arm-ice.exp: Reinstate.
2592         * baseboards/arm-sim.exp: Likewise.
2594 2016-03-23  Ben Elliston  <bje@gnu.org>
2596         * Makefile.am (config_DATA): Update.
2597         (baseboard_DATA): Likewise.
2598         * Makefile.in: Regenerate.
2599         * NEWS: Update.
2601         Remove the following old config files:
2603         * arc.exp, arm-ice.exp, base-config.exp, base68k.exp, bug.exp,
2604         cfdbug.exp, cygmon.exp, d10v.exp, ddb-ether.exp, ddb.exp, dos.exp,
2605         dve.exp, h8300.exp, i386-bozo.exp, i960.exp, m32r-stub.exp,
2606         m32r.exp, m68hc11.exp, m68k-emc.exp, mips-idt.exp,
2607         mn10200-eval.exp, mn10300-eval.exp, netware.exp, powerpc-bug.exp,
2608         proelf.exp, rom68k.exp, sh.exp, slite.exp, sparclet.exp,
2609         tic80.exp, vr4100.exp, vr4300.exp, vr5000.exp: Remove.
2611         Remove the following old baseboard files:
2613         * arc-sim.exp, arm-ice.exp, arm-sim.exp, cf.exp, cygmon.exp,
2614         d10v-sim.exp, d10v.exp, danlite-elf.exp, dos.exp, fr30-cygmon.exp,
2615         fr30-elf.exp, frv-elf.exp, frv-tiger.exp, frv-tomcat.exp,
2616         h8300-sim.exp, h8300.exp, i386-bozo.exp, i960-cyclone.exp,
2617         i960-sim.exp, m32r-elf.exp, m32r-linux-sim.exp, m32r-sid.exp,
2618         m32r-sim.exp, m68hc11-sim.exp, m68k-emc.exp, mips-idt.exp,
2619         mips64-sim.exp, mips64vr4100-sim.exp, mn10200-cygmon.exp,
2620         mn10300-cygmon.exp, msparc-cygmon.exp, op50n.exp, powerpc-bug.exp,
2621         powerpc-bug1.exp, rom68k-idp.exp, sh-hms.exp, sparclet-aout.exp,
2622         sparclite-coff.exp, sparclite-cygmon.exp, strongarm-cygmon.exp,
2623         tic80-sim.exp, tx39-dve.exp, usparc-cygmon.exp, vr4100-ddb.exp,
2624         vr4300-ddb.exp, vr4300.exp, vr5000-ddb.exp, x86-cygmon.exp,
2625         xscale-cygmon.exp: Remove.
2627 2016-03-22  Ben Elliston  <bje@gnu.org>
2629         * lib/target.exp (only--Ls): Change '???' comment to a note. This
2630         isn't a serious shortcoming, but the comment should be retained.
2632 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2634         * baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists in
2635         the environment, use that as the spec file for bare metal testing.
2637 2016-03-22  Ben Elliston  <bje@gnu.org>
2639         * Makefile.am (config_DATA): Add config/aarch64-fv8.exp.
2640         * Makefile.in: Regenerate.
2642 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2644         * config/aarch64-fv8.exp: Add support for testing armv8 using the
2645         ARM Foundation Model.
2647 2016-03-21  Ben Elliston  <bje@gnu.org>
2649         * runtest.exp: Whitespace, comment and typo fixes.
2650         * lib/dejagnu.exp: Likewise.
2651         * lib/remote.exp: Likewise.
2652         * lib/utils.exp: Likewise.
2654 2016-03-21  Ben Elliston  <bje@gnu.org>
2656         * baseboards/mcore-moto-sim.exp: Remove old FIXME comment.
2657         * baseboards/mmixware-sim.exp: Likewise.
2658         * config/sim.exp: Likewise.
2659         * runtest.exp: Likewise.
2661 2016-03-21  Ben Elliston  <bje@gnu.org>
2663         * lib/dg.exp (dg-get-options): Clean up regular expression and
2664         remove FIXME comment about it.
2666 2016-03-20  Ben Elliston  <bje@gnu.org>
2668         * baseboards/i960-sim.exp: Remove stale ??? comment.
2669         * config/vxworks.exp: Likewise.
2671 2016-03-20  Ben Elliston  <bje@gnu.org>
2673         * runtest.exp: Load .dejagnurc last not first.
2674         (load_file): Update comment about Tcl 7.5a2.
2675         * doc/user.xml (Customizing DejaGnu): Document new search order
2676         for site.exp files.
2677         * doc/dejagnu.texi: Regenerate.
2678         * NEWS: Update.
2680 2016-03-20  Ben Elliston  <bje@gnu.org>
2682         * lib/dg.exp (dg-runtest): Improve arg naming to remove a FIXME.
2684 2016-03-20  Ben Elliston  <bje@gnu.org>
2686         * lib/dg.exp: Remove commented-out calls to send_user.
2688 2016-03-20  Ben Elliston  <bje@gnu.org>
2690         * runtest.exp (load_file): Remove old comment.
2692 2016-03-20  Ben Elliston  <bje@gnu.org>
2694         * lib/dg.exp (dg-test): There is no need to call unresolved to
2695         clear errcnt. Instead, pass 0 as argument 2 to perror.
2696         * runtest.exp (runtest): Likewise.
2698 2016-03-16  Ben Elliston  <bje@gnu.org>
2700         Revert this change (the GCC testsuite uses diff):
2702         2016-03-15  Ben Elliston  <bje@gnu.org>
2704         * lib/utils.exp (diff): Remove proc.
2705         * doc/ref.xml: Update documentation.
2706         * doc/dejagnu.texi: Regenerate.
2707         * NEWS: Update.
2709 2016-03-15  Ben Elliston  <bje@gnu.org>
2711         * testsuite/runtest.all/options.exp: Properly clean up log files
2712         left by the runtest under test.
2714 2016-03-15  Ben Elliston  <bje@gnu.org>
2716         * testsuite/runtest.all/load_lib.exp: Typo fixes.
2718 2016-03-15  Ben Elliston  <bje@gnu.org>
2720         * testsuite/runtest.all/options.exp: Add more tests.
2722 2016-03-15  Ben Elliston  <bje@gnu.org>
2724         * testsuite/libdejagnu/tunit.exp: Clean up.
2726 2016-03-15  Ben Elliston  <bje@gnu.org>
2728         * lib/utils.exp (diff): Remove proc.
2729         * doc/ref.xml: Update documentation.
2730         * doc/dejagnu.texi: Regenerate.
2731         * NEWS: Update.
2733 2016-03-15  Ben Elliston  <bje@gnu.org>
2735         Revert this change:
2736         2016-02-14  Steve Ellcey  <sellcey@mips.com>
2738         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2739         GCC_UNDER_TEST.
2740         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2742 2016-03-13  Ben Elliston  <bje@gnu.org>
2744         * lib/utils.exp: Whitespace fixes.
2746 2016-03-13  Ben Elliston  <bje@gnu.org>
2748         * lib/dg.exp (dg-process-target): Remove old commented code.
2749         * lib/dg.exp (dg-test): Likewise.
2751 2016-03-13  Ben Elliston  <bje@gnu.org>
2753         * lib/dg.exp: Improve top-of-file documentation.
2755 2016-03-05  Yvan Roux  <yvan.roux@linaro.org>
2757         * lib/remote.exp (remote_exec): Restore original timeout value.
2759 2016-03-04  Yvan Roux  <yvan.roux@linaro.org>
2761         * lib/remote.exp (standard_upload): Remove dead code.
2763 2016-02-24  Ben Elliston  <bje@gnu.org>
2765         * lib/utils.exp (prune): Restore this proc.
2766         * doc/ref.xml: Update documentation.
2767         * doc/dejagnu.texi: Regenerate.
2768         * NEWS: Update.
2770 2016-02-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2772         * lib/libgloss.exp (find_gdc): New proc.
2773         * lib/target.exp (default_target_compile): Add D support.
2774         * NEWS: Update.
2776 2016-02-20  Ben Elliston  <bje@gnu.org>
2778         * lib/utils.exp (diff): Replace calls to verbose followed by
2779         send_log with a single call to verbose -log. Remove additional
2780         newlines from the log messages.
2782 2016-02-20  Ben Elliston  <bje@gnu.org>
2784         * lib/utils.exp (getdirs): Ignore .git and .svn directories.
2786 2016-02-20  Ben Elliston  <bje@gnu.org>
2788         * lib/utils.exp: Improve comments.
2789         * NEWS: Update.
2791 2016-02-20  Ben Elliston  <bje@gnu.org>
2793         * lib/utils.exp (prune): Remove proc.
2794         * doc/ref.xml: Update documentation.
2795         * doc/dejagnu.texi: Regenerate.
2797 2016-02-20  Ben Elliston  <bje@gnu.org>
2799         * lib/utils.exp (slay): Remove proc.
2800         * doc/ref.xml: Update documentation.
2801         * doc/dejagnu.texi: Regenerate.
2803 2016-02-20  Ben Elliston  <bje@gnu.org>
2805         * lib/utils.exp (absolute): Remove proc.
2806         * doc/ref.xml: Update documentation.
2807         * doc/dejagnu.texi: Regenerate.
2809 2016-02-20  Ben Elliston  <bje@gnu.org>
2811         * lib/utils.exp (psource): Remove proc.
2812         * doc/ref.xml: Update documentation.
2813         * doc/dejagnu.texi: Regenerate.
2815 2016-02-20  Ben Elliston  <bje@gnu.org>
2817         * lib/targetdb.exp (board_info): Simplify return logic.
2819 2016-02-19  Ben Elliston  <bje@gnu.org>
2821         * configure.ac: Require Tcl version 8.5 at a minimum.
2822         * configure: Regenerate.
2824 2016-02-18  Ben Elliston  <bje@gnu.org>
2826         * configure.ac: Require Tcl version 8.6 at a minimum.
2827         * configure: Regenerate.
2829 2016-02-17  Ben Elliston  <bje@gnu.org>
2831         * runtest.exp: Tweak "Test run by .." output.
2833 2016-02-17  Ben Elliston  <bje@gnu.org>
2835         * lib/target.exp (default_target_compile): Do not pass -log to
2836         verbose when outputting the captured compiler/assembler/linker
2837         diagnostic output as it will already be in the .log file courtesy
2838         of Expect.
2840 2016-02-17  Ben Elliston  <bje@gnu.org>
2842         * runtest.exp: Enable --status by default.
2843         (runtest): Set exit status to 2 if there is any error sourcing
2844         the Tcl scripts.
2845         * lib/framework.exp (unknown): Likewise, set exit status to 2.
2846         * doc/runtest.1: Clarify exit status codes.
2847         * NEWS: Update.
2849 2016-02-17  Ben Elliston  <bje@gnu.org>
2851         * lib/remote.exp (local_exec): Call exp_continue until eof is
2852         matched.
2854 2016-02-16  Ben Elliston  <bje@gnu.org>
2856         * runtest.exp: Use the traditional exit codes when runtest is
2857         interrupted. This makes it possible to tell if runtest ran to
2858         completion or not. Suggested by Michael Chastain.
2860 2016-02-15  Ben Elliston  <bje@gnu.org>
2862         * TODO: Add ideas produced from Cauldron 2013.
2864 2016-02-15  Ben Elliston  <bje@gnu.org>
2866         * TODO: Update.
2868 2016-02-15  Ben Elliston  <bje@gnu.org>
2870         * lib/dg.exp (dg-test): Remove comment about proc unresolved not
2871         setting exit_status to 1 -- it does.
2873 2016-02-15  Ben Elliston  <bje@gnu.org>
2875         * lib/framework.exp (cleanup): Remove do-nothing proc.
2876         (log_and_exit): Remove call to cleanup.
2877         * doc/ref.xml: Remove documentation for cleanup.
2878         * doc/dejagnu.texi: Regenerate.
2880 2016-02-15  Ben Elliston  <bje@gnu.org>
2882         Reported by David Malcolm.
2883         * lib/dejagnu.exp (text): Allow angle brackets in test messages.
2885 2016-02-15  Ben Elliston  <bje@gnu.org>
2887         * config.guess: Update to version 2016-02-11.
2888         * config.sub: Update to version 2016-01-01.
2890 2016-02-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2892         * lib/remote.exp (remote_exec): Set global timeout for benefit of
2893         <remote>_exec.
2895 2016-02-14  Ben Elliston  <bje@gnu.org>
2897         * lib/remote.exp (local_exec): Improve comments.
2899 2016-02-14  Ben Elliston  <bje@gnu.org>
2901         * doc/runtest.1: Tweak.
2903 2016-02-14  Steve Ellcey  <sellcey@mips.com>
2905         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2906         GCC_UNDER_TEST.
2907         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2909 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2911         * lib/remote.exp (standard_file): Reverse return logic for remote
2912         exists case.
2914 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2916         * lib/remote.exp (standard_file); Add else clause.
2918 2016-01-16  Ben Elliston  <bje@gnu.org>
2920         * runtest.exp (runtest): Improve comment about --status.
2922 2016-01-12  Simon Marchi  <simon.marchi@ericsson.com>
2924         * lib/remote.exp (standard_file): The [ operator does not actually
2925         output anything. It returns 0 or 1 as its exit code, so "exit `[
2926         -f $file ]`" always expands to "exit " (equivalent to exit 0).
2927         Instead, use test(1) to check for file existence.
2929 2015-12-20  Ben Elliston  <bje@gnu.org>
2931         * doc/dejagnu.xml: Begin overhauling.
2932         * doc/ref.xml: Likewise.
2933         * doc/user.xml: Likewise.
2934         * doc/dejagnu.texi: Regenerate.
2936 2015-12-20  Ben Elliston  <bje@gnu.org>
2938         * doc/runtest.1: Miscellaneous minor improvements.
2940 2015-12-09  Yoshinori Sato  <ysato@users.sourceforge.jp>
2942         * Makefile.am (baseboard_DATA): Add missing rx-sim.exp.
2943         * Makefile.in: Regenerate.
2945 2015-11-16  Brooks Moses  <bmoses@google.com>
2947         * config/unix.exp: Add ability to set test timeout from site.exp.
2948         * doc/user.xml: Document new test_timeout variable in site.exp.
2949         * doc/dejagnu.texi: Regenerate.
2951 2015-11-16  Ben Elliston  <bje@gnu.org>
2953         * testsuite/runtest.all/options.exp: Re-enable --strace 1 test.
2955 2015-11-16  Ben Elliston  <bje@gnu.org>
2957         * testsuite/runtest.all/options.exp: Remove some commented code.
2959 2015-11-16  Ben Elliston  <bje@gnu.org>
2961         * runtest.exp: Refer to "DejaGnu version", not "Framework
2962         version" in --version output.
2963         * testsuite/runtest.all/options.exp: Update test case.
2965 2015-11-14  Ben Elliston  <bje@gnu.org>
2967         * runtest.exp (usage): Improve help text.
2969 2015-11-12  Ben Elliston  <bje@gnu.org>
2971         * runtest.exp (usage): Sort options in usage.
2973 2015-11-12  Ben Elliston  <bje@gnu.org>
2975         * lib/framework.exp (note): Remove old commented-out code.
2977 2015-11-11  Ben Elliston  <bje@gnu.org>
2979         * doc/user.xml (Summary File): 'untested', not 'runtested'.
2980         * doc/dejagnu.texi: Regenerate.
2982 2015-11-11  Michael Forney  <forney@google.com>
2984         * lib/target.exp (default_target_compile): Honor LDFLAGS_FOR_TARGET.
2986 2015-11-11  Ben Elliston  <bje@gnu.org>
2988         * doc/dejagnu.texi: Regenerate.
2990 2015-11-10  Ben Elliston  <bje@gnu.org>
2992         * doc/user.xml: Fix runtest output formatting in <programlisting>.
2994 2015-11-10  Ben Elliston  <bje@gnu.org>
2996         * doc/dejagnu.xml: Update month and year.
2997         * doc/user.xml: Lots of editorial fixes from Daniel Thibault
2998         <Daniel.Thibault@drdc-rddc.gc.ca>.
3000 2015-09-10  Robert Suchanek  <Robert.Suchanek@imgtec.com>
3002         * baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
3004 2015-07-30  Pedro Alves  <palves@redhat.com>
3006         * lib/remote.exp (close_wait_program): New procedure.
3007         (local_exec, standard_close): Use it.
3009 2015-05-23  Ben Elliston  <bje@gnu.org>
3011         * doc/dejagnu.xml: Fix broken URLs.
3012         * doc/dejagnu.texi: Regenerate.
3014 2015-05-23  Ben Elliston  <bje@gnu.org>
3016         * doc/user.xml: Fix 'crosscompilation'.
3018 2015-05-23  Ben Elliston  <bje@gnu.org>
3020         * doc/runtest.1 (log_dialog): Improve documentation.
3022 2015-05-16  Filipe Brandenburger  <filbranden@google.com>
3024         * configure.ac: Enable subdir-objects, require automake 1.14.
3025         * Makefile.in: Regenerate.
3027 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
3029         * doc/dejagnu.xml: Fix typos such as stray }'s and @samp{...},
3030         possibly introduced in a conversion of .texi to SGML Docbook.
3031         * doc/user.xml: Likewise.
3032         * doc/ref.xml: Likewise.
3033         * doc/dejagnu.texi: Regenerate.
3035 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
3037         * runtest.exp (runtest): Introduce new --log_dialog option.
3038         * doc/runtest.1: Document it.
3039         * doc/user.xml: Likewise.
3040         * doc/dejagnu.texi: Regenerate.
3042 2015-05-14  Steve Ellcey  <sellcey@imgtec.com>
3044         * baseboards/multi-sim.exp (get_library_dirlist): New.
3045         (dynamic_linker_flag): Use get_library_dirlist to find dynamic
3046         linker.
3047         (rpath_flags): Use get_library_dirlist to set rpath.
3049 2015-05-12  Steve Ellcey  <sellcey@imgtec.com>
3051         * baseboards/generic-sim.exp: Check $DEJAGNU_SIM_OPTION.
3053 2015-03-30  Ben Elliston  <bje@gnu.org>
3055         Revert the following change which causes breakage reported here:
3056         https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
3058         2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3060         * runtest.exp (runtest): Call reset_vars at initialisation so that
3061         perror does not affect test results in other test scripts.
3063 2015-02-26  H.J. Lu  <hjl.tools@gmail.com>
3065         * lib/target.exp (default_target_compile): Prepend multilib_flags,
3066         instead of appending it.
3068 2015-02-18  Ben Elliston  <bje@gnu.org>
3070         * lib/framework.exp (log_and_exit): Set tool to "testrun" if
3071         unset.
3073 2015-02-05  Ben Elliston  <bje@gnu.org>
3075         * doc/runtest.1: Fix a spelling error.
3077 2015-02-04  Ben Elliston  <bje@gnu.org>
3079         * config.guess: Update to version 2015-01-01.
3080         * config.sub: Likewise.
3082 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
3084         * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
3085         * Makefile.in: Regenerate.
3086         * baseboards/visium-sim.exp: New file.
3088 2014-11-25  Ben Elliston  <bje@gnu.org>
3090         * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
3091         Reported by David Malcolm.
3093 2014-10-28  Ben Elliston  <bje@gnu.org>
3095         * Makefile.in: Regenerate.
3097 2014-10-28  Ben Elliston  <bje@gnu.org>
3099         * example: Remove stale examples.
3101 2014-10-24  Steve Ellcey  <sellcey@mips.com>
3103         * dejagnu.h (pass): Make function static as well as inline.
3104         (xpass): Ditto.
3105         (fail): Ditto.
3106         (xfail): Ditto.
3107         (untested): Ditto.
3108         (unresolved): Ditto.
3109         (note): Ditto.
3110         (totals): Ditto.
3112 2014-10-14  Ben Elliston  <bje@gnu.org>
3114         * runtest.exp: Only match $directory, not *${directory}* when the
3115         user passes the --directory option. Reported by Sergey Alyoshin.
3117 2014-10-14  Ben Elliston  <bje@gnu.org>
3119         * lib/dejagnu.exp (host_execute): Remove buffer_full check. This
3120         is not the right command keyword -- it is full_buffer. Reported by
3121         David Malcolm.
3123 2014-07-15  Maciej W. Rozycki  <macro@mips.com>
3124             Maciej W. Rozycki  <macro@codesourcery.com>
3126         * lib/targetdb.exp (add_board_info): New procedure.
3127         * doc/ref.xml (Add_board_info Procedure): New section.
3128         (Set_board_info Procedure): Add description.
3129         (Unset_board_info Procedure): Likewise.
3130         * doc/user.xml (Board Config File Values): Add `add_board_info'
3131         reference.  Reorder `gdb_init_command' table rows and remove a
3132         duplicate entry, reusing it for `gdb_init_commands'.
3134 2014-06-25  Rob Savoye  <rob.savoye@linaro.org>
3136         * runtest.exp: (lookfor-file): Fix bug were none of the relative
3137         paths were actually being used for file lookup.
3139 2014-06-06  Ben Elliston  <bje@gnu.org>
3141         * depcomp, install-sh, missing: Update to latest versions.
3142         * mkinstalldirs: Remove.
3143         * Makefile.in: Regenerate.
3145 2014-06-04  Ben Elliston  <bje@gnu.org>
3147         * Makefile.in: Regenerate with Automake 1.14.1.
3148         * compile: Add missing file.
3150 2014-06-04  Ben Elliston  <bje@gnu.org>
3152         * config.guess: Update to version 2014-03-23.
3153         * config.sub: Likewise.
3155 2014-06-04  Ben Elliston  <bje@gnu.org>
3157         * aclocal.m4: Regenerate with Automake 1.14.1.
3158         * configure: Regenerate with Autoconf 2.69.
3160 2014-03-15  Steve Ellcey  <sellcey@mips.com>
3162         * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
3164 2014-02-23  Steve Ellcey  <sellcey@mips.com>
3165             Richard Sandiford  <rdsandiford@googlemail.com>
3167         * config/sim.exp (sim_exec): New.
3168         (sim_file): New.
3170 2013-12-08  Richard Sandiford  <rdsandiford@googlemail.com>
3172         * lib/dg.exp (dg-test): Don't put the expected and actual output
3173         of a pattern test in the test name; send it to the log instead.
3175 2013-11-01  Steve Ellcey  <sellcey@mips.com>
3177         * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
3178         * Makefile.in: Regenerate.
3179         * baseboards/multi-sim.exp: New.
3181 2013-10-31  Anton Kolesov  <anton.kolesov@synopsys.com>
3183         * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
3184         (remote_reboot): Add comment explaining return value of this procedure.
3185         * doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
3186         * doc/dejagnu.texi: Regenerate.
3188 2013-10-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
3190         * baseboards/androideabi.exp (process_multilib_options): Add option.
3191         * config/adb.exp: Remove hardcoded -static option.
3192         (adb_load): Add the possibility to change the temp directory. Also
3193         handle permission potential problems.
3194         (adb_exec): Do cd to android_tmp_dir first.
3196 2013-10-05  Jose E. Marchesi  <jose.marchesi@oracle.com>
3198         * baseboards/unix.exp: Add gdb settings to not use hardware
3199         watchpoints in sparc64 running GNU/Linux.
3201 2013-06-17  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3203         * runtest.exp (libdirs): New global variable.
3204         (load_lib): Append libdirs to search_and_load_files directories.
3205         * doc/ref.xml (load_lib): Document global variable libdirs.
3206         * doc/dejagnu.texi: Regenerate.
3207         * testsuite/runtest.all/load_lib.exp: New testcase.
3208         * Makefile.am (TESTSUITE_FILES): Add new testcase.
3209         * Makefile.in: Regenerate.
3211 2013-06-15  Ben Elliston  <bje@gnu.org>
3213         * configure.ac: If DEJAGNU is unset, set it to /dev/null.
3214         * Makefile.am: Export DEJAGNU.
3215         * configure: Likewise.
3216         * Makefile.in: Regenerate.
3218 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3220         * doc/user.xml: Fix typos.
3221         * doc/ref.xml: Likewise.
3222         * doc/dejagnu.texi: Regenerate.
3224 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3226         * doc/user.xml: Fix number of columns in table.
3227         * doc/dejagnu.texi: Regenerate.
3229 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3231         * doc/user.xml: Fix rendering errors around programlisting.
3232         * doc/ref.xml: Likewise.
3233         * doc/dejagnu.texi: Regenerate.
3235 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3237         * doc/user.xml: Fix spacing before productname.
3238         * doc/dejagnu.texi: Regenerate.
3240 2013-06-12  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3242         * testsuite/runtest.all/default_procs.tcl (send_log): Use the
3243         magic "args" parameter name, as expect send_log proc accepts -- as
3244         a leading option.
3246 2013-06-08  Makoto Fujiwara  <makoto@ki.nu>
3248         * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
3249         (config_DATA): Likewise for config_SCRIPTS.
3250         (baseboard_DATA): Likewise for baseboard_SCRIPTS.
3251         (EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
3252         baseboard_SCRIPTS.
3253         * Makefile.in: Regenerate.
3255 2013-06-08  Ben Elliston  <bje@gnu.org>
3257         * configure: Regenerate with autoconf 2.69.
3258         * aclocal.m4: Regenerate.
3260 2013-03-31  Ben Elliston  <bje@gnu.org>
3262         * Makefile.am (html-local): Rename target from html.
3263         * Makefile.in: Regenerate with automake 1.12.6.
3264         * aclocal.m4: Likewise.
3265         * configure: Regenerate.
3267 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
3269         * TODO: Remove todo item about warncnt and errcnt.
3271 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
3273         * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
3275 2013-03-26  Ben Elliston  <bje@gnu.org>
3277         * config.guess: Update to version 2013-02-12.
3278         * config.sub: Likewise.
3280 2013-02-16  Rob Savoye  <rob@build.welcomehome.org>
3282         * config/adb.exp: Add adb_file so we can remotely delete test
3283         cases to save on limited disk space. Don't remove the file after
3284         executing it, leave that for the test driver instead.
3286 2013-02-15  Rob Savoye  <rob@welcomehome.org>
3288         * config/adb.exp: Remove the test case after executing
3289         it. Otherwise we can fill up all the diskspace on a small target
3290         pretty fast.
3292 2013-02-11  Rob Savoye  <rob@welcomehome.org>
3294         * baseboards/androideabi.exp: Board support for Android using ADB.
3295         * config/adb.exp: Config support for Android using ADB.
3296         * Makefile.am (dist): Add new config and board files.
3297         * aclocal.m4, Makefile.in, configure, example/calc/configure,
3298         example/mathhelper/configure: Regenerated with newer autotools.
3300 2012-12-05  Ben Elliston  <bje@gnu.org>
3302         * example/hello: Remove.
3303         * configure.ac: Likewise.
3304         * configure: Regenerate.
3306 2012-10-04  Steve Ellcey  <sellcey@mips.com>
3308         * Makefile.am (baseboard_SCRIPTS): Add new baseboards.
3309         * Makefile.in: Regenerate.
3310         * baseboards/mips-sim-mti32.exp: New.
3311         * baseboards/mips-sim-mti64.exp: New.
3312         * baseboards/mips-sim-mti64_n32.exp: New.
3313         * baseboards/mips-sim-mti64_64.exp: New.
3314         * baseboards/mips-sim-sde32.exp: New.
3315         * baseboards/mips-sim-sde64.exp: New.
3317 2012-10-04  Ben Elliston  <bje@gnu.org>
3319         * aclocal.m4: Regenerate with automake 1.11.3.
3320         * Makefile.in: Likewise.
3321         * configure: Regenerate with autoconf 2.68.
3323 2012-08-22  Steve Ellcey  <sellcey@mips.com>
3325         * baseboards/generic-sim.exp: New baseboard definition.
3327 2012-06-15  Andreas Schwab  <schwab@linux-m68k.org>
3329         * lib/framework.exp (clone_output): Protect from leading dash in
3330         $message.
3331         * runtest.exp (verbose): Likewise.
3333 2012-06-11  Tom Tromey  <tromey@redhat.com>
3335         * doc/runtest.1: Update.
3336         * runtest.exp (xml_file_name): New global.
3337         (usage): Update.
3338         Handle optional argument to --xml.
3339         * lib/framework.exp (open_logs): Respect xml_file_name.
3341 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3343         * runtest.exp (load_tool_init): Fix typo in -de option handling.
3345 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3347         * doc/runtest.1: Correct name of debug file.
3349 2012-02-25  Ben Elliston  <bje@gnu.org>
3351         * runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
3352         for runtest.exp as a last resort (for usrmove environments, where
3353         /bin is a link to /usr/bin). From Honza Horak <hhorak@redhat.com>.
3355 2011-12-30  Ben Elliston  <bje@gnu.org>
3357         * doc/user.xml: Various spelling and consistency fixes.
3358         * doc/ref.xml: Likewise.
3359         (exit_remote_shell): Remove, as this procedure is defunct.
3360         * doc/dejagnu.texi: Regenerate.
3362 2011-12-30  Ben Elliston  <bje@gnu.org>
3364         * config.guess: Update to version 2011-12-29.
3365         * config.sub: Update to version 2011-11-11.
3367 2011-06-30  Tom Tromey  <tromey@redhat.com>
3369         * doc/ref.xml: Document find_gfortran.
3370         * doc/dejagnu.texi: Regenerate.
3371         * lib/target.exp (default_target_compile): Handle f90.
3372         (default_target_compile): Likewise.
3373         * lib/libgloss.exp (find_gfortran): New proc.
3375 2011-06-30  Ben Elliston  <bje@gnu.org>
3377         * Makefile.am (all-local): New rule.
3378         * Makefile.in: Regenerate.
3380 2011-04-12  Ben Elliston  <bje@gnu.org>
3382         * config/vxworks.exp (vxworks_file): Use "file delete", not "exec
3383         rm", for better portability.
3384         * config/netware.exp (${board}_load): Likewise.
3385         * lib/dg.exp (dg-test): Likewise.
3386         * lib/framework.exp (open_logs): Likewise.
3387         * lib/remote.exp (standard_file): Likewise.
3388         * runtest.exp: Likewise.
3389         * testsuite/runtest.all/options.exp: Likewise.
3391 2011-03-15  Ben Elliston  <bje@gnu.org>
3393         * runtest.exp: Whitespace cleanups.
3394         * lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3395         lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp,
3396         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Likewise.
3398 2011-03-15  Ben Elliston  <bje@gnu.org>
3400         * runtest: Remove trailing semicolons.
3401         * lib/rsh.exp: Likewise.
3403 2011-03-15  H.J. Lu  <hjl.tools@gmail.com>
3405         * lib/remote.exp (local_exec): Ignore SIGHUP.
3407 2011-03-14  Ben Elliston  <bje@gnu.org>
3409         * runtest.exp (frame_version): Set to 1.5.1.
3410         * configure.ac (AC_INIT): Set version to 1.5.1.
3411         * configure: Regenerate.
3412         * doc/dejagnu.xml (appversion, version): Set to 1.5.1.
3413         * doc/dejagnu.texi: Regenerate.
3415 2011-03-14  Ben Elliston  <bje@gnu.org>
3417         * dejagnu.h: Whitespace cleanups.
3419 2011-03-14  Ben Elliston  <bje@gnu.org>
3421         * baseboards/cris-sim.exp: Remove trailing semicolon(s).
3422         * baseboards/mt-sid.exp: Likewise.
3423         * baseboards/tx39-sim.exp: Likewise.
3424         * lib/target.exp (default_target_compile): Likewise.
3426 2011-03-14  Ben Elliston  <bje@gnu.org>
3428         Reported by Flash Sheridan <flash@pobox.com>:
3429         * doc/user.xml (Testing "Hello world" locally): Improve the
3430         example test script and make it robust to failures.  Tidy some
3431         formatting errors.
3432         * doc/dejagnu.texi: Regenerate.
3434 2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3436         * runtest.exp (runtest): Call reset_vars at initialisation so that
3437         perror does not affect test results in other test scripts.
3439 2011-03-09  Ben Elliston  <bje@gnu.org>
3441         * NEWS: Start a new section for post-1.5 changes.
3443 2011-03-09  Ben Elliston  <bje@gnu.org>
3445         * DejaGnu 1.5 released.
3447 2011-03-09  Ben Elliston  <bje@gnu.org>
3449         * Makefile.am (DISTCLEANFILES): Define.
3450         * Makefile.in: Regenerate.
3451         * testsuite/runtest.all/libs.exp: Clean up temp files on exit.
3452         * testsuite/runtest.all/options.exp: Likewise for dbg.log.
3453         * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file
3454         mkdir" instead of exec'ing mkdir(1).
3456 2011-03-07  Ben Elliston  <bje@gnu.org>
3458         * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE.
3459         * Makefile.in: Regenerate.
3461 2011-03-06  Ben Elliston  <bje@gnu.org>
3463         * configure.ac (AC_INIT): Set version to 1.5.
3464         * configure: Regenerate.
3465         * runtest.exp (frame_version): Set to 1.5.
3466         * doc/dejagnu.texi: Regenerate.
3468 2011-03-04  Ben Elliston  <bje@gnu.org>
3470         * texinfo.tex: Import latest version from ftp://tug.org/tex.
3472 2011-03-04  Ben Elliston  <bje@gnu.org>
3474         * Makefile.am (EXTRA_DIST): Correct name of historical ChangeLog.
3475         * Makefile.in: Regenerate.
3477 2011-03-03  Ben Elliston  <bje@gnu.org>
3479         * Makefile.am: Bump to GPL version 3.
3480         * configure.ac: Likewise.
3481         * Makefile.in: Regenerate.
3482         * aclocal.m4: Likewise.
3483         * configure: Likewise.
3485 2011-03-03  Ben Elliston  <bje@gnu.org>
3487         * config.guess: Update to most recent version.
3488         * config.sub: Likewise.
3490 2011-03-03  Ben Elliston  <bje@gnu.org>
3492         * lib/framework.exp (unknown): Rename the native Tcl ::unknown
3493         proc to ::tcl_unknown.  If ::tcl_unknown returns a failure result,
3494         then fall back to the conventional DejaGnu handling.  Report from
3495         David Byron <dbyron@dbyron.com>.
3497 2011-03-03  Maciej W. Rozycki  <macro@codesourcery.com>
3499         * lib/remote.exp (remote_expect): Pass all exception conditions up
3500         to the caller.
3502 2011-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3504         * lib/dg.exp (dg-test): Support nested calls.
3506 2010-04-13  Ben Elliston  <bje@gnu.org>
3508         * testglue.c: Remove duplicated prototypes for abort and exit.
3510 2010-03-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3512         * doc/user.xml (Tcl Variables For Command Line Options): Correct
3513         column count.
3515 2010-01-21  Jie Zhang  <jie.zhang@analog.com>
3517         * config/gdb-comm.exp (gdb_comm_load): Set breakpoints after load.
3519 2010-01-15  Anthony Green  <green@moxielogic.com>
3521         * baseboards/moxie-sim.exp: New baseboard.
3523 2009-12-10  DJ Delorie  <dj@redhat.com>
3525         * baseboards/rx-sim.exp: New baseboard.
3527 2009-10-15  Ben Elliston  <bje@gnu.org>
3529         * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide.
3530         This web page has disappeared.
3532 2009-07-06  Ben Elliston  <bje@gnu.org>
3534         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Mark up options with
3535         <option> not <emphasis>.  Apply other grammatical fixes from
3536         Reuben Thomas.
3537         * doc/dejagnu.texi: Regenerate.
3539 2009-07-06  Ben Elliston  <bje@gnu.org>
3541         * configure.ac: Check for docbook2x-texi.
3542         * configure: Regenerate.
3544 2009-07-06  Ben Elliston  <bje@gnu.org>
3546         From Reuben Thomas  <rrt@sc3d.org>:
3547         * doc/runtest.1: Fix some formatting issues.
3549 2009-06-16  Ben Elliston  <bje@gnu.org>
3551         * config.guess: Update to most recent version.
3552         * config.sub: Likewise.
3554 2009-06-16  Ben Elliston  <bje@gnu.org>
3556         * Makefile.am (rpm, deb, solpkg, hpdepot): Remove targets.
3557         * Makefile.in: Regenerate.
3558         * packaging: Remove directory and its contents.
3560 2009-06-10  Maciej W. Rozycki  <macro@codesourcery.com>
3562         * config/gdb-comm.exp (gdb_comm_add_breakpoint): Handle pending
3563         breakpoints.
3565 2008-12-03  Ben Elliston  <bje@gnu.org>
3567         * COPYING: Update to GPL version 3.
3569 2008-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3571         * doc/ref.xml, doc/user.xml: Fix typos.
3572         * doc/dejagnu.texi: Regenerate.
3574 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3576         * Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
3577         * Makefile.in: Regenerate.
3578         * dejagnu.exp (host_execute): Improve regexp matching.
3579         * testsuite/libdejagnu/unit.cc: C++ fixes.
3581 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3583         * lib/utils.exp (diff): Open both files as binary.
3585 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3587         * dejagnu.h (totals): Correct typos.
3589 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3591         * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
3592         * doc/dejagnu.texi: Regenerate.
3594 2008-02-25  Ben Elliston  <bje@gnu.org>
3596         * doc/runtest.1: Update date of last revision.
3598 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3600         * baseboards/h8300.exp: Use -- before switch argument that may
3601         begin with "-".
3602         * baseboards/cris-sim.exp: Ditto.
3604 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3606         * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp,
3607         iq2000-sim.exp and m32r-linux-sim.exp.
3608         * Makefile.in: Regenerate.
3610 2008-02-08  Ben Elliston  <bje@gnu.org>
3612         * baseboards/cris-sim.exp: Fix MS-DOS line termination.
3614 2007-12-28  Joseph Myers  <joseph@codesourcery.com>
3616         * lib/target.exp (default_link): Initialize nobjects before use.
3618 2007-12-06  Ben Elliston  <bje@gnu.org>
3620         * lib/dg.exp (dg_bogus): Comment fix.
3622 2007-10-31  DJ Delorie  <dj@redhat.com>
3624         * lib/framework.exp (open_logs): Line buffer the .sum file.
3626 2007-09-04  Matt Kraai  <kraai@ftbfs.org>
3628         * doc/user.xml (Configuration): Fix typos.
3629         * doc/dejagnu.texi: Regenerate.
3631 2007-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
3633         * lib/remote.exp (standard_send): Correct quoting.
3635 2007-05-17  Ben Elliston  <bje@gnu.org>
3637         * doc/user.xml: Correct the syntax for running apt-get on a Debian
3638         GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
3640 2007-04-30  Bob Wilson  <bob.wilson@acm.org>
3642         * baseboards/xtensa-sim.exp: Set target_install.  Stop using
3643         basic-sim.exp.  Run the simulator with --turbo option.  Replace
3644         needs_status_wrapper with the simulator's --exit_with_target_code
3645         option.
3647 2006-10-15  Rob Savoye  <rob@bertha.welcomehome.org>
3649         * dejagnu.h: Add support for for expected failures and
3650         unexpected successes.
3652 2005-05-06  Andrew Fyfe <a.fyfe@tiscali.co.uk>
3654         * doc/Makefile.am: Fix install path for man page.
3655         * Makefiles: Regenerated.
3657 2006-08-29  Ben Elliston  <bje@gnu.org>
3659         * runtest.exp (usage): Use "triplet" instead of "config name".
3661 2006-07-13  Daniel Jacobowitz  <dan@codesourcery.com>
3663         * Makefile.am (DOCBOOK2RTF): Fix typo.
3664         * Makefile.in: Regenerated.
3665         * lib/libgloss.exp (process_multilib_options): Use -- to handle
3666         options starting with hyphens.
3668 2006-06-23  Eric Botcazou  <ebotcazou@adacore.com>
3670         * libgloss.exp (find_gnatmake): Rewrite.
3672 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
3674         * rsh.exp (rsh_exec): Handle inp and outp arguments.  Use
3675         local_exec to run rsh.  Return failure if rsh times out.
3676         * remote.exp (local_exec): Handle "|& cat" we added when deciding
3677         whether to return output.
3679 2006-06-09  Ben Elliston  <bje@gnu.org>
3681         * baseboards/cris-sim.exp: Use Tcl fall-through syntax for
3682         multiple cases, not a list (case uses lists, switch does not).
3683         Pass -glob to switch where applicable to emulate case behaviour.
3684         * baseboards/h8300.exp: Likewise.
3685         * lib/framework.exp (clone_output): Likewise.
3686         (clear_xfail): Likewise.
3687         (clear_kfail): Likewise.
3688         * lib/libgloss.exp (process_multilib_options): Likewise.
3689         * runtest.exp: Likewise.
3691 2006-06-06  Ben Elliston  <bje@gnu.org>
3693         * Makefile.am (CONTRIB): New.
3694         (EXTRA_DIST): Add $(CONTRIB).
3695         (doc/dejagnu.texi): Set directory-category param to docbook2texi.
3696         * Makefile.in: Regenerate.
3697         * doc/dejagnu.texi: Likewise.
3699 2006-06-06  Ben Elliston  <bje@gnu.org>
3701         * runtest.exp (load_lib): Typo fix.
3703 2006-06-06  Ben Elliston  <bje@gnu.org>
3705         * dejagnu.h: Tidy comments.
3706         (_BUFFER_SIZE_): Remove to minimise namespace pollution.
3707         (wait): Define this function unconditionally.  Conditionally
3708         compile the function body if _DEJAGNU_WAIT_ is defined.
3709         (buffer): Set the buffer size explicitly.
3710         (pass): Use sizeof (buffer).  Call wait() unconditionally.
3711         (fail, untested, unresolved, note): Likewise.
3712         (enum teststate): Tidy whitespace.
3714 2006-06-06  Ben Elliston  <bje@gnu.org>
3716         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.
3717         * doc/dejagnu.texi: Regenerate.
3719 2006-06-06  Ben Elliston  <bje@gnu.org>
3721         Import from GCC tree:
3722         2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
3723                     Mike Stump  <mrs@apple.com>
3725         * compare_tests: Handle multilibs better.
3727 2006-06-06  Ben Elliston  <bje@gnu.org>
3729         * doc/dejagnu.texi: Regnerate using Docbook2X 0.8.7.
3731         * configure.ac: Check for docbook2texi, not docbook2x-texi.  The
3732         wrapper script changed its name again in the latest release.
3733         * configure: Regenerate.
3734         * Makefile.am (DOCBOOK2X_TEXI): Rename from this ..
3735         (DOCBOOK2TEXI): .. to this.
3736         (doc/dejagnu.texi): Do not use output-file parameter to deposit
3737         the .texi file into the source directory; use mv(1) instead. Set
3738         directory-description parameter.
3739         * Makefile.in: Likewise.
3741 2006-06-02  Ben Elliston  <bje@gnu.org>
3743         * config/sim.exp (sim_upload): Match up argument names.
3745 2006-06-02  Ben Elliston  <bje@gnu.org>
3747         * config.guess: Update to most recent version.
3748         * config.sub: Likewise.
3750 2006-06-02  Ben Elliston  <bje@gnu.org>
3752         * config/dos.exp (dos_open): Only run global board_info once at
3753         the beginning of the proc; remove duplicates.
3754         (dos_load): Use file join to separate path components.
3755         (dos_copy_upload): Likewise.
3756         * lib/remote.exp (call_remote): Use error, not "blooie" to trigger
3757         an error.
3759 2006-06-02  Ben Elliston  <bje@gnu.org>
3761         * contrib/compare_tests: Import from the GCC contrib directory.
3763 2006-05-24  Ben Elliston  <bje@gnu.org>
3765         * runtest.exp (verbose): Brace some expressions.
3766         (load_file, search_and_load_file): Likewise.
3767         (runtest): Likewise.
3769 2006-05-23  Ben Elliston  <bje@gnu.org>
3771         * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.
3772         * config/i960.exp (i960_spawn): Initialise status.
3773         * config/netware.exp (${board}_init): Brace some if expressions.
3774         * lib/dg.exp (dg-test): Brace some expressions.
3775         * lib/framework.exp (clone_output, log_and_exit, log_summary,
3776         record_test, pass, fail): Likewise.
3777         * lib/libgloss.exp (get_multilibs): Likewise.
3778         * lib/remote.exp (standard_transmit, unix_clean_filename,
3779         remote_load, check_for_board_status, remote_expect): Likewise.
3780         * lib/rsh.exp (rsh_exec): Likewise.
3782 2006-05-22  Ben Elliston  <bje@gnu.org>
3784         * baseboards/cris-sim.exp: Use switch, not case.
3785         * baseboards/h8300.exp: Likewise.
3786         * config/base68k.exp (base68k_ld): Brace an if expression.
3788 2006-05-22  Ben Elliston  <bje@gnu.org>
3790         * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,
3791         baseboards/cris-sim.exp, baseboards/i960-cyclone.exp,
3792         baseboards/mcore-moto-sim.exp, baseboards/mips64vr4100-sim.exp,
3793         baseboards/mmixware-sim.exp, baseboards/op50n.exp,
3794         baseboards/rom68k-idp.exp, baseboards/sparclite-sim-le.exp,
3795         baseboards/usparc-cygmon.exp, config/base-config.exp,
3796         config/base68k.exp, config/ddb-ether.exp, config/ddb.exp,
3797         config/dos.exp, config/gdb-comm.exp, config/gdb_stub.exp,
3798         config/i386-bozo.exp, config/i960.exp, config/m68k-emc.exp,
3799         config/netware.exp, config/sid.exp, config/sim.exp,
3800         config/tic80.exp, config/unix.exp, config/vxworks.exp,
3801         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3802         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
3803         lib/rlogin.exp, lib/rsh.exp, lib/target.exp, lib/targetdb.exp,
3804         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Put braces around if
3805         expressions throughout.
3807 2006-05-22  Ben Elliston  <bje@gnu.org>
3809         * lib/framework.exp (open_logs): Use file join where applicable.
3810         * lib/libgloss.exp (libgloss_link_flags, newlib_link_flags,
3811         newlib_include_flags, g++_link_flags, libstdc++_link_flags,
3812         get_multilibs, winsup_include_flags, winsup_link_flags): Likewise.
3813         * lib/utils.exp (which): Likewise.
3814         * runtest.exp (search_and_load_file, lookfor_file,
3815         load_tool_init): Likewise.
3817         * lib/debugger.exp (watcharray): Add `array' parameter.  Rename
3818         `type' parameter to `op' and update all uses in the proc.
3819         (watchvar): Add `ignore' parameter for scalar variables.
3820         Likewise, rename `type' to `op' and update throughout the proc.
3822         * runtest.exp: Use switch, not case.
3823         * lib/framework.exp (clone_output): Likewise.
3824         (clear_xfail): Likewise.
3825         (clear_kfail): Likewise.
3826         (set_warning_threshold): Make warning_threshold global.
3827         (get_warning_threshold): Likewise.
3828         * lib/libgloss.exp (process_multilib_options): Use switch, not
3829         case.
3830         * lib/remote.exp (local_exec): Only run global errorInfo once.
3831         (standard_upload): Fix error in variable use ($file -> $srcfile).
3832         * lib/utils.exp (grep): Use switch, not case.
3833         (slay): Fix mismatched bracket.
3835         * lib/debugger.exp (watcharray): Use switch, not case.
3836         (watchvar): Likewise.
3837         (bt): Add an explanatory comment.
3839 2006-04-03  Ben Elliston  <bje@gnu.org>
3841         * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
3842         lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
3843         lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
3845 2006-01-02  Ben Elliston  <bje@gnu.org>
3847         * configure.ac (AC_INIT): Set version to 1.4.99.
3848         * configure: Regenerate.
3850 2006-01-01  Ben Elliston  <bje@gnu.org>
3852         * testsuite/runtest.all/utils.test: Add runtest_file_p.
3854 2006-01-01  Ben Elliston  <bje@gnu.org>
3856         * runtest.exp (frame_version): Set to 1.4.99.
3858 2006-01-01  Ben Elliston  <bje@gnu.org>
3860         * dejagnu.h: Update copyright notice.  Use C-style /* .. */
3861         comments for portability with ISO C compilers.
3862         * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.
3864 2006-01-01  Ben Elliston  <bje@gnu.org>
3866         * runtest.exp: Update copyright notice.
3867         * example/calc/testsuite/calc.test/calc.exp: Likewise.
3868         * example/calc/testsuite/config/unix.exp: Likewise.
3869         * testsuite/libdejagnu/tunit.exp: Likewise.
3870         * testsuite/runtest.all/libs.exp: Likewise.
3871         * testsuite/runtest.all/options.exp: Likewise.
3872         * testsuite/runtest.all/stats-sub.exp: Likewise.
3873         * testsuite/runtest.all/stats.exp: Likewise.
3875 2006-01-01  Ben Elliston  <bje@gnu.org>
3877         * config/default.exp, config/unix.exp, config/vxworks.exp,
3878         lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp,
3879         lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp:
3880         Formatting fixes.
3881         * dejagnu.h, testsuite/config/default.exp,
3882         testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp,
3883         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
3884         testsuite/runtest.all/options.exp,
3885         testsuite/runtest.all/stats-sub.exp,
3886         testsuite/runtest.all/stats.exp: Update copyright notice and FSF
3887         office address. Remove bug reporting address, as it is now
3888         maintained centrally in the README file.
3890 2005-12-31  Ben Elliston  <bje@gnu.org>
3892         * testsuite/runtest.all/utils.test: Don't bother mentioning
3893         absolute, psource, prune and slay as untested procedures.
3895 2005-12-31  Ben Elliston  <bje@gnu.org>
3897         * doc/ref.xml (Utility Procedures): Note that the following
3898         procedures are deprecated: absolute, psource, prune, slay.
3899         * NEWS: Likewise.
3900         * doc/dejagnu.texi: Regenerate.
3902 2005-12-24  Ben Elliston  <bje@gnu.org>
3904         * Makefile.am (doc/dejagnu.texi): Don't use shell redirection, in
3905         case the command fails and zeroes the Texinfo source file.  Move
3906         the output (if successful) by its default filename using mv(1).
3907         * Makefile.in: Regenerate.
3909 2005-12-24  Ben Elliston  <bje@gnu.org>
3911         * configure.ac (DOCBOOK2X_TEXI): Add search for this program.
3912         * configure: Regenerate.
3913         * Makefile.am (DOCBOOK2PDF, DOCBOOK2RTF, DOCBOOK2PS): New.
3914         (DOCBOOK2HTML, DOCBOOK2X_TEXI): Likewise.
3915         (dejagnu.pdf): Use $(DOCBOOK2PDF).
3916         (dejagnu.ps): Likewise, use $(DOCBOOK2PS).
3917         (dejagnu.rtf): Likewise, use $(DOCBOOK2RTF).
3918         (html): Likewise, use $(DOCBOOK2HTML).
3919         (doc/dejagnu.texi): Produce using the docbook2x-texi wrapper,
3920         which is much simpler. Likewise, use $(DOCBOOK2X_TEXI).
3921         * Makefile.in: Regenerate.
3923 2005-12-24  Ben Elliston  <bje@gnu.org>
3925         * Makefile.am (EXTRA_DIST): Remove $(PACKAGING_METAFILES).
3926         (XML): Remove $(srcdir) from each filename; VPATH suffices.
3927         (PACKAGING_METAFILES): Remove.
3928         * Makefile.in: Regenerate.
3930 2005-12-24  Ben Elliston  <bje@gnu.org>
3932         * README: Rewrite.
3934 2005-12-24  Ben Elliston  <bje@gnu.org>
3936         * COPYING: Update.
3938 2005-12-24  Ben Elliston  <bje@gnu.org>
3940         * testsuite/libdejagnu/tunit.exp: Don't change to a non-existent
3941         subdirectory.
3943 2005-12-24  Ben Elliston  <bje@gnu.org>
3945         * Makefile.am (RUNTEST): Simplify, as Automake already generates
3946         similar logic in Makefile.in.
3947         * Makefile.in: Regenerate.
3949 2005-12-24  Ben Elliston  <bje@gnu.org>
3951         * Makefile.am (RUNTESTDEFAULTFLAGS): Omit --tool so that
3952         libdejagnu tests are run too.
3953         * Makefile.in: Regenerate.
3955 2005-12-24  Ben Elliston  <bje@gnu.org>
3957         * configure: Regenerate.
3959         * lib/remote.exp: Tidy.
3960         * lib/targetdb.exp: Likewise.
3961         * lib/target.exp (prune_warnings): Improve comments.
3962         * lib/dejagnu.exp: Likewise.
3963         * lib/utils.exp: Likewise.
3965         * NEWS: Update.
3967 2005-12-24  Ben Elliston  <bje@gnu.org>
3969         * doc/dejagnu.xml: Don't use apostrophes in section titles.
3970         * doc/dejagnu.texi: Regenerate.
3972 2005-12-24  Ben Elliston  <bje@gnu.org>
3974         * Makefile.am (XML): Include $(srcdir) in filenames.
3975         * Makefile.in: Regenerate.
3977 2005-12-24  Ben Elliston  <bje@gnu.org>
3979         * doc/C/Makefile.am: Remove.
3980         * doc/C/Makefile.in: Likewise.
3982         * Makefile.am (SUBDIRS): Remove.
3983         (EXTRA_DIST): Append $(XML).
3984         (dist_man_MANS): Define.
3985         (info_TEXINFOS): Likewise.
3986         (XML): List XML source files.
3987         (dejagnu.pdf): New target.
3988         (dejagnu.ps): Likewise.
3989         (dejagnu.rtf): Likewise.
3990         (html): Likewise.
3991         (dejagnu.texi): Special rule to build Texinfo source.
3992         * Makefile.in: Regenerate.
3993         * configure.ac: Don't search for docbook2dvi.
3994         Search for docbook2rtf and docbook2pdf.
3995         Don't output doc/Makefile or doc/C/Makefile.
3996         * configure: Regenerate.
3997         * doc/texinfo.tex: Move from here ..
3998         * texinfo.tex: .. to here.
3999         * doc/Makefile.am: Remove.
4000         * doc/Makefile.in: Likewise.
4001         * doc/C/dejagnu.omf: Likewise.
4002         * doc/C/topic.dat: Likewise.
4003         * doc/C/dejagnu.xml: Move from here ..
4004         * doc/dejagnu.xml: .. to here.
4005         * doc/C/legal.xml: Move from here ..
4006         * doc/legal.xml: .. to here.
4007         * doc/C/ref.xml: Move from here ..
4008         * doc/ref.xml: .. to here.
4009         * doc/C/user.xml: Move from here ..
4010         * doc/user.xml: .. to here.
4011         * doc/dejagnu.texi: Rebuild from XML source.
4013 2005-12-23  Ben Elliston  <bje@gnu.org>
4015         * doc/runtest.1: Update manual page.
4017 2005-12-23  Ben Elliston  <bje@gnu.org>
4019         * doc/overview.sgml: Remove in favour of XML versions.
4020         * doc/ref.sgml: Ditto.
4021         * doc/user.sgml: Ditto.
4022         * doc/texinfo.tex: Import new version.
4024 2005-12-20  Ben Elliston  <bje@gnu.org>
4026         * Makefile.am (SUBDIRS): Remove testsuite, example.
4027         (EXTRA_DIST): Add $(TESTSUITE_FILES).
4028         (TESTSUITE_FILES): New.
4029         (RUNTEST, RUNTESTDEFAULTFLAGS): New.
4030         (AM_CXXFLAGS): Set.
4031         (check_PROGRAMS): New.
4032         (unit_SOURCES): New.
4033         * Makefile.in: Regenerate.
4034         * configure.ac (AC_OUTPUT): Don't output example/Makefile,
4035         testsuite/Makefile or testsuite/libdejagnu/Makefile.
4036         * configure: Regenerate.
4037         * testsuite/Makefile.am: Remove.
4038         * testsuite/Makefile.in: Likewise.
4039         * testsuite/libdejagnu/Makefile.am: Likewise.
4040         * testsuite/libdejagnu/Makefile.in: Likewise.
4042 2005-12-20  Ben Elliston  <bje@gnu.org>
4044         * Makefile.am (baseboard_SCRIPTS): Rename ms1->mt.
4045         * Makefile.in: Regenerate.
4047 2005-12-20  Ben Elliston  <bje@gnu.org>
4049         * configure: Regenerate with autoconf 2.59.
4050         * aclocal.m4: Regenerate with aclocal 1.9.6.
4051         * Makefile.in: Regenerate with automake 1.9.6.
4052         * doc/Makefile.in: Likewise.
4053         * doc/C/Makefile.in: Likewise.
4054         * example/Makefile.in: Likewise.
4055         * testsuite/Makefile.in: Likewise.
4056         * testsuite/libdejagnu/Makefile.in: Likewise.
4058 2005-12-20  Nathan Sidwell  <nathan@codesourcery.com>
4060         * baseboards/ms1-sid.exp: Rename from this ..
4061         * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within.
4063 2005-12-20  Ben Elliston  <bje@gnu.org>
4065         * config.guess: Update to most recent version.
4066         * config.sub: Likewise.
4068 2005-09-24  Ben Elliston  <bje@gnu.org>
4070         * packaging/pkg/pkginfo (EMAIL): Update mail address.
4072         * lib/rsh.exp: Tidy comments.
4074 2005-07-07  Ben Elliston  <bje@gnu.org>
4076         * lib/telnet.exp (telnet_transmit): Remove; use standard method.
4078 2005-07-07  Ben Elliston  <bje@gnu.org>
4080         * Makefile.am (baseboard_SCRIPTS): Add ms1-sid.exp.
4081         * Makefile.in: Regenerate.
4083 2005-07-06  Ben Elliston  <bje@gnu.org>
4085         * lib/tip.exp (tip_open): Improve comments.
4086         (tip_download): Likewise.
4088 2005-07-06  Ben Elliston  <bje@gnu.org>
4090         * lib/telnet.exp (telnet_open): Improve option handling.  Clarify
4091         documentation for each proc.
4093 2005-07-06  Ben Elliston  <bje@gnu.org>
4095         * aclocal.m4: Regenerate with aclocal 1.9.
4096         * configure: Regenerate with autoconf 2.59.
4097         * doc/C/Makefile.am: Remove stray include.
4098         * Makefile.in, doc/Makefile.in, doc/C/Makefile.in,
4099         example/Makefile.in, testsuite/Makefile.in,
4100         testsuite/libdejagnu/Makefile.in: Regenerate with automake 1.9.
4102 2005-07-06  Ben Elliston  <bje@gnu.org>
4104         Import some missing hunks from this patch on sourceware:
4106         2004-11-11  Nick Clifton  <nickc@redhat.com>
4108         * lib/libgloss.exp (libio_include_flags, g++_include_flags,
4109         winsup_include_flags): Revert previous patch, restoring the use of
4110         -I, for all libraries except newlib.  Newlib needs -isystem to
4111         avoid the problems with <limits.h> but the C++ and winsup
4112         libraries need -I because -isystem generates an implicit 'extern
4113         "C"' which may not be appropriate for certain targets.
4115 2005-07-06  Aldy Hernandez  <aldyh@redhat.com>
4117         * baseboards/ms1-sid.exp: New.
4119 2005-07-01  Ben Elliston  <bje@gnu.org>
4121         Unify some changes with the 1.4 branch:
4123         2004-10-28  Nick Clifton  <nickc@redhat.com>
4124         * baseboards/iq2000-sim.exp: New file.
4126         2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
4127         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
4128         noresults to zero.
4130         2004-05-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
4131         * baseboards/m32r-linux-sim.exp: Add New file.
4133 2005-06-24  Ben Elliston  <bje@gnu.org>
4135         * MAINTAINERS: Update my email address.
4137 2005-06-24  Ben Elliston  <bje@gnu.org>
4139         * Update the FSF's physical address throughout.
4141 2005-06-22  Ben Elliston  <bje@gnu.org>
4143         * config.guess: Update to most recent version.
4144         * config.sub: Likewise.
4146 2005-04-28  Mark Kettenis  <kettenis@gnu.org>
4148         * lib/target.exp (prune_warnings): Add a few more linker
4149         warning patterns for OpenBSD.
4151 2005-03-20  Mark Kettenis  <kettenis@gnu.org>
4153         * lib/target.exp (prune_warnings): Add linker warning patterns for
4154         OpenBSD.
4156 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
4158         * baseboards/cris-sim.exp: New file.
4160 2004-11-19  Nick Clifton  <nickc@redhat.com>
4162         * lib/libgloss.exp (newlib_include_flags): Document why -isystem
4163         is used instead of -I.
4164         (libio_include_flags): Use -I instead of -isystem and
4165         document why.
4166         (g++_include_flags): Use -I instead of -isystem.
4167         (libstdc++_include_flags): Likewise.
4169 2004-11-04  Ben Elliston  <bje@gnu.org>
4171         * lib/dg.exp (dg-test): If a `dg-do run' test fails to compile,
4172         mark the test as unresolved, rather than warning.
4174 2004-10-27  Nick Clifton  <nickc@redhat.com>
4176         * baseboards/iq2000-sim.exp: New file.
4178 2004-08-20  Daniel Jacobowitz  <dan@debian.org>
4180         * testglue.c: Prototype abort(3) and exit(3).
4182 2004-08-14  Paul Brook  <paul@codesourcery.com>
4184         * config/sim.exp (sim_download, sim_upload): New procs.
4186 2004-06-30  Ben Elliston  <bje@gnu.org>
4188         * config.guess: Update to current revision.
4189         * config.sub: Likewise.
4191 2004-06-12  Ben Elliston  <bje@gnu.org>
4193         * config.guess: Update to current revision.
4194         * config.sub: Likewise.
4196 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
4198         * testglue.c: Prototype abort and exit.
4200 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
4202         * baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
4203         string.
4205 Tue Feb 25 05:19:57 UTC 2003  Brendan Conoboy  <blc@@redhat.com>
4207         * lib/remote.exp (call_remote): Remove multilibs from the board
4208         name when rebooting a board.
4210 2004-06-03  Alexandre Oliva  <aoliva@redhat.com>
4212         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
4213         noresults to zero.
4215 2004-06-07  Ben Elliston  <bje@gnu.org>
4217         * lib/libgloss.exp (build_wrapper): Remove redundant set command.
4219 2004-03-29  Joel Brobecker  <brobecker@gnat.com>
4221         * lib/libgloss.exp (find_gnatmake): New procedure.
4222         * lib/target.exp (default_target_compile): Add support for Ada.
4224 2004-04-16  Kazuhiro Inaoka  <inaoka dot kazuhiro at renesas dot com>
4226         * baseboards/m32r-linux-sim.exp: Add New file.
4228 2004-04-02  Rob Savoye  <rob@direwolf.welcomehome.org>
4230         * configure.ac, example/Makefile.am: Add example/mathhelper.
4231         * configure, alocal.m4, example/Makefile.in: Regenerated.
4233 2004-04-02 Joel Sherrill <joel@OARcorp.com>
4235         * example/mathhelper: New example for using the unit testing API.
4237 2004-03-05  Daniel Jacobowitz  <drow@mvista.com>
4239         * lib/remote.exp (standard_spawn): Fix rsh username support.
4241 2004-03-06  Rob Savoye  <rob@althea.welcomehome.org>
4243         * doc/C: New directory for DocBook XML files.
4244         * doc/C/dejagnu.omf: New config file for scrollkeeper.
4245         * doc/C/topic.dat: New config file for the GNOME help system.
4246         * doc/C/dejagnu.xml: DocBook XML formatted verion of what was
4247         overview.sgml.
4248         * doc/C/ref.xml: DocBook XML formatted verion of what was
4249         ref.sgml.
4250         * doc/C/user.xml: DocBook XML formatted verion of what was
4251         user.sgml.
4253 2004-02-17  Ben Elliston  <bje@wasabisystems.com>
4255         * runtest.exp: Do not trap SIGSEGV.
4257 2004-02-16  Ben Elliston  <bje@wasabisystems.com>
4259         * configure.ac: Update AC_INIT and AM_INIT_AUTOMAKE invocations.
4260         * configure: Regenerate.
4262 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
4264         * doc/runtest.1: Improve some wording. Update last revision date.
4266 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
4268         * NEWS: Document yesterday's work.
4270         * runtest: Improve comments.
4272 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
4274         * TODO: Update.
4276         * testsuite/libdejagnu/unit.cc: Conform with GNU coding standard.
4278 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4280         * configure.ac: Quote strings throughout in good Autoconf style.
4281         Remove AC_PROG_YACC invocation. Search for docbook2dvi, et al and
4282         expect using AC_PATH_PROG. Remove DJ_AC_PATH_DOCBOOK in favour of
4283         existing macros. Remove stale BOARDS and CONFIG substs. Ensure Tcl
4284         is at version 8.3 or greater.
4285         * configure: Regenerate.
4286         * acinclude.m4: Remove.
4287         * aclocal.m4: Regenerate.
4288         * Makefile.in: Likewise.
4289         * doc/Makefile.am (%.pdf: %.sgml): Use $(DOCBOOK2PDF).
4290         (%.dvi: %.sgml): Use $(DOCBOOK2DVI).
4291         (%.html: %.sgml): Use $(DOCBOOK2HTML).
4292         * doc/Makefile.in: Regenerate.
4293         * example/Makefile.in: Likewise.
4294         * testsuite/Makefile.in: Likewise.
4295         * testsuite/libdejagnu/Makefile.in: Likewise.
4296         * TODO: Update.
4298 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
4300         * baseboards/cf.exp: Use -T instead of -Wl,-T for ldscript.
4301         * baseboards/fr30-elf.exp, baseboards/frv-elf.exp,
4302         baseboards/h8300.exp, baseboards/i960-cyclone.exp,
4303         baseboards/i960-sim.exp, baseboards/m32r-elf.exp,
4304         baseboards/mips-idt.exp, baseboards/mips-lnews-sim.exp,
4305         baseboards/mips-lsi-sim.exp, baseboards/mips64vr4100-sim.exp,
4306         baseboards/op50n.exp, baseboards/rom68k-idp.exp,
4307         baseboards/sh-hms.exp, baseboards/tx39-dve.exp,
4308         baseboards/vr4100-ddb.exp, baseboards/vr4100-sim.exp,
4309         baseboards/vr4111-sim.exp, baseboards/vr4300-ddb.exp,
4310         baseboards/vr4300-sim.exp, baseboards/vr4300.exp,
4311         baseboards/vr5000-ddb.exp: Likewise.
4313 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4315         * runtest: Terminate with an error if expect cannot be found.
4316         * TODO: Update.
4318 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4320         * configure.ac: Use AC_PATH_PROG to find expect(1).
4321         (DJ_AC_PATH_TCLSH): Remove unneeded invocation.
4322         * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove.
4323         (DJ_AC_STL): Likewise.
4324         * configure: Regenerate.
4325         * aclocal.m4: Likewise.
4326         * configure: Likewise.
4327         * Makefile.in: Likewise.
4328         * doc/Makefile.in: Likewise.
4329         * example/Makefile.in: Likewise.
4330         * testsuite/Makefile.in: Likewise.
4331         * testsuite/libdejagnu/Makefile.in: Likewise.
4332         * TODO: Update.
4334 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4336         * runtest.1: Remove any mention of mondfe.
4338 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4340         * TODO: Add an item about timeouts.
4342 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
4344         * baseboards/basic-sim.exp: Set gdb,do_reload_on_run.
4346 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4348         * lib/standard.exp: Tidy.
4350 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4352         * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.
4353         (config_SCRIPTS): Remove udi.exp, vrtx.exp.
4354         (baseboard_SCRIPTS): Remove a29k-udi.exp.
4355         * Makefile.in: Regenerate.
4356         * baseboards/a29k-udi.exp: Remove.
4357         * baseboards/dos.exp: Update comments.
4358         * config/udi.exp: Remove.
4359         * config/vrtx.exp: Remove.
4360         * doc/overview.sgml: Update. Don't mention mondfe and xsh support.
4361         * doc/ref.sgml: Likewise.
4362         * doc/user.sgml: Likewise.
4363         * lib/mondfe.exp: Remove.
4364         * lib/xsh.exp: Likewise.
4365         * lib/remote.exp: Don't load mondfe.exp or xsh.exp.
4366         * packaging/pkg/prototype: Update.
4367         * NEWS: Update.
4369 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4371         * Makefile.am (rpmspec): Remove.
4372         (rpm): Additionally depend on dejagnu.spec.
4373         ($(PKGDIR)/dejagnu): New target that installs DejaGnu into this
4374         directory.  This saves duplicated code in the solpkg and hpdepot
4375         targets.
4376         (solpkg): Depend on $(PKGDIR)/dejagnu.
4377         (hpdepot): Likewise.
4378         * Makefile.in: Regenerate.
4380 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4382         * Makefile.am (RUNTEST, RUNTESTDEFAULTFLAGS): Remove.
4383         * Makefile.in: Regenerate.
4384         * testsuite/Makefile.am (CLEANFILES): Remove.
4385         (RUNTESTDEFAULTFLATS): Pass --srcdir and RUNTEST=$(RUNTEST).
4386         * testsuite/Makefile.in: Regenerate.
4388 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4390         * lib/util-defs.exp: Move from here ..
4391         * testsuite/lib/util-defs.exp: .. to here.
4392         * Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp.
4393         * Makefile.in: Regenerate.
4394         * testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp.
4395         * testsuite/Makefile.in: Regenerate.
4396         * doc/ref.sgml (File Map): Remove util-defs.exp.
4397         * packaging/pkg/prototype: Update file list.
4399 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4401         * NEWS: Document changes since 1.4.4.
4403 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4405         * example/Makefile.am (check-recursive): Remove target.
4406         * example/Makefile.in: Regenerate.
4408 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4410         * dejagnu.h: Conform with GNU coding standard.
4412 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4414         * Makefile.am (PKGING): Remove.
4415         (PACKAGING_METAFILES): Update accordingly.
4416         (CLEANFILES, check-DEJAGNU): Remove.
4417         (tarball): Remove; use `dist'.
4418         (deb): Update target recipe to use `make dist'.
4420 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4422         * Clean.tcl: Remove.
4424         * Makefile.am (SUBDIRS): Add testsuite, example directories.
4425         (EXTRA_DIST): Define.
4426         (pkgdata_SCRIPTS): Add lib/*.exp files.
4427         (DATE, TCLSH): Remove.
4428         (configdir, config_DATA, config_SCRIPTS): Define.
4429         (baseboarddir, baseboard_DATA, baseboard_SCRIPTS): Likewise.
4430         (pkgdata_DATA): Likewise.
4431         (djlibexecdir, djlibexec_SCRIPTS): Likewise.
4432         (PKGING, PACKAGING_METAFILES): New macros.
4433         (clean-local): Remove.
4434         (rpm): Depend on dist.
4435         (deb): Likewise.
4436         (dist-hook): Remove.
4437         (lib_dest, lib_files): Likewise.
4438         (baseboard_dest, baseboard_files): Likewise.
4439         (include_dest, config_dest, config_files): Likewise.
4440         (install-data-local): Likewise.
4441         (uninstall-local): Likewise.
4442         (site.exp): Likewise.
4443         * Makefile.in: Regenerate.
4445         * testsuite/Makefile.am (all, all-am, etcetera): Remove.
4446         (force): Likewise.
4447         (EXTRA_DIST): Define.
4448         (site.exp): Remove target.
4449         * testsuite/Makefile.in: Regenerate.
4450         * testsuite/libdejagnu/Makefile.am (EXTRA_DIST): Define.
4451         (noinst_PROGRAMS): Rename from this ..
4452         (check_PROGRAMS): .. to this.
4453         * testsuite/libdejagnu/Makefile.in: Regenerate.
4455         * doc/Makefile.am (man_MANS): Rename from this ..
4456         (dist_man_MANS): .. to this.
4457         (info_TEXINFOS): Define.
4458         (TARGETS): Remove overview.rtf.
4459         (EXTRA_DIST): Define.
4460         (%.rtf: %.sgml): Remove rule.
4461         (%.gif: %.fig): Likewise.
4462         (%.epsi: %.eps): Likewise.
4463         (%.eps: %.fig): Likewise.
4464         (clean, realclean, distclean): Remove.
4465         (install-docs): Don't install overview.rtf.
4466         * doc/Makefile.in: Regenerate.
4467         * doc/texinfo.tex: New file.
4469         * example/calc/Makefile.am (noinst_PROGRAMS): Rename from this ..
4470         (check_PROGRAMS): .. to this.
4471         (EXTRA_DIST): Add test cases and calc.1 man page.
4472         * example/calc/Makefile.in: Regenerate.
4473         * example/calc/aclocal.m4: Likewise.
4474         * example/calc/configure: Likewise.
4475         * example/calc/stamp-h.in: Remove.
4476         * example/hello/Makefile.am (bin_PROGRAMS): Rename from this ..
4477         (check_PROGRAMS): .. to this.
4478         (EXTRA_DIST): Define.
4479         * example/hello/Makefile.in: Regenerate.
4480         * example/hello/aclocal.m4: Likewise.
4481         * example/hello/configure: Likewise.
4482         * example/hello/testsuite/Makefile.am (EXTRA_DIST): Define.
4483         * example/hello/testsuite/Makefile.in: Regenerate.
4485 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4487         * configure.ac: Remove commented out code.
4488         * configure: Regenerate.
4490 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4492         * site.tmpl: Tidy.
4494 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4496         * INSTALL: Import latest version.
4497         * depcomp: Likewise.
4498         * install-sh: Likewise.
4499         * missing: Likewise.
4501 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4503         * configure.in: Rename from this ..
4504         * configure.ac: .. to this.  Require Autoconf 2.50.
4505         * Makefile.in: Regenerate.
4506         * doc/Makefile.in: Likewise.
4507         * example/Makefile.in: Likewise.
4508         * testsuite/Makefile.in: Likewise.
4509         * testsuite/libdejagnu/Makefile.in: Likewise.
4511 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4513         * lib/target.exp (prune_warnings): Add spaces where required in
4514         NetBSD warnings.  Supersedes a patch in pkgsrc's devel/dejagnu.
4516 2004-02-05  Ben Elliston  <bje@wasabisystems.com>
4518         * config.guess: Update to current revision.
4519         * config.sub: Likewise.
4521 2004-02-04  Ben Elliston  <bje@wasabisystems.com>
4523         * configure.in (AC_NO_EXECUTABLES): Remove.
4524         * configure: Rebuild with Autoconf 2.59.
4525         * acinclude.m4 (DJ_AC_STL): Quote macro name to appease aclocal.
4526         (DJ_AC_PATH_TCLSH): Likewise.
4527         (DJ_AC_PATH_DOCBOOK): Likewise.
4528         * aclocal.m4: Rebuild.
4529         * Makefile.in: Rebuild with Automake 1.8.2.
4530         * doc/Makefile.in: Likewise.
4531         * example/Makefile.in: Likewise.
4532         * testsuite/Makefile.in: Likewise.
4533         * testsuite/libdejagnu/Makefile.in: Likewise.
4535 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4537         Import orphaned patches from sources.redhat.com:
4539         2002-05-02  Fernando Nasser  <fnasser@redhat.com>
4540         * doc/dejagnu.texi: Document KFAIL and KPASS.
4542         2002-02-20  Richard Henderson  <rth@redhat.com>
4543         * lib/target.exp (prune_warnings): Revert early "In function"
4544         strip, as this breaks g++.dg tests.  Match dangerous regexp
4545         without the "In function" header.
4547         2002-02-09  Richard Henderson  <rth@redhat.com>
4548         * lib/target.exp (prune_warnings): Strip "In function" etc early.
4549         Adjust "dangerous" regexp for glibc's tmpnam warning.
4551         2001-09-10  Jim Blandy  <jimb@redhat.com>
4552         * baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script,
4553         so we get the version of the `outbyte' function that does console
4554         output in a way that GDB's rom68k target recognizes.  Note that
4555         the board can now do output.
4557         2000-04-25  Felix Lee  <flee@cygnus.com>
4558         * baseboards/tx39-sim.exp: Use idt, not dve linker script.  Delete
4559         misleading comments and null statements.
4561 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4563         * DejaGnu 1.4.4 released.
4565 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4567         * Makefile.am (tarball): Depend on book1.html, not overview.html.
4568         Don't echo needless messages. Portably copy the source tree to
4569         dejagnu-${VERSION}.  Portably copy documentation files from the
4570         source tree to the distribution directory.  Don't copy RPM-related
4571         files -- leave that to the rpm target.
4572         (snapshot): Remove target.
4573         (overview.html): Rename target from this ..
4574         (book1.htm): .. to this.
4575         (rpm): Portably copy tar file to SOURCES directory.
4576         (deb): Depend on book1.html, not overview.html.
4577         (dist-hook): Depend on book1.html, not overview.html.
4578         * Makefile.in: Rebuild.
4579         * doc/Makefile.am (TARGETS): Depend on book1.html.
4580         (book1.html): Depend on html/book1.html.
4581         (overview.dvi): Remove target.
4582         * doc/Makefile.in: Rebuild.
4584 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4586         * Clean.tcl: Run tclsh via /usr/bin/env for portability.
4587         (cleanfiles): Concatenate regular filenames that match .*.
4589 2004-01-12  Ben Elliston  <bje@wasabisystems.com>
4591         * baseboards/frv-sim.exp: Remove reference to devo/sim.
4593 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4595         * doc/overview: Remove all files.
4597 2003-12-03  Ben Elliston  <bje@wasabisystems.com>
4599         * testsuite/runtest.all/utils.test: Fix a test for proc find which
4600         assumed that "subsubfile1" would appear at the end of the returned
4601         list.  Adjust to use a more robust regular expression.
4603 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
4605         * doc/overview.sgml (version): Update.
4606         * doc/overview/installation.html: Likewise.
4608         * packaging/rpm/dejagnu.spec: Update version numbers throughout.
4609         * packaging/pkg/pkginfo: Likewise.
4610         * packaging/depot/dejagnu.psf: Likewise.
4612 2003-10-25  Ben Elliston  <bje@wasabisystems.com>
4614         * runtest.exp (frame_version): Bump version.
4615         * configure.in (AM_INIT_AUTOMAKE): Likewise.
4616         * configure: Regenerate.
4618 2003-10-16  Rob Savoye   <rob@welcomehome.org>
4620         * packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
4622 2003-10-13  Ben Elliston  <bje@wasabisystems.com>
4624         * baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
4626 2003-10-11  Corinna Vinschen  <vinschen@redhat.com>
4628         * baseboards/sh-sim.exp: New file.
4630 2003-10-11  Ben Elliston  <bje@wasabisystems.com>
4632         * NEWS: Tidy.
4633         * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
4635 2003-10-08  Ben Elliston  <bje@wasabisystems.com>
4637         * i960glue.c: Remove.
4638         * packaging/pkg/prototype: Remove i960glue.c.
4640 2003-10-07  Ben Elliston  <bje@wasabisystems.com>
4642         * contrib/README: Remove.
4643         * contrib/testit: Remove bitrotten script.
4644         * contrib/test-g++: Likewise.
4645         * contrib/test-tool: Likewise.
4647 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4649         * TODO: Tidy.
4650         * contrib/README: Bring up to date.
4652 2003-08-23  Corinna Vinschen  <vinschen@redhat.com>
4654         * config/sid.exp: Add gdb settings to use no hardware watchpoints.
4656 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4658         * README: Update section on reporting bugs.
4660 2003-08-22  Ben Elliston  <bje@wasabisystems.com>
4662         * lib/kermit.exp: Document procs.
4663         * lib/ftp.exp: Likewise.
4665 2003-08-19  Ben Elliston  <bje@wasabisystems.com>
4667         * contrib/testit: Run wish via /usr/bin/env for portability.
4669 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4671         * Makefile.am: Tidy comments and unused command lines.
4672         * Makefile.in: Regenerate.
4673         * testsuite/libdejagnu/Makefile.in: Likewise.
4675         * contrib/bluegnu2.0.3: Remove unsupported subtree.
4677 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4679         * MAINTAINERS: New file.
4681 2003-08-17  Ben Elliston  <bje@wasabisystems.com>
4683         * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
4684         * doc/Makefile.in: Regenerate.
4686 2003-08-16  Ben Elliston  <bje@wasabisystems.com>
4688         * doc/overview.sgml (overview): Start overhauling chapter.
4690         * doc/README.Writers: New document on style conventions.
4691         * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
4692         * doc/user.sgml: Likewise.
4693         * doc/overview.sgml: Likewise.
4694         * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
4696 2003-08-12  Ben Elliston  <bje@wasabisystems.com>
4698         * Makefile.am (tarball): Update path to dejagnu.spec.
4699         (rpmspec): Likewise.
4700         (deb): Likewise, update path to package metafiles.
4701         (solpkg): Likewise.
4702         (hpdepot): Likewise.
4703         * Makefile.in: Regenerate.
4704         * aclocal.m4: Likewise.
4705         * configure: Likewise.
4706         * doc/Makefile.in: Likewise.
4707         * example/Makefile.in: Likewise.
4708         * testsuite/Makefile.in: Likewise.
4709         * deb: Move from here ..
4710         * packaging/deb: .. to here.
4711         * redhat: Move from here ..
4712         * packaging/rpm: .. to here.
4713         * depot: Move from here ..
4714         * packaging/depot: .. to here.
4715         * pkg: Move from here ..
4716         * packaging/pkg: .. to here.
4718         * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
4719         (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
4720         * testsuite/libdejagnu/Makefile.in: Regenerate.
4722 2003-08-07  Ben Elliston  <bje@wasabisystems.com>
4724         * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
4725         to increment count rather than count++ as in C.
4727 2003-08-06  Ben Elliston  <bje@wasabisystems.com>
4729         * lib/remote.exp: Replace "TCL" with "Tcl".
4731 2003-07-30  Ben Elliston  <bje@wasabisystems.com>
4733         * doc/runtest.1: Replace "TCL" with "Tcl".
4734         Make last revision date current.
4736 2003-07-29  Ben Elliston  <bje@wasabisystems.com>
4738         * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
4739         URLs and other stylistic improvements.
4740         * doc/ref.sgml: Likewise.
4741         * doc/user.sgml: Likewise.
4743 2003-07-25  Mike Stump  <mrs@apple.com>
4745         * lib/target.exp (prune_warnings): Handle "nfs server .* not
4746         responding" and "nfs server .* is alive again".
4748 2003-07-20  Ben Elliston  <bje@wasabisystems.com>
4750         * config.guess: Update to most recent version.
4751         * config.sub: Ditto.
4752         * AUTHORS: Add self to list of maintainers.
4754 2003-07-25  Jim Dein  <jdein@deinji5.apple.com> (RIP)
4756         * lib/utils.exp (find): Fix double recursion bug.
4758 2002-02-25  Jackie Smith Cashion  <jsmith@redhat.com>
4760         * baseboards/am33_2.0-libremote.exp: New file.
4762 2000-11-21  Drew Moseley  <dmoseley@redhat.com>
4764         * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
4765         ASB2303 board.
4767 2000-08-10  Drew Moseley  <dmoseley@cygnus.com>
4769         * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
4770         ASB2303 board.
4772 2003-06-13  Phil Edwards <pme@devphil.com>
4774         * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
4775         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
4776         only -T[linker] instead of -Wl,-T[linker].
4778 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
4780         * lib/target.exp (prune_warnings): Add two more linker
4781         warning patterns for warnings generated by modern verions
4782         of NetBSD.
4784 2003-05-12  H.J. Lu <hongjiu.lu@intel.com>
4786         * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
4788 2003-05-09  H.J. Lu <hongjiu.lu@intel.com>
4790         * runtest: Fix a typo.
4792 2003-05-03  Nitin Dhavale <nitinpdhavale@indiatimes.com>
4794         * doc/user.sgml: Clarify how to set the verbose option.
4796 2003-03-28 Chris Demetriou <cgd@broadcom.com>
4798         * lib/framework.exp (check_conditional_xfail): Adjust so that
4799         an empty 'includes' list matches all sets of flags.
4800         * doc/dejagnu.texi: Document the above.
4801         * doc/ref.sgml: Likewise.
4803 2003-03-27  David Heine <dlheine@tensilica.com>
4805         * baseboards/xtensa-sim.exp: Fix a syntax error.
4807 2003-03-16  Rob Savoye  <rob@direwolf.welcomehome.org>
4809         * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
4810         than stomp on it. This is based on a patch from Brendan Conoboy
4811         <blc@redhat.com>.
4812         * Most files: Update copyright dates.
4814 2003-03-13  Mike Stump  <mrs@apple.com>
4816         * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
4817         help ensure uniqueness.
4819 2003-03-05  Alexandre Oliva  <aoliva@redhat.com>
4821         * lib/remote.exp (standard_download, standard_upload): Support
4822         nfsdir and nfsroot_server.
4824 See ChangeLog-1992 for earlier changes.