Add initial infrastructure for DejaGnu "specs" strings
[dejagnu.git] / ChangeLog
blob7f4f1f4089b635cdccee06daa5671452ab6d8dd5
1 2021-04-14  Jacob Bachmeyer  <jcb@gnu.org>
3         * lib/specs.exp, testsuite/runtest.libs/specs.test: New files.
5 2021-03-22  Jacob Bachmeyer  <jcb@gnu.org>
7         * configure: Regenerate.
9         * runtest.exp, configure.ac, doc/version.texi: Update version.
11         * config.guess, config.sub: Import from upstream.
13         * MAINTAINERS: Acknowledge that Ben Elliston has left the project.
15 2021-03-15  Jacob Bachmeyer  <jcb@gnu.org>
17         * Makefile.am, Makefile.in: Update accordingly.
19         * contrib/compare_tests: Remove.  This file lacked a GPL notice.
20         This file was imported from GCC many years ago.  The GCC version
21         has benefited from continued development, while ours has not.
23         * testsuite/runtest.libs/load_lib.exp: Remove.  This file lacked a
24         GPL notice and an attempt to contact the contributor produced no
25         response.  The tests in this file will need to be rewritten in any
26         case; there is a bug in load_lib that they should expose and there
27         is now additional infrastructure for tests of this type that was
28         not available when this file was written.
30 2020-12-27  Jacob Bachmeyer  <jcb@gnu.org>
32         * testsuite/runtest.libs/libs.exp (process_test): Report running
33         test scripts as each test script is run.
34         Also, at top-level, sort the list of tests to run.
36         * doc/dejagnu.texi (testsuite procedure): Remove noise word "api"
37         from new "testsuite can call api" feature test API entrypoint.
38         * lib/framework.exp (testsuite_can): Likewise.
39         * testsuite/runtest.libs/testsuite_can.test: Likewise.
40         * NEWS: Likewise.
42 2020-12-16  Jacob Bachmeyer  <jcb@gnu.org>
44         * configure: Regenerate.
46         * configure.ac: Remove Tcl version check.
48         Apply patch from Nick Clifton:
50         * baseboards/msp430-sim.exp: Add missing copyright and GPL notice.
52         Apply patch from Dimitar Dimitrov:
54         * baseboards/pru-sim.exp: New file.
56         * Makefile.am (baseboard_DATA): Add pru-sim.exp to list.
57         * Makefile.in (baseboard_DATA): Likewise.
59 2020-12-15  Jacob Bachmeyer  <jcb@gnu.org>
61         * configure: Regenerate.
62         * Makefile.in: Regenerate.
64         * Makefile.am (RUNTEST): Explain override of Automake default.
66         * configure.ac: Update for autoconf 2.69 using autoupdate.
67         * configure.ac: Remove search for expect now handled by Automake.
69         Apply patch from Dimitar Dimitrov:
71         * Makefile.am (dejagnu_TEXINFOS): Change this...
72         * Makefile.am (doc_dejagnu_TEXINFOS): ...to this.
74         This fixes an incorrectly recorded dependency.
76 2020-11-17  Jacob Bachmeyer  <jcb@gnu.org>
78         PR44636 / PR44693
80         * doc/dejagnu.texi (Adding a new tool): Fix incorrect description
81         that conflated the tool init file with the target interface file.
82         (Make Check): Add cross-reference to the GNU Automake manual for
83         more details.
85 2020-11-10  Jacob Bachmeyer  <jcb@gnu.org>
87         PR44545
89         * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
90         Use [file normalize] to ensure that link targets are unambiguous.
91         (link_dejagnu_launcher_test_item): Avoid spurious errors when test
92         environment has already been prepared in a previous run.
94         * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
95         New procedure to collect existing repeated testsuite code.
96         * testsuite/launcher.all/command.exp: Establish testing
97         environment using link_dejagnu_launcher_test_item procedure.
99 2020-11-09  Jacob Bachmeyer  <jcb@gnu.org>
101         * aclocal.m4: Regenerate.
102         * configure: Regenerate.
103         * Makefile.in: Regenerate.
105         * configure.ac: Revert development version branch tagging hook.
106         * Makefile.am: Likewise.
108         These caused failures (reported in PR44462 as a secondary issue)
109         when a source tree is copied out of a Git directory.
111 2020-08-31  Jacob Bachmeyer  <jcb@gnu.org>
113         * doc/runtest.1: Add brief GFDL notice.  License notice in the
114         formatted manpage should now describe DejaGnu as a whole.
116         * NEWS: Prepare for release.
118 2020-08-18  Jacob Bachmeyer  <jcb@gnu.org>
120         * testsuite/runtest.libs/testsuite_file.test: Add missing
121         copyright and GPL notice.
122         * testsuite/runtest.libs/testsuite_can.test: Likewise.
123         * testsuite/runtest.libs/testcase_group.test: Likewise.
125 2020-08-12  Jacob Bachmeyer  <jcb@gnu.org>
127         * doc/dejagnu.texi (The dejagnu_h header file): Remove node.
128         (Running unit tests): Add node.
129         (DejaGnu unit test protocol): Add node.
130         (C unit testing API): Update to reflect current API.  Move mention
131         of dejagnu.h header here in preparation for future expanded
132         language support.
133         (C++ unit testing API): Likewise.  Mention caveat that the C unit
134         test API is also available in C++ programs.
136 2020-08-10  Jacob Bachmeyer  <jcb@gnu.org>
138         * baseboards/qemu.exp: Tidy whitespace.
140 2020-08-10  Jacob Bachmeyer  <jcb@gnu.org>
142         Merge patch from Kito Cheng to add support for RISC-V sim target.
144         * baseboards/riscv-sim.exp: New file.
145         * Makefile.am (baseboard_DATA): Add riscv-sim.exp.
146         * Makefile.in (baseboard_DATA): Likewise.
148 2020-08-02  Jacob Bachmeyer  <jcb@gnu.org>
150         * Makefile.am (TESTSUITE_FILES): Add files that were introduced
151         during development but were mistakenly not added at that time.
152         (baseboard_DATA): Sort baseboard file list.
153         (baseboard_DATA): Add missing files.
154         (dejagnu_TEXINFOS): New; add GNU FDL file.
155         (CONTRIB): Add experimental Python unit test module.
157         * Makefile.in (TESTSUITE_FILES): Likewise.
158         (baseboard_DATA): Likewise.
160         * testsuite/dejagnu.py:  Move from here...
161         * contrib/dejagnu.py: ...to here.
163 2020-08-02  Rob Savoye  <rob@senecass.com>
165         * Makefile.in: Regenerate so make dist works.
167 2020-07-25  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
169         * doc/dejagnu.texi (Writing a test case): Mention the DejaGnu
170         procedure "perror" instead of the Tcl command "error".
171         (Writing a test case): Reorganize node and give basic hints about
172         Tcl quoting and backslash escape rules.
173         (Writing a test case): Describe synchronization issues and warn
174         that prefixes of valid input can be presented for matching.
175         (Writing a test case): Fix markup from conversion from DocBook.
177 2020-07-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
179         PR42399
181         * NEWS: Document changes to host_execute.
183         * lib/dejagnu.exp (host_execute): Revise expect matching to
184         combine all unit test protocol lines into one pattern.
185         (host_execute): Rework other expect patterns.
186         (host_execute): Ensure that all output from child process is read
187         until the child closes its output to avoid sending early SIGPIPE.
188         (host_execute): Report an ERROR (and cause the next test to be
189         recorded as UNRESOLVED) if the Expect matching buffer overflows.
190         (host_execute): Remove dependency on global "text" variable.
192         * Makefile.am (TESTSUITE_FILES): Update.
194         * testsuite/runtest.main/stats.exp: Generalize infrastructure and
195         add tests for DejaGnu unit testing support.
196         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
197         New file.
198         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk:
199         New file.
201 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
203         PR42399
205         * Makefile.am (TESTSUITE_FILES): Update.
207         * lib/dejagnu.exp (host_execute): Allow the executable to be
208         specified with an absolute file name.
209         (host_execute): Fix argument handling to allow passing more than
210         one argument to the executable.  Return early if given no
211         arguments at all instead of trying to execute "./".
213         * testsuite/runtest.main/pr42399.exp: New file.
214         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399.awk:
215         New file.
216         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
217         New file.
219 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
221         * Makefile.am (CLEANFILES): Update.
222         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
224         * testsuite/lib/runtest.exp (runtest_setup_nested_testsuite): New
225         procedure.
226         (runtest_cleanup_nested_testsuite): New procedure.
228         * testsuite/runtest.main/error.exp: Use the tool name "error" to
229         select the proper subset of the nested testsuite.  Use new
230         procedures for handling nested testsuite.  Use common
231         nested-init.exp local init file for nested testsuite.  Let local
232         init file nested-init.exp handle setting "outdir" variable.
233         * testsuite/runtest.main/options.exp: Likewise; "null" tool.
234         * testsuite/runtest.main/stats.exp: Likewise; "stat" tool.
236         * testsuite/runtest.main/nested/: Combine nested testsuites.
237         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
238         Move from here...
239         * testsuite/runtest.main/nested/testsuite/error.test/error-al-dbz.exp:
240         ...to here.
241         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
242         Move from here...
243         * testsuite/runtest.main/nested/testsuite/error.test/error-dbz.exp:
244         ...to here.
245         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
246         Move from here...
247         * testsuite/runtest.main/nested/testsuite/error.test/error-undef.exp:
248         ...to here.
249         * testsuite/runtest.main/error/testsuite/error.test/simple.exp:
250         Move from here...
251         * testsuite/runtest.main/nested/testsuite/error.test/simple.exp:
252         ...to here.
253         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
254         Move from here...
255         * testsuite/runtest.main/nested/testsuite/null.test/null.exp:
256         ...to here.
257         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
258         Move from here...
259         * testsuite/runtest.main/nested/testsuite/stat.test/stats-sub.exp:
260         ...to here.
262 2020-07-16  Rob Savoye  <rob@senecass.com>
264         * baseboards/qemu.exp: Works now with qemu instead of sim.
266 2020-07-06  Rob Savoye  <rob@senecass.com>
268         * baseboards/qemu.exp: Initial working support to use qemu for
269         bare metal testing.
270         * Makefile.am: Install qemu.exp.
271         * autogen.sh: Add script borrowed from my Gnash project to
272         regenerate configure/build files.
273         * aclocal.m4, configure.ac, Makefile.am: regenerated GDB too.
274         * doc/dejagnu.texi: Update copyright date.
276 2020-06-29  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
278         PR 41824 / PR 41918
280         * NEWS: Add item for repeated error messages.
282         * lib/framework.exp (log_and_exit): Add separator lines around the
283         error dumps repeated at the end of a run.
285 2020-06-26  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
287         PR 41824 / PR 41918
289         * NEWS: Remove items for --keep_going / --no_keep_going options.
291         * Makefile.am (CLEANFILES): Adjust for renames.
292         (TESTSUITE_FILES): Likewise.
294         * doc/dejagnu.texi (Invoking runtest): Remove --keep_going and
295         --no_keep_going options.
296         (A POSIX Conforming Test Framework): Document that Tcl errors in
297         test scripts produce UNRESOLVED results as placeholders.
299         * doc/runtest.1: Likewise.
301         * lib/framework.exp (log_and_exit): Print collected Tcl errors.
303         * runtest.exp (dejagnu::error): New internal namespace.
304         (runtest): Collect Tcl errors caught while executing test scripts.
305         (dejagnu::opt): Remove internal namespace.
306         Remove --keep_going / --no_keep_going options.  No longer abort on
307         any Tcl errors; instead store them and repeat the messages at the
308         end of the run.
310         * testsuite/runtest.main/abort.exp: Rename from this ...
311         * testsuite/runtest.main/error.exp: ... to this and revise tests.
313         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
314         Rename from this...
315         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
316         ... to this.
317         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp:
318         Rename from this...
319         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
320         ... to this.
321         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
322         Rename from this...
323         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
324         ... to this.
326 2020-06-24  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
328         PR 41824 / PR 41918
330         * NEWS: Revise relevant items.
332         * doc/dejagnu.texi (Invoking runtest): Add --no_keep_going option.
333         * doc/runtest.1: Document --no_keep_going option.  Remove
334         long-obsolete --name option.  The --name option had been removed
335         from runtest before the code was imported into what became the
336         current repository.
338         * runtest.exp: Add option --no_keep_going to stop immediately if a
339         test script aborts due to a Tcl error.  Remove vestiges of
340         long-obsolete --name option.  Make --keep_going option default.
342         * testsuite/runtest.main/abort.exp: Adjust tests to use
343         --no_keep_going and --keep_going instead of assuming a default.
345 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
347         Merge patches from Maciej W. Rozycki to fix timeout handling.
349         * lib/remote.exp (close_wait_program): Use `catch' in killing
350         pending force-kills.
352         * lib/remote.exp (close_wait_program): Only kill the pending
353         force-kills if the PID list has a single entry.
354         (local_exec): Set the channel about to be closed to the
355         nonblocking mode if we didn't see an EOF.
356         (standard_close): Likewise, unconditionally.
358 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
360         * NEWS: Mention "linker=" option and added language support.
362         * doc/dejagnu.texi (target_compile procedure): Document new
363         "linker=" option to target_compile.
365         * lib/target.exp (default_target_compile): Actually use internal
366         option for separate linker provided for Go language support.  This
367         seems to have been accidentally omitted from Tom Tromey's patches.
368         (default_target_compile): Add "linker=" option, similar to
369         "compiler=" option, but the former overrides the latter when
370         building an executable.
371         (default_target_compile): Ensure that "--emit obj" is spaced from
372         previous item when used to compile Rust.  Use "--emit asm" instead
373         of "-S" when generating assembly from Rust sources.
375         * testsuite/runtest.libs/target.test: Add tests for Go and Rust.
376         Also add tests for the new "early_flags=" and "linker=" options.
378 2020-06-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
380         * doc/dejagnu.texi (Libgloss): Update menu.
381         (find_go procedure, find_go_linker procedure): New nodes.
382         (find_rustc procedure): New node.
384 2020-06-19  Tom Tromey  <tromey@adacore.com>
386         * doc/dejagnu.texi (target_compile procedure): Document Go
387         additions.
388         * lib/target.exp (default_target_compile): Handle Go.
389         * lib/libgloss.exp (find_go, find_go_linker): New procs.
391 2020-06-19  Tom Tromey  <tromey@adacore.com>
393         * doc/dejagnu.texi (target_compile procedure): Document rust
394         additions.
395         * lib/target.exp (default_target_compile): Handle rust.
396         * lib/libgloss.exp (find_rustc): New proc.
398 2020-06-19  Tom Tromey  <tromey@adacore.com>
400         * lib/target.exp (default_target_compile): Add early_flags.
401         * doc/dejagnu.texi (target_compile procedure): Document
402         early_flags.
404 2020-06-19  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
406         Merge patches from Tom de Vries <tdevries <at> suse.de> and write
407         ChangeLog entries.
409         * testsuite/runtest.main/abort.exp: Add tests that verify handling
410         of arithmetic errors (divide-by-zero) in a procedure called within
411         a test script.
413         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp: New file.
415 2020-06-18  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
417         PR 41824 / PR 41918
419         Thanks to Tom de Vries for raising these concerns and offering the
420         initial testsuite patch that led to these changes.
422         * NEWS: Add item for consistent abort-on-error handling.
424         * lib/framework.exp (unknown): Always link global variables.  Tidy.
425         Silently propagate errors raised in autoloaded procedures and move
426         the UNRESOLVED result and aborting the test run to...
427         * runtest.exp (runtest): Report an UNRESOLVED result if a test
428         script aborts due to a Tcl error.  Link global errorCode and
429         report its value if an error occurs.  For consistency, abort the
430         test run on any Tcl error in a test script instead of only when
431         calling an undefined procedure.
433         * testsuite/runtest.main/abort.exp: Add tests to verify handling
434         of arithmetic errors (divide-by-zero) in an auto-loaded procedure
435         called from a test script.  Adjust other patterns.
437         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
438         New file.
440 2020-06-17  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
442         PR 41824
444         * NEWS: Add item for --keep_going option.
446         * Makefile.am (CLEANFILES): Add abort-init.exp to list.
447         (TESTSUITE_FILES): Add new testsuite files to list.
449         * doc/dejagnu.texi (Invoking runtest): Document new --keep_going
450         command line option.
451         * doc/runtest.1: Likewise.
453         * lib/framework.exp (unknown): Report an UNRESOLVED result if an
454         unknown command is invoked.  Avoid exiting and propagate the error
455         from Tcl's "unknown" procedure if --keep_going was
456         specified. Brace procedure argument list.
457         * runtest.exp (dejagnu::opt): New namespace.
458         Add option --keep_going to continue running tests after a test
459         script aborts due to calling an undefined command.
461         * testsuite/runtest.main/abort.exp: New file.
462         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
463         New file.
464         * testsuite/runtest.main/abort/testsuite/abort.test/simple.exp:
465         New file.
467 2020-06-17  Tom de Vries  <tdevries <at> suse.de>
469         * lib/framework.exp (unknown): Propagate return value of auto-loaded
470         command.
472 2020-06-15  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
474         Merge patches from Linaro:
476         2018-09-28  Christophe Lyon <christophe.lyon@linaro.org>
477         * lib/ssh.exp (ssh_exec): Redirect stderr to stdout on the remote
478         machine, to avoid race conditions.
480         2016-04-25  Yvan Roux <yvan.roux@linaro.org>
481         * lib/rsh.exp (rsh_exec): Don't remove trailing newline.
482         * lib/ssh.exp (ssh_exec): Likewise.
484         2016-06-28  Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
485         * config/unix.exp (unix_load): Prepend the value of an
486         "exec_shell" board_info key to the command if it is defined.
488 2020-06-06  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
490         * NEWS: Document "testcase" command.
492         * doc/dejagnu.texi (testcase procedure): Document multiplex entry
493         point and "testcase group" command.
495         * lib/framework.exp: Add internal namespace ::dejagnu::group.
496         (::dejagnu::group::check_name): New procedure.
497         (::dejagnu::group::current): New procedure.
498         (::dejagnu::group::push): New procedure.
499         (::dejagnu::group::pop): New procedure.
500         (::dejagnu::group::pop_to_file): New procedure.
501         (testcase): New procedure for multiplex commands.
502         (testcase_group): New procedure implementing "testcase group".
504         * testsuite/runtest.libs/testcase_group.test: New file.
506 2020-06-05  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
508         * NEWS: Document new "testsuite can call api" command.
510         * doc/dejagnu.texi (testsuite procedure): Document new subcommand
511         "testsuite can call api".
513         * lib/framework.exp (testsuite): Add branch for "testsuite can".
514         (testsuite_can): New procedure implementing "testsuite can".
516         Add internal array ::dejagnu::apilist to store information for
517         "testsuite can call api" for querying the availability of an API
518         call.  This will allow test scripts to adapt and use new features
519         while still being able to run under older versions of DejaGnu.
521         * testsuite/runtest.libs/testsuite_can.test: New file.
523 2020-06-02  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
525         PR 41647
526         * NEWS: Fix typo.  Fix Emacs mode tag.
527         Document use of Tcl namespace ::dejagnu for internals.
528         * runtest.exp (dejagnu::command_line): New namespace.
529         (dejagnu::command_line::save_cmd_var): New procedure.
530         (dejagnu::command_line::restore_cmd_vars): New procedure.
531         (dejagnu::command_line::dump_cmd_vars): New procedure.
532         * runtest.exp: Save internal variables set by command line
533         arguments during the first pass and restore their values after
534         loading testsuite init files.
536 2020-06-01  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
538         PR 41647
539         * runtest.exp: Describe search for testsuite at verbose level 3.
540         Print initial working directory at verbose level 1.
542 2020-05-28  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
544         PR 41587
545         * testsuite/lib/launcher.exp: Adjust LAUNCHER variable default
546         value to use an absolute file name.
547         * testsuite/lib/report-card.exp: Likewise.
548         * testsuite/runtest.main/options.exp: Set outdir in options-init
549         instead of changing working directory in child runtest.
551         * runtest.exp (logname): Move verbose display of logname to
552         immediately after finding the user's login name.
554         PR 41585
555         * runtest.exp (libdir): Fix default value of global variable.
557         * ChangeLog: Tidy irregular indentation.
559 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
561         * doc/dejagnu.texi (target_compile procedure): Add documentation.
563 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
565         * doc/dejagnu.texi (target_link procedure): New stub node.
566         (default_link procedure): Document internal procedure.
567         (default_target_assemble procedure): Likewise.
568         (default_target_compile procedure): Likewise.
570 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
572         * baseboards/{aarch64-sim, arm-ice, arm-sim, basic-sid, iq2000-sim,
573         mn10300-sim, moxie-sim}.exp: Cleanup up whitespace.
575 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
577         * lib/target.exp (default_target_compile): Use "host_info"
578         procedure to probe for a host configuration, instead of checking a
579         local empty target_info array due to lacking "global target_info".
581 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
583         * doc/dejagnu.texi (Adding a new board): Document that the
584         "compiler" board_info field is optional and defaults to [find_gcc]
585         if not given.
586         (Board configuration file): Likewise.
588         * lib/target.exp (default_target_compile): Establish a default C
589         compiler by evaluating [find_gcc] if no other compiler is given.
591         * baseboards/aarch64-sim.exp: Remove no-longer-needed
592         "set_board_info compiler [find_gcc]" from this file.
593         * baseboards/am33_2.0-libremote.exp: Likewise.
594         * baseboards/androideabi.exp: Likewise.
595         * baseboards/arm-ice.exp: Likewise.
596         * baseboards/arm-sim.exp: Likewise.
597         * baseboards/cris-sim.exp: Likewise.
598         * baseboards/d30v-sim.exp: Likewise.
599         * baseboards/fr30-sim.exp: Likewise.
600         * baseboards/frv-sim.exp: Likewise.
601         * baseboards/gdbserver-sample.exp: Likewise.
602         * baseboards/iq2000-sim.exp: Likewise.
603         * baseboards/linux-gdbserver.exp: Likewise.
604         * baseboards/linux-libremote.exp: Likewise.
605         * baseboards/mcore-moto-sim.exp: Likewise.
606         * baseboards/mcore-sim.exp: Likewise.
607         * baseboards/mips-sim-idt32.exp: Likewise.
608         * baseboards/mips-sim-idt64.exp: Likewise.
609         * baseboards/mips-sim-mti32.exp: Likewise.
610         * baseboards/mips-sim-mti64.exp: Likewise.
611         * baseboards/mips-sim-mti64_64.exp: Likewise.
612         * baseboards/mips-sim-mti64_n32.exp: Likewise.
613         * baseboards/mips-sim-sde32.exp: Likewise.
614         * baseboards/mips-sim-sde64.exp: Likewise.
615         * baseboards/mips-sim.exp: Likewise.
616         * baseboards/mmixware-sim.exp: Likewise.
617         * baseboards/mn10200-sim.exp: Likewise.
618         * baseboards/mn10300-sim.exp: Likewise.
619         * baseboards/moxie-sim.exp: Likewise.
620         * baseboards/msp430-sim.exp: Likewise.
621         * baseboards/powerpc-sim.exp: Likewise.
622         * baseboards/powerpcle-sim.exp: Likewise.
623         * baseboards/rx-sim.exp: Likewise.
624         * baseboards/sh-sim.exp: Likewise.
625         * baseboards/sparc-sim.exp: Likewise.
626         * baseboards/sparc64-sim.exp: Likewise.
627         * baseboards/sparclite-sim-le.exp: Likewise.
628         * baseboards/sparclite-sim.exp: Likewise.
629         * baseboards/unix.exp: Likewise.
630         * baseboards/v850-sim.exp: Likewise.
631         * baseboards/visium-sim.exp: Likewise.
632         * baseboards/xtensa-sim.exp: Likewise.
634 2020-05-24  Rob Savoye  <rob@senecass.com>
636         * baseboards/pi.exp: New config file for cross testing to a
637         Raspberry PI.
639 2020-05-24  Tom Tromey  <tom@tromey.com>
641         * .gitignore: Add files.
643 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
645         * testsuite/runtest.libs/target.test: Use mockutil.tcl.
646         Collect loading DejaGnu libraries into a single loop.
647         Revise the mock board_info array.
648         Add section headings for different test groups in this file.
649         Add tests for default_target_compile in lib/target.exp.
650         * testsuite/runtest.libs/mockutil.tcl: New file.
652 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
654         * doc/dejagnu.texi (remote_exec procedure): Explicitly list
655         optional arguments instead of simply copying the Tcl argument list
656         or the remote_exec procedure.
658 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
660         * testsuite/runtest.libs/default_procs.tcl: Set sum_file to empty
661         string instead of opening a temporary file named .tmp.
662         * testsuite/runtest.libs/libs.exp: No longer need to remove .tmp.
664 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
666         * testsuite/runtest.libs/target.test: Rename fake "target_info"
667         array to a fake "board_info" array, to align with changes made to
668         the DejaGnu core on 29 January 1997 that moved the target
669         configuration data into the global board_info array.
671         * testsuite/runtest.libs/remote.test: Likewise.
673 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
675         * testsuite/runtest.libs/libs.exp: Use runtest_file_p to honor
676         requests to run only some library tests.
678 2020-05-18  Rob Savoye  <rob@senecass.com>
680         * configure.ac: Extract the current branch.
681         * Makefile.am: Change the frame_version in runtest.exp post
682         install to add the branch and git revision to make it easier to
683         support multiple versions during development.
685 2020-05-15  Rob Savoye  <rob@senecass.com>
687         * All files: Minor change, update copyright dates.
689 2019-03-08  Andrew Burgess  <andrew.burgess@embecosm.com>
691         * runtest.exp (search_and_load_file): Join the directory and
692         filename once using 'file join'.
694 2019-01-24  Jacob Bachmeyer  <jcb62281@gmail.com>
696         * doc/dejagnu.texi: Refill paragraphs and normalize inter-sentence
697         spacing so the Emacs move-by-sentence commands work correctly.
699 2019-01-23  Ben Elliston  <bje@gnu.org>
701         * doc/dejagnu.texi: Replace "config file" with "configuration
702         file" throughout.
704 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
706         * doc/dejagnu.texi (Command line option variables): Improve table
707         formatting to fix overlapping columns and revise text slightly.
709 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
711         * doc/dejagnu.texi (Global config file): Change example to use the
712         Tcl "switch" command instead of the deprecated "case" command.
714 2019-01-12  Jacob Bachmeyer  <jcb62281@gmail.com>
716         * doc/dejagnu.texi (runtest_file_p procedure): Fix description of
717         the structure of the "runtests" argument.
719 2019-01-12  Ben Elliston  <bje@gnu.org>
721         * doc/dejagnu.texi: Various documentation fixes.
723 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
725         * testsuite/runtest.libs/clone_output.test: Use new test harness
726         for verifying output of clone_output.
728         * testsuite/runtest.libs/default_procs.tcl (send_error): Roll into
729         template using store_test_output.
730         (send_log): Likewise.
731         (send_user): Likewise.
732         (clear_test_output): New proc.
733         (store_test_output): New proc.
735         * lib/framework.exp (clone_output): Actually send errors to the
736         error stream; bug found while improving testsuite.
738 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
740         * testsuite/runtest.libs/libs.exp (process_test): Handle blank
741         lines from child process correctly.
743 2019-01-02  Jacob Bachmeyer  <jcb62281@gmail.com>
745         * NEWS: Document report card.
747         * Makefile.am (clean-local): Add target.
748         (clean-local-check): Add target; mark as PHONY.
749         (commands_DATA): Add "report-card" scripts.
750         (dist_man_MANS): Add dejagnu-report-card.1 and split.
751         (DEJATOOL): Add "report-card" tool.
752         (TESTSUITE_FILES): Add testsuite for "report-card" tool.
754         * commands/report-card.awk: New command script.
756         * doc/dejagnu.texi (Invoking dejagnu report card): New node.
757         * doc/dejagnu-report-card.1: New man page.
759         * testsuite/lib/bohman_ssd.exp: New file.
760         * testsuite/lib/report-card.exp: New file.
761         * testsuite/report-card.all/onetest.exp: New file.
762         * testsuite/report-card.all/passes.exp: New file.
764 2019-01-02  Ben Elliston  <bje@gnu.org>
766         * Makefile.am (DISTCLEANFILES): Don't use this.
767         (CLEANFILES): Use this instead.
768         * Makefile.in: Regenerate.
770 2019-01-01  Ben Elliston  <bje@gnu.org>
772         * configure.ac: Abort if AWK is not installed.
773         * configure: Regenerate.
775 2019-01-01  Ben Elliston  <bje@gnu.org>
777         * config.guess: Update to latest version.
778         * config.sub: Likewise.
780 2019-01-01  Ben Elliston  <bje@gnu.org>
782         * configure.ac: Add AC_PROG_AWK check.
783         * configure: Regenerate.
785 2018-12-29  Jacob Bachmeyer  <jcb62281@gmail.com>
787         * dejagnu: Avoid use of semicolon as sed(1) command separator.
788         POSIX does not clearly require sed(1) to support that feature.
790 2018-12-28  Jacob Bachmeyer  <jcb62281@gmail.com>
792         * testsuite/lib/util-defs.exp: Whitespace clean up.
794 2018-12-21  Jacob Bachmeyer  <jcb62281@gmail.com>
796         PR 33817
797         * dejagnu: Improve command parsing to fix bug. Previously, the
798         documented equivalence between "multi word command" and
799         "multi-word-command" did not hold if no arguments were given.
800         * testsuite/launcher.all/command.exp: Add tests.
802 2018-12-20  Ben Elliston  <bje@gnu.org>
804         * NEWS: Add item for new dejagnu command.
806         * Makefile.am (EXTRA_DIST): Remove $(XML).
807         * Makefile.in: Regenerate.
809 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
811         * Makefile.am (EXTRA_DIST): Add "dejagnu" launcher script and
812         contents of $(commands_DATA).
813         (bin_SCRIPTS): Add "dejagnu" launcher script.
814         (commandsdir): Installation directory for "dejagnu" subcommands is
815         $(pkgdatadir)/commands.
816         (commands_DATA): New, contains "commands/help.sh" as initial item.
817         (TESTSUITE_FILES): Add testsuite for same.
818         (DEJATOOL): Add "launcher" to list of tools to test.
819         (dist_man_MANS): Add man pages for "dejagnu" and "dejagnu help".
821         * doc/dejagnu.texi (Running other DejaGnu commands): New chapter.
822         (Invoking dejagnu): New node for dejagnu(1) launcher script.
823         (Invoking dejagnu help): New node.
825         * doc/dejagnu.1: New man page.
826         * doc/dejagnu-help.1: New man page.
828         * dejagnu: New script.
830         * commands/help.sh: New dejagnu subcommand for reading manpages.
832         * testsuite/launcher.all/command.exp: New file.
833         * testsuite/launcher.all/command/commands/bar-baz.awk: New file.
834         * testsuite/launcher.all/command/commands/bar.awk: New file.
835         * testsuite/launcher.all/command/commands/bar.sh: New file.
836         * testsuite/launcher.all/command/commands/baz-quux.gawk: New file.
837         * testsuite/launcher.all/command/commands/foo.sh: New file.
838         * testsuite/launcher.all/command/commands/foo.tcl: New file.
839         * testsuite/launcher.all/help.exp: New file.
840         * testsuite/launcher.all/interp.exp: New file.
841         * testsuite/launcher.all/verbose.exp: New file.
842         * testsuite/lib/launcher.exp: New file.
844 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
846         * doc/dejagnu.texi (bt procedure): Fix Info links.
848 2018-12-17  Ben Elliston  <bje@gnu.org>
850         * doc/dejagnu.texi (Board config file): Fix up @ref.
851         (Command line option variables): Likewise.
852         (Debugging Procedures): Add an entry for 'bt' command.
854 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
856         * runtest.exp: Move processing of -V|--version option to first
857         pass through command line arguments instead of delaying it.
859 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
861         * Makefile.am (RUNTESTDEFAULTFLAGS): Remove; no longer needed.
862         * Makefile.in: Regenerate.
864 2018-12-15  Ben Elliston  <bje@gnu.org>
866         * doc/dejagnu.texi (telnet Procedure): Remove old node.
867         (rlogin Procedure): Likewise.
868         (rsh Procedure): Likewise.
869         (tip Procedure): Likewise.
870         (kermit Procedure): Likewise.
871         (list_targets Procedure): Likewise.
872         (prune_system_crud): Likewise.
874 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
876         * testsuite/runtest.libs/default_procs.tcl (send_error): New stub.
877         (send_user): Likewise.
878         * testsuite/runtest.libs/clone_output.test: Remove unneeded global
879         variable link at top-level.
880         * testsuite/runtest.libs/utils.test: Adjust absolute path to
881         config.status.
882         * testsuite/runtest.libs/clone_output.test: Use preset srcdir,
883         subdir, and objdir variables instead of extracting them from argv.
884         Remove setval.tmp, which is now obsolete.
885         * testsuite/runtest.libs/config.test: Likewise.
886         * testsuite/runtest.libs/remote.test: Likewise.
887         * testsuite/runtest.libs/target.test: Likewise.
888         * testsuite/runtest.libs/testsuite_file.test: Likewise.
889         * testsuite/runtest.libs/utils.test: Likewise.
891         * testsuite/lib/libsup.exp (make_defaults_file): Replace this ..
892         (send_defaults): .. with this.
893         (start_expect): Remove redundant code.
895         * testsuite/runtest.libs/libs.exp: Eliminate setval.tmp file.
896         Remove unneeded test for EXPECT global variable.
897         Use one Expect subprocess to run all test cases.
898         (process_test): Redesign to use Expect subprocess and to use
899         throwaway slave interpreters for running test cases.
901 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
903         * testsuite/lib/runtest.exp (runtest_start): Remove.
904         Move the sanity check in runtest_start to top-level and similarly
905         check to ensure that $EXPECT can be found.  Make failure of either
906         sanity check an immediate fatal error.
907         Improve error messages for sanity checks to indicate which
908         critical tool was not found.  Remove useless 'global RUNTEST'
909         command at top-level.
910         (runtest_version): Brace 'if' expression.
912 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
914         * testsuite/lib/runtest.exp: Use 'testsuite file' to locate the
915         default runtest executable instead of implicitly searching PATH.
916         Remove unused RUNTESTFLAGS Tcl variable.
918 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
920         * testsuite/lib/runtest.exp (runtest_start): Remove unused global
921         variable links.
923 2018-12-14  Jacob Bachmeyer  <jcb62281@gmail.com>
925         * lib/framework.exp (log_summary): Remove "testcnt" mechanism.
926         * testsuite/lib/libsup.exp: Remove obsolete "testcnt" variable.
928 2018-12-12  Ben Elliston  <bje@gnu.org>
930         * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,
931         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/rlogin.exp,
932         lib/telnet.exp, runtest.exp, testsuite/lib/libsup.exp: Simplify
933         some regular expressions in constant strings by placing them
934         inside braces instead of quotes. This allows one level of
935         backslash quoting to be removed.
937 2018-12-12  Ben Elliston  <bje@gnu.org>
939         * doc/dejagnu.texi: Acknowledge contributions to the manual from
940         others.
942 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
944         * testsuite/runtest.all/libs.exp: Use "testsuite file" command.
945         * testsuite/runtest.all/load_lib.exp: Likewise.
946         * testsuite/runtest.all/stats.exp: Likewise.
948         * testsuite/runtest.all/stats.exp: Write local init file as
949         "stats-init.exp" for status summary tests.  Use --local_init
950         option to runtest to load that file instead of site.exp and move
951         the inner test module to a nested testsuite.
952         * testsuite/runtest.all/stats-sub.exp: Move file from here ..
953         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
954         .. to here.
956         * testsuite/runtest.all/options.exp: Clean up whitespace in file.
957         Wrap lines in test list and move short items to beginning of list.
958         Write local init file as "options-init.exp" for options tests.
959         Use --local_init option with nested runtest to load that file
960         instead of site.exp; also create an empty nested testsuite.  Local
961         init file arranges for inner runtest processes to run in a
962         subdirectory in the object tree to eliminate filename clashes.
963         Set tmpdir if not already set and remove entire temporary
964         directory after running options tests.
965         * testsuite/runtest.all/options/testsuite/null.test/null.exp: New.
967         * testsuite/runtest.all/clone_output.test: Move from here ..
968         * testsuite/runtest.libs/clone_output.test: .. to here.
969         * testsuite/runtest.all/config.test: Move from here ..
970         * testsuite/runtest.libs/config.test: .. to here.
971         * testsuite/runtest.all/default_procs.tcl: Move from here ..
972         * testsuite/runtest.libs/default_procs.tcl: .. to here.
973         * testsuite/runtest.all/libs.exp: Move from here ..
974         * testsuite/runtest.libs/libs.exp: .. to here.
975         * testsuite/runtest.all/load_lib.exp: Move from here ..
976         * testsuite/runtest.libs/load_lib.exp: .. to here.
977         * testsuite/runtest.all/remote.test: Move from here ..
978         * testsuite/runtest.libs/remote.test: .. to here.
979         * testsuite/runtest.all/target.test: Move from here ..
980         * testsuite/runtest.libs/target.test: .. to here.
981         * testsuite/runtest.all/testsuite_file.test: Move from here ..
982         * testsuite/runtest.libs/testsuite_file.test: .. to here.
983         * testsuite/runtest.all/topdir/subdir1/subfile1: Move from here ..
984         * testsuite/runtest.libs/topdir/subdir1/subfile1: .. to here.
985         * testsuite/runtest.all/topdir/subdir1/subfile2: Move from here ..
986         * testsuite/runtest.libs/topdir/subdir1/subfile2: .. to here.
987         * testsuite/runtest.all/topdir/subdir1/subsubdir1/subsubfile1:
988         Move from here ..
989         * testsuite/runtest.libs/topdir/subdir1/subsubdir1/subsubfile1:
990         .. to here.
991         * testsuite/runtest.all/topdir/subdir2/subfile2: Move from here ..
992         * testsuite/runtest.libs/topdir/subdir2/subfile2: .. to here.
993         * testsuite/runtest.all/utils.test: Move from here ..
994         * testsuite/runtest.libs/utils.test: .. to here.
995         * testsuite/runtest.libs/utils.test: Update references to
996         "runtest.all".
998         * testsuite/runtest.all/options.exp: Move from here ..
999         * testsuite/runtest.main/options.exp: .. to here.
1000         * testsuite/runtest.all/options/testsuite/null.test/null.exp: Move
1001         from here ..
1002         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
1003         .. to here.
1004         * testsuite/runtest.all/stats.exp: Move from here ..
1005         * testsuite/runtest.main/stats.exp: .. to here.
1006         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
1007         Move from here ..
1008         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
1009         .. to here.
1011         * Makefile.am (DISTCLEANFILES): Update for testsuite improvements.
1012         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
1013         * Makefile.in: Regenerate.
1015 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1017         * doc/dejagnu.texi: Clean up whitespace.  Some indented examples
1018         were changed to use the Texinfo '@ ' command (yes, a space
1019         character) to preserve correct indentation.  The '@ ' command is
1020         treated as a single space by Tex and makeinfo, but prevents Emacs
1021         from complaining about indentation using spaces instead of tabs.
1023 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1025         * doc/dejagnu.texi (getdirs procedure): Document hard-coded
1026         directory exclusions by name in this procedure.
1028 2018-12-10  Ben Elliston  <bje@gnu.org>
1030         * doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl
1031         glob patterns, not "shell wildcard characters" per se.
1033         * doc/dejagnu.texi (istarget procedure): Remove stray @{.
1035 2018-12-10  Jacob Bachmeyer  <jcb62281@gmail.com>
1037         * doc/dejagnu.texi (Writing a test case): Add warning about
1038         priority of Expect patterns, complete with example.
1039         * testsuite/runtest.all/libs.exp (process_test): Fix bug that
1040         caused test results other than "PASS" to be skipped if a "PASS" is
1041         further along in the input buffer.  Describe problem in manual.
1042         (process_test): Ensure that the log file shows each test case run.
1043         (process_test): Directly run the test cases instead of using
1044         temporary files and "cat".  All output is always available in the
1045         log file, which is no longer overwritten by other tests.
1046         (process_test): Expect END markers from test case scripts.
1047         * testsuite/runtest.all/clone_output.test: Emit END markers.
1048         * testsuite/runtest.all/config.test: Likewise.
1049         * testsuite/runtest.all/remote.test: Likewise.
1050         * testsuite/runtest.all/target.test: Likewise.
1051         * testsuite/runtest.all/testsuite_file.test: Likewise.
1052         * testsuite/runtest.all/utils.test: Likewise.
1054 2018-12-10  Ben Elliston  <bje@gnu.org>
1056         * lib/utils.exp (grep): Use a proper Tcl list for options.
1058 2018-12-10  Ben Elliston  <bje@gnu.org>
1060         * testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir.
1062         * lib/utils.exp (getdirs): Use glob -nocomplain rather than glob
1063         and catching the "no files matched glob pattern" error
1064         message. Catching the error message was the wrong thing to do
1065         because the foreach loop then iterates over each word in the error
1066         message as if they were matches.
1068 2018-12-10  Ben Elliston  <bje@gnu.org>
1070         * testsuite/runtest.all/utils.test (getdirs): Add a test for the
1071         non-existent directory case.
1073 2018-12-10  Ben Elliston  <bje@gnu.org>
1075         * runtest.exp: Remove unnecessary quotes and braces around
1076         variable expansions.
1078         * lib/debugger.exp (dumpvars): Remove unnecessary braces.
1080 2018-12-09  Ben Elliston  <bje@gnu.org>
1082         * runtest.exp (setup_target_hook): Use 'ne' and not '!='.
1083         (iterate_target_variants_two): Likewise.
1084         * lib/remote.exp (standard_download): Use 'eq' not '=='.
1085         (remote_upload): Likewise.
1086         * lib/framework.exp (open_logs): Likewise.
1087         (is_remote): Likewise.
1089 2018-12-09  Ben Elliston  <bje@gnu.org>
1091         * baseboards/basic-sid.exp, baseboards/basic-sim.exp,
1092         baseboards/i386-sid.exp, baseboards/mt-sid.exp,
1093         baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp,
1094         config/gdb_stub.exp, config/sim.exp, config/unix.exp,
1095         config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp,
1096         lib/framework.exp, lib/kermit.exp, lib/libgloss.exp,
1097         lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp,
1098         lib/utils.exp, testsuite/lib/libsup.exp,
1099         testsuite/runtest.all/options.exp,: Remove unnecessary braces
1100         around variable expansions.
1102 2018-12-09  Ben Elliston  <bje@gnu.org>
1104         * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp,
1105         lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp,
1106         lib/target.exp, lib/tip.exp, lib/utils.exp, runtest.exp: Remove
1107         unnecessary quotes and braces around variable expansions.
1109 2018-12-09  Ben Elliston  <bje@gnu.org>
1111         * config/gdb-comm.exp: Remove unnecessary quotes.
1112         * config/gdb_stub.exp: Likewise.
1113         * config/vxworks.exp: Likewise.
1114         * config/unix.exp: Likewise.
1115         * config/sim.exp: Likewise.
1117 2018-12-09  Ben Elliston  <bje@gnu.org>
1119         * testsuite/lib/libsup.exp: Remove unnecessary quotes around
1120         variable expansions.
1121         * testsuite/lib/util-defs.exp: Likewise.
1123 2018-12-09  Ben Elliston  <bje@gnu.org>
1125         * baseboards/androideabi.exp: Remove unnecessary quotes and braces
1126         around variable expansions.
1127         * baseboards/basic-sid.exp: Likewise.
1128         * baseboards/cris-sim.exp: Likewise.
1129         * baseboards/generic-sim.exp: Likewise.
1130         * baseboards/mcore-moto-sim.exp: Likewise.
1131         * baseboards/multi-sim.exp: Likewise.
1133 2018-12-08  Ben Elliston  <bje@gnu.org>
1135         * NEWS: Tweak.
1137 2018-12-08  Ben Elliston  <bje@gnu.org>
1139         * lib/dejagnu.exp (host_execute): Remove unnecessary quotes around
1140         variable expansions.
1141         * testsuite/runtest.all/clone_output.test: Likewise.
1142         * testsuite/runtest.all/target.test: Likewise.
1143         * testsuite/runtest.all/stats.exp: Likewise.
1144         * testsuite/runtest.all/remote.test: Likewise.
1145         * testsuite/runtest.all/config.test: Likewise.
1146         * testsuite/runtest.all/default_procs.tcl: Likewise.
1147         * testsuite/runtest.all/libs.exp: Likewise.
1148         * testsuite/runtest.all/options.exp: Likewise.
1150 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1152         * NEWS: Document 'testsuite' command.
1153         * doc/dejagnu.texi (testsuite procedure): Document multiplex entry
1154         point and "testsuite file" command.
1155         * lib/framework.exp (testsuite): New proc for multiplex commands.
1156         (testsuite_file): New proc implementing "testsuite file".
1157         * testsuite/runtest.all/testsuite_file.test: New file.
1158         * runtest.exp: Expect to find testsuite in ${srcdir}/testsuite,
1159         but also search $srcdir itself.
1160         (load_lib): Add explicit search for testsuite-local libraries.
1161         (load_tool_init): Use $testsuitedir in search.
1162         (load_config): Use $testsuitedir instead of $srcdir.
1163         (load_tool_target_config): Likewise.
1165         Add variable "testsuitedir" for testsuite root directory.
1167         Add internal global variables "testbuilddir" and "testdir" for use
1168         by "testsuite file".
1170         Ensure that $testsuitedir, $testbuilddir, and $objdir also avoid
1171         duplicated path delimiters.
1173         Add warning if no tests are found and fallback method of searching
1174         $srcdir is used.
1176 2018-12-08  Ben Elliston  <bje@gnu.org>
1178         * testsuite/lib/libsup.exp (start_expect): Brace commands in if
1179         expressions.
1180         * testsuite/lib/util-defs.exp (util_test): Likewise.
1181         * testsuite/runtest.all/stats.exp: Likewise.
1182         * testsuite/runtest.all/libs.exp: Likewise.
1184 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1186         * testsuite/runtest.all/default_procs.tcl:
1187         (lib_errpat_test, lib_errregexp_test, lib_err_test): New.
1188         (lib_regexp_test): Fix copy-paste-edit error.
1189         (lib_pat_test, lib_regexp_test, lib_ret_test, lib_bool_test):
1190         Fix handling of errors raised by tested procedure.  Also ensure
1191         proper quoting of argument lists passed to eval and simplify
1192         the logic for producing return values.
1194 2018-12-08  Ben Elliston  <bje@gnu.org>
1196         * config/vxworks.exp (${board}_init): Use 'ne' instead of !=.
1198 2018-12-08  Ben Elliston  <bje@gnu.org>
1200         * lib/tip.exp (tip_open): Put braces around if expression.
1202 2018-12-08  Ben Elliston  <bje@gnu.org>
1204         * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp,
1205         lib/remote.exp, lib/framework.exp, lib/dg.exp, config/vxworks.exp,
1206         config/sim.exp, config/gdb_stub.exp, config/aarch64-fv8.exp,
1207         baseboards/vr4300-sim.exp, baseboards/vr4111-sim.exp,
1208         baseboards/vr4100-sim.exp, baseboards/sh-sid.exp,
1209         baseboards/mt-sid.exp, baseboards/mips-sim.exp,
1210         baseboards/mips-sim-idt64.exp, baseboards/mips-sim-idt32.exp,
1211         baseboards/i386-sid.exp, baseboards/arm-sim.exp,
1212         baseboards/arm-ice.exp, baseboards/androideabi.exp,
1213         testsuite/runtest.all/utils.test,
1214         testsuite/runtest.all/target.test: Replace string literal
1215         comparisons using == and != with 'eq' and 'ne'.
1217 2018-12-08  Ben Elliston  <bje@gnu.org>
1219         * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp,
1220         lib/rsh.exp, lib/rlogin.exp, lib/remote.exp, lib/libgloss.exp,
1221         lib/framework.exp, lib/dg.exp, lib/dejagnu.exp,
1222         config/vxworks.exp, config/unix.exp, config/sim.exp,
1223         config/gdb_stub.exp, config/gdb-comm.exp, config/adb.exp,
1224         baseboards/multi-sim.exp, baseboards/cris-sim.exp,
1225         baseboards/basic-sim.exp, baseboards/basic-sid.exp,
1226         baseboards/androideabi.exp, testsuite/runtest.all/load_lib.exp,
1227         testsuite/libdejagnu/tunit.exp: Replace empty string comparisons
1228         using == and != with 'eq' and 'ne'.
1230 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1232         * testsuite/runtest.all/default_procs.tcl (lib_bool_test): New.
1233         (lib_regexp_test): New.
1234         (lib_pat_test): Brace "if" conditions.
1235         (lib_pat_test): Remove spurious quotes in debugging output.
1236         (run_tests): Add support for comments in lists of procedure tests.
1238         * testsuite/runtest.all/config.test: Adjust to use run_tests
1239         procedure. Fixes issue cited in FIXME comment.
1241         * testsuite/runtest.all/utils.test (getdirs tests): Fix these.
1242         The old tests had the sense of the return value from lib_pat_test
1243         inverted and were failing but reported PASS.
1244         (find tests, relative_filename tests, runtest_file_p tests):
1245         Adjust to use run_tests procedure.
1247 2018-12-07  Ben Elliston  <bje@gnu.org>
1249         * doc/dejagnu.texi: Add more missing material.
1251 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1253         * testsuite/runtest.all/default_procs.tcl (lib_ret_test): Tidy.
1254         (run_tests): Replace implicit "eval" with explicit "eval".  Tidy.
1255         (verbose): Remove unnecessary quotes.
1257 2018-12-06  Ben Elliston  <bje@gnu.org>
1259         * doc/dejagnu.texi: Add more missing material.
1261 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1263         * testsuite/runtest.all/default_procs.tcl: Whitespace clean up.
1264         (lib_pat_test): Handle an argument list instead of only a single
1265         argument for the procedure under test.
1266         (lib_ret_test): Likewise.
1267         * testsuite/runtest.all/utils.test: Whitespace clean up.
1268         Adjust to pass argument lists for improved lib_pat_test.
1269         * testsuite/runtest.all/clone_output.test: Likewise.
1271 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1273         * lib/remote.exp (standard_load): Fix typo on empty string.
1274         * runtest.exp: Adjust expression to follow GNU conventions.
1275         * lib/utils.exp (diff): Fix mistake in replacing [string compare]
1276         with "eq" instead of "ne".
1277         * testsuite/runtest.all/config.test: Likewise.
1279 2018-12-06  Ben Elliston  <bje@gnu.org>
1281         * runtest.exp: Replace [string match] commands involving literal
1282         strings and variables known to not be Tcl glob patterns with eq
1283         and ne.
1284         * config/unix.exp: Likewise.
1285         * lib/debugger.exp: Likewise.
1286         * lib/dg.exp: Likewise.
1287         * lib/framework.exp: Likewise.
1288         * lib/remote.exp: Likewise.
1289         * lib/utils.exp: Likewise.
1290         * baseboards/androideabi.exp: Likewise.
1291         * baseboards/multi-sim.exp: Likewise.
1292         * testsuite/lib/util-defs.exp: Likewise.
1293         * testsuite/runtest.all/config.test: Likewise.
1295 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1297         * testsuite/runtest.all/utils.test: Add Tcl mode marker for Emacs.
1298         * testsuite/runtest.all/target.test: Likewise.
1299         * testsuite/runtest.all/remote.test: Likewise.
1300         * testsuite/runtest.all/config.test: Likewise.
1301         * testsuite/runtest.all/clone_output.test: Likewise.
1303 2018-12-06  Ben Elliston  <bje@gnu.org>
1305         * runtest.exp: Replace '==' with 'eq' for string compares.
1306         Likewise, replace '!=' with 'ne'. Replace a few instances of
1307         [string length $str] == 0 with $str eq "".
1308         * config/gdb-comm.exp: Likewise.
1309         * lib/dg.exp: Likewise.
1310         * lib/framework.exp: Likewise.
1311         * lib/libgloss.exp: Likewise.
1312         * lib/remote.exp: Likewise.
1313         * lib/target.exp: Likewise.
1314         * lib/utils.exp: Likewise.
1316 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1318         * runtest.exp: Replace archaic use of [string match] with "eq".
1320 2018-12-06  Ben Elliston  <bje@gnu.org>
1322         * doc/dejagnu.texi (compile Procedure): Remove old node.
1323         (archive Procedure): Likewise.
1324         (ranlib Procedure): Likewise.
1326 2018-12-06  Ben Elliston  <bje@gnu.org>
1328         * doc/dejagnu.texi (rsh procedure): Fix node connectivity.
1330 2018-12-06  Ben Elliston  <bje@gnu.org>
1332         * lib/telnet.exp (telnet_open): Remove connectmode global.
1333         * doc/dejagnu.texi (Procedures For Remote Communication): Remove
1334         mention of connectmode.
1336 2018-12-05  Ben Elliston  <bje@gnu.org>
1338         * doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete
1339         node.
1341 2018-12-05  Ben Elliston  <bje@gnu.org>
1343         * doc/dejagnu.texi: Add more missing material.
1345 2018-12-05  Ben Elliston  <bje@gnu.org>
1347         * testsuite/runtest.all/utils.test: Test runtest_file_p.
1349 2018-12-05  Jacob Bachmeyer  <jcb62281@gmail.com>
1351         * runtest.exp (load_config): Remove unused globals.
1352         (load_generic_config): Likewise.
1353         (load_board_description): Likewise.
1354         (load_base_board_description): Likewise.
1356 2018-12-05  Ben Elliston  <bje@gnu.org>
1358         * lib/utils.exp (grep): Handle -n.
1359         * doc/dejagnu.texi (grep procedure): Document it.
1360         * testsuite/runtest.all/utils.test: Add a test case.
1361         * NEWS: Add an item.
1363 2018-12-05  Ben Elliston  <bje@gnu.org>
1365         * testsuite/runtest.all/utils.test: Test diff.
1367 2018-12-04  Ben Elliston  <bje@gnu.org>
1369         * testsuite/runtest.all/utils.test: Test grep.
1371 2018-12-04  Ben Elliston  <bje@gnu.org>
1373         * testsuite/runtest.all/utils.test (which): Fail on the else path,
1374         don't pass in either case.
1376 2018-12-04  Ben Elliston  <bje@gnu.org>
1378         * doc/dejagnu.texi (Libgloss): Improve documentation.
1379         (Debugging Procedures): Likewise.
1381 2018-12-04  Ben Elliston  <bje@gnu.org>
1383         * lib/debugger.exp (dumprocs): Fix proc comment.
1385 2018-12-04  Ben Elliston  <bje@gnu.org>
1387         * doc/dejagnu.texi (Utility Procedures): Improve documentation for
1388         the procedures in this section.
1390 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1392         * NEWS: Document new relative_filename procedure and --local_init/
1393         --global_init command line options.
1395 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1397         * lib/utils.exp (relative_filename): New proc.
1398         * runtest.exp: Use it.
1399         * doc/dejagnu.texi (relative_filename procedure): Document it.
1400         * testsuite/runtest.all/utils.test: Add tests for relative_filename.
1402 2018-12-03  Ben Elliston  <bje@gnu.org>
1404         * dejagnu.h (TestState): Remove const char * variants of pass(),
1405         xpass(), fail(), xfail(), untested(), unresolved() for C++. A
1406         const char * will be implicitly converted to std::string.
1408 2018-12-03  Ben Elliston  <bje@gnu.org>
1410         * doc/dejagnu.texi: Move 'Built-in Procedures' node up a level,
1411         removing the 'Reference' node and chapter. Make all subsubsections
1412         in this chapter unnumbered subheadings.
1414 2018-12-03  Jacob Bachmeyer  <jcb62281@gmail.com>
1416         * doc/dejagnu.texi: Fix Info node links.  The arguments to @node
1417         are: here, next, previous, up; not here, previous, next, up.
1419 2018-12-03  Ben Elliston  <bje@gnu.org>
1421         * Makefile.am (EXTRA_DIST): Use $(TEXINFO_TEX), not a hardcoded
1422         doc/texinfo.tex. With thanks to Jacob Bachmeyer.
1423         * Makefile.in: Regenerate.
1425 2018-12-03  Ben Elliston  <bje@gnu.org>
1427         * Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex.
1428         (EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise
1429         prevents the distribution of the overridden texinfo.tex.
1430         * Makefile.in: Regenerate.
1431         * texinfo.tex: Move from here ..
1432         * doc/texinfo.tex: .. to here.
1434 2018-12-03  Ben Elliston  <bje@gnu.org>
1436         * lib/framework.exp (isremote): Add verbose message.
1438 2018-12-02  Ben Elliston  <bje@gnu.org>
1440         * lib/framework.exp (isremote): Pass $board to is_remote.
1442 2018-12-02  Ben Elliston  <bje@gnu.org>
1444         * doc/fdl.texi: New.
1445         * doc/dejagnu.texi (Variable Index): New.
1446         Add more concept index entries.
1447         (GNU Free Documentation License): New appendix.
1449 2018-12-02  Ben Elliston  <bje@gnu.org>
1451         * doc/dejagnu.texi (Procedure Index): New. Add Texinfo function
1452         index (@findex) entries for every built-in procedure.
1454 2018-12-02  Ben Elliston  <bje@gnu.org>
1456         * doc/dejagnu.texi: Start an index.
1458 2018-12-02  Ben Elliston  <bje@gnu.org>
1460         * doc/version.texi: New.
1462 2018-12-02  Ben Elliston  <bje@gnu.org>
1464         * doc/dejagnu.texi: Add title page and frontmatter. Include
1465         version.texi.
1466         * Makefile.in: Regenerate.
1467         * mdate-sh: Installed by automake --add-missing.
1469 2018-12-02  Ben Elliston  <bje@gnu.org>
1471         * doc/dejagnu.texi (diff procedure): Tidy up this node.
1473 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1475         * runtest.exp (hex): Remove useless test before setting.
1476         (decimal): Likewise.
1478 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1480         * doc/dejagnu.texi (Invoking runtest): Document new --local_init
1481         and --global_init command line options.
1482         * doc/runtest.1: Likewise.
1484         * runtest.exp: Remove useless tests before setting default values
1485         for variables: all_flag, binpath, debug, options, outdir, reboot,
1486         tracelevel, verbose, log_dialog.  They are set before loading any
1487         files or parsing the command line.
1489         * runtest.exp: Add options --local_init and --global_init for
1490         selecting alternate testsuite configuration files.
1492         * runtest.exp: Split variable "configfile" into "local_init_file"
1493         and "global_init_file" in preparation for adding command-line
1494         options to specify these independently.
1496         * runtest.exp (load_generic_config): Remove configfile global.
1497         (load_board_description): Likewise.
1498         (load_base_board_description): Likewise.
1500 2018-11-30  Ben Elliston  <bje@gnu.org>
1502         * lib/utils.exp (grep): Remove reference to "NULL" in comment.
1503         * testsuite/lib/util-defs.exp (util_start): Likewise.
1505 2018-11-30  Ben Elliston  <bje@gnu.org>
1507         * doc/dejagnu.texi: (verbose procedure): Improve documentation.
1508         (load_lib procedure): Likewise.
1510 2018-11-30  Ben Elliston  <bje@gnu.org>
1512         * doc/dejagnu.texi: More clean-ups of built-in proc documentation.
1514 2018-11-30  Ben Elliston  <bje@gnu.org>
1516         * runtest.exp: Use isremote.
1517         * lib/target.exp: Likewise.
1518         * lib/remote.exp: Likewise.
1519         * lib/libgloss.exp: Likewise.
1520         * config/unix.exp: Likewise.
1521         * config/sim.exp: Likewise.
1522         * config/gdb_stub.exp: Likewise.
1523         * config/gdb-comm.exp: Likewise.
1524         * baseboards/basic-sim.exp: Likewise.
1525         * baseboards/androideabi.exp: Likewise.
1527 2018-11-30  Ben Elliston  <bje@gnu.org>
1529         * lib/framework.exp (isremote): New.
1530         * doc/dejagnu.texi (isremote procedure): Document it.
1531         * NEWS: Mention isremote.
1533 2018-11-30  Ben Elliston  <bje@gnu.org>
1535         * texinfo.tex: Update to latest upstream version.
1536         * INSTALL: Likewise.
1538 2018-11-29  Ben Elliston  <bje@gnu.org>
1540         * lib/framework.exp (istarget, ishost, istarget): Set the argument
1541         default value to the empty string.
1542         * doc/dejagnu.texi (find procedure): Remove reference to "NULL".
1543         (getenv procedure): Re-word this node.
1544         (isbuild procedure): Update.
1545         (ishost procedure): Likewise.
1546         (istarget procedure): Likewise.
1547         * testsuite/runtest.all/config.test: Add test cases.
1549 2018-11-28  Ben Elliston  <bje@gnu.org>
1551         * config.guess: Update to latest version.
1552         * config.sub: Likewise.
1554 2018-11-28  Ben Elliston  <bje@gnu.org>
1556         * NEWS: Update.
1557         * configure.ac: Update version number.
1558         * configure: Regenerate.
1559         * doc/dejagnu.texi: Update version number.
1560         * runtest.exp: Update version number.
1562 2018-11-28  Ben Elliston  <bje@gnu.org>
1564         * Makefile.am (TESTSUITE_FILES): Update filenames.
1565         * Makefile.in: Regenerate.
1567 2018-11-28  Ben Elliston  <bje@gnu.org>
1569         * NEWS: Update.
1571         * doc/dejagnu.texi: Tidy up (fill) some paragraphs.
1573 2018-11-25  Jacob Bachmeyer  <jcb62281@gmail.com>
1575         * lib/framework.exp: Clean up whitespace.
1577 2018-11-25  Ben Elliston  <bje@gnu.org>
1579         * config/gdb-comm.exp: Clean up whitespace.
1580         * config/gdb_stub.exp: Likewise.
1581         * config/sid.exp: Likewise.
1582         * config/sim.exp: Likewise.
1583         * config/unix.exp: Likewise.
1585 2018-11-23  Ben Elliston  <bje@gnu.org>
1587         * doc/dejagnu.texi (getdirs procedure): Improve documentation
1588         including documenting the -all option.
1589         (find procedure): Fix a typo.
1590         * lib/utils.exp (getdirs): Improve comments.
1592 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1594         * runtest.exp: Ensure that multipass pass variables are always
1595         restored.  Previously, they were only restored if the "Go digging
1596         for tests" branch was taken near the end of runtest.exp.
1598 2018-11-22  Ben Elliston  <bje@gnu.org>
1600         * doc/dejagnu.texi (Customizing DejaGnu): Document error handling
1601         of the $DEJAGNU environment variable (see change below).
1603 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1605         * runtest.exp: Raise error if $DEJAGNU is defined but not found.
1607 2018-11-15  Jacob Bachmeyer  <jcb62281@gmail.com>
1609         * runtest.exp (load_tool_init): Search for tool init file instead
1610         of assuming exactly one location.
1612 2018-11-15  Ben Elliston  <bje@gnu.org>
1614         * runtest.exp (load_lib): Whitespace fix.
1616 2018-11-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1618         * lib/ssh.exp: Clean up whitespace.
1619         * lib/remote.exp: Clean up whitespace.
1620         (remote_expect): Change literal tab to "\t" in regexp.
1622 2018-11-05  Ben Elliston  <bje@gnu.org>
1624         * config.guess: Update to latest version.
1625         * config.sub: Likewise.
1627 2018-11-02  Ben Elliston  <bje@gnu.org>
1629         * Makefile.in: Regenerate.
1631 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1633         * Makefile.am (DEJATOOL): List tools in testsuite.
1634         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1635         * testsuite/config/default.exp: Rename from this ...
1636         * testsuite/lib/runtest.exp: ... to this.
1637         (runtest_exit): Remove spurious "close". This was causing per-tool
1638         testing to fail, since the testsuite for "runtest" never actually
1639         uses "spawn", so "close" ends up closing exp0, which is the
1640         terminal.  The ${tool}_exit proc is not called if the --tool
1641         option is not given, so this had no effect earlier.
1642         * testsuite/lib/libdejagnu.exp: New empty file.
1644 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1646         * runtest.exp (load_tool_init): Add message indicating the
1647         expected location of the tool init file.
1649 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1651         * contrib/sum2junit.sh (failures): Fix typo.
1653 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1655         * configure.ac (DEJAGNU): Add comments.
1657 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1659         * Makefile.am (DEJATOOL): List tools in testsuite.
1660         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1661         * testsuite/config/default.exp: Rename from this ...
1662         * testsuite/lib/runtest.exp: ... to this.
1663         (runtest_exit): Remove spurious "close".  This was causing
1664         per-tool testing to fail, since the testsuite for "runtest" never
1665         actually uses "spawn", so "close" ends up closing exp0, which is
1666         the terminal.  The ${tool}_exit proc is not called if the --tool
1667         option is not given, so this had no effect earlier.
1668         * testsuite/lib/libdejagnu.exp: New empty file.
1670 2018-10-30  Ben Elliston  <bje@gnu.org>
1672         * Makefile.am (DISTCLEANFILES): Add testrun.xml.
1673         * Makefile.in: Regenerate with Automake 1.15.1.
1674         * aclocal.m4: Likewise.
1676 2018-10-30  Ben Elliston  <bje@gnu.org>
1678         * configure.ac (AC_CONFIG_SUBDIRS): Remove.
1679         * configure: Regenerate.
1681 2018-10-29  Ben Elliston  <bje@gnu.org>
1683         * README (Documentation): Update.
1685 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1687         * lib/framework.exp (record_test): Really fix message formatting.
1689 2018-10-29  Ben Elliston  <bje@gnu.org>
1691         Reported by Jacob Bachmeyer.
1692         * testsuite/runtest.all/utils.test: Fix missing end quote.
1694 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1696         * lib/framework.exp (record_test): Fix message formatting.
1698 2018-07-20  Ben Elliston  <bje@gnu.org>
1700         * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings.
1701         * contrib/mysql/sum2xml.sh: Likewise.
1703 2018-07-20  Ben Elliston  <bje@gnu.org>
1705         * contrib/compare_tests: Eliminate Shellcheck warnings.
1706         * contrib/mysql/sum2xml.sh: Likewise.
1708 2018-07-20  Ben Elliston  <bje@gnu.org>
1710         * compile, depcomp, install-sh: Latest upstream versions.
1712 2018-07-20  Ben Elliston  <bje@gnu.org>
1714         * contrib/sum2junit.sh: Eliminate some Shellcheck warnings.
1716 2018-07-19  Ben Elliston  <bje@gnu.org>
1718         * runtest: Use POSIX 'command', not 'type', to look for the Expect
1719         binary. Silences Shellcheck warning SC2039 ("In POSIX sh, 'type'
1720         is undefined").
1722 2018-07-19  Ben Elliston  <bje@gnu.org>
1724         * config.guess: Update to latest version.
1725         * config.sub: Likewise.
1727 2018-07-06  Richard Biener  <rguenther@suse.de>
1729         * lib/remote.exp (close_wait_program): Use separate kill command
1730         for each pid.
1732 2017-10-16  Ben Elliston  <bje@gnu.org>
1734         * NEWS: Start a new section for the next release.
1735         * configure.ac (AC_INIT): Update version number.
1736         * configure: Regenerate.
1737         * runtest.exp (frame_version): Update version number.
1738         * doc/dejagnu.texi: Likewise.
1739         * doc/runtest.1: Update datestamp.
1741 2017-10-16  Ben Elliston  <bje@gnu.org>
1743         * config.guess: Update to version 2017-09-26.
1744         * config.sub: Likewise.
1746 2017-09-13  Ben Elliston  <bje@gnu.org>
1748         * lib/framework.exp (open_logs): Set XML version to 1.1.
1749         (xml_tag): Skip valid whitespace chars (0x9, 0xA, 0xD). Include
1750         missing 'x' in escape sequence.
1752 2017-08-29  Ben Elliston  <bje@gnu.org>
1754         Revert these changes:
1756         2016-04-25  Ben Elliston  <bje@gnu.org>
1758         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1760         2016-04-24  Ben Elliston  <bje@gnu.org>
1762         * lib/utils.exp (unsetenv): Remove proc.
1763         * doc/dejagnu.texi: Update documentation.
1764         * NEWS: Update.
1766 2017-08-19  Ben Elliston  <bje@gnu.org>
1768         * lib/framework.exp (xml_tag): Escape all of the non-printable
1769         control characters (ASCII codes 1 to 31 inclusive).
1771 2017-08-18  Tom Tromey  <tom@tromey.com>
1773         * runtest.exp: Fix --directory matching.
1775 2017-08-15  Ben Elliston  <bje@gnu.org>
1777         * lib/framework.exp (xml_tag): New proc.
1778         (log_summary): Use it.
1779         (record_test): Likewise.
1781 2017-08-15  Ben Elliston  <bje@gnu.org>
1783         * lib/framework.exp (open_logs): Set .xml filename correctly.
1784         * runtest.exp: Remove xml_file_name var.
1785         (usage): Update --xml option to not take an argument.
1786         (load_tool_init): Likewise.
1787         * doc/dejagnu.texi (Invoking runtest): Update documentation.
1788         * doc/runtest.1: Likewise.
1790 2017-08-01  Ben Elliston  <bje@gnu.org>
1792         * runtest.exp (usage): Improve --strace message.
1794 2017-08-01  Ben Elliston  <bje@gnu.org>
1796         * runtest.exp (usage): --reboot doesn't take a 'name' parameter.
1798 2017-06-04  Ben Elliston  <bje@gnu.org>
1800         * lib/target.exp (push_target): Remove unnecessary global command.
1801         * testsuite/runtest.all/target.test: Overhaul tests.
1803 2017-06-04  Ben Elliston  <bje@gnu.org>
1805         * testsuite/runtest.all/remote.test: Remove cruft from yesteryear.
1807 2017-06-04  Tom de Vries  <tom@codesourcery.com>
1809         * testsuite/runtest.all/target.test: Remove list_targets test.
1811 2017-06-04  Tom de Vries  <tom@codesourcery.com>
1813         * testsuite/runtest.all/libs.exp (process_test): Dump entire
1814         output when there's no reportable output.
1815         * testsuite/runtest.all/remote.test (load_lib): New proc.
1816         * testsuite/runtest.all/target.test (load_lib): Same.
1818 2017-03-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1820         * lib/remote.exp (remote_download): Add logging message when
1821         source and destination file differ in name.
1823 2016-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1825         * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
1827 2016-06-28  Ben Elliston  <bje@gnu.org>
1829         * aclocal.m4, Makefile.in: Regenerate with automake 1.15.
1830         * configure: Regenerate.
1832 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1834         * configure.ac, dejagnu.h, runtest, runtest.exp,
1835         baseboards/am33_2.0-libremote.exp, baseboards/androideabi.exp,
1836         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
1837         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
1838         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
1839         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
1840         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
1841         baseboards/i386-sid.exp, baseboards/iq2000-sim.exp,
1842         baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp,
1843         baseboards/linux-libremote.exp, baseboards/m68k-sid.exp,
1844         baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp,
1845         baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp,
1846         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp,
1847         baseboards/mips-sim-mti32.exp, baseboards/mips-sim-mti64.exp,
1848         baseboards/mips-sim-mti64_64.exp,
1849         baseboards/mips-sim-mti64_n32.exp, baseboards/mips-sim-sde32.exp,
1850         baseboards/mips-sim-sde64.exp, baseboards/mips-sim.exp,
1851         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
1852         baseboards/mn10300-sim.exp, baseboards/moxie-sim.exp,
1853         baseboards/mt-sid.exp, baseboards/multi-sim.exp,
1854         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
1855         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
1856         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
1857         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
1858         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
1859         baseboards/unix.exp, baseboards/v850-sim.exp,
1860         baseboards/visium-sim.exp, baseboards/vr4100-sim.exp,
1861         baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp,
1862         baseboards/xtensa-sim.exp, lib/debugger.exp, lib/dejagnu.exp,
1863         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/remote.exp,
1864         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
1865         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
1866         testsuite/config/default.exp, testsuite/lib/libsup.exp,
1867         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
1868         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
1869         testsuite/runtest.all/stats-sub.exp,
1870         testsuite/runtest.all/stats.exp, config/adb.exp,
1871         config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp,
1872         config/sid.exp, config/sim.exp, config/unix.exp,
1873         config/vxworks.exp: Update copyright date for 2016.
1875 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1877         * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp,
1878         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
1879         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
1880         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
1881         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
1882         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
1883         baseboards/generic-sim.exp, baseboards/i386-sid.exp,
1884         baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp,
1885         baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp,
1886         baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp,
1887         baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp,
1888         baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp,
1889         baseboards/mips-sim-idt64.exp, baseboards/mips-sim.exp,
1890         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
1891         baseboards/mn10300-sim.exp, baseboards/mt-sid.exp,
1892         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
1893         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
1894         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
1895         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
1896         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
1897         baseboards/unix.exp, baseboards/v850-sim.exp,
1898         baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp,
1899         baseboards/vr4300-sim.exp, baseboards/xtensa-sim.exp,
1900         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
1901         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
1902         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
1903         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
1904         testsuite/config/default.exp, testsuite/lib/libsup.exp,
1905         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
1906         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
1907         testsuite/runtest.all/options.exp,
1908         testsuite/runtest.all/stats-sub.exp,
1909         testsuite/runtest.all/stats.exp, config/default.exp,
1910         config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp,
1911         config/sim.exp, config/unix.exp, config/vxworks.exp, configure.ac,
1912         dejagnu.h, runtest, runtest.exp: Use condensed years in copyright
1913         statement.
1915 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1917         * doc/runtest.1: Use condensed years in copyright statement.
1919 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1921         * runtest: Quote paths. Use test -z, -n for clarity.
1923 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1925         * config/adb.exp (adb_exec) Improve verbose message.
1927 2016-06-03  Jim Wilson  <jim.wilson@linaro.org>
1929         * baseboards/aarch64-sim.exp: New file.
1930         * Makefile.am (baseboard_DATA): Add aarch64-sim.exp.
1931         * Makefile.in: Regenerate.
1932         * lib/libgloss.exp (libgloss_link_flags): Map aarch64* to aarch64.
1934 2016-04-26  Ben Elliston  <bje@gnu.org>
1936         * doc/dejagnu.texi: Fill more paragraphs.
1938 2016-04-25  Ben Elliston  <bje@gnu.org>
1940         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1942 2016-04-24  Ben Elliston  <bje@gnu.org>
1944         * lib/utils.exp (unsetenv): Remove proc.
1945         * doc/dejagnu.texi: Update documentation.
1946         * NEWS: Update.
1948 2016-04-19  Nick Clifton  <nickc@redhat.com>
1950         * baseboards/msp430-sim.exp: New file.
1951         * Makefile.am (baseboard_DATA): Add msp430-sim.exp.
1952         * Makefile.in: Regenerate.
1954 2016-04-18  Ben Elliston  <bje@gnu.org>
1956         * runtest: Remove quoting in final exec command.
1958 2016-04-17  Ben Elliston  <bje@gnu.org>
1960         * lib/remote.exp: Load ssh.exp lib.
1962 2016-04-17  Ben Elliston  <bje@gnu.org>
1964         * lib/rsh.exp (rsh_open): Fix description comment.
1966 2016-04-17  Ben Elliston  <bje@gnu.org>
1968         Reported by shellcheck.
1969         * runtest: Use $((..)) not `expr ..` and defensively double quote
1970         shell variables.
1972 2016-04-17  Ben Elliston  <bje@gnu.org>
1974         * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.
1975         * Makefile.in: Regenerate.
1977 2016-04-17  Ben Elliston  <bje@gnu.org>
1979         Reported by shellcheck.
1980         * runtest: Use $((..)) not `expr ..`.
1982 2016-04-17  Ben Elliston  <bje@gnu.org>
1984         * configure.ac (AC_INIT): Update version number.
1985         * configure: Regenerate.
1986         * runtest.exp (frame_version): Update version number.
1987         * doc/dejagnu.texi: Likewise.
1989 2016-04-17  Ben Elliston  <bje@gnu.org>
1991         * NEWS: Start a new section for the next release.
1993 2016-04-15  Ben Elliston  <bje@gnu.org>
1995         * Makefile.am (CONTRIB): Add new contrib scripts.
1996         * Makefile.in: Regenrate.
1998 2016-04-15  Ben Elliston  <bje@gnu.org>
2000         * lib/ssh.exp (ssh_exec): Handle regexp return status.
2002 2016-04-13  Ben Elliston  <bje@gnu.org>
2004         * lib/rsh.exp (rsh_exec): Improve verbose message.
2005         * lib/ssh.exp (ssh_exec): Likewise.
2006         * config/adb.exp: Likewise.
2008 2016-04-13  Ben Elliston  <bje@gnu.org>
2010         * runtest.exp: Improve --version (-v) output.
2011         * testsuite/runtest.all/options.exp: Update test case.
2013 2016-04-13  Christophe Lyon  <christophe.lyon@linaro.org>
2015         * lib/rsh.exp (rsh_exec): Handle regexp return status.
2017 2016-04-08  Ben Elliston  <bje@gnu.org>
2019         Reported by Faraz Shahbazker.
2020         * doc/dejagnu.texi (Global config file): Fix broken @node.
2021         (Local config file): Likewise.
2023 2016-04-07  Ben Elliston  <bje@gnu.org>
2025         * lib/remote.exp (remote_exec): Join cd $remotedir and $program on
2026         the command line with ';' and not &&.
2028 2016-04-07  Ben Elliston  <bje@gnu.org>
2030         Reported by Faraz Shahbazker.
2031         * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node.
2033 2016-04-06  Yvan Roux  <yvan.roux@linaro.org>
2035         * lib/remote.exp (remnote_download): Create a remote directory if
2036         needed and use it.
2037         (remote_exec): Execute program inside remotedir when it exists.
2038         (standard_load): Set remotedir board field if not present.
2039         * config/unix.exp (unix_load): Handle remotedir in board field.
2040         (remotedir): Set board info field.
2041         * doc/dejagnu.texi (Board File Values): Document remotedir.
2043 2016-04-06  Ben Elliston  <bje@gnu.org>
2045         * doc/dejagnu.texi (Global config file): Put before node 'Local
2046         config file'.
2048 2016-04-05  Ben Elliston  <bje@gnu.org>
2050         * runtest.exp: Remove defunct and undocumented --tool_root option.
2052 2016-04-04  Ben Elliston  <bje@gnu.org>
2054         * doc/dejagnu.texi: More overhauling.
2056 2016-04-04  Ben Elliston  <bje@gnu.org>
2058         * lib/targetdb.exp (set_board_info): Improve comment.
2059         (add_board_info): Likewise.
2061 2016-04-04  Ben Elliston  <bje@gnu.org>
2063         * NEWS: Add some more detail.
2065 2016-04-04  Ben Elliston  <bje@gnu.org>
2067         * site.tmpl: Delete.
2068         * Makefile.am (EXTRA_DIST): Remove site.tmpl.
2069         * Makefile.in: Regenerate.
2071 2016-04-03  Ben Elliston  <bje@gnu.org>
2073         * doc/dejagnu.texi: More overhauling.
2075 2016-04-03  Ben Elliston  <bje@gnu.org>
2077         * runtest.exp: Document the magical handling of -D[01].
2079 2016-04-03  Ben Elliston  <bje@gnu.org>
2081         * doc/runtest.1: Do not document obsolete --status option. It is
2082         still accepted for compatibility, but does nothing.
2084 2016-04-03  Ben Elliston  <bje@gnu.org>
2086         * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
2088 2016-04-03  Ben Elliston  <bje@gnu.org>
2090         * doc/runtest.1 (OPTIONS): Sort options.
2092 2016-04-03  Ben Elliston  <bje@gnu.org>
2094         * doc/dejagnu.texi: More overhauling.
2096 2016-04-02  Ben Elliston  <bje@gnu.org>
2098         * doc/dejagnu.texi: Fill paragraphs.
2100 2016-04-02  Ben Elliston  <bje@gnu.org>
2102         * doc/dejagnu.texi: Fix capitalisation of procedure names
2103         throughout.  Use Tcl syntax in procedure prototypes, not C syntax.
2105 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
2107         * contrib/mysql/create-db.sql: New file.
2108         * contrib/mysql/importxml.sh: Likewise.
2109         * contrib/mysql/make-datafile.sh: Likewise.
2110         * contrib/mysql/plot.sh: Likewise.
2111         * contrib/mysql/README: Likewise.
2112         * contrib/mysql/sum2xml.sh: Likewise.
2114 2016-04-02  Ben Elliston  <bje@gnu.org>
2116         * config.guess: Update to version 2016-04-02.
2117         * config.sub: Update to version 2016-03-30.
2119 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
2121         * contrib/sum2junit.sh: New.
2123 2016-04-01  Ben Elliston  <bje@gnu.org>
2125         * doc/dejagnu.texi (connprocs): Document new SSH procs.
2127 2016-03-31  Rob Savoye  <rob.savoye@linaro.org>
2129         * lib/ssh.exp: New.
2130         * NEWS: Update.
2132 2016-03-30  Ben Elliston  <bje@gnu.org>
2134         * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,
2135         lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp,
2136         runtest.exp: Fix spelling errors in comments.
2138 2016-03-30  Ben Elliston  <bje@gnu.org>
2140         * lib/remote.exp (remote_expect): Use perror not send_user.
2142 2016-03-29  Ben Elliston  <bje@gnu.org>
2144         * lib/remote.exp (remote_expect): Fix spelling error.
2146 2016-03-29  Rob Savoye  <rob.savoye@linaro.org>
2148         * runtest.exp: Only print "searching for <test name>" message at
2149         verbose level >= 2 -- too much noise.
2151 2016-03-29  Ben Elliston  <bje@gnu.org>
2153         * texinfo.tex: Update to latest master version.
2154         * INSTALL: Likewise.
2156 2016-03-29  Ben Elliston  <bje@gnu.org>
2158         * runtest.exp: More fixes identified by the Frink static analyser.
2159         * lib/dg.exp: Likewise.
2160         * config/adb.exp: Likewise.
2161         * config/vxworks.exp: Likewise.
2162         * baseboards/androideabi.exp: Likewise.
2163         * baseboards/basic-sid.exp: Likewise.
2164         * baseboards/multi-sim.exp: Likewise.
2166 2016-03-28  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2168         * dg.exp (dg-do): Do not change the previously selected action if
2169         a de-selected dg-do is encountered.
2171 2016-03-28  Ben Elliston  <bje@gnu.org>
2173         * lib/framework.exp (check_xml): Remove unused proc.
2175 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2177         * lib/dmucs.exp: New.
2179 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2181         * lib/libgloss.exp (find_g++): Look for xgcc++ to use the freshly
2182         built compiler, then look in the path.
2184 2016-03-28  Ben Elliston  <bje@gnu.org>
2186         * lib/utils.exp (which): Don't exclude symbolic links--Debian's
2187         /bin/which doesn't. Modern systems rely too heavily on symbolic
2188         links (eg. alternatives).
2190 2016-03-28  Ben Elliston  <bje@gnu.org>
2192         * baseboards/multi-sim.exp: Indent properly.
2194 2016-03-28  Ben Elliston  <bje@gnu.org>
2196         * lib/rlogin.exp (rlogin_open): Return -1 if unable to spawn
2197         rlogin. Identified by Frink.
2199 2016-03-28  Ben Elliston  <bje@gnu.org>
2201         * runtest.exp: Use 'array exists' for testing array existence
2202         rather than 'info exists'.
2204 2016-03-28  Ben Elliston  <bje@gnu.org>
2206         * runtest.exp: Fixes identified by the Frink static analyser:
2207           (1) use -- in switch commands for safety,
2208           (2) remove unreachable return commands after error commands,
2209           (3) replace abbreviated "info proc" with "info procs",
2210           (4) use -- in unset commands for safety where the variable name
2211               is itself a variable.
2212         * lib/dg.exp: Likewise.
2213         * lib/debugger.exp: Likewise.
2214         * lib/framework.exp: Likewise.
2215         * lib/remote.exp: Likewise.
2216         * lib/target.exp: Likewise.
2217         * lib/targetdb.exp: Likewise.
2218         * lib/telnet.exp: Likewise.
2219         * lib/utils.exp: Likewise.
2221 2016-03-28  Ben Elliston  <bje@gnu.org>
2223         * Makefile.am: Remove references to Docbook and friends.
2224         * configure.ac: Likewise.
2225         * Makefile.in: Regenerate.
2226         * configure: Regenerate.
2227         * doc/dejagnu.xml: Remove.
2228         * doc/legal.xml: Likewise.
2229         * doc/ref.xml: Likewise.
2230         * doc/user.xml: Likewise.
2232 2016-03-28  Ben Elliston  <bje@gnu.org>
2234         * lib/framework.exp (exp_continue): Remove old compatibility
2235         wrapper. Expect deprecated 'continue -expect' in August 1997.
2237 2016-03-28  Ben Elliston  <bje@gnu.org>
2239         * NEWS: Update.
2241 2016-03-28  Ben Elliston  <bje@gnu.org>
2243         * lib/utils.exp (which): Reimplement to more closely mimic the
2244         behaviour of the UNIX which utility.
2245         * testsuite/runtest.all/utils.test: Test proc which.
2247 2016-03-27  Ben Elliston  <bje@gnu.org>
2249         * lib/remote.exp (standard_wait): Append any trailing characters
2250         to $output that may be still in $expect_out(buffer) when eof is
2251         matched. Remove arbitrary limitation in the ".+" matching case,
2252         similar to the change to local_exec on 2016-02-17.
2254 2016-03-23  Ben Elliston  <bje@gnu.org>
2256         * Makefile.am (baseboard_DATA): Remove cygwin.exp, mcore-elf.exp,
2257         mcore-pe.exp, vx4300.exp, vx68k.exp, vx960.exp, vxsparc.exp.
2258         * Makefile.in: Regenerate.
2259         * baseboards/cygwin.exp, baseboards/mcore-elf.exp,
2260         baseboards/mcore-pe.exp, baseboards/vx4300.exp,
2261         baseboards/vx68k.exp, baseboards/vx960.exp,
2262         baseboards/vxsparc.exp: Remove.
2264 2016-03-23  Ben Elliston  <bje@gnu.org>
2266         * baseboards/README: Remove mention of devo.
2267         * baseboards/iq2000-sim.exp: Likewise.
2268         * baseboards/moxie-sim.exp: Likewise.
2270 2016-03-23  Ben Elliston  <bje@gnu.org>
2272         * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp.
2273         * Makefile.in: Regenerate.
2274         * baseboards/arm-ice.exp: Reinstate.
2275         * baseboards/arm-sim.exp: Likewise.
2277 2016-03-23  Ben Elliston  <bje@gnu.org>
2279         * Makefile.am (config_DATA): Update.
2280         (baseboard_DATA): Likewise.
2281         * Makefile.in: Regenerate.
2282         * NEWS: Update.
2284         Remove the following old config files:
2286         * arc.exp, arm-ice.exp, base-config.exp, base68k.exp, bug.exp,
2287         cfdbug.exp, cygmon.exp, d10v.exp, ddb-ether.exp, ddb.exp, dos.exp,
2288         dve.exp, h8300.exp, i386-bozo.exp, i960.exp, m32r-stub.exp,
2289         m32r.exp, m68hc11.exp, m68k-emc.exp, mips-idt.exp,
2290         mn10200-eval.exp, mn10300-eval.exp, netware.exp, powerpc-bug.exp,
2291         proelf.exp, rom68k.exp, sh.exp, slite.exp, sparclet.exp,
2292         tic80.exp, vr4100.exp, vr4300.exp, vr5000.exp: Remove.
2294         Remove the following old baseboard files:
2296         * arc-sim.exp, arm-ice.exp, arm-sim.exp, cf.exp, cygmon.exp,
2297         d10v-sim.exp, d10v.exp, danlite-elf.exp, dos.exp, fr30-cygmon.exp,
2298         fr30-elf.exp, frv-elf.exp, frv-tiger.exp, frv-tomcat.exp,
2299         h8300-sim.exp, h8300.exp, i386-bozo.exp, i960-cyclone.exp,
2300         i960-sim.exp, m32r-elf.exp, m32r-linux-sim.exp, m32r-sid.exp,
2301         m32r-sim.exp, m68hc11-sim.exp, m68k-emc.exp, mips-idt.exp,
2302         mips64-sim.exp, mips64vr4100-sim.exp, mn10200-cygmon.exp,
2303         mn10300-cygmon.exp, msparc-cygmon.exp, op50n.exp, powerpc-bug.exp,
2304         powerpc-bug1.exp, rom68k-idp.exp, sh-hms.exp, sparclet-aout.exp,
2305         sparclite-coff.exp, sparclite-cygmon.exp, strongarm-cygmon.exp,
2306         tic80-sim.exp, tx39-dve.exp, usparc-cygmon.exp, vr4100-ddb.exp,
2307         vr4300-ddb.exp, vr4300.exp, vr5000-ddb.exp, x86-cygmon.exp,
2308         xscale-cygmon.exp: Remove.
2310 2016-03-22  Ben Elliston  <bje@gnu.org>
2312         * lib/target.exp (only--Ls): Change '???' comment to a note. This
2313         isn't a serious shortcoming, but the comment should be retained.
2315 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2317         * baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists in
2318         the environment, use that as the spec file for bare metal testing.
2320 2016-03-22  Ben Elliston  <bje@gnu.org>
2322         * Makefile.am (config_DATA): Add config/aarch64-fv8.exp.
2323         * Makefile.in: Regenerate.
2325 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2327         * config/aarch64-fv8.exp: Add support for testing armv8 using the
2328         ARM Foundation Model.
2330 2016-03-21  Ben Elliston  <bje@gnu.org>
2332         * runtest.exp: Whitespace, comment and typo fixes.
2333         * lib/dejagnu.exp: Likewise.
2334         * lib/remote.exp: Likewise.
2335         * lib/utils.exp: Likewise.
2337 2016-03-21  Ben Elliston  <bje@gnu.org>
2339         * baseboards/mcore-moto-sim.exp: Remove old FIXME comment.
2340         * baseboards/mmixware-sim.exp: Likewise.
2341         * config/sim.exp: Likewise.
2342         * runtest.exp: Likewise.
2344 2016-03-21  Ben Elliston  <bje@gnu.org>
2346         * lib/dg.exp (dg-get-options): Clean up regular expression and
2347         remove FIXME comment about it.
2349 2016-03-20  Ben Elliston  <bje@gnu.org>
2351         * baseboards/i960-sim.exp: Remove stale ??? comment.
2352         * config/vxworks.exp: Likewise.
2354 2016-03-20  Ben Elliston  <bje@gnu.org>
2356         * runtest.exp: Load .dejagnurc last not first.
2357         (load_file): Update comment about Tcl 7.5a2.
2358         * doc/user.xml (Customizing DejaGnu): Document new search order
2359         for site.exp files.
2360         * doc/dejagnu.texi: Regenerate.
2361         * NEWS: Update.
2363 2016-03-20  Ben Elliston  <bje@gnu.org>
2365         * lib/dg.exp (dg-runtest): Improve arg naming to remove a FIXME.
2367 2016-03-20  Ben Elliston  <bje@gnu.org>
2369         * lib/dg.exp: Remove commented-out calls to send_user.
2371 2016-03-20  Ben Elliston  <bje@gnu.org>
2373         * runtest.exp (load_file): Remove old comment.
2375 2016-03-20  Ben Elliston  <bje@gnu.org>
2377         * lib/dg.exp (dg-test): There is no need to call unresolved to
2378         clear errcnt. Instead, pass 0 as argument 2 to perror.
2379         * runtest.exp (runtest): Likewise.
2381 2016-03-16  Ben Elliston  <bje@gnu.org>
2383         Revert this change (the GCC testsuite uses diff):
2385         2016-03-15  Ben Elliston  <bje@gnu.org>
2387         * lib/utils.exp (diff): Remove proc.
2388         * doc/ref.xml: Update documentation.
2389         * doc/dejagnu.texi: Regenerate.
2390         * NEWS: Update.
2392 2016-03-15  Ben Elliston  <bje@gnu.org>
2394         * testsuite/runtest.all/options.exp: Properly clean up log files
2395         left by the runtest under test.
2397 2016-03-15  Ben Elliston  <bje@gnu.org>
2399         * testsuite/runtest.all/load_lib.exp: Typo fixes.
2401 2016-03-15  Ben Elliston  <bje@gnu.org>
2403         * testsuite/runtest.all/options.exp: Add more tests.
2405 2016-03-15  Ben Elliston  <bje@gnu.org>
2407         * testsuite/libdejagnu/tunit.exp: Clean up.
2409 2016-03-15  Ben Elliston  <bje@gnu.org>
2411         * lib/utils.exp (diff): Remove proc.
2412         * doc/ref.xml: Update documentation.
2413         * doc/dejagnu.texi: Regenerate.
2414         * NEWS: Update.
2416 2016-03-15  Ben Elliston  <bje@gnu.org>
2418         Revert this change:
2419         2016-02-14  Steve Ellcey  <sellcey@mips.com>
2421         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2422         GCC_UNDER_TEST.
2423         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2425 2016-03-13  Ben Elliston  <bje@gnu.org>
2427         * lib/utils.exp: Whitespace fixes.
2429 2016-03-13  Ben Elliston  <bje@gnu.org>
2431         * lib/dg.exp (dg-process-target): Remove old commented code.
2432         * lib/dg.exp (dg-test): Likewise.
2434 2016-03-13  Ben Elliston  <bje@gnu.org>
2436         * lib/dg.exp: Improve top-of-file documentation.
2438 2016-03-05  Yvan Roux  <yvan.roux@linaro.org>
2440         * lib/remote.exp (remote_exec): Restore original timeout value.
2442 2016-03-04  Yvan Roux  <yvan.roux@linaro.org>
2444         * lib/remote.exp (standard_upload): Remove dead code.
2446 2016-02-24  Ben Elliston  <bje@gnu.org>
2448         * lib/utils.exp (prune): Restore this proc.
2449         * doc/ref.xml: Update documentation.
2450         * doc/dejagnu.texi: Regenerate.
2451         * NEWS: Update.
2453 2016-02-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2455         * lib/libgloss.exp (find_gdc): New proc.
2456         * lib/target.exp (default_target_compile): Add D support.
2457         * NEWS: Update.
2459 2016-02-20  Ben Elliston  <bje@gnu.org>
2461         * lib/utils.exp (diff): Replace calls to verbose followed by
2462         send_log with a single call to verbose -log. Remove additional
2463         newlines from the log messages.
2465 2016-02-20  Ben Elliston  <bje@gnu.org>
2467         * lib/utils.exp (getdirs): Ignore .git and .svn directories.
2469 2016-02-20  Ben Elliston  <bje@gnu.org>
2471         * lib/utils.exp: Improve comments.
2472         * NEWS: Update.
2474 2016-02-20  Ben Elliston  <bje@gnu.org>
2476         * lib/utils.exp (prune): Remove proc.
2477         * doc/ref.xml: Update documentation.
2478         * doc/dejagnu.texi: Regenerate.
2480 2016-02-20  Ben Elliston  <bje@gnu.org>
2482         * lib/utils.exp (slay): Remove proc.
2483         * doc/ref.xml: Update documentation.
2484         * doc/dejagnu.texi: Regenerate.
2486 2016-02-20  Ben Elliston  <bje@gnu.org>
2488         * lib/utils.exp (absolute): Remove proc.
2489         * doc/ref.xml: Update documentation.
2490         * doc/dejagnu.texi: Regenerate.
2492 2016-02-20  Ben Elliston  <bje@gnu.org>
2494         * lib/utils.exp (psource): Remove proc.
2495         * doc/ref.xml: Update documentation.
2496         * doc/dejagnu.texi: Regenerate.
2498 2016-02-20  Ben Elliston  <bje@gnu.org>
2500         * lib/targetdb.exp (board_info): Simplify return logic.
2502 2016-02-19  Ben Elliston  <bje@gnu.org>
2504         * configure.ac: Require Tcl version 8.5 at a minimum.
2505         * configure: Regenerate.
2507 2016-02-18  Ben Elliston  <bje@gnu.org>
2509         * configure.ac: Require Tcl version 8.6 at a minimum.
2510         * configure: Regenerate.
2512 2016-02-17  Ben Elliston  <bje@gnu.org>
2514         * runtest.exp: Tweak "Test run by .." output.
2516 2016-02-17  Ben Elliston  <bje@gnu.org>
2518         * lib/target.exp (default_target_compile): Do not pass -log to
2519         verbose when outputting the captured compiler/assembler/linker
2520         diagnostic output as it will already be in the .log file courtesy
2521         of Expect.
2523 2016-02-17  Ben Elliston  <bje@gnu.org>
2525         * runtest.exp: Enable --status by default.
2526         (runtest): Set exit status to 2 if there is any error sourcing
2527         the Tcl scripts.
2528         * lib/framework.exp (unknown): Likewise, set exit status to 2.
2529         * doc/runtest.1: Clarify exit status codes.
2530         * NEWS: Update.
2532 2016-02-17  Ben Elliston  <bje@gnu.org>
2534         * lib/remote.exp (local_exec): Call exp_continue until eof is
2535         matched.
2537 2016-02-16  Ben Elliston  <bje@gnu.org>
2539         * runtest.exp: Use the traditional exit codes when runtest is
2540         interrupted. This makes it possible to tell if runtest ran to
2541         completion or not. Suggested by Michael Chastain.
2543 2016-02-15  Ben Elliston  <bje@gnu.org>
2545         * TODO: Add ideas produced from Cauldron 2013.
2547 2016-02-15  Ben Elliston  <bje@gnu.org>
2549         * TODO: Update.
2551 2016-02-15  Ben Elliston  <bje@gnu.org>
2553         * lib/dg.exp (dg-test): Remove comment about proc unresolved not
2554         setting exit_status to 1 -- it does.
2556 2016-02-15  Ben Elliston  <bje@gnu.org>
2558         * lib/framework.exp (cleanup): Remove do-nothing proc.
2559         (log_and_exit): Remove call to cleanup.
2560         * doc/ref.xml: Remove documentation for cleanup.
2561         * doc/dejagnu.texi: Regenerate.
2563 2016-02-15  Ben Elliston  <bje@gnu.org>
2565         Reported by David Malcolm.
2566         * lib/dejagnu.exp (text): Allow angle brackets in test messages.
2568 2016-02-15  Ben Elliston  <bje@gnu.org>
2570         * config.guess: Update to version 2016-02-11.
2571         * config.sub: Update to version 2016-01-01.
2573 2016-02-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2575         * lib/remote.exp (remote_exec): Set global timeout for benefit of
2576         <remote>_exec.
2578 2016-02-14  Ben Elliston  <bje@gnu.org>
2580         * lib/remote.exp (local_exec): Improve comments.
2582 2016-02-14  Ben Elliston  <bje@gnu.org>
2584         * doc/runtest.1: Tweak.
2586 2016-02-14  Steve Ellcey  <sellcey@mips.com>
2588         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2589         GCC_UNDER_TEST.
2590         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2592 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2594         * lib/remote.exp (standard_file): Reverse return logic for remote
2595         exists case.
2597 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2599         * lib/remote.exp (standard_file); Add else clause.
2601 2016-01-16  Ben Elliston  <bje@gnu.org>
2603         * runtest.exp (runtest): Improve comment about --status.
2605 2016-01-12  Simon Marchi  <simon.marchi@ericsson.com>
2607         * lib/remote.exp (standard_file): The [ operator does not actually
2608         output anything. It returns 0 or 1 as its exit code, so "exit `[
2609         -f $file ]`" always expands to "exit " (equivalent to exit 0).
2610         Instead, use test(1) to check for file existence.
2612 2015-12-20  Ben Elliston  <bje@gnu.org>
2614         * doc/dejagnu.xml: Begin overhauling.
2615         * doc/ref.xml: Likewise.
2616         * doc/user.xml: Likewise.
2617         * doc/dejagnu.texi: Regenerate.
2619 2015-12-20  Ben Elliston  <bje@gnu.org>
2621         * doc/runtest.1: Miscellaneous minor improvements.
2623 2015-12-09  Yoshinori Sato  <ysato@users.sourceforge.jp>
2625         * Makefile.am (baseboard_DATA): Add missing rx-sim.exp.
2626         * Makefile.in: Regenerate.
2628 2015-11-16  Brooks Moses  <bmoses@google.com>
2630         * config/unix.exp: Add ability to set test timeout from site.exp.
2631         * doc/user.xml: Document new test_timeout variable in site.exp.
2632         * doc/dejagnu.texi: Regenerate.
2634 2015-11-16  Ben Elliston  <bje@gnu.org>
2636         * testsuite/runtest.all/options.exp: Re-enable --strace 1 test.
2638 2015-11-16  Ben Elliston  <bje@gnu.org>
2640         * testsuite/runtest.all/options.exp: Remove some commented code.
2642 2015-11-16  Ben Elliston  <bje@gnu.org>
2644         * runtest.exp: Refer to "DejaGnu version", not "Framework
2645         version" in --version output.
2646         * testsuite/runtest.all/options.exp: Update test case.
2648 2015-11-14  Ben Elliston  <bje@gnu.org>
2650         * runtest.exp (usage): Improve help text.
2652 2015-11-12  Ben Elliston  <bje@gnu.org>
2654         * runtest.exp (usage): Sort options in usage.
2656 2015-11-12  Ben Elliston  <bje@gnu.org>
2658         * lib/framework.exp (note): Remove old commented-out code.
2660 2015-11-11  Ben Elliston  <bje@gnu.org>
2662         * doc/user.xml (Summary File): 'untested', not 'runtested'.
2663         * doc/dejagnu.texi: Regenerate.
2665 2015-11-11  Michael Forney  <forney@google.com>
2667         * lib/target.exp (default_target_compile): Honor LDFLAGS_FOR_TARGET.
2669 2015-11-11  Ben Elliston  <bje@gnu.org>
2671         * doc/dejagnu.texi: Regenerate.
2673 2015-11-10  Ben Elliston  <bje@gnu.org>
2675         * doc/user.xml: Fix runtest output formatting in <programlisting>.
2677 2015-11-10  Ben Elliston  <bje@gnu.org>
2679         * doc/dejagnu.xml: Update month and year.
2680         * doc/user.xml: Lots of editorial fixes from Daniel Thibault
2681         <Daniel.Thibault@drdc-rddc.gc.ca>.
2683 2015-09-10  Robert Suchanek  <Robert.Suchanek@imgtec.com>
2685         * baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
2687 2015-07-30  Pedro Alves  <palves@redhat.com>
2689         * lib/remote.exp (close_wait_program): New procedure.
2690         (local_exec, standard_close): Use it.
2692 2015-05-23  Ben Elliston  <bje@gnu.org>
2694         * doc/dejagnu.xml: Fix broken URLs.
2695         * doc/dejagnu.texi: Regenerate.
2697 2015-05-23  Ben Elliston  <bje@gnu.org>
2699         * doc/user.xml: Fix 'crosscompilation'.
2701 2015-05-23  Ben Elliston  <bje@gnu.org>
2703         * doc/runtest.1 (log_dialog): Improve documentation.
2705 2015-05-16  Filipe Brandenburger  <filbranden@google.com>
2707         * configure.ac: Enable subdir-objects, require automake 1.14.
2708         * Makefile.in: Regenerate.
2710 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
2712         * doc/dejagnu.xml: Fix typos such as stray }'s and @samp{...},
2713         possibly introduced in a conversion of .texi to SGML Docbook.
2714         * doc/user.xml: Likewise.
2715         * doc/ref.xml: Likewise.
2716         * doc/dejagnu.texi: Regenerate.
2718 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
2720         * runtest.exp (runtest): Introduce new --log_dialog option.
2721         * doc/runtest.1: Document it.
2722         * doc/user.xml: Likewise.
2723         * doc/dejagnu.texi: Regenerate.
2725 2015-05-14  Steve Ellcey  <sellcey@imgtec.com>
2727         * baseboards/multi-sim.exp (get_library_dirlist): New.
2728         (dynamic_linker_flag): Use get_library_dirlist to find dynamic
2729         linker.
2730         (rpath_flags): Use get_library_dirlist to set rpath.
2732 2015-05-12  Steve Ellcey  <sellcey@imgtec.com>
2734         * baseboards/generic-sim.exp: Check $DEJAGNU_SIM_OPTION.
2736 2015-03-30  Ben Elliston  <bje@gnu.org>
2738         Revert the following change which causes breakage reported here:
2739         https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
2741         2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2743         * runtest.exp (runtest): Call reset_vars at initialisation so that
2744         perror does not affect test results in other test scripts.
2746 2015-02-26  H.J. Lu  <hjl.tools@gmail.com>
2748         * lib/target.exp (default_target_compile): Prepend multilib_flags,
2749         instead of appending it.
2751 2015-02-18  Ben Elliston  <bje@gnu.org>
2753         * lib/framework.exp (log_and_exit): Set tool to "testrun" if
2754         unset.
2756 2015-02-05  Ben Elliston  <bje@gnu.org>
2758         * doc/runtest.1: Fix a spelling error.
2760 2015-02-04  Ben Elliston  <bje@gnu.org>
2762         * config.guess: Update to version 2015-01-01.
2763         * config.sub: Likewise.
2765 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
2767         * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
2768         * Makefile.in: Regenerate.
2769         * baseboards/visium-sim.exp: New file.
2771 2014-11-25  Ben Elliston  <bje@gnu.org>
2773         * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
2774         Reported by David Malcolm.
2776 2014-10-28  Ben Elliston  <bje@gnu.org>
2778         * Makefile.in: Regenerate.
2780 2014-10-28  Ben Elliston  <bje@gnu.org>
2782         * example: Remove stale examples.
2784 2014-10-24  Steve Ellcey  <sellcey@mips.com>
2786         * dejagnu.h (pass): Make function static as well as inline.
2787         (xpass): Ditto.
2788         (fail): Ditto.
2789         (xfail): Ditto.
2790         (untested): Ditto.
2791         (unresolved): Ditto.
2792         (note): Ditto.
2793         (totals): Ditto.
2795 2014-10-14  Ben Elliston  <bje@gnu.org>
2797         * runtest.exp: Only match $directory, not *${directory}* when the
2798         user passes the --directory option. Reported by Sergey Alyoshin.
2800 2014-10-14  Ben Elliston  <bje@gnu.org>
2802         * lib/dejagnu.exp (host_execute): Remove buffer_full check. This
2803         is not the right command keyword -- it is full_buffer. Reported by
2804         David Malcolm.
2806 2014-07-15  Maciej W. Rozycki  <macro@mips.com>
2807             Maciej W. Rozycki  <macro@codesourcery.com>
2809         * lib/targetdb.exp (add_board_info): New procedure.
2810         * doc/ref.xml (Add_board_info Procedure): New section.
2811         (Set_board_info Procedure): Add description.
2812         (Unset_board_info Procedure): Likewise.
2813         * doc/user.xml (Board Config File Values): Add `add_board_info'
2814         reference.  Reorder `gdb_init_command' table rows and remove a
2815         duplicate entry, reusing it for `gdb_init_commands'.
2817 2014-06-25  Rob Savoye  <rob.savoye@linaro.org>
2819         * runtest.exp: (lookfor-file): Fix bug were none of the relative
2820         paths were actually being used for file lookup.
2822 2014-06-06  Ben Elliston  <bje@gnu.org>
2824         * depcomp, install-sh, missing: Update to latest versions.
2825         * mkinstalldirs: Remove.
2826         * Makefile.in: Regenerate.
2828 2014-06-04  Ben Elliston  <bje@gnu.org>
2830         * Makefile.in: Regenerate with Automake 1.14.1.
2831         * compile: Add missing file.
2833 2014-06-04  Ben Elliston  <bje@gnu.org>
2835         * config.guess: Update to version 2014-03-23.
2836         * config.sub: Likewise.
2838 2014-06-04  Ben Elliston  <bje@gnu.org>
2840         * aclocal.m4: Regenerate with Automake 1.14.1.
2841         * configure: Regenerate with Autoconf 2.69.
2843 2014-03-15  Steve Ellcey  <sellcey@mips.com>
2845         * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
2847 2014-02-23  Steve Ellcey  <sellcey@mips.com>
2848             Richard Sandiford  <rdsandiford@googlemail.com>
2850         * config/sim.exp (sim_exec): New.
2851         (sim_file): New.
2853 2013-12-08  Richard Sandiford  <rdsandiford@googlemail.com>
2855         * lib/dg.exp (dg-test): Don't put the expected and actual output
2856         of a pattern test in the test name; send it to the log instead.
2858 2013-11-01  Steve Ellcey  <sellcey@mips.com>
2860         * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
2861         * Makefile.in: Regenerate.
2862         * baseboards/multi-sim.exp: New.
2864 2013-10-31  Anton Kolesov  <anton.kolesov@synopsys.com>
2866         * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
2867         (remote_reboot): Add comment explaining return value of this procedure.
2868         * doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
2869         * doc/dejagnu.texi: Regenerate.
2871 2013-10-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2873         * baseboards/androideabi.exp (process_multilib_options): Add option.
2874         * config/adb.exp: Remove hardcoded -static option.
2875         (adb_load): Add the possibility to change the temp directory. Also
2876         handle permission potential problems.
2877         (adb_exec): Do cd to android_tmp_dir first.
2879 2013-10-05  Jose E. Marchesi  <jose.marchesi@oracle.com>
2881         * baseboards/unix.exp: Add gdb settings to not use hardware
2882         watchpoints in sparc64 running GNU/Linux.
2884 2013-06-17  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2886         * runtest.exp (libdirs): New global variable.
2887         (load_lib): Append libdirs to search_and_load_files directories.
2888         * doc/ref.xml (load_lib): Document global variable libdirs.
2889         * doc/dejagnu.texi: Regenerate.
2890         * testsuite/runtest.all/load_lib.exp: New testcase.
2891         * Makefile.am (TESTSUITE_FILES): Add new testcase.
2892         * Makefile.in: Regenerate.
2894 2013-06-15  Ben Elliston  <bje@gnu.org>
2896         * configure.ac: If DEJAGNU is unset, set it to /dev/null.
2897         * Makefile.am: Export DEJAGNU.
2898         * configure: Likewise.
2899         * Makefile.in: Regenerate.
2901 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2903         * doc/user.xml: Fix typos.
2904         * doc/ref.xml: Likewise.
2905         * doc/dejagnu.texi: Regenerate.
2907 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2909         * doc/user.xml: Fix number of columns in table.
2910         * doc/dejagnu.texi: Regenerate.
2912 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2914         * doc/user.xml: Fix rendering errors around programlisting.
2915         * doc/ref.xml: Likewise.
2916         * doc/dejagnu.texi: Regenerate.
2918 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2920         * doc/user.xml: Fix spacing before productname.
2921         * doc/dejagnu.texi: Regenerate.
2923 2013-06-12  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2925         * testsuite/runtest.all/default_procs.tcl (send_log): Use the
2926         magic "args" parameter name, as expect send_log proc accepts -- as
2927         a leading option.
2929 2013-06-08  Makoto Fujiwara  <makoto@ki.nu>
2931         * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
2932         (config_DATA): Likewise for config_SCRIPTS.
2933         (baseboard_DATA): Likewise for baseboard_SCRIPTS.
2934         (EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
2935         baseboard_SCRIPTS.
2936         * Makefile.in: Regenerate.
2938 2013-06-08  Ben Elliston  <bje@gnu.org>
2940         * configure: Regenerate with autoconf 2.69.
2941         * aclocal.m4: Regenerate.
2943 2013-03-31  Ben Elliston  <bje@gnu.org>
2945         * Makefile.am (html-local): Rename target from html.
2946         * Makefile.in: Regenerate with automake 1.12.6.
2947         * aclocal.m4: Likewise.
2948         * configure: Regenerate.
2950 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
2952         * TODO: Remove todo item about warncnt and errcnt.
2954 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
2956         * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
2958 2013-03-26  Ben Elliston  <bje@gnu.org>
2960         * config.guess: Update to version 2013-02-12.
2961         * config.sub: Likewise.
2963 2013-02-16  Rob Savoye  <rob@build.welcomehome.org>
2965         * config/adb.exp: Add adb_file so we can remotely delete test
2966         cases to save on limited disk space. Don't remove the file after
2967         executing it, leave that for the test driver instead.
2969 2013-02-15  Rob Savoye  <rob@welcomehome.org>
2971         * config/adb.exp: Remove the test case after executing
2972         it. Otherwise we can fill up all the diskspace on a small target
2973         pretty fast.
2975 2013-02-11  Rob Savoye  <rob@welcomehome.org>
2977         * baseboards/androideabi.exp: Board support for Android using ADB.
2978         * config/adb.exp: Config support for Android using ADB.
2979         * Makefile.am (dist): Add new config and board files.
2980         * aclocal.m4, Makefile.in, configure, example/calc/configure,
2981         example/mathhelper/configure: Regenerated with newer autotools.
2983 2012-12-05  Ben Elliston  <bje@gnu.org>
2985         * example/hello: Remove.
2986         * configure.ac: Likewise.
2987         * configure: Regenerate.
2989 2012-10-04  Steve Ellcey  <sellcey@mips.com>
2991         * Makefile.am (baseboard_SCRIPTS): Add new baseboards.
2992         * Makefile.in: Regenerate.
2993         * baseboards/mips-sim-mti32.exp: New.
2994         * baseboards/mips-sim-mti64.exp: New.
2995         * baseboards/mips-sim-mti64_n32.exp: New.
2996         * baseboards/mips-sim-mti64_64.exp: New.
2997         * baseboards/mips-sim-sde32.exp: New.
2998         * baseboards/mips-sim-sde64.exp: New.
3000 2012-10-04  Ben Elliston  <bje@gnu.org>
3002         * aclocal.m4: Regenerate with automake 1.11.3.
3003         * Makefile.in: Likewise.
3004         * configure: Regenerate with autoconf 2.68.
3006 2012-08-22  Steve Ellcey  <sellcey@mips.com>
3008         * baseboards/generic-sim.exp: New baseboard definition.
3010 2012-06-15  Andreas Schwab  <schwab@linux-m68k.org>
3012         * lib/framework.exp (clone_output): Protect from leading dash in
3013         $message.
3014         * runtest.exp (verbose): Likewise.
3016 2012-06-11  Tom Tromey  <tromey@redhat.com>
3018         * doc/runtest.1: Update.
3019         * runtest.exp (xml_file_name): New global.
3020         (usage): Update.
3021         Handle optional argument to --xml.
3022         * lib/framework.exp (open_logs): Respect xml_file_name.
3024 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3026         * runtest.exp (load_tool_init): Fix typo in -de option handling.
3028 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3030         * doc/runtest.1: Correct name of debug file.
3032 2012-02-25  Ben Elliston  <bje@gnu.org>
3034         * runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
3035         for runtest.exp as a last resort (for usrmove environments, where
3036         /bin is a link to /usr/bin). From Honza Horak <hhorak@redhat.com>.
3038 2011-12-30  Ben Elliston  <bje@gnu.org>
3040         * doc/user.xml: Various spelling and consistency fixes.
3041         * doc/ref.xml: Likewise.
3042         (exit_remote_shell): Remove, as this procedure is defunct.
3043         * doc/dejagnu.texi: Regenerate.
3045 2011-12-30  Ben Elliston  <bje@gnu.org>
3047         * config.guess: Update to version 2011-12-29.
3048         * config.sub: Update to version 2011-11-11.
3050 2011-06-30  Tom Tromey  <tromey@redhat.com>
3052         * doc/ref.xml: Document find_gfortran.
3053         * doc/dejagnu.texi: Regenerate.
3054         * lib/target.exp (default_target_compile): Handle f90.
3055         (default_target_compile): Likewise.
3056         * lib/libgloss.exp (find_gfortran): New proc.
3058 2011-06-30  Ben Elliston  <bje@gnu.org>
3060         * Makefile.am (all-local): New rule.
3061         * Makefile.in: Regenerate.
3063 2011-04-12  Ben Elliston  <bje@gnu.org>
3065         * config/vxworks.exp (vxworks_file): Use "file delete", not "exec
3066         rm", for better portability.
3067         * config/netware.exp (${board}_load): Likewise.
3068         * lib/dg.exp (dg-test): Likewise.
3069         * lib/framework.exp (open_logs): Likewise.
3070         * lib/remote.exp (standard_file): Likewise.
3071         * runtest.exp: Likewise.
3072         * testsuite/runtest.all/options.exp: Likewise.
3074 2011-03-15  Ben Elliston  <bje@gnu.org>
3076         * runtest.exp: Whitespace cleanups.
3077         * lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3078         lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp,
3079         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Likewise.
3081 2011-03-15  Ben Elliston  <bje@gnu.org>
3083         * runtest: Remove trailing semicolons.
3084         * lib/rsh.exp: Likewise.
3086 2011-03-15  H.J. Lu  <hjl.tools@gmail.com>
3088         * lib/remote.exp (local_exec): Ignore SIGHUP.
3090 2011-03-14  Ben Elliston  <bje@gnu.org>
3092         * runtest.exp (frame_version): Set to 1.5.1.
3093         * configure.ac (AC_INIT): Set version to 1.5.1.
3094         * configure: Regenerate.
3095         * doc/dejagnu.xml (appversion, version): Set to 1.5.1.
3096         * doc/dejagnu.texi: Regenerate.
3098 2011-03-14  Ben Elliston  <bje@gnu.org>
3100         * dejagnu.h: Whitespace cleanups.
3102 2011-03-14  Ben Elliston  <bje@gnu.org>
3104         * baseboards/cris-sim.exp: Remove trailing semicolon(s).
3105         * baseboards/mt-sid.exp: Likewise.
3106         * baseboards/tx39-sim.exp: Likewise.
3107         * lib/target.exp (default_target_compile): Likewise.
3109 2011-03-14  Ben Elliston  <bje@gnu.org>
3111         Reported by Flash Sheridan <flash@pobox.com>:
3112         * doc/user.xml (Testing "Hello world" locally): Improve the
3113         example test script and make it robust to failures.  Tidy some
3114         formatting errors.
3115         * doc/dejagnu.texi: Regenerate.
3117 2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3119         * runtest.exp (runtest): Call reset_vars at initialisation so that
3120         perror does not affect test results in other test scripts.
3122 2011-03-09  Ben Elliston  <bje@gnu.org>
3124         * NEWS: Start a new section for post-1.5 changes.
3126 2011-03-09  Ben Elliston  <bje@gnu.org>
3128         * DejaGnu 1.5 released.
3130 2011-03-09  Ben Elliston  <bje@gnu.org>
3132         * Makefile.am (DISTCLEANFILES): Define.
3133         * Makefile.in: Regenerate.
3134         * testsuite/runtest.all/libs.exp: Clean up temp files on exit.
3135         * testsuite/runtest.all/options.exp: Likewise for dbg.log.
3136         * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file
3137         mkdir" instead of exec'ing mkdir(1).
3139 2011-03-07  Ben Elliston  <bje@gnu.org>
3141         * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE.
3142         * Makefile.in: Regenerate.
3144 2011-03-06  Ben Elliston  <bje@gnu.org>
3146         * configure.ac (AC_INIT): Set version to 1.5.
3147         * configure: Regenerate.
3148         * runtest.exp (frame_version): Set to 1.5.
3149         * doc/dejagnu.texi: Regenerate.
3151 2011-03-04  Ben Elliston  <bje@gnu.org>
3153         * texinfo.tex: Import latest version from ftp://tug.org/tex.
3155 2011-03-04  Ben Elliston  <bje@gnu.org>
3157         * Makefile.am (EXTRA_DIST): Correct name of historical ChangeLog.
3158         * Makefile.in: Regenerate.
3160 2011-03-03  Ben Elliston  <bje@gnu.org>
3162         * Makefile.am: Bump to GPL version 3.
3163         * configure.ac: Likewise.
3164         * Makefile.in: Regenerate.
3165         * aclocal.m4: Likewise.
3166         * configure: Likewise.
3168 2011-03-03  Ben Elliston  <bje@gnu.org>
3170         * config.guess: Update to most recent version.
3171         * config.sub: Likewise.
3173 2011-03-03  Ben Elliston  <bje@gnu.org>
3175         * lib/framework.exp (unknown): Rename the native Tcl ::unknown
3176         proc to ::tcl_unknown.  If ::tcl_unknown returns a failure result,
3177         then fall back to the conventional DejaGnu handling.  Report from
3178         David Byron <dbyron@dbyron.com>.
3180 2011-03-03  Maciej W. Rozycki  <macro@codesourcery.com>
3182         * lib/remote.exp (remote_expect): Pass all exception conditions up
3183         to the caller.
3185 2011-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3187         * lib/dg.exp (dg-test): Support nested calls.
3189 2010-04-13  Ben Elliston  <bje@gnu.org>
3191         * testglue.c: Remove duplicated prototypes for abort and exit.
3193 2010-03-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3195         * doc/user.xml (Tcl Variables For Command Line Options): Correct
3196         column count.
3198 2010-01-21  Jie Zhang  <jie.zhang@analog.com>
3200         * config/gdb-comm.exp (gdb_comm_load): Set breakpoints after load.
3202 2010-01-15  Anthony Green  <green@moxielogic.com>
3204         * baseboards/moxie-sim.exp: New baseboard.
3206 2009-12-10  DJ Delorie  <dj@redhat.com>
3208         * baseboards/rx-sim.exp: New baseboard.
3210 2009-10-15  Ben Elliston  <bje@gnu.org>
3212         * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide.
3213         This web page has disappeared.
3215 2009-07-06  Ben Elliston  <bje@gnu.org>
3217         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Mark up options with
3218         <option> not <emphasis>.  Apply other grammatical fixes from
3219         Reuben Thomas.
3220         * doc/dejagnu.texi: Regenerate.
3222 2009-07-06  Ben Elliston  <bje@gnu.org>
3224         * configure.ac: Check for docbook2x-texi.
3225         * configure: Regenerate.
3227 2009-07-06  Ben Elliston  <bje@gnu.org>
3229         From Reuben Thomas  <rrt@sc3d.org>:
3230         * doc/runtest.1: Fix some formatting issues.
3232 2009-06-16  Ben Elliston  <bje@gnu.org>
3234         * config.guess: Update to most recent version.
3235         * config.sub: Likewise.
3237 2009-06-16  Ben Elliston  <bje@gnu.org>
3239         * Makefile.am (rpm, deb, solpkg, hpdepot): Remove targets.
3240         * Makefile.in: Regenerate.
3241         * packaging: Remove directory and its contents.
3243 2009-06-10  Maciej W. Rozycki  <macro@codesourcery.com>
3245         * config/gdb-comm.exp (gdb_comm_add_breakpoint): Handle pending
3246         breakpoints.
3248 2008-12-03  Ben Elliston  <bje@gnu.org>
3250         * COPYING: Update to GPL version 3.
3252 2008-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3254         * doc/ref.xml, doc/user.xml: Fix typos.
3255         * doc/dejagnu.texi: Regenerate.
3257 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3259         * Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
3260         * Makefile.in: Regenerate.
3261         * dejagnu.exp (host_execute): Improve regexp matching.
3262         * testsuite/libdejagnu/unit.cc: C++ fixes.
3264 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3266         * lib/utils.exp (diff): Open both files as binary.
3268 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3270         * dejagnu.h (totals): Correct typos.
3272 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3274         * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
3275         * doc/dejagnu.texi: Regenerate.
3277 2008-02-25  Ben Elliston  <bje@gnu.org>
3279         * doc/runtest.1: Update date of last revision.
3281 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3283         * baseboards/h8300.exp: Use -- before switch argument that may
3284         begin with "-".
3285         * baseboards/cris-sim.exp: Ditto.
3287 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3289         * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp,
3290         iq2000-sim.exp and m32r-linux-sim.exp.
3291         * Makefile.in: Regenerate.
3293 2008-02-08  Ben Elliston  <bje@gnu.org>
3295         * baseboards/cris-sim.exp: Fix MS-DOS line termination.
3297 2007-12-28  Joseph Myers  <joseph@codesourcery.com>
3299         * lib/target.exp (default_link): Initialize nobjects before use.
3301 2007-12-06  Ben Elliston  <bje@gnu.org>
3303         * lib/dg.exp (dg_bogus): Comment fix.
3305 2007-10-31  DJ Delorie  <dj@redhat.com>
3307         * lib/framework.exp (open_logs): Line buffer the .sum file.
3309 2007-09-04  Matt Kraai  <kraai@ftbfs.org>
3311         * doc/user.xml (Configuration): Fix typos.
3312         * doc/dejagnu.texi: Regenerate.
3314 2007-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
3316         * lib/remote.exp (standard_send): Correct quoting.
3318 2007-05-17  Ben Elliston  <bje@gnu.org>
3320         * doc/user.xml: Correct the syntax for running apt-get on a Debian
3321         GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
3323 2007-04-30  Bob Wilson  <bob.wilson@acm.org>
3325         * baseboards/xtensa-sim.exp: Set target_install.  Stop using
3326         basic-sim.exp.  Run the simulator with --turbo option.  Replace
3327         needs_status_wrapper with the simulator's --exit_with_target_code
3328         option.
3330 2006-10-15  Rob Savoye  <rob@bertha.welcomehome.org>
3332         * dejagnu.h: Add support for for expected failures and
3333         unexpected successes.
3335 2005-05-06  Andrew Fyfe <a.fyfe@tiscali.co.uk>
3337         * doc/Makefile.am: Fix install path for man page.
3338         * Makefiles: Regenerated.
3340 2006-08-29  Ben Elliston  <bje@gnu.org>
3342         * runtest.exp (usage): Use "triplet" instead of "config name".
3344 2006-07-13  Daniel Jacobowitz  <dan@codesourcery.com>
3346         * Makefile.am (DOCBOOK2RTF): Fix typo.
3347         * Makefile.in: Regenerated.
3348         * lib/libgloss.exp (process_multilib_options): Use -- to handle
3349         options starting with hyphens.
3351 2006-06-23  Eric Botcazou  <ebotcazou@adacore.com>
3353         * libgloss.exp (find_gnatmake): Rewrite.
3355 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
3357         * rsh.exp (rsh_exec): Handle inp and outp arguments.  Use
3358         local_exec to run rsh.  Return failure if rsh times out.
3359         * remote.exp (local_exec): Handle "|& cat" we added when deciding
3360         whether to return output.
3362 2006-06-09  Ben Elliston  <bje@gnu.org>
3364         * baseboards/cris-sim.exp: Use Tcl fall-through syntax for
3365         multiple cases, not a list (case uses lists, switch does not).
3366         Pass -glob to switch where applicable to emulate case behaviour.
3367         * baseboards/h8300.exp: Likewise.
3368         * lib/framework.exp (clone_output): Likewise.
3369         (clear_xfail): Likewise.
3370         (clear_kfail): Likewise.
3371         * lib/libgloss.exp (process_multilib_options): Likewise.
3372         * runtest.exp: Likewise.
3374 2006-06-06  Ben Elliston  <bje@gnu.org>
3376         * Makefile.am (CONTRIB): New.
3377         (EXTRA_DIST): Add $(CONTRIB).
3378         (doc/dejagnu.texi): Set directory-category param to docbook2texi.
3379         * Makefile.in: Regenerate.
3380         * doc/dejagnu.texi: Likewise.
3382 2006-06-06  Ben Elliston  <bje@gnu.org>
3384         * runtest.exp (load_lib): Typo fix.
3386 2006-06-06  Ben Elliston  <bje@gnu.org>
3388         * dejagnu.h: Tidy comments.
3389         (_BUFFER_SIZE_): Remove to minimise namespace pollution.
3390         (wait): Define this function unconditionally.  Conditionally
3391         compile the function body if _DEJAGNU_WAIT_ is defined.
3392         (buffer): Set the buffer size explicitly.
3393         (pass): Use sizeof (buffer).  Call wait() unconditionally.
3394         (fail, untested, unresolved, note): Likewise.
3395         (enum teststate): Tidy whitespace.
3397 2006-06-06  Ben Elliston  <bje@gnu.org>
3399         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.
3400         * doc/dejagnu.texi: Regenerate.
3402 2006-06-06  Ben Elliston  <bje@gnu.org>
3404         Import from GCC tree:
3405         2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
3406                     Mike Stump  <mrs@apple.com>
3408         * compare_tests: Handle multilibs better.
3410 2006-06-06  Ben Elliston  <bje@gnu.org>
3412         * doc/dejagnu.texi: Regnerate using Docbook2X 0.8.7.
3414         * configure.ac: Check for docbook2texi, not docbook2x-texi.  The
3415         wrapper script changed its name again in the latest release.
3416         * configure: Regenerate.
3417         * Makefile.am (DOCBOOK2X_TEXI): Rename from this ..
3418         (DOCBOOK2TEXI): .. to this.
3419         (doc/dejagnu.texi): Do not use output-file parameter to deposit
3420         the .texi file into the source directory; use mv(1) instead. Set
3421         directory-description parameter.
3422         * Makefile.in: Likewise.
3424 2006-06-02  Ben Elliston  <bje@gnu.org>
3426         * config/sim.exp (sim_upload): Match up argument names.
3428 2006-06-02  Ben Elliston  <bje@gnu.org>
3430         * config.guess: Update to most recent version.
3431         * config.sub: Likewise.
3433 2006-06-02  Ben Elliston  <bje@gnu.org>
3435         * config/dos.exp (dos_open): Only run global board_info once at
3436         the beginning of the proc; remove duplicates.
3437         (dos_load): Use file join to separate path components.
3438         (dos_copy_upload): Likewise.
3439         * lib/remote.exp (call_remote): Use error, not "blooie" to trigger
3440         an error.
3442 2006-06-02  Ben Elliston  <bje@gnu.org>
3444         * contrib/compare_tests: Import from the GCC contrib directory.
3446 2006-05-24  Ben Elliston  <bje@gnu.org>
3448         * runtest.exp (verbose): Brace some expressions.
3449         (load_file, search_and_load_file): Likewise.
3450         (runtest): Likewise.
3452 2006-05-23  Ben Elliston  <bje@gnu.org>
3454         * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.
3455         * config/i960.exp (i960_spawn): Initialise status.
3456         * config/netware.exp (${board}_init): Brace some if expressions.
3457         * lib/dg.exp (dg-test): Brace some expressions.
3458         * lib/framework.exp (clone_output, log_and_exit, log_summary,
3459         record_test, pass, fail): Likewise.
3460         * lib/libgloss.exp (get_multilibs): Likewise.
3461         * lib/remote.exp (standard_transmit, unix_clean_filename,
3462         remote_load, check_for_board_status, remote_expect): Likewise.
3463         * lib/rsh.exp (rsh_exec): Likewise.
3465 2006-05-22  Ben Elliston  <bje@gnu.org>
3467         * baseboards/cris-sim.exp: Use switch, not case.
3468         * baseboards/h8300.exp: Likewise.
3469         * config/base68k.exp (base68k_ld): Brace an if expression.
3471 2006-05-22  Ben Elliston  <bje@gnu.org>
3473         * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,
3474         baseboards/cris-sim.exp, baseboards/i960-cyclone.exp,
3475         baseboards/mcore-moto-sim.exp, baseboards/mips64vr4100-sim.exp,
3476         baseboards/mmixware-sim.exp, baseboards/op50n.exp,
3477         baseboards/rom68k-idp.exp, baseboards/sparclite-sim-le.exp,
3478         baseboards/usparc-cygmon.exp, config/base-config.exp,
3479         config/base68k.exp, config/ddb-ether.exp, config/ddb.exp,
3480         config/dos.exp, config/gdb-comm.exp, config/gdb_stub.exp,
3481         config/i386-bozo.exp, config/i960.exp, config/m68k-emc.exp,
3482         config/netware.exp, config/sid.exp, config/sim.exp,
3483         config/tic80.exp, config/unix.exp, config/vxworks.exp,
3484         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3485         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
3486         lib/rlogin.exp, lib/rsh.exp, lib/target.exp, lib/targetdb.exp,
3487         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Put braces around if
3488         expressions throughout.
3490 2006-05-22  Ben Elliston  <bje@gnu.org>
3492         * lib/framework.exp (open_logs): Use file join where applicable.
3493         * lib/libgloss.exp (libgloss_link_flags, newlib_link_flags,
3494         newlib_include_flags, g++_link_flags, libstdc++_link_flags,
3495         get_multilibs, winsup_include_flags, winsup_link_flags): Likewise.
3496         * lib/utils.exp (which): Likewise.
3497         * runtest.exp (search_and_load_file, lookfor_file,
3498         load_tool_init): Likewise.
3500         * lib/debugger.exp (watcharray): Add `array' parameter.  Rename
3501         `type' parameter to `op' and update all uses in the proc.
3502         (watchvar): Add `ignore' parameter for scalar variables.
3503         Likewise, rename `type' to `op' and update throughout the proc.
3505         * runtest.exp: Use switch, not case.
3506         * lib/framework.exp (clone_output): Likewise.
3507         (clear_xfail): Likewise.
3508         (clear_kfail): Likewise.
3509         (set_warning_threshold): Make warning_threshold global.
3510         (get_warning_threshold): Likewise.
3511         * lib/libgloss.exp (process_multilib_options): Use switch, not
3512         case.
3513         * lib/remote.exp (local_exec): Only run global errorInfo once.
3514         (standard_upload): Fix error in variable use ($file -> $srcfile).
3515         * lib/utils.exp (grep): Use switch, not case.
3516         (slay): Fix mismatched bracket.
3518         * lib/debugger.exp (watcharray): Use switch, not case.
3519         (watchvar): Likewise.
3520         (bt): Add an explanatory comment.
3522 2006-04-03  Ben Elliston  <bje@gnu.org>
3524         * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
3525         lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
3526         lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
3528 2006-01-02  Ben Elliston  <bje@gnu.org>
3530         * configure.ac (AC_INIT): Set version to 1.4.99.
3531         * configure: Regenerate.
3533 2006-01-01  Ben Elliston  <bje@gnu.org>
3535         * testsuite/runtest.all/utils.test: Add runtest_file_p.
3537 2006-01-01  Ben Elliston  <bje@gnu.org>
3539         * runtest.exp (frame_version): Set to 1.4.99.
3541 2006-01-01  Ben Elliston  <bje@gnu.org>
3543         * dejagnu.h: Update copyright notice.  Use C-style /* .. */
3544         comments for portability with ISO C compilers.
3545         * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.
3547 2006-01-01  Ben Elliston  <bje@gnu.org>
3549         * runtest.exp: Update copyright notice.
3550         * example/calc/testsuite/calc.test/calc.exp: Likewise.
3551         * example/calc/testsuite/config/unix.exp: Likewise.
3552         * testsuite/libdejagnu/tunit.exp: Likewise.
3553         * testsuite/runtest.all/libs.exp: Likewise.
3554         * testsuite/runtest.all/options.exp: Likewise.
3555         * testsuite/runtest.all/stats-sub.exp: Likewise.
3556         * testsuite/runtest.all/stats.exp: Likewise.
3558 2006-01-01  Ben Elliston  <bje@gnu.org>
3560         * config/default.exp, config/unix.exp, config/vxworks.exp,
3561         lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp,
3562         lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp:
3563         Formatting fixes.
3564         * dejagnu.h, testsuite/config/default.exp,
3565         testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp,
3566         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
3567         testsuite/runtest.all/options.exp,
3568         testsuite/runtest.all/stats-sub.exp,
3569         testsuite/runtest.all/stats.exp: Update copyright notice and FSF
3570         office address. Remove bug reporting address, as it is now
3571         maintained centrally in the README file.
3573 2005-12-31  Ben Elliston  <bje@gnu.org>
3575         * testsuite/runtest.all/utils.test: Don't bother mentioning
3576         absolute, psource, prune and slay as untested procedures.
3578 2005-12-31  Ben Elliston  <bje@gnu.org>
3580         * doc/ref.xml (Utility Procedures): Note that the following
3581         procedures are deprecated: absolute, psource, prune, slay.
3582         * NEWS: Likewise.
3583         * doc/dejagnu.texi: Regenerate.
3585 2005-12-24  Ben Elliston  <bje@gnu.org>
3587         * Makefile.am (doc/dejagnu.texi): Don't use shell redirection, in
3588         case the command fails and zeroes the Texinfo source file.  Move
3589         the output (if successful) by its default filename using mv(1).
3590         * Makefile.in: Regenerate.
3592 2005-12-24  Ben Elliston  <bje@gnu.org>
3594         * configure.ac (DOCBOOK2X_TEXI): Add search for this program.
3595         * configure: Regenerate.
3596         * Makefile.am (DOCBOOK2PDF, DOCBOOK2RTF, DOCBOOK2PS): New.
3597         (DOCBOOK2HTML, DOCBOOK2X_TEXI): Likewise.
3598         (dejagnu.pdf): Use $(DOCBOOK2PDF).
3599         (dejagnu.ps): Likewise, use $(DOCBOOK2PS).
3600         (dejagnu.rtf): Likewise, use $(DOCBOOK2RTF).
3601         (html): Likewise, use $(DOCBOOK2HTML).
3602         (doc/dejagnu.texi): Produce using the docbook2x-texi wrapper,
3603         which is much simpler. Likewise, use $(DOCBOOK2X_TEXI).
3604         * Makefile.in: Regenerate.
3606 2005-12-24  Ben Elliston  <bje@gnu.org>
3608         * Makefile.am (EXTRA_DIST): Remove $(PACKAGING_METAFILES).
3609         (XML): Remove $(srcdir) from each filename; VPATH suffices.
3610         (PACKAGING_METAFILES): Remove.
3611         * Makefile.in: Regenerate.
3613 2005-12-24  Ben Elliston  <bje@gnu.org>
3615         * README: Rewrite.
3617 2005-12-24  Ben Elliston  <bje@gnu.org>
3619         * COPYING: Update.
3621 2005-12-24  Ben Elliston  <bje@gnu.org>
3623         * testsuite/libdejagnu/tunit.exp: Don't change to a non-existent
3624         subdirectory.
3626 2005-12-24  Ben Elliston  <bje@gnu.org>
3628         * Makefile.am (RUNTEST): Simplify, as Automake already generates
3629         similar logic in Makefile.in.
3630         * Makefile.in: Regenerate.
3632 2005-12-24  Ben Elliston  <bje@gnu.org>
3634         * Makefile.am (RUNTESTDEFAULTFLAGS): Omit --tool so that
3635         libdejagnu tests are run too.
3636         * Makefile.in: Regenerate.
3638 2005-12-24  Ben Elliston  <bje@gnu.org>
3640         * configure: Regenerate.
3642         * lib/remote.exp: Tidy.
3643         * lib/targetdb.exp: Likewise.
3644         * lib/target.exp (prune_warnings): Improve comments.
3645         * lib/dejagnu.exp: Likewise.
3646         * lib/utils.exp: Likewise.
3648         * NEWS: Update.
3650 2005-12-24  Ben Elliston  <bje@gnu.org>
3652         * doc/dejagnu.xml: Don't use apostrophes in section titles.
3653         * doc/dejagnu.texi: Regenerate.
3655 2005-12-24  Ben Elliston  <bje@gnu.org>
3657         * Makefile.am (XML): Include $(srcdir) in filenames.
3658         * Makefile.in: Regenerate.
3660 2005-12-24  Ben Elliston  <bje@gnu.org>
3662         * doc/C/Makefile.am: Remove.
3663         * doc/C/Makefile.in: Likewise.
3665         * Makefile.am (SUBDIRS): Remove.
3666         (EXTRA_DIST): Append $(XML).
3667         (dist_man_MANS): Define.
3668         (info_TEXINFOS): Likewise.
3669         (XML): List XML source files.
3670         (dejagnu.pdf): New target.
3671         (dejagnu.ps): Likewise.
3672         (dejagnu.rtf): Likewise.
3673         (html): Likewise.
3674         (dejagnu.texi): Special rule to build Texinfo source.
3675         * Makefile.in: Regenerate.
3676         * configure.ac: Don't search for docbook2dvi.
3677         Search for docbook2rtf and docbook2pdf.
3678         Don't output doc/Makefile or doc/C/Makefile.
3679         * configure: Regenerate.
3680         * doc/texinfo.tex: Move from here ..
3681         * texinfo.tex: .. to here.
3682         * doc/Makefile.am: Remove.
3683         * doc/Makefile.in: Likewise.
3684         * doc/C/dejagnu.omf: Likewise.
3685         * doc/C/topic.dat: Likewise.
3686         * doc/C/dejagnu.xml: Move from here ..
3687         * doc/dejagnu.xml: .. to here.
3688         * doc/C/legal.xml: Move from here ..
3689         * doc/legal.xml: .. to here.
3690         * doc/C/ref.xml: Move from here ..
3691         * doc/ref.xml: .. to here.
3692         * doc/C/user.xml: Move from here ..
3693         * doc/user.xml: .. to here.
3694         * doc/dejagnu.texi: Rebuild from XML source.
3696 2005-12-23  Ben Elliston  <bje@gnu.org>
3698         * doc/runtest.1: Update manual page.
3700 2005-12-23  Ben Elliston  <bje@gnu.org>
3702         * doc/overview.sgml: Remove in favour of XML versions.
3703         * doc/ref.sgml: Ditto.
3704         * doc/user.sgml: Ditto.
3705         * doc/texinfo.tex: Import new version.
3707 2005-12-20  Ben Elliston  <bje@gnu.org>
3709         * Makefile.am (SUBDIRS): Remove testsuite, example.
3710         (EXTRA_DIST): Add $(TESTSUITE_FILES).
3711         (TESTSUITE_FILES): New.
3712         (RUNTEST, RUNTESTDEFAULTFLAGS): New.
3713         (AM_CXXFLAGS): Set.
3714         (check_PROGRAMS): New.
3715         (unit_SOURCES): New.
3716         * Makefile.in: Regenerate.
3717         * configure.ac (AC_OUTPUT): Don't output example/Makefile,
3718         testsuite/Makefile or testsuite/libdejagnu/Makefile.
3719         * configure: Regenerate.
3720         * testsuite/Makefile.am: Remove.
3721         * testsuite/Makefile.in: Likewise.
3722         * testsuite/libdejagnu/Makefile.am: Likewise.
3723         * testsuite/libdejagnu/Makefile.in: Likewise.
3725 2005-12-20  Ben Elliston  <bje@gnu.org>
3727         * Makefile.am (baseboard_SCRIPTS): Rename ms1->mt.
3728         * Makefile.in: Regenerate.
3730 2005-12-20  Ben Elliston  <bje@gnu.org>
3732         * configure: Regenerate with autoconf 2.59.
3733         * aclocal.m4: Regenerate with aclocal 1.9.6.
3734         * Makefile.in: Regenerate with automake 1.9.6.
3735         * doc/Makefile.in: Likewise.
3736         * doc/C/Makefile.in: Likewise.
3737         * example/Makefile.in: Likewise.
3738         * testsuite/Makefile.in: Likewise.
3739         * testsuite/libdejagnu/Makefile.in: Likewise.
3741 2005-12-20  Nathan Sidwell  <nathan@codesourcery.com>
3743         * baseboards/ms1-sid.exp: Rename from this ..
3744         * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within.
3746 2005-12-20  Ben Elliston  <bje@gnu.org>
3748         * config.guess: Update to most recent version.
3749         * config.sub: Likewise.
3751 2005-09-24  Ben Elliston  <bje@gnu.org>
3753         * packaging/pkg/pkginfo (EMAIL): Update mail address.
3755         * lib/rsh.exp: Tidy comments.
3757 2005-07-07  Ben Elliston  <bje@gnu.org>
3759         * lib/telnet.exp (telnet_transmit): Remove; use standard method.
3761 2005-07-07  Ben Elliston  <bje@gnu.org>
3763         * Makefile.am (baseboard_SCRIPTS): Add ms1-sid.exp.
3764         * Makefile.in: Regenerate.
3766 2005-07-06  Ben Elliston  <bje@gnu.org>
3768         * lib/tip.exp (tip_open): Improve comments.
3769         (tip_download): Likewise.
3771 2005-07-06  Ben Elliston  <bje@gnu.org>
3773         * lib/telnet.exp (telnet_open): Improve option handling.  Clarify
3774         documentation for each proc.
3776 2005-07-06  Ben Elliston  <bje@gnu.org>
3778         * aclocal.m4: Regenerate with aclocal 1.9.
3779         * configure: Regenerate with autoconf 2.59.
3780         * doc/C/Makefile.am: Remove stray include.
3781         * Makefile.in, doc/Makefile.in, doc/C/Makefile.in,
3782         example/Makefile.in, testsuite/Makefile.in,
3783         testsuite/libdejagnu/Makefile.in: Regenerate with automake 1.9.
3785 2005-07-06  Ben Elliston  <bje@gnu.org>
3787         Import some missing hunks from this patch on sourceware:
3789         2004-11-11  Nick Clifton  <nickc@redhat.com>
3791         * lib/libgloss.exp (libio_include_flags, g++_include_flags,
3792         winsup_include_flags): Revert previous patch, restoring the use of
3793         -I, for all libraries except newlib.  Newlib needs -isystem to
3794         avoid the problems with <limits.h> but the C++ and winsup
3795         libraries need -I because -isystem generates an implicit 'extern
3796         "C"' which may not be appropriate for certain targets.
3798 2005-07-06  Aldy Hernandez  <aldyh@redhat.com>
3800         * baseboards/ms1-sid.exp: New.
3802 2005-07-01  Ben Elliston  <bje@gnu.org>
3804         Unify some changes with the 1.4 branch:
3806         2004-10-28  Nick Clifton  <nickc@redhat.com>
3807         * baseboards/iq2000-sim.exp: New file.
3809         2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3810         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
3811         noresults to zero.
3813         2004-05-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
3814         * baseboards/m32r-linux-sim.exp: Add New file.
3816 2005-06-24  Ben Elliston  <bje@gnu.org>
3818         * MAINTAINERS: Update my email address.
3820 2005-06-24  Ben Elliston  <bje@gnu.org>
3822         * Update the FSF's physical address throughout.
3824 2005-06-22  Ben Elliston  <bje@gnu.org>
3826         * config.guess: Update to most recent version.
3827         * config.sub: Likewise.
3829 2005-04-28  Mark Kettenis  <kettenis@gnu.org>
3831         * lib/target.exp (prune_warnings): Add a few more linker
3832         warning patterns for OpenBSD.
3834 2005-03-20  Mark Kettenis  <kettenis@gnu.org>
3836         * lib/target.exp (prune_warnings): Add linker warning patterns for
3837         OpenBSD.
3839 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3841         * baseboards/cris-sim.exp: New file.
3843 2004-11-19  Nick Clifton  <nickc@redhat.com>
3845         * lib/libgloss.exp (newlib_include_flags): Document why -isystem
3846         is used instead of -I.
3847         (libio_include_flags): Use -I instead of -isystem and
3848         document why.
3849         (g++_include_flags): Use -I instead of -isystem.
3850         (libstdc++_include_flags): Likewise.
3852 2004-11-04  Ben Elliston  <bje@gnu.org>
3854         * lib/dg.exp (dg-test): If a `dg-do run' test fails to compile,
3855         mark the test as unresolved, rather than warning.
3857 2004-10-27  Nick Clifton  <nickc@redhat.com>
3859         * baseboards/iq2000-sim.exp: New file.
3861 2004-08-20  Daniel Jacobowitz  <dan@debian.org>
3863         * testglue.c: Prototype abort(3) and exit(3).
3865 2004-08-14  Paul Brook  <paul@codesourcery.com>
3867         * config/sim.exp (sim_download, sim_upload): New procs.
3869 2004-06-30  Ben Elliston  <bje@gnu.org>
3871         * config.guess: Update to current revision.
3872         * config.sub: Likewise.
3874 2004-06-12  Ben Elliston  <bje@gnu.org>
3876         * config.guess: Update to current revision.
3877         * config.sub: Likewise.
3879 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3881         * testglue.c: Prototype abort and exit.
3883 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3885         * baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
3886         string.
3888 Tue Feb 25 05:19:57 UTC 2003  Brendan Conoboy  <blc@@redhat.com>
3890         * lib/remote.exp (call_remote): Remove multilibs from the board
3891         name when rebooting a board.
3893 2004-06-03  Alexandre Oliva  <aoliva@redhat.com>
3895         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
3896         noresults to zero.
3898 2004-06-07  Ben Elliston  <bje@gnu.org>
3900         * lib/libgloss.exp (build_wrapper): Remove redundant set command.
3902 2004-03-29  Joel Brobecker  <brobecker@gnat.com>
3904         * lib/libgloss.exp (find_gnatmake): New procedure.
3905         * lib/target.exp (default_target_compile): Add support for Ada.
3907 2004-04-16  Kazuhiro Inaoka  <inaoka dot kazuhiro at renesas dot com>
3909         * baseboards/m32r-linux-sim.exp: Add New file.
3911 2004-04-02  Rob Savoye  <rob@direwolf.welcomehome.org>
3913         * configure.ac, example/Makefile.am: Add example/mathhelper.
3914         * configure, alocal.m4, example/Makefile.in: Regenerated.
3916 2004-04-02 Joel Sherrill <joel@OARcorp.com>
3918         * example/mathhelper: New example for using the unit testing API.
3920 2004-03-05  Daniel Jacobowitz  <drow@mvista.com>
3922         * lib/remote.exp (standard_spawn): Fix rsh username support.
3924 2004-03-06  Rob Savoye  <rob@althea.welcomehome.org>
3926         * doc/C: New directory for DocBook XML files.
3927         * doc/C/dejagnu.omf: New config file for scrollkeeper.
3928         * doc/C/topic.dat: New config file for the GNOME help system.
3929         * doc/C/dejagnu.xml: DocBook XML formatted verion of what was
3930         overview.sgml.
3931         * doc/C/ref.xml: DocBook XML formatted verion of what was
3932         ref.sgml.
3933         * doc/C/user.xml: DocBook XML formatted verion of what was
3934         user.sgml.
3936 2004-02-17  Ben Elliston  <bje@wasabisystems.com>
3938         * runtest.exp: Do not trap SIGSEGV.
3940 2004-02-16  Ben Elliston  <bje@wasabisystems.com>
3942         * configure.ac: Update AC_INIT and AM_INIT_AUTOMAKE invocations.
3943         * configure: Regenerate.
3945 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3947         * doc/runtest.1: Improve some wording. Update last revision date.
3949 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3951         * NEWS: Document yesterday's work.
3953         * runtest: Improve comments.
3955 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3957         * TODO: Update.
3959         * testsuite/libdejagnu/unit.cc: Conform with GNU coding standard.
3961 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3963         * configure.ac: Quote strings throughout in good Autoconf style.
3964         Remove AC_PROG_YACC invocation. Search for docbook2dvi, et al and
3965         expect using AC_PATH_PROG. Remove DJ_AC_PATH_DOCBOOK in favour of
3966         existing macros. Remove stale BOARDS and CONFIG substs. Ensure Tcl
3967         is at version 8.3 or greater.
3968         * configure: Regenerate.
3969         * acinclude.m4: Remove.
3970         * aclocal.m4: Regenerate.
3971         * Makefile.in: Likewise.
3972         * doc/Makefile.am (%.pdf: %.sgml): Use $(DOCBOOK2PDF).
3973         (%.dvi: %.sgml): Use $(DOCBOOK2DVI).
3974         (%.html: %.sgml): Use $(DOCBOOK2HTML).
3975         * doc/Makefile.in: Regenerate.
3976         * example/Makefile.in: Likewise.
3977         * testsuite/Makefile.in: Likewise.
3978         * testsuite/libdejagnu/Makefile.in: Likewise.
3979         * TODO: Update.
3981 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
3983         * baseboards/cf.exp: Use -T instead of -Wl,-T for ldscript.
3984         * baseboards/fr30-elf.exp, baseboards/frv-elf.exp,
3985         baseboards/h8300.exp, baseboards/i960-cyclone.exp,
3986         baseboards/i960-sim.exp, baseboards/m32r-elf.exp,
3987         baseboards/mips-idt.exp, baseboards/mips-lnews-sim.exp,
3988         baseboards/mips-lsi-sim.exp, baseboards/mips64vr4100-sim.exp,
3989         baseboards/op50n.exp, baseboards/rom68k-idp.exp,
3990         baseboards/sh-hms.exp, baseboards/tx39-dve.exp,
3991         baseboards/vr4100-ddb.exp, baseboards/vr4100-sim.exp,
3992         baseboards/vr4111-sim.exp, baseboards/vr4300-ddb.exp,
3993         baseboards/vr4300-sim.exp, baseboards/vr4300.exp,
3994         baseboards/vr5000-ddb.exp: Likewise.
3996 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3998         * runtest: Terminate with an error if expect cannot be found.
3999         * TODO: Update.
4001 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4003         * configure.ac: Use AC_PATH_PROG to find expect(1).
4004         (DJ_AC_PATH_TCLSH): Remove unneeded invocation.
4005         * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove.
4006         (DJ_AC_STL): Likewise.
4007         * configure: Regenerate.
4008         * aclocal.m4: Likewise.
4009         * configure: Likewise.
4010         * Makefile.in: Likewise.
4011         * doc/Makefile.in: Likewise.
4012         * example/Makefile.in: Likewise.
4013         * testsuite/Makefile.in: Likewise.
4014         * testsuite/libdejagnu/Makefile.in: Likewise.
4015         * TODO: Update.
4017 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4019         * runtest.1: Remove any mention of mondfe.
4021 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4023         * TODO: Add an item about timeouts.
4025 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
4027         * baseboards/basic-sim.exp: Set gdb,do_reload_on_run.
4029 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4031         * lib/standard.exp: Tidy.
4033 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4035         * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.
4036         (config_SCRIPTS): Remove udi.exp, vrtx.exp.
4037         (baseboard_SCRIPTS): Remove a29k-udi.exp.
4038         * Makefile.in: Regenerate.
4039         * baseboards/a29k-udi.exp: Remove.
4040         * baseboards/dos.exp: Update comments.
4041         * config/udi.exp: Remove.
4042         * config/vrtx.exp: Remove.
4043         * doc/overview.sgml: Update. Don't mention mondfe and xsh support.
4044         * doc/ref.sgml: Likewise.
4045         * doc/user.sgml: Likewise.
4046         * lib/mondfe.exp: Remove.
4047         * lib/xsh.exp: Likewise.
4048         * lib/remote.exp: Don't load mondfe.exp or xsh.exp.
4049         * packaging/pkg/prototype: Update.
4050         * NEWS: Update.
4052 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4054         * Makefile.am (rpmspec): Remove.
4055         (rpm): Additionally depend on dejagnu.spec.
4056         ($(PKGDIR)/dejagnu): New target that installs DejaGnu into this
4057         directory.  This saves duplicated code in the solpkg and hpdepot
4058         targets.
4059         (solpkg): Depend on $(PKGDIR)/dejagnu.
4060         (hpdepot): Likewise.
4061         * Makefile.in: Regenerate.
4063 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4065         * Makefile.am (RUNTEST, RUNTESTDEFAULTFLAGS): Remove.
4066         * Makefile.in: Regenerate.
4067         * testsuite/Makefile.am (CLEANFILES): Remove.
4068         (RUNTESTDEFAULTFLATS): Pass --srcdir and RUNTEST=$(RUNTEST).
4069         * testsuite/Makefile.in: Regenerate.
4071 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4073         * lib/util-defs.exp: Move from here ..
4074         * testsuite/lib/util-defs.exp: .. to here.
4075         * Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp.
4076         * Makefile.in: Regenerate.
4077         * testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp.
4078         * testsuite/Makefile.in: Regenerate.
4079         * doc/ref.sgml (File Map): Remove util-defs.exp.
4080         * packaging/pkg/prototype: Update file list.
4082 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4084         * NEWS: Document changes since 1.4.4.
4086 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4088         * example/Makefile.am (check-recursive): Remove target.
4089         * example/Makefile.in: Regenerate.
4091 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4093         * dejagnu.h: Conform with GNU coding standard.
4095 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4097         * Makefile.am (PKGING): Remove.
4098         (PACKAGING_METAFILES): Update accordingly.
4099         (CLEANFILES, check-DEJAGNU): Remove.
4100         (tarball): Remove; use `dist'.
4101         (deb): Update target recipe to use `make dist'.
4103 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4105         * Clean.tcl: Remove.
4107         * Makefile.am (SUBDIRS): Add testsuite, example directories.
4108         (EXTRA_DIST): Define.
4109         (pkgdata_SCRIPTS): Add lib/*.exp files.
4110         (DATE, TCLSH): Remove.
4111         (configdir, config_DATA, config_SCRIPTS): Define.
4112         (baseboarddir, baseboard_DATA, baseboard_SCRIPTS): Likewise.
4113         (pkgdata_DATA): Likewise.
4114         (djlibexecdir, djlibexec_SCRIPTS): Likewise.
4115         (PKGING, PACKAGING_METAFILES): New macros.
4116         (clean-local): Remove.
4117         (rpm): Depend on dist.
4118         (deb): Likewise.
4119         (dist-hook): Remove.
4120         (lib_dest, lib_files): Likewise.
4121         (baseboard_dest, baseboard_files): Likewise.
4122         (include_dest, config_dest, config_files): Likewise.
4123         (install-data-local): Likewise.
4124         (uninstall-local): Likewise.
4125         (site.exp): Likewise.
4126         * Makefile.in: Regenerate.
4128         * testsuite/Makefile.am (all, all-am, etcetera): Remove.
4129         (force): Likewise.
4130         (EXTRA_DIST): Define.
4131         (site.exp): Remove target.
4132         * testsuite/Makefile.in: Regenerate.
4133         * testsuite/libdejagnu/Makefile.am (EXTRA_DIST): Define.
4134         (noinst_PROGRAMS): Rename from this ..
4135         (check_PROGRAMS): .. to this.
4136         * testsuite/libdejagnu/Makefile.in: Regenerate.
4138         * doc/Makefile.am (man_MANS): Rename from this ..
4139         (dist_man_MANS): .. to this.
4140         (info_TEXINFOS): Define.
4141         (TARGETS): Remove overview.rtf.
4142         (EXTRA_DIST): Define.
4143         (%.rtf: %.sgml): Remove rule.
4144         (%.gif: %.fig): Likewise.
4145         (%.epsi: %.eps): Likewise.
4146         (%.eps: %.fig): Likewise.
4147         (clean, realclean, distclean): Remove.
4148         (install-docs): Don't install overview.rtf.
4149         * doc/Makefile.in: Regenerate.
4150         * doc/texinfo.tex: New file.
4152         * example/calc/Makefile.am (noinst_PROGRAMS): Rename from this ..
4153         (check_PROGRAMS): .. to this.
4154         (EXTRA_DIST): Add test cases and calc.1 man page.
4155         * example/calc/Makefile.in: Regenerate.
4156         * example/calc/aclocal.m4: Likewise.
4157         * example/calc/configure: Likewise.
4158         * example/calc/stamp-h.in: Remove.
4159         * example/hello/Makefile.am (bin_PROGRAMS): Rename from this ..
4160         (check_PROGRAMS): .. to this.
4161         (EXTRA_DIST): Define.
4162         * example/hello/Makefile.in: Regenerate.
4163         * example/hello/aclocal.m4: Likewise.
4164         * example/hello/configure: Likewise.
4165         * example/hello/testsuite/Makefile.am (EXTRA_DIST): Define.
4166         * example/hello/testsuite/Makefile.in: Regenerate.
4168 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4170         * configure.ac: Remove commented out code.
4171         * configure: Regenerate.
4173 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4175         * site.tmpl: Tidy.
4177 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4179         * INSTALL: Import latest version.
4180         * depcomp: Likewise.
4181         * install-sh: Likewise.
4182         * missing: Likewise.
4184 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4186         * configure.in: Rename from this ..
4187         * configure.ac: .. to this.  Require Autoconf 2.50.
4188         * Makefile.in: Regenerate.
4189         * doc/Makefile.in: Likewise.
4190         * example/Makefile.in: Likewise.
4191         * testsuite/Makefile.in: Likewise.
4192         * testsuite/libdejagnu/Makefile.in: Likewise.
4194 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4196         * lib/target.exp (prune_warnings): Add spaces where required in
4197         NetBSD warnings.  Supersedes a patch in pkgsrc's devel/dejagnu.
4199 2004-02-05  Ben Elliston  <bje@wasabisystems.com>
4201         * config.guess: Update to current revision.
4202         * config.sub: Likewise.
4204 2004-02-04  Ben Elliston  <bje@wasabisystems.com>
4206         * configure.in (AC_NO_EXECUTABLES): Remove.
4207         * configure: Rebuild with Autoconf 2.59.
4208         * acinclude.m4 (DJ_AC_STL): Quote macro name to appease aclocal.
4209         (DJ_AC_PATH_TCLSH): Likewise.
4210         (DJ_AC_PATH_DOCBOOK): Likewise.
4211         * aclocal.m4: Rebuild.
4212         * Makefile.in: Rebuild with Automake 1.8.2.
4213         * doc/Makefile.in: Likewise.
4214         * example/Makefile.in: Likewise.
4215         * testsuite/Makefile.in: Likewise.
4216         * testsuite/libdejagnu/Makefile.in: Likewise.
4218 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4220         Import orphaned patches from sources.redhat.com:
4222         2002-05-02  Fernando Nasser  <fnasser@redhat.com>
4223         * doc/dejagnu.texi: Document KFAIL and KPASS.
4225         2002-02-20  Richard Henderson  <rth@redhat.com>
4226         * lib/target.exp (prune_warnings): Revert early "In function"
4227         strip, as this breaks g++.dg tests.  Match dangerous regexp
4228         without the "In function" header.
4230         2002-02-09  Richard Henderson  <rth@redhat.com>
4231         * lib/target.exp (prune_warnings): Strip "In function" etc early.
4232         Adjust "dangerous" regexp for glibc's tmpnam warning.
4234         2001-09-10  Jim Blandy  <jimb@redhat.com>
4235         * baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script,
4236         so we get the version of the `outbyte' function that does console
4237         output in a way that GDB's rom68k target recognizes.  Note that
4238         the board can now do output.
4240         2000-04-25  Felix Lee  <flee@cygnus.com>
4241         * baseboards/tx39-sim.exp: Use idt, not dve linker script.  Delete
4242         misleading comments and null statements.
4244 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4246         * DejaGnu 1.4.4 released.
4248 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4250         * Makefile.am (tarball): Depend on book1.html, not overview.html.
4251         Don't echo needless messages. Portably copy the source tree to
4252         dejagnu-${VERSION}.  Portably copy documentation files from the
4253         source tree to the distribution directory.  Don't copy RPM-related
4254         files -- leave that to the rpm target.
4255         (snapshot): Remove target.
4256         (overview.html): Rename target from this ..
4257         (book1.htm): .. to this.
4258         (rpm): Portably copy tar file to SOURCES directory.
4259         (deb): Depend on book1.html, not overview.html.
4260         (dist-hook): Depend on book1.html, not overview.html.
4261         * Makefile.in: Rebuild.
4262         * doc/Makefile.am (TARGETS): Depend on book1.html.
4263         (book1.html): Depend on html/book1.html.
4264         (overview.dvi): Remove target.
4265         * doc/Makefile.in: Rebuild.
4267 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4269         * Clean.tcl: Run tclsh via /usr/bin/env for portability.
4270         (cleanfiles): Concatenate regular filenames that match .*.
4272 2004-01-12  Ben Elliston  <bje@wasabisystems.com>
4274         * baseboards/frv-sim.exp: Remove reference to devo/sim.
4276 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4278         * doc/overview: Remove all files.
4280 2003-12-03  Ben Elliston  <bje@wasabisystems.com>
4282         * testsuite/runtest.all/utils.test: Fix a test for proc find which
4283         assumed that "subsubfile1" would appear at the end of the returned
4284         list.  Adjust to use a more robust regular expression.
4286 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
4288         * doc/overview.sgml (version): Update.
4289         * doc/overview/installation.html: Likewise.
4291         * packaging/rpm/dejagnu.spec: Update version numbers throughout.
4292         * packaging/pkg/pkginfo: Likewise.
4293         * packaging/depot/dejagnu.psf: Likewise.
4295 2003-10-25  Ben Elliston  <bje@wasabisystems.com>
4297         * runtest.exp (frame_version): Bump version.
4298         * configure.in (AM_INIT_AUTOMAKE): Likewise.
4299         * configure: Regenerate.
4301 2003-10-16  Rob Savoye   <rob@welcomehome.org>
4303         * packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
4305 2003-10-13  Ben Elliston  <bje@wasabisystems.com>
4307         * baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
4309 2003-10-11  Corinna Vinschen  <vinschen@redhat.com>
4311         * baseboards/sh-sim.exp: New file.
4313 2003-10-11  Ben Elliston  <bje@wasabisystems.com>
4315         * NEWS: Tidy.
4316         * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
4318 2003-10-08  Ben Elliston  <bje@wasabisystems.com>
4320         * i960glue.c: Remove.
4321         * packaging/pkg/prototype: Remove i960glue.c.
4323 2003-10-07  Ben Elliston  <bje@wasabisystems.com>
4325         * contrib/README: Remove.
4326         * contrib/testit: Remove bitrotten script.
4327         * contrib/test-g++: Likewise.
4328         * contrib/test-tool: Likewise.
4330 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4332         * TODO: Tidy.
4333         * contrib/README: Bring up to date.
4335 2003-08-23  Corinna Vinschen  <vinschen@redhat.com>
4337         * config/sid.exp: Add gdb settings to use no hardware watchpoints.
4339 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4341         * README: Update section on reporting bugs.
4343 2003-08-22  Ben Elliston  <bje@wasabisystems.com>
4345         * lib/kermit.exp: Document procs.
4346         * lib/ftp.exp: Likewise.
4348 2003-08-19  Ben Elliston  <bje@wasabisystems.com>
4350         * contrib/testit: Run wish via /usr/bin/env for portability.
4352 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4354         * Makefile.am: Tidy comments and unused command lines.
4355         * Makefile.in: Regenerate.
4356         * testsuite/libdejagnu/Makefile.in: Likewise.
4358         * contrib/bluegnu2.0.3: Remove unsupported subtree.
4360 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4362         * MAINTAINERS: New file.
4364 2003-08-17  Ben Elliston  <bje@wasabisystems.com>
4366         * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
4367         * doc/Makefile.in: Regenerate.
4369 2003-08-16  Ben Elliston  <bje@wasabisystems.com>
4371         * doc/overview.sgml (overview): Start overhauling chapter.
4373         * doc/README.Writers: New document on style conventions.
4374         * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
4375         * doc/user.sgml: Likewise.
4376         * doc/overview.sgml: Likewise.
4377         * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
4379 2003-08-12  Ben Elliston  <bje@wasabisystems.com>
4381         * Makefile.am (tarball): Update path to dejagnu.spec.
4382         (rpmspec): Likewise.
4383         (deb): Likewise, update path to package metafiles.
4384         (solpkg): Likewise.
4385         (hpdepot): Likewise.
4386         * Makefile.in: Regenerate.
4387         * aclocal.m4: Likewise.
4388         * configure: Likewise.
4389         * doc/Makefile.in: Likewise.
4390         * example/Makefile.in: Likewise.
4391         * testsuite/Makefile.in: Likewise.
4392         * deb: Move from here ..
4393         * packaging/deb: .. to here.
4394         * redhat: Move from here ..
4395         * packaging/rpm: .. to here.
4396         * depot: Move from here ..
4397         * packaging/depot: .. to here.
4398         * pkg: Move from here ..
4399         * packaging/pkg: .. to here.
4401         * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
4402         (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
4403         * testsuite/libdejagnu/Makefile.in: Regenerate.
4405 2003-08-07  Ben Elliston  <bje@wasabisystems.com>
4407         * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
4408         to increment count rather than count++ as in C.
4410 2003-08-06  Ben Elliston  <bje@wasabisystems.com>
4412         * lib/remote.exp: Replace "TCL" with "Tcl".
4414 2003-07-30  Ben Elliston  <bje@wasabisystems.com>
4416         * doc/runtest.1: Replace "TCL" with "Tcl".
4417         Make last revision date current.
4419 2003-07-29  Ben Elliston  <bje@wasabisystems.com>
4421         * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
4422         URLs and other stylistic improvements.
4423         * doc/ref.sgml: Likewise.
4424         * doc/user.sgml: Likewise.
4426 2003-07-25  Mike Stump  <mrs@apple.com>
4428         * lib/target.exp (prune_warnings): Handle "nfs server .* not
4429         responding" and "nfs server .* is alive again".
4431 2003-07-20  Ben Elliston  <bje@wasabisystems.com>
4433         * config.guess: Update to most recent version.
4434         * config.sub: Ditto.
4435         * AUTHORS: Add self to list of maintainers.
4437 2003-07-25  Jim Dein  <jdein@deinji5.apple.com> (RIP)
4439         * lib/utils.exp (find): Fix double recursion bug.
4441 2002-02-25  Jackie Smith Cashion  <jsmith@redhat.com>
4443         * baseboards/am33_2.0-libremote.exp: New file.
4445 2000-11-21  Drew Moseley  <dmoseley@redhat.com>
4447         * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
4448         ASB2303 board.
4450 2000-08-10  Drew Moseley  <dmoseley@cygnus.com>
4452         * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
4453         ASB2303 board.
4455 2003-06-13  Phil Edwards <pme@devphil.com>
4457         * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
4458         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
4459         only -T[linker] instead of -Wl,-T[linker].
4461 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
4463         * lib/target.exp (prune_warnings): Add two more linker
4464         warning patterns for warnings generated by modern verions
4465         of NetBSD.
4467 2003-05-12  H.J. Lu <hongjiu.lu@intel.com>
4469         * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
4471 2003-05-09  H.J. Lu <hongjiu.lu@intel.com>
4473         * runtest: Fix a typo.
4475 2003-05-03  Nitin Dhavale <nitinpdhavale@indiatimes.com>
4477         * doc/user.sgml: Clarify how to set the verbose option.
4479 2003-03-28 Chris Demetriou <cgd@broadcom.com>
4481         * lib/framework.exp (check_conditional_xfail): Adjust so that
4482         an empty 'includes' list matches all sets of flags.
4483         * doc/dejagnu.texi: Document the above.
4484         * doc/ref.sgml: Likewise.
4486 2003-03-27  David Heine <dlheine@tensilica.com>
4488         * baseboards/xtensa-sim.exp: Fix a syntax error.
4490 2003-03-16  Rob Savoye  <rob@direwolf.welcomehome.org>
4492         * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
4493         than stomp on it. This is based on a patch from Brendan Conoboy
4494         <blc@redhat.com>.
4495         * Most files: Update copyright dates.
4497 2003-03-13  Mike Stump  <mrs@apple.com>
4499         * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
4500         help ensure uniqueness.
4502 2003-03-05  Alexandre Oliva  <aoliva@redhat.com>
4504         * lib/remote.exp (standard_download, standard_upload): Support
4505         nfsdir and nfsroot_server.
4507 See ChangeLog-1992 for earlier changes.