Regenerate build system files
[dejagnu.git] / ChangeLog
blob1c250a24fef6700542c50003f581812efbb5759d
1 2021-03-30  Jacob Bachmeyer  <jcb@gnu.org>
3         * configure: Regenerate.
5         * runtest.exp, configure.ac, doc/version.texi: Update version.
7 2021-03-26  Jacob Bachmeyer  <jcb@gnu.org>
9         PR47386
11         * testsuite/launcher.all/help.exp: Skip the tests on Solaris,
12         since Solaris man(1) does not accept explicit filenames.  The
13         manpages will be installed as usual, and the "dejagnu help"
14         command should work after installation.
16         Also set PAGER for testing, since other systems might also ignore
17         MANPAGER and that would cause the test to hang.
19         * testsuite/lib/launcher.exp (dejagnu_run): Send commands run and
20         copies of the output produced to the log.
22         * commands/help.sh: Extend PR47382 fix (below) to this file.
24         PR47385
26         * testsuite/lib/runtest.exp: Remove support for automatically
27         locating an Expect executable in the old Cygnus tree layout.
29 2021-03-25  Jacob Bachmeyer  <jcb@gnu.org>
31         PR47382
33         * dejagnu, runtest: Remove use of "$()" command substitution and
34         "$(())" arithmetic substitution shell constructs.  The /bin/sh on
35         Solaris 10 does not support them.  They were replaced with the
36         traditional backticks for command substitution and backticks and
37         the expr command for arithmetic substitution.
39         Also add markers to explicitly disable shellcheck warnings that
40         would lead to reintroducing these problems.
42         Also avoid the non-portable "`..."..."...`" construct on a warning
43         in the GNU Autoconf manual, section "Shell Substitutions",
44         although this introduces additional variables.
46 2021-03-22  Jacob Bachmeyer  <jcb@gnu.org>
48         * configure: Regenerate.
50         * runtest.exp, configure.ac, doc/version.texi: Update version.
52         * config.guess, config.sub: Import from upstream.
54         * MAINTAINERS: Acknowledge that Ben Elliston has left the project.
56 2021-03-15  Jacob Bachmeyer  <jcb@gnu.org>
58         * Makefile.am, Makefile.in: Update accordingly.
60         * contrib/compare_tests: Remove.  This file lacked a GPL notice.
61         This file was imported from GCC many years ago.  The GCC version
62         has benefited from continued development, while ours has not.
64         * testsuite/runtest.libs/load_lib.exp: Remove.  This file lacked a
65         GPL notice and an attempt to contact the contributor produced no
66         response.  The tests in this file will need to be rewritten in any
67         case; there is a bug in load_lib that they should expose and there
68         is now additional infrastructure for tests of this type that was
69         not available when this file was written.
71 2020-12-27  Jacob Bachmeyer  <jcb@gnu.org>
73         * testsuite/runtest.libs/libs.exp (process_test): Report running
74         test scripts as each test script is run.
75         Also, at top-level, sort the list of tests to run.
77         * doc/dejagnu.texi (testsuite procedure): Remove noise word "api"
78         from new "testsuite can call api" feature test API entrypoint.
79         * lib/framework.exp (testsuite_can): Likewise.
80         * testsuite/runtest.libs/testsuite_can.test: Likewise.
81         * NEWS: Likewise.
83 2020-12-16  Jacob Bachmeyer  <jcb@gnu.org>
85         * configure: Regenerate.
87         * configure.ac: Remove Tcl version check.
89         Apply patch from Nick Clifton:
91         * baseboards/msp430-sim.exp: Add missing copyright and GPL notice.
93         Apply patch from Dimitar Dimitrov:
95         * baseboards/pru-sim.exp: New file.
97         * Makefile.am (baseboard_DATA): Add pru-sim.exp to list.
98         * Makefile.in (baseboard_DATA): Likewise.
100 2020-12-15  Jacob Bachmeyer  <jcb@gnu.org>
102         * configure: Regenerate.
103         * Makefile.in: Regenerate.
105         * Makefile.am (RUNTEST): Explain override of Automake default.
107         * configure.ac: Update for autoconf 2.69 using autoupdate.
108         * configure.ac: Remove search for expect now handled by Automake.
110         Apply patch from Dimitar Dimitrov:
112         * Makefile.am (dejagnu_TEXINFOS): Change this...
113         * Makefile.am (doc_dejagnu_TEXINFOS): ...to this.
115         This fixes an incorrectly recorded dependency.
117 2020-11-17  Jacob Bachmeyer  <jcb@gnu.org>
119         PR44636 / PR44693
121         * doc/dejagnu.texi (Adding a new tool): Fix incorrect description
122         that conflated the tool init file with the target interface file.
123         (Make Check): Add cross-reference to the GNU Automake manual for
124         more details.
126 2020-11-10  Jacob Bachmeyer  <jcb@gnu.org>
128         PR44545
130         * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
131         Use [file normalize] to ensure that link targets are unambiguous.
132         (link_dejagnu_launcher_test_item): Avoid spurious errors when test
133         environment has already been prepared in a previous run.
135         * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
136         New procedure to collect existing repeated testsuite code.
137         * testsuite/launcher.all/command.exp: Establish testing
138         environment using link_dejagnu_launcher_test_item procedure.
140 2020-11-09  Jacob Bachmeyer  <jcb@gnu.org>
142         * aclocal.m4: Regenerate.
143         * configure: Regenerate.
144         * Makefile.in: Regenerate.
146         * configure.ac: Revert development version branch tagging hook.
147         * Makefile.am: Likewise.
149         These caused failures (reported in PR44462 as a secondary issue)
150         when a source tree is copied out of a Git directory.
152 2020-08-31  Jacob Bachmeyer  <jcb@gnu.org>
154         * doc/runtest.1: Add brief GFDL notice.  License notice in the
155         formatted manpage should now describe DejaGnu as a whole.
157         * NEWS: Prepare for release.
159 2020-08-18  Jacob Bachmeyer  <jcb@gnu.org>
161         * testsuite/runtest.libs/testsuite_file.test: Add missing
162         copyright and GPL notice.
163         * testsuite/runtest.libs/testsuite_can.test: Likewise.
164         * testsuite/runtest.libs/testcase_group.test: Likewise.
166 2020-08-12  Jacob Bachmeyer  <jcb@gnu.org>
168         * doc/dejagnu.texi (The dejagnu_h header file): Remove node.
169         (Running unit tests): Add node.
170         (DejaGnu unit test protocol): Add node.
171         (C unit testing API): Update to reflect current API.  Move mention
172         of dejagnu.h header here in preparation for future expanded
173         language support.
174         (C++ unit testing API): Likewise.  Mention caveat that the C unit
175         test API is also available in C++ programs.
177 2020-08-10  Jacob Bachmeyer  <jcb@gnu.org>
179         * baseboards/qemu.exp: Tidy whitespace.
181 2020-08-10  Jacob Bachmeyer  <jcb@gnu.org>
183         Merge patch from Kito Cheng to add support for RISC-V sim target.
185         * baseboards/riscv-sim.exp: New file.
186         * Makefile.am (baseboard_DATA): Add riscv-sim.exp.
187         * Makefile.in (baseboard_DATA): Likewise.
189 2020-08-02  Jacob Bachmeyer  <jcb@gnu.org>
191         * Makefile.am (TESTSUITE_FILES): Add files that were introduced
192         during development but were mistakenly not added at that time.
193         (baseboard_DATA): Sort baseboard file list.
194         (baseboard_DATA): Add missing files.
195         (dejagnu_TEXINFOS): New; add GNU FDL file.
196         (CONTRIB): Add experimental Python unit test module.
198         * Makefile.in (TESTSUITE_FILES): Likewise.
199         (baseboard_DATA): Likewise.
201         * testsuite/dejagnu.py:  Move from here...
202         * contrib/dejagnu.py: ...to here.
204 2020-08-02  Rob Savoye  <rob@senecass.com>
206         * Makefile.in: Regenerate so make dist works.
208 2020-07-25  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
210         * doc/dejagnu.texi (Writing a test case): Mention the DejaGnu
211         procedure "perror" instead of the Tcl command "error".
212         (Writing a test case): Reorganize node and give basic hints about
213         Tcl quoting and backslash escape rules.
214         (Writing a test case): Describe synchronization issues and warn
215         that prefixes of valid input can be presented for matching.
216         (Writing a test case): Fix markup from conversion from DocBook.
218 2020-07-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
220         PR42399
222         * NEWS: Document changes to host_execute.
224         * lib/dejagnu.exp (host_execute): Revise expect matching to
225         combine all unit test protocol lines into one pattern.
226         (host_execute): Rework other expect patterns.
227         (host_execute): Ensure that all output from child process is read
228         until the child closes its output to avoid sending early SIGPIPE.
229         (host_execute): Report an ERROR (and cause the next test to be
230         recorded as UNRESOLVED) if the Expect matching buffer overflows.
231         (host_execute): Remove dependency on global "text" variable.
233         * Makefile.am (TESTSUITE_FILES): Update.
235         * testsuite/runtest.main/stats.exp: Generalize infrastructure and
236         add tests for DejaGnu unit testing support.
237         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
238         New file.
239         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk:
240         New file.
242 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
244         PR42399
246         * Makefile.am (TESTSUITE_FILES): Update.
248         * lib/dejagnu.exp (host_execute): Allow the executable to be
249         specified with an absolute file name.
250         (host_execute): Fix argument handling to allow passing more than
251         one argument to the executable.  Return early if given no
252         arguments at all instead of trying to execute "./".
254         * testsuite/runtest.main/pr42399.exp: New file.
255         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399.awk:
256         New file.
257         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
258         New file.
260 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
262         * Makefile.am (CLEANFILES): Update.
263         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
265         * testsuite/lib/runtest.exp (runtest_setup_nested_testsuite): New
266         procedure.
267         (runtest_cleanup_nested_testsuite): New procedure.
269         * testsuite/runtest.main/error.exp: Use the tool name "error" to
270         select the proper subset of the nested testsuite.  Use new
271         procedures for handling nested testsuite.  Use common
272         nested-init.exp local init file for nested testsuite.  Let local
273         init file nested-init.exp handle setting "outdir" variable.
274         * testsuite/runtest.main/options.exp: Likewise; "null" tool.
275         * testsuite/runtest.main/stats.exp: Likewise; "stat" tool.
277         * testsuite/runtest.main/nested/: Combine nested testsuites.
278         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
279         Move from here...
280         * testsuite/runtest.main/nested/testsuite/error.test/error-al-dbz.exp:
281         ...to here.
282         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
283         Move from here...
284         * testsuite/runtest.main/nested/testsuite/error.test/error-dbz.exp:
285         ...to here.
286         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
287         Move from here...
288         * testsuite/runtest.main/nested/testsuite/error.test/error-undef.exp:
289         ...to here.
290         * testsuite/runtest.main/error/testsuite/error.test/simple.exp:
291         Move from here...
292         * testsuite/runtest.main/nested/testsuite/error.test/simple.exp:
293         ...to here.
294         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
295         Move from here...
296         * testsuite/runtest.main/nested/testsuite/null.test/null.exp:
297         ...to here.
298         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
299         Move from here...
300         * testsuite/runtest.main/nested/testsuite/stat.test/stats-sub.exp:
301         ...to here.
303 2020-07-16  Rob Savoye  <rob@senecass.com>
305         * baseboards/qemu.exp: Works now with qemu instead of sim.
307 2020-07-06  Rob Savoye  <rob@senecass.com>
309         * baseboards/qemu.exp: Initial working support to use qemu for
310         bare metal testing.
311         * Makefile.am: Install qemu.exp.
312         * autogen.sh: Add script borrowed from my Gnash project to
313         regenerate configure/build files.
314         * aclocal.m4, configure.ac, Makefile.am: regenerated GDB too.
315         * doc/dejagnu.texi: Update copyright date.
317 2020-06-29  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
319         PR 41824 / PR 41918
321         * NEWS: Add item for repeated error messages.
323         * lib/framework.exp (log_and_exit): Add separator lines around the
324         error dumps repeated at the end of a run.
326 2020-06-26  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
328         PR 41824 / PR 41918
330         * NEWS: Remove items for --keep_going / --no_keep_going options.
332         * Makefile.am (CLEANFILES): Adjust for renames.
333         (TESTSUITE_FILES): Likewise.
335         * doc/dejagnu.texi (Invoking runtest): Remove --keep_going and
336         --no_keep_going options.
337         (A POSIX Conforming Test Framework): Document that Tcl errors in
338         test scripts produce UNRESOLVED results as placeholders.
340         * doc/runtest.1: Likewise.
342         * lib/framework.exp (log_and_exit): Print collected Tcl errors.
344         * runtest.exp (dejagnu::error): New internal namespace.
345         (runtest): Collect Tcl errors caught while executing test scripts.
346         (dejagnu::opt): Remove internal namespace.
347         Remove --keep_going / --no_keep_going options.  No longer abort on
348         any Tcl errors; instead store them and repeat the messages at the
349         end of the run.
351         * testsuite/runtest.main/abort.exp: Rename from this ...
352         * testsuite/runtest.main/error.exp: ... to this and revise tests.
354         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
355         Rename from this...
356         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
357         ... to this.
358         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp:
359         Rename from this...
360         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
361         ... to this.
362         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
363         Rename from this...
364         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
365         ... to this.
367 2020-06-24  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
369         PR 41824 / PR 41918
371         * NEWS: Revise relevant items.
373         * doc/dejagnu.texi (Invoking runtest): Add --no_keep_going option.
374         * doc/runtest.1: Document --no_keep_going option.  Remove
375         long-obsolete --name option.  The --name option had been removed
376         from runtest before the code was imported into what became the
377         current repository.
379         * runtest.exp: Add option --no_keep_going to stop immediately if a
380         test script aborts due to a Tcl error.  Remove vestiges of
381         long-obsolete --name option.  Make --keep_going option default.
383         * testsuite/runtest.main/abort.exp: Adjust tests to use
384         --no_keep_going and --keep_going instead of assuming a default.
386 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
388         Merge patches from Maciej W. Rozycki to fix timeout handling.
390         * lib/remote.exp (close_wait_program): Use `catch' in killing
391         pending force-kills.
393         * lib/remote.exp (close_wait_program): Only kill the pending
394         force-kills if the PID list has a single entry.
395         (local_exec): Set the channel about to be closed to the
396         nonblocking mode if we didn't see an EOF.
397         (standard_close): Likewise, unconditionally.
399 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
401         * NEWS: Mention "linker=" option and added language support.
403         * doc/dejagnu.texi (target_compile procedure): Document new
404         "linker=" option to target_compile.
406         * lib/target.exp (default_target_compile): Actually use internal
407         option for separate linker provided for Go language support.  This
408         seems to have been accidentally omitted from Tom Tromey's patches.
409         (default_target_compile): Add "linker=" option, similar to
410         "compiler=" option, but the former overrides the latter when
411         building an executable.
412         (default_target_compile): Ensure that "--emit obj" is spaced from
413         previous item when used to compile Rust.  Use "--emit asm" instead
414         of "-S" when generating assembly from Rust sources.
416         * testsuite/runtest.libs/target.test: Add tests for Go and Rust.
417         Also add tests for the new "early_flags=" and "linker=" options.
419 2020-06-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
421         * doc/dejagnu.texi (Libgloss): Update menu.
422         (find_go procedure, find_go_linker procedure): New nodes.
423         (find_rustc procedure): New node.
425 2020-06-19  Tom Tromey  <tromey@adacore.com>
427         * doc/dejagnu.texi (target_compile procedure): Document Go
428         additions.
429         * lib/target.exp (default_target_compile): Handle Go.
430         * lib/libgloss.exp (find_go, find_go_linker): New procs.
432 2020-06-19  Tom Tromey  <tromey@adacore.com>
434         * doc/dejagnu.texi (target_compile procedure): Document rust
435         additions.
436         * lib/target.exp (default_target_compile): Handle rust.
437         * lib/libgloss.exp (find_rustc): New proc.
439 2020-06-19  Tom Tromey  <tromey@adacore.com>
441         * lib/target.exp (default_target_compile): Add early_flags.
442         * doc/dejagnu.texi (target_compile procedure): Document
443         early_flags.
445 2020-06-19  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
447         Merge patches from Tom de Vries <tdevries <at> suse.de> and write
448         ChangeLog entries.
450         * testsuite/runtest.main/abort.exp: Add tests that verify handling
451         of arithmetic errors (divide-by-zero) in a procedure called within
452         a test script.
454         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp: New file.
456 2020-06-18  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
458         PR 41824 / PR 41918
460         Thanks to Tom de Vries for raising these concerns and offering the
461         initial testsuite patch that led to these changes.
463         * NEWS: Add item for consistent abort-on-error handling.
465         * lib/framework.exp (unknown): Always link global variables.  Tidy.
466         Silently propagate errors raised in autoloaded procedures and move
467         the UNRESOLVED result and aborting the test run to...
468         * runtest.exp (runtest): Report an UNRESOLVED result if a test
469         script aborts due to a Tcl error.  Link global errorCode and
470         report its value if an error occurs.  For consistency, abort the
471         test run on any Tcl error in a test script instead of only when
472         calling an undefined procedure.
474         * testsuite/runtest.main/abort.exp: Add tests to verify handling
475         of arithmetic errors (divide-by-zero) in an auto-loaded procedure
476         called from a test script.  Adjust other patterns.
478         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
479         New file.
481 2020-06-17  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
483         PR 41824
485         * NEWS: Add item for --keep_going option.
487         * Makefile.am (CLEANFILES): Add abort-init.exp to list.
488         (TESTSUITE_FILES): Add new testsuite files to list.
490         * doc/dejagnu.texi (Invoking runtest): Document new --keep_going
491         command line option.
492         * doc/runtest.1: Likewise.
494         * lib/framework.exp (unknown): Report an UNRESOLVED result if an
495         unknown command is invoked.  Avoid exiting and propagate the error
496         from Tcl's "unknown" procedure if --keep_going was
497         specified. Brace procedure argument list.
498         * runtest.exp (dejagnu::opt): New namespace.
499         Add option --keep_going to continue running tests after a test
500         script aborts due to calling an undefined command.
502         * testsuite/runtest.main/abort.exp: New file.
503         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
504         New file.
505         * testsuite/runtest.main/abort/testsuite/abort.test/simple.exp:
506         New file.
508 2020-06-17  Tom de Vries  <tdevries <at> suse.de>
510         * lib/framework.exp (unknown): Propagate return value of auto-loaded
511         command.
513 2020-06-15  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
515         Merge patches from Linaro:
517         2018-09-28  Christophe Lyon <christophe.lyon@linaro.org>
518         * lib/ssh.exp (ssh_exec): Redirect stderr to stdout on the remote
519         machine, to avoid race conditions.
521         2016-04-25  Yvan Roux <yvan.roux@linaro.org>
522         * lib/rsh.exp (rsh_exec): Don't remove trailing newline.
523         * lib/ssh.exp (ssh_exec): Likewise.
525         2016-06-28  Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
526         * config/unix.exp (unix_load): Prepend the value of an
527         "exec_shell" board_info key to the command if it is defined.
529 2020-06-06  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
531         * NEWS: Document "testcase" command.
533         * doc/dejagnu.texi (testcase procedure): Document multiplex entry
534         point and "testcase group" command.
536         * lib/framework.exp: Add internal namespace ::dejagnu::group.
537         (::dejagnu::group::check_name): New procedure.
538         (::dejagnu::group::current): New procedure.
539         (::dejagnu::group::push): New procedure.
540         (::dejagnu::group::pop): New procedure.
541         (::dejagnu::group::pop_to_file): New procedure.
542         (testcase): New procedure for multiplex commands.
543         (testcase_group): New procedure implementing "testcase group".
545         * testsuite/runtest.libs/testcase_group.test: New file.
547 2020-06-05  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
549         * NEWS: Document new "testsuite can call api" command.
551         * doc/dejagnu.texi (testsuite procedure): Document new subcommand
552         "testsuite can call api".
554         * lib/framework.exp (testsuite): Add branch for "testsuite can".
555         (testsuite_can): New procedure implementing "testsuite can".
557         Add internal array ::dejagnu::apilist to store information for
558         "testsuite can call api" for querying the availability of an API
559         call.  This will allow test scripts to adapt and use new features
560         while still being able to run under older versions of DejaGnu.
562         * testsuite/runtest.libs/testsuite_can.test: New file.
564 2020-06-02  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
566         PR 41647
567         * NEWS: Fix typo.  Fix Emacs mode tag.
568         Document use of Tcl namespace ::dejagnu for internals.
569         * runtest.exp (dejagnu::command_line): New namespace.
570         (dejagnu::command_line::save_cmd_var): New procedure.
571         (dejagnu::command_line::restore_cmd_vars): New procedure.
572         (dejagnu::command_line::dump_cmd_vars): New procedure.
573         * runtest.exp: Save internal variables set by command line
574         arguments during the first pass and restore their values after
575         loading testsuite init files.
577 2020-06-01  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
579         PR 41647
580         * runtest.exp: Describe search for testsuite at verbose level 3.
581         Print initial working directory at verbose level 1.
583 2020-05-28  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
585         PR 41587
586         * testsuite/lib/launcher.exp: Adjust LAUNCHER variable default
587         value to use an absolute file name.
588         * testsuite/lib/report-card.exp: Likewise.
589         * testsuite/runtest.main/options.exp: Set outdir in options-init
590         instead of changing working directory in child runtest.
592         * runtest.exp (logname): Move verbose display of logname to
593         immediately after finding the user's login name.
595         PR 41585
596         * runtest.exp (libdir): Fix default value of global variable.
598         * ChangeLog: Tidy irregular indentation.
600 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
602         * doc/dejagnu.texi (target_compile procedure): Add documentation.
604 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
606         * doc/dejagnu.texi (target_link procedure): New stub node.
607         (default_link procedure): Document internal procedure.
608         (default_target_assemble procedure): Likewise.
609         (default_target_compile procedure): Likewise.
611 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
613         * baseboards/{aarch64-sim, arm-ice, arm-sim, basic-sid, iq2000-sim,
614         mn10300-sim, moxie-sim}.exp: Cleanup up whitespace.
616 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
618         * lib/target.exp (default_target_compile): Use "host_info"
619         procedure to probe for a host configuration, instead of checking a
620         local empty target_info array due to lacking "global target_info".
622 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
624         * doc/dejagnu.texi (Adding a new board): Document that the
625         "compiler" board_info field is optional and defaults to [find_gcc]
626         if not given.
627         (Board configuration file): Likewise.
629         * lib/target.exp (default_target_compile): Establish a default C
630         compiler by evaluating [find_gcc] if no other compiler is given.
632         * baseboards/aarch64-sim.exp: Remove no-longer-needed
633         "set_board_info compiler [find_gcc]" from this file.
634         * baseboards/am33_2.0-libremote.exp: Likewise.
635         * baseboards/androideabi.exp: Likewise.
636         * baseboards/arm-ice.exp: Likewise.
637         * baseboards/arm-sim.exp: Likewise.
638         * baseboards/cris-sim.exp: Likewise.
639         * baseboards/d30v-sim.exp: Likewise.
640         * baseboards/fr30-sim.exp: Likewise.
641         * baseboards/frv-sim.exp: Likewise.
642         * baseboards/gdbserver-sample.exp: Likewise.
643         * baseboards/iq2000-sim.exp: Likewise.
644         * baseboards/linux-gdbserver.exp: Likewise.
645         * baseboards/linux-libremote.exp: Likewise.
646         * baseboards/mcore-moto-sim.exp: Likewise.
647         * baseboards/mcore-sim.exp: Likewise.
648         * baseboards/mips-sim-idt32.exp: Likewise.
649         * baseboards/mips-sim-idt64.exp: Likewise.
650         * baseboards/mips-sim-mti32.exp: Likewise.
651         * baseboards/mips-sim-mti64.exp: Likewise.
652         * baseboards/mips-sim-mti64_64.exp: Likewise.
653         * baseboards/mips-sim-mti64_n32.exp: Likewise.
654         * baseboards/mips-sim-sde32.exp: Likewise.
655         * baseboards/mips-sim-sde64.exp: Likewise.
656         * baseboards/mips-sim.exp: Likewise.
657         * baseboards/mmixware-sim.exp: Likewise.
658         * baseboards/mn10200-sim.exp: Likewise.
659         * baseboards/mn10300-sim.exp: Likewise.
660         * baseboards/moxie-sim.exp: Likewise.
661         * baseboards/msp430-sim.exp: Likewise.
662         * baseboards/powerpc-sim.exp: Likewise.
663         * baseboards/powerpcle-sim.exp: Likewise.
664         * baseboards/rx-sim.exp: Likewise.
665         * baseboards/sh-sim.exp: Likewise.
666         * baseboards/sparc-sim.exp: Likewise.
667         * baseboards/sparc64-sim.exp: Likewise.
668         * baseboards/sparclite-sim-le.exp: Likewise.
669         * baseboards/sparclite-sim.exp: Likewise.
670         * baseboards/unix.exp: Likewise.
671         * baseboards/v850-sim.exp: Likewise.
672         * baseboards/visium-sim.exp: Likewise.
673         * baseboards/xtensa-sim.exp: Likewise.
675 2020-05-24  Rob Savoye  <rob@senecass.com>
677         * baseboards/pi.exp: New config file for cross testing to a
678         Raspberry PI.
680 2020-05-24  Tom Tromey  <tom@tromey.com>
682         * .gitignore: Add files.
684 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
686         * testsuite/runtest.libs/target.test: Use mockutil.tcl.
687         Collect loading DejaGnu libraries into a single loop.
688         Revise the mock board_info array.
689         Add section headings for different test groups in this file.
690         Add tests for default_target_compile in lib/target.exp.
691         * testsuite/runtest.libs/mockutil.tcl: New file.
693 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
695         * doc/dejagnu.texi (remote_exec procedure): Explicitly list
696         optional arguments instead of simply copying the Tcl argument list
697         or the remote_exec procedure.
699 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
701         * testsuite/runtest.libs/default_procs.tcl: Set sum_file to empty
702         string instead of opening a temporary file named .tmp.
703         * testsuite/runtest.libs/libs.exp: No longer need to remove .tmp.
705 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
707         * testsuite/runtest.libs/target.test: Rename fake "target_info"
708         array to a fake "board_info" array, to align with changes made to
709         the DejaGnu core on 29 January 1997 that moved the target
710         configuration data into the global board_info array.
712         * testsuite/runtest.libs/remote.test: Likewise.
714 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
716         * testsuite/runtest.libs/libs.exp: Use runtest_file_p to honor
717         requests to run only some library tests.
719 2020-05-18  Rob Savoye  <rob@senecass.com>
721         * configure.ac: Extract the current branch.
722         * Makefile.am: Change the frame_version in runtest.exp post
723         install to add the branch and git revision to make it easier to
724         support multiple versions during development.
726 2020-05-15  Rob Savoye  <rob@senecass.com>
728         * All files: Minor change, update copyright dates.
730 2019-03-08  Andrew Burgess  <andrew.burgess@embecosm.com>
732         * runtest.exp (search_and_load_file): Join the directory and
733         filename once using 'file join'.
735 2019-01-24  Jacob Bachmeyer  <jcb62281@gmail.com>
737         * doc/dejagnu.texi: Refill paragraphs and normalize inter-sentence
738         spacing so the Emacs move-by-sentence commands work correctly.
740 2019-01-23  Ben Elliston  <bje@gnu.org>
742         * doc/dejagnu.texi: Replace "config file" with "configuration
743         file" throughout.
745 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
747         * doc/dejagnu.texi (Command line option variables): Improve table
748         formatting to fix overlapping columns and revise text slightly.
750 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
752         * doc/dejagnu.texi (Global config file): Change example to use the
753         Tcl "switch" command instead of the deprecated "case" command.
755 2019-01-12  Jacob Bachmeyer  <jcb62281@gmail.com>
757         * doc/dejagnu.texi (runtest_file_p procedure): Fix description of
758         the structure of the "runtests" argument.
760 2019-01-12  Ben Elliston  <bje@gnu.org>
762         * doc/dejagnu.texi: Various documentation fixes.
764 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
766         * testsuite/runtest.libs/clone_output.test: Use new test harness
767         for verifying output of clone_output.
769         * testsuite/runtest.libs/default_procs.tcl (send_error): Roll into
770         template using store_test_output.
771         (send_log): Likewise.
772         (send_user): Likewise.
773         (clear_test_output): New proc.
774         (store_test_output): New proc.
776         * lib/framework.exp (clone_output): Actually send errors to the
777         error stream; bug found while improving testsuite.
779 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
781         * testsuite/runtest.libs/libs.exp (process_test): Handle blank
782         lines from child process correctly.
784 2019-01-02  Jacob Bachmeyer  <jcb62281@gmail.com>
786         * NEWS: Document report card.
788         * Makefile.am (clean-local): Add target.
789         (clean-local-check): Add target; mark as PHONY.
790         (commands_DATA): Add "report-card" scripts.
791         (dist_man_MANS): Add dejagnu-report-card.1 and split.
792         (DEJATOOL): Add "report-card" tool.
793         (TESTSUITE_FILES): Add testsuite for "report-card" tool.
795         * commands/report-card.awk: New command script.
797         * doc/dejagnu.texi (Invoking dejagnu report card): New node.
798         * doc/dejagnu-report-card.1: New man page.
800         * testsuite/lib/bohman_ssd.exp: New file.
801         * testsuite/lib/report-card.exp: New file.
802         * testsuite/report-card.all/onetest.exp: New file.
803         * testsuite/report-card.all/passes.exp: New file.
805 2019-01-02  Ben Elliston  <bje@gnu.org>
807         * Makefile.am (DISTCLEANFILES): Don't use this.
808         (CLEANFILES): Use this instead.
809         * Makefile.in: Regenerate.
811 2019-01-01  Ben Elliston  <bje@gnu.org>
813         * configure.ac: Abort if AWK is not installed.
814         * configure: Regenerate.
816 2019-01-01  Ben Elliston  <bje@gnu.org>
818         * config.guess: Update to latest version.
819         * config.sub: Likewise.
821 2019-01-01  Ben Elliston  <bje@gnu.org>
823         * configure.ac: Add AC_PROG_AWK check.
824         * configure: Regenerate.
826 2018-12-29  Jacob Bachmeyer  <jcb62281@gmail.com>
828         * dejagnu: Avoid use of semicolon as sed(1) command separator.
829         POSIX does not clearly require sed(1) to support that feature.
831 2018-12-28  Jacob Bachmeyer  <jcb62281@gmail.com>
833         * testsuite/lib/util-defs.exp: Whitespace clean up.
835 2018-12-21  Jacob Bachmeyer  <jcb62281@gmail.com>
837         PR 33817
838         * dejagnu: Improve command parsing to fix bug. Previously, the
839         documented equivalence between "multi word command" and
840         "multi-word-command" did not hold if no arguments were given.
841         * testsuite/launcher.all/command.exp: Add tests.
843 2018-12-20  Ben Elliston  <bje@gnu.org>
845         * NEWS: Add item for new dejagnu command.
847         * Makefile.am (EXTRA_DIST): Remove $(XML).
848         * Makefile.in: Regenerate.
850 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
852         * Makefile.am (EXTRA_DIST): Add "dejagnu" launcher script and
853         contents of $(commands_DATA).
854         (bin_SCRIPTS): Add "dejagnu" launcher script.
855         (commandsdir): Installation directory for "dejagnu" subcommands is
856         $(pkgdatadir)/commands.
857         (commands_DATA): New, contains "commands/help.sh" as initial item.
858         (TESTSUITE_FILES): Add testsuite for same.
859         (DEJATOOL): Add "launcher" to list of tools to test.
860         (dist_man_MANS): Add man pages for "dejagnu" and "dejagnu help".
862         * doc/dejagnu.texi (Running other DejaGnu commands): New chapter.
863         (Invoking dejagnu): New node for dejagnu(1) launcher script.
864         (Invoking dejagnu help): New node.
866         * doc/dejagnu.1: New man page.
867         * doc/dejagnu-help.1: New man page.
869         * dejagnu: New script.
871         * commands/help.sh: New dejagnu subcommand for reading manpages.
873         * testsuite/launcher.all/command.exp: New file.
874         * testsuite/launcher.all/command/commands/bar-baz.awk: New file.
875         * testsuite/launcher.all/command/commands/bar.awk: New file.
876         * testsuite/launcher.all/command/commands/bar.sh: New file.
877         * testsuite/launcher.all/command/commands/baz-quux.gawk: New file.
878         * testsuite/launcher.all/command/commands/foo.sh: New file.
879         * testsuite/launcher.all/command/commands/foo.tcl: New file.
880         * testsuite/launcher.all/help.exp: New file.
881         * testsuite/launcher.all/interp.exp: New file.
882         * testsuite/launcher.all/verbose.exp: New file.
883         * testsuite/lib/launcher.exp: New file.
885 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
887         * doc/dejagnu.texi (bt procedure): Fix Info links.
889 2018-12-17  Ben Elliston  <bje@gnu.org>
891         * doc/dejagnu.texi (Board config file): Fix up @ref.
892         (Command line option variables): Likewise.
893         (Debugging Procedures): Add an entry for 'bt' command.
895 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
897         * runtest.exp: Move processing of -V|--version option to first
898         pass through command line arguments instead of delaying it.
900 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
902         * Makefile.am (RUNTESTDEFAULTFLAGS): Remove; no longer needed.
903         * Makefile.in: Regenerate.
905 2018-12-15  Ben Elliston  <bje@gnu.org>
907         * doc/dejagnu.texi (telnet Procedure): Remove old node.
908         (rlogin Procedure): Likewise.
909         (rsh Procedure): Likewise.
910         (tip Procedure): Likewise.
911         (kermit Procedure): Likewise.
912         (list_targets Procedure): Likewise.
913         (prune_system_crud): Likewise.
915 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
917         * testsuite/runtest.libs/default_procs.tcl (send_error): New stub.
918         (send_user): Likewise.
919         * testsuite/runtest.libs/clone_output.test: Remove unneeded global
920         variable link at top-level.
921         * testsuite/runtest.libs/utils.test: Adjust absolute path to
922         config.status.
923         * testsuite/runtest.libs/clone_output.test: Use preset srcdir,
924         subdir, and objdir variables instead of extracting them from argv.
925         Remove setval.tmp, which is now obsolete.
926         * testsuite/runtest.libs/config.test: Likewise.
927         * testsuite/runtest.libs/remote.test: Likewise.
928         * testsuite/runtest.libs/target.test: Likewise.
929         * testsuite/runtest.libs/testsuite_file.test: Likewise.
930         * testsuite/runtest.libs/utils.test: Likewise.
932         * testsuite/lib/libsup.exp (make_defaults_file): Replace this ..
933         (send_defaults): .. with this.
934         (start_expect): Remove redundant code.
936         * testsuite/runtest.libs/libs.exp: Eliminate setval.tmp file.
937         Remove unneeded test for EXPECT global variable.
938         Use one Expect subprocess to run all test cases.
939         (process_test): Redesign to use Expect subprocess and to use
940         throwaway slave interpreters for running test cases.
942 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
944         * testsuite/lib/runtest.exp (runtest_start): Remove.
945         Move the sanity check in runtest_start to top-level and similarly
946         check to ensure that $EXPECT can be found.  Make failure of either
947         sanity check an immediate fatal error.
948         Improve error messages for sanity checks to indicate which
949         critical tool was not found.  Remove useless 'global RUNTEST'
950         command at top-level.
951         (runtest_version): Brace 'if' expression.
953 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
955         * testsuite/lib/runtest.exp: Use 'testsuite file' to locate the
956         default runtest executable instead of implicitly searching PATH.
957         Remove unused RUNTESTFLAGS Tcl variable.
959 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
961         * testsuite/lib/runtest.exp (runtest_start): Remove unused global
962         variable links.
964 2018-12-14  Jacob Bachmeyer  <jcb62281@gmail.com>
966         * lib/framework.exp (log_summary): Remove "testcnt" mechanism.
967         * testsuite/lib/libsup.exp: Remove obsolete "testcnt" variable.
969 2018-12-12  Ben Elliston  <bje@gnu.org>
971         * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,
972         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/rlogin.exp,
973         lib/telnet.exp, runtest.exp, testsuite/lib/libsup.exp: Simplify
974         some regular expressions in constant strings by placing them
975         inside braces instead of quotes. This allows one level of
976         backslash quoting to be removed.
978 2018-12-12  Ben Elliston  <bje@gnu.org>
980         * doc/dejagnu.texi: Acknowledge contributions to the manual from
981         others.
983 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
985         * testsuite/runtest.all/libs.exp: Use "testsuite file" command.
986         * testsuite/runtest.all/load_lib.exp: Likewise.
987         * testsuite/runtest.all/stats.exp: Likewise.
989         * testsuite/runtest.all/stats.exp: Write local init file as
990         "stats-init.exp" for status summary tests.  Use --local_init
991         option to runtest to load that file instead of site.exp and move
992         the inner test module to a nested testsuite.
993         * testsuite/runtest.all/stats-sub.exp: Move file from here ..
994         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
995         .. to here.
997         * testsuite/runtest.all/options.exp: Clean up whitespace in file.
998         Wrap lines in test list and move short items to beginning of list.
999         Write local init file as "options-init.exp" for options tests.
1000         Use --local_init option with nested runtest to load that file
1001         instead of site.exp; also create an empty nested testsuite.  Local
1002         init file arranges for inner runtest processes to run in a
1003         subdirectory in the object tree to eliminate filename clashes.
1004         Set tmpdir if not already set and remove entire temporary
1005         directory after running options tests.
1006         * testsuite/runtest.all/options/testsuite/null.test/null.exp: New.
1008         * testsuite/runtest.all/clone_output.test: Move from here ..
1009         * testsuite/runtest.libs/clone_output.test: .. to here.
1010         * testsuite/runtest.all/config.test: Move from here ..
1011         * testsuite/runtest.libs/config.test: .. to here.
1012         * testsuite/runtest.all/default_procs.tcl: Move from here ..
1013         * testsuite/runtest.libs/default_procs.tcl: .. to here.
1014         * testsuite/runtest.all/libs.exp: Move from here ..
1015         * testsuite/runtest.libs/libs.exp: .. to here.
1016         * testsuite/runtest.all/load_lib.exp: Move from here ..
1017         * testsuite/runtest.libs/load_lib.exp: .. to here.
1018         * testsuite/runtest.all/remote.test: Move from here ..
1019         * testsuite/runtest.libs/remote.test: .. to here.
1020         * testsuite/runtest.all/target.test: Move from here ..
1021         * testsuite/runtest.libs/target.test: .. to here.
1022         * testsuite/runtest.all/testsuite_file.test: Move from here ..
1023         * testsuite/runtest.libs/testsuite_file.test: .. to here.
1024         * testsuite/runtest.all/topdir/subdir1/subfile1: Move from here ..
1025         * testsuite/runtest.libs/topdir/subdir1/subfile1: .. to here.
1026         * testsuite/runtest.all/topdir/subdir1/subfile2: Move from here ..
1027         * testsuite/runtest.libs/topdir/subdir1/subfile2: .. to here.
1028         * testsuite/runtest.all/topdir/subdir1/subsubdir1/subsubfile1:
1029         Move from here ..
1030         * testsuite/runtest.libs/topdir/subdir1/subsubdir1/subsubfile1:
1031         .. to here.
1032         * testsuite/runtest.all/topdir/subdir2/subfile2: Move from here ..
1033         * testsuite/runtest.libs/topdir/subdir2/subfile2: .. to here.
1034         * testsuite/runtest.all/utils.test: Move from here ..
1035         * testsuite/runtest.libs/utils.test: .. to here.
1036         * testsuite/runtest.libs/utils.test: Update references to
1037         "runtest.all".
1039         * testsuite/runtest.all/options.exp: Move from here ..
1040         * testsuite/runtest.main/options.exp: .. to here.
1041         * testsuite/runtest.all/options/testsuite/null.test/null.exp: Move
1042         from here ..
1043         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
1044         .. to here.
1045         * testsuite/runtest.all/stats.exp: Move from here ..
1046         * testsuite/runtest.main/stats.exp: .. to here.
1047         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
1048         Move from here ..
1049         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
1050         .. to here.
1052         * Makefile.am (DISTCLEANFILES): Update for testsuite improvements.
1053         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
1054         * Makefile.in: Regenerate.
1056 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1058         * doc/dejagnu.texi: Clean up whitespace.  Some indented examples
1059         were changed to use the Texinfo '@ ' command (yes, a space
1060         character) to preserve correct indentation.  The '@ ' command is
1061         treated as a single space by Tex and makeinfo, but prevents Emacs
1062         from complaining about indentation using spaces instead of tabs.
1064 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1066         * doc/dejagnu.texi (getdirs procedure): Document hard-coded
1067         directory exclusions by name in this procedure.
1069 2018-12-10  Ben Elliston  <bje@gnu.org>
1071         * doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl
1072         glob patterns, not "shell wildcard characters" per se.
1074         * doc/dejagnu.texi (istarget procedure): Remove stray @{.
1076 2018-12-10  Jacob Bachmeyer  <jcb62281@gmail.com>
1078         * doc/dejagnu.texi (Writing a test case): Add warning about
1079         priority of Expect patterns, complete with example.
1080         * testsuite/runtest.all/libs.exp (process_test): Fix bug that
1081         caused test results other than "PASS" to be skipped if a "PASS" is
1082         further along in the input buffer.  Describe problem in manual.
1083         (process_test): Ensure that the log file shows each test case run.
1084         (process_test): Directly run the test cases instead of using
1085         temporary files and "cat".  All output is always available in the
1086         log file, which is no longer overwritten by other tests.
1087         (process_test): Expect END markers from test case scripts.
1088         * testsuite/runtest.all/clone_output.test: Emit END markers.
1089         * testsuite/runtest.all/config.test: Likewise.
1090         * testsuite/runtest.all/remote.test: Likewise.
1091         * testsuite/runtest.all/target.test: Likewise.
1092         * testsuite/runtest.all/testsuite_file.test: Likewise.
1093         * testsuite/runtest.all/utils.test: Likewise.
1095 2018-12-10  Ben Elliston  <bje@gnu.org>
1097         * lib/utils.exp (grep): Use a proper Tcl list for options.
1099 2018-12-10  Ben Elliston  <bje@gnu.org>
1101         * testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir.
1103         * lib/utils.exp (getdirs): Use glob -nocomplain rather than glob
1104         and catching the "no files matched glob pattern" error
1105         message. Catching the error message was the wrong thing to do
1106         because the foreach loop then iterates over each word in the error
1107         message as if they were matches.
1109 2018-12-10  Ben Elliston  <bje@gnu.org>
1111         * testsuite/runtest.all/utils.test (getdirs): Add a test for the
1112         non-existent directory case.
1114 2018-12-10  Ben Elliston  <bje@gnu.org>
1116         * runtest.exp: Remove unnecessary quotes and braces around
1117         variable expansions.
1119         * lib/debugger.exp (dumpvars): Remove unnecessary braces.
1121 2018-12-09  Ben Elliston  <bje@gnu.org>
1123         * runtest.exp (setup_target_hook): Use 'ne' and not '!='.
1124         (iterate_target_variants_two): Likewise.
1125         * lib/remote.exp (standard_download): Use 'eq' not '=='.
1126         (remote_upload): Likewise.
1127         * lib/framework.exp (open_logs): Likewise.
1128         (is_remote): Likewise.
1130 2018-12-09  Ben Elliston  <bje@gnu.org>
1132         * baseboards/basic-sid.exp, baseboards/basic-sim.exp,
1133         baseboards/i386-sid.exp, baseboards/mt-sid.exp,
1134         baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp,
1135         config/gdb_stub.exp, config/sim.exp, config/unix.exp,
1136         config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp,
1137         lib/framework.exp, lib/kermit.exp, lib/libgloss.exp,
1138         lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp,
1139         lib/utils.exp, testsuite/lib/libsup.exp,
1140         testsuite/runtest.all/options.exp,: Remove unnecessary braces
1141         around variable expansions.
1143 2018-12-09  Ben Elliston  <bje@gnu.org>
1145         * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp,
1146         lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp,
1147         lib/target.exp, lib/tip.exp, lib/utils.exp, runtest.exp: Remove
1148         unnecessary quotes and braces around variable expansions.
1150 2018-12-09  Ben Elliston  <bje@gnu.org>
1152         * config/gdb-comm.exp: Remove unnecessary quotes.
1153         * config/gdb_stub.exp: Likewise.
1154         * config/vxworks.exp: Likewise.
1155         * config/unix.exp: Likewise.
1156         * config/sim.exp: Likewise.
1158 2018-12-09  Ben Elliston  <bje@gnu.org>
1160         * testsuite/lib/libsup.exp: Remove unnecessary quotes around
1161         variable expansions.
1162         * testsuite/lib/util-defs.exp: Likewise.
1164 2018-12-09  Ben Elliston  <bje@gnu.org>
1166         * baseboards/androideabi.exp: Remove unnecessary quotes and braces
1167         around variable expansions.
1168         * baseboards/basic-sid.exp: Likewise.
1169         * baseboards/cris-sim.exp: Likewise.
1170         * baseboards/generic-sim.exp: Likewise.
1171         * baseboards/mcore-moto-sim.exp: Likewise.
1172         * baseboards/multi-sim.exp: Likewise.
1174 2018-12-08  Ben Elliston  <bje@gnu.org>
1176         * NEWS: Tweak.
1178 2018-12-08  Ben Elliston  <bje@gnu.org>
1180         * lib/dejagnu.exp (host_execute): Remove unnecessary quotes around
1181         variable expansions.
1182         * testsuite/runtest.all/clone_output.test: Likewise.
1183         * testsuite/runtest.all/target.test: Likewise.
1184         * testsuite/runtest.all/stats.exp: Likewise.
1185         * testsuite/runtest.all/remote.test: Likewise.
1186         * testsuite/runtest.all/config.test: Likewise.
1187         * testsuite/runtest.all/default_procs.tcl: Likewise.
1188         * testsuite/runtest.all/libs.exp: Likewise.
1189         * testsuite/runtest.all/options.exp: Likewise.
1191 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1193         * NEWS: Document 'testsuite' command.
1194         * doc/dejagnu.texi (testsuite procedure): Document multiplex entry
1195         point and "testsuite file" command.
1196         * lib/framework.exp (testsuite): New proc for multiplex commands.
1197         (testsuite_file): New proc implementing "testsuite file".
1198         * testsuite/runtest.all/testsuite_file.test: New file.
1199         * runtest.exp: Expect to find testsuite in ${srcdir}/testsuite,
1200         but also search $srcdir itself.
1201         (load_lib): Add explicit search for testsuite-local libraries.
1202         (load_tool_init): Use $testsuitedir in search.
1203         (load_config): Use $testsuitedir instead of $srcdir.
1204         (load_tool_target_config): Likewise.
1206         Add variable "testsuitedir" for testsuite root directory.
1208         Add internal global variables "testbuilddir" and "testdir" for use
1209         by "testsuite file".
1211         Ensure that $testsuitedir, $testbuilddir, and $objdir also avoid
1212         duplicated path delimiters.
1214         Add warning if no tests are found and fallback method of searching
1215         $srcdir is used.
1217 2018-12-08  Ben Elliston  <bje@gnu.org>
1219         * testsuite/lib/libsup.exp (start_expect): Brace commands in if
1220         expressions.
1221         * testsuite/lib/util-defs.exp (util_test): Likewise.
1222         * testsuite/runtest.all/stats.exp: Likewise.
1223         * testsuite/runtest.all/libs.exp: Likewise.
1225 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1227         * testsuite/runtest.all/default_procs.tcl:
1228         (lib_errpat_test, lib_errregexp_test, lib_err_test): New.
1229         (lib_regexp_test): Fix copy-paste-edit error.
1230         (lib_pat_test, lib_regexp_test, lib_ret_test, lib_bool_test):
1231         Fix handling of errors raised by tested procedure.  Also ensure
1232         proper quoting of argument lists passed to eval and simplify
1233         the logic for producing return values.
1235 2018-12-08  Ben Elliston  <bje@gnu.org>
1237         * config/vxworks.exp (${board}_init): Use 'ne' instead of !=.
1239 2018-12-08  Ben Elliston  <bje@gnu.org>
1241         * lib/tip.exp (tip_open): Put braces around if expression.
1243 2018-12-08  Ben Elliston  <bje@gnu.org>
1245         * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp,
1246         lib/remote.exp, lib/framework.exp, lib/dg.exp, config/vxworks.exp,
1247         config/sim.exp, config/gdb_stub.exp, config/aarch64-fv8.exp,
1248         baseboards/vr4300-sim.exp, baseboards/vr4111-sim.exp,
1249         baseboards/vr4100-sim.exp, baseboards/sh-sid.exp,
1250         baseboards/mt-sid.exp, baseboards/mips-sim.exp,
1251         baseboards/mips-sim-idt64.exp, baseboards/mips-sim-idt32.exp,
1252         baseboards/i386-sid.exp, baseboards/arm-sim.exp,
1253         baseboards/arm-ice.exp, baseboards/androideabi.exp,
1254         testsuite/runtest.all/utils.test,
1255         testsuite/runtest.all/target.test: Replace string literal
1256         comparisons using == and != with 'eq' and 'ne'.
1258 2018-12-08  Ben Elliston  <bje@gnu.org>
1260         * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp,
1261         lib/rsh.exp, lib/rlogin.exp, lib/remote.exp, lib/libgloss.exp,
1262         lib/framework.exp, lib/dg.exp, lib/dejagnu.exp,
1263         config/vxworks.exp, config/unix.exp, config/sim.exp,
1264         config/gdb_stub.exp, config/gdb-comm.exp, config/adb.exp,
1265         baseboards/multi-sim.exp, baseboards/cris-sim.exp,
1266         baseboards/basic-sim.exp, baseboards/basic-sid.exp,
1267         baseboards/androideabi.exp, testsuite/runtest.all/load_lib.exp,
1268         testsuite/libdejagnu/tunit.exp: Replace empty string comparisons
1269         using == and != with 'eq' and 'ne'.
1271 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1273         * testsuite/runtest.all/default_procs.tcl (lib_bool_test): New.
1274         (lib_regexp_test): New.
1275         (lib_pat_test): Brace "if" conditions.
1276         (lib_pat_test): Remove spurious quotes in debugging output.
1277         (run_tests): Add support for comments in lists of procedure tests.
1279         * testsuite/runtest.all/config.test: Adjust to use run_tests
1280         procedure. Fixes issue cited in FIXME comment.
1282         * testsuite/runtest.all/utils.test (getdirs tests): Fix these.
1283         The old tests had the sense of the return value from lib_pat_test
1284         inverted and were failing but reported PASS.
1285         (find tests, relative_filename tests, runtest_file_p tests):
1286         Adjust to use run_tests procedure.
1288 2018-12-07  Ben Elliston  <bje@gnu.org>
1290         * doc/dejagnu.texi: Add more missing material.
1292 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1294         * testsuite/runtest.all/default_procs.tcl (lib_ret_test): Tidy.
1295         (run_tests): Replace implicit "eval" with explicit "eval".  Tidy.
1296         (verbose): Remove unnecessary quotes.
1298 2018-12-06  Ben Elliston  <bje@gnu.org>
1300         * doc/dejagnu.texi: Add more missing material.
1302 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1304         * testsuite/runtest.all/default_procs.tcl: Whitespace clean up.
1305         (lib_pat_test): Handle an argument list instead of only a single
1306         argument for the procedure under test.
1307         (lib_ret_test): Likewise.
1308         * testsuite/runtest.all/utils.test: Whitespace clean up.
1309         Adjust to pass argument lists for improved lib_pat_test.
1310         * testsuite/runtest.all/clone_output.test: Likewise.
1312 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1314         * lib/remote.exp (standard_load): Fix typo on empty string.
1315         * runtest.exp: Adjust expression to follow GNU conventions.
1316         * lib/utils.exp (diff): Fix mistake in replacing [string compare]
1317         with "eq" instead of "ne".
1318         * testsuite/runtest.all/config.test: Likewise.
1320 2018-12-06  Ben Elliston  <bje@gnu.org>
1322         * runtest.exp: Replace [string match] commands involving literal
1323         strings and variables known to not be Tcl glob patterns with eq
1324         and ne.
1325         * config/unix.exp: Likewise.
1326         * lib/debugger.exp: Likewise.
1327         * lib/dg.exp: Likewise.
1328         * lib/framework.exp: Likewise.
1329         * lib/remote.exp: Likewise.
1330         * lib/utils.exp: Likewise.
1331         * baseboards/androideabi.exp: Likewise.
1332         * baseboards/multi-sim.exp: Likewise.
1333         * testsuite/lib/util-defs.exp: Likewise.
1334         * testsuite/runtest.all/config.test: Likewise.
1336 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1338         * testsuite/runtest.all/utils.test: Add Tcl mode marker for Emacs.
1339         * testsuite/runtest.all/target.test: Likewise.
1340         * testsuite/runtest.all/remote.test: Likewise.
1341         * testsuite/runtest.all/config.test: Likewise.
1342         * testsuite/runtest.all/clone_output.test: Likewise.
1344 2018-12-06  Ben Elliston  <bje@gnu.org>
1346         * runtest.exp: Replace '==' with 'eq' for string compares.
1347         Likewise, replace '!=' with 'ne'. Replace a few instances of
1348         [string length $str] == 0 with $str eq "".
1349         * config/gdb-comm.exp: Likewise.
1350         * lib/dg.exp: Likewise.
1351         * lib/framework.exp: Likewise.
1352         * lib/libgloss.exp: Likewise.
1353         * lib/remote.exp: Likewise.
1354         * lib/target.exp: Likewise.
1355         * lib/utils.exp: Likewise.
1357 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1359         * runtest.exp: Replace archaic use of [string match] with "eq".
1361 2018-12-06  Ben Elliston  <bje@gnu.org>
1363         * doc/dejagnu.texi (compile Procedure): Remove old node.
1364         (archive Procedure): Likewise.
1365         (ranlib Procedure): Likewise.
1367 2018-12-06  Ben Elliston  <bje@gnu.org>
1369         * doc/dejagnu.texi (rsh procedure): Fix node connectivity.
1371 2018-12-06  Ben Elliston  <bje@gnu.org>
1373         * lib/telnet.exp (telnet_open): Remove connectmode global.
1374         * doc/dejagnu.texi (Procedures For Remote Communication): Remove
1375         mention of connectmode.
1377 2018-12-05  Ben Elliston  <bje@gnu.org>
1379         * doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete
1380         node.
1382 2018-12-05  Ben Elliston  <bje@gnu.org>
1384         * doc/dejagnu.texi: Add more missing material.
1386 2018-12-05  Ben Elliston  <bje@gnu.org>
1388         * testsuite/runtest.all/utils.test: Test runtest_file_p.
1390 2018-12-05  Jacob Bachmeyer  <jcb62281@gmail.com>
1392         * runtest.exp (load_config): Remove unused globals.
1393         (load_generic_config): Likewise.
1394         (load_board_description): Likewise.
1395         (load_base_board_description): Likewise.
1397 2018-12-05  Ben Elliston  <bje@gnu.org>
1399         * lib/utils.exp (grep): Handle -n.
1400         * doc/dejagnu.texi (grep procedure): Document it.
1401         * testsuite/runtest.all/utils.test: Add a test case.
1402         * NEWS: Add an item.
1404 2018-12-05  Ben Elliston  <bje@gnu.org>
1406         * testsuite/runtest.all/utils.test: Test diff.
1408 2018-12-04  Ben Elliston  <bje@gnu.org>
1410         * testsuite/runtest.all/utils.test: Test grep.
1412 2018-12-04  Ben Elliston  <bje@gnu.org>
1414         * testsuite/runtest.all/utils.test (which): Fail on the else path,
1415         don't pass in either case.
1417 2018-12-04  Ben Elliston  <bje@gnu.org>
1419         * doc/dejagnu.texi (Libgloss): Improve documentation.
1420         (Debugging Procedures): Likewise.
1422 2018-12-04  Ben Elliston  <bje@gnu.org>
1424         * lib/debugger.exp (dumprocs): Fix proc comment.
1426 2018-12-04  Ben Elliston  <bje@gnu.org>
1428         * doc/dejagnu.texi (Utility Procedures): Improve documentation for
1429         the procedures in this section.
1431 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1433         * NEWS: Document new relative_filename procedure and --local_init/
1434         --global_init command line options.
1436 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1438         * lib/utils.exp (relative_filename): New proc.
1439         * runtest.exp: Use it.
1440         * doc/dejagnu.texi (relative_filename procedure): Document it.
1441         * testsuite/runtest.all/utils.test: Add tests for relative_filename.
1443 2018-12-03  Ben Elliston  <bje@gnu.org>
1445         * dejagnu.h (TestState): Remove const char * variants of pass(),
1446         xpass(), fail(), xfail(), untested(), unresolved() for C++. A
1447         const char * will be implicitly converted to std::string.
1449 2018-12-03  Ben Elliston  <bje@gnu.org>
1451         * doc/dejagnu.texi: Move 'Built-in Procedures' node up a level,
1452         removing the 'Reference' node and chapter. Make all subsubsections
1453         in this chapter unnumbered subheadings.
1455 2018-12-03  Jacob Bachmeyer  <jcb62281@gmail.com>
1457         * doc/dejagnu.texi: Fix Info node links.  The arguments to @node
1458         are: here, next, previous, up; not here, previous, next, up.
1460 2018-12-03  Ben Elliston  <bje@gnu.org>
1462         * Makefile.am (EXTRA_DIST): Use $(TEXINFO_TEX), not a hardcoded
1463         doc/texinfo.tex. With thanks to Jacob Bachmeyer.
1464         * Makefile.in: Regenerate.
1466 2018-12-03  Ben Elliston  <bje@gnu.org>
1468         * Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex.
1469         (EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise
1470         prevents the distribution of the overridden texinfo.tex.
1471         * Makefile.in: Regenerate.
1472         * texinfo.tex: Move from here ..
1473         * doc/texinfo.tex: .. to here.
1475 2018-12-03  Ben Elliston  <bje@gnu.org>
1477         * lib/framework.exp (isremote): Add verbose message.
1479 2018-12-02  Ben Elliston  <bje@gnu.org>
1481         * lib/framework.exp (isremote): Pass $board to is_remote.
1483 2018-12-02  Ben Elliston  <bje@gnu.org>
1485         * doc/fdl.texi: New.
1486         * doc/dejagnu.texi (Variable Index): New.
1487         Add more concept index entries.
1488         (GNU Free Documentation License): New appendix.
1490 2018-12-02  Ben Elliston  <bje@gnu.org>
1492         * doc/dejagnu.texi (Procedure Index): New. Add Texinfo function
1493         index (@findex) entries for every built-in procedure.
1495 2018-12-02  Ben Elliston  <bje@gnu.org>
1497         * doc/dejagnu.texi: Start an index.
1499 2018-12-02  Ben Elliston  <bje@gnu.org>
1501         * doc/version.texi: New.
1503 2018-12-02  Ben Elliston  <bje@gnu.org>
1505         * doc/dejagnu.texi: Add title page and frontmatter. Include
1506         version.texi.
1507         * Makefile.in: Regenerate.
1508         * mdate-sh: Installed by automake --add-missing.
1510 2018-12-02  Ben Elliston  <bje@gnu.org>
1512         * doc/dejagnu.texi (diff procedure): Tidy up this node.
1514 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1516         * runtest.exp (hex): Remove useless test before setting.
1517         (decimal): Likewise.
1519 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1521         * doc/dejagnu.texi (Invoking runtest): Document new --local_init
1522         and --global_init command line options.
1523         * doc/runtest.1: Likewise.
1525         * runtest.exp: Remove useless tests before setting default values
1526         for variables: all_flag, binpath, debug, options, outdir, reboot,
1527         tracelevel, verbose, log_dialog.  They are set before loading any
1528         files or parsing the command line.
1530         * runtest.exp: Add options --local_init and --global_init for
1531         selecting alternate testsuite configuration files.
1533         * runtest.exp: Split variable "configfile" into "local_init_file"
1534         and "global_init_file" in preparation for adding command-line
1535         options to specify these independently.
1537         * runtest.exp (load_generic_config): Remove configfile global.
1538         (load_board_description): Likewise.
1539         (load_base_board_description): Likewise.
1541 2018-11-30  Ben Elliston  <bje@gnu.org>
1543         * lib/utils.exp (grep): Remove reference to "NULL" in comment.
1544         * testsuite/lib/util-defs.exp (util_start): Likewise.
1546 2018-11-30  Ben Elliston  <bje@gnu.org>
1548         * doc/dejagnu.texi: (verbose procedure): Improve documentation.
1549         (load_lib procedure): Likewise.
1551 2018-11-30  Ben Elliston  <bje@gnu.org>
1553         * doc/dejagnu.texi: More clean-ups of built-in proc documentation.
1555 2018-11-30  Ben Elliston  <bje@gnu.org>
1557         * runtest.exp: Use isremote.
1558         * lib/target.exp: Likewise.
1559         * lib/remote.exp: Likewise.
1560         * lib/libgloss.exp: Likewise.
1561         * config/unix.exp: Likewise.
1562         * config/sim.exp: Likewise.
1563         * config/gdb_stub.exp: Likewise.
1564         * config/gdb-comm.exp: Likewise.
1565         * baseboards/basic-sim.exp: Likewise.
1566         * baseboards/androideabi.exp: Likewise.
1568 2018-11-30  Ben Elliston  <bje@gnu.org>
1570         * lib/framework.exp (isremote): New.
1571         * doc/dejagnu.texi (isremote procedure): Document it.
1572         * NEWS: Mention isremote.
1574 2018-11-30  Ben Elliston  <bje@gnu.org>
1576         * texinfo.tex: Update to latest upstream version.
1577         * INSTALL: Likewise.
1579 2018-11-29  Ben Elliston  <bje@gnu.org>
1581         * lib/framework.exp (istarget, ishost, istarget): Set the argument
1582         default value to the empty string.
1583         * doc/dejagnu.texi (find procedure): Remove reference to "NULL".
1584         (getenv procedure): Re-word this node.
1585         (isbuild procedure): Update.
1586         (ishost procedure): Likewise.
1587         (istarget procedure): Likewise.
1588         * testsuite/runtest.all/config.test: Add test cases.
1590 2018-11-28  Ben Elliston  <bje@gnu.org>
1592         * config.guess: Update to latest version.
1593         * config.sub: Likewise.
1595 2018-11-28  Ben Elliston  <bje@gnu.org>
1597         * NEWS: Update.
1598         * configure.ac: Update version number.
1599         * configure: Regenerate.
1600         * doc/dejagnu.texi: Update version number.
1601         * runtest.exp: Update version number.
1603 2018-11-28  Ben Elliston  <bje@gnu.org>
1605         * Makefile.am (TESTSUITE_FILES): Update filenames.
1606         * Makefile.in: Regenerate.
1608 2018-11-28  Ben Elliston  <bje@gnu.org>
1610         * NEWS: Update.
1612         * doc/dejagnu.texi: Tidy up (fill) some paragraphs.
1614 2018-11-25  Jacob Bachmeyer  <jcb62281@gmail.com>
1616         * lib/framework.exp: Clean up whitespace.
1618 2018-11-25  Ben Elliston  <bje@gnu.org>
1620         * config/gdb-comm.exp: Clean up whitespace.
1621         * config/gdb_stub.exp: Likewise.
1622         * config/sid.exp: Likewise.
1623         * config/sim.exp: Likewise.
1624         * config/unix.exp: Likewise.
1626 2018-11-23  Ben Elliston  <bje@gnu.org>
1628         * doc/dejagnu.texi (getdirs procedure): Improve documentation
1629         including documenting the -all option.
1630         (find procedure): Fix a typo.
1631         * lib/utils.exp (getdirs): Improve comments.
1633 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1635         * runtest.exp: Ensure that multipass pass variables are always
1636         restored.  Previously, they were only restored if the "Go digging
1637         for tests" branch was taken near the end of runtest.exp.
1639 2018-11-22  Ben Elliston  <bje@gnu.org>
1641         * doc/dejagnu.texi (Customizing DejaGnu): Document error handling
1642         of the $DEJAGNU environment variable (see change below).
1644 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1646         * runtest.exp: Raise error if $DEJAGNU is defined but not found.
1648 2018-11-15  Jacob Bachmeyer  <jcb62281@gmail.com>
1650         * runtest.exp (load_tool_init): Search for tool init file instead
1651         of assuming exactly one location.
1653 2018-11-15  Ben Elliston  <bje@gnu.org>
1655         * runtest.exp (load_lib): Whitespace fix.
1657 2018-11-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1659         * lib/ssh.exp: Clean up whitespace.
1660         * lib/remote.exp: Clean up whitespace.
1661         (remote_expect): Change literal tab to "\t" in regexp.
1663 2018-11-05  Ben Elliston  <bje@gnu.org>
1665         * config.guess: Update to latest version.
1666         * config.sub: Likewise.
1668 2018-11-02  Ben Elliston  <bje@gnu.org>
1670         * Makefile.in: Regenerate.
1672 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1674         * Makefile.am (DEJATOOL): List tools in testsuite.
1675         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1676         * testsuite/config/default.exp: Rename from this ...
1677         * testsuite/lib/runtest.exp: ... to this.
1678         (runtest_exit): Remove spurious "close". This was causing per-tool
1679         testing to fail, since the testsuite for "runtest" never actually
1680         uses "spawn", so "close" ends up closing exp0, which is the
1681         terminal.  The ${tool}_exit proc is not called if the --tool
1682         option is not given, so this had no effect earlier.
1683         * testsuite/lib/libdejagnu.exp: New empty file.
1685 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1687         * runtest.exp (load_tool_init): Add message indicating the
1688         expected location of the tool init file.
1690 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1692         * contrib/sum2junit.sh (failures): Fix typo.
1694 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1696         * configure.ac (DEJAGNU): Add comments.
1698 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1700         * Makefile.am (DEJATOOL): List tools in testsuite.
1701         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1702         * testsuite/config/default.exp: Rename from this ...
1703         * testsuite/lib/runtest.exp: ... to this.
1704         (runtest_exit): Remove spurious "close".  This was causing
1705         per-tool testing to fail, since the testsuite for "runtest" never
1706         actually uses "spawn", so "close" ends up closing exp0, which is
1707         the terminal.  The ${tool}_exit proc is not called if the --tool
1708         option is not given, so this had no effect earlier.
1709         * testsuite/lib/libdejagnu.exp: New empty file.
1711 2018-10-30  Ben Elliston  <bje@gnu.org>
1713         * Makefile.am (DISTCLEANFILES): Add testrun.xml.
1714         * Makefile.in: Regenerate with Automake 1.15.1.
1715         * aclocal.m4: Likewise.
1717 2018-10-30  Ben Elliston  <bje@gnu.org>
1719         * configure.ac (AC_CONFIG_SUBDIRS): Remove.
1720         * configure: Regenerate.
1722 2018-10-29  Ben Elliston  <bje@gnu.org>
1724         * README (Documentation): Update.
1726 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1728         * lib/framework.exp (record_test): Really fix message formatting.
1730 2018-10-29  Ben Elliston  <bje@gnu.org>
1732         Reported by Jacob Bachmeyer.
1733         * testsuite/runtest.all/utils.test: Fix missing end quote.
1735 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1737         * lib/framework.exp (record_test): Fix message formatting.
1739 2018-07-20  Ben Elliston  <bje@gnu.org>
1741         * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings.
1742         * contrib/mysql/sum2xml.sh: Likewise.
1744 2018-07-20  Ben Elliston  <bje@gnu.org>
1746         * contrib/compare_tests: Eliminate Shellcheck warnings.
1747         * contrib/mysql/sum2xml.sh: Likewise.
1749 2018-07-20  Ben Elliston  <bje@gnu.org>
1751         * compile, depcomp, install-sh: Latest upstream versions.
1753 2018-07-20  Ben Elliston  <bje@gnu.org>
1755         * contrib/sum2junit.sh: Eliminate some Shellcheck warnings.
1757 2018-07-19  Ben Elliston  <bje@gnu.org>
1759         * runtest: Use POSIX 'command', not 'type', to look for the Expect
1760         binary. Silences Shellcheck warning SC2039 ("In POSIX sh, 'type'
1761         is undefined").
1763 2018-07-19  Ben Elliston  <bje@gnu.org>
1765         * config.guess: Update to latest version.
1766         * config.sub: Likewise.
1768 2018-07-06  Richard Biener  <rguenther@suse.de>
1770         * lib/remote.exp (close_wait_program): Use separate kill command
1771         for each pid.
1773 2017-10-16  Ben Elliston  <bje@gnu.org>
1775         * NEWS: Start a new section for the next release.
1776         * configure.ac (AC_INIT): Update version number.
1777         * configure: Regenerate.
1778         * runtest.exp (frame_version): Update version number.
1779         * doc/dejagnu.texi: Likewise.
1780         * doc/runtest.1: Update datestamp.
1782 2017-10-16  Ben Elliston  <bje@gnu.org>
1784         * config.guess: Update to version 2017-09-26.
1785         * config.sub: Likewise.
1787 2017-09-13  Ben Elliston  <bje@gnu.org>
1789         * lib/framework.exp (open_logs): Set XML version to 1.1.
1790         (xml_tag): Skip valid whitespace chars (0x9, 0xA, 0xD). Include
1791         missing 'x' in escape sequence.
1793 2017-08-29  Ben Elliston  <bje@gnu.org>
1795         Revert these changes:
1797         2016-04-25  Ben Elliston  <bje@gnu.org>
1799         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1801         2016-04-24  Ben Elliston  <bje@gnu.org>
1803         * lib/utils.exp (unsetenv): Remove proc.
1804         * doc/dejagnu.texi: Update documentation.
1805         * NEWS: Update.
1807 2017-08-19  Ben Elliston  <bje@gnu.org>
1809         * lib/framework.exp (xml_tag): Escape all of the non-printable
1810         control characters (ASCII codes 1 to 31 inclusive).
1812 2017-08-18  Tom Tromey  <tom@tromey.com>
1814         * runtest.exp: Fix --directory matching.
1816 2017-08-15  Ben Elliston  <bje@gnu.org>
1818         * lib/framework.exp (xml_tag): New proc.
1819         (log_summary): Use it.
1820         (record_test): Likewise.
1822 2017-08-15  Ben Elliston  <bje@gnu.org>
1824         * lib/framework.exp (open_logs): Set .xml filename correctly.
1825         * runtest.exp: Remove xml_file_name var.
1826         (usage): Update --xml option to not take an argument.
1827         (load_tool_init): Likewise.
1828         * doc/dejagnu.texi (Invoking runtest): Update documentation.
1829         * doc/runtest.1: Likewise.
1831 2017-08-01  Ben Elliston  <bje@gnu.org>
1833         * runtest.exp (usage): Improve --strace message.
1835 2017-08-01  Ben Elliston  <bje@gnu.org>
1837         * runtest.exp (usage): --reboot doesn't take a 'name' parameter.
1839 2017-06-04  Ben Elliston  <bje@gnu.org>
1841         * lib/target.exp (push_target): Remove unnecessary global command.
1842         * testsuite/runtest.all/target.test: Overhaul tests.
1844 2017-06-04  Ben Elliston  <bje@gnu.org>
1846         * testsuite/runtest.all/remote.test: Remove cruft from yesteryear.
1848 2017-06-04  Tom de Vries  <tom@codesourcery.com>
1850         * testsuite/runtest.all/target.test: Remove list_targets test.
1852 2017-06-04  Tom de Vries  <tom@codesourcery.com>
1854         * testsuite/runtest.all/libs.exp (process_test): Dump entire
1855         output when there's no reportable output.
1856         * testsuite/runtest.all/remote.test (load_lib): New proc.
1857         * testsuite/runtest.all/target.test (load_lib): Same.
1859 2017-03-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1861         * lib/remote.exp (remote_download): Add logging message when
1862         source and destination file differ in name.
1864 2016-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1866         * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
1868 2016-06-28  Ben Elliston  <bje@gnu.org>
1870         * aclocal.m4, Makefile.in: Regenerate with automake 1.15.
1871         * configure: Regenerate.
1873 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1875         * configure.ac, dejagnu.h, runtest, runtest.exp,
1876         baseboards/am33_2.0-libremote.exp, baseboards/androideabi.exp,
1877         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
1878         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
1879         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
1880         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
1881         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
1882         baseboards/i386-sid.exp, baseboards/iq2000-sim.exp,
1883         baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp,
1884         baseboards/linux-libremote.exp, baseboards/m68k-sid.exp,
1885         baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp,
1886         baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp,
1887         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp,
1888         baseboards/mips-sim-mti32.exp, baseboards/mips-sim-mti64.exp,
1889         baseboards/mips-sim-mti64_64.exp,
1890         baseboards/mips-sim-mti64_n32.exp, baseboards/mips-sim-sde32.exp,
1891         baseboards/mips-sim-sde64.exp, baseboards/mips-sim.exp,
1892         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
1893         baseboards/mn10300-sim.exp, baseboards/moxie-sim.exp,
1894         baseboards/mt-sid.exp, baseboards/multi-sim.exp,
1895         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
1896         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
1897         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
1898         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
1899         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
1900         baseboards/unix.exp, baseboards/v850-sim.exp,
1901         baseboards/visium-sim.exp, baseboards/vr4100-sim.exp,
1902         baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp,
1903         baseboards/xtensa-sim.exp, lib/debugger.exp, lib/dejagnu.exp,
1904         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/remote.exp,
1905         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
1906         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
1907         testsuite/config/default.exp, testsuite/lib/libsup.exp,
1908         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
1909         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
1910         testsuite/runtest.all/stats-sub.exp,
1911         testsuite/runtest.all/stats.exp, config/adb.exp,
1912         config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp,
1913         config/sid.exp, config/sim.exp, config/unix.exp,
1914         config/vxworks.exp: Update copyright date for 2016.
1916 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1918         * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp,
1919         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
1920         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
1921         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
1922         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
1923         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
1924         baseboards/generic-sim.exp, baseboards/i386-sid.exp,
1925         baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp,
1926         baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp,
1927         baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp,
1928         baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp,
1929         baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp,
1930         baseboards/mips-sim-idt64.exp, baseboards/mips-sim.exp,
1931         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
1932         baseboards/mn10300-sim.exp, baseboards/mt-sid.exp,
1933         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
1934         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
1935         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
1936         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
1937         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
1938         baseboards/unix.exp, baseboards/v850-sim.exp,
1939         baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp,
1940         baseboards/vr4300-sim.exp, baseboards/xtensa-sim.exp,
1941         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
1942         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
1943         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
1944         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
1945         testsuite/config/default.exp, testsuite/lib/libsup.exp,
1946         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
1947         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
1948         testsuite/runtest.all/options.exp,
1949         testsuite/runtest.all/stats-sub.exp,
1950         testsuite/runtest.all/stats.exp, config/default.exp,
1951         config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp,
1952         config/sim.exp, config/unix.exp, config/vxworks.exp, configure.ac,
1953         dejagnu.h, runtest, runtest.exp: Use condensed years in copyright
1954         statement.
1956 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1958         * doc/runtest.1: Use condensed years in copyright statement.
1960 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1962         * runtest: Quote paths. Use test -z, -n for clarity.
1964 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1966         * config/adb.exp (adb_exec) Improve verbose message.
1968 2016-06-03  Jim Wilson  <jim.wilson@linaro.org>
1970         * baseboards/aarch64-sim.exp: New file.
1971         * Makefile.am (baseboard_DATA): Add aarch64-sim.exp.
1972         * Makefile.in: Regenerate.
1973         * lib/libgloss.exp (libgloss_link_flags): Map aarch64* to aarch64.
1975 2016-04-26  Ben Elliston  <bje@gnu.org>
1977         * doc/dejagnu.texi: Fill more paragraphs.
1979 2016-04-25  Ben Elliston  <bje@gnu.org>
1981         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1983 2016-04-24  Ben Elliston  <bje@gnu.org>
1985         * lib/utils.exp (unsetenv): Remove proc.
1986         * doc/dejagnu.texi: Update documentation.
1987         * NEWS: Update.
1989 2016-04-19  Nick Clifton  <nickc@redhat.com>
1991         * baseboards/msp430-sim.exp: New file.
1992         * Makefile.am (baseboard_DATA): Add msp430-sim.exp.
1993         * Makefile.in: Regenerate.
1995 2016-04-18  Ben Elliston  <bje@gnu.org>
1997         * runtest: Remove quoting in final exec command.
1999 2016-04-17  Ben Elliston  <bje@gnu.org>
2001         * lib/remote.exp: Load ssh.exp lib.
2003 2016-04-17  Ben Elliston  <bje@gnu.org>
2005         * lib/rsh.exp (rsh_open): Fix description comment.
2007 2016-04-17  Ben Elliston  <bje@gnu.org>
2009         Reported by shellcheck.
2010         * runtest: Use $((..)) not `expr ..` and defensively double quote
2011         shell variables.
2013 2016-04-17  Ben Elliston  <bje@gnu.org>
2015         * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.
2016         * Makefile.in: Regenerate.
2018 2016-04-17  Ben Elliston  <bje@gnu.org>
2020         Reported by shellcheck.
2021         * runtest: Use $((..)) not `expr ..`.
2023 2016-04-17  Ben Elliston  <bje@gnu.org>
2025         * configure.ac (AC_INIT): Update version number.
2026         * configure: Regenerate.
2027         * runtest.exp (frame_version): Update version number.
2028         * doc/dejagnu.texi: Likewise.
2030 2016-04-17  Ben Elliston  <bje@gnu.org>
2032         * NEWS: Start a new section for the next release.
2034 2016-04-15  Ben Elliston  <bje@gnu.org>
2036         * Makefile.am (CONTRIB): Add new contrib scripts.
2037         * Makefile.in: Regenrate.
2039 2016-04-15  Ben Elliston  <bje@gnu.org>
2041         * lib/ssh.exp (ssh_exec): Handle regexp return status.
2043 2016-04-13  Ben Elliston  <bje@gnu.org>
2045         * lib/rsh.exp (rsh_exec): Improve verbose message.
2046         * lib/ssh.exp (ssh_exec): Likewise.
2047         * config/adb.exp: Likewise.
2049 2016-04-13  Ben Elliston  <bje@gnu.org>
2051         * runtest.exp: Improve --version (-v) output.
2052         * testsuite/runtest.all/options.exp: Update test case.
2054 2016-04-13  Christophe Lyon  <christophe.lyon@linaro.org>
2056         * lib/rsh.exp (rsh_exec): Handle regexp return status.
2058 2016-04-08  Ben Elliston  <bje@gnu.org>
2060         Reported by Faraz Shahbazker.
2061         * doc/dejagnu.texi (Global config file): Fix broken @node.
2062         (Local config file): Likewise.
2064 2016-04-07  Ben Elliston  <bje@gnu.org>
2066         * lib/remote.exp (remote_exec): Join cd $remotedir and $program on
2067         the command line with ';' and not &&.
2069 2016-04-07  Ben Elliston  <bje@gnu.org>
2071         Reported by Faraz Shahbazker.
2072         * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node.
2074 2016-04-06  Yvan Roux  <yvan.roux@linaro.org>
2076         * lib/remote.exp (remnote_download): Create a remote directory if
2077         needed and use it.
2078         (remote_exec): Execute program inside remotedir when it exists.
2079         (standard_load): Set remotedir board field if not present.
2080         * config/unix.exp (unix_load): Handle remotedir in board field.
2081         (remotedir): Set board info field.
2082         * doc/dejagnu.texi (Board File Values): Document remotedir.
2084 2016-04-06  Ben Elliston  <bje@gnu.org>
2086         * doc/dejagnu.texi (Global config file): Put before node 'Local
2087         config file'.
2089 2016-04-05  Ben Elliston  <bje@gnu.org>
2091         * runtest.exp: Remove defunct and undocumented --tool_root option.
2093 2016-04-04  Ben Elliston  <bje@gnu.org>
2095         * doc/dejagnu.texi: More overhauling.
2097 2016-04-04  Ben Elliston  <bje@gnu.org>
2099         * lib/targetdb.exp (set_board_info): Improve comment.
2100         (add_board_info): Likewise.
2102 2016-04-04  Ben Elliston  <bje@gnu.org>
2104         * NEWS: Add some more detail.
2106 2016-04-04  Ben Elliston  <bje@gnu.org>
2108         * site.tmpl: Delete.
2109         * Makefile.am (EXTRA_DIST): Remove site.tmpl.
2110         * Makefile.in: Regenerate.
2112 2016-04-03  Ben Elliston  <bje@gnu.org>
2114         * doc/dejagnu.texi: More overhauling.
2116 2016-04-03  Ben Elliston  <bje@gnu.org>
2118         * runtest.exp: Document the magical handling of -D[01].
2120 2016-04-03  Ben Elliston  <bje@gnu.org>
2122         * doc/runtest.1: Do not document obsolete --status option. It is
2123         still accepted for compatibility, but does nothing.
2125 2016-04-03  Ben Elliston  <bje@gnu.org>
2127         * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
2129 2016-04-03  Ben Elliston  <bje@gnu.org>
2131         * doc/runtest.1 (OPTIONS): Sort options.
2133 2016-04-03  Ben Elliston  <bje@gnu.org>
2135         * doc/dejagnu.texi: More overhauling.
2137 2016-04-02  Ben Elliston  <bje@gnu.org>
2139         * doc/dejagnu.texi: Fill paragraphs.
2141 2016-04-02  Ben Elliston  <bje@gnu.org>
2143         * doc/dejagnu.texi: Fix capitalisation of procedure names
2144         throughout.  Use Tcl syntax in procedure prototypes, not C syntax.
2146 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
2148         * contrib/mysql/create-db.sql: New file.
2149         * contrib/mysql/importxml.sh: Likewise.
2150         * contrib/mysql/make-datafile.sh: Likewise.
2151         * contrib/mysql/plot.sh: Likewise.
2152         * contrib/mysql/README: Likewise.
2153         * contrib/mysql/sum2xml.sh: Likewise.
2155 2016-04-02  Ben Elliston  <bje@gnu.org>
2157         * config.guess: Update to version 2016-04-02.
2158         * config.sub: Update to version 2016-03-30.
2160 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
2162         * contrib/sum2junit.sh: New.
2164 2016-04-01  Ben Elliston  <bje@gnu.org>
2166         * doc/dejagnu.texi (connprocs): Document new SSH procs.
2168 2016-03-31  Rob Savoye  <rob.savoye@linaro.org>
2170         * lib/ssh.exp: New.
2171         * NEWS: Update.
2173 2016-03-30  Ben Elliston  <bje@gnu.org>
2175         * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,
2176         lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp,
2177         runtest.exp: Fix spelling errors in comments.
2179 2016-03-30  Ben Elliston  <bje@gnu.org>
2181         * lib/remote.exp (remote_expect): Use perror not send_user.
2183 2016-03-29  Ben Elliston  <bje@gnu.org>
2185         * lib/remote.exp (remote_expect): Fix spelling error.
2187 2016-03-29  Rob Savoye  <rob.savoye@linaro.org>
2189         * runtest.exp: Only print "searching for <test name>" message at
2190         verbose level >= 2 -- too much noise.
2192 2016-03-29  Ben Elliston  <bje@gnu.org>
2194         * texinfo.tex: Update to latest master version.
2195         * INSTALL: Likewise.
2197 2016-03-29  Ben Elliston  <bje@gnu.org>
2199         * runtest.exp: More fixes identified by the Frink static analyser.
2200         * lib/dg.exp: Likewise.
2201         * config/adb.exp: Likewise.
2202         * config/vxworks.exp: Likewise.
2203         * baseboards/androideabi.exp: Likewise.
2204         * baseboards/basic-sid.exp: Likewise.
2205         * baseboards/multi-sim.exp: Likewise.
2207 2016-03-28  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2209         * dg.exp (dg-do): Do not change the previously selected action if
2210         a de-selected dg-do is encountered.
2212 2016-03-28  Ben Elliston  <bje@gnu.org>
2214         * lib/framework.exp (check_xml): Remove unused proc.
2216 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2218         * lib/dmucs.exp: New.
2220 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2222         * lib/libgloss.exp (find_g++): Look for xgcc++ to use the freshly
2223         built compiler, then look in the path.
2225 2016-03-28  Ben Elliston  <bje@gnu.org>
2227         * lib/utils.exp (which): Don't exclude symbolic links--Debian's
2228         /bin/which doesn't. Modern systems rely too heavily on symbolic
2229         links (eg. alternatives).
2231 2016-03-28  Ben Elliston  <bje@gnu.org>
2233         * baseboards/multi-sim.exp: Indent properly.
2235 2016-03-28  Ben Elliston  <bje@gnu.org>
2237         * lib/rlogin.exp (rlogin_open): Return -1 if unable to spawn
2238         rlogin. Identified by Frink.
2240 2016-03-28  Ben Elliston  <bje@gnu.org>
2242         * runtest.exp: Use 'array exists' for testing array existence
2243         rather than 'info exists'.
2245 2016-03-28  Ben Elliston  <bje@gnu.org>
2247         * runtest.exp: Fixes identified by the Frink static analyser:
2248           (1) use -- in switch commands for safety,
2249           (2) remove unreachable return commands after error commands,
2250           (3) replace abbreviated "info proc" with "info procs",
2251           (4) use -- in unset commands for safety where the variable name
2252               is itself a variable.
2253         * lib/dg.exp: Likewise.
2254         * lib/debugger.exp: Likewise.
2255         * lib/framework.exp: Likewise.
2256         * lib/remote.exp: Likewise.
2257         * lib/target.exp: Likewise.
2258         * lib/targetdb.exp: Likewise.
2259         * lib/telnet.exp: Likewise.
2260         * lib/utils.exp: Likewise.
2262 2016-03-28  Ben Elliston  <bje@gnu.org>
2264         * Makefile.am: Remove references to Docbook and friends.
2265         * configure.ac: Likewise.
2266         * Makefile.in: Regenerate.
2267         * configure: Regenerate.
2268         * doc/dejagnu.xml: Remove.
2269         * doc/legal.xml: Likewise.
2270         * doc/ref.xml: Likewise.
2271         * doc/user.xml: Likewise.
2273 2016-03-28  Ben Elliston  <bje@gnu.org>
2275         * lib/framework.exp (exp_continue): Remove old compatibility
2276         wrapper. Expect deprecated 'continue -expect' in August 1997.
2278 2016-03-28  Ben Elliston  <bje@gnu.org>
2280         * NEWS: Update.
2282 2016-03-28  Ben Elliston  <bje@gnu.org>
2284         * lib/utils.exp (which): Reimplement to more closely mimic the
2285         behaviour of the UNIX which utility.
2286         * testsuite/runtest.all/utils.test: Test proc which.
2288 2016-03-27  Ben Elliston  <bje@gnu.org>
2290         * lib/remote.exp (standard_wait): Append any trailing characters
2291         to $output that may be still in $expect_out(buffer) when eof is
2292         matched. Remove arbitrary limitation in the ".+" matching case,
2293         similar to the change to local_exec on 2016-02-17.
2295 2016-03-23  Ben Elliston  <bje@gnu.org>
2297         * Makefile.am (baseboard_DATA): Remove cygwin.exp, mcore-elf.exp,
2298         mcore-pe.exp, vx4300.exp, vx68k.exp, vx960.exp, vxsparc.exp.
2299         * Makefile.in: Regenerate.
2300         * baseboards/cygwin.exp, baseboards/mcore-elf.exp,
2301         baseboards/mcore-pe.exp, baseboards/vx4300.exp,
2302         baseboards/vx68k.exp, baseboards/vx960.exp,
2303         baseboards/vxsparc.exp: Remove.
2305 2016-03-23  Ben Elliston  <bje@gnu.org>
2307         * baseboards/README: Remove mention of devo.
2308         * baseboards/iq2000-sim.exp: Likewise.
2309         * baseboards/moxie-sim.exp: Likewise.
2311 2016-03-23  Ben Elliston  <bje@gnu.org>
2313         * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp.
2314         * Makefile.in: Regenerate.
2315         * baseboards/arm-ice.exp: Reinstate.
2316         * baseboards/arm-sim.exp: Likewise.
2318 2016-03-23  Ben Elliston  <bje@gnu.org>
2320         * Makefile.am (config_DATA): Update.
2321         (baseboard_DATA): Likewise.
2322         * Makefile.in: Regenerate.
2323         * NEWS: Update.
2325         Remove the following old config files:
2327         * arc.exp, arm-ice.exp, base-config.exp, base68k.exp, bug.exp,
2328         cfdbug.exp, cygmon.exp, d10v.exp, ddb-ether.exp, ddb.exp, dos.exp,
2329         dve.exp, h8300.exp, i386-bozo.exp, i960.exp, m32r-stub.exp,
2330         m32r.exp, m68hc11.exp, m68k-emc.exp, mips-idt.exp,
2331         mn10200-eval.exp, mn10300-eval.exp, netware.exp, powerpc-bug.exp,
2332         proelf.exp, rom68k.exp, sh.exp, slite.exp, sparclet.exp,
2333         tic80.exp, vr4100.exp, vr4300.exp, vr5000.exp: Remove.
2335         Remove the following old baseboard files:
2337         * arc-sim.exp, arm-ice.exp, arm-sim.exp, cf.exp, cygmon.exp,
2338         d10v-sim.exp, d10v.exp, danlite-elf.exp, dos.exp, fr30-cygmon.exp,
2339         fr30-elf.exp, frv-elf.exp, frv-tiger.exp, frv-tomcat.exp,
2340         h8300-sim.exp, h8300.exp, i386-bozo.exp, i960-cyclone.exp,
2341         i960-sim.exp, m32r-elf.exp, m32r-linux-sim.exp, m32r-sid.exp,
2342         m32r-sim.exp, m68hc11-sim.exp, m68k-emc.exp, mips-idt.exp,
2343         mips64-sim.exp, mips64vr4100-sim.exp, mn10200-cygmon.exp,
2344         mn10300-cygmon.exp, msparc-cygmon.exp, op50n.exp, powerpc-bug.exp,
2345         powerpc-bug1.exp, rom68k-idp.exp, sh-hms.exp, sparclet-aout.exp,
2346         sparclite-coff.exp, sparclite-cygmon.exp, strongarm-cygmon.exp,
2347         tic80-sim.exp, tx39-dve.exp, usparc-cygmon.exp, vr4100-ddb.exp,
2348         vr4300-ddb.exp, vr4300.exp, vr5000-ddb.exp, x86-cygmon.exp,
2349         xscale-cygmon.exp: Remove.
2351 2016-03-22  Ben Elliston  <bje@gnu.org>
2353         * lib/target.exp (only--Ls): Change '???' comment to a note. This
2354         isn't a serious shortcoming, but the comment should be retained.
2356 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2358         * baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists in
2359         the environment, use that as the spec file for bare metal testing.
2361 2016-03-22  Ben Elliston  <bje@gnu.org>
2363         * Makefile.am (config_DATA): Add config/aarch64-fv8.exp.
2364         * Makefile.in: Regenerate.
2366 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2368         * config/aarch64-fv8.exp: Add support for testing armv8 using the
2369         ARM Foundation Model.
2371 2016-03-21  Ben Elliston  <bje@gnu.org>
2373         * runtest.exp: Whitespace, comment and typo fixes.
2374         * lib/dejagnu.exp: Likewise.
2375         * lib/remote.exp: Likewise.
2376         * lib/utils.exp: Likewise.
2378 2016-03-21  Ben Elliston  <bje@gnu.org>
2380         * baseboards/mcore-moto-sim.exp: Remove old FIXME comment.
2381         * baseboards/mmixware-sim.exp: Likewise.
2382         * config/sim.exp: Likewise.
2383         * runtest.exp: Likewise.
2385 2016-03-21  Ben Elliston  <bje@gnu.org>
2387         * lib/dg.exp (dg-get-options): Clean up regular expression and
2388         remove FIXME comment about it.
2390 2016-03-20  Ben Elliston  <bje@gnu.org>
2392         * baseboards/i960-sim.exp: Remove stale ??? comment.
2393         * config/vxworks.exp: Likewise.
2395 2016-03-20  Ben Elliston  <bje@gnu.org>
2397         * runtest.exp: Load .dejagnurc last not first.
2398         (load_file): Update comment about Tcl 7.5a2.
2399         * doc/user.xml (Customizing DejaGnu): Document new search order
2400         for site.exp files.
2401         * doc/dejagnu.texi: Regenerate.
2402         * NEWS: Update.
2404 2016-03-20  Ben Elliston  <bje@gnu.org>
2406         * lib/dg.exp (dg-runtest): Improve arg naming to remove a FIXME.
2408 2016-03-20  Ben Elliston  <bje@gnu.org>
2410         * lib/dg.exp: Remove commented-out calls to send_user.
2412 2016-03-20  Ben Elliston  <bje@gnu.org>
2414         * runtest.exp (load_file): Remove old comment.
2416 2016-03-20  Ben Elliston  <bje@gnu.org>
2418         * lib/dg.exp (dg-test): There is no need to call unresolved to
2419         clear errcnt. Instead, pass 0 as argument 2 to perror.
2420         * runtest.exp (runtest): Likewise.
2422 2016-03-16  Ben Elliston  <bje@gnu.org>
2424         Revert this change (the GCC testsuite uses diff):
2426         2016-03-15  Ben Elliston  <bje@gnu.org>
2428         * lib/utils.exp (diff): Remove proc.
2429         * doc/ref.xml: Update documentation.
2430         * doc/dejagnu.texi: Regenerate.
2431         * NEWS: Update.
2433 2016-03-15  Ben Elliston  <bje@gnu.org>
2435         * testsuite/runtest.all/options.exp: Properly clean up log files
2436         left by the runtest under test.
2438 2016-03-15  Ben Elliston  <bje@gnu.org>
2440         * testsuite/runtest.all/load_lib.exp: Typo fixes.
2442 2016-03-15  Ben Elliston  <bje@gnu.org>
2444         * testsuite/runtest.all/options.exp: Add more tests.
2446 2016-03-15  Ben Elliston  <bje@gnu.org>
2448         * testsuite/libdejagnu/tunit.exp: Clean up.
2450 2016-03-15  Ben Elliston  <bje@gnu.org>
2452         * lib/utils.exp (diff): Remove proc.
2453         * doc/ref.xml: Update documentation.
2454         * doc/dejagnu.texi: Regenerate.
2455         * NEWS: Update.
2457 2016-03-15  Ben Elliston  <bje@gnu.org>
2459         Revert this change:
2460         2016-02-14  Steve Ellcey  <sellcey@mips.com>
2462         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2463         GCC_UNDER_TEST.
2464         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2466 2016-03-13  Ben Elliston  <bje@gnu.org>
2468         * lib/utils.exp: Whitespace fixes.
2470 2016-03-13  Ben Elliston  <bje@gnu.org>
2472         * lib/dg.exp (dg-process-target): Remove old commented code.
2473         * lib/dg.exp (dg-test): Likewise.
2475 2016-03-13  Ben Elliston  <bje@gnu.org>
2477         * lib/dg.exp: Improve top-of-file documentation.
2479 2016-03-05  Yvan Roux  <yvan.roux@linaro.org>
2481         * lib/remote.exp (remote_exec): Restore original timeout value.
2483 2016-03-04  Yvan Roux  <yvan.roux@linaro.org>
2485         * lib/remote.exp (standard_upload): Remove dead code.
2487 2016-02-24  Ben Elliston  <bje@gnu.org>
2489         * lib/utils.exp (prune): Restore this proc.
2490         * doc/ref.xml: Update documentation.
2491         * doc/dejagnu.texi: Regenerate.
2492         * NEWS: Update.
2494 2016-02-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2496         * lib/libgloss.exp (find_gdc): New proc.
2497         * lib/target.exp (default_target_compile): Add D support.
2498         * NEWS: Update.
2500 2016-02-20  Ben Elliston  <bje@gnu.org>
2502         * lib/utils.exp (diff): Replace calls to verbose followed by
2503         send_log with a single call to verbose -log. Remove additional
2504         newlines from the log messages.
2506 2016-02-20  Ben Elliston  <bje@gnu.org>
2508         * lib/utils.exp (getdirs): Ignore .git and .svn directories.
2510 2016-02-20  Ben Elliston  <bje@gnu.org>
2512         * lib/utils.exp: Improve comments.
2513         * NEWS: Update.
2515 2016-02-20  Ben Elliston  <bje@gnu.org>
2517         * lib/utils.exp (prune): Remove proc.
2518         * doc/ref.xml: Update documentation.
2519         * doc/dejagnu.texi: Regenerate.
2521 2016-02-20  Ben Elliston  <bje@gnu.org>
2523         * lib/utils.exp (slay): Remove proc.
2524         * doc/ref.xml: Update documentation.
2525         * doc/dejagnu.texi: Regenerate.
2527 2016-02-20  Ben Elliston  <bje@gnu.org>
2529         * lib/utils.exp (absolute): Remove proc.
2530         * doc/ref.xml: Update documentation.
2531         * doc/dejagnu.texi: Regenerate.
2533 2016-02-20  Ben Elliston  <bje@gnu.org>
2535         * lib/utils.exp (psource): Remove proc.
2536         * doc/ref.xml: Update documentation.
2537         * doc/dejagnu.texi: Regenerate.
2539 2016-02-20  Ben Elliston  <bje@gnu.org>
2541         * lib/targetdb.exp (board_info): Simplify return logic.
2543 2016-02-19  Ben Elliston  <bje@gnu.org>
2545         * configure.ac: Require Tcl version 8.5 at a minimum.
2546         * configure: Regenerate.
2548 2016-02-18  Ben Elliston  <bje@gnu.org>
2550         * configure.ac: Require Tcl version 8.6 at a minimum.
2551         * configure: Regenerate.
2553 2016-02-17  Ben Elliston  <bje@gnu.org>
2555         * runtest.exp: Tweak "Test run by .." output.
2557 2016-02-17  Ben Elliston  <bje@gnu.org>
2559         * lib/target.exp (default_target_compile): Do not pass -log to
2560         verbose when outputting the captured compiler/assembler/linker
2561         diagnostic output as it will already be in the .log file courtesy
2562         of Expect.
2564 2016-02-17  Ben Elliston  <bje@gnu.org>
2566         * runtest.exp: Enable --status by default.
2567         (runtest): Set exit status to 2 if there is any error sourcing
2568         the Tcl scripts.
2569         * lib/framework.exp (unknown): Likewise, set exit status to 2.
2570         * doc/runtest.1: Clarify exit status codes.
2571         * NEWS: Update.
2573 2016-02-17  Ben Elliston  <bje@gnu.org>
2575         * lib/remote.exp (local_exec): Call exp_continue until eof is
2576         matched.
2578 2016-02-16  Ben Elliston  <bje@gnu.org>
2580         * runtest.exp: Use the traditional exit codes when runtest is
2581         interrupted. This makes it possible to tell if runtest ran to
2582         completion or not. Suggested by Michael Chastain.
2584 2016-02-15  Ben Elliston  <bje@gnu.org>
2586         * TODO: Add ideas produced from Cauldron 2013.
2588 2016-02-15  Ben Elliston  <bje@gnu.org>
2590         * TODO: Update.
2592 2016-02-15  Ben Elliston  <bje@gnu.org>
2594         * lib/dg.exp (dg-test): Remove comment about proc unresolved not
2595         setting exit_status to 1 -- it does.
2597 2016-02-15  Ben Elliston  <bje@gnu.org>
2599         * lib/framework.exp (cleanup): Remove do-nothing proc.
2600         (log_and_exit): Remove call to cleanup.
2601         * doc/ref.xml: Remove documentation for cleanup.
2602         * doc/dejagnu.texi: Regenerate.
2604 2016-02-15  Ben Elliston  <bje@gnu.org>
2606         Reported by David Malcolm.
2607         * lib/dejagnu.exp (text): Allow angle brackets in test messages.
2609 2016-02-15  Ben Elliston  <bje@gnu.org>
2611         * config.guess: Update to version 2016-02-11.
2612         * config.sub: Update to version 2016-01-01.
2614 2016-02-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2616         * lib/remote.exp (remote_exec): Set global timeout for benefit of
2617         <remote>_exec.
2619 2016-02-14  Ben Elliston  <bje@gnu.org>
2621         * lib/remote.exp (local_exec): Improve comments.
2623 2016-02-14  Ben Elliston  <bje@gnu.org>
2625         * doc/runtest.1: Tweak.
2627 2016-02-14  Steve Ellcey  <sellcey@mips.com>
2629         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2630         GCC_UNDER_TEST.
2631         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2633 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2635         * lib/remote.exp (standard_file): Reverse return logic for remote
2636         exists case.
2638 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2640         * lib/remote.exp (standard_file); Add else clause.
2642 2016-01-16  Ben Elliston  <bje@gnu.org>
2644         * runtest.exp (runtest): Improve comment about --status.
2646 2016-01-12  Simon Marchi  <simon.marchi@ericsson.com>
2648         * lib/remote.exp (standard_file): The [ operator does not actually
2649         output anything. It returns 0 or 1 as its exit code, so "exit `[
2650         -f $file ]`" always expands to "exit " (equivalent to exit 0).
2651         Instead, use test(1) to check for file existence.
2653 2015-12-20  Ben Elliston  <bje@gnu.org>
2655         * doc/dejagnu.xml: Begin overhauling.
2656         * doc/ref.xml: Likewise.
2657         * doc/user.xml: Likewise.
2658         * doc/dejagnu.texi: Regenerate.
2660 2015-12-20  Ben Elliston  <bje@gnu.org>
2662         * doc/runtest.1: Miscellaneous minor improvements.
2664 2015-12-09  Yoshinori Sato  <ysato@users.sourceforge.jp>
2666         * Makefile.am (baseboard_DATA): Add missing rx-sim.exp.
2667         * Makefile.in: Regenerate.
2669 2015-11-16  Brooks Moses  <bmoses@google.com>
2671         * config/unix.exp: Add ability to set test timeout from site.exp.
2672         * doc/user.xml: Document new test_timeout variable in site.exp.
2673         * doc/dejagnu.texi: Regenerate.
2675 2015-11-16  Ben Elliston  <bje@gnu.org>
2677         * testsuite/runtest.all/options.exp: Re-enable --strace 1 test.
2679 2015-11-16  Ben Elliston  <bje@gnu.org>
2681         * testsuite/runtest.all/options.exp: Remove some commented code.
2683 2015-11-16  Ben Elliston  <bje@gnu.org>
2685         * runtest.exp: Refer to "DejaGnu version", not "Framework
2686         version" in --version output.
2687         * testsuite/runtest.all/options.exp: Update test case.
2689 2015-11-14  Ben Elliston  <bje@gnu.org>
2691         * runtest.exp (usage): Improve help text.
2693 2015-11-12  Ben Elliston  <bje@gnu.org>
2695         * runtest.exp (usage): Sort options in usage.
2697 2015-11-12  Ben Elliston  <bje@gnu.org>
2699         * lib/framework.exp (note): Remove old commented-out code.
2701 2015-11-11  Ben Elliston  <bje@gnu.org>
2703         * doc/user.xml (Summary File): 'untested', not 'runtested'.
2704         * doc/dejagnu.texi: Regenerate.
2706 2015-11-11  Michael Forney  <forney@google.com>
2708         * lib/target.exp (default_target_compile): Honor LDFLAGS_FOR_TARGET.
2710 2015-11-11  Ben Elliston  <bje@gnu.org>
2712         * doc/dejagnu.texi: Regenerate.
2714 2015-11-10  Ben Elliston  <bje@gnu.org>
2716         * doc/user.xml: Fix runtest output formatting in <programlisting>.
2718 2015-11-10  Ben Elliston  <bje@gnu.org>
2720         * doc/dejagnu.xml: Update month and year.
2721         * doc/user.xml: Lots of editorial fixes from Daniel Thibault
2722         <Daniel.Thibault@drdc-rddc.gc.ca>.
2724 2015-09-10  Robert Suchanek  <Robert.Suchanek@imgtec.com>
2726         * baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
2728 2015-07-30  Pedro Alves  <palves@redhat.com>
2730         * lib/remote.exp (close_wait_program): New procedure.
2731         (local_exec, standard_close): Use it.
2733 2015-05-23  Ben Elliston  <bje@gnu.org>
2735         * doc/dejagnu.xml: Fix broken URLs.
2736         * doc/dejagnu.texi: Regenerate.
2738 2015-05-23  Ben Elliston  <bje@gnu.org>
2740         * doc/user.xml: Fix 'crosscompilation'.
2742 2015-05-23  Ben Elliston  <bje@gnu.org>
2744         * doc/runtest.1 (log_dialog): Improve documentation.
2746 2015-05-16  Filipe Brandenburger  <filbranden@google.com>
2748         * configure.ac: Enable subdir-objects, require automake 1.14.
2749         * Makefile.in: Regenerate.
2751 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
2753         * doc/dejagnu.xml: Fix typos such as stray }'s and @samp{...},
2754         possibly introduced in a conversion of .texi to SGML Docbook.
2755         * doc/user.xml: Likewise.
2756         * doc/ref.xml: Likewise.
2757         * doc/dejagnu.texi: Regenerate.
2759 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
2761         * runtest.exp (runtest): Introduce new --log_dialog option.
2762         * doc/runtest.1: Document it.
2763         * doc/user.xml: Likewise.
2764         * doc/dejagnu.texi: Regenerate.
2766 2015-05-14  Steve Ellcey  <sellcey@imgtec.com>
2768         * baseboards/multi-sim.exp (get_library_dirlist): New.
2769         (dynamic_linker_flag): Use get_library_dirlist to find dynamic
2770         linker.
2771         (rpath_flags): Use get_library_dirlist to set rpath.
2773 2015-05-12  Steve Ellcey  <sellcey@imgtec.com>
2775         * baseboards/generic-sim.exp: Check $DEJAGNU_SIM_OPTION.
2777 2015-03-30  Ben Elliston  <bje@gnu.org>
2779         Revert the following change which causes breakage reported here:
2780         https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
2782         2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2784         * runtest.exp (runtest): Call reset_vars at initialisation so that
2785         perror does not affect test results in other test scripts.
2787 2015-02-26  H.J. Lu  <hjl.tools@gmail.com>
2789         * lib/target.exp (default_target_compile): Prepend multilib_flags,
2790         instead of appending it.
2792 2015-02-18  Ben Elliston  <bje@gnu.org>
2794         * lib/framework.exp (log_and_exit): Set tool to "testrun" if
2795         unset.
2797 2015-02-05  Ben Elliston  <bje@gnu.org>
2799         * doc/runtest.1: Fix a spelling error.
2801 2015-02-04  Ben Elliston  <bje@gnu.org>
2803         * config.guess: Update to version 2015-01-01.
2804         * config.sub: Likewise.
2806 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
2808         * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
2809         * Makefile.in: Regenerate.
2810         * baseboards/visium-sim.exp: New file.
2812 2014-11-25  Ben Elliston  <bje@gnu.org>
2814         * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
2815         Reported by David Malcolm.
2817 2014-10-28  Ben Elliston  <bje@gnu.org>
2819         * Makefile.in: Regenerate.
2821 2014-10-28  Ben Elliston  <bje@gnu.org>
2823         * example: Remove stale examples.
2825 2014-10-24  Steve Ellcey  <sellcey@mips.com>
2827         * dejagnu.h (pass): Make function static as well as inline.
2828         (xpass): Ditto.
2829         (fail): Ditto.
2830         (xfail): Ditto.
2831         (untested): Ditto.
2832         (unresolved): Ditto.
2833         (note): Ditto.
2834         (totals): Ditto.
2836 2014-10-14  Ben Elliston  <bje@gnu.org>
2838         * runtest.exp: Only match $directory, not *${directory}* when the
2839         user passes the --directory option. Reported by Sergey Alyoshin.
2841 2014-10-14  Ben Elliston  <bje@gnu.org>
2843         * lib/dejagnu.exp (host_execute): Remove buffer_full check. This
2844         is not the right command keyword -- it is full_buffer. Reported by
2845         David Malcolm.
2847 2014-07-15  Maciej W. Rozycki  <macro@mips.com>
2848             Maciej W. Rozycki  <macro@codesourcery.com>
2850         * lib/targetdb.exp (add_board_info): New procedure.
2851         * doc/ref.xml (Add_board_info Procedure): New section.
2852         (Set_board_info Procedure): Add description.
2853         (Unset_board_info Procedure): Likewise.
2854         * doc/user.xml (Board Config File Values): Add `add_board_info'
2855         reference.  Reorder `gdb_init_command' table rows and remove a
2856         duplicate entry, reusing it for `gdb_init_commands'.
2858 2014-06-25  Rob Savoye  <rob.savoye@linaro.org>
2860         * runtest.exp: (lookfor-file): Fix bug were none of the relative
2861         paths were actually being used for file lookup.
2863 2014-06-06  Ben Elliston  <bje@gnu.org>
2865         * depcomp, install-sh, missing: Update to latest versions.
2866         * mkinstalldirs: Remove.
2867         * Makefile.in: Regenerate.
2869 2014-06-04  Ben Elliston  <bje@gnu.org>
2871         * Makefile.in: Regenerate with Automake 1.14.1.
2872         * compile: Add missing file.
2874 2014-06-04  Ben Elliston  <bje@gnu.org>
2876         * config.guess: Update to version 2014-03-23.
2877         * config.sub: Likewise.
2879 2014-06-04  Ben Elliston  <bje@gnu.org>
2881         * aclocal.m4: Regenerate with Automake 1.14.1.
2882         * configure: Regenerate with Autoconf 2.69.
2884 2014-03-15  Steve Ellcey  <sellcey@mips.com>
2886         * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
2888 2014-02-23  Steve Ellcey  <sellcey@mips.com>
2889             Richard Sandiford  <rdsandiford@googlemail.com>
2891         * config/sim.exp (sim_exec): New.
2892         (sim_file): New.
2894 2013-12-08  Richard Sandiford  <rdsandiford@googlemail.com>
2896         * lib/dg.exp (dg-test): Don't put the expected and actual output
2897         of a pattern test in the test name; send it to the log instead.
2899 2013-11-01  Steve Ellcey  <sellcey@mips.com>
2901         * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
2902         * Makefile.in: Regenerate.
2903         * baseboards/multi-sim.exp: New.
2905 2013-10-31  Anton Kolesov  <anton.kolesov@synopsys.com>
2907         * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
2908         (remote_reboot): Add comment explaining return value of this procedure.
2909         * doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
2910         * doc/dejagnu.texi: Regenerate.
2912 2013-10-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2914         * baseboards/androideabi.exp (process_multilib_options): Add option.
2915         * config/adb.exp: Remove hardcoded -static option.
2916         (adb_load): Add the possibility to change the temp directory. Also
2917         handle permission potential problems.
2918         (adb_exec): Do cd to android_tmp_dir first.
2920 2013-10-05  Jose E. Marchesi  <jose.marchesi@oracle.com>
2922         * baseboards/unix.exp: Add gdb settings to not use hardware
2923         watchpoints in sparc64 running GNU/Linux.
2925 2013-06-17  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2927         * runtest.exp (libdirs): New global variable.
2928         (load_lib): Append libdirs to search_and_load_files directories.
2929         * doc/ref.xml (load_lib): Document global variable libdirs.
2930         * doc/dejagnu.texi: Regenerate.
2931         * testsuite/runtest.all/load_lib.exp: New testcase.
2932         * Makefile.am (TESTSUITE_FILES): Add new testcase.
2933         * Makefile.in: Regenerate.
2935 2013-06-15  Ben Elliston  <bje@gnu.org>
2937         * configure.ac: If DEJAGNU is unset, set it to /dev/null.
2938         * Makefile.am: Export DEJAGNU.
2939         * configure: Likewise.
2940         * Makefile.in: Regenerate.
2942 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2944         * doc/user.xml: Fix typos.
2945         * doc/ref.xml: Likewise.
2946         * doc/dejagnu.texi: Regenerate.
2948 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2950         * doc/user.xml: Fix number of columns in table.
2951         * doc/dejagnu.texi: Regenerate.
2953 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2955         * doc/user.xml: Fix rendering errors around programlisting.
2956         * doc/ref.xml: Likewise.
2957         * doc/dejagnu.texi: Regenerate.
2959 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2961         * doc/user.xml: Fix spacing before productname.
2962         * doc/dejagnu.texi: Regenerate.
2964 2013-06-12  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2966         * testsuite/runtest.all/default_procs.tcl (send_log): Use the
2967         magic "args" parameter name, as expect send_log proc accepts -- as
2968         a leading option.
2970 2013-06-08  Makoto Fujiwara  <makoto@ki.nu>
2972         * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
2973         (config_DATA): Likewise for config_SCRIPTS.
2974         (baseboard_DATA): Likewise for baseboard_SCRIPTS.
2975         (EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
2976         baseboard_SCRIPTS.
2977         * Makefile.in: Regenerate.
2979 2013-06-08  Ben Elliston  <bje@gnu.org>
2981         * configure: Regenerate with autoconf 2.69.
2982         * aclocal.m4: Regenerate.
2984 2013-03-31  Ben Elliston  <bje@gnu.org>
2986         * Makefile.am (html-local): Rename target from html.
2987         * Makefile.in: Regenerate with automake 1.12.6.
2988         * aclocal.m4: Likewise.
2989         * configure: Regenerate.
2991 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
2993         * TODO: Remove todo item about warncnt and errcnt.
2995 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
2997         * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
2999 2013-03-26  Ben Elliston  <bje@gnu.org>
3001         * config.guess: Update to version 2013-02-12.
3002         * config.sub: Likewise.
3004 2013-02-16  Rob Savoye  <rob@build.welcomehome.org>
3006         * config/adb.exp: Add adb_file so we can remotely delete test
3007         cases to save on limited disk space. Don't remove the file after
3008         executing it, leave that for the test driver instead.
3010 2013-02-15  Rob Savoye  <rob@welcomehome.org>
3012         * config/adb.exp: Remove the test case after executing
3013         it. Otherwise we can fill up all the diskspace on a small target
3014         pretty fast.
3016 2013-02-11  Rob Savoye  <rob@welcomehome.org>
3018         * baseboards/androideabi.exp: Board support for Android using ADB.
3019         * config/adb.exp: Config support for Android using ADB.
3020         * Makefile.am (dist): Add new config and board files.
3021         * aclocal.m4, Makefile.in, configure, example/calc/configure,
3022         example/mathhelper/configure: Regenerated with newer autotools.
3024 2012-12-05  Ben Elliston  <bje@gnu.org>
3026         * example/hello: Remove.
3027         * configure.ac: Likewise.
3028         * configure: Regenerate.
3030 2012-10-04  Steve Ellcey  <sellcey@mips.com>
3032         * Makefile.am (baseboard_SCRIPTS): Add new baseboards.
3033         * Makefile.in: Regenerate.
3034         * baseboards/mips-sim-mti32.exp: New.
3035         * baseboards/mips-sim-mti64.exp: New.
3036         * baseboards/mips-sim-mti64_n32.exp: New.
3037         * baseboards/mips-sim-mti64_64.exp: New.
3038         * baseboards/mips-sim-sde32.exp: New.
3039         * baseboards/mips-sim-sde64.exp: New.
3041 2012-10-04  Ben Elliston  <bje@gnu.org>
3043         * aclocal.m4: Regenerate with automake 1.11.3.
3044         * Makefile.in: Likewise.
3045         * configure: Regenerate with autoconf 2.68.
3047 2012-08-22  Steve Ellcey  <sellcey@mips.com>
3049         * baseboards/generic-sim.exp: New baseboard definition.
3051 2012-06-15  Andreas Schwab  <schwab@linux-m68k.org>
3053         * lib/framework.exp (clone_output): Protect from leading dash in
3054         $message.
3055         * runtest.exp (verbose): Likewise.
3057 2012-06-11  Tom Tromey  <tromey@redhat.com>
3059         * doc/runtest.1: Update.
3060         * runtest.exp (xml_file_name): New global.
3061         (usage): Update.
3062         Handle optional argument to --xml.
3063         * lib/framework.exp (open_logs): Respect xml_file_name.
3065 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3067         * runtest.exp (load_tool_init): Fix typo in -de option handling.
3069 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3071         * doc/runtest.1: Correct name of debug file.
3073 2012-02-25  Ben Elliston  <bje@gnu.org>
3075         * runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
3076         for runtest.exp as a last resort (for usrmove environments, where
3077         /bin is a link to /usr/bin). From Honza Horak <hhorak@redhat.com>.
3079 2011-12-30  Ben Elliston  <bje@gnu.org>
3081         * doc/user.xml: Various spelling and consistency fixes.
3082         * doc/ref.xml: Likewise.
3083         (exit_remote_shell): Remove, as this procedure is defunct.
3084         * doc/dejagnu.texi: Regenerate.
3086 2011-12-30  Ben Elliston  <bje@gnu.org>
3088         * config.guess: Update to version 2011-12-29.
3089         * config.sub: Update to version 2011-11-11.
3091 2011-06-30  Tom Tromey  <tromey@redhat.com>
3093         * doc/ref.xml: Document find_gfortran.
3094         * doc/dejagnu.texi: Regenerate.
3095         * lib/target.exp (default_target_compile): Handle f90.
3096         (default_target_compile): Likewise.
3097         * lib/libgloss.exp (find_gfortran): New proc.
3099 2011-06-30  Ben Elliston  <bje@gnu.org>
3101         * Makefile.am (all-local): New rule.
3102         * Makefile.in: Regenerate.
3104 2011-04-12  Ben Elliston  <bje@gnu.org>
3106         * config/vxworks.exp (vxworks_file): Use "file delete", not "exec
3107         rm", for better portability.
3108         * config/netware.exp (${board}_load): Likewise.
3109         * lib/dg.exp (dg-test): Likewise.
3110         * lib/framework.exp (open_logs): Likewise.
3111         * lib/remote.exp (standard_file): Likewise.
3112         * runtest.exp: Likewise.
3113         * testsuite/runtest.all/options.exp: Likewise.
3115 2011-03-15  Ben Elliston  <bje@gnu.org>
3117         * runtest.exp: Whitespace cleanups.
3118         * lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3119         lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp,
3120         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Likewise.
3122 2011-03-15  Ben Elliston  <bje@gnu.org>
3124         * runtest: Remove trailing semicolons.
3125         * lib/rsh.exp: Likewise.
3127 2011-03-15  H.J. Lu  <hjl.tools@gmail.com>
3129         * lib/remote.exp (local_exec): Ignore SIGHUP.
3131 2011-03-14  Ben Elliston  <bje@gnu.org>
3133         * runtest.exp (frame_version): Set to 1.5.1.
3134         * configure.ac (AC_INIT): Set version to 1.5.1.
3135         * configure: Regenerate.
3136         * doc/dejagnu.xml (appversion, version): Set to 1.5.1.
3137         * doc/dejagnu.texi: Regenerate.
3139 2011-03-14  Ben Elliston  <bje@gnu.org>
3141         * dejagnu.h: Whitespace cleanups.
3143 2011-03-14  Ben Elliston  <bje@gnu.org>
3145         * baseboards/cris-sim.exp: Remove trailing semicolon(s).
3146         * baseboards/mt-sid.exp: Likewise.
3147         * baseboards/tx39-sim.exp: Likewise.
3148         * lib/target.exp (default_target_compile): Likewise.
3150 2011-03-14  Ben Elliston  <bje@gnu.org>
3152         Reported by Flash Sheridan <flash@pobox.com>:
3153         * doc/user.xml (Testing "Hello world" locally): Improve the
3154         example test script and make it robust to failures.  Tidy some
3155         formatting errors.
3156         * doc/dejagnu.texi: Regenerate.
3158 2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3160         * runtest.exp (runtest): Call reset_vars at initialisation so that
3161         perror does not affect test results in other test scripts.
3163 2011-03-09  Ben Elliston  <bje@gnu.org>
3165         * NEWS: Start a new section for post-1.5 changes.
3167 2011-03-09  Ben Elliston  <bje@gnu.org>
3169         * DejaGnu 1.5 released.
3171 2011-03-09  Ben Elliston  <bje@gnu.org>
3173         * Makefile.am (DISTCLEANFILES): Define.
3174         * Makefile.in: Regenerate.
3175         * testsuite/runtest.all/libs.exp: Clean up temp files on exit.
3176         * testsuite/runtest.all/options.exp: Likewise for dbg.log.
3177         * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file
3178         mkdir" instead of exec'ing mkdir(1).
3180 2011-03-07  Ben Elliston  <bje@gnu.org>
3182         * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE.
3183         * Makefile.in: Regenerate.
3185 2011-03-06  Ben Elliston  <bje@gnu.org>
3187         * configure.ac (AC_INIT): Set version to 1.5.
3188         * configure: Regenerate.
3189         * runtest.exp (frame_version): Set to 1.5.
3190         * doc/dejagnu.texi: Regenerate.
3192 2011-03-04  Ben Elliston  <bje@gnu.org>
3194         * texinfo.tex: Import latest version from ftp://tug.org/tex.
3196 2011-03-04  Ben Elliston  <bje@gnu.org>
3198         * Makefile.am (EXTRA_DIST): Correct name of historical ChangeLog.
3199         * Makefile.in: Regenerate.
3201 2011-03-03  Ben Elliston  <bje@gnu.org>
3203         * Makefile.am: Bump to GPL version 3.
3204         * configure.ac: Likewise.
3205         * Makefile.in: Regenerate.
3206         * aclocal.m4: Likewise.
3207         * configure: Likewise.
3209 2011-03-03  Ben Elliston  <bje@gnu.org>
3211         * config.guess: Update to most recent version.
3212         * config.sub: Likewise.
3214 2011-03-03  Ben Elliston  <bje@gnu.org>
3216         * lib/framework.exp (unknown): Rename the native Tcl ::unknown
3217         proc to ::tcl_unknown.  If ::tcl_unknown returns a failure result,
3218         then fall back to the conventional DejaGnu handling.  Report from
3219         David Byron <dbyron@dbyron.com>.
3221 2011-03-03  Maciej W. Rozycki  <macro@codesourcery.com>
3223         * lib/remote.exp (remote_expect): Pass all exception conditions up
3224         to the caller.
3226 2011-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3228         * lib/dg.exp (dg-test): Support nested calls.
3230 2010-04-13  Ben Elliston  <bje@gnu.org>
3232         * testglue.c: Remove duplicated prototypes for abort and exit.
3234 2010-03-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3236         * doc/user.xml (Tcl Variables For Command Line Options): Correct
3237         column count.
3239 2010-01-21  Jie Zhang  <jie.zhang@analog.com>
3241         * config/gdb-comm.exp (gdb_comm_load): Set breakpoints after load.
3243 2010-01-15  Anthony Green  <green@moxielogic.com>
3245         * baseboards/moxie-sim.exp: New baseboard.
3247 2009-12-10  DJ Delorie  <dj@redhat.com>
3249         * baseboards/rx-sim.exp: New baseboard.
3251 2009-10-15  Ben Elliston  <bje@gnu.org>
3253         * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide.
3254         This web page has disappeared.
3256 2009-07-06  Ben Elliston  <bje@gnu.org>
3258         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Mark up options with
3259         <option> not <emphasis>.  Apply other grammatical fixes from
3260         Reuben Thomas.
3261         * doc/dejagnu.texi: Regenerate.
3263 2009-07-06  Ben Elliston  <bje@gnu.org>
3265         * configure.ac: Check for docbook2x-texi.
3266         * configure: Regenerate.
3268 2009-07-06  Ben Elliston  <bje@gnu.org>
3270         From Reuben Thomas  <rrt@sc3d.org>:
3271         * doc/runtest.1: Fix some formatting issues.
3273 2009-06-16  Ben Elliston  <bje@gnu.org>
3275         * config.guess: Update to most recent version.
3276         * config.sub: Likewise.
3278 2009-06-16  Ben Elliston  <bje@gnu.org>
3280         * Makefile.am (rpm, deb, solpkg, hpdepot): Remove targets.
3281         * Makefile.in: Regenerate.
3282         * packaging: Remove directory and its contents.
3284 2009-06-10  Maciej W. Rozycki  <macro@codesourcery.com>
3286         * config/gdb-comm.exp (gdb_comm_add_breakpoint): Handle pending
3287         breakpoints.
3289 2008-12-03  Ben Elliston  <bje@gnu.org>
3291         * COPYING: Update to GPL version 3.
3293 2008-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3295         * doc/ref.xml, doc/user.xml: Fix typos.
3296         * doc/dejagnu.texi: Regenerate.
3298 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3300         * Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
3301         * Makefile.in: Regenerate.
3302         * dejagnu.exp (host_execute): Improve regexp matching.
3303         * testsuite/libdejagnu/unit.cc: C++ fixes.
3305 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3307         * lib/utils.exp (diff): Open both files as binary.
3309 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3311         * dejagnu.h (totals): Correct typos.
3313 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3315         * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
3316         * doc/dejagnu.texi: Regenerate.
3318 2008-02-25  Ben Elliston  <bje@gnu.org>
3320         * doc/runtest.1: Update date of last revision.
3322 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3324         * baseboards/h8300.exp: Use -- before switch argument that may
3325         begin with "-".
3326         * baseboards/cris-sim.exp: Ditto.
3328 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3330         * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp,
3331         iq2000-sim.exp and m32r-linux-sim.exp.
3332         * Makefile.in: Regenerate.
3334 2008-02-08  Ben Elliston  <bje@gnu.org>
3336         * baseboards/cris-sim.exp: Fix MS-DOS line termination.
3338 2007-12-28  Joseph Myers  <joseph@codesourcery.com>
3340         * lib/target.exp (default_link): Initialize nobjects before use.
3342 2007-12-06  Ben Elliston  <bje@gnu.org>
3344         * lib/dg.exp (dg_bogus): Comment fix.
3346 2007-10-31  DJ Delorie  <dj@redhat.com>
3348         * lib/framework.exp (open_logs): Line buffer the .sum file.
3350 2007-09-04  Matt Kraai  <kraai@ftbfs.org>
3352         * doc/user.xml (Configuration): Fix typos.
3353         * doc/dejagnu.texi: Regenerate.
3355 2007-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
3357         * lib/remote.exp (standard_send): Correct quoting.
3359 2007-05-17  Ben Elliston  <bje@gnu.org>
3361         * doc/user.xml: Correct the syntax for running apt-get on a Debian
3362         GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
3364 2007-04-30  Bob Wilson  <bob.wilson@acm.org>
3366         * baseboards/xtensa-sim.exp: Set target_install.  Stop using
3367         basic-sim.exp.  Run the simulator with --turbo option.  Replace
3368         needs_status_wrapper with the simulator's --exit_with_target_code
3369         option.
3371 2006-10-15  Rob Savoye  <rob@bertha.welcomehome.org>
3373         * dejagnu.h: Add support for for expected failures and
3374         unexpected successes.
3376 2005-05-06  Andrew Fyfe <a.fyfe@tiscali.co.uk>
3378         * doc/Makefile.am: Fix install path for man page.
3379         * Makefiles: Regenerated.
3381 2006-08-29  Ben Elliston  <bje@gnu.org>
3383         * runtest.exp (usage): Use "triplet" instead of "config name".
3385 2006-07-13  Daniel Jacobowitz  <dan@codesourcery.com>
3387         * Makefile.am (DOCBOOK2RTF): Fix typo.
3388         * Makefile.in: Regenerated.
3389         * lib/libgloss.exp (process_multilib_options): Use -- to handle
3390         options starting with hyphens.
3392 2006-06-23  Eric Botcazou  <ebotcazou@adacore.com>
3394         * libgloss.exp (find_gnatmake): Rewrite.
3396 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
3398         * rsh.exp (rsh_exec): Handle inp and outp arguments.  Use
3399         local_exec to run rsh.  Return failure if rsh times out.
3400         * remote.exp (local_exec): Handle "|& cat" we added when deciding
3401         whether to return output.
3403 2006-06-09  Ben Elliston  <bje@gnu.org>
3405         * baseboards/cris-sim.exp: Use Tcl fall-through syntax for
3406         multiple cases, not a list (case uses lists, switch does not).
3407         Pass -glob to switch where applicable to emulate case behaviour.
3408         * baseboards/h8300.exp: Likewise.
3409         * lib/framework.exp (clone_output): Likewise.
3410         (clear_xfail): Likewise.
3411         (clear_kfail): Likewise.
3412         * lib/libgloss.exp (process_multilib_options): Likewise.
3413         * runtest.exp: Likewise.
3415 2006-06-06  Ben Elliston  <bje@gnu.org>
3417         * Makefile.am (CONTRIB): New.
3418         (EXTRA_DIST): Add $(CONTRIB).
3419         (doc/dejagnu.texi): Set directory-category param to docbook2texi.
3420         * Makefile.in: Regenerate.
3421         * doc/dejagnu.texi: Likewise.
3423 2006-06-06  Ben Elliston  <bje@gnu.org>
3425         * runtest.exp (load_lib): Typo fix.
3427 2006-06-06  Ben Elliston  <bje@gnu.org>
3429         * dejagnu.h: Tidy comments.
3430         (_BUFFER_SIZE_): Remove to minimise namespace pollution.
3431         (wait): Define this function unconditionally.  Conditionally
3432         compile the function body if _DEJAGNU_WAIT_ is defined.
3433         (buffer): Set the buffer size explicitly.
3434         (pass): Use sizeof (buffer).  Call wait() unconditionally.
3435         (fail, untested, unresolved, note): Likewise.
3436         (enum teststate): Tidy whitespace.
3438 2006-06-06  Ben Elliston  <bje@gnu.org>
3440         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.
3441         * doc/dejagnu.texi: Regenerate.
3443 2006-06-06  Ben Elliston  <bje@gnu.org>
3445         Import from GCC tree:
3446         2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
3447                     Mike Stump  <mrs@apple.com>
3449         * compare_tests: Handle multilibs better.
3451 2006-06-06  Ben Elliston  <bje@gnu.org>
3453         * doc/dejagnu.texi: Regnerate using Docbook2X 0.8.7.
3455         * configure.ac: Check for docbook2texi, not docbook2x-texi.  The
3456         wrapper script changed its name again in the latest release.
3457         * configure: Regenerate.
3458         * Makefile.am (DOCBOOK2X_TEXI): Rename from this ..
3459         (DOCBOOK2TEXI): .. to this.
3460         (doc/dejagnu.texi): Do not use output-file parameter to deposit
3461         the .texi file into the source directory; use mv(1) instead. Set
3462         directory-description parameter.
3463         * Makefile.in: Likewise.
3465 2006-06-02  Ben Elliston  <bje@gnu.org>
3467         * config/sim.exp (sim_upload): Match up argument names.
3469 2006-06-02  Ben Elliston  <bje@gnu.org>
3471         * config.guess: Update to most recent version.
3472         * config.sub: Likewise.
3474 2006-06-02  Ben Elliston  <bje@gnu.org>
3476         * config/dos.exp (dos_open): Only run global board_info once at
3477         the beginning of the proc; remove duplicates.
3478         (dos_load): Use file join to separate path components.
3479         (dos_copy_upload): Likewise.
3480         * lib/remote.exp (call_remote): Use error, not "blooie" to trigger
3481         an error.
3483 2006-06-02  Ben Elliston  <bje@gnu.org>
3485         * contrib/compare_tests: Import from the GCC contrib directory.
3487 2006-05-24  Ben Elliston  <bje@gnu.org>
3489         * runtest.exp (verbose): Brace some expressions.
3490         (load_file, search_and_load_file): Likewise.
3491         (runtest): Likewise.
3493 2006-05-23  Ben Elliston  <bje@gnu.org>
3495         * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.
3496         * config/i960.exp (i960_spawn): Initialise status.
3497         * config/netware.exp (${board}_init): Brace some if expressions.
3498         * lib/dg.exp (dg-test): Brace some expressions.
3499         * lib/framework.exp (clone_output, log_and_exit, log_summary,
3500         record_test, pass, fail): Likewise.
3501         * lib/libgloss.exp (get_multilibs): Likewise.
3502         * lib/remote.exp (standard_transmit, unix_clean_filename,
3503         remote_load, check_for_board_status, remote_expect): Likewise.
3504         * lib/rsh.exp (rsh_exec): Likewise.
3506 2006-05-22  Ben Elliston  <bje@gnu.org>
3508         * baseboards/cris-sim.exp: Use switch, not case.
3509         * baseboards/h8300.exp: Likewise.
3510         * config/base68k.exp (base68k_ld): Brace an if expression.
3512 2006-05-22  Ben Elliston  <bje@gnu.org>
3514         * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,
3515         baseboards/cris-sim.exp, baseboards/i960-cyclone.exp,
3516         baseboards/mcore-moto-sim.exp, baseboards/mips64vr4100-sim.exp,
3517         baseboards/mmixware-sim.exp, baseboards/op50n.exp,
3518         baseboards/rom68k-idp.exp, baseboards/sparclite-sim-le.exp,
3519         baseboards/usparc-cygmon.exp, config/base-config.exp,
3520         config/base68k.exp, config/ddb-ether.exp, config/ddb.exp,
3521         config/dos.exp, config/gdb-comm.exp, config/gdb_stub.exp,
3522         config/i386-bozo.exp, config/i960.exp, config/m68k-emc.exp,
3523         config/netware.exp, config/sid.exp, config/sim.exp,
3524         config/tic80.exp, config/unix.exp, config/vxworks.exp,
3525         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3526         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
3527         lib/rlogin.exp, lib/rsh.exp, lib/target.exp, lib/targetdb.exp,
3528         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Put braces around if
3529         expressions throughout.
3531 2006-05-22  Ben Elliston  <bje@gnu.org>
3533         * lib/framework.exp (open_logs): Use file join where applicable.
3534         * lib/libgloss.exp (libgloss_link_flags, newlib_link_flags,
3535         newlib_include_flags, g++_link_flags, libstdc++_link_flags,
3536         get_multilibs, winsup_include_flags, winsup_link_flags): Likewise.
3537         * lib/utils.exp (which): Likewise.
3538         * runtest.exp (search_and_load_file, lookfor_file,
3539         load_tool_init): Likewise.
3541         * lib/debugger.exp (watcharray): Add `array' parameter.  Rename
3542         `type' parameter to `op' and update all uses in the proc.
3543         (watchvar): Add `ignore' parameter for scalar variables.
3544         Likewise, rename `type' to `op' and update throughout the proc.
3546         * runtest.exp: Use switch, not case.
3547         * lib/framework.exp (clone_output): Likewise.
3548         (clear_xfail): Likewise.
3549         (clear_kfail): Likewise.
3550         (set_warning_threshold): Make warning_threshold global.
3551         (get_warning_threshold): Likewise.
3552         * lib/libgloss.exp (process_multilib_options): Use switch, not
3553         case.
3554         * lib/remote.exp (local_exec): Only run global errorInfo once.
3555         (standard_upload): Fix error in variable use ($file -> $srcfile).
3556         * lib/utils.exp (grep): Use switch, not case.
3557         (slay): Fix mismatched bracket.
3559         * lib/debugger.exp (watcharray): Use switch, not case.
3560         (watchvar): Likewise.
3561         (bt): Add an explanatory comment.
3563 2006-04-03  Ben Elliston  <bje@gnu.org>
3565         * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
3566         lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
3567         lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
3569 2006-01-02  Ben Elliston  <bje@gnu.org>
3571         * configure.ac (AC_INIT): Set version to 1.4.99.
3572         * configure: Regenerate.
3574 2006-01-01  Ben Elliston  <bje@gnu.org>
3576         * testsuite/runtest.all/utils.test: Add runtest_file_p.
3578 2006-01-01  Ben Elliston  <bje@gnu.org>
3580         * runtest.exp (frame_version): Set to 1.4.99.
3582 2006-01-01  Ben Elliston  <bje@gnu.org>
3584         * dejagnu.h: Update copyright notice.  Use C-style /* .. */
3585         comments for portability with ISO C compilers.
3586         * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.
3588 2006-01-01  Ben Elliston  <bje@gnu.org>
3590         * runtest.exp: Update copyright notice.
3591         * example/calc/testsuite/calc.test/calc.exp: Likewise.
3592         * example/calc/testsuite/config/unix.exp: Likewise.
3593         * testsuite/libdejagnu/tunit.exp: Likewise.
3594         * testsuite/runtest.all/libs.exp: Likewise.
3595         * testsuite/runtest.all/options.exp: Likewise.
3596         * testsuite/runtest.all/stats-sub.exp: Likewise.
3597         * testsuite/runtest.all/stats.exp: Likewise.
3599 2006-01-01  Ben Elliston  <bje@gnu.org>
3601         * config/default.exp, config/unix.exp, config/vxworks.exp,
3602         lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp,
3603         lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp:
3604         Formatting fixes.
3605         * dejagnu.h, testsuite/config/default.exp,
3606         testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp,
3607         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
3608         testsuite/runtest.all/options.exp,
3609         testsuite/runtest.all/stats-sub.exp,
3610         testsuite/runtest.all/stats.exp: Update copyright notice and FSF
3611         office address. Remove bug reporting address, as it is now
3612         maintained centrally in the README file.
3614 2005-12-31  Ben Elliston  <bje@gnu.org>
3616         * testsuite/runtest.all/utils.test: Don't bother mentioning
3617         absolute, psource, prune and slay as untested procedures.
3619 2005-12-31  Ben Elliston  <bje@gnu.org>
3621         * doc/ref.xml (Utility Procedures): Note that the following
3622         procedures are deprecated: absolute, psource, prune, slay.
3623         * NEWS: Likewise.
3624         * doc/dejagnu.texi: Regenerate.
3626 2005-12-24  Ben Elliston  <bje@gnu.org>
3628         * Makefile.am (doc/dejagnu.texi): Don't use shell redirection, in
3629         case the command fails and zeroes the Texinfo source file.  Move
3630         the output (if successful) by its default filename using mv(1).
3631         * Makefile.in: Regenerate.
3633 2005-12-24  Ben Elliston  <bje@gnu.org>
3635         * configure.ac (DOCBOOK2X_TEXI): Add search for this program.
3636         * configure: Regenerate.
3637         * Makefile.am (DOCBOOK2PDF, DOCBOOK2RTF, DOCBOOK2PS): New.
3638         (DOCBOOK2HTML, DOCBOOK2X_TEXI): Likewise.
3639         (dejagnu.pdf): Use $(DOCBOOK2PDF).
3640         (dejagnu.ps): Likewise, use $(DOCBOOK2PS).
3641         (dejagnu.rtf): Likewise, use $(DOCBOOK2RTF).
3642         (html): Likewise, use $(DOCBOOK2HTML).
3643         (doc/dejagnu.texi): Produce using the docbook2x-texi wrapper,
3644         which is much simpler. Likewise, use $(DOCBOOK2X_TEXI).
3645         * Makefile.in: Regenerate.
3647 2005-12-24  Ben Elliston  <bje@gnu.org>
3649         * Makefile.am (EXTRA_DIST): Remove $(PACKAGING_METAFILES).
3650         (XML): Remove $(srcdir) from each filename; VPATH suffices.
3651         (PACKAGING_METAFILES): Remove.
3652         * Makefile.in: Regenerate.
3654 2005-12-24  Ben Elliston  <bje@gnu.org>
3656         * README: Rewrite.
3658 2005-12-24  Ben Elliston  <bje@gnu.org>
3660         * COPYING: Update.
3662 2005-12-24  Ben Elliston  <bje@gnu.org>
3664         * testsuite/libdejagnu/tunit.exp: Don't change to a non-existent
3665         subdirectory.
3667 2005-12-24  Ben Elliston  <bje@gnu.org>
3669         * Makefile.am (RUNTEST): Simplify, as Automake already generates
3670         similar logic in Makefile.in.
3671         * Makefile.in: Regenerate.
3673 2005-12-24  Ben Elliston  <bje@gnu.org>
3675         * Makefile.am (RUNTESTDEFAULTFLAGS): Omit --tool so that
3676         libdejagnu tests are run too.
3677         * Makefile.in: Regenerate.
3679 2005-12-24  Ben Elliston  <bje@gnu.org>
3681         * configure: Regenerate.
3683         * lib/remote.exp: Tidy.
3684         * lib/targetdb.exp: Likewise.
3685         * lib/target.exp (prune_warnings): Improve comments.
3686         * lib/dejagnu.exp: Likewise.
3687         * lib/utils.exp: Likewise.
3689         * NEWS: Update.
3691 2005-12-24  Ben Elliston  <bje@gnu.org>
3693         * doc/dejagnu.xml: Don't use apostrophes in section titles.
3694         * doc/dejagnu.texi: Regenerate.
3696 2005-12-24  Ben Elliston  <bje@gnu.org>
3698         * Makefile.am (XML): Include $(srcdir) in filenames.
3699         * Makefile.in: Regenerate.
3701 2005-12-24  Ben Elliston  <bje@gnu.org>
3703         * doc/C/Makefile.am: Remove.
3704         * doc/C/Makefile.in: Likewise.
3706         * Makefile.am (SUBDIRS): Remove.
3707         (EXTRA_DIST): Append $(XML).
3708         (dist_man_MANS): Define.
3709         (info_TEXINFOS): Likewise.
3710         (XML): List XML source files.
3711         (dejagnu.pdf): New target.
3712         (dejagnu.ps): Likewise.
3713         (dejagnu.rtf): Likewise.
3714         (html): Likewise.
3715         (dejagnu.texi): Special rule to build Texinfo source.
3716         * Makefile.in: Regenerate.
3717         * configure.ac: Don't search for docbook2dvi.
3718         Search for docbook2rtf and docbook2pdf.
3719         Don't output doc/Makefile or doc/C/Makefile.
3720         * configure: Regenerate.
3721         * doc/texinfo.tex: Move from here ..
3722         * texinfo.tex: .. to here.
3723         * doc/Makefile.am: Remove.
3724         * doc/Makefile.in: Likewise.
3725         * doc/C/dejagnu.omf: Likewise.
3726         * doc/C/topic.dat: Likewise.
3727         * doc/C/dejagnu.xml: Move from here ..
3728         * doc/dejagnu.xml: .. to here.
3729         * doc/C/legal.xml: Move from here ..
3730         * doc/legal.xml: .. to here.
3731         * doc/C/ref.xml: Move from here ..
3732         * doc/ref.xml: .. to here.
3733         * doc/C/user.xml: Move from here ..
3734         * doc/user.xml: .. to here.
3735         * doc/dejagnu.texi: Rebuild from XML source.
3737 2005-12-23  Ben Elliston  <bje@gnu.org>
3739         * doc/runtest.1: Update manual page.
3741 2005-12-23  Ben Elliston  <bje@gnu.org>
3743         * doc/overview.sgml: Remove in favour of XML versions.
3744         * doc/ref.sgml: Ditto.
3745         * doc/user.sgml: Ditto.
3746         * doc/texinfo.tex: Import new version.
3748 2005-12-20  Ben Elliston  <bje@gnu.org>
3750         * Makefile.am (SUBDIRS): Remove testsuite, example.
3751         (EXTRA_DIST): Add $(TESTSUITE_FILES).
3752         (TESTSUITE_FILES): New.
3753         (RUNTEST, RUNTESTDEFAULTFLAGS): New.
3754         (AM_CXXFLAGS): Set.
3755         (check_PROGRAMS): New.
3756         (unit_SOURCES): New.
3757         * Makefile.in: Regenerate.
3758         * configure.ac (AC_OUTPUT): Don't output example/Makefile,
3759         testsuite/Makefile or testsuite/libdejagnu/Makefile.
3760         * configure: Regenerate.
3761         * testsuite/Makefile.am: Remove.
3762         * testsuite/Makefile.in: Likewise.
3763         * testsuite/libdejagnu/Makefile.am: Likewise.
3764         * testsuite/libdejagnu/Makefile.in: Likewise.
3766 2005-12-20  Ben Elliston  <bje@gnu.org>
3768         * Makefile.am (baseboard_SCRIPTS): Rename ms1->mt.
3769         * Makefile.in: Regenerate.
3771 2005-12-20  Ben Elliston  <bje@gnu.org>
3773         * configure: Regenerate with autoconf 2.59.
3774         * aclocal.m4: Regenerate with aclocal 1.9.6.
3775         * Makefile.in: Regenerate with automake 1.9.6.
3776         * doc/Makefile.in: Likewise.
3777         * doc/C/Makefile.in: Likewise.
3778         * example/Makefile.in: Likewise.
3779         * testsuite/Makefile.in: Likewise.
3780         * testsuite/libdejagnu/Makefile.in: Likewise.
3782 2005-12-20  Nathan Sidwell  <nathan@codesourcery.com>
3784         * baseboards/ms1-sid.exp: Rename from this ..
3785         * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within.
3787 2005-12-20  Ben Elliston  <bje@gnu.org>
3789         * config.guess: Update to most recent version.
3790         * config.sub: Likewise.
3792 2005-09-24  Ben Elliston  <bje@gnu.org>
3794         * packaging/pkg/pkginfo (EMAIL): Update mail address.
3796         * lib/rsh.exp: Tidy comments.
3798 2005-07-07  Ben Elliston  <bje@gnu.org>
3800         * lib/telnet.exp (telnet_transmit): Remove; use standard method.
3802 2005-07-07  Ben Elliston  <bje@gnu.org>
3804         * Makefile.am (baseboard_SCRIPTS): Add ms1-sid.exp.
3805         * Makefile.in: Regenerate.
3807 2005-07-06  Ben Elliston  <bje@gnu.org>
3809         * lib/tip.exp (tip_open): Improve comments.
3810         (tip_download): Likewise.
3812 2005-07-06  Ben Elliston  <bje@gnu.org>
3814         * lib/telnet.exp (telnet_open): Improve option handling.  Clarify
3815         documentation for each proc.
3817 2005-07-06  Ben Elliston  <bje@gnu.org>
3819         * aclocal.m4: Regenerate with aclocal 1.9.
3820         * configure: Regenerate with autoconf 2.59.
3821         * doc/C/Makefile.am: Remove stray include.
3822         * Makefile.in, doc/Makefile.in, doc/C/Makefile.in,
3823         example/Makefile.in, testsuite/Makefile.in,
3824         testsuite/libdejagnu/Makefile.in: Regenerate with automake 1.9.
3826 2005-07-06  Ben Elliston  <bje@gnu.org>
3828         Import some missing hunks from this patch on sourceware:
3830         2004-11-11  Nick Clifton  <nickc@redhat.com>
3832         * lib/libgloss.exp (libio_include_flags, g++_include_flags,
3833         winsup_include_flags): Revert previous patch, restoring the use of
3834         -I, for all libraries except newlib.  Newlib needs -isystem to
3835         avoid the problems with <limits.h> but the C++ and winsup
3836         libraries need -I because -isystem generates an implicit 'extern
3837         "C"' which may not be appropriate for certain targets.
3839 2005-07-06  Aldy Hernandez  <aldyh@redhat.com>
3841         * baseboards/ms1-sid.exp: New.
3843 2005-07-01  Ben Elliston  <bje@gnu.org>
3845         Unify some changes with the 1.4 branch:
3847         2004-10-28  Nick Clifton  <nickc@redhat.com>
3848         * baseboards/iq2000-sim.exp: New file.
3850         2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3851         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
3852         noresults to zero.
3854         2004-05-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
3855         * baseboards/m32r-linux-sim.exp: Add New file.
3857 2005-06-24  Ben Elliston  <bje@gnu.org>
3859         * MAINTAINERS: Update my email address.
3861 2005-06-24  Ben Elliston  <bje@gnu.org>
3863         * Update the FSF's physical address throughout.
3865 2005-06-22  Ben Elliston  <bje@gnu.org>
3867         * config.guess: Update to most recent version.
3868         * config.sub: Likewise.
3870 2005-04-28  Mark Kettenis  <kettenis@gnu.org>
3872         * lib/target.exp (prune_warnings): Add a few more linker
3873         warning patterns for OpenBSD.
3875 2005-03-20  Mark Kettenis  <kettenis@gnu.org>
3877         * lib/target.exp (prune_warnings): Add linker warning patterns for
3878         OpenBSD.
3880 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3882         * baseboards/cris-sim.exp: New file.
3884 2004-11-19  Nick Clifton  <nickc@redhat.com>
3886         * lib/libgloss.exp (newlib_include_flags): Document why -isystem
3887         is used instead of -I.
3888         (libio_include_flags): Use -I instead of -isystem and
3889         document why.
3890         (g++_include_flags): Use -I instead of -isystem.
3891         (libstdc++_include_flags): Likewise.
3893 2004-11-04  Ben Elliston  <bje@gnu.org>
3895         * lib/dg.exp (dg-test): If a `dg-do run' test fails to compile,
3896         mark the test as unresolved, rather than warning.
3898 2004-10-27  Nick Clifton  <nickc@redhat.com>
3900         * baseboards/iq2000-sim.exp: New file.
3902 2004-08-20  Daniel Jacobowitz  <dan@debian.org>
3904         * testglue.c: Prototype abort(3) and exit(3).
3906 2004-08-14  Paul Brook  <paul@codesourcery.com>
3908         * config/sim.exp (sim_download, sim_upload): New procs.
3910 2004-06-30  Ben Elliston  <bje@gnu.org>
3912         * config.guess: Update to current revision.
3913         * config.sub: Likewise.
3915 2004-06-12  Ben Elliston  <bje@gnu.org>
3917         * config.guess: Update to current revision.
3918         * config.sub: Likewise.
3920 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3922         * testglue.c: Prototype abort and exit.
3924 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3926         * baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
3927         string.
3929 Tue Feb 25 05:19:57 UTC 2003  Brendan Conoboy  <blc@@redhat.com>
3931         * lib/remote.exp (call_remote): Remove multilibs from the board
3932         name when rebooting a board.
3934 2004-06-03  Alexandre Oliva  <aoliva@redhat.com>
3936         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
3937         noresults to zero.
3939 2004-06-07  Ben Elliston  <bje@gnu.org>
3941         * lib/libgloss.exp (build_wrapper): Remove redundant set command.
3943 2004-03-29  Joel Brobecker  <brobecker@gnat.com>
3945         * lib/libgloss.exp (find_gnatmake): New procedure.
3946         * lib/target.exp (default_target_compile): Add support for Ada.
3948 2004-04-16  Kazuhiro Inaoka  <inaoka dot kazuhiro at renesas dot com>
3950         * baseboards/m32r-linux-sim.exp: Add New file.
3952 2004-04-02  Rob Savoye  <rob@direwolf.welcomehome.org>
3954         * configure.ac, example/Makefile.am: Add example/mathhelper.
3955         * configure, alocal.m4, example/Makefile.in: Regenerated.
3957 2004-04-02 Joel Sherrill <joel@OARcorp.com>
3959         * example/mathhelper: New example for using the unit testing API.
3961 2004-03-05  Daniel Jacobowitz  <drow@mvista.com>
3963         * lib/remote.exp (standard_spawn): Fix rsh username support.
3965 2004-03-06  Rob Savoye  <rob@althea.welcomehome.org>
3967         * doc/C: New directory for DocBook XML files.
3968         * doc/C/dejagnu.omf: New config file for scrollkeeper.
3969         * doc/C/topic.dat: New config file for the GNOME help system.
3970         * doc/C/dejagnu.xml: DocBook XML formatted verion of what was
3971         overview.sgml.
3972         * doc/C/ref.xml: DocBook XML formatted verion of what was
3973         ref.sgml.
3974         * doc/C/user.xml: DocBook XML formatted verion of what was
3975         user.sgml.
3977 2004-02-17  Ben Elliston  <bje@wasabisystems.com>
3979         * runtest.exp: Do not trap SIGSEGV.
3981 2004-02-16  Ben Elliston  <bje@wasabisystems.com>
3983         * configure.ac: Update AC_INIT and AM_INIT_AUTOMAKE invocations.
3984         * configure: Regenerate.
3986 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3988         * doc/runtest.1: Improve some wording. Update last revision date.
3990 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3992         * NEWS: Document yesterday's work.
3994         * runtest: Improve comments.
3996 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3998         * TODO: Update.
4000         * testsuite/libdejagnu/unit.cc: Conform with GNU coding standard.
4002 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4004         * configure.ac: Quote strings throughout in good Autoconf style.
4005         Remove AC_PROG_YACC invocation. Search for docbook2dvi, et al and
4006         expect using AC_PATH_PROG. Remove DJ_AC_PATH_DOCBOOK in favour of
4007         existing macros. Remove stale BOARDS and CONFIG substs. Ensure Tcl
4008         is at version 8.3 or greater.
4009         * configure: Regenerate.
4010         * acinclude.m4: Remove.
4011         * aclocal.m4: Regenerate.
4012         * Makefile.in: Likewise.
4013         * doc/Makefile.am (%.pdf: %.sgml): Use $(DOCBOOK2PDF).
4014         (%.dvi: %.sgml): Use $(DOCBOOK2DVI).
4015         (%.html: %.sgml): Use $(DOCBOOK2HTML).
4016         * doc/Makefile.in: Regenerate.
4017         * example/Makefile.in: Likewise.
4018         * testsuite/Makefile.in: Likewise.
4019         * testsuite/libdejagnu/Makefile.in: Likewise.
4020         * TODO: Update.
4022 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
4024         * baseboards/cf.exp: Use -T instead of -Wl,-T for ldscript.
4025         * baseboards/fr30-elf.exp, baseboards/frv-elf.exp,
4026         baseboards/h8300.exp, baseboards/i960-cyclone.exp,
4027         baseboards/i960-sim.exp, baseboards/m32r-elf.exp,
4028         baseboards/mips-idt.exp, baseboards/mips-lnews-sim.exp,
4029         baseboards/mips-lsi-sim.exp, baseboards/mips64vr4100-sim.exp,
4030         baseboards/op50n.exp, baseboards/rom68k-idp.exp,
4031         baseboards/sh-hms.exp, baseboards/tx39-dve.exp,
4032         baseboards/vr4100-ddb.exp, baseboards/vr4100-sim.exp,
4033         baseboards/vr4111-sim.exp, baseboards/vr4300-ddb.exp,
4034         baseboards/vr4300-sim.exp, baseboards/vr4300.exp,
4035         baseboards/vr5000-ddb.exp: Likewise.
4037 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4039         * runtest: Terminate with an error if expect cannot be found.
4040         * TODO: Update.
4042 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4044         * configure.ac: Use AC_PATH_PROG to find expect(1).
4045         (DJ_AC_PATH_TCLSH): Remove unneeded invocation.
4046         * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove.
4047         (DJ_AC_STL): Likewise.
4048         * configure: Regenerate.
4049         * aclocal.m4: Likewise.
4050         * configure: Likewise.
4051         * Makefile.in: Likewise.
4052         * doc/Makefile.in: Likewise.
4053         * example/Makefile.in: Likewise.
4054         * testsuite/Makefile.in: Likewise.
4055         * testsuite/libdejagnu/Makefile.in: Likewise.
4056         * TODO: Update.
4058 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4060         * runtest.1: Remove any mention of mondfe.
4062 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4064         * TODO: Add an item about timeouts.
4066 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
4068         * baseboards/basic-sim.exp: Set gdb,do_reload_on_run.
4070 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4072         * lib/standard.exp: Tidy.
4074 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4076         * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.
4077         (config_SCRIPTS): Remove udi.exp, vrtx.exp.
4078         (baseboard_SCRIPTS): Remove a29k-udi.exp.
4079         * Makefile.in: Regenerate.
4080         * baseboards/a29k-udi.exp: Remove.
4081         * baseboards/dos.exp: Update comments.
4082         * config/udi.exp: Remove.
4083         * config/vrtx.exp: Remove.
4084         * doc/overview.sgml: Update. Don't mention mondfe and xsh support.
4085         * doc/ref.sgml: Likewise.
4086         * doc/user.sgml: Likewise.
4087         * lib/mondfe.exp: Remove.
4088         * lib/xsh.exp: Likewise.
4089         * lib/remote.exp: Don't load mondfe.exp or xsh.exp.
4090         * packaging/pkg/prototype: Update.
4091         * NEWS: Update.
4093 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4095         * Makefile.am (rpmspec): Remove.
4096         (rpm): Additionally depend on dejagnu.spec.
4097         ($(PKGDIR)/dejagnu): New target that installs DejaGnu into this
4098         directory.  This saves duplicated code in the solpkg and hpdepot
4099         targets.
4100         (solpkg): Depend on $(PKGDIR)/dejagnu.
4101         (hpdepot): Likewise.
4102         * Makefile.in: Regenerate.
4104 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4106         * Makefile.am (RUNTEST, RUNTESTDEFAULTFLAGS): Remove.
4107         * Makefile.in: Regenerate.
4108         * testsuite/Makefile.am (CLEANFILES): Remove.
4109         (RUNTESTDEFAULTFLATS): Pass --srcdir and RUNTEST=$(RUNTEST).
4110         * testsuite/Makefile.in: Regenerate.
4112 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4114         * lib/util-defs.exp: Move from here ..
4115         * testsuite/lib/util-defs.exp: .. to here.
4116         * Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp.
4117         * Makefile.in: Regenerate.
4118         * testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp.
4119         * testsuite/Makefile.in: Regenerate.
4120         * doc/ref.sgml (File Map): Remove util-defs.exp.
4121         * packaging/pkg/prototype: Update file list.
4123 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4125         * NEWS: Document changes since 1.4.4.
4127 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4129         * example/Makefile.am (check-recursive): Remove target.
4130         * example/Makefile.in: Regenerate.
4132 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4134         * dejagnu.h: Conform with GNU coding standard.
4136 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4138         * Makefile.am (PKGING): Remove.
4139         (PACKAGING_METAFILES): Update accordingly.
4140         (CLEANFILES, check-DEJAGNU): Remove.
4141         (tarball): Remove; use `dist'.
4142         (deb): Update target recipe to use `make dist'.
4144 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4146         * Clean.tcl: Remove.
4148         * Makefile.am (SUBDIRS): Add testsuite, example directories.
4149         (EXTRA_DIST): Define.
4150         (pkgdata_SCRIPTS): Add lib/*.exp files.
4151         (DATE, TCLSH): Remove.
4152         (configdir, config_DATA, config_SCRIPTS): Define.
4153         (baseboarddir, baseboard_DATA, baseboard_SCRIPTS): Likewise.
4154         (pkgdata_DATA): Likewise.
4155         (djlibexecdir, djlibexec_SCRIPTS): Likewise.
4156         (PKGING, PACKAGING_METAFILES): New macros.
4157         (clean-local): Remove.
4158         (rpm): Depend on dist.
4159         (deb): Likewise.
4160         (dist-hook): Remove.
4161         (lib_dest, lib_files): Likewise.
4162         (baseboard_dest, baseboard_files): Likewise.
4163         (include_dest, config_dest, config_files): Likewise.
4164         (install-data-local): Likewise.
4165         (uninstall-local): Likewise.
4166         (site.exp): Likewise.
4167         * Makefile.in: Regenerate.
4169         * testsuite/Makefile.am (all, all-am, etcetera): Remove.
4170         (force): Likewise.
4171         (EXTRA_DIST): Define.
4172         (site.exp): Remove target.
4173         * testsuite/Makefile.in: Regenerate.
4174         * testsuite/libdejagnu/Makefile.am (EXTRA_DIST): Define.
4175         (noinst_PROGRAMS): Rename from this ..
4176         (check_PROGRAMS): .. to this.
4177         * testsuite/libdejagnu/Makefile.in: Regenerate.
4179         * doc/Makefile.am (man_MANS): Rename from this ..
4180         (dist_man_MANS): .. to this.
4181         (info_TEXINFOS): Define.
4182         (TARGETS): Remove overview.rtf.
4183         (EXTRA_DIST): Define.
4184         (%.rtf: %.sgml): Remove rule.
4185         (%.gif: %.fig): Likewise.
4186         (%.epsi: %.eps): Likewise.
4187         (%.eps: %.fig): Likewise.
4188         (clean, realclean, distclean): Remove.
4189         (install-docs): Don't install overview.rtf.
4190         * doc/Makefile.in: Regenerate.
4191         * doc/texinfo.tex: New file.
4193         * example/calc/Makefile.am (noinst_PROGRAMS): Rename from this ..
4194         (check_PROGRAMS): .. to this.
4195         (EXTRA_DIST): Add test cases and calc.1 man page.
4196         * example/calc/Makefile.in: Regenerate.
4197         * example/calc/aclocal.m4: Likewise.
4198         * example/calc/configure: Likewise.
4199         * example/calc/stamp-h.in: Remove.
4200         * example/hello/Makefile.am (bin_PROGRAMS): Rename from this ..
4201         (check_PROGRAMS): .. to this.
4202         (EXTRA_DIST): Define.
4203         * example/hello/Makefile.in: Regenerate.
4204         * example/hello/aclocal.m4: Likewise.
4205         * example/hello/configure: Likewise.
4206         * example/hello/testsuite/Makefile.am (EXTRA_DIST): Define.
4207         * example/hello/testsuite/Makefile.in: Regenerate.
4209 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4211         * configure.ac: Remove commented out code.
4212         * configure: Regenerate.
4214 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4216         * site.tmpl: Tidy.
4218 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4220         * INSTALL: Import latest version.
4221         * depcomp: Likewise.
4222         * install-sh: Likewise.
4223         * missing: Likewise.
4225 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4227         * configure.in: Rename from this ..
4228         * configure.ac: .. to this.  Require Autoconf 2.50.
4229         * Makefile.in: Regenerate.
4230         * doc/Makefile.in: Likewise.
4231         * example/Makefile.in: Likewise.
4232         * testsuite/Makefile.in: Likewise.
4233         * testsuite/libdejagnu/Makefile.in: Likewise.
4235 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4237         * lib/target.exp (prune_warnings): Add spaces where required in
4238         NetBSD warnings.  Supersedes a patch in pkgsrc's devel/dejagnu.
4240 2004-02-05  Ben Elliston  <bje@wasabisystems.com>
4242         * config.guess: Update to current revision.
4243         * config.sub: Likewise.
4245 2004-02-04  Ben Elliston  <bje@wasabisystems.com>
4247         * configure.in (AC_NO_EXECUTABLES): Remove.
4248         * configure: Rebuild with Autoconf 2.59.
4249         * acinclude.m4 (DJ_AC_STL): Quote macro name to appease aclocal.
4250         (DJ_AC_PATH_TCLSH): Likewise.
4251         (DJ_AC_PATH_DOCBOOK): Likewise.
4252         * aclocal.m4: Rebuild.
4253         * Makefile.in: Rebuild with Automake 1.8.2.
4254         * doc/Makefile.in: Likewise.
4255         * example/Makefile.in: Likewise.
4256         * testsuite/Makefile.in: Likewise.
4257         * testsuite/libdejagnu/Makefile.in: Likewise.
4259 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4261         Import orphaned patches from sources.redhat.com:
4263         2002-05-02  Fernando Nasser  <fnasser@redhat.com>
4264         * doc/dejagnu.texi: Document KFAIL and KPASS.
4266         2002-02-20  Richard Henderson  <rth@redhat.com>
4267         * lib/target.exp (prune_warnings): Revert early "In function"
4268         strip, as this breaks g++.dg tests.  Match dangerous regexp
4269         without the "In function" header.
4271         2002-02-09  Richard Henderson  <rth@redhat.com>
4272         * lib/target.exp (prune_warnings): Strip "In function" etc early.
4273         Adjust "dangerous" regexp for glibc's tmpnam warning.
4275         2001-09-10  Jim Blandy  <jimb@redhat.com>
4276         * baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script,
4277         so we get the version of the `outbyte' function that does console
4278         output in a way that GDB's rom68k target recognizes.  Note that
4279         the board can now do output.
4281         2000-04-25  Felix Lee  <flee@cygnus.com>
4282         * baseboards/tx39-sim.exp: Use idt, not dve linker script.  Delete
4283         misleading comments and null statements.
4285 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4287         * DejaGnu 1.4.4 released.
4289 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4291         * Makefile.am (tarball): Depend on book1.html, not overview.html.
4292         Don't echo needless messages. Portably copy the source tree to
4293         dejagnu-${VERSION}.  Portably copy documentation files from the
4294         source tree to the distribution directory.  Don't copy RPM-related
4295         files -- leave that to the rpm target.
4296         (snapshot): Remove target.
4297         (overview.html): Rename target from this ..
4298         (book1.htm): .. to this.
4299         (rpm): Portably copy tar file to SOURCES directory.
4300         (deb): Depend on book1.html, not overview.html.
4301         (dist-hook): Depend on book1.html, not overview.html.
4302         * Makefile.in: Rebuild.
4303         * doc/Makefile.am (TARGETS): Depend on book1.html.
4304         (book1.html): Depend on html/book1.html.
4305         (overview.dvi): Remove target.
4306         * doc/Makefile.in: Rebuild.
4308 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4310         * Clean.tcl: Run tclsh via /usr/bin/env for portability.
4311         (cleanfiles): Concatenate regular filenames that match .*.
4313 2004-01-12  Ben Elliston  <bje@wasabisystems.com>
4315         * baseboards/frv-sim.exp: Remove reference to devo/sim.
4317 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4319         * doc/overview: Remove all files.
4321 2003-12-03  Ben Elliston  <bje@wasabisystems.com>
4323         * testsuite/runtest.all/utils.test: Fix a test for proc find which
4324         assumed that "subsubfile1" would appear at the end of the returned
4325         list.  Adjust to use a more robust regular expression.
4327 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
4329         * doc/overview.sgml (version): Update.
4330         * doc/overview/installation.html: Likewise.
4332         * packaging/rpm/dejagnu.spec: Update version numbers throughout.
4333         * packaging/pkg/pkginfo: Likewise.
4334         * packaging/depot/dejagnu.psf: Likewise.
4336 2003-10-25  Ben Elliston  <bje@wasabisystems.com>
4338         * runtest.exp (frame_version): Bump version.
4339         * configure.in (AM_INIT_AUTOMAKE): Likewise.
4340         * configure: Regenerate.
4342 2003-10-16  Rob Savoye   <rob@welcomehome.org>
4344         * packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
4346 2003-10-13  Ben Elliston  <bje@wasabisystems.com>
4348         * baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
4350 2003-10-11  Corinna Vinschen  <vinschen@redhat.com>
4352         * baseboards/sh-sim.exp: New file.
4354 2003-10-11  Ben Elliston  <bje@wasabisystems.com>
4356         * NEWS: Tidy.
4357         * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
4359 2003-10-08  Ben Elliston  <bje@wasabisystems.com>
4361         * i960glue.c: Remove.
4362         * packaging/pkg/prototype: Remove i960glue.c.
4364 2003-10-07  Ben Elliston  <bje@wasabisystems.com>
4366         * contrib/README: Remove.
4367         * contrib/testit: Remove bitrotten script.
4368         * contrib/test-g++: Likewise.
4369         * contrib/test-tool: Likewise.
4371 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4373         * TODO: Tidy.
4374         * contrib/README: Bring up to date.
4376 2003-08-23  Corinna Vinschen  <vinschen@redhat.com>
4378         * config/sid.exp: Add gdb settings to use no hardware watchpoints.
4380 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4382         * README: Update section on reporting bugs.
4384 2003-08-22  Ben Elliston  <bje@wasabisystems.com>
4386         * lib/kermit.exp: Document procs.
4387         * lib/ftp.exp: Likewise.
4389 2003-08-19  Ben Elliston  <bje@wasabisystems.com>
4391         * contrib/testit: Run wish via /usr/bin/env for portability.
4393 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4395         * Makefile.am: Tidy comments and unused command lines.
4396         * Makefile.in: Regenerate.
4397         * testsuite/libdejagnu/Makefile.in: Likewise.
4399         * contrib/bluegnu2.0.3: Remove unsupported subtree.
4401 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4403         * MAINTAINERS: New file.
4405 2003-08-17  Ben Elliston  <bje@wasabisystems.com>
4407         * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
4408         * doc/Makefile.in: Regenerate.
4410 2003-08-16  Ben Elliston  <bje@wasabisystems.com>
4412         * doc/overview.sgml (overview): Start overhauling chapter.
4414         * doc/README.Writers: New document on style conventions.
4415         * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
4416         * doc/user.sgml: Likewise.
4417         * doc/overview.sgml: Likewise.
4418         * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
4420 2003-08-12  Ben Elliston  <bje@wasabisystems.com>
4422         * Makefile.am (tarball): Update path to dejagnu.spec.
4423         (rpmspec): Likewise.
4424         (deb): Likewise, update path to package metafiles.
4425         (solpkg): Likewise.
4426         (hpdepot): Likewise.
4427         * Makefile.in: Regenerate.
4428         * aclocal.m4: Likewise.
4429         * configure: Likewise.
4430         * doc/Makefile.in: Likewise.
4431         * example/Makefile.in: Likewise.
4432         * testsuite/Makefile.in: Likewise.
4433         * deb: Move from here ..
4434         * packaging/deb: .. to here.
4435         * redhat: Move from here ..
4436         * packaging/rpm: .. to here.
4437         * depot: Move from here ..
4438         * packaging/depot: .. to here.
4439         * pkg: Move from here ..
4440         * packaging/pkg: .. to here.
4442         * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
4443         (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
4444         * testsuite/libdejagnu/Makefile.in: Regenerate.
4446 2003-08-07  Ben Elliston  <bje@wasabisystems.com>
4448         * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
4449         to increment count rather than count++ as in C.
4451 2003-08-06  Ben Elliston  <bje@wasabisystems.com>
4453         * lib/remote.exp: Replace "TCL" with "Tcl".
4455 2003-07-30  Ben Elliston  <bje@wasabisystems.com>
4457         * doc/runtest.1: Replace "TCL" with "Tcl".
4458         Make last revision date current.
4460 2003-07-29  Ben Elliston  <bje@wasabisystems.com>
4462         * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
4463         URLs and other stylistic improvements.
4464         * doc/ref.sgml: Likewise.
4465         * doc/user.sgml: Likewise.
4467 2003-07-25  Mike Stump  <mrs@apple.com>
4469         * lib/target.exp (prune_warnings): Handle "nfs server .* not
4470         responding" and "nfs server .* is alive again".
4472 2003-07-20  Ben Elliston  <bje@wasabisystems.com>
4474         * config.guess: Update to most recent version.
4475         * config.sub: Ditto.
4476         * AUTHORS: Add self to list of maintainers.
4478 2003-07-25  Jim Dein  <jdein@deinji5.apple.com> (RIP)
4480         * lib/utils.exp (find): Fix double recursion bug.
4482 2002-02-25  Jackie Smith Cashion  <jsmith@redhat.com>
4484         * baseboards/am33_2.0-libremote.exp: New file.
4486 2000-11-21  Drew Moseley  <dmoseley@redhat.com>
4488         * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
4489         ASB2303 board.
4491 2000-08-10  Drew Moseley  <dmoseley@cygnus.com>
4493         * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
4494         ASB2303 board.
4496 2003-06-13  Phil Edwards <pme@devphil.com>
4498         * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
4499         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
4500         only -T[linker] instead of -Wl,-T[linker].
4502 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
4504         * lib/target.exp (prune_warnings): Add two more linker
4505         warning patterns for warnings generated by modern verions
4506         of NetBSD.
4508 2003-05-12  H.J. Lu <hongjiu.lu@intel.com>
4510         * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
4512 2003-05-09  H.J. Lu <hongjiu.lu@intel.com>
4514         * runtest: Fix a typo.
4516 2003-05-03  Nitin Dhavale <nitinpdhavale@indiatimes.com>
4518         * doc/user.sgml: Clarify how to set the verbose option.
4520 2003-03-28 Chris Demetriou <cgd@broadcom.com>
4522         * lib/framework.exp (check_conditional_xfail): Adjust so that
4523         an empty 'includes' list matches all sets of flags.
4524         * doc/dejagnu.texi: Document the above.
4525         * doc/ref.sgml: Likewise.
4527 2003-03-27  David Heine <dlheine@tensilica.com>
4529         * baseboards/xtensa-sim.exp: Fix a syntax error.
4531 2003-03-16  Rob Savoye  <rob@direwolf.welcomehome.org>
4533         * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
4534         than stomp on it. This is based on a patch from Brendan Conoboy
4535         <blc@redhat.com>.
4536         * Most files: Update copyright dates.
4538 2003-03-13  Mike Stump  <mrs@apple.com>
4540         * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
4541         help ensure uniqueness.
4543 2003-03-05  Alexandre Oliva  <aoliva@redhat.com>
4545         * lib/remote.exp (standard_download, standard_upload): Support
4546         nfsdir and nfsroot_server.
4548 See ChangeLog-1992 for earlier changes.