Revise usage messages to better fit GNU conventions
[dejagnu.git] / ChangeLog
blob91f6d574f85a791c56d1db70258f5e95ca597535
1 2021-04-01  Jacob Bachmeyer  <jcb@gnu.org>
3         PR47533
5         * dejagnu, commands/help.sh, commands/report-card.awk: Revise help
6         message to better fit GNU conventions, with thanks to Tom Tromey
7         for the reporting this issue.
9 2021-03-30  Jacob Bachmeyer  <jcb@gnu.org>
11         * configure: Regenerate.
13         * runtest.exp, configure.ac, doc/version.texi: Update version.
15 2021-03-26  Jacob Bachmeyer  <jcb@gnu.org>
17         PR47386
19         * testsuite/launcher.all/help.exp: Skip the tests on Solaris,
20         since Solaris man(1) does not accept explicit filenames.  The
21         manpages will be installed as usual, and the "dejagnu help"
22         command should work after installation.
24         Also set PAGER for testing, since other systems might also ignore
25         MANPAGER and that would cause the test to hang.
27         * testsuite/lib/launcher.exp (dejagnu_run): Send commands run and
28         copies of the output produced to the log.
30         * commands/help.sh: Extend PR47382 fix (below) to this file.
32         PR47385
34         * testsuite/lib/runtest.exp: Remove support for automatically
35         locating an Expect executable in the old Cygnus tree layout.
37 2021-03-25  Jacob Bachmeyer  <jcb@gnu.org>
39         PR47382
41         * dejagnu, runtest: Remove use of "$()" command substitution and
42         "$(())" arithmetic substitution shell constructs.  The /bin/sh on
43         Solaris 10 does not support them.  They were replaced with the
44         traditional backticks for command substitution and backticks and
45         the expr command for arithmetic substitution.
47         Also add markers to explicitly disable shellcheck warnings that
48         would lead to reintroducing these problems.
50         Also avoid the non-portable "`..."..."...`" construct on a warning
51         in the GNU Autoconf manual, section "Shell Substitutions",
52         although this introduces additional variables.
54 2021-03-22  Jacob Bachmeyer  <jcb@gnu.org>
56         * configure: Regenerate.
58         * runtest.exp, configure.ac, doc/version.texi: Update version.
60         * config.guess, config.sub: Import from upstream.
62         * MAINTAINERS: Acknowledge that Ben Elliston has left the project.
64 2021-03-15  Jacob Bachmeyer  <jcb@gnu.org>
66         * Makefile.am, Makefile.in: Update accordingly.
68         * contrib/compare_tests: Remove.  This file lacked a GPL notice.
69         This file was imported from GCC many years ago.  The GCC version
70         has benefited from continued development, while ours has not.
72         * testsuite/runtest.libs/load_lib.exp: Remove.  This file lacked a
73         GPL notice and an attempt to contact the contributor produced no
74         response.  The tests in this file will need to be rewritten in any
75         case; there is a bug in load_lib that they should expose and there
76         is now additional infrastructure for tests of this type that was
77         not available when this file was written.
79 2020-12-27  Jacob Bachmeyer  <jcb@gnu.org>
81         * testsuite/runtest.libs/libs.exp (process_test): Report running
82         test scripts as each test script is run.
83         Also, at top-level, sort the list of tests to run.
85         * doc/dejagnu.texi (testsuite procedure): Remove noise word "api"
86         from new "testsuite can call api" feature test API entrypoint.
87         * lib/framework.exp (testsuite_can): Likewise.
88         * testsuite/runtest.libs/testsuite_can.test: Likewise.
89         * NEWS: Likewise.
91 2020-12-16  Jacob Bachmeyer  <jcb@gnu.org>
93         * configure: Regenerate.
95         * configure.ac: Remove Tcl version check.
97         Apply patch from Nick Clifton:
99         * baseboards/msp430-sim.exp: Add missing copyright and GPL notice.
101         Apply patch from Dimitar Dimitrov:
103         * baseboards/pru-sim.exp: New file.
105         * Makefile.am (baseboard_DATA): Add pru-sim.exp to list.
106         * Makefile.in (baseboard_DATA): Likewise.
108 2020-12-15  Jacob Bachmeyer  <jcb@gnu.org>
110         * configure: Regenerate.
111         * Makefile.in: Regenerate.
113         * Makefile.am (RUNTEST): Explain override of Automake default.
115         * configure.ac: Update for autoconf 2.69 using autoupdate.
116         * configure.ac: Remove search for expect now handled by Automake.
118         Apply patch from Dimitar Dimitrov:
120         * Makefile.am (dejagnu_TEXINFOS): Change this...
121         * Makefile.am (doc_dejagnu_TEXINFOS): ...to this.
123         This fixes an incorrectly recorded dependency.
125 2020-11-17  Jacob Bachmeyer  <jcb@gnu.org>
127         PR44636 / PR44693
129         * doc/dejagnu.texi (Adding a new tool): Fix incorrect description
130         that conflated the tool init file with the target interface file.
131         (Make Check): Add cross-reference to the GNU Automake manual for
132         more details.
134 2020-11-10  Jacob Bachmeyer  <jcb@gnu.org>
136         PR44545
138         * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
139         Use [file normalize] to ensure that link targets are unambiguous.
140         (link_dejagnu_launcher_test_item): Avoid spurious errors when test
141         environment has already been prepared in a previous run.
143         * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
144         New procedure to collect existing repeated testsuite code.
145         * testsuite/launcher.all/command.exp: Establish testing
146         environment using link_dejagnu_launcher_test_item procedure.
148 2020-11-09  Jacob Bachmeyer  <jcb@gnu.org>
150         * aclocal.m4: Regenerate.
151         * configure: Regenerate.
152         * Makefile.in: Regenerate.
154         * configure.ac: Revert development version branch tagging hook.
155         * Makefile.am: Likewise.
157         These caused failures (reported in PR44462 as a secondary issue)
158         when a source tree is copied out of a Git directory.
160 2020-08-31  Jacob Bachmeyer  <jcb@gnu.org>
162         * doc/runtest.1: Add brief GFDL notice.  License notice in the
163         formatted manpage should now describe DejaGnu as a whole.
165         * NEWS: Prepare for release.
167 2020-08-18  Jacob Bachmeyer  <jcb@gnu.org>
169         * testsuite/runtest.libs/testsuite_file.test: Add missing
170         copyright and GPL notice.
171         * testsuite/runtest.libs/testsuite_can.test: Likewise.
172         * testsuite/runtest.libs/testcase_group.test: Likewise.
174 2020-08-12  Jacob Bachmeyer  <jcb@gnu.org>
176         * doc/dejagnu.texi (The dejagnu_h header file): Remove node.
177         (Running unit tests): Add node.
178         (DejaGnu unit test protocol): Add node.
179         (C unit testing API): Update to reflect current API.  Move mention
180         of dejagnu.h header here in preparation for future expanded
181         language support.
182         (C++ unit testing API): Likewise.  Mention caveat that the C unit
183         test API is also available in C++ programs.
185 2020-08-10  Jacob Bachmeyer  <jcb@gnu.org>
187         * baseboards/qemu.exp: Tidy whitespace.
189 2020-08-10  Jacob Bachmeyer  <jcb@gnu.org>
191         Merge patch from Kito Cheng to add support for RISC-V sim target.
193         * baseboards/riscv-sim.exp: New file.
194         * Makefile.am (baseboard_DATA): Add riscv-sim.exp.
195         * Makefile.in (baseboard_DATA): Likewise.
197 2020-08-02  Jacob Bachmeyer  <jcb@gnu.org>
199         * Makefile.am (TESTSUITE_FILES): Add files that were introduced
200         during development but were mistakenly not added at that time.
201         (baseboard_DATA): Sort baseboard file list.
202         (baseboard_DATA): Add missing files.
203         (dejagnu_TEXINFOS): New; add GNU FDL file.
204         (CONTRIB): Add experimental Python unit test module.
206         * Makefile.in (TESTSUITE_FILES): Likewise.
207         (baseboard_DATA): Likewise.
209         * testsuite/dejagnu.py:  Move from here...
210         * contrib/dejagnu.py: ...to here.
212 2020-08-02  Rob Savoye  <rob@senecass.com>
214         * Makefile.in: Regenerate so make dist works.
216 2020-07-25  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
218         * doc/dejagnu.texi (Writing a test case): Mention the DejaGnu
219         procedure "perror" instead of the Tcl command "error".
220         (Writing a test case): Reorganize node and give basic hints about
221         Tcl quoting and backslash escape rules.
222         (Writing a test case): Describe synchronization issues and warn
223         that prefixes of valid input can be presented for matching.
224         (Writing a test case): Fix markup from conversion from DocBook.
226 2020-07-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
228         PR42399
230         * NEWS: Document changes to host_execute.
232         * lib/dejagnu.exp (host_execute): Revise expect matching to
233         combine all unit test protocol lines into one pattern.
234         (host_execute): Rework other expect patterns.
235         (host_execute): Ensure that all output from child process is read
236         until the child closes its output to avoid sending early SIGPIPE.
237         (host_execute): Report an ERROR (and cause the next test to be
238         recorded as UNRESOLVED) if the Expect matching buffer overflows.
239         (host_execute): Remove dependency on global "text" variable.
241         * Makefile.am (TESTSUITE_FILES): Update.
243         * testsuite/runtest.main/stats.exp: Generalize infrastructure and
244         add tests for DejaGnu unit testing support.
245         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
246         New file.
247         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk:
248         New file.
250 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
252         PR42399
254         * Makefile.am (TESTSUITE_FILES): Update.
256         * lib/dejagnu.exp (host_execute): Allow the executable to be
257         specified with an absolute file name.
258         (host_execute): Fix argument handling to allow passing more than
259         one argument to the executable.  Return early if given no
260         arguments at all instead of trying to execute "./".
262         * testsuite/runtest.main/pr42399.exp: New file.
263         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399.awk:
264         New file.
265         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
266         New file.
268 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
270         * Makefile.am (CLEANFILES): Update.
271         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
273         * testsuite/lib/runtest.exp (runtest_setup_nested_testsuite): New
274         procedure.
275         (runtest_cleanup_nested_testsuite): New procedure.
277         * testsuite/runtest.main/error.exp: Use the tool name "error" to
278         select the proper subset of the nested testsuite.  Use new
279         procedures for handling nested testsuite.  Use common
280         nested-init.exp local init file for nested testsuite.  Let local
281         init file nested-init.exp handle setting "outdir" variable.
282         * testsuite/runtest.main/options.exp: Likewise; "null" tool.
283         * testsuite/runtest.main/stats.exp: Likewise; "stat" tool.
285         * testsuite/runtest.main/nested/: Combine nested testsuites.
286         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
287         Move from here...
288         * testsuite/runtest.main/nested/testsuite/error.test/error-al-dbz.exp:
289         ...to here.
290         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
291         Move from here...
292         * testsuite/runtest.main/nested/testsuite/error.test/error-dbz.exp:
293         ...to here.
294         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
295         Move from here...
296         * testsuite/runtest.main/nested/testsuite/error.test/error-undef.exp:
297         ...to here.
298         * testsuite/runtest.main/error/testsuite/error.test/simple.exp:
299         Move from here...
300         * testsuite/runtest.main/nested/testsuite/error.test/simple.exp:
301         ...to here.
302         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
303         Move from here...
304         * testsuite/runtest.main/nested/testsuite/null.test/null.exp:
305         ...to here.
306         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
307         Move from here...
308         * testsuite/runtest.main/nested/testsuite/stat.test/stats-sub.exp:
309         ...to here.
311 2020-07-16  Rob Savoye  <rob@senecass.com>
313         * baseboards/qemu.exp: Works now with qemu instead of sim.
315 2020-07-06  Rob Savoye  <rob@senecass.com>
317         * baseboards/qemu.exp: Initial working support to use qemu for
318         bare metal testing.
319         * Makefile.am: Install qemu.exp.
320         * autogen.sh: Add script borrowed from my Gnash project to
321         regenerate configure/build files.
322         * aclocal.m4, configure.ac, Makefile.am: regenerated GDB too.
323         * doc/dejagnu.texi: Update copyright date.
325 2020-06-29  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
327         PR 41824 / PR 41918
329         * NEWS: Add item for repeated error messages.
331         * lib/framework.exp (log_and_exit): Add separator lines around the
332         error dumps repeated at the end of a run.
334 2020-06-26  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
336         PR 41824 / PR 41918
338         * NEWS: Remove items for --keep_going / --no_keep_going options.
340         * Makefile.am (CLEANFILES): Adjust for renames.
341         (TESTSUITE_FILES): Likewise.
343         * doc/dejagnu.texi (Invoking runtest): Remove --keep_going and
344         --no_keep_going options.
345         (A POSIX Conforming Test Framework): Document that Tcl errors in
346         test scripts produce UNRESOLVED results as placeholders.
348         * doc/runtest.1: Likewise.
350         * lib/framework.exp (log_and_exit): Print collected Tcl errors.
352         * runtest.exp (dejagnu::error): New internal namespace.
353         (runtest): Collect Tcl errors caught while executing test scripts.
354         (dejagnu::opt): Remove internal namespace.
355         Remove --keep_going / --no_keep_going options.  No longer abort on
356         any Tcl errors; instead store them and repeat the messages at the
357         end of the run.
359         * testsuite/runtest.main/abort.exp: Rename from this ...
360         * testsuite/runtest.main/error.exp: ... to this and revise tests.
362         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
363         Rename from this...
364         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
365         ... to this.
366         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp:
367         Rename from this...
368         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
369         ... to this.
370         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
371         Rename from this...
372         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
373         ... to this.
375 2020-06-24  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
377         PR 41824 / PR 41918
379         * NEWS: Revise relevant items.
381         * doc/dejagnu.texi (Invoking runtest): Add --no_keep_going option.
382         * doc/runtest.1: Document --no_keep_going option.  Remove
383         long-obsolete --name option.  The --name option had been removed
384         from runtest before the code was imported into what became the
385         current repository.
387         * runtest.exp: Add option --no_keep_going to stop immediately if a
388         test script aborts due to a Tcl error.  Remove vestiges of
389         long-obsolete --name option.  Make --keep_going option default.
391         * testsuite/runtest.main/abort.exp: Adjust tests to use
392         --no_keep_going and --keep_going instead of assuming a default.
394 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
396         Merge patches from Maciej W. Rozycki to fix timeout handling.
398         * lib/remote.exp (close_wait_program): Use `catch' in killing
399         pending force-kills.
401         * lib/remote.exp (close_wait_program): Only kill the pending
402         force-kills if the PID list has a single entry.
403         (local_exec): Set the channel about to be closed to the
404         nonblocking mode if we didn't see an EOF.
405         (standard_close): Likewise, unconditionally.
407 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
409         * NEWS: Mention "linker=" option and added language support.
411         * doc/dejagnu.texi (target_compile procedure): Document new
412         "linker=" option to target_compile.
414         * lib/target.exp (default_target_compile): Actually use internal
415         option for separate linker provided for Go language support.  This
416         seems to have been accidentally omitted from Tom Tromey's patches.
417         (default_target_compile): Add "linker=" option, similar to
418         "compiler=" option, but the former overrides the latter when
419         building an executable.
420         (default_target_compile): Ensure that "--emit obj" is spaced from
421         previous item when used to compile Rust.  Use "--emit asm" instead
422         of "-S" when generating assembly from Rust sources.
424         * testsuite/runtest.libs/target.test: Add tests for Go and Rust.
425         Also add tests for the new "early_flags=" and "linker=" options.
427 2020-06-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
429         * doc/dejagnu.texi (Libgloss): Update menu.
430         (find_go procedure, find_go_linker procedure): New nodes.
431         (find_rustc procedure): New node.
433 2020-06-19  Tom Tromey  <tromey@adacore.com>
435         * doc/dejagnu.texi (target_compile procedure): Document Go
436         additions.
437         * lib/target.exp (default_target_compile): Handle Go.
438         * lib/libgloss.exp (find_go, find_go_linker): New procs.
440 2020-06-19  Tom Tromey  <tromey@adacore.com>
442         * doc/dejagnu.texi (target_compile procedure): Document rust
443         additions.
444         * lib/target.exp (default_target_compile): Handle rust.
445         * lib/libgloss.exp (find_rustc): New proc.
447 2020-06-19  Tom Tromey  <tromey@adacore.com>
449         * lib/target.exp (default_target_compile): Add early_flags.
450         * doc/dejagnu.texi (target_compile procedure): Document
451         early_flags.
453 2020-06-19  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
455         Merge patches from Tom de Vries <tdevries <at> suse.de> and write
456         ChangeLog entries.
458         * testsuite/runtest.main/abort.exp: Add tests that verify handling
459         of arithmetic errors (divide-by-zero) in a procedure called within
460         a test script.
462         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp: New file.
464 2020-06-18  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
466         PR 41824 / PR 41918
468         Thanks to Tom de Vries for raising these concerns and offering the
469         initial testsuite patch that led to these changes.
471         * NEWS: Add item for consistent abort-on-error handling.
473         * lib/framework.exp (unknown): Always link global variables.  Tidy.
474         Silently propagate errors raised in autoloaded procedures and move
475         the UNRESOLVED result and aborting the test run to...
476         * runtest.exp (runtest): Report an UNRESOLVED result if a test
477         script aborts due to a Tcl error.  Link global errorCode and
478         report its value if an error occurs.  For consistency, abort the
479         test run on any Tcl error in a test script instead of only when
480         calling an undefined procedure.
482         * testsuite/runtest.main/abort.exp: Add tests to verify handling
483         of arithmetic errors (divide-by-zero) in an auto-loaded procedure
484         called from a test script.  Adjust other patterns.
486         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
487         New file.
489 2020-06-17  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
491         PR 41824
493         * NEWS: Add item for --keep_going option.
495         * Makefile.am (CLEANFILES): Add abort-init.exp to list.
496         (TESTSUITE_FILES): Add new testsuite files to list.
498         * doc/dejagnu.texi (Invoking runtest): Document new --keep_going
499         command line option.
500         * doc/runtest.1: Likewise.
502         * lib/framework.exp (unknown): Report an UNRESOLVED result if an
503         unknown command is invoked.  Avoid exiting and propagate the error
504         from Tcl's "unknown" procedure if --keep_going was
505         specified. Brace procedure argument list.
506         * runtest.exp (dejagnu::opt): New namespace.
507         Add option --keep_going to continue running tests after a test
508         script aborts due to calling an undefined command.
510         * testsuite/runtest.main/abort.exp: New file.
511         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
512         New file.
513         * testsuite/runtest.main/abort/testsuite/abort.test/simple.exp:
514         New file.
516 2020-06-17  Tom de Vries  <tdevries <at> suse.de>
518         * lib/framework.exp (unknown): Propagate return value of auto-loaded
519         command.
521 2020-06-15  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
523         Merge patches from Linaro:
525         2018-09-28  Christophe Lyon <christophe.lyon@linaro.org>
526         * lib/ssh.exp (ssh_exec): Redirect stderr to stdout on the remote
527         machine, to avoid race conditions.
529         2016-04-25  Yvan Roux <yvan.roux@linaro.org>
530         * lib/rsh.exp (rsh_exec): Don't remove trailing newline.
531         * lib/ssh.exp (ssh_exec): Likewise.
533         2016-06-28  Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
534         * config/unix.exp (unix_load): Prepend the value of an
535         "exec_shell" board_info key to the command if it is defined.
537 2020-06-06  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
539         * NEWS: Document "testcase" command.
541         * doc/dejagnu.texi (testcase procedure): Document multiplex entry
542         point and "testcase group" command.
544         * lib/framework.exp: Add internal namespace ::dejagnu::group.
545         (::dejagnu::group::check_name): New procedure.
546         (::dejagnu::group::current): New procedure.
547         (::dejagnu::group::push): New procedure.
548         (::dejagnu::group::pop): New procedure.
549         (::dejagnu::group::pop_to_file): New procedure.
550         (testcase): New procedure for multiplex commands.
551         (testcase_group): New procedure implementing "testcase group".
553         * testsuite/runtest.libs/testcase_group.test: New file.
555 2020-06-05  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
557         * NEWS: Document new "testsuite can call api" command.
559         * doc/dejagnu.texi (testsuite procedure): Document new subcommand
560         "testsuite can call api".
562         * lib/framework.exp (testsuite): Add branch for "testsuite can".
563         (testsuite_can): New procedure implementing "testsuite can".
565         Add internal array ::dejagnu::apilist to store information for
566         "testsuite can call api" for querying the availability of an API
567         call.  This will allow test scripts to adapt and use new features
568         while still being able to run under older versions of DejaGnu.
570         * testsuite/runtest.libs/testsuite_can.test: New file.
572 2020-06-02  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
574         PR 41647
575         * NEWS: Fix typo.  Fix Emacs mode tag.
576         Document use of Tcl namespace ::dejagnu for internals.
577         * runtest.exp (dejagnu::command_line): New namespace.
578         (dejagnu::command_line::save_cmd_var): New procedure.
579         (dejagnu::command_line::restore_cmd_vars): New procedure.
580         (dejagnu::command_line::dump_cmd_vars): New procedure.
581         * runtest.exp: Save internal variables set by command line
582         arguments during the first pass and restore their values after
583         loading testsuite init files.
585 2020-06-01  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
587         PR 41647
588         * runtest.exp: Describe search for testsuite at verbose level 3.
589         Print initial working directory at verbose level 1.
591 2020-05-28  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
593         PR 41587
594         * testsuite/lib/launcher.exp: Adjust LAUNCHER variable default
595         value to use an absolute file name.
596         * testsuite/lib/report-card.exp: Likewise.
597         * testsuite/runtest.main/options.exp: Set outdir in options-init
598         instead of changing working directory in child runtest.
600         * runtest.exp (logname): Move verbose display of logname to
601         immediately after finding the user's login name.
603         PR 41585
604         * runtest.exp (libdir): Fix default value of global variable.
606         * ChangeLog: Tidy irregular indentation.
608 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
610         * doc/dejagnu.texi (target_compile procedure): Add documentation.
612 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
614         * doc/dejagnu.texi (target_link procedure): New stub node.
615         (default_link procedure): Document internal procedure.
616         (default_target_assemble procedure): Likewise.
617         (default_target_compile procedure): Likewise.
619 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
621         * baseboards/{aarch64-sim, arm-ice, arm-sim, basic-sid, iq2000-sim,
622         mn10300-sim, moxie-sim}.exp: Cleanup up whitespace.
624 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
626         * lib/target.exp (default_target_compile): Use "host_info"
627         procedure to probe for a host configuration, instead of checking a
628         local empty target_info array due to lacking "global target_info".
630 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
632         * doc/dejagnu.texi (Adding a new board): Document that the
633         "compiler" board_info field is optional and defaults to [find_gcc]
634         if not given.
635         (Board configuration file): Likewise.
637         * lib/target.exp (default_target_compile): Establish a default C
638         compiler by evaluating [find_gcc] if no other compiler is given.
640         * baseboards/aarch64-sim.exp: Remove no-longer-needed
641         "set_board_info compiler [find_gcc]" from this file.
642         * baseboards/am33_2.0-libremote.exp: Likewise.
643         * baseboards/androideabi.exp: Likewise.
644         * baseboards/arm-ice.exp: Likewise.
645         * baseboards/arm-sim.exp: Likewise.
646         * baseboards/cris-sim.exp: Likewise.
647         * baseboards/d30v-sim.exp: Likewise.
648         * baseboards/fr30-sim.exp: Likewise.
649         * baseboards/frv-sim.exp: Likewise.
650         * baseboards/gdbserver-sample.exp: Likewise.
651         * baseboards/iq2000-sim.exp: Likewise.
652         * baseboards/linux-gdbserver.exp: Likewise.
653         * baseboards/linux-libremote.exp: Likewise.
654         * baseboards/mcore-moto-sim.exp: Likewise.
655         * baseboards/mcore-sim.exp: Likewise.
656         * baseboards/mips-sim-idt32.exp: Likewise.
657         * baseboards/mips-sim-idt64.exp: Likewise.
658         * baseboards/mips-sim-mti32.exp: Likewise.
659         * baseboards/mips-sim-mti64.exp: Likewise.
660         * baseboards/mips-sim-mti64_64.exp: Likewise.
661         * baseboards/mips-sim-mti64_n32.exp: Likewise.
662         * baseboards/mips-sim-sde32.exp: Likewise.
663         * baseboards/mips-sim-sde64.exp: Likewise.
664         * baseboards/mips-sim.exp: Likewise.
665         * baseboards/mmixware-sim.exp: Likewise.
666         * baseboards/mn10200-sim.exp: Likewise.
667         * baseboards/mn10300-sim.exp: Likewise.
668         * baseboards/moxie-sim.exp: Likewise.
669         * baseboards/msp430-sim.exp: Likewise.
670         * baseboards/powerpc-sim.exp: Likewise.
671         * baseboards/powerpcle-sim.exp: Likewise.
672         * baseboards/rx-sim.exp: Likewise.
673         * baseboards/sh-sim.exp: Likewise.
674         * baseboards/sparc-sim.exp: Likewise.
675         * baseboards/sparc64-sim.exp: Likewise.
676         * baseboards/sparclite-sim-le.exp: Likewise.
677         * baseboards/sparclite-sim.exp: Likewise.
678         * baseboards/unix.exp: Likewise.
679         * baseboards/v850-sim.exp: Likewise.
680         * baseboards/visium-sim.exp: Likewise.
681         * baseboards/xtensa-sim.exp: Likewise.
683 2020-05-24  Rob Savoye  <rob@senecass.com>
685         * baseboards/pi.exp: New config file for cross testing to a
686         Raspberry PI.
688 2020-05-24  Tom Tromey  <tom@tromey.com>
690         * .gitignore: Add files.
692 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
694         * testsuite/runtest.libs/target.test: Use mockutil.tcl.
695         Collect loading DejaGnu libraries into a single loop.
696         Revise the mock board_info array.
697         Add section headings for different test groups in this file.
698         Add tests for default_target_compile in lib/target.exp.
699         * testsuite/runtest.libs/mockutil.tcl: New file.
701 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
703         * doc/dejagnu.texi (remote_exec procedure): Explicitly list
704         optional arguments instead of simply copying the Tcl argument list
705         or the remote_exec procedure.
707 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
709         * testsuite/runtest.libs/default_procs.tcl: Set sum_file to empty
710         string instead of opening a temporary file named .tmp.
711         * testsuite/runtest.libs/libs.exp: No longer need to remove .tmp.
713 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
715         * testsuite/runtest.libs/target.test: Rename fake "target_info"
716         array to a fake "board_info" array, to align with changes made to
717         the DejaGnu core on 29 January 1997 that moved the target
718         configuration data into the global board_info array.
720         * testsuite/runtest.libs/remote.test: Likewise.
722 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
724         * testsuite/runtest.libs/libs.exp: Use runtest_file_p to honor
725         requests to run only some library tests.
727 2020-05-18  Rob Savoye  <rob@senecass.com>
729         * configure.ac: Extract the current branch.
730         * Makefile.am: Change the frame_version in runtest.exp post
731         install to add the branch and git revision to make it easier to
732         support multiple versions during development.
734 2020-05-15  Rob Savoye  <rob@senecass.com>
736         * All files: Minor change, update copyright dates.
738 2019-03-08  Andrew Burgess  <andrew.burgess@embecosm.com>
740         * runtest.exp (search_and_load_file): Join the directory and
741         filename once using 'file join'.
743 2019-01-24  Jacob Bachmeyer  <jcb62281@gmail.com>
745         * doc/dejagnu.texi: Refill paragraphs and normalize inter-sentence
746         spacing so the Emacs move-by-sentence commands work correctly.
748 2019-01-23  Ben Elliston  <bje@gnu.org>
750         * doc/dejagnu.texi: Replace "config file" with "configuration
751         file" throughout.
753 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
755         * doc/dejagnu.texi (Command line option variables): Improve table
756         formatting to fix overlapping columns and revise text slightly.
758 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
760         * doc/dejagnu.texi (Global config file): Change example to use the
761         Tcl "switch" command instead of the deprecated "case" command.
763 2019-01-12  Jacob Bachmeyer  <jcb62281@gmail.com>
765         * doc/dejagnu.texi (runtest_file_p procedure): Fix description of
766         the structure of the "runtests" argument.
768 2019-01-12  Ben Elliston  <bje@gnu.org>
770         * doc/dejagnu.texi: Various documentation fixes.
772 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
774         * testsuite/runtest.libs/clone_output.test: Use new test harness
775         for verifying output of clone_output.
777         * testsuite/runtest.libs/default_procs.tcl (send_error): Roll into
778         template using store_test_output.
779         (send_log): Likewise.
780         (send_user): Likewise.
781         (clear_test_output): New proc.
782         (store_test_output): New proc.
784         * lib/framework.exp (clone_output): Actually send errors to the
785         error stream; bug found while improving testsuite.
787 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
789         * testsuite/runtest.libs/libs.exp (process_test): Handle blank
790         lines from child process correctly.
792 2019-01-02  Jacob Bachmeyer  <jcb62281@gmail.com>
794         * NEWS: Document report card.
796         * Makefile.am (clean-local): Add target.
797         (clean-local-check): Add target; mark as PHONY.
798         (commands_DATA): Add "report-card" scripts.
799         (dist_man_MANS): Add dejagnu-report-card.1 and split.
800         (DEJATOOL): Add "report-card" tool.
801         (TESTSUITE_FILES): Add testsuite for "report-card" tool.
803         * commands/report-card.awk: New command script.
805         * doc/dejagnu.texi (Invoking dejagnu report card): New node.
806         * doc/dejagnu-report-card.1: New man page.
808         * testsuite/lib/bohman_ssd.exp: New file.
809         * testsuite/lib/report-card.exp: New file.
810         * testsuite/report-card.all/onetest.exp: New file.
811         * testsuite/report-card.all/passes.exp: New file.
813 2019-01-02  Ben Elliston  <bje@gnu.org>
815         * Makefile.am (DISTCLEANFILES): Don't use this.
816         (CLEANFILES): Use this instead.
817         * Makefile.in: Regenerate.
819 2019-01-01  Ben Elliston  <bje@gnu.org>
821         * configure.ac: Abort if AWK is not installed.
822         * configure: Regenerate.
824 2019-01-01  Ben Elliston  <bje@gnu.org>
826         * config.guess: Update to latest version.
827         * config.sub: Likewise.
829 2019-01-01  Ben Elliston  <bje@gnu.org>
831         * configure.ac: Add AC_PROG_AWK check.
832         * configure: Regenerate.
834 2018-12-29  Jacob Bachmeyer  <jcb62281@gmail.com>
836         * dejagnu: Avoid use of semicolon as sed(1) command separator.
837         POSIX does not clearly require sed(1) to support that feature.
839 2018-12-28  Jacob Bachmeyer  <jcb62281@gmail.com>
841         * testsuite/lib/util-defs.exp: Whitespace clean up.
843 2018-12-21  Jacob Bachmeyer  <jcb62281@gmail.com>
845         PR 33817
846         * dejagnu: Improve command parsing to fix bug. Previously, the
847         documented equivalence between "multi word command" and
848         "multi-word-command" did not hold if no arguments were given.
849         * testsuite/launcher.all/command.exp: Add tests.
851 2018-12-20  Ben Elliston  <bje@gnu.org>
853         * NEWS: Add item for new dejagnu command.
855         * Makefile.am (EXTRA_DIST): Remove $(XML).
856         * Makefile.in: Regenerate.
858 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
860         * Makefile.am (EXTRA_DIST): Add "dejagnu" launcher script and
861         contents of $(commands_DATA).
862         (bin_SCRIPTS): Add "dejagnu" launcher script.
863         (commandsdir): Installation directory for "dejagnu" subcommands is
864         $(pkgdatadir)/commands.
865         (commands_DATA): New, contains "commands/help.sh" as initial item.
866         (TESTSUITE_FILES): Add testsuite for same.
867         (DEJATOOL): Add "launcher" to list of tools to test.
868         (dist_man_MANS): Add man pages for "dejagnu" and "dejagnu help".
870         * doc/dejagnu.texi (Running other DejaGnu commands): New chapter.
871         (Invoking dejagnu): New node for dejagnu(1) launcher script.
872         (Invoking dejagnu help): New node.
874         * doc/dejagnu.1: New man page.
875         * doc/dejagnu-help.1: New man page.
877         * dejagnu: New script.
879         * commands/help.sh: New dejagnu subcommand for reading manpages.
881         * testsuite/launcher.all/command.exp: New file.
882         * testsuite/launcher.all/command/commands/bar-baz.awk: New file.
883         * testsuite/launcher.all/command/commands/bar.awk: New file.
884         * testsuite/launcher.all/command/commands/bar.sh: New file.
885         * testsuite/launcher.all/command/commands/baz-quux.gawk: New file.
886         * testsuite/launcher.all/command/commands/foo.sh: New file.
887         * testsuite/launcher.all/command/commands/foo.tcl: New file.
888         * testsuite/launcher.all/help.exp: New file.
889         * testsuite/launcher.all/interp.exp: New file.
890         * testsuite/launcher.all/verbose.exp: New file.
891         * testsuite/lib/launcher.exp: New file.
893 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
895         * doc/dejagnu.texi (bt procedure): Fix Info links.
897 2018-12-17  Ben Elliston  <bje@gnu.org>
899         * doc/dejagnu.texi (Board config file): Fix up @ref.
900         (Command line option variables): Likewise.
901         (Debugging Procedures): Add an entry for 'bt' command.
903 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
905         * runtest.exp: Move processing of -V|--version option to first
906         pass through command line arguments instead of delaying it.
908 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
910         * Makefile.am (RUNTESTDEFAULTFLAGS): Remove; no longer needed.
911         * Makefile.in: Regenerate.
913 2018-12-15  Ben Elliston  <bje@gnu.org>
915         * doc/dejagnu.texi (telnet Procedure): Remove old node.
916         (rlogin Procedure): Likewise.
917         (rsh Procedure): Likewise.
918         (tip Procedure): Likewise.
919         (kermit Procedure): Likewise.
920         (list_targets Procedure): Likewise.
921         (prune_system_crud): Likewise.
923 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
925         * testsuite/runtest.libs/default_procs.tcl (send_error): New stub.
926         (send_user): Likewise.
927         * testsuite/runtest.libs/clone_output.test: Remove unneeded global
928         variable link at top-level.
929         * testsuite/runtest.libs/utils.test: Adjust absolute path to
930         config.status.
931         * testsuite/runtest.libs/clone_output.test: Use preset srcdir,
932         subdir, and objdir variables instead of extracting them from argv.
933         Remove setval.tmp, which is now obsolete.
934         * testsuite/runtest.libs/config.test: Likewise.
935         * testsuite/runtest.libs/remote.test: Likewise.
936         * testsuite/runtest.libs/target.test: Likewise.
937         * testsuite/runtest.libs/testsuite_file.test: Likewise.
938         * testsuite/runtest.libs/utils.test: Likewise.
940         * testsuite/lib/libsup.exp (make_defaults_file): Replace this ..
941         (send_defaults): .. with this.
942         (start_expect): Remove redundant code.
944         * testsuite/runtest.libs/libs.exp: Eliminate setval.tmp file.
945         Remove unneeded test for EXPECT global variable.
946         Use one Expect subprocess to run all test cases.
947         (process_test): Redesign to use Expect subprocess and to use
948         throwaway slave interpreters for running test cases.
950 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
952         * testsuite/lib/runtest.exp (runtest_start): Remove.
953         Move the sanity check in runtest_start to top-level and similarly
954         check to ensure that $EXPECT can be found.  Make failure of either
955         sanity check an immediate fatal error.
956         Improve error messages for sanity checks to indicate which
957         critical tool was not found.  Remove useless 'global RUNTEST'
958         command at top-level.
959         (runtest_version): Brace 'if' expression.
961 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
963         * testsuite/lib/runtest.exp: Use 'testsuite file' to locate the
964         default runtest executable instead of implicitly searching PATH.
965         Remove unused RUNTESTFLAGS Tcl variable.
967 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
969         * testsuite/lib/runtest.exp (runtest_start): Remove unused global
970         variable links.
972 2018-12-14  Jacob Bachmeyer  <jcb62281@gmail.com>
974         * lib/framework.exp (log_summary): Remove "testcnt" mechanism.
975         * testsuite/lib/libsup.exp: Remove obsolete "testcnt" variable.
977 2018-12-12  Ben Elliston  <bje@gnu.org>
979         * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,
980         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/rlogin.exp,
981         lib/telnet.exp, runtest.exp, testsuite/lib/libsup.exp: Simplify
982         some regular expressions in constant strings by placing them
983         inside braces instead of quotes. This allows one level of
984         backslash quoting to be removed.
986 2018-12-12  Ben Elliston  <bje@gnu.org>
988         * doc/dejagnu.texi: Acknowledge contributions to the manual from
989         others.
991 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
993         * testsuite/runtest.all/libs.exp: Use "testsuite file" command.
994         * testsuite/runtest.all/load_lib.exp: Likewise.
995         * testsuite/runtest.all/stats.exp: Likewise.
997         * testsuite/runtest.all/stats.exp: Write local init file as
998         "stats-init.exp" for status summary tests.  Use --local_init
999         option to runtest to load that file instead of site.exp and move
1000         the inner test module to a nested testsuite.
1001         * testsuite/runtest.all/stats-sub.exp: Move file from here ..
1002         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
1003         .. to here.
1005         * testsuite/runtest.all/options.exp: Clean up whitespace in file.
1006         Wrap lines in test list and move short items to beginning of list.
1007         Write local init file as "options-init.exp" for options tests.
1008         Use --local_init option with nested runtest to load that file
1009         instead of site.exp; also create an empty nested testsuite.  Local
1010         init file arranges for inner runtest processes to run in a
1011         subdirectory in the object tree to eliminate filename clashes.
1012         Set tmpdir if not already set and remove entire temporary
1013         directory after running options tests.
1014         * testsuite/runtest.all/options/testsuite/null.test/null.exp: New.
1016         * testsuite/runtest.all/clone_output.test: Move from here ..
1017         * testsuite/runtest.libs/clone_output.test: .. to here.
1018         * testsuite/runtest.all/config.test: Move from here ..
1019         * testsuite/runtest.libs/config.test: .. to here.
1020         * testsuite/runtest.all/default_procs.tcl: Move from here ..
1021         * testsuite/runtest.libs/default_procs.tcl: .. to here.
1022         * testsuite/runtest.all/libs.exp: Move from here ..
1023         * testsuite/runtest.libs/libs.exp: .. to here.
1024         * testsuite/runtest.all/load_lib.exp: Move from here ..
1025         * testsuite/runtest.libs/load_lib.exp: .. to here.
1026         * testsuite/runtest.all/remote.test: Move from here ..
1027         * testsuite/runtest.libs/remote.test: .. to here.
1028         * testsuite/runtest.all/target.test: Move from here ..
1029         * testsuite/runtest.libs/target.test: .. to here.
1030         * testsuite/runtest.all/testsuite_file.test: Move from here ..
1031         * testsuite/runtest.libs/testsuite_file.test: .. to here.
1032         * testsuite/runtest.all/topdir/subdir1/subfile1: Move from here ..
1033         * testsuite/runtest.libs/topdir/subdir1/subfile1: .. to here.
1034         * testsuite/runtest.all/topdir/subdir1/subfile2: Move from here ..
1035         * testsuite/runtest.libs/topdir/subdir1/subfile2: .. to here.
1036         * testsuite/runtest.all/topdir/subdir1/subsubdir1/subsubfile1:
1037         Move from here ..
1038         * testsuite/runtest.libs/topdir/subdir1/subsubdir1/subsubfile1:
1039         .. to here.
1040         * testsuite/runtest.all/topdir/subdir2/subfile2: Move from here ..
1041         * testsuite/runtest.libs/topdir/subdir2/subfile2: .. to here.
1042         * testsuite/runtest.all/utils.test: Move from here ..
1043         * testsuite/runtest.libs/utils.test: .. to here.
1044         * testsuite/runtest.libs/utils.test: Update references to
1045         "runtest.all".
1047         * testsuite/runtest.all/options.exp: Move from here ..
1048         * testsuite/runtest.main/options.exp: .. to here.
1049         * testsuite/runtest.all/options/testsuite/null.test/null.exp: Move
1050         from here ..
1051         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
1052         .. to here.
1053         * testsuite/runtest.all/stats.exp: Move from here ..
1054         * testsuite/runtest.main/stats.exp: .. to here.
1055         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
1056         Move from here ..
1057         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
1058         .. to here.
1060         * Makefile.am (DISTCLEANFILES): Update for testsuite improvements.
1061         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
1062         * Makefile.in: Regenerate.
1064 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1066         * doc/dejagnu.texi: Clean up whitespace.  Some indented examples
1067         were changed to use the Texinfo '@ ' command (yes, a space
1068         character) to preserve correct indentation.  The '@ ' command is
1069         treated as a single space by Tex and makeinfo, but prevents Emacs
1070         from complaining about indentation using spaces instead of tabs.
1072 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1074         * doc/dejagnu.texi (getdirs procedure): Document hard-coded
1075         directory exclusions by name in this procedure.
1077 2018-12-10  Ben Elliston  <bje@gnu.org>
1079         * doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl
1080         glob patterns, not "shell wildcard characters" per se.
1082         * doc/dejagnu.texi (istarget procedure): Remove stray @{.
1084 2018-12-10  Jacob Bachmeyer  <jcb62281@gmail.com>
1086         * doc/dejagnu.texi (Writing a test case): Add warning about
1087         priority of Expect patterns, complete with example.
1088         * testsuite/runtest.all/libs.exp (process_test): Fix bug that
1089         caused test results other than "PASS" to be skipped if a "PASS" is
1090         further along in the input buffer.  Describe problem in manual.
1091         (process_test): Ensure that the log file shows each test case run.
1092         (process_test): Directly run the test cases instead of using
1093         temporary files and "cat".  All output is always available in the
1094         log file, which is no longer overwritten by other tests.
1095         (process_test): Expect END markers from test case scripts.
1096         * testsuite/runtest.all/clone_output.test: Emit END markers.
1097         * testsuite/runtest.all/config.test: Likewise.
1098         * testsuite/runtest.all/remote.test: Likewise.
1099         * testsuite/runtest.all/target.test: Likewise.
1100         * testsuite/runtest.all/testsuite_file.test: Likewise.
1101         * testsuite/runtest.all/utils.test: Likewise.
1103 2018-12-10  Ben Elliston  <bje@gnu.org>
1105         * lib/utils.exp (grep): Use a proper Tcl list for options.
1107 2018-12-10  Ben Elliston  <bje@gnu.org>
1109         * testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir.
1111         * lib/utils.exp (getdirs): Use glob -nocomplain rather than glob
1112         and catching the "no files matched glob pattern" error
1113         message. Catching the error message was the wrong thing to do
1114         because the foreach loop then iterates over each word in the error
1115         message as if they were matches.
1117 2018-12-10  Ben Elliston  <bje@gnu.org>
1119         * testsuite/runtest.all/utils.test (getdirs): Add a test for the
1120         non-existent directory case.
1122 2018-12-10  Ben Elliston  <bje@gnu.org>
1124         * runtest.exp: Remove unnecessary quotes and braces around
1125         variable expansions.
1127         * lib/debugger.exp (dumpvars): Remove unnecessary braces.
1129 2018-12-09  Ben Elliston  <bje@gnu.org>
1131         * runtest.exp (setup_target_hook): Use 'ne' and not '!='.
1132         (iterate_target_variants_two): Likewise.
1133         * lib/remote.exp (standard_download): Use 'eq' not '=='.
1134         (remote_upload): Likewise.
1135         * lib/framework.exp (open_logs): Likewise.
1136         (is_remote): Likewise.
1138 2018-12-09  Ben Elliston  <bje@gnu.org>
1140         * baseboards/basic-sid.exp, baseboards/basic-sim.exp,
1141         baseboards/i386-sid.exp, baseboards/mt-sid.exp,
1142         baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp,
1143         config/gdb_stub.exp, config/sim.exp, config/unix.exp,
1144         config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp,
1145         lib/framework.exp, lib/kermit.exp, lib/libgloss.exp,
1146         lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp,
1147         lib/utils.exp, testsuite/lib/libsup.exp,
1148         testsuite/runtest.all/options.exp,: Remove unnecessary braces
1149         around variable expansions.
1151 2018-12-09  Ben Elliston  <bje@gnu.org>
1153         * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp,
1154         lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp,
1155         lib/target.exp, lib/tip.exp, lib/utils.exp, runtest.exp: Remove
1156         unnecessary quotes and braces around variable expansions.
1158 2018-12-09  Ben Elliston  <bje@gnu.org>
1160         * config/gdb-comm.exp: Remove unnecessary quotes.
1161         * config/gdb_stub.exp: Likewise.
1162         * config/vxworks.exp: Likewise.
1163         * config/unix.exp: Likewise.
1164         * config/sim.exp: Likewise.
1166 2018-12-09  Ben Elliston  <bje@gnu.org>
1168         * testsuite/lib/libsup.exp: Remove unnecessary quotes around
1169         variable expansions.
1170         * testsuite/lib/util-defs.exp: Likewise.
1172 2018-12-09  Ben Elliston  <bje@gnu.org>
1174         * baseboards/androideabi.exp: Remove unnecessary quotes and braces
1175         around variable expansions.
1176         * baseboards/basic-sid.exp: Likewise.
1177         * baseboards/cris-sim.exp: Likewise.
1178         * baseboards/generic-sim.exp: Likewise.
1179         * baseboards/mcore-moto-sim.exp: Likewise.
1180         * baseboards/multi-sim.exp: Likewise.
1182 2018-12-08  Ben Elliston  <bje@gnu.org>
1184         * NEWS: Tweak.
1186 2018-12-08  Ben Elliston  <bje@gnu.org>
1188         * lib/dejagnu.exp (host_execute): Remove unnecessary quotes around
1189         variable expansions.
1190         * testsuite/runtest.all/clone_output.test: Likewise.
1191         * testsuite/runtest.all/target.test: Likewise.
1192         * testsuite/runtest.all/stats.exp: Likewise.
1193         * testsuite/runtest.all/remote.test: Likewise.
1194         * testsuite/runtest.all/config.test: Likewise.
1195         * testsuite/runtest.all/default_procs.tcl: Likewise.
1196         * testsuite/runtest.all/libs.exp: Likewise.
1197         * testsuite/runtest.all/options.exp: Likewise.
1199 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1201         * NEWS: Document 'testsuite' command.
1202         * doc/dejagnu.texi (testsuite procedure): Document multiplex entry
1203         point and "testsuite file" command.
1204         * lib/framework.exp (testsuite): New proc for multiplex commands.
1205         (testsuite_file): New proc implementing "testsuite file".
1206         * testsuite/runtest.all/testsuite_file.test: New file.
1207         * runtest.exp: Expect to find testsuite in ${srcdir}/testsuite,
1208         but also search $srcdir itself.
1209         (load_lib): Add explicit search for testsuite-local libraries.
1210         (load_tool_init): Use $testsuitedir in search.
1211         (load_config): Use $testsuitedir instead of $srcdir.
1212         (load_tool_target_config): Likewise.
1214         Add variable "testsuitedir" for testsuite root directory.
1216         Add internal global variables "testbuilddir" and "testdir" for use
1217         by "testsuite file".
1219         Ensure that $testsuitedir, $testbuilddir, and $objdir also avoid
1220         duplicated path delimiters.
1222         Add warning if no tests are found and fallback method of searching
1223         $srcdir is used.
1225 2018-12-08  Ben Elliston  <bje@gnu.org>
1227         * testsuite/lib/libsup.exp (start_expect): Brace commands in if
1228         expressions.
1229         * testsuite/lib/util-defs.exp (util_test): Likewise.
1230         * testsuite/runtest.all/stats.exp: Likewise.
1231         * testsuite/runtest.all/libs.exp: Likewise.
1233 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1235         * testsuite/runtest.all/default_procs.tcl:
1236         (lib_errpat_test, lib_errregexp_test, lib_err_test): New.
1237         (lib_regexp_test): Fix copy-paste-edit error.
1238         (lib_pat_test, lib_regexp_test, lib_ret_test, lib_bool_test):
1239         Fix handling of errors raised by tested procedure.  Also ensure
1240         proper quoting of argument lists passed to eval and simplify
1241         the logic for producing return values.
1243 2018-12-08  Ben Elliston  <bje@gnu.org>
1245         * config/vxworks.exp (${board}_init): Use 'ne' instead of !=.
1247 2018-12-08  Ben Elliston  <bje@gnu.org>
1249         * lib/tip.exp (tip_open): Put braces around if expression.
1251 2018-12-08  Ben Elliston  <bje@gnu.org>
1253         * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp,
1254         lib/remote.exp, lib/framework.exp, lib/dg.exp, config/vxworks.exp,
1255         config/sim.exp, config/gdb_stub.exp, config/aarch64-fv8.exp,
1256         baseboards/vr4300-sim.exp, baseboards/vr4111-sim.exp,
1257         baseboards/vr4100-sim.exp, baseboards/sh-sid.exp,
1258         baseboards/mt-sid.exp, baseboards/mips-sim.exp,
1259         baseboards/mips-sim-idt64.exp, baseboards/mips-sim-idt32.exp,
1260         baseboards/i386-sid.exp, baseboards/arm-sim.exp,
1261         baseboards/arm-ice.exp, baseboards/androideabi.exp,
1262         testsuite/runtest.all/utils.test,
1263         testsuite/runtest.all/target.test: Replace string literal
1264         comparisons using == and != with 'eq' and 'ne'.
1266 2018-12-08  Ben Elliston  <bje@gnu.org>
1268         * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp,
1269         lib/rsh.exp, lib/rlogin.exp, lib/remote.exp, lib/libgloss.exp,
1270         lib/framework.exp, lib/dg.exp, lib/dejagnu.exp,
1271         config/vxworks.exp, config/unix.exp, config/sim.exp,
1272         config/gdb_stub.exp, config/gdb-comm.exp, config/adb.exp,
1273         baseboards/multi-sim.exp, baseboards/cris-sim.exp,
1274         baseboards/basic-sim.exp, baseboards/basic-sid.exp,
1275         baseboards/androideabi.exp, testsuite/runtest.all/load_lib.exp,
1276         testsuite/libdejagnu/tunit.exp: Replace empty string comparisons
1277         using == and != with 'eq' and 'ne'.
1279 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1281         * testsuite/runtest.all/default_procs.tcl (lib_bool_test): New.
1282         (lib_regexp_test): New.
1283         (lib_pat_test): Brace "if" conditions.
1284         (lib_pat_test): Remove spurious quotes in debugging output.
1285         (run_tests): Add support for comments in lists of procedure tests.
1287         * testsuite/runtest.all/config.test: Adjust to use run_tests
1288         procedure. Fixes issue cited in FIXME comment.
1290         * testsuite/runtest.all/utils.test (getdirs tests): Fix these.
1291         The old tests had the sense of the return value from lib_pat_test
1292         inverted and were failing but reported PASS.
1293         (find tests, relative_filename tests, runtest_file_p tests):
1294         Adjust to use run_tests procedure.
1296 2018-12-07  Ben Elliston  <bje@gnu.org>
1298         * doc/dejagnu.texi: Add more missing material.
1300 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1302         * testsuite/runtest.all/default_procs.tcl (lib_ret_test): Tidy.
1303         (run_tests): Replace implicit "eval" with explicit "eval".  Tidy.
1304         (verbose): Remove unnecessary quotes.
1306 2018-12-06  Ben Elliston  <bje@gnu.org>
1308         * doc/dejagnu.texi: Add more missing material.
1310 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1312         * testsuite/runtest.all/default_procs.tcl: Whitespace clean up.
1313         (lib_pat_test): Handle an argument list instead of only a single
1314         argument for the procedure under test.
1315         (lib_ret_test): Likewise.
1316         * testsuite/runtest.all/utils.test: Whitespace clean up.
1317         Adjust to pass argument lists for improved lib_pat_test.
1318         * testsuite/runtest.all/clone_output.test: Likewise.
1320 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1322         * lib/remote.exp (standard_load): Fix typo on empty string.
1323         * runtest.exp: Adjust expression to follow GNU conventions.
1324         * lib/utils.exp (diff): Fix mistake in replacing [string compare]
1325         with "eq" instead of "ne".
1326         * testsuite/runtest.all/config.test: Likewise.
1328 2018-12-06  Ben Elliston  <bje@gnu.org>
1330         * runtest.exp: Replace [string match] commands involving literal
1331         strings and variables known to not be Tcl glob patterns with eq
1332         and ne.
1333         * config/unix.exp: Likewise.
1334         * lib/debugger.exp: Likewise.
1335         * lib/dg.exp: Likewise.
1336         * lib/framework.exp: Likewise.
1337         * lib/remote.exp: Likewise.
1338         * lib/utils.exp: Likewise.
1339         * baseboards/androideabi.exp: Likewise.
1340         * baseboards/multi-sim.exp: Likewise.
1341         * testsuite/lib/util-defs.exp: Likewise.
1342         * testsuite/runtest.all/config.test: Likewise.
1344 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1346         * testsuite/runtest.all/utils.test: Add Tcl mode marker for Emacs.
1347         * testsuite/runtest.all/target.test: Likewise.
1348         * testsuite/runtest.all/remote.test: Likewise.
1349         * testsuite/runtest.all/config.test: Likewise.
1350         * testsuite/runtest.all/clone_output.test: Likewise.
1352 2018-12-06  Ben Elliston  <bje@gnu.org>
1354         * runtest.exp: Replace '==' with 'eq' for string compares.
1355         Likewise, replace '!=' with 'ne'. Replace a few instances of
1356         [string length $str] == 0 with $str eq "".
1357         * config/gdb-comm.exp: Likewise.
1358         * lib/dg.exp: Likewise.
1359         * lib/framework.exp: Likewise.
1360         * lib/libgloss.exp: Likewise.
1361         * lib/remote.exp: Likewise.
1362         * lib/target.exp: Likewise.
1363         * lib/utils.exp: Likewise.
1365 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1367         * runtest.exp: Replace archaic use of [string match] with "eq".
1369 2018-12-06  Ben Elliston  <bje@gnu.org>
1371         * doc/dejagnu.texi (compile Procedure): Remove old node.
1372         (archive Procedure): Likewise.
1373         (ranlib Procedure): Likewise.
1375 2018-12-06  Ben Elliston  <bje@gnu.org>
1377         * doc/dejagnu.texi (rsh procedure): Fix node connectivity.
1379 2018-12-06  Ben Elliston  <bje@gnu.org>
1381         * lib/telnet.exp (telnet_open): Remove connectmode global.
1382         * doc/dejagnu.texi (Procedures For Remote Communication): Remove
1383         mention of connectmode.
1385 2018-12-05  Ben Elliston  <bje@gnu.org>
1387         * doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete
1388         node.
1390 2018-12-05  Ben Elliston  <bje@gnu.org>
1392         * doc/dejagnu.texi: Add more missing material.
1394 2018-12-05  Ben Elliston  <bje@gnu.org>
1396         * testsuite/runtest.all/utils.test: Test runtest_file_p.
1398 2018-12-05  Jacob Bachmeyer  <jcb62281@gmail.com>
1400         * runtest.exp (load_config): Remove unused globals.
1401         (load_generic_config): Likewise.
1402         (load_board_description): Likewise.
1403         (load_base_board_description): Likewise.
1405 2018-12-05  Ben Elliston  <bje@gnu.org>
1407         * lib/utils.exp (grep): Handle -n.
1408         * doc/dejagnu.texi (grep procedure): Document it.
1409         * testsuite/runtest.all/utils.test: Add a test case.
1410         * NEWS: Add an item.
1412 2018-12-05  Ben Elliston  <bje@gnu.org>
1414         * testsuite/runtest.all/utils.test: Test diff.
1416 2018-12-04  Ben Elliston  <bje@gnu.org>
1418         * testsuite/runtest.all/utils.test: Test grep.
1420 2018-12-04  Ben Elliston  <bje@gnu.org>
1422         * testsuite/runtest.all/utils.test (which): Fail on the else path,
1423         don't pass in either case.
1425 2018-12-04  Ben Elliston  <bje@gnu.org>
1427         * doc/dejagnu.texi (Libgloss): Improve documentation.
1428         (Debugging Procedures): Likewise.
1430 2018-12-04  Ben Elliston  <bje@gnu.org>
1432         * lib/debugger.exp (dumprocs): Fix proc comment.
1434 2018-12-04  Ben Elliston  <bje@gnu.org>
1436         * doc/dejagnu.texi (Utility Procedures): Improve documentation for
1437         the procedures in this section.
1439 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1441         * NEWS: Document new relative_filename procedure and --local_init/
1442         --global_init command line options.
1444 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1446         * lib/utils.exp (relative_filename): New proc.
1447         * runtest.exp: Use it.
1448         * doc/dejagnu.texi (relative_filename procedure): Document it.
1449         * testsuite/runtest.all/utils.test: Add tests for relative_filename.
1451 2018-12-03  Ben Elliston  <bje@gnu.org>
1453         * dejagnu.h (TestState): Remove const char * variants of pass(),
1454         xpass(), fail(), xfail(), untested(), unresolved() for C++. A
1455         const char * will be implicitly converted to std::string.
1457 2018-12-03  Ben Elliston  <bje@gnu.org>
1459         * doc/dejagnu.texi: Move 'Built-in Procedures' node up a level,
1460         removing the 'Reference' node and chapter. Make all subsubsections
1461         in this chapter unnumbered subheadings.
1463 2018-12-03  Jacob Bachmeyer  <jcb62281@gmail.com>
1465         * doc/dejagnu.texi: Fix Info node links.  The arguments to @node
1466         are: here, next, previous, up; not here, previous, next, up.
1468 2018-12-03  Ben Elliston  <bje@gnu.org>
1470         * Makefile.am (EXTRA_DIST): Use $(TEXINFO_TEX), not a hardcoded
1471         doc/texinfo.tex. With thanks to Jacob Bachmeyer.
1472         * Makefile.in: Regenerate.
1474 2018-12-03  Ben Elliston  <bje@gnu.org>
1476         * Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex.
1477         (EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise
1478         prevents the distribution of the overridden texinfo.tex.
1479         * Makefile.in: Regenerate.
1480         * texinfo.tex: Move from here ..
1481         * doc/texinfo.tex: .. to here.
1483 2018-12-03  Ben Elliston  <bje@gnu.org>
1485         * lib/framework.exp (isremote): Add verbose message.
1487 2018-12-02  Ben Elliston  <bje@gnu.org>
1489         * lib/framework.exp (isremote): Pass $board to is_remote.
1491 2018-12-02  Ben Elliston  <bje@gnu.org>
1493         * doc/fdl.texi: New.
1494         * doc/dejagnu.texi (Variable Index): New.
1495         Add more concept index entries.
1496         (GNU Free Documentation License): New appendix.
1498 2018-12-02  Ben Elliston  <bje@gnu.org>
1500         * doc/dejagnu.texi (Procedure Index): New. Add Texinfo function
1501         index (@findex) entries for every built-in procedure.
1503 2018-12-02  Ben Elliston  <bje@gnu.org>
1505         * doc/dejagnu.texi: Start an index.
1507 2018-12-02  Ben Elliston  <bje@gnu.org>
1509         * doc/version.texi: New.
1511 2018-12-02  Ben Elliston  <bje@gnu.org>
1513         * doc/dejagnu.texi: Add title page and frontmatter. Include
1514         version.texi.
1515         * Makefile.in: Regenerate.
1516         * mdate-sh: Installed by automake --add-missing.
1518 2018-12-02  Ben Elliston  <bje@gnu.org>
1520         * doc/dejagnu.texi (diff procedure): Tidy up this node.
1522 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1524         * runtest.exp (hex): Remove useless test before setting.
1525         (decimal): Likewise.
1527 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1529         * doc/dejagnu.texi (Invoking runtest): Document new --local_init
1530         and --global_init command line options.
1531         * doc/runtest.1: Likewise.
1533         * runtest.exp: Remove useless tests before setting default values
1534         for variables: all_flag, binpath, debug, options, outdir, reboot,
1535         tracelevel, verbose, log_dialog.  They are set before loading any
1536         files or parsing the command line.
1538         * runtest.exp: Add options --local_init and --global_init for
1539         selecting alternate testsuite configuration files.
1541         * runtest.exp: Split variable "configfile" into "local_init_file"
1542         and "global_init_file" in preparation for adding command-line
1543         options to specify these independently.
1545         * runtest.exp (load_generic_config): Remove configfile global.
1546         (load_board_description): Likewise.
1547         (load_base_board_description): Likewise.
1549 2018-11-30  Ben Elliston  <bje@gnu.org>
1551         * lib/utils.exp (grep): Remove reference to "NULL" in comment.
1552         * testsuite/lib/util-defs.exp (util_start): Likewise.
1554 2018-11-30  Ben Elliston  <bje@gnu.org>
1556         * doc/dejagnu.texi: (verbose procedure): Improve documentation.
1557         (load_lib procedure): Likewise.
1559 2018-11-30  Ben Elliston  <bje@gnu.org>
1561         * doc/dejagnu.texi: More clean-ups of built-in proc documentation.
1563 2018-11-30  Ben Elliston  <bje@gnu.org>
1565         * runtest.exp: Use isremote.
1566         * lib/target.exp: Likewise.
1567         * lib/remote.exp: Likewise.
1568         * lib/libgloss.exp: Likewise.
1569         * config/unix.exp: Likewise.
1570         * config/sim.exp: Likewise.
1571         * config/gdb_stub.exp: Likewise.
1572         * config/gdb-comm.exp: Likewise.
1573         * baseboards/basic-sim.exp: Likewise.
1574         * baseboards/androideabi.exp: Likewise.
1576 2018-11-30  Ben Elliston  <bje@gnu.org>
1578         * lib/framework.exp (isremote): New.
1579         * doc/dejagnu.texi (isremote procedure): Document it.
1580         * NEWS: Mention isremote.
1582 2018-11-30  Ben Elliston  <bje@gnu.org>
1584         * texinfo.tex: Update to latest upstream version.
1585         * INSTALL: Likewise.
1587 2018-11-29  Ben Elliston  <bje@gnu.org>
1589         * lib/framework.exp (istarget, ishost, istarget): Set the argument
1590         default value to the empty string.
1591         * doc/dejagnu.texi (find procedure): Remove reference to "NULL".
1592         (getenv procedure): Re-word this node.
1593         (isbuild procedure): Update.
1594         (ishost procedure): Likewise.
1595         (istarget procedure): Likewise.
1596         * testsuite/runtest.all/config.test: Add test cases.
1598 2018-11-28  Ben Elliston  <bje@gnu.org>
1600         * config.guess: Update to latest version.
1601         * config.sub: Likewise.
1603 2018-11-28  Ben Elliston  <bje@gnu.org>
1605         * NEWS: Update.
1606         * configure.ac: Update version number.
1607         * configure: Regenerate.
1608         * doc/dejagnu.texi: Update version number.
1609         * runtest.exp: Update version number.
1611 2018-11-28  Ben Elliston  <bje@gnu.org>
1613         * Makefile.am (TESTSUITE_FILES): Update filenames.
1614         * Makefile.in: Regenerate.
1616 2018-11-28  Ben Elliston  <bje@gnu.org>
1618         * NEWS: Update.
1620         * doc/dejagnu.texi: Tidy up (fill) some paragraphs.
1622 2018-11-25  Jacob Bachmeyer  <jcb62281@gmail.com>
1624         * lib/framework.exp: Clean up whitespace.
1626 2018-11-25  Ben Elliston  <bje@gnu.org>
1628         * config/gdb-comm.exp: Clean up whitespace.
1629         * config/gdb_stub.exp: Likewise.
1630         * config/sid.exp: Likewise.
1631         * config/sim.exp: Likewise.
1632         * config/unix.exp: Likewise.
1634 2018-11-23  Ben Elliston  <bje@gnu.org>
1636         * doc/dejagnu.texi (getdirs procedure): Improve documentation
1637         including documenting the -all option.
1638         (find procedure): Fix a typo.
1639         * lib/utils.exp (getdirs): Improve comments.
1641 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1643         * runtest.exp: Ensure that multipass pass variables are always
1644         restored.  Previously, they were only restored if the "Go digging
1645         for tests" branch was taken near the end of runtest.exp.
1647 2018-11-22  Ben Elliston  <bje@gnu.org>
1649         * doc/dejagnu.texi (Customizing DejaGnu): Document error handling
1650         of the $DEJAGNU environment variable (see change below).
1652 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1654         * runtest.exp: Raise error if $DEJAGNU is defined but not found.
1656 2018-11-15  Jacob Bachmeyer  <jcb62281@gmail.com>
1658         * runtest.exp (load_tool_init): Search for tool init file instead
1659         of assuming exactly one location.
1661 2018-11-15  Ben Elliston  <bje@gnu.org>
1663         * runtest.exp (load_lib): Whitespace fix.
1665 2018-11-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1667         * lib/ssh.exp: Clean up whitespace.
1668         * lib/remote.exp: Clean up whitespace.
1669         (remote_expect): Change literal tab to "\t" in regexp.
1671 2018-11-05  Ben Elliston  <bje@gnu.org>
1673         * config.guess: Update to latest version.
1674         * config.sub: Likewise.
1676 2018-11-02  Ben Elliston  <bje@gnu.org>
1678         * Makefile.in: Regenerate.
1680 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1682         * Makefile.am (DEJATOOL): List tools in testsuite.
1683         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1684         * testsuite/config/default.exp: Rename from this ...
1685         * testsuite/lib/runtest.exp: ... to this.
1686         (runtest_exit): Remove spurious "close". This was causing per-tool
1687         testing to fail, since the testsuite for "runtest" never actually
1688         uses "spawn", so "close" ends up closing exp0, which is the
1689         terminal.  The ${tool}_exit proc is not called if the --tool
1690         option is not given, so this had no effect earlier.
1691         * testsuite/lib/libdejagnu.exp: New empty file.
1693 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1695         * runtest.exp (load_tool_init): Add message indicating the
1696         expected location of the tool init file.
1698 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1700         * contrib/sum2junit.sh (failures): Fix typo.
1702 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1704         * configure.ac (DEJAGNU): Add comments.
1706 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1708         * Makefile.am (DEJATOOL): List tools in testsuite.
1709         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1710         * testsuite/config/default.exp: Rename from this ...
1711         * testsuite/lib/runtest.exp: ... to this.
1712         (runtest_exit): Remove spurious "close".  This was causing
1713         per-tool testing to fail, since the testsuite for "runtest" never
1714         actually uses "spawn", so "close" ends up closing exp0, which is
1715         the terminal.  The ${tool}_exit proc is not called if the --tool
1716         option is not given, so this had no effect earlier.
1717         * testsuite/lib/libdejagnu.exp: New empty file.
1719 2018-10-30  Ben Elliston  <bje@gnu.org>
1721         * Makefile.am (DISTCLEANFILES): Add testrun.xml.
1722         * Makefile.in: Regenerate with Automake 1.15.1.
1723         * aclocal.m4: Likewise.
1725 2018-10-30  Ben Elliston  <bje@gnu.org>
1727         * configure.ac (AC_CONFIG_SUBDIRS): Remove.
1728         * configure: Regenerate.
1730 2018-10-29  Ben Elliston  <bje@gnu.org>
1732         * README (Documentation): Update.
1734 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1736         * lib/framework.exp (record_test): Really fix message formatting.
1738 2018-10-29  Ben Elliston  <bje@gnu.org>
1740         Reported by Jacob Bachmeyer.
1741         * testsuite/runtest.all/utils.test: Fix missing end quote.
1743 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1745         * lib/framework.exp (record_test): Fix message formatting.
1747 2018-07-20  Ben Elliston  <bje@gnu.org>
1749         * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings.
1750         * contrib/mysql/sum2xml.sh: Likewise.
1752 2018-07-20  Ben Elliston  <bje@gnu.org>
1754         * contrib/compare_tests: Eliminate Shellcheck warnings.
1755         * contrib/mysql/sum2xml.sh: Likewise.
1757 2018-07-20  Ben Elliston  <bje@gnu.org>
1759         * compile, depcomp, install-sh: Latest upstream versions.
1761 2018-07-20  Ben Elliston  <bje@gnu.org>
1763         * contrib/sum2junit.sh: Eliminate some Shellcheck warnings.
1765 2018-07-19  Ben Elliston  <bje@gnu.org>
1767         * runtest: Use POSIX 'command', not 'type', to look for the Expect
1768         binary. Silences Shellcheck warning SC2039 ("In POSIX sh, 'type'
1769         is undefined").
1771 2018-07-19  Ben Elliston  <bje@gnu.org>
1773         * config.guess: Update to latest version.
1774         * config.sub: Likewise.
1776 2018-07-06  Richard Biener  <rguenther@suse.de>
1778         * lib/remote.exp (close_wait_program): Use separate kill command
1779         for each pid.
1781 2017-10-16  Ben Elliston  <bje@gnu.org>
1783         * NEWS: Start a new section for the next release.
1784         * configure.ac (AC_INIT): Update version number.
1785         * configure: Regenerate.
1786         * runtest.exp (frame_version): Update version number.
1787         * doc/dejagnu.texi: Likewise.
1788         * doc/runtest.1: Update datestamp.
1790 2017-10-16  Ben Elliston  <bje@gnu.org>
1792         * config.guess: Update to version 2017-09-26.
1793         * config.sub: Likewise.
1795 2017-09-13  Ben Elliston  <bje@gnu.org>
1797         * lib/framework.exp (open_logs): Set XML version to 1.1.
1798         (xml_tag): Skip valid whitespace chars (0x9, 0xA, 0xD). Include
1799         missing 'x' in escape sequence.
1801 2017-08-29  Ben Elliston  <bje@gnu.org>
1803         Revert these changes:
1805         2016-04-25  Ben Elliston  <bje@gnu.org>
1807         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1809         2016-04-24  Ben Elliston  <bje@gnu.org>
1811         * lib/utils.exp (unsetenv): Remove proc.
1812         * doc/dejagnu.texi: Update documentation.
1813         * NEWS: Update.
1815 2017-08-19  Ben Elliston  <bje@gnu.org>
1817         * lib/framework.exp (xml_tag): Escape all of the non-printable
1818         control characters (ASCII codes 1 to 31 inclusive).
1820 2017-08-18  Tom Tromey  <tom@tromey.com>
1822         * runtest.exp: Fix --directory matching.
1824 2017-08-15  Ben Elliston  <bje@gnu.org>
1826         * lib/framework.exp (xml_tag): New proc.
1827         (log_summary): Use it.
1828         (record_test): Likewise.
1830 2017-08-15  Ben Elliston  <bje@gnu.org>
1832         * lib/framework.exp (open_logs): Set .xml filename correctly.
1833         * runtest.exp: Remove xml_file_name var.
1834         (usage): Update --xml option to not take an argument.
1835         (load_tool_init): Likewise.
1836         * doc/dejagnu.texi (Invoking runtest): Update documentation.
1837         * doc/runtest.1: Likewise.
1839 2017-08-01  Ben Elliston  <bje@gnu.org>
1841         * runtest.exp (usage): Improve --strace message.
1843 2017-08-01  Ben Elliston  <bje@gnu.org>
1845         * runtest.exp (usage): --reboot doesn't take a 'name' parameter.
1847 2017-06-04  Ben Elliston  <bje@gnu.org>
1849         * lib/target.exp (push_target): Remove unnecessary global command.
1850         * testsuite/runtest.all/target.test: Overhaul tests.
1852 2017-06-04  Ben Elliston  <bje@gnu.org>
1854         * testsuite/runtest.all/remote.test: Remove cruft from yesteryear.
1856 2017-06-04  Tom de Vries  <tom@codesourcery.com>
1858         * testsuite/runtest.all/target.test: Remove list_targets test.
1860 2017-06-04  Tom de Vries  <tom@codesourcery.com>
1862         * testsuite/runtest.all/libs.exp (process_test): Dump entire
1863         output when there's no reportable output.
1864         * testsuite/runtest.all/remote.test (load_lib): New proc.
1865         * testsuite/runtest.all/target.test (load_lib): Same.
1867 2017-03-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1869         * lib/remote.exp (remote_download): Add logging message when
1870         source and destination file differ in name.
1872 2016-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1874         * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
1876 2016-06-28  Ben Elliston  <bje@gnu.org>
1878         * aclocal.m4, Makefile.in: Regenerate with automake 1.15.
1879         * configure: Regenerate.
1881 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1883         * configure.ac, dejagnu.h, runtest, runtest.exp,
1884         baseboards/am33_2.0-libremote.exp, baseboards/androideabi.exp,
1885         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
1886         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
1887         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
1888         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
1889         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
1890         baseboards/i386-sid.exp, baseboards/iq2000-sim.exp,
1891         baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp,
1892         baseboards/linux-libremote.exp, baseboards/m68k-sid.exp,
1893         baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp,
1894         baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp,
1895         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp,
1896         baseboards/mips-sim-mti32.exp, baseboards/mips-sim-mti64.exp,
1897         baseboards/mips-sim-mti64_64.exp,
1898         baseboards/mips-sim-mti64_n32.exp, baseboards/mips-sim-sde32.exp,
1899         baseboards/mips-sim-sde64.exp, baseboards/mips-sim.exp,
1900         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
1901         baseboards/mn10300-sim.exp, baseboards/moxie-sim.exp,
1902         baseboards/mt-sid.exp, baseboards/multi-sim.exp,
1903         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
1904         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
1905         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
1906         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
1907         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
1908         baseboards/unix.exp, baseboards/v850-sim.exp,
1909         baseboards/visium-sim.exp, baseboards/vr4100-sim.exp,
1910         baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp,
1911         baseboards/xtensa-sim.exp, lib/debugger.exp, lib/dejagnu.exp,
1912         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/remote.exp,
1913         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
1914         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
1915         testsuite/config/default.exp, testsuite/lib/libsup.exp,
1916         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
1917         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
1918         testsuite/runtest.all/stats-sub.exp,
1919         testsuite/runtest.all/stats.exp, config/adb.exp,
1920         config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp,
1921         config/sid.exp, config/sim.exp, config/unix.exp,
1922         config/vxworks.exp: Update copyright date for 2016.
1924 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1926         * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp,
1927         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
1928         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
1929         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
1930         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
1931         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
1932         baseboards/generic-sim.exp, baseboards/i386-sid.exp,
1933         baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp,
1934         baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp,
1935         baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp,
1936         baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp,
1937         baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp,
1938         baseboards/mips-sim-idt64.exp, baseboards/mips-sim.exp,
1939         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
1940         baseboards/mn10300-sim.exp, baseboards/mt-sid.exp,
1941         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
1942         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
1943         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
1944         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
1945         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
1946         baseboards/unix.exp, baseboards/v850-sim.exp,
1947         baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp,
1948         baseboards/vr4300-sim.exp, baseboards/xtensa-sim.exp,
1949         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
1950         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
1951         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
1952         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
1953         testsuite/config/default.exp, testsuite/lib/libsup.exp,
1954         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
1955         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
1956         testsuite/runtest.all/options.exp,
1957         testsuite/runtest.all/stats-sub.exp,
1958         testsuite/runtest.all/stats.exp, config/default.exp,
1959         config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp,
1960         config/sim.exp, config/unix.exp, config/vxworks.exp, configure.ac,
1961         dejagnu.h, runtest, runtest.exp: Use condensed years in copyright
1962         statement.
1964 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1966         * doc/runtest.1: Use condensed years in copyright statement.
1968 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1970         * runtest: Quote paths. Use test -z, -n for clarity.
1972 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1974         * config/adb.exp (adb_exec) Improve verbose message.
1976 2016-06-03  Jim Wilson  <jim.wilson@linaro.org>
1978         * baseboards/aarch64-sim.exp: New file.
1979         * Makefile.am (baseboard_DATA): Add aarch64-sim.exp.
1980         * Makefile.in: Regenerate.
1981         * lib/libgloss.exp (libgloss_link_flags): Map aarch64* to aarch64.
1983 2016-04-26  Ben Elliston  <bje@gnu.org>
1985         * doc/dejagnu.texi: Fill more paragraphs.
1987 2016-04-25  Ben Elliston  <bje@gnu.org>
1989         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1991 2016-04-24  Ben Elliston  <bje@gnu.org>
1993         * lib/utils.exp (unsetenv): Remove proc.
1994         * doc/dejagnu.texi: Update documentation.
1995         * NEWS: Update.
1997 2016-04-19  Nick Clifton  <nickc@redhat.com>
1999         * baseboards/msp430-sim.exp: New file.
2000         * Makefile.am (baseboard_DATA): Add msp430-sim.exp.
2001         * Makefile.in: Regenerate.
2003 2016-04-18  Ben Elliston  <bje@gnu.org>
2005         * runtest: Remove quoting in final exec command.
2007 2016-04-17  Ben Elliston  <bje@gnu.org>
2009         * lib/remote.exp: Load ssh.exp lib.
2011 2016-04-17  Ben Elliston  <bje@gnu.org>
2013         * lib/rsh.exp (rsh_open): Fix description comment.
2015 2016-04-17  Ben Elliston  <bje@gnu.org>
2017         Reported by shellcheck.
2018         * runtest: Use $((..)) not `expr ..` and defensively double quote
2019         shell variables.
2021 2016-04-17  Ben Elliston  <bje@gnu.org>
2023         * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.
2024         * Makefile.in: Regenerate.
2026 2016-04-17  Ben Elliston  <bje@gnu.org>
2028         Reported by shellcheck.
2029         * runtest: Use $((..)) not `expr ..`.
2031 2016-04-17  Ben Elliston  <bje@gnu.org>
2033         * configure.ac (AC_INIT): Update version number.
2034         * configure: Regenerate.
2035         * runtest.exp (frame_version): Update version number.
2036         * doc/dejagnu.texi: Likewise.
2038 2016-04-17  Ben Elliston  <bje@gnu.org>
2040         * NEWS: Start a new section for the next release.
2042 2016-04-15  Ben Elliston  <bje@gnu.org>
2044         * Makefile.am (CONTRIB): Add new contrib scripts.
2045         * Makefile.in: Regenrate.
2047 2016-04-15  Ben Elliston  <bje@gnu.org>
2049         * lib/ssh.exp (ssh_exec): Handle regexp return status.
2051 2016-04-13  Ben Elliston  <bje@gnu.org>
2053         * lib/rsh.exp (rsh_exec): Improve verbose message.
2054         * lib/ssh.exp (ssh_exec): Likewise.
2055         * config/adb.exp: Likewise.
2057 2016-04-13  Ben Elliston  <bje@gnu.org>
2059         * runtest.exp: Improve --version (-v) output.
2060         * testsuite/runtest.all/options.exp: Update test case.
2062 2016-04-13  Christophe Lyon  <christophe.lyon@linaro.org>
2064         * lib/rsh.exp (rsh_exec): Handle regexp return status.
2066 2016-04-08  Ben Elliston  <bje@gnu.org>
2068         Reported by Faraz Shahbazker.
2069         * doc/dejagnu.texi (Global config file): Fix broken @node.
2070         (Local config file): Likewise.
2072 2016-04-07  Ben Elliston  <bje@gnu.org>
2074         * lib/remote.exp (remote_exec): Join cd $remotedir and $program on
2075         the command line with ';' and not &&.
2077 2016-04-07  Ben Elliston  <bje@gnu.org>
2079         Reported by Faraz Shahbazker.
2080         * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node.
2082 2016-04-06  Yvan Roux  <yvan.roux@linaro.org>
2084         * lib/remote.exp (remnote_download): Create a remote directory if
2085         needed and use it.
2086         (remote_exec): Execute program inside remotedir when it exists.
2087         (standard_load): Set remotedir board field if not present.
2088         * config/unix.exp (unix_load): Handle remotedir in board field.
2089         (remotedir): Set board info field.
2090         * doc/dejagnu.texi (Board File Values): Document remotedir.
2092 2016-04-06  Ben Elliston  <bje@gnu.org>
2094         * doc/dejagnu.texi (Global config file): Put before node 'Local
2095         config file'.
2097 2016-04-05  Ben Elliston  <bje@gnu.org>
2099         * runtest.exp: Remove defunct and undocumented --tool_root option.
2101 2016-04-04  Ben Elliston  <bje@gnu.org>
2103         * doc/dejagnu.texi: More overhauling.
2105 2016-04-04  Ben Elliston  <bje@gnu.org>
2107         * lib/targetdb.exp (set_board_info): Improve comment.
2108         (add_board_info): Likewise.
2110 2016-04-04  Ben Elliston  <bje@gnu.org>
2112         * NEWS: Add some more detail.
2114 2016-04-04  Ben Elliston  <bje@gnu.org>
2116         * site.tmpl: Delete.
2117         * Makefile.am (EXTRA_DIST): Remove site.tmpl.
2118         * Makefile.in: Regenerate.
2120 2016-04-03  Ben Elliston  <bje@gnu.org>
2122         * doc/dejagnu.texi: More overhauling.
2124 2016-04-03  Ben Elliston  <bje@gnu.org>
2126         * runtest.exp: Document the magical handling of -D[01].
2128 2016-04-03  Ben Elliston  <bje@gnu.org>
2130         * doc/runtest.1: Do not document obsolete --status option. It is
2131         still accepted for compatibility, but does nothing.
2133 2016-04-03  Ben Elliston  <bje@gnu.org>
2135         * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
2137 2016-04-03  Ben Elliston  <bje@gnu.org>
2139         * doc/runtest.1 (OPTIONS): Sort options.
2141 2016-04-03  Ben Elliston  <bje@gnu.org>
2143         * doc/dejagnu.texi: More overhauling.
2145 2016-04-02  Ben Elliston  <bje@gnu.org>
2147         * doc/dejagnu.texi: Fill paragraphs.
2149 2016-04-02  Ben Elliston  <bje@gnu.org>
2151         * doc/dejagnu.texi: Fix capitalisation of procedure names
2152         throughout.  Use Tcl syntax in procedure prototypes, not C syntax.
2154 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
2156         * contrib/mysql/create-db.sql: New file.
2157         * contrib/mysql/importxml.sh: Likewise.
2158         * contrib/mysql/make-datafile.sh: Likewise.
2159         * contrib/mysql/plot.sh: Likewise.
2160         * contrib/mysql/README: Likewise.
2161         * contrib/mysql/sum2xml.sh: Likewise.
2163 2016-04-02  Ben Elliston  <bje@gnu.org>
2165         * config.guess: Update to version 2016-04-02.
2166         * config.sub: Update to version 2016-03-30.
2168 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
2170         * contrib/sum2junit.sh: New.
2172 2016-04-01  Ben Elliston  <bje@gnu.org>
2174         * doc/dejagnu.texi (connprocs): Document new SSH procs.
2176 2016-03-31  Rob Savoye  <rob.savoye@linaro.org>
2178         * lib/ssh.exp: New.
2179         * NEWS: Update.
2181 2016-03-30  Ben Elliston  <bje@gnu.org>
2183         * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,
2184         lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp,
2185         runtest.exp: Fix spelling errors in comments.
2187 2016-03-30  Ben Elliston  <bje@gnu.org>
2189         * lib/remote.exp (remote_expect): Use perror not send_user.
2191 2016-03-29  Ben Elliston  <bje@gnu.org>
2193         * lib/remote.exp (remote_expect): Fix spelling error.
2195 2016-03-29  Rob Savoye  <rob.savoye@linaro.org>
2197         * runtest.exp: Only print "searching for <test name>" message at
2198         verbose level >= 2 -- too much noise.
2200 2016-03-29  Ben Elliston  <bje@gnu.org>
2202         * texinfo.tex: Update to latest master version.
2203         * INSTALL: Likewise.
2205 2016-03-29  Ben Elliston  <bje@gnu.org>
2207         * runtest.exp: More fixes identified by the Frink static analyser.
2208         * lib/dg.exp: Likewise.
2209         * config/adb.exp: Likewise.
2210         * config/vxworks.exp: Likewise.
2211         * baseboards/androideabi.exp: Likewise.
2212         * baseboards/basic-sid.exp: Likewise.
2213         * baseboards/multi-sim.exp: Likewise.
2215 2016-03-28  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2217         * dg.exp (dg-do): Do not change the previously selected action if
2218         a de-selected dg-do is encountered.
2220 2016-03-28  Ben Elliston  <bje@gnu.org>
2222         * lib/framework.exp (check_xml): Remove unused proc.
2224 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2226         * lib/dmucs.exp: New.
2228 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2230         * lib/libgloss.exp (find_g++): Look for xgcc++ to use the freshly
2231         built compiler, then look in the path.
2233 2016-03-28  Ben Elliston  <bje@gnu.org>
2235         * lib/utils.exp (which): Don't exclude symbolic links--Debian's
2236         /bin/which doesn't. Modern systems rely too heavily on symbolic
2237         links (eg. alternatives).
2239 2016-03-28  Ben Elliston  <bje@gnu.org>
2241         * baseboards/multi-sim.exp: Indent properly.
2243 2016-03-28  Ben Elliston  <bje@gnu.org>
2245         * lib/rlogin.exp (rlogin_open): Return -1 if unable to spawn
2246         rlogin. Identified by Frink.
2248 2016-03-28  Ben Elliston  <bje@gnu.org>
2250         * runtest.exp: Use 'array exists' for testing array existence
2251         rather than 'info exists'.
2253 2016-03-28  Ben Elliston  <bje@gnu.org>
2255         * runtest.exp: Fixes identified by the Frink static analyser:
2256           (1) use -- in switch commands for safety,
2257           (2) remove unreachable return commands after error commands,
2258           (3) replace abbreviated "info proc" with "info procs",
2259           (4) use -- in unset commands for safety where the variable name
2260               is itself a variable.
2261         * lib/dg.exp: Likewise.
2262         * lib/debugger.exp: Likewise.
2263         * lib/framework.exp: Likewise.
2264         * lib/remote.exp: Likewise.
2265         * lib/target.exp: Likewise.
2266         * lib/targetdb.exp: Likewise.
2267         * lib/telnet.exp: Likewise.
2268         * lib/utils.exp: Likewise.
2270 2016-03-28  Ben Elliston  <bje@gnu.org>
2272         * Makefile.am: Remove references to Docbook and friends.
2273         * configure.ac: Likewise.
2274         * Makefile.in: Regenerate.
2275         * configure: Regenerate.
2276         * doc/dejagnu.xml: Remove.
2277         * doc/legal.xml: Likewise.
2278         * doc/ref.xml: Likewise.
2279         * doc/user.xml: Likewise.
2281 2016-03-28  Ben Elliston  <bje@gnu.org>
2283         * lib/framework.exp (exp_continue): Remove old compatibility
2284         wrapper. Expect deprecated 'continue -expect' in August 1997.
2286 2016-03-28  Ben Elliston  <bje@gnu.org>
2288         * NEWS: Update.
2290 2016-03-28  Ben Elliston  <bje@gnu.org>
2292         * lib/utils.exp (which): Reimplement to more closely mimic the
2293         behaviour of the UNIX which utility.
2294         * testsuite/runtest.all/utils.test: Test proc which.
2296 2016-03-27  Ben Elliston  <bje@gnu.org>
2298         * lib/remote.exp (standard_wait): Append any trailing characters
2299         to $output that may be still in $expect_out(buffer) when eof is
2300         matched. Remove arbitrary limitation in the ".+" matching case,
2301         similar to the change to local_exec on 2016-02-17.
2303 2016-03-23  Ben Elliston  <bje@gnu.org>
2305         * Makefile.am (baseboard_DATA): Remove cygwin.exp, mcore-elf.exp,
2306         mcore-pe.exp, vx4300.exp, vx68k.exp, vx960.exp, vxsparc.exp.
2307         * Makefile.in: Regenerate.
2308         * baseboards/cygwin.exp, baseboards/mcore-elf.exp,
2309         baseboards/mcore-pe.exp, baseboards/vx4300.exp,
2310         baseboards/vx68k.exp, baseboards/vx960.exp,
2311         baseboards/vxsparc.exp: Remove.
2313 2016-03-23  Ben Elliston  <bje@gnu.org>
2315         * baseboards/README: Remove mention of devo.
2316         * baseboards/iq2000-sim.exp: Likewise.
2317         * baseboards/moxie-sim.exp: Likewise.
2319 2016-03-23  Ben Elliston  <bje@gnu.org>
2321         * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp.
2322         * Makefile.in: Regenerate.
2323         * baseboards/arm-ice.exp: Reinstate.
2324         * baseboards/arm-sim.exp: Likewise.
2326 2016-03-23  Ben Elliston  <bje@gnu.org>
2328         * Makefile.am (config_DATA): Update.
2329         (baseboard_DATA): Likewise.
2330         * Makefile.in: Regenerate.
2331         * NEWS: Update.
2333         Remove the following old config files:
2335         * arc.exp, arm-ice.exp, base-config.exp, base68k.exp, bug.exp,
2336         cfdbug.exp, cygmon.exp, d10v.exp, ddb-ether.exp, ddb.exp, dos.exp,
2337         dve.exp, h8300.exp, i386-bozo.exp, i960.exp, m32r-stub.exp,
2338         m32r.exp, m68hc11.exp, m68k-emc.exp, mips-idt.exp,
2339         mn10200-eval.exp, mn10300-eval.exp, netware.exp, powerpc-bug.exp,
2340         proelf.exp, rom68k.exp, sh.exp, slite.exp, sparclet.exp,
2341         tic80.exp, vr4100.exp, vr4300.exp, vr5000.exp: Remove.
2343         Remove the following old baseboard files:
2345         * arc-sim.exp, arm-ice.exp, arm-sim.exp, cf.exp, cygmon.exp,
2346         d10v-sim.exp, d10v.exp, danlite-elf.exp, dos.exp, fr30-cygmon.exp,
2347         fr30-elf.exp, frv-elf.exp, frv-tiger.exp, frv-tomcat.exp,
2348         h8300-sim.exp, h8300.exp, i386-bozo.exp, i960-cyclone.exp,
2349         i960-sim.exp, m32r-elf.exp, m32r-linux-sim.exp, m32r-sid.exp,
2350         m32r-sim.exp, m68hc11-sim.exp, m68k-emc.exp, mips-idt.exp,
2351         mips64-sim.exp, mips64vr4100-sim.exp, mn10200-cygmon.exp,
2352         mn10300-cygmon.exp, msparc-cygmon.exp, op50n.exp, powerpc-bug.exp,
2353         powerpc-bug1.exp, rom68k-idp.exp, sh-hms.exp, sparclet-aout.exp,
2354         sparclite-coff.exp, sparclite-cygmon.exp, strongarm-cygmon.exp,
2355         tic80-sim.exp, tx39-dve.exp, usparc-cygmon.exp, vr4100-ddb.exp,
2356         vr4300-ddb.exp, vr4300.exp, vr5000-ddb.exp, x86-cygmon.exp,
2357         xscale-cygmon.exp: Remove.
2359 2016-03-22  Ben Elliston  <bje@gnu.org>
2361         * lib/target.exp (only--Ls): Change '???' comment to a note. This
2362         isn't a serious shortcoming, but the comment should be retained.
2364 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2366         * baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists in
2367         the environment, use that as the spec file for bare metal testing.
2369 2016-03-22  Ben Elliston  <bje@gnu.org>
2371         * Makefile.am (config_DATA): Add config/aarch64-fv8.exp.
2372         * Makefile.in: Regenerate.
2374 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2376         * config/aarch64-fv8.exp: Add support for testing armv8 using the
2377         ARM Foundation Model.
2379 2016-03-21  Ben Elliston  <bje@gnu.org>
2381         * runtest.exp: Whitespace, comment and typo fixes.
2382         * lib/dejagnu.exp: Likewise.
2383         * lib/remote.exp: Likewise.
2384         * lib/utils.exp: Likewise.
2386 2016-03-21  Ben Elliston  <bje@gnu.org>
2388         * baseboards/mcore-moto-sim.exp: Remove old FIXME comment.
2389         * baseboards/mmixware-sim.exp: Likewise.
2390         * config/sim.exp: Likewise.
2391         * runtest.exp: Likewise.
2393 2016-03-21  Ben Elliston  <bje@gnu.org>
2395         * lib/dg.exp (dg-get-options): Clean up regular expression and
2396         remove FIXME comment about it.
2398 2016-03-20  Ben Elliston  <bje@gnu.org>
2400         * baseboards/i960-sim.exp: Remove stale ??? comment.
2401         * config/vxworks.exp: Likewise.
2403 2016-03-20  Ben Elliston  <bje@gnu.org>
2405         * runtest.exp: Load .dejagnurc last not first.
2406         (load_file): Update comment about Tcl 7.5a2.
2407         * doc/user.xml (Customizing DejaGnu): Document new search order
2408         for site.exp files.
2409         * doc/dejagnu.texi: Regenerate.
2410         * NEWS: Update.
2412 2016-03-20  Ben Elliston  <bje@gnu.org>
2414         * lib/dg.exp (dg-runtest): Improve arg naming to remove a FIXME.
2416 2016-03-20  Ben Elliston  <bje@gnu.org>
2418         * lib/dg.exp: Remove commented-out calls to send_user.
2420 2016-03-20  Ben Elliston  <bje@gnu.org>
2422         * runtest.exp (load_file): Remove old comment.
2424 2016-03-20  Ben Elliston  <bje@gnu.org>
2426         * lib/dg.exp (dg-test): There is no need to call unresolved to
2427         clear errcnt. Instead, pass 0 as argument 2 to perror.
2428         * runtest.exp (runtest): Likewise.
2430 2016-03-16  Ben Elliston  <bje@gnu.org>
2432         Revert this change (the GCC testsuite uses diff):
2434         2016-03-15  Ben Elliston  <bje@gnu.org>
2436         * lib/utils.exp (diff): Remove proc.
2437         * doc/ref.xml: Update documentation.
2438         * doc/dejagnu.texi: Regenerate.
2439         * NEWS: Update.
2441 2016-03-15  Ben Elliston  <bje@gnu.org>
2443         * testsuite/runtest.all/options.exp: Properly clean up log files
2444         left by the runtest under test.
2446 2016-03-15  Ben Elliston  <bje@gnu.org>
2448         * testsuite/runtest.all/load_lib.exp: Typo fixes.
2450 2016-03-15  Ben Elliston  <bje@gnu.org>
2452         * testsuite/runtest.all/options.exp: Add more tests.
2454 2016-03-15  Ben Elliston  <bje@gnu.org>
2456         * testsuite/libdejagnu/tunit.exp: Clean up.
2458 2016-03-15  Ben Elliston  <bje@gnu.org>
2460         * lib/utils.exp (diff): Remove proc.
2461         * doc/ref.xml: Update documentation.
2462         * doc/dejagnu.texi: Regenerate.
2463         * NEWS: Update.
2465 2016-03-15  Ben Elliston  <bje@gnu.org>
2467         Revert this change:
2468         2016-02-14  Steve Ellcey  <sellcey@mips.com>
2470         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2471         GCC_UNDER_TEST.
2472         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2474 2016-03-13  Ben Elliston  <bje@gnu.org>
2476         * lib/utils.exp: Whitespace fixes.
2478 2016-03-13  Ben Elliston  <bje@gnu.org>
2480         * lib/dg.exp (dg-process-target): Remove old commented code.
2481         * lib/dg.exp (dg-test): Likewise.
2483 2016-03-13  Ben Elliston  <bje@gnu.org>
2485         * lib/dg.exp: Improve top-of-file documentation.
2487 2016-03-05  Yvan Roux  <yvan.roux@linaro.org>
2489         * lib/remote.exp (remote_exec): Restore original timeout value.
2491 2016-03-04  Yvan Roux  <yvan.roux@linaro.org>
2493         * lib/remote.exp (standard_upload): Remove dead code.
2495 2016-02-24  Ben Elliston  <bje@gnu.org>
2497         * lib/utils.exp (prune): Restore this proc.
2498         * doc/ref.xml: Update documentation.
2499         * doc/dejagnu.texi: Regenerate.
2500         * NEWS: Update.
2502 2016-02-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2504         * lib/libgloss.exp (find_gdc): New proc.
2505         * lib/target.exp (default_target_compile): Add D support.
2506         * NEWS: Update.
2508 2016-02-20  Ben Elliston  <bje@gnu.org>
2510         * lib/utils.exp (diff): Replace calls to verbose followed by
2511         send_log with a single call to verbose -log. Remove additional
2512         newlines from the log messages.
2514 2016-02-20  Ben Elliston  <bje@gnu.org>
2516         * lib/utils.exp (getdirs): Ignore .git and .svn directories.
2518 2016-02-20  Ben Elliston  <bje@gnu.org>
2520         * lib/utils.exp: Improve comments.
2521         * NEWS: Update.
2523 2016-02-20  Ben Elliston  <bje@gnu.org>
2525         * lib/utils.exp (prune): Remove proc.
2526         * doc/ref.xml: Update documentation.
2527         * doc/dejagnu.texi: Regenerate.
2529 2016-02-20  Ben Elliston  <bje@gnu.org>
2531         * lib/utils.exp (slay): Remove proc.
2532         * doc/ref.xml: Update documentation.
2533         * doc/dejagnu.texi: Regenerate.
2535 2016-02-20  Ben Elliston  <bje@gnu.org>
2537         * lib/utils.exp (absolute): Remove proc.
2538         * doc/ref.xml: Update documentation.
2539         * doc/dejagnu.texi: Regenerate.
2541 2016-02-20  Ben Elliston  <bje@gnu.org>
2543         * lib/utils.exp (psource): Remove proc.
2544         * doc/ref.xml: Update documentation.
2545         * doc/dejagnu.texi: Regenerate.
2547 2016-02-20  Ben Elliston  <bje@gnu.org>
2549         * lib/targetdb.exp (board_info): Simplify return logic.
2551 2016-02-19  Ben Elliston  <bje@gnu.org>
2553         * configure.ac: Require Tcl version 8.5 at a minimum.
2554         * configure: Regenerate.
2556 2016-02-18  Ben Elliston  <bje@gnu.org>
2558         * configure.ac: Require Tcl version 8.6 at a minimum.
2559         * configure: Regenerate.
2561 2016-02-17  Ben Elliston  <bje@gnu.org>
2563         * runtest.exp: Tweak "Test run by .." output.
2565 2016-02-17  Ben Elliston  <bje@gnu.org>
2567         * lib/target.exp (default_target_compile): Do not pass -log to
2568         verbose when outputting the captured compiler/assembler/linker
2569         diagnostic output as it will already be in the .log file courtesy
2570         of Expect.
2572 2016-02-17  Ben Elliston  <bje@gnu.org>
2574         * runtest.exp: Enable --status by default.
2575         (runtest): Set exit status to 2 if there is any error sourcing
2576         the Tcl scripts.
2577         * lib/framework.exp (unknown): Likewise, set exit status to 2.
2578         * doc/runtest.1: Clarify exit status codes.
2579         * NEWS: Update.
2581 2016-02-17  Ben Elliston  <bje@gnu.org>
2583         * lib/remote.exp (local_exec): Call exp_continue until eof is
2584         matched.
2586 2016-02-16  Ben Elliston  <bje@gnu.org>
2588         * runtest.exp: Use the traditional exit codes when runtest is
2589         interrupted. This makes it possible to tell if runtest ran to
2590         completion or not. Suggested by Michael Chastain.
2592 2016-02-15  Ben Elliston  <bje@gnu.org>
2594         * TODO: Add ideas produced from Cauldron 2013.
2596 2016-02-15  Ben Elliston  <bje@gnu.org>
2598         * TODO: Update.
2600 2016-02-15  Ben Elliston  <bje@gnu.org>
2602         * lib/dg.exp (dg-test): Remove comment about proc unresolved not
2603         setting exit_status to 1 -- it does.
2605 2016-02-15  Ben Elliston  <bje@gnu.org>
2607         * lib/framework.exp (cleanup): Remove do-nothing proc.
2608         (log_and_exit): Remove call to cleanup.
2609         * doc/ref.xml: Remove documentation for cleanup.
2610         * doc/dejagnu.texi: Regenerate.
2612 2016-02-15  Ben Elliston  <bje@gnu.org>
2614         Reported by David Malcolm.
2615         * lib/dejagnu.exp (text): Allow angle brackets in test messages.
2617 2016-02-15  Ben Elliston  <bje@gnu.org>
2619         * config.guess: Update to version 2016-02-11.
2620         * config.sub: Update to version 2016-01-01.
2622 2016-02-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2624         * lib/remote.exp (remote_exec): Set global timeout for benefit of
2625         <remote>_exec.
2627 2016-02-14  Ben Elliston  <bje@gnu.org>
2629         * lib/remote.exp (local_exec): Improve comments.
2631 2016-02-14  Ben Elliston  <bje@gnu.org>
2633         * doc/runtest.1: Tweak.
2635 2016-02-14  Steve Ellcey  <sellcey@mips.com>
2637         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2638         GCC_UNDER_TEST.
2639         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2641 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2643         * lib/remote.exp (standard_file): Reverse return logic for remote
2644         exists case.
2646 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2648         * lib/remote.exp (standard_file); Add else clause.
2650 2016-01-16  Ben Elliston  <bje@gnu.org>
2652         * runtest.exp (runtest): Improve comment about --status.
2654 2016-01-12  Simon Marchi  <simon.marchi@ericsson.com>
2656         * lib/remote.exp (standard_file): The [ operator does not actually
2657         output anything. It returns 0 or 1 as its exit code, so "exit `[
2658         -f $file ]`" always expands to "exit " (equivalent to exit 0).
2659         Instead, use test(1) to check for file existence.
2661 2015-12-20  Ben Elliston  <bje@gnu.org>
2663         * doc/dejagnu.xml: Begin overhauling.
2664         * doc/ref.xml: Likewise.
2665         * doc/user.xml: Likewise.
2666         * doc/dejagnu.texi: Regenerate.
2668 2015-12-20  Ben Elliston  <bje@gnu.org>
2670         * doc/runtest.1: Miscellaneous minor improvements.
2672 2015-12-09  Yoshinori Sato  <ysato@users.sourceforge.jp>
2674         * Makefile.am (baseboard_DATA): Add missing rx-sim.exp.
2675         * Makefile.in: Regenerate.
2677 2015-11-16  Brooks Moses  <bmoses@google.com>
2679         * config/unix.exp: Add ability to set test timeout from site.exp.
2680         * doc/user.xml: Document new test_timeout variable in site.exp.
2681         * doc/dejagnu.texi: Regenerate.
2683 2015-11-16  Ben Elliston  <bje@gnu.org>
2685         * testsuite/runtest.all/options.exp: Re-enable --strace 1 test.
2687 2015-11-16  Ben Elliston  <bje@gnu.org>
2689         * testsuite/runtest.all/options.exp: Remove some commented code.
2691 2015-11-16  Ben Elliston  <bje@gnu.org>
2693         * runtest.exp: Refer to "DejaGnu version", not "Framework
2694         version" in --version output.
2695         * testsuite/runtest.all/options.exp: Update test case.
2697 2015-11-14  Ben Elliston  <bje@gnu.org>
2699         * runtest.exp (usage): Improve help text.
2701 2015-11-12  Ben Elliston  <bje@gnu.org>
2703         * runtest.exp (usage): Sort options in usage.
2705 2015-11-12  Ben Elliston  <bje@gnu.org>
2707         * lib/framework.exp (note): Remove old commented-out code.
2709 2015-11-11  Ben Elliston  <bje@gnu.org>
2711         * doc/user.xml (Summary File): 'untested', not 'runtested'.
2712         * doc/dejagnu.texi: Regenerate.
2714 2015-11-11  Michael Forney  <forney@google.com>
2716         * lib/target.exp (default_target_compile): Honor LDFLAGS_FOR_TARGET.
2718 2015-11-11  Ben Elliston  <bje@gnu.org>
2720         * doc/dejagnu.texi: Regenerate.
2722 2015-11-10  Ben Elliston  <bje@gnu.org>
2724         * doc/user.xml: Fix runtest output formatting in <programlisting>.
2726 2015-11-10  Ben Elliston  <bje@gnu.org>
2728         * doc/dejagnu.xml: Update month and year.
2729         * doc/user.xml: Lots of editorial fixes from Daniel Thibault
2730         <Daniel.Thibault@drdc-rddc.gc.ca>.
2732 2015-09-10  Robert Suchanek  <Robert.Suchanek@imgtec.com>
2734         * baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
2736 2015-07-30  Pedro Alves  <palves@redhat.com>
2738         * lib/remote.exp (close_wait_program): New procedure.
2739         (local_exec, standard_close): Use it.
2741 2015-05-23  Ben Elliston  <bje@gnu.org>
2743         * doc/dejagnu.xml: Fix broken URLs.
2744         * doc/dejagnu.texi: Regenerate.
2746 2015-05-23  Ben Elliston  <bje@gnu.org>
2748         * doc/user.xml: Fix 'crosscompilation'.
2750 2015-05-23  Ben Elliston  <bje@gnu.org>
2752         * doc/runtest.1 (log_dialog): Improve documentation.
2754 2015-05-16  Filipe Brandenburger  <filbranden@google.com>
2756         * configure.ac: Enable subdir-objects, require automake 1.14.
2757         * Makefile.in: Regenerate.
2759 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
2761         * doc/dejagnu.xml: Fix typos such as stray }'s and @samp{...},
2762         possibly introduced in a conversion of .texi to SGML Docbook.
2763         * doc/user.xml: Likewise.
2764         * doc/ref.xml: Likewise.
2765         * doc/dejagnu.texi: Regenerate.
2767 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
2769         * runtest.exp (runtest): Introduce new --log_dialog option.
2770         * doc/runtest.1: Document it.
2771         * doc/user.xml: Likewise.
2772         * doc/dejagnu.texi: Regenerate.
2774 2015-05-14  Steve Ellcey  <sellcey@imgtec.com>
2776         * baseboards/multi-sim.exp (get_library_dirlist): New.
2777         (dynamic_linker_flag): Use get_library_dirlist to find dynamic
2778         linker.
2779         (rpath_flags): Use get_library_dirlist to set rpath.
2781 2015-05-12  Steve Ellcey  <sellcey@imgtec.com>
2783         * baseboards/generic-sim.exp: Check $DEJAGNU_SIM_OPTION.
2785 2015-03-30  Ben Elliston  <bje@gnu.org>
2787         Revert the following change which causes breakage reported here:
2788         https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
2790         2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2792         * runtest.exp (runtest): Call reset_vars at initialisation so that
2793         perror does not affect test results in other test scripts.
2795 2015-02-26  H.J. Lu  <hjl.tools@gmail.com>
2797         * lib/target.exp (default_target_compile): Prepend multilib_flags,
2798         instead of appending it.
2800 2015-02-18  Ben Elliston  <bje@gnu.org>
2802         * lib/framework.exp (log_and_exit): Set tool to "testrun" if
2803         unset.
2805 2015-02-05  Ben Elliston  <bje@gnu.org>
2807         * doc/runtest.1: Fix a spelling error.
2809 2015-02-04  Ben Elliston  <bje@gnu.org>
2811         * config.guess: Update to version 2015-01-01.
2812         * config.sub: Likewise.
2814 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
2816         * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
2817         * Makefile.in: Regenerate.
2818         * baseboards/visium-sim.exp: New file.
2820 2014-11-25  Ben Elliston  <bje@gnu.org>
2822         * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
2823         Reported by David Malcolm.
2825 2014-10-28  Ben Elliston  <bje@gnu.org>
2827         * Makefile.in: Regenerate.
2829 2014-10-28  Ben Elliston  <bje@gnu.org>
2831         * example: Remove stale examples.
2833 2014-10-24  Steve Ellcey  <sellcey@mips.com>
2835         * dejagnu.h (pass): Make function static as well as inline.
2836         (xpass): Ditto.
2837         (fail): Ditto.
2838         (xfail): Ditto.
2839         (untested): Ditto.
2840         (unresolved): Ditto.
2841         (note): Ditto.
2842         (totals): Ditto.
2844 2014-10-14  Ben Elliston  <bje@gnu.org>
2846         * runtest.exp: Only match $directory, not *${directory}* when the
2847         user passes the --directory option. Reported by Sergey Alyoshin.
2849 2014-10-14  Ben Elliston  <bje@gnu.org>
2851         * lib/dejagnu.exp (host_execute): Remove buffer_full check. This
2852         is not the right command keyword -- it is full_buffer. Reported by
2853         David Malcolm.
2855 2014-07-15  Maciej W. Rozycki  <macro@mips.com>
2856             Maciej W. Rozycki  <macro@codesourcery.com>
2858         * lib/targetdb.exp (add_board_info): New procedure.
2859         * doc/ref.xml (Add_board_info Procedure): New section.
2860         (Set_board_info Procedure): Add description.
2861         (Unset_board_info Procedure): Likewise.
2862         * doc/user.xml (Board Config File Values): Add `add_board_info'
2863         reference.  Reorder `gdb_init_command' table rows and remove a
2864         duplicate entry, reusing it for `gdb_init_commands'.
2866 2014-06-25  Rob Savoye  <rob.savoye@linaro.org>
2868         * runtest.exp: (lookfor-file): Fix bug were none of the relative
2869         paths were actually being used for file lookup.
2871 2014-06-06  Ben Elliston  <bje@gnu.org>
2873         * depcomp, install-sh, missing: Update to latest versions.
2874         * mkinstalldirs: Remove.
2875         * Makefile.in: Regenerate.
2877 2014-06-04  Ben Elliston  <bje@gnu.org>
2879         * Makefile.in: Regenerate with Automake 1.14.1.
2880         * compile: Add missing file.
2882 2014-06-04  Ben Elliston  <bje@gnu.org>
2884         * config.guess: Update to version 2014-03-23.
2885         * config.sub: Likewise.
2887 2014-06-04  Ben Elliston  <bje@gnu.org>
2889         * aclocal.m4: Regenerate with Automake 1.14.1.
2890         * configure: Regenerate with Autoconf 2.69.
2892 2014-03-15  Steve Ellcey  <sellcey@mips.com>
2894         * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
2896 2014-02-23  Steve Ellcey  <sellcey@mips.com>
2897             Richard Sandiford  <rdsandiford@googlemail.com>
2899         * config/sim.exp (sim_exec): New.
2900         (sim_file): New.
2902 2013-12-08  Richard Sandiford  <rdsandiford@googlemail.com>
2904         * lib/dg.exp (dg-test): Don't put the expected and actual output
2905         of a pattern test in the test name; send it to the log instead.
2907 2013-11-01  Steve Ellcey  <sellcey@mips.com>
2909         * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
2910         * Makefile.in: Regenerate.
2911         * baseboards/multi-sim.exp: New.
2913 2013-10-31  Anton Kolesov  <anton.kolesov@synopsys.com>
2915         * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
2916         (remote_reboot): Add comment explaining return value of this procedure.
2917         * doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
2918         * doc/dejagnu.texi: Regenerate.
2920 2013-10-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2922         * baseboards/androideabi.exp (process_multilib_options): Add option.
2923         * config/adb.exp: Remove hardcoded -static option.
2924         (adb_load): Add the possibility to change the temp directory. Also
2925         handle permission potential problems.
2926         (adb_exec): Do cd to android_tmp_dir first.
2928 2013-10-05  Jose E. Marchesi  <jose.marchesi@oracle.com>
2930         * baseboards/unix.exp: Add gdb settings to not use hardware
2931         watchpoints in sparc64 running GNU/Linux.
2933 2013-06-17  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2935         * runtest.exp (libdirs): New global variable.
2936         (load_lib): Append libdirs to search_and_load_files directories.
2937         * doc/ref.xml (load_lib): Document global variable libdirs.
2938         * doc/dejagnu.texi: Regenerate.
2939         * testsuite/runtest.all/load_lib.exp: New testcase.
2940         * Makefile.am (TESTSUITE_FILES): Add new testcase.
2941         * Makefile.in: Regenerate.
2943 2013-06-15  Ben Elliston  <bje@gnu.org>
2945         * configure.ac: If DEJAGNU is unset, set it to /dev/null.
2946         * Makefile.am: Export DEJAGNU.
2947         * configure: Likewise.
2948         * Makefile.in: Regenerate.
2950 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2952         * doc/user.xml: Fix typos.
2953         * doc/ref.xml: Likewise.
2954         * doc/dejagnu.texi: Regenerate.
2956 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2958         * doc/user.xml: Fix number of columns in table.
2959         * doc/dejagnu.texi: Regenerate.
2961 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2963         * doc/user.xml: Fix rendering errors around programlisting.
2964         * doc/ref.xml: Likewise.
2965         * doc/dejagnu.texi: Regenerate.
2967 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2969         * doc/user.xml: Fix spacing before productname.
2970         * doc/dejagnu.texi: Regenerate.
2972 2013-06-12  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2974         * testsuite/runtest.all/default_procs.tcl (send_log): Use the
2975         magic "args" parameter name, as expect send_log proc accepts -- as
2976         a leading option.
2978 2013-06-08  Makoto Fujiwara  <makoto@ki.nu>
2980         * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
2981         (config_DATA): Likewise for config_SCRIPTS.
2982         (baseboard_DATA): Likewise for baseboard_SCRIPTS.
2983         (EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
2984         baseboard_SCRIPTS.
2985         * Makefile.in: Regenerate.
2987 2013-06-08  Ben Elliston  <bje@gnu.org>
2989         * configure: Regenerate with autoconf 2.69.
2990         * aclocal.m4: Regenerate.
2992 2013-03-31  Ben Elliston  <bje@gnu.org>
2994         * Makefile.am (html-local): Rename target from html.
2995         * Makefile.in: Regenerate with automake 1.12.6.
2996         * aclocal.m4: Likewise.
2997         * configure: Regenerate.
2999 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
3001         * TODO: Remove todo item about warncnt and errcnt.
3003 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
3005         * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
3007 2013-03-26  Ben Elliston  <bje@gnu.org>
3009         * config.guess: Update to version 2013-02-12.
3010         * config.sub: Likewise.
3012 2013-02-16  Rob Savoye  <rob@build.welcomehome.org>
3014         * config/adb.exp: Add adb_file so we can remotely delete test
3015         cases to save on limited disk space. Don't remove the file after
3016         executing it, leave that for the test driver instead.
3018 2013-02-15  Rob Savoye  <rob@welcomehome.org>
3020         * config/adb.exp: Remove the test case after executing
3021         it. Otherwise we can fill up all the diskspace on a small target
3022         pretty fast.
3024 2013-02-11  Rob Savoye  <rob@welcomehome.org>
3026         * baseboards/androideabi.exp: Board support for Android using ADB.
3027         * config/adb.exp: Config support for Android using ADB.
3028         * Makefile.am (dist): Add new config and board files.
3029         * aclocal.m4, Makefile.in, configure, example/calc/configure,
3030         example/mathhelper/configure: Regenerated with newer autotools.
3032 2012-12-05  Ben Elliston  <bje@gnu.org>
3034         * example/hello: Remove.
3035         * configure.ac: Likewise.
3036         * configure: Regenerate.
3038 2012-10-04  Steve Ellcey  <sellcey@mips.com>
3040         * Makefile.am (baseboard_SCRIPTS): Add new baseboards.
3041         * Makefile.in: Regenerate.
3042         * baseboards/mips-sim-mti32.exp: New.
3043         * baseboards/mips-sim-mti64.exp: New.
3044         * baseboards/mips-sim-mti64_n32.exp: New.
3045         * baseboards/mips-sim-mti64_64.exp: New.
3046         * baseboards/mips-sim-sde32.exp: New.
3047         * baseboards/mips-sim-sde64.exp: New.
3049 2012-10-04  Ben Elliston  <bje@gnu.org>
3051         * aclocal.m4: Regenerate with automake 1.11.3.
3052         * Makefile.in: Likewise.
3053         * configure: Regenerate with autoconf 2.68.
3055 2012-08-22  Steve Ellcey  <sellcey@mips.com>
3057         * baseboards/generic-sim.exp: New baseboard definition.
3059 2012-06-15  Andreas Schwab  <schwab@linux-m68k.org>
3061         * lib/framework.exp (clone_output): Protect from leading dash in
3062         $message.
3063         * runtest.exp (verbose): Likewise.
3065 2012-06-11  Tom Tromey  <tromey@redhat.com>
3067         * doc/runtest.1: Update.
3068         * runtest.exp (xml_file_name): New global.
3069         (usage): Update.
3070         Handle optional argument to --xml.
3071         * lib/framework.exp (open_logs): Respect xml_file_name.
3073 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3075         * runtest.exp (load_tool_init): Fix typo in -de option handling.
3077 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3079         * doc/runtest.1: Correct name of debug file.
3081 2012-02-25  Ben Elliston  <bje@gnu.org>
3083         * runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
3084         for runtest.exp as a last resort (for usrmove environments, where
3085         /bin is a link to /usr/bin). From Honza Horak <hhorak@redhat.com>.
3087 2011-12-30  Ben Elliston  <bje@gnu.org>
3089         * doc/user.xml: Various spelling and consistency fixes.
3090         * doc/ref.xml: Likewise.
3091         (exit_remote_shell): Remove, as this procedure is defunct.
3092         * doc/dejagnu.texi: Regenerate.
3094 2011-12-30  Ben Elliston  <bje@gnu.org>
3096         * config.guess: Update to version 2011-12-29.
3097         * config.sub: Update to version 2011-11-11.
3099 2011-06-30  Tom Tromey  <tromey@redhat.com>
3101         * doc/ref.xml: Document find_gfortran.
3102         * doc/dejagnu.texi: Regenerate.
3103         * lib/target.exp (default_target_compile): Handle f90.
3104         (default_target_compile): Likewise.
3105         * lib/libgloss.exp (find_gfortran): New proc.
3107 2011-06-30  Ben Elliston  <bje@gnu.org>
3109         * Makefile.am (all-local): New rule.
3110         * Makefile.in: Regenerate.
3112 2011-04-12  Ben Elliston  <bje@gnu.org>
3114         * config/vxworks.exp (vxworks_file): Use "file delete", not "exec
3115         rm", for better portability.
3116         * config/netware.exp (${board}_load): Likewise.
3117         * lib/dg.exp (dg-test): Likewise.
3118         * lib/framework.exp (open_logs): Likewise.
3119         * lib/remote.exp (standard_file): Likewise.
3120         * runtest.exp: Likewise.
3121         * testsuite/runtest.all/options.exp: Likewise.
3123 2011-03-15  Ben Elliston  <bje@gnu.org>
3125         * runtest.exp: Whitespace cleanups.
3126         * lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3127         lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp,
3128         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Likewise.
3130 2011-03-15  Ben Elliston  <bje@gnu.org>
3132         * runtest: Remove trailing semicolons.
3133         * lib/rsh.exp: Likewise.
3135 2011-03-15  H.J. Lu  <hjl.tools@gmail.com>
3137         * lib/remote.exp (local_exec): Ignore SIGHUP.
3139 2011-03-14  Ben Elliston  <bje@gnu.org>
3141         * runtest.exp (frame_version): Set to 1.5.1.
3142         * configure.ac (AC_INIT): Set version to 1.5.1.
3143         * configure: Regenerate.
3144         * doc/dejagnu.xml (appversion, version): Set to 1.5.1.
3145         * doc/dejagnu.texi: Regenerate.
3147 2011-03-14  Ben Elliston  <bje@gnu.org>
3149         * dejagnu.h: Whitespace cleanups.
3151 2011-03-14  Ben Elliston  <bje@gnu.org>
3153         * baseboards/cris-sim.exp: Remove trailing semicolon(s).
3154         * baseboards/mt-sid.exp: Likewise.
3155         * baseboards/tx39-sim.exp: Likewise.
3156         * lib/target.exp (default_target_compile): Likewise.
3158 2011-03-14  Ben Elliston  <bje@gnu.org>
3160         Reported by Flash Sheridan <flash@pobox.com>:
3161         * doc/user.xml (Testing "Hello world" locally): Improve the
3162         example test script and make it robust to failures.  Tidy some
3163         formatting errors.
3164         * doc/dejagnu.texi: Regenerate.
3166 2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3168         * runtest.exp (runtest): Call reset_vars at initialisation so that
3169         perror does not affect test results in other test scripts.
3171 2011-03-09  Ben Elliston  <bje@gnu.org>
3173         * NEWS: Start a new section for post-1.5 changes.
3175 2011-03-09  Ben Elliston  <bje@gnu.org>
3177         * DejaGnu 1.5 released.
3179 2011-03-09  Ben Elliston  <bje@gnu.org>
3181         * Makefile.am (DISTCLEANFILES): Define.
3182         * Makefile.in: Regenerate.
3183         * testsuite/runtest.all/libs.exp: Clean up temp files on exit.
3184         * testsuite/runtest.all/options.exp: Likewise for dbg.log.
3185         * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file
3186         mkdir" instead of exec'ing mkdir(1).
3188 2011-03-07  Ben Elliston  <bje@gnu.org>
3190         * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE.
3191         * Makefile.in: Regenerate.
3193 2011-03-06  Ben Elliston  <bje@gnu.org>
3195         * configure.ac (AC_INIT): Set version to 1.5.
3196         * configure: Regenerate.
3197         * runtest.exp (frame_version): Set to 1.5.
3198         * doc/dejagnu.texi: Regenerate.
3200 2011-03-04  Ben Elliston  <bje@gnu.org>
3202         * texinfo.tex: Import latest version from ftp://tug.org/tex.
3204 2011-03-04  Ben Elliston  <bje@gnu.org>
3206         * Makefile.am (EXTRA_DIST): Correct name of historical ChangeLog.
3207         * Makefile.in: Regenerate.
3209 2011-03-03  Ben Elliston  <bje@gnu.org>
3211         * Makefile.am: Bump to GPL version 3.
3212         * configure.ac: Likewise.
3213         * Makefile.in: Regenerate.
3214         * aclocal.m4: Likewise.
3215         * configure: Likewise.
3217 2011-03-03  Ben Elliston  <bje@gnu.org>
3219         * config.guess: Update to most recent version.
3220         * config.sub: Likewise.
3222 2011-03-03  Ben Elliston  <bje@gnu.org>
3224         * lib/framework.exp (unknown): Rename the native Tcl ::unknown
3225         proc to ::tcl_unknown.  If ::tcl_unknown returns a failure result,
3226         then fall back to the conventional DejaGnu handling.  Report from
3227         David Byron <dbyron@dbyron.com>.
3229 2011-03-03  Maciej W. Rozycki  <macro@codesourcery.com>
3231         * lib/remote.exp (remote_expect): Pass all exception conditions up
3232         to the caller.
3234 2011-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3236         * lib/dg.exp (dg-test): Support nested calls.
3238 2010-04-13  Ben Elliston  <bje@gnu.org>
3240         * testglue.c: Remove duplicated prototypes for abort and exit.
3242 2010-03-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3244         * doc/user.xml (Tcl Variables For Command Line Options): Correct
3245         column count.
3247 2010-01-21  Jie Zhang  <jie.zhang@analog.com>
3249         * config/gdb-comm.exp (gdb_comm_load): Set breakpoints after load.
3251 2010-01-15  Anthony Green  <green@moxielogic.com>
3253         * baseboards/moxie-sim.exp: New baseboard.
3255 2009-12-10  DJ Delorie  <dj@redhat.com>
3257         * baseboards/rx-sim.exp: New baseboard.
3259 2009-10-15  Ben Elliston  <bje@gnu.org>
3261         * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide.
3262         This web page has disappeared.
3264 2009-07-06  Ben Elliston  <bje@gnu.org>
3266         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Mark up options with
3267         <option> not <emphasis>.  Apply other grammatical fixes from
3268         Reuben Thomas.
3269         * doc/dejagnu.texi: Regenerate.
3271 2009-07-06  Ben Elliston  <bje@gnu.org>
3273         * configure.ac: Check for docbook2x-texi.
3274         * configure: Regenerate.
3276 2009-07-06  Ben Elliston  <bje@gnu.org>
3278         From Reuben Thomas  <rrt@sc3d.org>:
3279         * doc/runtest.1: Fix some formatting issues.
3281 2009-06-16  Ben Elliston  <bje@gnu.org>
3283         * config.guess: Update to most recent version.
3284         * config.sub: Likewise.
3286 2009-06-16  Ben Elliston  <bje@gnu.org>
3288         * Makefile.am (rpm, deb, solpkg, hpdepot): Remove targets.
3289         * Makefile.in: Regenerate.
3290         * packaging: Remove directory and its contents.
3292 2009-06-10  Maciej W. Rozycki  <macro@codesourcery.com>
3294         * config/gdb-comm.exp (gdb_comm_add_breakpoint): Handle pending
3295         breakpoints.
3297 2008-12-03  Ben Elliston  <bje@gnu.org>
3299         * COPYING: Update to GPL version 3.
3301 2008-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3303         * doc/ref.xml, doc/user.xml: Fix typos.
3304         * doc/dejagnu.texi: Regenerate.
3306 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3308         * Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
3309         * Makefile.in: Regenerate.
3310         * dejagnu.exp (host_execute): Improve regexp matching.
3311         * testsuite/libdejagnu/unit.cc: C++ fixes.
3313 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3315         * lib/utils.exp (diff): Open both files as binary.
3317 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3319         * dejagnu.h (totals): Correct typos.
3321 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3323         * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
3324         * doc/dejagnu.texi: Regenerate.
3326 2008-02-25  Ben Elliston  <bje@gnu.org>
3328         * doc/runtest.1: Update date of last revision.
3330 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3332         * baseboards/h8300.exp: Use -- before switch argument that may
3333         begin with "-".
3334         * baseboards/cris-sim.exp: Ditto.
3336 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3338         * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp,
3339         iq2000-sim.exp and m32r-linux-sim.exp.
3340         * Makefile.in: Regenerate.
3342 2008-02-08  Ben Elliston  <bje@gnu.org>
3344         * baseboards/cris-sim.exp: Fix MS-DOS line termination.
3346 2007-12-28  Joseph Myers  <joseph@codesourcery.com>
3348         * lib/target.exp (default_link): Initialize nobjects before use.
3350 2007-12-06  Ben Elliston  <bje@gnu.org>
3352         * lib/dg.exp (dg_bogus): Comment fix.
3354 2007-10-31  DJ Delorie  <dj@redhat.com>
3356         * lib/framework.exp (open_logs): Line buffer the .sum file.
3358 2007-09-04  Matt Kraai  <kraai@ftbfs.org>
3360         * doc/user.xml (Configuration): Fix typos.
3361         * doc/dejagnu.texi: Regenerate.
3363 2007-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
3365         * lib/remote.exp (standard_send): Correct quoting.
3367 2007-05-17  Ben Elliston  <bje@gnu.org>
3369         * doc/user.xml: Correct the syntax for running apt-get on a Debian
3370         GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
3372 2007-04-30  Bob Wilson  <bob.wilson@acm.org>
3374         * baseboards/xtensa-sim.exp: Set target_install.  Stop using
3375         basic-sim.exp.  Run the simulator with --turbo option.  Replace
3376         needs_status_wrapper with the simulator's --exit_with_target_code
3377         option.
3379 2006-10-15  Rob Savoye  <rob@bertha.welcomehome.org>
3381         * dejagnu.h: Add support for for expected failures and
3382         unexpected successes.
3384 2005-05-06  Andrew Fyfe <a.fyfe@tiscali.co.uk>
3386         * doc/Makefile.am: Fix install path for man page.
3387         * Makefiles: Regenerated.
3389 2006-08-29  Ben Elliston  <bje@gnu.org>
3391         * runtest.exp (usage): Use "triplet" instead of "config name".
3393 2006-07-13  Daniel Jacobowitz  <dan@codesourcery.com>
3395         * Makefile.am (DOCBOOK2RTF): Fix typo.
3396         * Makefile.in: Regenerated.
3397         * lib/libgloss.exp (process_multilib_options): Use -- to handle
3398         options starting with hyphens.
3400 2006-06-23  Eric Botcazou  <ebotcazou@adacore.com>
3402         * libgloss.exp (find_gnatmake): Rewrite.
3404 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
3406         * rsh.exp (rsh_exec): Handle inp and outp arguments.  Use
3407         local_exec to run rsh.  Return failure if rsh times out.
3408         * remote.exp (local_exec): Handle "|& cat" we added when deciding
3409         whether to return output.
3411 2006-06-09  Ben Elliston  <bje@gnu.org>
3413         * baseboards/cris-sim.exp: Use Tcl fall-through syntax for
3414         multiple cases, not a list (case uses lists, switch does not).
3415         Pass -glob to switch where applicable to emulate case behaviour.
3416         * baseboards/h8300.exp: Likewise.
3417         * lib/framework.exp (clone_output): Likewise.
3418         (clear_xfail): Likewise.
3419         (clear_kfail): Likewise.
3420         * lib/libgloss.exp (process_multilib_options): Likewise.
3421         * runtest.exp: Likewise.
3423 2006-06-06  Ben Elliston  <bje@gnu.org>
3425         * Makefile.am (CONTRIB): New.
3426         (EXTRA_DIST): Add $(CONTRIB).
3427         (doc/dejagnu.texi): Set directory-category param to docbook2texi.
3428         * Makefile.in: Regenerate.
3429         * doc/dejagnu.texi: Likewise.
3431 2006-06-06  Ben Elliston  <bje@gnu.org>
3433         * runtest.exp (load_lib): Typo fix.
3435 2006-06-06  Ben Elliston  <bje@gnu.org>
3437         * dejagnu.h: Tidy comments.
3438         (_BUFFER_SIZE_): Remove to minimise namespace pollution.
3439         (wait): Define this function unconditionally.  Conditionally
3440         compile the function body if _DEJAGNU_WAIT_ is defined.
3441         (buffer): Set the buffer size explicitly.
3442         (pass): Use sizeof (buffer).  Call wait() unconditionally.
3443         (fail, untested, unresolved, note): Likewise.
3444         (enum teststate): Tidy whitespace.
3446 2006-06-06  Ben Elliston  <bje@gnu.org>
3448         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.
3449         * doc/dejagnu.texi: Regenerate.
3451 2006-06-06  Ben Elliston  <bje@gnu.org>
3453         Import from GCC tree:
3454         2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
3455                     Mike Stump  <mrs@apple.com>
3457         * compare_tests: Handle multilibs better.
3459 2006-06-06  Ben Elliston  <bje@gnu.org>
3461         * doc/dejagnu.texi: Regnerate using Docbook2X 0.8.7.
3463         * configure.ac: Check for docbook2texi, not docbook2x-texi.  The
3464         wrapper script changed its name again in the latest release.
3465         * configure: Regenerate.
3466         * Makefile.am (DOCBOOK2X_TEXI): Rename from this ..
3467         (DOCBOOK2TEXI): .. to this.
3468         (doc/dejagnu.texi): Do not use output-file parameter to deposit
3469         the .texi file into the source directory; use mv(1) instead. Set
3470         directory-description parameter.
3471         * Makefile.in: Likewise.
3473 2006-06-02  Ben Elliston  <bje@gnu.org>
3475         * config/sim.exp (sim_upload): Match up argument names.
3477 2006-06-02  Ben Elliston  <bje@gnu.org>
3479         * config.guess: Update to most recent version.
3480         * config.sub: Likewise.
3482 2006-06-02  Ben Elliston  <bje@gnu.org>
3484         * config/dos.exp (dos_open): Only run global board_info once at
3485         the beginning of the proc; remove duplicates.
3486         (dos_load): Use file join to separate path components.
3487         (dos_copy_upload): Likewise.
3488         * lib/remote.exp (call_remote): Use error, not "blooie" to trigger
3489         an error.
3491 2006-06-02  Ben Elliston  <bje@gnu.org>
3493         * contrib/compare_tests: Import from the GCC contrib directory.
3495 2006-05-24  Ben Elliston  <bje@gnu.org>
3497         * runtest.exp (verbose): Brace some expressions.
3498         (load_file, search_and_load_file): Likewise.
3499         (runtest): Likewise.
3501 2006-05-23  Ben Elliston  <bje@gnu.org>
3503         * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.
3504         * config/i960.exp (i960_spawn): Initialise status.
3505         * config/netware.exp (${board}_init): Brace some if expressions.
3506         * lib/dg.exp (dg-test): Brace some expressions.
3507         * lib/framework.exp (clone_output, log_and_exit, log_summary,
3508         record_test, pass, fail): Likewise.
3509         * lib/libgloss.exp (get_multilibs): Likewise.
3510         * lib/remote.exp (standard_transmit, unix_clean_filename,
3511         remote_load, check_for_board_status, remote_expect): Likewise.
3512         * lib/rsh.exp (rsh_exec): Likewise.
3514 2006-05-22  Ben Elliston  <bje@gnu.org>
3516         * baseboards/cris-sim.exp: Use switch, not case.
3517         * baseboards/h8300.exp: Likewise.
3518         * config/base68k.exp (base68k_ld): Brace an if expression.
3520 2006-05-22  Ben Elliston  <bje@gnu.org>
3522         * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,
3523         baseboards/cris-sim.exp, baseboards/i960-cyclone.exp,
3524         baseboards/mcore-moto-sim.exp, baseboards/mips64vr4100-sim.exp,
3525         baseboards/mmixware-sim.exp, baseboards/op50n.exp,
3526         baseboards/rom68k-idp.exp, baseboards/sparclite-sim-le.exp,
3527         baseboards/usparc-cygmon.exp, config/base-config.exp,
3528         config/base68k.exp, config/ddb-ether.exp, config/ddb.exp,
3529         config/dos.exp, config/gdb-comm.exp, config/gdb_stub.exp,
3530         config/i386-bozo.exp, config/i960.exp, config/m68k-emc.exp,
3531         config/netware.exp, config/sid.exp, config/sim.exp,
3532         config/tic80.exp, config/unix.exp, config/vxworks.exp,
3533         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3534         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
3535         lib/rlogin.exp, lib/rsh.exp, lib/target.exp, lib/targetdb.exp,
3536         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Put braces around if
3537         expressions throughout.
3539 2006-05-22  Ben Elliston  <bje@gnu.org>
3541         * lib/framework.exp (open_logs): Use file join where applicable.
3542         * lib/libgloss.exp (libgloss_link_flags, newlib_link_flags,
3543         newlib_include_flags, g++_link_flags, libstdc++_link_flags,
3544         get_multilibs, winsup_include_flags, winsup_link_flags): Likewise.
3545         * lib/utils.exp (which): Likewise.
3546         * runtest.exp (search_and_load_file, lookfor_file,
3547         load_tool_init): Likewise.
3549         * lib/debugger.exp (watcharray): Add `array' parameter.  Rename
3550         `type' parameter to `op' and update all uses in the proc.
3551         (watchvar): Add `ignore' parameter for scalar variables.
3552         Likewise, rename `type' to `op' and update throughout the proc.
3554         * runtest.exp: Use switch, not case.
3555         * lib/framework.exp (clone_output): Likewise.
3556         (clear_xfail): Likewise.
3557         (clear_kfail): Likewise.
3558         (set_warning_threshold): Make warning_threshold global.
3559         (get_warning_threshold): Likewise.
3560         * lib/libgloss.exp (process_multilib_options): Use switch, not
3561         case.
3562         * lib/remote.exp (local_exec): Only run global errorInfo once.
3563         (standard_upload): Fix error in variable use ($file -> $srcfile).
3564         * lib/utils.exp (grep): Use switch, not case.
3565         (slay): Fix mismatched bracket.
3567         * lib/debugger.exp (watcharray): Use switch, not case.
3568         (watchvar): Likewise.
3569         (bt): Add an explanatory comment.
3571 2006-04-03  Ben Elliston  <bje@gnu.org>
3573         * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
3574         lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
3575         lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
3577 2006-01-02  Ben Elliston  <bje@gnu.org>
3579         * configure.ac (AC_INIT): Set version to 1.4.99.
3580         * configure: Regenerate.
3582 2006-01-01  Ben Elliston  <bje@gnu.org>
3584         * testsuite/runtest.all/utils.test: Add runtest_file_p.
3586 2006-01-01  Ben Elliston  <bje@gnu.org>
3588         * runtest.exp (frame_version): Set to 1.4.99.
3590 2006-01-01  Ben Elliston  <bje@gnu.org>
3592         * dejagnu.h: Update copyright notice.  Use C-style /* .. */
3593         comments for portability with ISO C compilers.
3594         * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.
3596 2006-01-01  Ben Elliston  <bje@gnu.org>
3598         * runtest.exp: Update copyright notice.
3599         * example/calc/testsuite/calc.test/calc.exp: Likewise.
3600         * example/calc/testsuite/config/unix.exp: Likewise.
3601         * testsuite/libdejagnu/tunit.exp: Likewise.
3602         * testsuite/runtest.all/libs.exp: Likewise.
3603         * testsuite/runtest.all/options.exp: Likewise.
3604         * testsuite/runtest.all/stats-sub.exp: Likewise.
3605         * testsuite/runtest.all/stats.exp: Likewise.
3607 2006-01-01  Ben Elliston  <bje@gnu.org>
3609         * config/default.exp, config/unix.exp, config/vxworks.exp,
3610         lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp,
3611         lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp:
3612         Formatting fixes.
3613         * dejagnu.h, testsuite/config/default.exp,
3614         testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp,
3615         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
3616         testsuite/runtest.all/options.exp,
3617         testsuite/runtest.all/stats-sub.exp,
3618         testsuite/runtest.all/stats.exp: Update copyright notice and FSF
3619         office address. Remove bug reporting address, as it is now
3620         maintained centrally in the README file.
3622 2005-12-31  Ben Elliston  <bje@gnu.org>
3624         * testsuite/runtest.all/utils.test: Don't bother mentioning
3625         absolute, psource, prune and slay as untested procedures.
3627 2005-12-31  Ben Elliston  <bje@gnu.org>
3629         * doc/ref.xml (Utility Procedures): Note that the following
3630         procedures are deprecated: absolute, psource, prune, slay.
3631         * NEWS: Likewise.
3632         * doc/dejagnu.texi: Regenerate.
3634 2005-12-24  Ben Elliston  <bje@gnu.org>
3636         * Makefile.am (doc/dejagnu.texi): Don't use shell redirection, in
3637         case the command fails and zeroes the Texinfo source file.  Move
3638         the output (if successful) by its default filename using mv(1).
3639         * Makefile.in: Regenerate.
3641 2005-12-24  Ben Elliston  <bje@gnu.org>
3643         * configure.ac (DOCBOOK2X_TEXI): Add search for this program.
3644         * configure: Regenerate.
3645         * Makefile.am (DOCBOOK2PDF, DOCBOOK2RTF, DOCBOOK2PS): New.
3646         (DOCBOOK2HTML, DOCBOOK2X_TEXI): Likewise.
3647         (dejagnu.pdf): Use $(DOCBOOK2PDF).
3648         (dejagnu.ps): Likewise, use $(DOCBOOK2PS).
3649         (dejagnu.rtf): Likewise, use $(DOCBOOK2RTF).
3650         (html): Likewise, use $(DOCBOOK2HTML).
3651         (doc/dejagnu.texi): Produce using the docbook2x-texi wrapper,
3652         which is much simpler. Likewise, use $(DOCBOOK2X_TEXI).
3653         * Makefile.in: Regenerate.
3655 2005-12-24  Ben Elliston  <bje@gnu.org>
3657         * Makefile.am (EXTRA_DIST): Remove $(PACKAGING_METAFILES).
3658         (XML): Remove $(srcdir) from each filename; VPATH suffices.
3659         (PACKAGING_METAFILES): Remove.
3660         * Makefile.in: Regenerate.
3662 2005-12-24  Ben Elliston  <bje@gnu.org>
3664         * README: Rewrite.
3666 2005-12-24  Ben Elliston  <bje@gnu.org>
3668         * COPYING: Update.
3670 2005-12-24  Ben Elliston  <bje@gnu.org>
3672         * testsuite/libdejagnu/tunit.exp: Don't change to a non-existent
3673         subdirectory.
3675 2005-12-24  Ben Elliston  <bje@gnu.org>
3677         * Makefile.am (RUNTEST): Simplify, as Automake already generates
3678         similar logic in Makefile.in.
3679         * Makefile.in: Regenerate.
3681 2005-12-24  Ben Elliston  <bje@gnu.org>
3683         * Makefile.am (RUNTESTDEFAULTFLAGS): Omit --tool so that
3684         libdejagnu tests are run too.
3685         * Makefile.in: Regenerate.
3687 2005-12-24  Ben Elliston  <bje@gnu.org>
3689         * configure: Regenerate.
3691         * lib/remote.exp: Tidy.
3692         * lib/targetdb.exp: Likewise.
3693         * lib/target.exp (prune_warnings): Improve comments.
3694         * lib/dejagnu.exp: Likewise.
3695         * lib/utils.exp: Likewise.
3697         * NEWS: Update.
3699 2005-12-24  Ben Elliston  <bje@gnu.org>
3701         * doc/dejagnu.xml: Don't use apostrophes in section titles.
3702         * doc/dejagnu.texi: Regenerate.
3704 2005-12-24  Ben Elliston  <bje@gnu.org>
3706         * Makefile.am (XML): Include $(srcdir) in filenames.
3707         * Makefile.in: Regenerate.
3709 2005-12-24  Ben Elliston  <bje@gnu.org>
3711         * doc/C/Makefile.am: Remove.
3712         * doc/C/Makefile.in: Likewise.
3714         * Makefile.am (SUBDIRS): Remove.
3715         (EXTRA_DIST): Append $(XML).
3716         (dist_man_MANS): Define.
3717         (info_TEXINFOS): Likewise.
3718         (XML): List XML source files.
3719         (dejagnu.pdf): New target.
3720         (dejagnu.ps): Likewise.
3721         (dejagnu.rtf): Likewise.
3722         (html): Likewise.
3723         (dejagnu.texi): Special rule to build Texinfo source.
3724         * Makefile.in: Regenerate.
3725         * configure.ac: Don't search for docbook2dvi.
3726         Search for docbook2rtf and docbook2pdf.
3727         Don't output doc/Makefile or doc/C/Makefile.
3728         * configure: Regenerate.
3729         * doc/texinfo.tex: Move from here ..
3730         * texinfo.tex: .. to here.
3731         * doc/Makefile.am: Remove.
3732         * doc/Makefile.in: Likewise.
3733         * doc/C/dejagnu.omf: Likewise.
3734         * doc/C/topic.dat: Likewise.
3735         * doc/C/dejagnu.xml: Move from here ..
3736         * doc/dejagnu.xml: .. to here.
3737         * doc/C/legal.xml: Move from here ..
3738         * doc/legal.xml: .. to here.
3739         * doc/C/ref.xml: Move from here ..
3740         * doc/ref.xml: .. to here.
3741         * doc/C/user.xml: Move from here ..
3742         * doc/user.xml: .. to here.
3743         * doc/dejagnu.texi: Rebuild from XML source.
3745 2005-12-23  Ben Elliston  <bje@gnu.org>
3747         * doc/runtest.1: Update manual page.
3749 2005-12-23  Ben Elliston  <bje@gnu.org>
3751         * doc/overview.sgml: Remove in favour of XML versions.
3752         * doc/ref.sgml: Ditto.
3753         * doc/user.sgml: Ditto.
3754         * doc/texinfo.tex: Import new version.
3756 2005-12-20  Ben Elliston  <bje@gnu.org>
3758         * Makefile.am (SUBDIRS): Remove testsuite, example.
3759         (EXTRA_DIST): Add $(TESTSUITE_FILES).
3760         (TESTSUITE_FILES): New.
3761         (RUNTEST, RUNTESTDEFAULTFLAGS): New.
3762         (AM_CXXFLAGS): Set.
3763         (check_PROGRAMS): New.
3764         (unit_SOURCES): New.
3765         * Makefile.in: Regenerate.
3766         * configure.ac (AC_OUTPUT): Don't output example/Makefile,
3767         testsuite/Makefile or testsuite/libdejagnu/Makefile.
3768         * configure: Regenerate.
3769         * testsuite/Makefile.am: Remove.
3770         * testsuite/Makefile.in: Likewise.
3771         * testsuite/libdejagnu/Makefile.am: Likewise.
3772         * testsuite/libdejagnu/Makefile.in: Likewise.
3774 2005-12-20  Ben Elliston  <bje@gnu.org>
3776         * Makefile.am (baseboard_SCRIPTS): Rename ms1->mt.
3777         * Makefile.in: Regenerate.
3779 2005-12-20  Ben Elliston  <bje@gnu.org>
3781         * configure: Regenerate with autoconf 2.59.
3782         * aclocal.m4: Regenerate with aclocal 1.9.6.
3783         * Makefile.in: Regenerate with automake 1.9.6.
3784         * doc/Makefile.in: Likewise.
3785         * doc/C/Makefile.in: Likewise.
3786         * example/Makefile.in: Likewise.
3787         * testsuite/Makefile.in: Likewise.
3788         * testsuite/libdejagnu/Makefile.in: Likewise.
3790 2005-12-20  Nathan Sidwell  <nathan@codesourcery.com>
3792         * baseboards/ms1-sid.exp: Rename from this ..
3793         * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within.
3795 2005-12-20  Ben Elliston  <bje@gnu.org>
3797         * config.guess: Update to most recent version.
3798         * config.sub: Likewise.
3800 2005-09-24  Ben Elliston  <bje@gnu.org>
3802         * packaging/pkg/pkginfo (EMAIL): Update mail address.
3804         * lib/rsh.exp: Tidy comments.
3806 2005-07-07  Ben Elliston  <bje@gnu.org>
3808         * lib/telnet.exp (telnet_transmit): Remove; use standard method.
3810 2005-07-07  Ben Elliston  <bje@gnu.org>
3812         * Makefile.am (baseboard_SCRIPTS): Add ms1-sid.exp.
3813         * Makefile.in: Regenerate.
3815 2005-07-06  Ben Elliston  <bje@gnu.org>
3817         * lib/tip.exp (tip_open): Improve comments.
3818         (tip_download): Likewise.
3820 2005-07-06  Ben Elliston  <bje@gnu.org>
3822         * lib/telnet.exp (telnet_open): Improve option handling.  Clarify
3823         documentation for each proc.
3825 2005-07-06  Ben Elliston  <bje@gnu.org>
3827         * aclocal.m4: Regenerate with aclocal 1.9.
3828         * configure: Regenerate with autoconf 2.59.
3829         * doc/C/Makefile.am: Remove stray include.
3830         * Makefile.in, doc/Makefile.in, doc/C/Makefile.in,
3831         example/Makefile.in, testsuite/Makefile.in,
3832         testsuite/libdejagnu/Makefile.in: Regenerate with automake 1.9.
3834 2005-07-06  Ben Elliston  <bje@gnu.org>
3836         Import some missing hunks from this patch on sourceware:
3838         2004-11-11  Nick Clifton  <nickc@redhat.com>
3840         * lib/libgloss.exp (libio_include_flags, g++_include_flags,
3841         winsup_include_flags): Revert previous patch, restoring the use of
3842         -I, for all libraries except newlib.  Newlib needs -isystem to
3843         avoid the problems with <limits.h> but the C++ and winsup
3844         libraries need -I because -isystem generates an implicit 'extern
3845         "C"' which may not be appropriate for certain targets.
3847 2005-07-06  Aldy Hernandez  <aldyh@redhat.com>
3849         * baseboards/ms1-sid.exp: New.
3851 2005-07-01  Ben Elliston  <bje@gnu.org>
3853         Unify some changes with the 1.4 branch:
3855         2004-10-28  Nick Clifton  <nickc@redhat.com>
3856         * baseboards/iq2000-sim.exp: New file.
3858         2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3859         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
3860         noresults to zero.
3862         2004-05-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
3863         * baseboards/m32r-linux-sim.exp: Add New file.
3865 2005-06-24  Ben Elliston  <bje@gnu.org>
3867         * MAINTAINERS: Update my email address.
3869 2005-06-24  Ben Elliston  <bje@gnu.org>
3871         * Update the FSF's physical address throughout.
3873 2005-06-22  Ben Elliston  <bje@gnu.org>
3875         * config.guess: Update to most recent version.
3876         * config.sub: Likewise.
3878 2005-04-28  Mark Kettenis  <kettenis@gnu.org>
3880         * lib/target.exp (prune_warnings): Add a few more linker
3881         warning patterns for OpenBSD.
3883 2005-03-20  Mark Kettenis  <kettenis@gnu.org>
3885         * lib/target.exp (prune_warnings): Add linker warning patterns for
3886         OpenBSD.
3888 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3890         * baseboards/cris-sim.exp: New file.
3892 2004-11-19  Nick Clifton  <nickc@redhat.com>
3894         * lib/libgloss.exp (newlib_include_flags): Document why -isystem
3895         is used instead of -I.
3896         (libio_include_flags): Use -I instead of -isystem and
3897         document why.
3898         (g++_include_flags): Use -I instead of -isystem.
3899         (libstdc++_include_flags): Likewise.
3901 2004-11-04  Ben Elliston  <bje@gnu.org>
3903         * lib/dg.exp (dg-test): If a `dg-do run' test fails to compile,
3904         mark the test as unresolved, rather than warning.
3906 2004-10-27  Nick Clifton  <nickc@redhat.com>
3908         * baseboards/iq2000-sim.exp: New file.
3910 2004-08-20  Daniel Jacobowitz  <dan@debian.org>
3912         * testglue.c: Prototype abort(3) and exit(3).
3914 2004-08-14  Paul Brook  <paul@codesourcery.com>
3916         * config/sim.exp (sim_download, sim_upload): New procs.
3918 2004-06-30  Ben Elliston  <bje@gnu.org>
3920         * config.guess: Update to current revision.
3921         * config.sub: Likewise.
3923 2004-06-12  Ben Elliston  <bje@gnu.org>
3925         * config.guess: Update to current revision.
3926         * config.sub: Likewise.
3928 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3930         * testglue.c: Prototype abort and exit.
3932 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3934         * baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
3935         string.
3937 Tue Feb 25 05:19:57 UTC 2003  Brendan Conoboy  <blc@@redhat.com>
3939         * lib/remote.exp (call_remote): Remove multilibs from the board
3940         name when rebooting a board.
3942 2004-06-03  Alexandre Oliva  <aoliva@redhat.com>
3944         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
3945         noresults to zero.
3947 2004-06-07  Ben Elliston  <bje@gnu.org>
3949         * lib/libgloss.exp (build_wrapper): Remove redundant set command.
3951 2004-03-29  Joel Brobecker  <brobecker@gnat.com>
3953         * lib/libgloss.exp (find_gnatmake): New procedure.
3954         * lib/target.exp (default_target_compile): Add support for Ada.
3956 2004-04-16  Kazuhiro Inaoka  <inaoka dot kazuhiro at renesas dot com>
3958         * baseboards/m32r-linux-sim.exp: Add New file.
3960 2004-04-02  Rob Savoye  <rob@direwolf.welcomehome.org>
3962         * configure.ac, example/Makefile.am: Add example/mathhelper.
3963         * configure, alocal.m4, example/Makefile.in: Regenerated.
3965 2004-04-02 Joel Sherrill <joel@OARcorp.com>
3967         * example/mathhelper: New example for using the unit testing API.
3969 2004-03-05  Daniel Jacobowitz  <drow@mvista.com>
3971         * lib/remote.exp (standard_spawn): Fix rsh username support.
3973 2004-03-06  Rob Savoye  <rob@althea.welcomehome.org>
3975         * doc/C: New directory for DocBook XML files.
3976         * doc/C/dejagnu.omf: New config file for scrollkeeper.
3977         * doc/C/topic.dat: New config file for the GNOME help system.
3978         * doc/C/dejagnu.xml: DocBook XML formatted verion of what was
3979         overview.sgml.
3980         * doc/C/ref.xml: DocBook XML formatted verion of what was
3981         ref.sgml.
3982         * doc/C/user.xml: DocBook XML formatted verion of what was
3983         user.sgml.
3985 2004-02-17  Ben Elliston  <bje@wasabisystems.com>
3987         * runtest.exp: Do not trap SIGSEGV.
3989 2004-02-16  Ben Elliston  <bje@wasabisystems.com>
3991         * configure.ac: Update AC_INIT and AM_INIT_AUTOMAKE invocations.
3992         * configure: Regenerate.
3994 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3996         * doc/runtest.1: Improve some wording. Update last revision date.
3998 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
4000         * NEWS: Document yesterday's work.
4002         * runtest: Improve comments.
4004 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
4006         * TODO: Update.
4008         * testsuite/libdejagnu/unit.cc: Conform with GNU coding standard.
4010 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4012         * configure.ac: Quote strings throughout in good Autoconf style.
4013         Remove AC_PROG_YACC invocation. Search for docbook2dvi, et al and
4014         expect using AC_PATH_PROG. Remove DJ_AC_PATH_DOCBOOK in favour of
4015         existing macros. Remove stale BOARDS and CONFIG substs. Ensure Tcl
4016         is at version 8.3 or greater.
4017         * configure: Regenerate.
4018         * acinclude.m4: Remove.
4019         * aclocal.m4: Regenerate.
4020         * Makefile.in: Likewise.
4021         * doc/Makefile.am (%.pdf: %.sgml): Use $(DOCBOOK2PDF).
4022         (%.dvi: %.sgml): Use $(DOCBOOK2DVI).
4023         (%.html: %.sgml): Use $(DOCBOOK2HTML).
4024         * doc/Makefile.in: Regenerate.
4025         * example/Makefile.in: Likewise.
4026         * testsuite/Makefile.in: Likewise.
4027         * testsuite/libdejagnu/Makefile.in: Likewise.
4028         * TODO: Update.
4030 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
4032         * baseboards/cf.exp: Use -T instead of -Wl,-T for ldscript.
4033         * baseboards/fr30-elf.exp, baseboards/frv-elf.exp,
4034         baseboards/h8300.exp, baseboards/i960-cyclone.exp,
4035         baseboards/i960-sim.exp, baseboards/m32r-elf.exp,
4036         baseboards/mips-idt.exp, baseboards/mips-lnews-sim.exp,
4037         baseboards/mips-lsi-sim.exp, baseboards/mips64vr4100-sim.exp,
4038         baseboards/op50n.exp, baseboards/rom68k-idp.exp,
4039         baseboards/sh-hms.exp, baseboards/tx39-dve.exp,
4040         baseboards/vr4100-ddb.exp, baseboards/vr4100-sim.exp,
4041         baseboards/vr4111-sim.exp, baseboards/vr4300-ddb.exp,
4042         baseboards/vr4300-sim.exp, baseboards/vr4300.exp,
4043         baseboards/vr5000-ddb.exp: Likewise.
4045 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4047         * runtest: Terminate with an error if expect cannot be found.
4048         * TODO: Update.
4050 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4052         * configure.ac: Use AC_PATH_PROG to find expect(1).
4053         (DJ_AC_PATH_TCLSH): Remove unneeded invocation.
4054         * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove.
4055         (DJ_AC_STL): Likewise.
4056         * configure: Regenerate.
4057         * aclocal.m4: Likewise.
4058         * configure: Likewise.
4059         * Makefile.in: Likewise.
4060         * doc/Makefile.in: Likewise.
4061         * example/Makefile.in: Likewise.
4062         * testsuite/Makefile.in: Likewise.
4063         * testsuite/libdejagnu/Makefile.in: Likewise.
4064         * TODO: Update.
4066 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4068         * runtest.1: Remove any mention of mondfe.
4070 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4072         * TODO: Add an item about timeouts.
4074 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
4076         * baseboards/basic-sim.exp: Set gdb,do_reload_on_run.
4078 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4080         * lib/standard.exp: Tidy.
4082 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4084         * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.
4085         (config_SCRIPTS): Remove udi.exp, vrtx.exp.
4086         (baseboard_SCRIPTS): Remove a29k-udi.exp.
4087         * Makefile.in: Regenerate.
4088         * baseboards/a29k-udi.exp: Remove.
4089         * baseboards/dos.exp: Update comments.
4090         * config/udi.exp: Remove.
4091         * config/vrtx.exp: Remove.
4092         * doc/overview.sgml: Update. Don't mention mondfe and xsh support.
4093         * doc/ref.sgml: Likewise.
4094         * doc/user.sgml: Likewise.
4095         * lib/mondfe.exp: Remove.
4096         * lib/xsh.exp: Likewise.
4097         * lib/remote.exp: Don't load mondfe.exp or xsh.exp.
4098         * packaging/pkg/prototype: Update.
4099         * NEWS: Update.
4101 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4103         * Makefile.am (rpmspec): Remove.
4104         (rpm): Additionally depend on dejagnu.spec.
4105         ($(PKGDIR)/dejagnu): New target that installs DejaGnu into this
4106         directory.  This saves duplicated code in the solpkg and hpdepot
4107         targets.
4108         (solpkg): Depend on $(PKGDIR)/dejagnu.
4109         (hpdepot): Likewise.
4110         * Makefile.in: Regenerate.
4112 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4114         * Makefile.am (RUNTEST, RUNTESTDEFAULTFLAGS): Remove.
4115         * Makefile.in: Regenerate.
4116         * testsuite/Makefile.am (CLEANFILES): Remove.
4117         (RUNTESTDEFAULTFLATS): Pass --srcdir and RUNTEST=$(RUNTEST).
4118         * testsuite/Makefile.in: Regenerate.
4120 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4122         * lib/util-defs.exp: Move from here ..
4123         * testsuite/lib/util-defs.exp: .. to here.
4124         * Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp.
4125         * Makefile.in: Regenerate.
4126         * testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp.
4127         * testsuite/Makefile.in: Regenerate.
4128         * doc/ref.sgml (File Map): Remove util-defs.exp.
4129         * packaging/pkg/prototype: Update file list.
4131 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4133         * NEWS: Document changes since 1.4.4.
4135 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4137         * example/Makefile.am (check-recursive): Remove target.
4138         * example/Makefile.in: Regenerate.
4140 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4142         * dejagnu.h: Conform with GNU coding standard.
4144 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4146         * Makefile.am (PKGING): Remove.
4147         (PACKAGING_METAFILES): Update accordingly.
4148         (CLEANFILES, check-DEJAGNU): Remove.
4149         (tarball): Remove; use `dist'.
4150         (deb): Update target recipe to use `make dist'.
4152 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4154         * Clean.tcl: Remove.
4156         * Makefile.am (SUBDIRS): Add testsuite, example directories.
4157         (EXTRA_DIST): Define.
4158         (pkgdata_SCRIPTS): Add lib/*.exp files.
4159         (DATE, TCLSH): Remove.
4160         (configdir, config_DATA, config_SCRIPTS): Define.
4161         (baseboarddir, baseboard_DATA, baseboard_SCRIPTS): Likewise.
4162         (pkgdata_DATA): Likewise.
4163         (djlibexecdir, djlibexec_SCRIPTS): Likewise.
4164         (PKGING, PACKAGING_METAFILES): New macros.
4165         (clean-local): Remove.
4166         (rpm): Depend on dist.
4167         (deb): Likewise.
4168         (dist-hook): Remove.
4169         (lib_dest, lib_files): Likewise.
4170         (baseboard_dest, baseboard_files): Likewise.
4171         (include_dest, config_dest, config_files): Likewise.
4172         (install-data-local): Likewise.
4173         (uninstall-local): Likewise.
4174         (site.exp): Likewise.
4175         * Makefile.in: Regenerate.
4177         * testsuite/Makefile.am (all, all-am, etcetera): Remove.
4178         (force): Likewise.
4179         (EXTRA_DIST): Define.
4180         (site.exp): Remove target.
4181         * testsuite/Makefile.in: Regenerate.
4182         * testsuite/libdejagnu/Makefile.am (EXTRA_DIST): Define.
4183         (noinst_PROGRAMS): Rename from this ..
4184         (check_PROGRAMS): .. to this.
4185         * testsuite/libdejagnu/Makefile.in: Regenerate.
4187         * doc/Makefile.am (man_MANS): Rename from this ..
4188         (dist_man_MANS): .. to this.
4189         (info_TEXINFOS): Define.
4190         (TARGETS): Remove overview.rtf.
4191         (EXTRA_DIST): Define.
4192         (%.rtf: %.sgml): Remove rule.
4193         (%.gif: %.fig): Likewise.
4194         (%.epsi: %.eps): Likewise.
4195         (%.eps: %.fig): Likewise.
4196         (clean, realclean, distclean): Remove.
4197         (install-docs): Don't install overview.rtf.
4198         * doc/Makefile.in: Regenerate.
4199         * doc/texinfo.tex: New file.
4201         * example/calc/Makefile.am (noinst_PROGRAMS): Rename from this ..
4202         (check_PROGRAMS): .. to this.
4203         (EXTRA_DIST): Add test cases and calc.1 man page.
4204         * example/calc/Makefile.in: Regenerate.
4205         * example/calc/aclocal.m4: Likewise.
4206         * example/calc/configure: Likewise.
4207         * example/calc/stamp-h.in: Remove.
4208         * example/hello/Makefile.am (bin_PROGRAMS): Rename from this ..
4209         (check_PROGRAMS): .. to this.
4210         (EXTRA_DIST): Define.
4211         * example/hello/Makefile.in: Regenerate.
4212         * example/hello/aclocal.m4: Likewise.
4213         * example/hello/configure: Likewise.
4214         * example/hello/testsuite/Makefile.am (EXTRA_DIST): Define.
4215         * example/hello/testsuite/Makefile.in: Regenerate.
4217 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4219         * configure.ac: Remove commented out code.
4220         * configure: Regenerate.
4222 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4224         * site.tmpl: Tidy.
4226 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4228         * INSTALL: Import latest version.
4229         * depcomp: Likewise.
4230         * install-sh: Likewise.
4231         * missing: Likewise.
4233 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4235         * configure.in: Rename from this ..
4236         * configure.ac: .. to this.  Require Autoconf 2.50.
4237         * Makefile.in: Regenerate.
4238         * doc/Makefile.in: Likewise.
4239         * example/Makefile.in: Likewise.
4240         * testsuite/Makefile.in: Likewise.
4241         * testsuite/libdejagnu/Makefile.in: Likewise.
4243 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4245         * lib/target.exp (prune_warnings): Add spaces where required in
4246         NetBSD warnings.  Supersedes a patch in pkgsrc's devel/dejagnu.
4248 2004-02-05  Ben Elliston  <bje@wasabisystems.com>
4250         * config.guess: Update to current revision.
4251         * config.sub: Likewise.
4253 2004-02-04  Ben Elliston  <bje@wasabisystems.com>
4255         * configure.in (AC_NO_EXECUTABLES): Remove.
4256         * configure: Rebuild with Autoconf 2.59.
4257         * acinclude.m4 (DJ_AC_STL): Quote macro name to appease aclocal.
4258         (DJ_AC_PATH_TCLSH): Likewise.
4259         (DJ_AC_PATH_DOCBOOK): Likewise.
4260         * aclocal.m4: Rebuild.
4261         * Makefile.in: Rebuild with Automake 1.8.2.
4262         * doc/Makefile.in: Likewise.
4263         * example/Makefile.in: Likewise.
4264         * testsuite/Makefile.in: Likewise.
4265         * testsuite/libdejagnu/Makefile.in: Likewise.
4267 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4269         Import orphaned patches from sources.redhat.com:
4271         2002-05-02  Fernando Nasser  <fnasser@redhat.com>
4272         * doc/dejagnu.texi: Document KFAIL and KPASS.
4274         2002-02-20  Richard Henderson  <rth@redhat.com>
4275         * lib/target.exp (prune_warnings): Revert early "In function"
4276         strip, as this breaks g++.dg tests.  Match dangerous regexp
4277         without the "In function" header.
4279         2002-02-09  Richard Henderson  <rth@redhat.com>
4280         * lib/target.exp (prune_warnings): Strip "In function" etc early.
4281         Adjust "dangerous" regexp for glibc's tmpnam warning.
4283         2001-09-10  Jim Blandy  <jimb@redhat.com>
4284         * baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script,
4285         so we get the version of the `outbyte' function that does console
4286         output in a way that GDB's rom68k target recognizes.  Note that
4287         the board can now do output.
4289         2000-04-25  Felix Lee  <flee@cygnus.com>
4290         * baseboards/tx39-sim.exp: Use idt, not dve linker script.  Delete
4291         misleading comments and null statements.
4293 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4295         * DejaGnu 1.4.4 released.
4297 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4299         * Makefile.am (tarball): Depend on book1.html, not overview.html.
4300         Don't echo needless messages. Portably copy the source tree to
4301         dejagnu-${VERSION}.  Portably copy documentation files from the
4302         source tree to the distribution directory.  Don't copy RPM-related
4303         files -- leave that to the rpm target.
4304         (snapshot): Remove target.
4305         (overview.html): Rename target from this ..
4306         (book1.htm): .. to this.
4307         (rpm): Portably copy tar file to SOURCES directory.
4308         (deb): Depend on book1.html, not overview.html.
4309         (dist-hook): Depend on book1.html, not overview.html.
4310         * Makefile.in: Rebuild.
4311         * doc/Makefile.am (TARGETS): Depend on book1.html.
4312         (book1.html): Depend on html/book1.html.
4313         (overview.dvi): Remove target.
4314         * doc/Makefile.in: Rebuild.
4316 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4318         * Clean.tcl: Run tclsh via /usr/bin/env for portability.
4319         (cleanfiles): Concatenate regular filenames that match .*.
4321 2004-01-12  Ben Elliston  <bje@wasabisystems.com>
4323         * baseboards/frv-sim.exp: Remove reference to devo/sim.
4325 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4327         * doc/overview: Remove all files.
4329 2003-12-03  Ben Elliston  <bje@wasabisystems.com>
4331         * testsuite/runtest.all/utils.test: Fix a test for proc find which
4332         assumed that "subsubfile1" would appear at the end of the returned
4333         list.  Adjust to use a more robust regular expression.
4335 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
4337         * doc/overview.sgml (version): Update.
4338         * doc/overview/installation.html: Likewise.
4340         * packaging/rpm/dejagnu.spec: Update version numbers throughout.
4341         * packaging/pkg/pkginfo: Likewise.
4342         * packaging/depot/dejagnu.psf: Likewise.
4344 2003-10-25  Ben Elliston  <bje@wasabisystems.com>
4346         * runtest.exp (frame_version): Bump version.
4347         * configure.in (AM_INIT_AUTOMAKE): Likewise.
4348         * configure: Regenerate.
4350 2003-10-16  Rob Savoye   <rob@welcomehome.org>
4352         * packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
4354 2003-10-13  Ben Elliston  <bje@wasabisystems.com>
4356         * baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
4358 2003-10-11  Corinna Vinschen  <vinschen@redhat.com>
4360         * baseboards/sh-sim.exp: New file.
4362 2003-10-11  Ben Elliston  <bje@wasabisystems.com>
4364         * NEWS: Tidy.
4365         * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
4367 2003-10-08  Ben Elliston  <bje@wasabisystems.com>
4369         * i960glue.c: Remove.
4370         * packaging/pkg/prototype: Remove i960glue.c.
4372 2003-10-07  Ben Elliston  <bje@wasabisystems.com>
4374         * contrib/README: Remove.
4375         * contrib/testit: Remove bitrotten script.
4376         * contrib/test-g++: Likewise.
4377         * contrib/test-tool: Likewise.
4379 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4381         * TODO: Tidy.
4382         * contrib/README: Bring up to date.
4384 2003-08-23  Corinna Vinschen  <vinschen@redhat.com>
4386         * config/sid.exp: Add gdb settings to use no hardware watchpoints.
4388 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4390         * README: Update section on reporting bugs.
4392 2003-08-22  Ben Elliston  <bje@wasabisystems.com>
4394         * lib/kermit.exp: Document procs.
4395         * lib/ftp.exp: Likewise.
4397 2003-08-19  Ben Elliston  <bje@wasabisystems.com>
4399         * contrib/testit: Run wish via /usr/bin/env for portability.
4401 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4403         * Makefile.am: Tidy comments and unused command lines.
4404         * Makefile.in: Regenerate.
4405         * testsuite/libdejagnu/Makefile.in: Likewise.
4407         * contrib/bluegnu2.0.3: Remove unsupported subtree.
4409 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4411         * MAINTAINERS: New file.
4413 2003-08-17  Ben Elliston  <bje@wasabisystems.com>
4415         * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
4416         * doc/Makefile.in: Regenerate.
4418 2003-08-16  Ben Elliston  <bje@wasabisystems.com>
4420         * doc/overview.sgml (overview): Start overhauling chapter.
4422         * doc/README.Writers: New document on style conventions.
4423         * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
4424         * doc/user.sgml: Likewise.
4425         * doc/overview.sgml: Likewise.
4426         * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
4428 2003-08-12  Ben Elliston  <bje@wasabisystems.com>
4430         * Makefile.am (tarball): Update path to dejagnu.spec.
4431         (rpmspec): Likewise.
4432         (deb): Likewise, update path to package metafiles.
4433         (solpkg): Likewise.
4434         (hpdepot): Likewise.
4435         * Makefile.in: Regenerate.
4436         * aclocal.m4: Likewise.
4437         * configure: Likewise.
4438         * doc/Makefile.in: Likewise.
4439         * example/Makefile.in: Likewise.
4440         * testsuite/Makefile.in: Likewise.
4441         * deb: Move from here ..
4442         * packaging/deb: .. to here.
4443         * redhat: Move from here ..
4444         * packaging/rpm: .. to here.
4445         * depot: Move from here ..
4446         * packaging/depot: .. to here.
4447         * pkg: Move from here ..
4448         * packaging/pkg: .. to here.
4450         * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
4451         (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
4452         * testsuite/libdejagnu/Makefile.in: Regenerate.
4454 2003-08-07  Ben Elliston  <bje@wasabisystems.com>
4456         * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
4457         to increment count rather than count++ as in C.
4459 2003-08-06  Ben Elliston  <bje@wasabisystems.com>
4461         * lib/remote.exp: Replace "TCL" with "Tcl".
4463 2003-07-30  Ben Elliston  <bje@wasabisystems.com>
4465         * doc/runtest.1: Replace "TCL" with "Tcl".
4466         Make last revision date current.
4468 2003-07-29  Ben Elliston  <bje@wasabisystems.com>
4470         * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
4471         URLs and other stylistic improvements.
4472         * doc/ref.sgml: Likewise.
4473         * doc/user.sgml: Likewise.
4475 2003-07-25  Mike Stump  <mrs@apple.com>
4477         * lib/target.exp (prune_warnings): Handle "nfs server .* not
4478         responding" and "nfs server .* is alive again".
4480 2003-07-20  Ben Elliston  <bje@wasabisystems.com>
4482         * config.guess: Update to most recent version.
4483         * config.sub: Ditto.
4484         * AUTHORS: Add self to list of maintainers.
4486 2003-07-25  Jim Dein  <jdein@deinji5.apple.com> (RIP)
4488         * lib/utils.exp (find): Fix double recursion bug.
4490 2002-02-25  Jackie Smith Cashion  <jsmith@redhat.com>
4492         * baseboards/am33_2.0-libremote.exp: New file.
4494 2000-11-21  Drew Moseley  <dmoseley@redhat.com>
4496         * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
4497         ASB2303 board.
4499 2000-08-10  Drew Moseley  <dmoseley@cygnus.com>
4501         * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
4502         ASB2303 board.
4504 2003-06-13  Phil Edwards <pme@devphil.com>
4506         * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
4507         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
4508         only -T[linker] instead of -Wl,-T[linker].
4510 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
4512         * lib/target.exp (prune_warnings): Add two more linker
4513         warning patterns for warnings generated by modern verions
4514         of NetBSD.
4516 2003-05-12  H.J. Lu <hongjiu.lu@intel.com>
4518         * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
4520 2003-05-09  H.J. Lu <hongjiu.lu@intel.com>
4522         * runtest: Fix a typo.
4524 2003-05-03  Nitin Dhavale <nitinpdhavale@indiatimes.com>
4526         * doc/user.sgml: Clarify how to set the verbose option.
4528 2003-03-28 Chris Demetriou <cgd@broadcom.com>
4530         * lib/framework.exp (check_conditional_xfail): Adjust so that
4531         an empty 'includes' list matches all sets of flags.
4532         * doc/dejagnu.texi: Document the above.
4533         * doc/ref.sgml: Likewise.
4535 2003-03-27  David Heine <dlheine@tensilica.com>
4537         * baseboards/xtensa-sim.exp: Fix a syntax error.
4539 2003-03-16  Rob Savoye  <rob@direwolf.welcomehome.org>
4541         * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
4542         than stomp on it. This is based on a patch from Brendan Conoboy
4543         <blc@redhat.com>.
4544         * Most files: Update copyright dates.
4546 2003-03-13  Mike Stump  <mrs@apple.com>
4548         * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
4549         help ensure uniqueness.
4551 2003-03-05  Alexandre Oliva  <aoliva@redhat.com>
4553         * lib/remote.exp (standard_download, standard_upload): Support
4554         nfsdir and nfsroot_server.
4556 See ChangeLog-1992 for earlier changes.