Address PR47386
[dejagnu.git] / ChangeLog
blobf6304cd2105f6e1f09f1241ddbbab221be0e9b65
1 2021-03-26  Jacob Bachmeyer  <jcb@gnu.org>
3         PR47386
5         * testsuite/launcher.all/help.exp: Skip the tests on Solaris,
6         since Solaris man(1) does not accept explicit filenames.  The
7         manpages will be installed as usual, and the "dejagnu help"
8         command should work after installation.
10         Also set PAGER for testing, since other systems might also ignore
11         MANPAGER and that would cause the test to hang.
13         * testsuite/lib/launcher.exp (dejagnu_run): Send commands run and
14         copies of the output produced to the log.
16         * commands/help.sh: Extend PR47382 fix (below) to this file.
18         PR47385
20         * testsuite/lib/runtest.exp: Remove support for automatically
21         locating an Expect executable in the old Cygnus tree layout.
23 2021-03-25  Jacob Bachmeyer  <jcb@gnu.org>
25         PR47382
27         * dejagnu, runtest: Remove use of "$()" command substitution and
28         "$(())" arithmetic substitution shell constructs.  The /bin/sh on
29         Solaris 10 does not support them.  They were replaced with the
30         traditional backticks for command substitution and backticks and
31         the expr command for arithmetic substitution.
33         Also add markers to explicitly disable shellcheck warnings that
34         would lead to reintroducing these problems.
36         Also avoid the non-portable "`..."..."...`" construct on a warning
37         in the GNU Autoconf manual, section "Shell Substitutions",
38         although this introduces additional variables.
40 2021-03-22  Jacob Bachmeyer  <jcb@gnu.org>
42         * configure: Regenerate.
44         * runtest.exp, configure.ac, doc/version.texi: Update version.
46         * config.guess, config.sub: Import from upstream.
48         * MAINTAINERS: Acknowledge that Ben Elliston has left the project.
50 2021-03-15  Jacob Bachmeyer  <jcb@gnu.org>
52         * Makefile.am, Makefile.in: Update accordingly.
54         * contrib/compare_tests: Remove.  This file lacked a GPL notice.
55         This file was imported from GCC many years ago.  The GCC version
56         has benefited from continued development, while ours has not.
58         * testsuite/runtest.libs/load_lib.exp: Remove.  This file lacked a
59         GPL notice and an attempt to contact the contributor produced no
60         response.  The tests in this file will need to be rewritten in any
61         case; there is a bug in load_lib that they should expose and there
62         is now additional infrastructure for tests of this type that was
63         not available when this file was written.
65 2020-12-27  Jacob Bachmeyer  <jcb@gnu.org>
67         * testsuite/runtest.libs/libs.exp (process_test): Report running
68         test scripts as each test script is run.
69         Also, at top-level, sort the list of tests to run.
71         * doc/dejagnu.texi (testsuite procedure): Remove noise word "api"
72         from new "testsuite can call api" feature test API entrypoint.
73         * lib/framework.exp (testsuite_can): Likewise.
74         * testsuite/runtest.libs/testsuite_can.test: Likewise.
75         * NEWS: Likewise.
77 2020-12-16  Jacob Bachmeyer  <jcb@gnu.org>
79         * configure: Regenerate.
81         * configure.ac: Remove Tcl version check.
83         Apply patch from Nick Clifton:
85         * baseboards/msp430-sim.exp: Add missing copyright and GPL notice.
87         Apply patch from Dimitar Dimitrov:
89         * baseboards/pru-sim.exp: New file.
91         * Makefile.am (baseboard_DATA): Add pru-sim.exp to list.
92         * Makefile.in (baseboard_DATA): Likewise.
94 2020-12-15  Jacob Bachmeyer  <jcb@gnu.org>
96         * configure: Regenerate.
97         * Makefile.in: Regenerate.
99         * Makefile.am (RUNTEST): Explain override of Automake default.
101         * configure.ac: Update for autoconf 2.69 using autoupdate.
102         * configure.ac: Remove search for expect now handled by Automake.
104         Apply patch from Dimitar Dimitrov:
106         * Makefile.am (dejagnu_TEXINFOS): Change this...
107         * Makefile.am (doc_dejagnu_TEXINFOS): ...to this.
109         This fixes an incorrectly recorded dependency.
111 2020-11-17  Jacob Bachmeyer  <jcb@gnu.org>
113         PR44636 / PR44693
115         * doc/dejagnu.texi (Adding a new tool): Fix incorrect description
116         that conflated the tool init file with the target interface file.
117         (Make Check): Add cross-reference to the GNU Automake manual for
118         more details.
120 2020-11-10  Jacob Bachmeyer  <jcb@gnu.org>
122         PR44545
124         * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
125         Use [file normalize] to ensure that link targets are unambiguous.
126         (link_dejagnu_launcher_test_item): Avoid spurious errors when test
127         environment has already been prepared in a previous run.
129         * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
130         New procedure to collect existing repeated testsuite code.
131         * testsuite/launcher.all/command.exp: Establish testing
132         environment using link_dejagnu_launcher_test_item procedure.
134 2020-11-09  Jacob Bachmeyer  <jcb@gnu.org>
136         * aclocal.m4: Regenerate.
137         * configure: Regenerate.
138         * Makefile.in: Regenerate.
140         * configure.ac: Revert development version branch tagging hook.
141         * Makefile.am: Likewise.
143         These caused failures (reported in PR44462 as a secondary issue)
144         when a source tree is copied out of a Git directory.
146 2020-08-31  Jacob Bachmeyer  <jcb@gnu.org>
148         * doc/runtest.1: Add brief GFDL notice.  License notice in the
149         formatted manpage should now describe DejaGnu as a whole.
151         * NEWS: Prepare for release.
153 2020-08-18  Jacob Bachmeyer  <jcb@gnu.org>
155         * testsuite/runtest.libs/testsuite_file.test: Add missing
156         copyright and GPL notice.
157         * testsuite/runtest.libs/testsuite_can.test: Likewise.
158         * testsuite/runtest.libs/testcase_group.test: Likewise.
160 2020-08-12  Jacob Bachmeyer  <jcb@gnu.org>
162         * doc/dejagnu.texi (The dejagnu_h header file): Remove node.
163         (Running unit tests): Add node.
164         (DejaGnu unit test protocol): Add node.
165         (C unit testing API): Update to reflect current API.  Move mention
166         of dejagnu.h header here in preparation for future expanded
167         language support.
168         (C++ unit testing API): Likewise.  Mention caveat that the C unit
169         test API is also available in C++ programs.
171 2020-08-10  Jacob Bachmeyer  <jcb@gnu.org>
173         * baseboards/qemu.exp: Tidy whitespace.
175 2020-08-10  Jacob Bachmeyer  <jcb@gnu.org>
177         Merge patch from Kito Cheng to add support for RISC-V sim target.
179         * baseboards/riscv-sim.exp: New file.
180         * Makefile.am (baseboard_DATA): Add riscv-sim.exp.
181         * Makefile.in (baseboard_DATA): Likewise.
183 2020-08-02  Jacob Bachmeyer  <jcb@gnu.org>
185         * Makefile.am (TESTSUITE_FILES): Add files that were introduced
186         during development but were mistakenly not added at that time.
187         (baseboard_DATA): Sort baseboard file list.
188         (baseboard_DATA): Add missing files.
189         (dejagnu_TEXINFOS): New; add GNU FDL file.
190         (CONTRIB): Add experimental Python unit test module.
192         * Makefile.in (TESTSUITE_FILES): Likewise.
193         (baseboard_DATA): Likewise.
195         * testsuite/dejagnu.py:  Move from here...
196         * contrib/dejagnu.py: ...to here.
198 2020-08-02  Rob Savoye  <rob@senecass.com>
200         * Makefile.in: Regenerate so make dist works.
202 2020-07-25  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
204         * doc/dejagnu.texi (Writing a test case): Mention the DejaGnu
205         procedure "perror" instead of the Tcl command "error".
206         (Writing a test case): Reorganize node and give basic hints about
207         Tcl quoting and backslash escape rules.
208         (Writing a test case): Describe synchronization issues and warn
209         that prefixes of valid input can be presented for matching.
210         (Writing a test case): Fix markup from conversion from DocBook.
212 2020-07-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
214         PR42399
216         * NEWS: Document changes to host_execute.
218         * lib/dejagnu.exp (host_execute): Revise expect matching to
219         combine all unit test protocol lines into one pattern.
220         (host_execute): Rework other expect patterns.
221         (host_execute): Ensure that all output from child process is read
222         until the child closes its output to avoid sending early SIGPIPE.
223         (host_execute): Report an ERROR (and cause the next test to be
224         recorded as UNRESOLVED) if the Expect matching buffer overflows.
225         (host_execute): Remove dependency on global "text" variable.
227         * Makefile.am (TESTSUITE_FILES): Update.
229         * testsuite/runtest.main/stats.exp: Generalize infrastructure and
230         add tests for DejaGnu unit testing support.
231         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
232         New file.
233         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk:
234         New file.
236 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
238         PR42399
240         * Makefile.am (TESTSUITE_FILES): Update.
242         * lib/dejagnu.exp (host_execute): Allow the executable to be
243         specified with an absolute file name.
244         (host_execute): Fix argument handling to allow passing more than
245         one argument to the executable.  Return early if given no
246         arguments at all instead of trying to execute "./".
248         * testsuite/runtest.main/pr42399.exp: New file.
249         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399.awk:
250         New file.
251         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
252         New file.
254 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
256         * Makefile.am (CLEANFILES): Update.
257         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
259         * testsuite/lib/runtest.exp (runtest_setup_nested_testsuite): New
260         procedure.
261         (runtest_cleanup_nested_testsuite): New procedure.
263         * testsuite/runtest.main/error.exp: Use the tool name "error" to
264         select the proper subset of the nested testsuite.  Use new
265         procedures for handling nested testsuite.  Use common
266         nested-init.exp local init file for nested testsuite.  Let local
267         init file nested-init.exp handle setting "outdir" variable.
268         * testsuite/runtest.main/options.exp: Likewise; "null" tool.
269         * testsuite/runtest.main/stats.exp: Likewise; "stat" tool.
271         * testsuite/runtest.main/nested/: Combine nested testsuites.
272         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
273         Move from here...
274         * testsuite/runtest.main/nested/testsuite/error.test/error-al-dbz.exp:
275         ...to here.
276         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
277         Move from here...
278         * testsuite/runtest.main/nested/testsuite/error.test/error-dbz.exp:
279         ...to here.
280         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
281         Move from here...
282         * testsuite/runtest.main/nested/testsuite/error.test/error-undef.exp:
283         ...to here.
284         * testsuite/runtest.main/error/testsuite/error.test/simple.exp:
285         Move from here...
286         * testsuite/runtest.main/nested/testsuite/error.test/simple.exp:
287         ...to here.
288         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
289         Move from here...
290         * testsuite/runtest.main/nested/testsuite/null.test/null.exp:
291         ...to here.
292         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
293         Move from here...
294         * testsuite/runtest.main/nested/testsuite/stat.test/stats-sub.exp:
295         ...to here.
297 2020-07-16  Rob Savoye  <rob@senecass.com>
299         * baseboards/qemu.exp: Works now with qemu instead of sim.
301 2020-07-06  Rob Savoye  <rob@senecass.com>
303         * baseboards/qemu.exp: Initial working support to use qemu for
304         bare metal testing.
305         * Makefile.am: Install qemu.exp.
306         * autogen.sh: Add script borrowed from my Gnash project to
307         regenerate configure/build files.
308         * aclocal.m4, configure.ac, Makefile.am: regenerated GDB too.
309         * doc/dejagnu.texi: Update copyright date.
311 2020-06-29  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
313         PR 41824 / PR 41918
315         * NEWS: Add item for repeated error messages.
317         * lib/framework.exp (log_and_exit): Add separator lines around the
318         error dumps repeated at the end of a run.
320 2020-06-26  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
322         PR 41824 / PR 41918
324         * NEWS: Remove items for --keep_going / --no_keep_going options.
326         * Makefile.am (CLEANFILES): Adjust for renames.
327         (TESTSUITE_FILES): Likewise.
329         * doc/dejagnu.texi (Invoking runtest): Remove --keep_going and
330         --no_keep_going options.
331         (A POSIX Conforming Test Framework): Document that Tcl errors in
332         test scripts produce UNRESOLVED results as placeholders.
334         * doc/runtest.1: Likewise.
336         * lib/framework.exp (log_and_exit): Print collected Tcl errors.
338         * runtest.exp (dejagnu::error): New internal namespace.
339         (runtest): Collect Tcl errors caught while executing test scripts.
340         (dejagnu::opt): Remove internal namespace.
341         Remove --keep_going / --no_keep_going options.  No longer abort on
342         any Tcl errors; instead store them and repeat the messages at the
343         end of the run.
345         * testsuite/runtest.main/abort.exp: Rename from this ...
346         * testsuite/runtest.main/error.exp: ... to this and revise tests.
348         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
349         Rename from this...
350         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
351         ... to this.
352         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp:
353         Rename from this...
354         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
355         ... to this.
356         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
357         Rename from this...
358         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
359         ... to this.
361 2020-06-24  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
363         PR 41824 / PR 41918
365         * NEWS: Revise relevant items.
367         * doc/dejagnu.texi (Invoking runtest): Add --no_keep_going option.
368         * doc/runtest.1: Document --no_keep_going option.  Remove
369         long-obsolete --name option.  The --name option had been removed
370         from runtest before the code was imported into what became the
371         current repository.
373         * runtest.exp: Add option --no_keep_going to stop immediately if a
374         test script aborts due to a Tcl error.  Remove vestiges of
375         long-obsolete --name option.  Make --keep_going option default.
377         * testsuite/runtest.main/abort.exp: Adjust tests to use
378         --no_keep_going and --keep_going instead of assuming a default.
380 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
382         Merge patches from Maciej W. Rozycki to fix timeout handling.
384         * lib/remote.exp (close_wait_program): Use `catch' in killing
385         pending force-kills.
387         * lib/remote.exp (close_wait_program): Only kill the pending
388         force-kills if the PID list has a single entry.
389         (local_exec): Set the channel about to be closed to the
390         nonblocking mode if we didn't see an EOF.
391         (standard_close): Likewise, unconditionally.
393 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
395         * NEWS: Mention "linker=" option and added language support.
397         * doc/dejagnu.texi (target_compile procedure): Document new
398         "linker=" option to target_compile.
400         * lib/target.exp (default_target_compile): Actually use internal
401         option for separate linker provided for Go language support.  This
402         seems to have been accidentally omitted from Tom Tromey's patches.
403         (default_target_compile): Add "linker=" option, similar to
404         "compiler=" option, but the former overrides the latter when
405         building an executable.
406         (default_target_compile): Ensure that "--emit obj" is spaced from
407         previous item when used to compile Rust.  Use "--emit asm" instead
408         of "-S" when generating assembly from Rust sources.
410         * testsuite/runtest.libs/target.test: Add tests for Go and Rust.
411         Also add tests for the new "early_flags=" and "linker=" options.
413 2020-06-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
415         * doc/dejagnu.texi (Libgloss): Update menu.
416         (find_go procedure, find_go_linker procedure): New nodes.
417         (find_rustc procedure): New node.
419 2020-06-19  Tom Tromey  <tromey@adacore.com>
421         * doc/dejagnu.texi (target_compile procedure): Document Go
422         additions.
423         * lib/target.exp (default_target_compile): Handle Go.
424         * lib/libgloss.exp (find_go, find_go_linker): New procs.
426 2020-06-19  Tom Tromey  <tromey@adacore.com>
428         * doc/dejagnu.texi (target_compile procedure): Document rust
429         additions.
430         * lib/target.exp (default_target_compile): Handle rust.
431         * lib/libgloss.exp (find_rustc): New proc.
433 2020-06-19  Tom Tromey  <tromey@adacore.com>
435         * lib/target.exp (default_target_compile): Add early_flags.
436         * doc/dejagnu.texi (target_compile procedure): Document
437         early_flags.
439 2020-06-19  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
441         Merge patches from Tom de Vries <tdevries <at> suse.de> and write
442         ChangeLog entries.
444         * testsuite/runtest.main/abort.exp: Add tests that verify handling
445         of arithmetic errors (divide-by-zero) in a procedure called within
446         a test script.
448         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp: New file.
450 2020-06-18  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
452         PR 41824 / PR 41918
454         Thanks to Tom de Vries for raising these concerns and offering the
455         initial testsuite patch that led to these changes.
457         * NEWS: Add item for consistent abort-on-error handling.
459         * lib/framework.exp (unknown): Always link global variables.  Tidy.
460         Silently propagate errors raised in autoloaded procedures and move
461         the UNRESOLVED result and aborting the test run to...
462         * runtest.exp (runtest): Report an UNRESOLVED result if a test
463         script aborts due to a Tcl error.  Link global errorCode and
464         report its value if an error occurs.  For consistency, abort the
465         test run on any Tcl error in a test script instead of only when
466         calling an undefined procedure.
468         * testsuite/runtest.main/abort.exp: Add tests to verify handling
469         of arithmetic errors (divide-by-zero) in an auto-loaded procedure
470         called from a test script.  Adjust other patterns.
472         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
473         New file.
475 2020-06-17  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
477         PR 41824
479         * NEWS: Add item for --keep_going option.
481         * Makefile.am (CLEANFILES): Add abort-init.exp to list.
482         (TESTSUITE_FILES): Add new testsuite files to list.
484         * doc/dejagnu.texi (Invoking runtest): Document new --keep_going
485         command line option.
486         * doc/runtest.1: Likewise.
488         * lib/framework.exp (unknown): Report an UNRESOLVED result if an
489         unknown command is invoked.  Avoid exiting and propagate the error
490         from Tcl's "unknown" procedure if --keep_going was
491         specified. Brace procedure argument list.
492         * runtest.exp (dejagnu::opt): New namespace.
493         Add option --keep_going to continue running tests after a test
494         script aborts due to calling an undefined command.
496         * testsuite/runtest.main/abort.exp: New file.
497         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
498         New file.
499         * testsuite/runtest.main/abort/testsuite/abort.test/simple.exp:
500         New file.
502 2020-06-17  Tom de Vries  <tdevries <at> suse.de>
504         * lib/framework.exp (unknown): Propagate return value of auto-loaded
505         command.
507 2020-06-15  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
509         Merge patches from Linaro:
511         2018-09-28  Christophe Lyon <christophe.lyon@linaro.org>
512         * lib/ssh.exp (ssh_exec): Redirect stderr to stdout on the remote
513         machine, to avoid race conditions.
515         2016-04-25  Yvan Roux <yvan.roux@linaro.org>
516         * lib/rsh.exp (rsh_exec): Don't remove trailing newline.
517         * lib/ssh.exp (ssh_exec): Likewise.
519         2016-06-28  Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
520         * config/unix.exp (unix_load): Prepend the value of an
521         "exec_shell" board_info key to the command if it is defined.
523 2020-06-06  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
525         * NEWS: Document "testcase" command.
527         * doc/dejagnu.texi (testcase procedure): Document multiplex entry
528         point and "testcase group" command.
530         * lib/framework.exp: Add internal namespace ::dejagnu::group.
531         (::dejagnu::group::check_name): New procedure.
532         (::dejagnu::group::current): New procedure.
533         (::dejagnu::group::push): New procedure.
534         (::dejagnu::group::pop): New procedure.
535         (::dejagnu::group::pop_to_file): New procedure.
536         (testcase): New procedure for multiplex commands.
537         (testcase_group): New procedure implementing "testcase group".
539         * testsuite/runtest.libs/testcase_group.test: New file.
541 2020-06-05  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
543         * NEWS: Document new "testsuite can call api" command.
545         * doc/dejagnu.texi (testsuite procedure): Document new subcommand
546         "testsuite can call api".
548         * lib/framework.exp (testsuite): Add branch for "testsuite can".
549         (testsuite_can): New procedure implementing "testsuite can".
551         Add internal array ::dejagnu::apilist to store information for
552         "testsuite can call api" for querying the availability of an API
553         call.  This will allow test scripts to adapt and use new features
554         while still being able to run under older versions of DejaGnu.
556         * testsuite/runtest.libs/testsuite_can.test: New file.
558 2020-06-02  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
560         PR 41647
561         * NEWS: Fix typo.  Fix Emacs mode tag.
562         Document use of Tcl namespace ::dejagnu for internals.
563         * runtest.exp (dejagnu::command_line): New namespace.
564         (dejagnu::command_line::save_cmd_var): New procedure.
565         (dejagnu::command_line::restore_cmd_vars): New procedure.
566         (dejagnu::command_line::dump_cmd_vars): New procedure.
567         * runtest.exp: Save internal variables set by command line
568         arguments during the first pass and restore their values after
569         loading testsuite init files.
571 2020-06-01  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
573         PR 41647
574         * runtest.exp: Describe search for testsuite at verbose level 3.
575         Print initial working directory at verbose level 1.
577 2020-05-28  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
579         PR 41587
580         * testsuite/lib/launcher.exp: Adjust LAUNCHER variable default
581         value to use an absolute file name.
582         * testsuite/lib/report-card.exp: Likewise.
583         * testsuite/runtest.main/options.exp: Set outdir in options-init
584         instead of changing working directory in child runtest.
586         * runtest.exp (logname): Move verbose display of logname to
587         immediately after finding the user's login name.
589         PR 41585
590         * runtest.exp (libdir): Fix default value of global variable.
592         * ChangeLog: Tidy irregular indentation.
594 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
596         * doc/dejagnu.texi (target_compile procedure): Add documentation.
598 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
600         * doc/dejagnu.texi (target_link procedure): New stub node.
601         (default_link procedure): Document internal procedure.
602         (default_target_assemble procedure): Likewise.
603         (default_target_compile procedure): Likewise.
605 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
607         * baseboards/{aarch64-sim, arm-ice, arm-sim, basic-sid, iq2000-sim,
608         mn10300-sim, moxie-sim}.exp: Cleanup up whitespace.
610 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
612         * lib/target.exp (default_target_compile): Use "host_info"
613         procedure to probe for a host configuration, instead of checking a
614         local empty target_info array due to lacking "global target_info".
616 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
618         * doc/dejagnu.texi (Adding a new board): Document that the
619         "compiler" board_info field is optional and defaults to [find_gcc]
620         if not given.
621         (Board configuration file): Likewise.
623         * lib/target.exp (default_target_compile): Establish a default C
624         compiler by evaluating [find_gcc] if no other compiler is given.
626         * baseboards/aarch64-sim.exp: Remove no-longer-needed
627         "set_board_info compiler [find_gcc]" from this file.
628         * baseboards/am33_2.0-libremote.exp: Likewise.
629         * baseboards/androideabi.exp: Likewise.
630         * baseboards/arm-ice.exp: Likewise.
631         * baseboards/arm-sim.exp: Likewise.
632         * baseboards/cris-sim.exp: Likewise.
633         * baseboards/d30v-sim.exp: Likewise.
634         * baseboards/fr30-sim.exp: Likewise.
635         * baseboards/frv-sim.exp: Likewise.
636         * baseboards/gdbserver-sample.exp: Likewise.
637         * baseboards/iq2000-sim.exp: Likewise.
638         * baseboards/linux-gdbserver.exp: Likewise.
639         * baseboards/linux-libremote.exp: Likewise.
640         * baseboards/mcore-moto-sim.exp: Likewise.
641         * baseboards/mcore-sim.exp: Likewise.
642         * baseboards/mips-sim-idt32.exp: Likewise.
643         * baseboards/mips-sim-idt64.exp: Likewise.
644         * baseboards/mips-sim-mti32.exp: Likewise.
645         * baseboards/mips-sim-mti64.exp: Likewise.
646         * baseboards/mips-sim-mti64_64.exp: Likewise.
647         * baseboards/mips-sim-mti64_n32.exp: Likewise.
648         * baseboards/mips-sim-sde32.exp: Likewise.
649         * baseboards/mips-sim-sde64.exp: Likewise.
650         * baseboards/mips-sim.exp: Likewise.
651         * baseboards/mmixware-sim.exp: Likewise.
652         * baseboards/mn10200-sim.exp: Likewise.
653         * baseboards/mn10300-sim.exp: Likewise.
654         * baseboards/moxie-sim.exp: Likewise.
655         * baseboards/msp430-sim.exp: Likewise.
656         * baseboards/powerpc-sim.exp: Likewise.
657         * baseboards/powerpcle-sim.exp: Likewise.
658         * baseboards/rx-sim.exp: Likewise.
659         * baseboards/sh-sim.exp: Likewise.
660         * baseboards/sparc-sim.exp: Likewise.
661         * baseboards/sparc64-sim.exp: Likewise.
662         * baseboards/sparclite-sim-le.exp: Likewise.
663         * baseboards/sparclite-sim.exp: Likewise.
664         * baseboards/unix.exp: Likewise.
665         * baseboards/v850-sim.exp: Likewise.
666         * baseboards/visium-sim.exp: Likewise.
667         * baseboards/xtensa-sim.exp: Likewise.
669 2020-05-24  Rob Savoye  <rob@senecass.com>
671         * baseboards/pi.exp: New config file for cross testing to a
672         Raspberry PI.
674 2020-05-24  Tom Tromey  <tom@tromey.com>
676         * .gitignore: Add files.
678 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
680         * testsuite/runtest.libs/target.test: Use mockutil.tcl.
681         Collect loading DejaGnu libraries into a single loop.
682         Revise the mock board_info array.
683         Add section headings for different test groups in this file.
684         Add tests for default_target_compile in lib/target.exp.
685         * testsuite/runtest.libs/mockutil.tcl: New file.
687 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
689         * doc/dejagnu.texi (remote_exec procedure): Explicitly list
690         optional arguments instead of simply copying the Tcl argument list
691         or the remote_exec procedure.
693 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
695         * testsuite/runtest.libs/default_procs.tcl: Set sum_file to empty
696         string instead of opening a temporary file named .tmp.
697         * testsuite/runtest.libs/libs.exp: No longer need to remove .tmp.
699 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
701         * testsuite/runtest.libs/target.test: Rename fake "target_info"
702         array to a fake "board_info" array, to align with changes made to
703         the DejaGnu core on 29 January 1997 that moved the target
704         configuration data into the global board_info array.
706         * testsuite/runtest.libs/remote.test: Likewise.
708 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
710         * testsuite/runtest.libs/libs.exp: Use runtest_file_p to honor
711         requests to run only some library tests.
713 2020-05-18  Rob Savoye  <rob@senecass.com>
715         * configure.ac: Extract the current branch.
716         * Makefile.am: Change the frame_version in runtest.exp post
717         install to add the branch and git revision to make it easier to
718         support multiple versions during development.
720 2020-05-15  Rob Savoye  <rob@senecass.com>
722         * All files: Minor change, update copyright dates.
724 2019-03-08  Andrew Burgess  <andrew.burgess@embecosm.com>
726         * runtest.exp (search_and_load_file): Join the directory and
727         filename once using 'file join'.
729 2019-01-24  Jacob Bachmeyer  <jcb62281@gmail.com>
731         * doc/dejagnu.texi: Refill paragraphs and normalize inter-sentence
732         spacing so the Emacs move-by-sentence commands work correctly.
734 2019-01-23  Ben Elliston  <bje@gnu.org>
736         * doc/dejagnu.texi: Replace "config file" with "configuration
737         file" throughout.
739 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
741         * doc/dejagnu.texi (Command line option variables): Improve table
742         formatting to fix overlapping columns and revise text slightly.
744 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
746         * doc/dejagnu.texi (Global config file): Change example to use the
747         Tcl "switch" command instead of the deprecated "case" command.
749 2019-01-12  Jacob Bachmeyer  <jcb62281@gmail.com>
751         * doc/dejagnu.texi (runtest_file_p procedure): Fix description of
752         the structure of the "runtests" argument.
754 2019-01-12  Ben Elliston  <bje@gnu.org>
756         * doc/dejagnu.texi: Various documentation fixes.
758 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
760         * testsuite/runtest.libs/clone_output.test: Use new test harness
761         for verifying output of clone_output.
763         * testsuite/runtest.libs/default_procs.tcl (send_error): Roll into
764         template using store_test_output.
765         (send_log): Likewise.
766         (send_user): Likewise.
767         (clear_test_output): New proc.
768         (store_test_output): New proc.
770         * lib/framework.exp (clone_output): Actually send errors to the
771         error stream; bug found while improving testsuite.
773 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
775         * testsuite/runtest.libs/libs.exp (process_test): Handle blank
776         lines from child process correctly.
778 2019-01-02  Jacob Bachmeyer  <jcb62281@gmail.com>
780         * NEWS: Document report card.
782         * Makefile.am (clean-local): Add target.
783         (clean-local-check): Add target; mark as PHONY.
784         (commands_DATA): Add "report-card" scripts.
785         (dist_man_MANS): Add dejagnu-report-card.1 and split.
786         (DEJATOOL): Add "report-card" tool.
787         (TESTSUITE_FILES): Add testsuite for "report-card" tool.
789         * commands/report-card.awk: New command script.
791         * doc/dejagnu.texi (Invoking dejagnu report card): New node.
792         * doc/dejagnu-report-card.1: New man page.
794         * testsuite/lib/bohman_ssd.exp: New file.
795         * testsuite/lib/report-card.exp: New file.
796         * testsuite/report-card.all/onetest.exp: New file.
797         * testsuite/report-card.all/passes.exp: New file.
799 2019-01-02  Ben Elliston  <bje@gnu.org>
801         * Makefile.am (DISTCLEANFILES): Don't use this.
802         (CLEANFILES): Use this instead.
803         * Makefile.in: Regenerate.
805 2019-01-01  Ben Elliston  <bje@gnu.org>
807         * configure.ac: Abort if AWK is not installed.
808         * configure: Regenerate.
810 2019-01-01  Ben Elliston  <bje@gnu.org>
812         * config.guess: Update to latest version.
813         * config.sub: Likewise.
815 2019-01-01  Ben Elliston  <bje@gnu.org>
817         * configure.ac: Add AC_PROG_AWK check.
818         * configure: Regenerate.
820 2018-12-29  Jacob Bachmeyer  <jcb62281@gmail.com>
822         * dejagnu: Avoid use of semicolon as sed(1) command separator.
823         POSIX does not clearly require sed(1) to support that feature.
825 2018-12-28  Jacob Bachmeyer  <jcb62281@gmail.com>
827         * testsuite/lib/util-defs.exp: Whitespace clean up.
829 2018-12-21  Jacob Bachmeyer  <jcb62281@gmail.com>
831         PR 33817
832         * dejagnu: Improve command parsing to fix bug. Previously, the
833         documented equivalence between "multi word command" and
834         "multi-word-command" did not hold if no arguments were given.
835         * testsuite/launcher.all/command.exp: Add tests.
837 2018-12-20  Ben Elliston  <bje@gnu.org>
839         * NEWS: Add item for new dejagnu command.
841         * Makefile.am (EXTRA_DIST): Remove $(XML).
842         * Makefile.in: Regenerate.
844 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
846         * Makefile.am (EXTRA_DIST): Add "dejagnu" launcher script and
847         contents of $(commands_DATA).
848         (bin_SCRIPTS): Add "dejagnu" launcher script.
849         (commandsdir): Installation directory for "dejagnu" subcommands is
850         $(pkgdatadir)/commands.
851         (commands_DATA): New, contains "commands/help.sh" as initial item.
852         (TESTSUITE_FILES): Add testsuite for same.
853         (DEJATOOL): Add "launcher" to list of tools to test.
854         (dist_man_MANS): Add man pages for "dejagnu" and "dejagnu help".
856         * doc/dejagnu.texi (Running other DejaGnu commands): New chapter.
857         (Invoking dejagnu): New node for dejagnu(1) launcher script.
858         (Invoking dejagnu help): New node.
860         * doc/dejagnu.1: New man page.
861         * doc/dejagnu-help.1: New man page.
863         * dejagnu: New script.
865         * commands/help.sh: New dejagnu subcommand for reading manpages.
867         * testsuite/launcher.all/command.exp: New file.
868         * testsuite/launcher.all/command/commands/bar-baz.awk: New file.
869         * testsuite/launcher.all/command/commands/bar.awk: New file.
870         * testsuite/launcher.all/command/commands/bar.sh: New file.
871         * testsuite/launcher.all/command/commands/baz-quux.gawk: New file.
872         * testsuite/launcher.all/command/commands/foo.sh: New file.
873         * testsuite/launcher.all/command/commands/foo.tcl: New file.
874         * testsuite/launcher.all/help.exp: New file.
875         * testsuite/launcher.all/interp.exp: New file.
876         * testsuite/launcher.all/verbose.exp: New file.
877         * testsuite/lib/launcher.exp: New file.
879 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
881         * doc/dejagnu.texi (bt procedure): Fix Info links.
883 2018-12-17  Ben Elliston  <bje@gnu.org>
885         * doc/dejagnu.texi (Board config file): Fix up @ref.
886         (Command line option variables): Likewise.
887         (Debugging Procedures): Add an entry for 'bt' command.
889 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
891         * runtest.exp: Move processing of -V|--version option to first
892         pass through command line arguments instead of delaying it.
894 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
896         * Makefile.am (RUNTESTDEFAULTFLAGS): Remove; no longer needed.
897         * Makefile.in: Regenerate.
899 2018-12-15  Ben Elliston  <bje@gnu.org>
901         * doc/dejagnu.texi (telnet Procedure): Remove old node.
902         (rlogin Procedure): Likewise.
903         (rsh Procedure): Likewise.
904         (tip Procedure): Likewise.
905         (kermit Procedure): Likewise.
906         (list_targets Procedure): Likewise.
907         (prune_system_crud): Likewise.
909 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
911         * testsuite/runtest.libs/default_procs.tcl (send_error): New stub.
912         (send_user): Likewise.
913         * testsuite/runtest.libs/clone_output.test: Remove unneeded global
914         variable link at top-level.
915         * testsuite/runtest.libs/utils.test: Adjust absolute path to
916         config.status.
917         * testsuite/runtest.libs/clone_output.test: Use preset srcdir,
918         subdir, and objdir variables instead of extracting them from argv.
919         Remove setval.tmp, which is now obsolete.
920         * testsuite/runtest.libs/config.test: Likewise.
921         * testsuite/runtest.libs/remote.test: Likewise.
922         * testsuite/runtest.libs/target.test: Likewise.
923         * testsuite/runtest.libs/testsuite_file.test: Likewise.
924         * testsuite/runtest.libs/utils.test: Likewise.
926         * testsuite/lib/libsup.exp (make_defaults_file): Replace this ..
927         (send_defaults): .. with this.
928         (start_expect): Remove redundant code.
930         * testsuite/runtest.libs/libs.exp: Eliminate setval.tmp file.
931         Remove unneeded test for EXPECT global variable.
932         Use one Expect subprocess to run all test cases.
933         (process_test): Redesign to use Expect subprocess and to use
934         throwaway slave interpreters for running test cases.
936 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
938         * testsuite/lib/runtest.exp (runtest_start): Remove.
939         Move the sanity check in runtest_start to top-level and similarly
940         check to ensure that $EXPECT can be found.  Make failure of either
941         sanity check an immediate fatal error.
942         Improve error messages for sanity checks to indicate which
943         critical tool was not found.  Remove useless 'global RUNTEST'
944         command at top-level.
945         (runtest_version): Brace 'if' expression.
947 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
949         * testsuite/lib/runtest.exp: Use 'testsuite file' to locate the
950         default runtest executable instead of implicitly searching PATH.
951         Remove unused RUNTESTFLAGS Tcl variable.
953 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
955         * testsuite/lib/runtest.exp (runtest_start): Remove unused global
956         variable links.
958 2018-12-14  Jacob Bachmeyer  <jcb62281@gmail.com>
960         * lib/framework.exp (log_summary): Remove "testcnt" mechanism.
961         * testsuite/lib/libsup.exp: Remove obsolete "testcnt" variable.
963 2018-12-12  Ben Elliston  <bje@gnu.org>
965         * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,
966         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/rlogin.exp,
967         lib/telnet.exp, runtest.exp, testsuite/lib/libsup.exp: Simplify
968         some regular expressions in constant strings by placing them
969         inside braces instead of quotes. This allows one level of
970         backslash quoting to be removed.
972 2018-12-12  Ben Elliston  <bje@gnu.org>
974         * doc/dejagnu.texi: Acknowledge contributions to the manual from
975         others.
977 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
979         * testsuite/runtest.all/libs.exp: Use "testsuite file" command.
980         * testsuite/runtest.all/load_lib.exp: Likewise.
981         * testsuite/runtest.all/stats.exp: Likewise.
983         * testsuite/runtest.all/stats.exp: Write local init file as
984         "stats-init.exp" for status summary tests.  Use --local_init
985         option to runtest to load that file instead of site.exp and move
986         the inner test module to a nested testsuite.
987         * testsuite/runtest.all/stats-sub.exp: Move file from here ..
988         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
989         .. to here.
991         * testsuite/runtest.all/options.exp: Clean up whitespace in file.
992         Wrap lines in test list and move short items to beginning of list.
993         Write local init file as "options-init.exp" for options tests.
994         Use --local_init option with nested runtest to load that file
995         instead of site.exp; also create an empty nested testsuite.  Local
996         init file arranges for inner runtest processes to run in a
997         subdirectory in the object tree to eliminate filename clashes.
998         Set tmpdir if not already set and remove entire temporary
999         directory after running options tests.
1000         * testsuite/runtest.all/options/testsuite/null.test/null.exp: New.
1002         * testsuite/runtest.all/clone_output.test: Move from here ..
1003         * testsuite/runtest.libs/clone_output.test: .. to here.
1004         * testsuite/runtest.all/config.test: Move from here ..
1005         * testsuite/runtest.libs/config.test: .. to here.
1006         * testsuite/runtest.all/default_procs.tcl: Move from here ..
1007         * testsuite/runtest.libs/default_procs.tcl: .. to here.
1008         * testsuite/runtest.all/libs.exp: Move from here ..
1009         * testsuite/runtest.libs/libs.exp: .. to here.
1010         * testsuite/runtest.all/load_lib.exp: Move from here ..
1011         * testsuite/runtest.libs/load_lib.exp: .. to here.
1012         * testsuite/runtest.all/remote.test: Move from here ..
1013         * testsuite/runtest.libs/remote.test: .. to here.
1014         * testsuite/runtest.all/target.test: Move from here ..
1015         * testsuite/runtest.libs/target.test: .. to here.
1016         * testsuite/runtest.all/testsuite_file.test: Move from here ..
1017         * testsuite/runtest.libs/testsuite_file.test: .. to here.
1018         * testsuite/runtest.all/topdir/subdir1/subfile1: Move from here ..
1019         * testsuite/runtest.libs/topdir/subdir1/subfile1: .. to here.
1020         * testsuite/runtest.all/topdir/subdir1/subfile2: Move from here ..
1021         * testsuite/runtest.libs/topdir/subdir1/subfile2: .. to here.
1022         * testsuite/runtest.all/topdir/subdir1/subsubdir1/subsubfile1:
1023         Move from here ..
1024         * testsuite/runtest.libs/topdir/subdir1/subsubdir1/subsubfile1:
1025         .. to here.
1026         * testsuite/runtest.all/topdir/subdir2/subfile2: Move from here ..
1027         * testsuite/runtest.libs/topdir/subdir2/subfile2: .. to here.
1028         * testsuite/runtest.all/utils.test: Move from here ..
1029         * testsuite/runtest.libs/utils.test: .. to here.
1030         * testsuite/runtest.libs/utils.test: Update references to
1031         "runtest.all".
1033         * testsuite/runtest.all/options.exp: Move from here ..
1034         * testsuite/runtest.main/options.exp: .. to here.
1035         * testsuite/runtest.all/options/testsuite/null.test/null.exp: Move
1036         from here ..
1037         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
1038         .. to here.
1039         * testsuite/runtest.all/stats.exp: Move from here ..
1040         * testsuite/runtest.main/stats.exp: .. to here.
1041         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
1042         Move from here ..
1043         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
1044         .. to here.
1046         * Makefile.am (DISTCLEANFILES): Update for testsuite improvements.
1047         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
1048         * Makefile.in: Regenerate.
1050 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1052         * doc/dejagnu.texi: Clean up whitespace.  Some indented examples
1053         were changed to use the Texinfo '@ ' command (yes, a space
1054         character) to preserve correct indentation.  The '@ ' command is
1055         treated as a single space by Tex and makeinfo, but prevents Emacs
1056         from complaining about indentation using spaces instead of tabs.
1058 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1060         * doc/dejagnu.texi (getdirs procedure): Document hard-coded
1061         directory exclusions by name in this procedure.
1063 2018-12-10  Ben Elliston  <bje@gnu.org>
1065         * doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl
1066         glob patterns, not "shell wildcard characters" per se.
1068         * doc/dejagnu.texi (istarget procedure): Remove stray @{.
1070 2018-12-10  Jacob Bachmeyer  <jcb62281@gmail.com>
1072         * doc/dejagnu.texi (Writing a test case): Add warning about
1073         priority of Expect patterns, complete with example.
1074         * testsuite/runtest.all/libs.exp (process_test): Fix bug that
1075         caused test results other than "PASS" to be skipped if a "PASS" is
1076         further along in the input buffer.  Describe problem in manual.
1077         (process_test): Ensure that the log file shows each test case run.
1078         (process_test): Directly run the test cases instead of using
1079         temporary files and "cat".  All output is always available in the
1080         log file, which is no longer overwritten by other tests.
1081         (process_test): Expect END markers from test case scripts.
1082         * testsuite/runtest.all/clone_output.test: Emit END markers.
1083         * testsuite/runtest.all/config.test: Likewise.
1084         * testsuite/runtest.all/remote.test: Likewise.
1085         * testsuite/runtest.all/target.test: Likewise.
1086         * testsuite/runtest.all/testsuite_file.test: Likewise.
1087         * testsuite/runtest.all/utils.test: Likewise.
1089 2018-12-10  Ben Elliston  <bje@gnu.org>
1091         * lib/utils.exp (grep): Use a proper Tcl list for options.
1093 2018-12-10  Ben Elliston  <bje@gnu.org>
1095         * testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir.
1097         * lib/utils.exp (getdirs): Use glob -nocomplain rather than glob
1098         and catching the "no files matched glob pattern" error
1099         message. Catching the error message was the wrong thing to do
1100         because the foreach loop then iterates over each word in the error
1101         message as if they were matches.
1103 2018-12-10  Ben Elliston  <bje@gnu.org>
1105         * testsuite/runtest.all/utils.test (getdirs): Add a test for the
1106         non-existent directory case.
1108 2018-12-10  Ben Elliston  <bje@gnu.org>
1110         * runtest.exp: Remove unnecessary quotes and braces around
1111         variable expansions.
1113         * lib/debugger.exp (dumpvars): Remove unnecessary braces.
1115 2018-12-09  Ben Elliston  <bje@gnu.org>
1117         * runtest.exp (setup_target_hook): Use 'ne' and not '!='.
1118         (iterate_target_variants_two): Likewise.
1119         * lib/remote.exp (standard_download): Use 'eq' not '=='.
1120         (remote_upload): Likewise.
1121         * lib/framework.exp (open_logs): Likewise.
1122         (is_remote): Likewise.
1124 2018-12-09  Ben Elliston  <bje@gnu.org>
1126         * baseboards/basic-sid.exp, baseboards/basic-sim.exp,
1127         baseboards/i386-sid.exp, baseboards/mt-sid.exp,
1128         baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp,
1129         config/gdb_stub.exp, config/sim.exp, config/unix.exp,
1130         config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp,
1131         lib/framework.exp, lib/kermit.exp, lib/libgloss.exp,
1132         lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp,
1133         lib/utils.exp, testsuite/lib/libsup.exp,
1134         testsuite/runtest.all/options.exp,: Remove unnecessary braces
1135         around variable expansions.
1137 2018-12-09  Ben Elliston  <bje@gnu.org>
1139         * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp,
1140         lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp,
1141         lib/target.exp, lib/tip.exp, lib/utils.exp, runtest.exp: Remove
1142         unnecessary quotes and braces around variable expansions.
1144 2018-12-09  Ben Elliston  <bje@gnu.org>
1146         * config/gdb-comm.exp: Remove unnecessary quotes.
1147         * config/gdb_stub.exp: Likewise.
1148         * config/vxworks.exp: Likewise.
1149         * config/unix.exp: Likewise.
1150         * config/sim.exp: Likewise.
1152 2018-12-09  Ben Elliston  <bje@gnu.org>
1154         * testsuite/lib/libsup.exp: Remove unnecessary quotes around
1155         variable expansions.
1156         * testsuite/lib/util-defs.exp: Likewise.
1158 2018-12-09  Ben Elliston  <bje@gnu.org>
1160         * baseboards/androideabi.exp: Remove unnecessary quotes and braces
1161         around variable expansions.
1162         * baseboards/basic-sid.exp: Likewise.
1163         * baseboards/cris-sim.exp: Likewise.
1164         * baseboards/generic-sim.exp: Likewise.
1165         * baseboards/mcore-moto-sim.exp: Likewise.
1166         * baseboards/multi-sim.exp: Likewise.
1168 2018-12-08  Ben Elliston  <bje@gnu.org>
1170         * NEWS: Tweak.
1172 2018-12-08  Ben Elliston  <bje@gnu.org>
1174         * lib/dejagnu.exp (host_execute): Remove unnecessary quotes around
1175         variable expansions.
1176         * testsuite/runtest.all/clone_output.test: Likewise.
1177         * testsuite/runtest.all/target.test: Likewise.
1178         * testsuite/runtest.all/stats.exp: Likewise.
1179         * testsuite/runtest.all/remote.test: Likewise.
1180         * testsuite/runtest.all/config.test: Likewise.
1181         * testsuite/runtest.all/default_procs.tcl: Likewise.
1182         * testsuite/runtest.all/libs.exp: Likewise.
1183         * testsuite/runtest.all/options.exp: Likewise.
1185 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1187         * NEWS: Document 'testsuite' command.
1188         * doc/dejagnu.texi (testsuite procedure): Document multiplex entry
1189         point and "testsuite file" command.
1190         * lib/framework.exp (testsuite): New proc for multiplex commands.
1191         (testsuite_file): New proc implementing "testsuite file".
1192         * testsuite/runtest.all/testsuite_file.test: New file.
1193         * runtest.exp: Expect to find testsuite in ${srcdir}/testsuite,
1194         but also search $srcdir itself.
1195         (load_lib): Add explicit search for testsuite-local libraries.
1196         (load_tool_init): Use $testsuitedir in search.
1197         (load_config): Use $testsuitedir instead of $srcdir.
1198         (load_tool_target_config): Likewise.
1200         Add variable "testsuitedir" for testsuite root directory.
1202         Add internal global variables "testbuilddir" and "testdir" for use
1203         by "testsuite file".
1205         Ensure that $testsuitedir, $testbuilddir, and $objdir also avoid
1206         duplicated path delimiters.
1208         Add warning if no tests are found and fallback method of searching
1209         $srcdir is used.
1211 2018-12-08  Ben Elliston  <bje@gnu.org>
1213         * testsuite/lib/libsup.exp (start_expect): Brace commands in if
1214         expressions.
1215         * testsuite/lib/util-defs.exp (util_test): Likewise.
1216         * testsuite/runtest.all/stats.exp: Likewise.
1217         * testsuite/runtest.all/libs.exp: Likewise.
1219 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1221         * testsuite/runtest.all/default_procs.tcl:
1222         (lib_errpat_test, lib_errregexp_test, lib_err_test): New.
1223         (lib_regexp_test): Fix copy-paste-edit error.
1224         (lib_pat_test, lib_regexp_test, lib_ret_test, lib_bool_test):
1225         Fix handling of errors raised by tested procedure.  Also ensure
1226         proper quoting of argument lists passed to eval and simplify
1227         the logic for producing return values.
1229 2018-12-08  Ben Elliston  <bje@gnu.org>
1231         * config/vxworks.exp (${board}_init): Use 'ne' instead of !=.
1233 2018-12-08  Ben Elliston  <bje@gnu.org>
1235         * lib/tip.exp (tip_open): Put braces around if expression.
1237 2018-12-08  Ben Elliston  <bje@gnu.org>
1239         * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp,
1240         lib/remote.exp, lib/framework.exp, lib/dg.exp, config/vxworks.exp,
1241         config/sim.exp, config/gdb_stub.exp, config/aarch64-fv8.exp,
1242         baseboards/vr4300-sim.exp, baseboards/vr4111-sim.exp,
1243         baseboards/vr4100-sim.exp, baseboards/sh-sid.exp,
1244         baseboards/mt-sid.exp, baseboards/mips-sim.exp,
1245         baseboards/mips-sim-idt64.exp, baseboards/mips-sim-idt32.exp,
1246         baseboards/i386-sid.exp, baseboards/arm-sim.exp,
1247         baseboards/arm-ice.exp, baseboards/androideabi.exp,
1248         testsuite/runtest.all/utils.test,
1249         testsuite/runtest.all/target.test: Replace string literal
1250         comparisons using == and != with 'eq' and 'ne'.
1252 2018-12-08  Ben Elliston  <bje@gnu.org>
1254         * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp,
1255         lib/rsh.exp, lib/rlogin.exp, lib/remote.exp, lib/libgloss.exp,
1256         lib/framework.exp, lib/dg.exp, lib/dejagnu.exp,
1257         config/vxworks.exp, config/unix.exp, config/sim.exp,
1258         config/gdb_stub.exp, config/gdb-comm.exp, config/adb.exp,
1259         baseboards/multi-sim.exp, baseboards/cris-sim.exp,
1260         baseboards/basic-sim.exp, baseboards/basic-sid.exp,
1261         baseboards/androideabi.exp, testsuite/runtest.all/load_lib.exp,
1262         testsuite/libdejagnu/tunit.exp: Replace empty string comparisons
1263         using == and != with 'eq' and 'ne'.
1265 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1267         * testsuite/runtest.all/default_procs.tcl (lib_bool_test): New.
1268         (lib_regexp_test): New.
1269         (lib_pat_test): Brace "if" conditions.
1270         (lib_pat_test): Remove spurious quotes in debugging output.
1271         (run_tests): Add support for comments in lists of procedure tests.
1273         * testsuite/runtest.all/config.test: Adjust to use run_tests
1274         procedure. Fixes issue cited in FIXME comment.
1276         * testsuite/runtest.all/utils.test (getdirs tests): Fix these.
1277         The old tests had the sense of the return value from lib_pat_test
1278         inverted and were failing but reported PASS.
1279         (find tests, relative_filename tests, runtest_file_p tests):
1280         Adjust to use run_tests procedure.
1282 2018-12-07  Ben Elliston  <bje@gnu.org>
1284         * doc/dejagnu.texi: Add more missing material.
1286 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1288         * testsuite/runtest.all/default_procs.tcl (lib_ret_test): Tidy.
1289         (run_tests): Replace implicit "eval" with explicit "eval".  Tidy.
1290         (verbose): Remove unnecessary quotes.
1292 2018-12-06  Ben Elliston  <bje@gnu.org>
1294         * doc/dejagnu.texi: Add more missing material.
1296 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1298         * testsuite/runtest.all/default_procs.tcl: Whitespace clean up.
1299         (lib_pat_test): Handle an argument list instead of only a single
1300         argument for the procedure under test.
1301         (lib_ret_test): Likewise.
1302         * testsuite/runtest.all/utils.test: Whitespace clean up.
1303         Adjust to pass argument lists for improved lib_pat_test.
1304         * testsuite/runtest.all/clone_output.test: Likewise.
1306 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1308         * lib/remote.exp (standard_load): Fix typo on empty string.
1309         * runtest.exp: Adjust expression to follow GNU conventions.
1310         * lib/utils.exp (diff): Fix mistake in replacing [string compare]
1311         with "eq" instead of "ne".
1312         * testsuite/runtest.all/config.test: Likewise.
1314 2018-12-06  Ben Elliston  <bje@gnu.org>
1316         * runtest.exp: Replace [string match] commands involving literal
1317         strings and variables known to not be Tcl glob patterns with eq
1318         and ne.
1319         * config/unix.exp: Likewise.
1320         * lib/debugger.exp: Likewise.
1321         * lib/dg.exp: Likewise.
1322         * lib/framework.exp: Likewise.
1323         * lib/remote.exp: Likewise.
1324         * lib/utils.exp: Likewise.
1325         * baseboards/androideabi.exp: Likewise.
1326         * baseboards/multi-sim.exp: Likewise.
1327         * testsuite/lib/util-defs.exp: Likewise.
1328         * testsuite/runtest.all/config.test: Likewise.
1330 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1332         * testsuite/runtest.all/utils.test: Add Tcl mode marker for Emacs.
1333         * testsuite/runtest.all/target.test: Likewise.
1334         * testsuite/runtest.all/remote.test: Likewise.
1335         * testsuite/runtest.all/config.test: Likewise.
1336         * testsuite/runtest.all/clone_output.test: Likewise.
1338 2018-12-06  Ben Elliston  <bje@gnu.org>
1340         * runtest.exp: Replace '==' with 'eq' for string compares.
1341         Likewise, replace '!=' with 'ne'. Replace a few instances of
1342         [string length $str] == 0 with $str eq "".
1343         * config/gdb-comm.exp: Likewise.
1344         * lib/dg.exp: Likewise.
1345         * lib/framework.exp: Likewise.
1346         * lib/libgloss.exp: Likewise.
1347         * lib/remote.exp: Likewise.
1348         * lib/target.exp: Likewise.
1349         * lib/utils.exp: Likewise.
1351 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1353         * runtest.exp: Replace archaic use of [string match] with "eq".
1355 2018-12-06  Ben Elliston  <bje@gnu.org>
1357         * doc/dejagnu.texi (compile Procedure): Remove old node.
1358         (archive Procedure): Likewise.
1359         (ranlib Procedure): Likewise.
1361 2018-12-06  Ben Elliston  <bje@gnu.org>
1363         * doc/dejagnu.texi (rsh procedure): Fix node connectivity.
1365 2018-12-06  Ben Elliston  <bje@gnu.org>
1367         * lib/telnet.exp (telnet_open): Remove connectmode global.
1368         * doc/dejagnu.texi (Procedures For Remote Communication): Remove
1369         mention of connectmode.
1371 2018-12-05  Ben Elliston  <bje@gnu.org>
1373         * doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete
1374         node.
1376 2018-12-05  Ben Elliston  <bje@gnu.org>
1378         * doc/dejagnu.texi: Add more missing material.
1380 2018-12-05  Ben Elliston  <bje@gnu.org>
1382         * testsuite/runtest.all/utils.test: Test runtest_file_p.
1384 2018-12-05  Jacob Bachmeyer  <jcb62281@gmail.com>
1386         * runtest.exp (load_config): Remove unused globals.
1387         (load_generic_config): Likewise.
1388         (load_board_description): Likewise.
1389         (load_base_board_description): Likewise.
1391 2018-12-05  Ben Elliston  <bje@gnu.org>
1393         * lib/utils.exp (grep): Handle -n.
1394         * doc/dejagnu.texi (grep procedure): Document it.
1395         * testsuite/runtest.all/utils.test: Add a test case.
1396         * NEWS: Add an item.
1398 2018-12-05  Ben Elliston  <bje@gnu.org>
1400         * testsuite/runtest.all/utils.test: Test diff.
1402 2018-12-04  Ben Elliston  <bje@gnu.org>
1404         * testsuite/runtest.all/utils.test: Test grep.
1406 2018-12-04  Ben Elliston  <bje@gnu.org>
1408         * testsuite/runtest.all/utils.test (which): Fail on the else path,
1409         don't pass in either case.
1411 2018-12-04  Ben Elliston  <bje@gnu.org>
1413         * doc/dejagnu.texi (Libgloss): Improve documentation.
1414         (Debugging Procedures): Likewise.
1416 2018-12-04  Ben Elliston  <bje@gnu.org>
1418         * lib/debugger.exp (dumprocs): Fix proc comment.
1420 2018-12-04  Ben Elliston  <bje@gnu.org>
1422         * doc/dejagnu.texi (Utility Procedures): Improve documentation for
1423         the procedures in this section.
1425 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1427         * NEWS: Document new relative_filename procedure and --local_init/
1428         --global_init command line options.
1430 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1432         * lib/utils.exp (relative_filename): New proc.
1433         * runtest.exp: Use it.
1434         * doc/dejagnu.texi (relative_filename procedure): Document it.
1435         * testsuite/runtest.all/utils.test: Add tests for relative_filename.
1437 2018-12-03  Ben Elliston  <bje@gnu.org>
1439         * dejagnu.h (TestState): Remove const char * variants of pass(),
1440         xpass(), fail(), xfail(), untested(), unresolved() for C++. A
1441         const char * will be implicitly converted to std::string.
1443 2018-12-03  Ben Elliston  <bje@gnu.org>
1445         * doc/dejagnu.texi: Move 'Built-in Procedures' node up a level,
1446         removing the 'Reference' node and chapter. Make all subsubsections
1447         in this chapter unnumbered subheadings.
1449 2018-12-03  Jacob Bachmeyer  <jcb62281@gmail.com>
1451         * doc/dejagnu.texi: Fix Info node links.  The arguments to @node
1452         are: here, next, previous, up; not here, previous, next, up.
1454 2018-12-03  Ben Elliston  <bje@gnu.org>
1456         * Makefile.am (EXTRA_DIST): Use $(TEXINFO_TEX), not a hardcoded
1457         doc/texinfo.tex. With thanks to Jacob Bachmeyer.
1458         * Makefile.in: Regenerate.
1460 2018-12-03  Ben Elliston  <bje@gnu.org>
1462         * Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex.
1463         (EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise
1464         prevents the distribution of the overridden texinfo.tex.
1465         * Makefile.in: Regenerate.
1466         * texinfo.tex: Move from here ..
1467         * doc/texinfo.tex: .. to here.
1469 2018-12-03  Ben Elliston  <bje@gnu.org>
1471         * lib/framework.exp (isremote): Add verbose message.
1473 2018-12-02  Ben Elliston  <bje@gnu.org>
1475         * lib/framework.exp (isremote): Pass $board to is_remote.
1477 2018-12-02  Ben Elliston  <bje@gnu.org>
1479         * doc/fdl.texi: New.
1480         * doc/dejagnu.texi (Variable Index): New.
1481         Add more concept index entries.
1482         (GNU Free Documentation License): New appendix.
1484 2018-12-02  Ben Elliston  <bje@gnu.org>
1486         * doc/dejagnu.texi (Procedure Index): New. Add Texinfo function
1487         index (@findex) entries for every built-in procedure.
1489 2018-12-02  Ben Elliston  <bje@gnu.org>
1491         * doc/dejagnu.texi: Start an index.
1493 2018-12-02  Ben Elliston  <bje@gnu.org>
1495         * doc/version.texi: New.
1497 2018-12-02  Ben Elliston  <bje@gnu.org>
1499         * doc/dejagnu.texi: Add title page and frontmatter. Include
1500         version.texi.
1501         * Makefile.in: Regenerate.
1502         * mdate-sh: Installed by automake --add-missing.
1504 2018-12-02  Ben Elliston  <bje@gnu.org>
1506         * doc/dejagnu.texi (diff procedure): Tidy up this node.
1508 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1510         * runtest.exp (hex): Remove useless test before setting.
1511         (decimal): Likewise.
1513 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1515         * doc/dejagnu.texi (Invoking runtest): Document new --local_init
1516         and --global_init command line options.
1517         * doc/runtest.1: Likewise.
1519         * runtest.exp: Remove useless tests before setting default values
1520         for variables: all_flag, binpath, debug, options, outdir, reboot,
1521         tracelevel, verbose, log_dialog.  They are set before loading any
1522         files or parsing the command line.
1524         * runtest.exp: Add options --local_init and --global_init for
1525         selecting alternate testsuite configuration files.
1527         * runtest.exp: Split variable "configfile" into "local_init_file"
1528         and "global_init_file" in preparation for adding command-line
1529         options to specify these independently.
1531         * runtest.exp (load_generic_config): Remove configfile global.
1532         (load_board_description): Likewise.
1533         (load_base_board_description): Likewise.
1535 2018-11-30  Ben Elliston  <bje@gnu.org>
1537         * lib/utils.exp (grep): Remove reference to "NULL" in comment.
1538         * testsuite/lib/util-defs.exp (util_start): Likewise.
1540 2018-11-30  Ben Elliston  <bje@gnu.org>
1542         * doc/dejagnu.texi: (verbose procedure): Improve documentation.
1543         (load_lib procedure): Likewise.
1545 2018-11-30  Ben Elliston  <bje@gnu.org>
1547         * doc/dejagnu.texi: More clean-ups of built-in proc documentation.
1549 2018-11-30  Ben Elliston  <bje@gnu.org>
1551         * runtest.exp: Use isremote.
1552         * lib/target.exp: Likewise.
1553         * lib/remote.exp: Likewise.
1554         * lib/libgloss.exp: Likewise.
1555         * config/unix.exp: Likewise.
1556         * config/sim.exp: Likewise.
1557         * config/gdb_stub.exp: Likewise.
1558         * config/gdb-comm.exp: Likewise.
1559         * baseboards/basic-sim.exp: Likewise.
1560         * baseboards/androideabi.exp: Likewise.
1562 2018-11-30  Ben Elliston  <bje@gnu.org>
1564         * lib/framework.exp (isremote): New.
1565         * doc/dejagnu.texi (isremote procedure): Document it.
1566         * NEWS: Mention isremote.
1568 2018-11-30  Ben Elliston  <bje@gnu.org>
1570         * texinfo.tex: Update to latest upstream version.
1571         * INSTALL: Likewise.
1573 2018-11-29  Ben Elliston  <bje@gnu.org>
1575         * lib/framework.exp (istarget, ishost, istarget): Set the argument
1576         default value to the empty string.
1577         * doc/dejagnu.texi (find procedure): Remove reference to "NULL".
1578         (getenv procedure): Re-word this node.
1579         (isbuild procedure): Update.
1580         (ishost procedure): Likewise.
1581         (istarget procedure): Likewise.
1582         * testsuite/runtest.all/config.test: Add test cases.
1584 2018-11-28  Ben Elliston  <bje@gnu.org>
1586         * config.guess: Update to latest version.
1587         * config.sub: Likewise.
1589 2018-11-28  Ben Elliston  <bje@gnu.org>
1591         * NEWS: Update.
1592         * configure.ac: Update version number.
1593         * configure: Regenerate.
1594         * doc/dejagnu.texi: Update version number.
1595         * runtest.exp: Update version number.
1597 2018-11-28  Ben Elliston  <bje@gnu.org>
1599         * Makefile.am (TESTSUITE_FILES): Update filenames.
1600         * Makefile.in: Regenerate.
1602 2018-11-28  Ben Elliston  <bje@gnu.org>
1604         * NEWS: Update.
1606         * doc/dejagnu.texi: Tidy up (fill) some paragraphs.
1608 2018-11-25  Jacob Bachmeyer  <jcb62281@gmail.com>
1610         * lib/framework.exp: Clean up whitespace.
1612 2018-11-25  Ben Elliston  <bje@gnu.org>
1614         * config/gdb-comm.exp: Clean up whitespace.
1615         * config/gdb_stub.exp: Likewise.
1616         * config/sid.exp: Likewise.
1617         * config/sim.exp: Likewise.
1618         * config/unix.exp: Likewise.
1620 2018-11-23  Ben Elliston  <bje@gnu.org>
1622         * doc/dejagnu.texi (getdirs procedure): Improve documentation
1623         including documenting the -all option.
1624         (find procedure): Fix a typo.
1625         * lib/utils.exp (getdirs): Improve comments.
1627 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1629         * runtest.exp: Ensure that multipass pass variables are always
1630         restored.  Previously, they were only restored if the "Go digging
1631         for tests" branch was taken near the end of runtest.exp.
1633 2018-11-22  Ben Elliston  <bje@gnu.org>
1635         * doc/dejagnu.texi (Customizing DejaGnu): Document error handling
1636         of the $DEJAGNU environment variable (see change below).
1638 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1640         * runtest.exp: Raise error if $DEJAGNU is defined but not found.
1642 2018-11-15  Jacob Bachmeyer  <jcb62281@gmail.com>
1644         * runtest.exp (load_tool_init): Search for tool init file instead
1645         of assuming exactly one location.
1647 2018-11-15  Ben Elliston  <bje@gnu.org>
1649         * runtest.exp (load_lib): Whitespace fix.
1651 2018-11-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1653         * lib/ssh.exp: Clean up whitespace.
1654         * lib/remote.exp: Clean up whitespace.
1655         (remote_expect): Change literal tab to "\t" in regexp.
1657 2018-11-05  Ben Elliston  <bje@gnu.org>
1659         * config.guess: Update to latest version.
1660         * config.sub: Likewise.
1662 2018-11-02  Ben Elliston  <bje@gnu.org>
1664         * Makefile.in: Regenerate.
1666 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1668         * Makefile.am (DEJATOOL): List tools in testsuite.
1669         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1670         * testsuite/config/default.exp: Rename from this ...
1671         * testsuite/lib/runtest.exp: ... to this.
1672         (runtest_exit): Remove spurious "close". This was causing per-tool
1673         testing to fail, since the testsuite for "runtest" never actually
1674         uses "spawn", so "close" ends up closing exp0, which is the
1675         terminal.  The ${tool}_exit proc is not called if the --tool
1676         option is not given, so this had no effect earlier.
1677         * testsuite/lib/libdejagnu.exp: New empty file.
1679 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1681         * runtest.exp (load_tool_init): Add message indicating the
1682         expected location of the tool init file.
1684 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1686         * contrib/sum2junit.sh (failures): Fix typo.
1688 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1690         * configure.ac (DEJAGNU): Add comments.
1692 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1694         * Makefile.am (DEJATOOL): List tools in testsuite.
1695         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1696         * testsuite/config/default.exp: Rename from this ...
1697         * testsuite/lib/runtest.exp: ... to this.
1698         (runtest_exit): Remove spurious "close".  This was causing
1699         per-tool testing to fail, since the testsuite for "runtest" never
1700         actually uses "spawn", so "close" ends up closing exp0, which is
1701         the terminal.  The ${tool}_exit proc is not called if the --tool
1702         option is not given, so this had no effect earlier.
1703         * testsuite/lib/libdejagnu.exp: New empty file.
1705 2018-10-30  Ben Elliston  <bje@gnu.org>
1707         * Makefile.am (DISTCLEANFILES): Add testrun.xml.
1708         * Makefile.in: Regenerate with Automake 1.15.1.
1709         * aclocal.m4: Likewise.
1711 2018-10-30  Ben Elliston  <bje@gnu.org>
1713         * configure.ac (AC_CONFIG_SUBDIRS): Remove.
1714         * configure: Regenerate.
1716 2018-10-29  Ben Elliston  <bje@gnu.org>
1718         * README (Documentation): Update.
1720 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1722         * lib/framework.exp (record_test): Really fix message formatting.
1724 2018-10-29  Ben Elliston  <bje@gnu.org>
1726         Reported by Jacob Bachmeyer.
1727         * testsuite/runtest.all/utils.test: Fix missing end quote.
1729 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1731         * lib/framework.exp (record_test): Fix message formatting.
1733 2018-07-20  Ben Elliston  <bje@gnu.org>
1735         * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings.
1736         * contrib/mysql/sum2xml.sh: Likewise.
1738 2018-07-20  Ben Elliston  <bje@gnu.org>
1740         * contrib/compare_tests: Eliminate Shellcheck warnings.
1741         * contrib/mysql/sum2xml.sh: Likewise.
1743 2018-07-20  Ben Elliston  <bje@gnu.org>
1745         * compile, depcomp, install-sh: Latest upstream versions.
1747 2018-07-20  Ben Elliston  <bje@gnu.org>
1749         * contrib/sum2junit.sh: Eliminate some Shellcheck warnings.
1751 2018-07-19  Ben Elliston  <bje@gnu.org>
1753         * runtest: Use POSIX 'command', not 'type', to look for the Expect
1754         binary. Silences Shellcheck warning SC2039 ("In POSIX sh, 'type'
1755         is undefined").
1757 2018-07-19  Ben Elliston  <bje@gnu.org>
1759         * config.guess: Update to latest version.
1760         * config.sub: Likewise.
1762 2018-07-06  Richard Biener  <rguenther@suse.de>
1764         * lib/remote.exp (close_wait_program): Use separate kill command
1765         for each pid.
1767 2017-10-16  Ben Elliston  <bje@gnu.org>
1769         * NEWS: Start a new section for the next release.
1770         * configure.ac (AC_INIT): Update version number.
1771         * configure: Regenerate.
1772         * runtest.exp (frame_version): Update version number.
1773         * doc/dejagnu.texi: Likewise.
1774         * doc/runtest.1: Update datestamp.
1776 2017-10-16  Ben Elliston  <bje@gnu.org>
1778         * config.guess: Update to version 2017-09-26.
1779         * config.sub: Likewise.
1781 2017-09-13  Ben Elliston  <bje@gnu.org>
1783         * lib/framework.exp (open_logs): Set XML version to 1.1.
1784         (xml_tag): Skip valid whitespace chars (0x9, 0xA, 0xD). Include
1785         missing 'x' in escape sequence.
1787 2017-08-29  Ben Elliston  <bje@gnu.org>
1789         Revert these changes:
1791         2016-04-25  Ben Elliston  <bje@gnu.org>
1793         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1795         2016-04-24  Ben Elliston  <bje@gnu.org>
1797         * lib/utils.exp (unsetenv): Remove proc.
1798         * doc/dejagnu.texi: Update documentation.
1799         * NEWS: Update.
1801 2017-08-19  Ben Elliston  <bje@gnu.org>
1803         * lib/framework.exp (xml_tag): Escape all of the non-printable
1804         control characters (ASCII codes 1 to 31 inclusive).
1806 2017-08-18  Tom Tromey  <tom@tromey.com>
1808         * runtest.exp: Fix --directory matching.
1810 2017-08-15  Ben Elliston  <bje@gnu.org>
1812         * lib/framework.exp (xml_tag): New proc.
1813         (log_summary): Use it.
1814         (record_test): Likewise.
1816 2017-08-15  Ben Elliston  <bje@gnu.org>
1818         * lib/framework.exp (open_logs): Set .xml filename correctly.
1819         * runtest.exp: Remove xml_file_name var.
1820         (usage): Update --xml option to not take an argument.
1821         (load_tool_init): Likewise.
1822         * doc/dejagnu.texi (Invoking runtest): Update documentation.
1823         * doc/runtest.1: Likewise.
1825 2017-08-01  Ben Elliston  <bje@gnu.org>
1827         * runtest.exp (usage): Improve --strace message.
1829 2017-08-01  Ben Elliston  <bje@gnu.org>
1831         * runtest.exp (usage): --reboot doesn't take a 'name' parameter.
1833 2017-06-04  Ben Elliston  <bje@gnu.org>
1835         * lib/target.exp (push_target): Remove unnecessary global command.
1836         * testsuite/runtest.all/target.test: Overhaul tests.
1838 2017-06-04  Ben Elliston  <bje@gnu.org>
1840         * testsuite/runtest.all/remote.test: Remove cruft from yesteryear.
1842 2017-06-04  Tom de Vries  <tom@codesourcery.com>
1844         * testsuite/runtest.all/target.test: Remove list_targets test.
1846 2017-06-04  Tom de Vries  <tom@codesourcery.com>
1848         * testsuite/runtest.all/libs.exp (process_test): Dump entire
1849         output when there's no reportable output.
1850         * testsuite/runtest.all/remote.test (load_lib): New proc.
1851         * testsuite/runtest.all/target.test (load_lib): Same.
1853 2017-03-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1855         * lib/remote.exp (remote_download): Add logging message when
1856         source and destination file differ in name.
1858 2016-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1860         * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
1862 2016-06-28  Ben Elliston  <bje@gnu.org>
1864         * aclocal.m4, Makefile.in: Regenerate with automake 1.15.
1865         * configure: Regenerate.
1867 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1869         * configure.ac, dejagnu.h, runtest, runtest.exp,
1870         baseboards/am33_2.0-libremote.exp, baseboards/androideabi.exp,
1871         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
1872         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
1873         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
1874         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
1875         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
1876         baseboards/i386-sid.exp, baseboards/iq2000-sim.exp,
1877         baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp,
1878         baseboards/linux-libremote.exp, baseboards/m68k-sid.exp,
1879         baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp,
1880         baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp,
1881         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp,
1882         baseboards/mips-sim-mti32.exp, baseboards/mips-sim-mti64.exp,
1883         baseboards/mips-sim-mti64_64.exp,
1884         baseboards/mips-sim-mti64_n32.exp, baseboards/mips-sim-sde32.exp,
1885         baseboards/mips-sim-sde64.exp, baseboards/mips-sim.exp,
1886         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
1887         baseboards/mn10300-sim.exp, baseboards/moxie-sim.exp,
1888         baseboards/mt-sid.exp, baseboards/multi-sim.exp,
1889         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
1890         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
1891         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
1892         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
1893         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
1894         baseboards/unix.exp, baseboards/v850-sim.exp,
1895         baseboards/visium-sim.exp, baseboards/vr4100-sim.exp,
1896         baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp,
1897         baseboards/xtensa-sim.exp, lib/debugger.exp, lib/dejagnu.exp,
1898         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/remote.exp,
1899         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
1900         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
1901         testsuite/config/default.exp, testsuite/lib/libsup.exp,
1902         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
1903         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
1904         testsuite/runtest.all/stats-sub.exp,
1905         testsuite/runtest.all/stats.exp, config/adb.exp,
1906         config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp,
1907         config/sid.exp, config/sim.exp, config/unix.exp,
1908         config/vxworks.exp: Update copyright date for 2016.
1910 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1912         * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp,
1913         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
1914         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
1915         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
1916         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
1917         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
1918         baseboards/generic-sim.exp, baseboards/i386-sid.exp,
1919         baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp,
1920         baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp,
1921         baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp,
1922         baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp,
1923         baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp,
1924         baseboards/mips-sim-idt64.exp, baseboards/mips-sim.exp,
1925         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
1926         baseboards/mn10300-sim.exp, baseboards/mt-sid.exp,
1927         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
1928         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
1929         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
1930         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
1931         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
1932         baseboards/unix.exp, baseboards/v850-sim.exp,
1933         baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp,
1934         baseboards/vr4300-sim.exp, baseboards/xtensa-sim.exp,
1935         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
1936         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
1937         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
1938         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
1939         testsuite/config/default.exp, testsuite/lib/libsup.exp,
1940         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
1941         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
1942         testsuite/runtest.all/options.exp,
1943         testsuite/runtest.all/stats-sub.exp,
1944         testsuite/runtest.all/stats.exp, config/default.exp,
1945         config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp,
1946         config/sim.exp, config/unix.exp, config/vxworks.exp, configure.ac,
1947         dejagnu.h, runtest, runtest.exp: Use condensed years in copyright
1948         statement.
1950 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1952         * doc/runtest.1: Use condensed years in copyright statement.
1954 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1956         * runtest: Quote paths. Use test -z, -n for clarity.
1958 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1960         * config/adb.exp (adb_exec) Improve verbose message.
1962 2016-06-03  Jim Wilson  <jim.wilson@linaro.org>
1964         * baseboards/aarch64-sim.exp: New file.
1965         * Makefile.am (baseboard_DATA): Add aarch64-sim.exp.
1966         * Makefile.in: Regenerate.
1967         * lib/libgloss.exp (libgloss_link_flags): Map aarch64* to aarch64.
1969 2016-04-26  Ben Elliston  <bje@gnu.org>
1971         * doc/dejagnu.texi: Fill more paragraphs.
1973 2016-04-25  Ben Elliston  <bje@gnu.org>
1975         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1977 2016-04-24  Ben Elliston  <bje@gnu.org>
1979         * lib/utils.exp (unsetenv): Remove proc.
1980         * doc/dejagnu.texi: Update documentation.
1981         * NEWS: Update.
1983 2016-04-19  Nick Clifton  <nickc@redhat.com>
1985         * baseboards/msp430-sim.exp: New file.
1986         * Makefile.am (baseboard_DATA): Add msp430-sim.exp.
1987         * Makefile.in: Regenerate.
1989 2016-04-18  Ben Elliston  <bje@gnu.org>
1991         * runtest: Remove quoting in final exec command.
1993 2016-04-17  Ben Elliston  <bje@gnu.org>
1995         * lib/remote.exp: Load ssh.exp lib.
1997 2016-04-17  Ben Elliston  <bje@gnu.org>
1999         * lib/rsh.exp (rsh_open): Fix description comment.
2001 2016-04-17  Ben Elliston  <bje@gnu.org>
2003         Reported by shellcheck.
2004         * runtest: Use $((..)) not `expr ..` and defensively double quote
2005         shell variables.
2007 2016-04-17  Ben Elliston  <bje@gnu.org>
2009         * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.
2010         * Makefile.in: Regenerate.
2012 2016-04-17  Ben Elliston  <bje@gnu.org>
2014         Reported by shellcheck.
2015         * runtest: Use $((..)) not `expr ..`.
2017 2016-04-17  Ben Elliston  <bje@gnu.org>
2019         * configure.ac (AC_INIT): Update version number.
2020         * configure: Regenerate.
2021         * runtest.exp (frame_version): Update version number.
2022         * doc/dejagnu.texi: Likewise.
2024 2016-04-17  Ben Elliston  <bje@gnu.org>
2026         * NEWS: Start a new section for the next release.
2028 2016-04-15  Ben Elliston  <bje@gnu.org>
2030         * Makefile.am (CONTRIB): Add new contrib scripts.
2031         * Makefile.in: Regenrate.
2033 2016-04-15  Ben Elliston  <bje@gnu.org>
2035         * lib/ssh.exp (ssh_exec): Handle regexp return status.
2037 2016-04-13  Ben Elliston  <bje@gnu.org>
2039         * lib/rsh.exp (rsh_exec): Improve verbose message.
2040         * lib/ssh.exp (ssh_exec): Likewise.
2041         * config/adb.exp: Likewise.
2043 2016-04-13  Ben Elliston  <bje@gnu.org>
2045         * runtest.exp: Improve --version (-v) output.
2046         * testsuite/runtest.all/options.exp: Update test case.
2048 2016-04-13  Christophe Lyon  <christophe.lyon@linaro.org>
2050         * lib/rsh.exp (rsh_exec): Handle regexp return status.
2052 2016-04-08  Ben Elliston  <bje@gnu.org>
2054         Reported by Faraz Shahbazker.
2055         * doc/dejagnu.texi (Global config file): Fix broken @node.
2056         (Local config file): Likewise.
2058 2016-04-07  Ben Elliston  <bje@gnu.org>
2060         * lib/remote.exp (remote_exec): Join cd $remotedir and $program on
2061         the command line with ';' and not &&.
2063 2016-04-07  Ben Elliston  <bje@gnu.org>
2065         Reported by Faraz Shahbazker.
2066         * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node.
2068 2016-04-06  Yvan Roux  <yvan.roux@linaro.org>
2070         * lib/remote.exp (remnote_download): Create a remote directory if
2071         needed and use it.
2072         (remote_exec): Execute program inside remotedir when it exists.
2073         (standard_load): Set remotedir board field if not present.
2074         * config/unix.exp (unix_load): Handle remotedir in board field.
2075         (remotedir): Set board info field.
2076         * doc/dejagnu.texi (Board File Values): Document remotedir.
2078 2016-04-06  Ben Elliston  <bje@gnu.org>
2080         * doc/dejagnu.texi (Global config file): Put before node 'Local
2081         config file'.
2083 2016-04-05  Ben Elliston  <bje@gnu.org>
2085         * runtest.exp: Remove defunct and undocumented --tool_root option.
2087 2016-04-04  Ben Elliston  <bje@gnu.org>
2089         * doc/dejagnu.texi: More overhauling.
2091 2016-04-04  Ben Elliston  <bje@gnu.org>
2093         * lib/targetdb.exp (set_board_info): Improve comment.
2094         (add_board_info): Likewise.
2096 2016-04-04  Ben Elliston  <bje@gnu.org>
2098         * NEWS: Add some more detail.
2100 2016-04-04  Ben Elliston  <bje@gnu.org>
2102         * site.tmpl: Delete.
2103         * Makefile.am (EXTRA_DIST): Remove site.tmpl.
2104         * Makefile.in: Regenerate.
2106 2016-04-03  Ben Elliston  <bje@gnu.org>
2108         * doc/dejagnu.texi: More overhauling.
2110 2016-04-03  Ben Elliston  <bje@gnu.org>
2112         * runtest.exp: Document the magical handling of -D[01].
2114 2016-04-03  Ben Elliston  <bje@gnu.org>
2116         * doc/runtest.1: Do not document obsolete --status option. It is
2117         still accepted for compatibility, but does nothing.
2119 2016-04-03  Ben Elliston  <bje@gnu.org>
2121         * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
2123 2016-04-03  Ben Elliston  <bje@gnu.org>
2125         * doc/runtest.1 (OPTIONS): Sort options.
2127 2016-04-03  Ben Elliston  <bje@gnu.org>
2129         * doc/dejagnu.texi: More overhauling.
2131 2016-04-02  Ben Elliston  <bje@gnu.org>
2133         * doc/dejagnu.texi: Fill paragraphs.
2135 2016-04-02  Ben Elliston  <bje@gnu.org>
2137         * doc/dejagnu.texi: Fix capitalisation of procedure names
2138         throughout.  Use Tcl syntax in procedure prototypes, not C syntax.
2140 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
2142         * contrib/mysql/create-db.sql: New file.
2143         * contrib/mysql/importxml.sh: Likewise.
2144         * contrib/mysql/make-datafile.sh: Likewise.
2145         * contrib/mysql/plot.sh: Likewise.
2146         * contrib/mysql/README: Likewise.
2147         * contrib/mysql/sum2xml.sh: Likewise.
2149 2016-04-02  Ben Elliston  <bje@gnu.org>
2151         * config.guess: Update to version 2016-04-02.
2152         * config.sub: Update to version 2016-03-30.
2154 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
2156         * contrib/sum2junit.sh: New.
2158 2016-04-01  Ben Elliston  <bje@gnu.org>
2160         * doc/dejagnu.texi (connprocs): Document new SSH procs.
2162 2016-03-31  Rob Savoye  <rob.savoye@linaro.org>
2164         * lib/ssh.exp: New.
2165         * NEWS: Update.
2167 2016-03-30  Ben Elliston  <bje@gnu.org>
2169         * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,
2170         lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp,
2171         runtest.exp: Fix spelling errors in comments.
2173 2016-03-30  Ben Elliston  <bje@gnu.org>
2175         * lib/remote.exp (remote_expect): Use perror not send_user.
2177 2016-03-29  Ben Elliston  <bje@gnu.org>
2179         * lib/remote.exp (remote_expect): Fix spelling error.
2181 2016-03-29  Rob Savoye  <rob.savoye@linaro.org>
2183         * runtest.exp: Only print "searching for <test name>" message at
2184         verbose level >= 2 -- too much noise.
2186 2016-03-29  Ben Elliston  <bje@gnu.org>
2188         * texinfo.tex: Update to latest master version.
2189         * INSTALL: Likewise.
2191 2016-03-29  Ben Elliston  <bje@gnu.org>
2193         * runtest.exp: More fixes identified by the Frink static analyser.
2194         * lib/dg.exp: Likewise.
2195         * config/adb.exp: Likewise.
2196         * config/vxworks.exp: Likewise.
2197         * baseboards/androideabi.exp: Likewise.
2198         * baseboards/basic-sid.exp: Likewise.
2199         * baseboards/multi-sim.exp: Likewise.
2201 2016-03-28  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2203         * dg.exp (dg-do): Do not change the previously selected action if
2204         a de-selected dg-do is encountered.
2206 2016-03-28  Ben Elliston  <bje@gnu.org>
2208         * lib/framework.exp (check_xml): Remove unused proc.
2210 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2212         * lib/dmucs.exp: New.
2214 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2216         * lib/libgloss.exp (find_g++): Look for xgcc++ to use the freshly
2217         built compiler, then look in the path.
2219 2016-03-28  Ben Elliston  <bje@gnu.org>
2221         * lib/utils.exp (which): Don't exclude symbolic links--Debian's
2222         /bin/which doesn't. Modern systems rely too heavily on symbolic
2223         links (eg. alternatives).
2225 2016-03-28  Ben Elliston  <bje@gnu.org>
2227         * baseboards/multi-sim.exp: Indent properly.
2229 2016-03-28  Ben Elliston  <bje@gnu.org>
2231         * lib/rlogin.exp (rlogin_open): Return -1 if unable to spawn
2232         rlogin. Identified by Frink.
2234 2016-03-28  Ben Elliston  <bje@gnu.org>
2236         * runtest.exp: Use 'array exists' for testing array existence
2237         rather than 'info exists'.
2239 2016-03-28  Ben Elliston  <bje@gnu.org>
2241         * runtest.exp: Fixes identified by the Frink static analyser:
2242           (1) use -- in switch commands for safety,
2243           (2) remove unreachable return commands after error commands,
2244           (3) replace abbreviated "info proc" with "info procs",
2245           (4) use -- in unset commands for safety where the variable name
2246               is itself a variable.
2247         * lib/dg.exp: Likewise.
2248         * lib/debugger.exp: Likewise.
2249         * lib/framework.exp: Likewise.
2250         * lib/remote.exp: Likewise.
2251         * lib/target.exp: Likewise.
2252         * lib/targetdb.exp: Likewise.
2253         * lib/telnet.exp: Likewise.
2254         * lib/utils.exp: Likewise.
2256 2016-03-28  Ben Elliston  <bje@gnu.org>
2258         * Makefile.am: Remove references to Docbook and friends.
2259         * configure.ac: Likewise.
2260         * Makefile.in: Regenerate.
2261         * configure: Regenerate.
2262         * doc/dejagnu.xml: Remove.
2263         * doc/legal.xml: Likewise.
2264         * doc/ref.xml: Likewise.
2265         * doc/user.xml: Likewise.
2267 2016-03-28  Ben Elliston  <bje@gnu.org>
2269         * lib/framework.exp (exp_continue): Remove old compatibility
2270         wrapper. Expect deprecated 'continue -expect' in August 1997.
2272 2016-03-28  Ben Elliston  <bje@gnu.org>
2274         * NEWS: Update.
2276 2016-03-28  Ben Elliston  <bje@gnu.org>
2278         * lib/utils.exp (which): Reimplement to more closely mimic the
2279         behaviour of the UNIX which utility.
2280         * testsuite/runtest.all/utils.test: Test proc which.
2282 2016-03-27  Ben Elliston  <bje@gnu.org>
2284         * lib/remote.exp (standard_wait): Append any trailing characters
2285         to $output that may be still in $expect_out(buffer) when eof is
2286         matched. Remove arbitrary limitation in the ".+" matching case,
2287         similar to the change to local_exec on 2016-02-17.
2289 2016-03-23  Ben Elliston  <bje@gnu.org>
2291         * Makefile.am (baseboard_DATA): Remove cygwin.exp, mcore-elf.exp,
2292         mcore-pe.exp, vx4300.exp, vx68k.exp, vx960.exp, vxsparc.exp.
2293         * Makefile.in: Regenerate.
2294         * baseboards/cygwin.exp, baseboards/mcore-elf.exp,
2295         baseboards/mcore-pe.exp, baseboards/vx4300.exp,
2296         baseboards/vx68k.exp, baseboards/vx960.exp,
2297         baseboards/vxsparc.exp: Remove.
2299 2016-03-23  Ben Elliston  <bje@gnu.org>
2301         * baseboards/README: Remove mention of devo.
2302         * baseboards/iq2000-sim.exp: Likewise.
2303         * baseboards/moxie-sim.exp: Likewise.
2305 2016-03-23  Ben Elliston  <bje@gnu.org>
2307         * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp.
2308         * Makefile.in: Regenerate.
2309         * baseboards/arm-ice.exp: Reinstate.
2310         * baseboards/arm-sim.exp: Likewise.
2312 2016-03-23  Ben Elliston  <bje@gnu.org>
2314         * Makefile.am (config_DATA): Update.
2315         (baseboard_DATA): Likewise.
2316         * Makefile.in: Regenerate.
2317         * NEWS: Update.
2319         Remove the following old config files:
2321         * arc.exp, arm-ice.exp, base-config.exp, base68k.exp, bug.exp,
2322         cfdbug.exp, cygmon.exp, d10v.exp, ddb-ether.exp, ddb.exp, dos.exp,
2323         dve.exp, h8300.exp, i386-bozo.exp, i960.exp, m32r-stub.exp,
2324         m32r.exp, m68hc11.exp, m68k-emc.exp, mips-idt.exp,
2325         mn10200-eval.exp, mn10300-eval.exp, netware.exp, powerpc-bug.exp,
2326         proelf.exp, rom68k.exp, sh.exp, slite.exp, sparclet.exp,
2327         tic80.exp, vr4100.exp, vr4300.exp, vr5000.exp: Remove.
2329         Remove the following old baseboard files:
2331         * arc-sim.exp, arm-ice.exp, arm-sim.exp, cf.exp, cygmon.exp,
2332         d10v-sim.exp, d10v.exp, danlite-elf.exp, dos.exp, fr30-cygmon.exp,
2333         fr30-elf.exp, frv-elf.exp, frv-tiger.exp, frv-tomcat.exp,
2334         h8300-sim.exp, h8300.exp, i386-bozo.exp, i960-cyclone.exp,
2335         i960-sim.exp, m32r-elf.exp, m32r-linux-sim.exp, m32r-sid.exp,
2336         m32r-sim.exp, m68hc11-sim.exp, m68k-emc.exp, mips-idt.exp,
2337         mips64-sim.exp, mips64vr4100-sim.exp, mn10200-cygmon.exp,
2338         mn10300-cygmon.exp, msparc-cygmon.exp, op50n.exp, powerpc-bug.exp,
2339         powerpc-bug1.exp, rom68k-idp.exp, sh-hms.exp, sparclet-aout.exp,
2340         sparclite-coff.exp, sparclite-cygmon.exp, strongarm-cygmon.exp,
2341         tic80-sim.exp, tx39-dve.exp, usparc-cygmon.exp, vr4100-ddb.exp,
2342         vr4300-ddb.exp, vr4300.exp, vr5000-ddb.exp, x86-cygmon.exp,
2343         xscale-cygmon.exp: Remove.
2345 2016-03-22  Ben Elliston  <bje@gnu.org>
2347         * lib/target.exp (only--Ls): Change '???' comment to a note. This
2348         isn't a serious shortcoming, but the comment should be retained.
2350 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2352         * baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists in
2353         the environment, use that as the spec file for bare metal testing.
2355 2016-03-22  Ben Elliston  <bje@gnu.org>
2357         * Makefile.am (config_DATA): Add config/aarch64-fv8.exp.
2358         * Makefile.in: Regenerate.
2360 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2362         * config/aarch64-fv8.exp: Add support for testing armv8 using the
2363         ARM Foundation Model.
2365 2016-03-21  Ben Elliston  <bje@gnu.org>
2367         * runtest.exp: Whitespace, comment and typo fixes.
2368         * lib/dejagnu.exp: Likewise.
2369         * lib/remote.exp: Likewise.
2370         * lib/utils.exp: Likewise.
2372 2016-03-21  Ben Elliston  <bje@gnu.org>
2374         * baseboards/mcore-moto-sim.exp: Remove old FIXME comment.
2375         * baseboards/mmixware-sim.exp: Likewise.
2376         * config/sim.exp: Likewise.
2377         * runtest.exp: Likewise.
2379 2016-03-21  Ben Elliston  <bje@gnu.org>
2381         * lib/dg.exp (dg-get-options): Clean up regular expression and
2382         remove FIXME comment about it.
2384 2016-03-20  Ben Elliston  <bje@gnu.org>
2386         * baseboards/i960-sim.exp: Remove stale ??? comment.
2387         * config/vxworks.exp: Likewise.
2389 2016-03-20  Ben Elliston  <bje@gnu.org>
2391         * runtest.exp: Load .dejagnurc last not first.
2392         (load_file): Update comment about Tcl 7.5a2.
2393         * doc/user.xml (Customizing DejaGnu): Document new search order
2394         for site.exp files.
2395         * doc/dejagnu.texi: Regenerate.
2396         * NEWS: Update.
2398 2016-03-20  Ben Elliston  <bje@gnu.org>
2400         * lib/dg.exp (dg-runtest): Improve arg naming to remove a FIXME.
2402 2016-03-20  Ben Elliston  <bje@gnu.org>
2404         * lib/dg.exp: Remove commented-out calls to send_user.
2406 2016-03-20  Ben Elliston  <bje@gnu.org>
2408         * runtest.exp (load_file): Remove old comment.
2410 2016-03-20  Ben Elliston  <bje@gnu.org>
2412         * lib/dg.exp (dg-test): There is no need to call unresolved to
2413         clear errcnt. Instead, pass 0 as argument 2 to perror.
2414         * runtest.exp (runtest): Likewise.
2416 2016-03-16  Ben Elliston  <bje@gnu.org>
2418         Revert this change (the GCC testsuite uses diff):
2420         2016-03-15  Ben Elliston  <bje@gnu.org>
2422         * lib/utils.exp (diff): Remove proc.
2423         * doc/ref.xml: Update documentation.
2424         * doc/dejagnu.texi: Regenerate.
2425         * NEWS: Update.
2427 2016-03-15  Ben Elliston  <bje@gnu.org>
2429         * testsuite/runtest.all/options.exp: Properly clean up log files
2430         left by the runtest under test.
2432 2016-03-15  Ben Elliston  <bje@gnu.org>
2434         * testsuite/runtest.all/load_lib.exp: Typo fixes.
2436 2016-03-15  Ben Elliston  <bje@gnu.org>
2438         * testsuite/runtest.all/options.exp: Add more tests.
2440 2016-03-15  Ben Elliston  <bje@gnu.org>
2442         * testsuite/libdejagnu/tunit.exp: Clean up.
2444 2016-03-15  Ben Elliston  <bje@gnu.org>
2446         * lib/utils.exp (diff): Remove proc.
2447         * doc/ref.xml: Update documentation.
2448         * doc/dejagnu.texi: Regenerate.
2449         * NEWS: Update.
2451 2016-03-15  Ben Elliston  <bje@gnu.org>
2453         Revert this change:
2454         2016-02-14  Steve Ellcey  <sellcey@mips.com>
2456         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2457         GCC_UNDER_TEST.
2458         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2460 2016-03-13  Ben Elliston  <bje@gnu.org>
2462         * lib/utils.exp: Whitespace fixes.
2464 2016-03-13  Ben Elliston  <bje@gnu.org>
2466         * lib/dg.exp (dg-process-target): Remove old commented code.
2467         * lib/dg.exp (dg-test): Likewise.
2469 2016-03-13  Ben Elliston  <bje@gnu.org>
2471         * lib/dg.exp: Improve top-of-file documentation.
2473 2016-03-05  Yvan Roux  <yvan.roux@linaro.org>
2475         * lib/remote.exp (remote_exec): Restore original timeout value.
2477 2016-03-04  Yvan Roux  <yvan.roux@linaro.org>
2479         * lib/remote.exp (standard_upload): Remove dead code.
2481 2016-02-24  Ben Elliston  <bje@gnu.org>
2483         * lib/utils.exp (prune): Restore this proc.
2484         * doc/ref.xml: Update documentation.
2485         * doc/dejagnu.texi: Regenerate.
2486         * NEWS: Update.
2488 2016-02-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2490         * lib/libgloss.exp (find_gdc): New proc.
2491         * lib/target.exp (default_target_compile): Add D support.
2492         * NEWS: Update.
2494 2016-02-20  Ben Elliston  <bje@gnu.org>
2496         * lib/utils.exp (diff): Replace calls to verbose followed by
2497         send_log with a single call to verbose -log. Remove additional
2498         newlines from the log messages.
2500 2016-02-20  Ben Elliston  <bje@gnu.org>
2502         * lib/utils.exp (getdirs): Ignore .git and .svn directories.
2504 2016-02-20  Ben Elliston  <bje@gnu.org>
2506         * lib/utils.exp: Improve comments.
2507         * NEWS: Update.
2509 2016-02-20  Ben Elliston  <bje@gnu.org>
2511         * lib/utils.exp (prune): Remove proc.
2512         * doc/ref.xml: Update documentation.
2513         * doc/dejagnu.texi: Regenerate.
2515 2016-02-20  Ben Elliston  <bje@gnu.org>
2517         * lib/utils.exp (slay): Remove proc.
2518         * doc/ref.xml: Update documentation.
2519         * doc/dejagnu.texi: Regenerate.
2521 2016-02-20  Ben Elliston  <bje@gnu.org>
2523         * lib/utils.exp (absolute): Remove proc.
2524         * doc/ref.xml: Update documentation.
2525         * doc/dejagnu.texi: Regenerate.
2527 2016-02-20  Ben Elliston  <bje@gnu.org>
2529         * lib/utils.exp (psource): Remove proc.
2530         * doc/ref.xml: Update documentation.
2531         * doc/dejagnu.texi: Regenerate.
2533 2016-02-20  Ben Elliston  <bje@gnu.org>
2535         * lib/targetdb.exp (board_info): Simplify return logic.
2537 2016-02-19  Ben Elliston  <bje@gnu.org>
2539         * configure.ac: Require Tcl version 8.5 at a minimum.
2540         * configure: Regenerate.
2542 2016-02-18  Ben Elliston  <bje@gnu.org>
2544         * configure.ac: Require Tcl version 8.6 at a minimum.
2545         * configure: Regenerate.
2547 2016-02-17  Ben Elliston  <bje@gnu.org>
2549         * runtest.exp: Tweak "Test run by .." output.
2551 2016-02-17  Ben Elliston  <bje@gnu.org>
2553         * lib/target.exp (default_target_compile): Do not pass -log to
2554         verbose when outputting the captured compiler/assembler/linker
2555         diagnostic output as it will already be in the .log file courtesy
2556         of Expect.
2558 2016-02-17  Ben Elliston  <bje@gnu.org>
2560         * runtest.exp: Enable --status by default.
2561         (runtest): Set exit status to 2 if there is any error sourcing
2562         the Tcl scripts.
2563         * lib/framework.exp (unknown): Likewise, set exit status to 2.
2564         * doc/runtest.1: Clarify exit status codes.
2565         * NEWS: Update.
2567 2016-02-17  Ben Elliston  <bje@gnu.org>
2569         * lib/remote.exp (local_exec): Call exp_continue until eof is
2570         matched.
2572 2016-02-16  Ben Elliston  <bje@gnu.org>
2574         * runtest.exp: Use the traditional exit codes when runtest is
2575         interrupted. This makes it possible to tell if runtest ran to
2576         completion or not. Suggested by Michael Chastain.
2578 2016-02-15  Ben Elliston  <bje@gnu.org>
2580         * TODO: Add ideas produced from Cauldron 2013.
2582 2016-02-15  Ben Elliston  <bje@gnu.org>
2584         * TODO: Update.
2586 2016-02-15  Ben Elliston  <bje@gnu.org>
2588         * lib/dg.exp (dg-test): Remove comment about proc unresolved not
2589         setting exit_status to 1 -- it does.
2591 2016-02-15  Ben Elliston  <bje@gnu.org>
2593         * lib/framework.exp (cleanup): Remove do-nothing proc.
2594         (log_and_exit): Remove call to cleanup.
2595         * doc/ref.xml: Remove documentation for cleanup.
2596         * doc/dejagnu.texi: Regenerate.
2598 2016-02-15  Ben Elliston  <bje@gnu.org>
2600         Reported by David Malcolm.
2601         * lib/dejagnu.exp (text): Allow angle brackets in test messages.
2603 2016-02-15  Ben Elliston  <bje@gnu.org>
2605         * config.guess: Update to version 2016-02-11.
2606         * config.sub: Update to version 2016-01-01.
2608 2016-02-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2610         * lib/remote.exp (remote_exec): Set global timeout for benefit of
2611         <remote>_exec.
2613 2016-02-14  Ben Elliston  <bje@gnu.org>
2615         * lib/remote.exp (local_exec): Improve comments.
2617 2016-02-14  Ben Elliston  <bje@gnu.org>
2619         * doc/runtest.1: Tweak.
2621 2016-02-14  Steve Ellcey  <sellcey@mips.com>
2623         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2624         GCC_UNDER_TEST.
2625         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2627 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2629         * lib/remote.exp (standard_file): Reverse return logic for remote
2630         exists case.
2632 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2634         * lib/remote.exp (standard_file); Add else clause.
2636 2016-01-16  Ben Elliston  <bje@gnu.org>
2638         * runtest.exp (runtest): Improve comment about --status.
2640 2016-01-12  Simon Marchi  <simon.marchi@ericsson.com>
2642         * lib/remote.exp (standard_file): The [ operator does not actually
2643         output anything. It returns 0 or 1 as its exit code, so "exit `[
2644         -f $file ]`" always expands to "exit " (equivalent to exit 0).
2645         Instead, use test(1) to check for file existence.
2647 2015-12-20  Ben Elliston  <bje@gnu.org>
2649         * doc/dejagnu.xml: Begin overhauling.
2650         * doc/ref.xml: Likewise.
2651         * doc/user.xml: Likewise.
2652         * doc/dejagnu.texi: Regenerate.
2654 2015-12-20  Ben Elliston  <bje@gnu.org>
2656         * doc/runtest.1: Miscellaneous minor improvements.
2658 2015-12-09  Yoshinori Sato  <ysato@users.sourceforge.jp>
2660         * Makefile.am (baseboard_DATA): Add missing rx-sim.exp.
2661         * Makefile.in: Regenerate.
2663 2015-11-16  Brooks Moses  <bmoses@google.com>
2665         * config/unix.exp: Add ability to set test timeout from site.exp.
2666         * doc/user.xml: Document new test_timeout variable in site.exp.
2667         * doc/dejagnu.texi: Regenerate.
2669 2015-11-16  Ben Elliston  <bje@gnu.org>
2671         * testsuite/runtest.all/options.exp: Re-enable --strace 1 test.
2673 2015-11-16  Ben Elliston  <bje@gnu.org>
2675         * testsuite/runtest.all/options.exp: Remove some commented code.
2677 2015-11-16  Ben Elliston  <bje@gnu.org>
2679         * runtest.exp: Refer to "DejaGnu version", not "Framework
2680         version" in --version output.
2681         * testsuite/runtest.all/options.exp: Update test case.
2683 2015-11-14  Ben Elliston  <bje@gnu.org>
2685         * runtest.exp (usage): Improve help text.
2687 2015-11-12  Ben Elliston  <bje@gnu.org>
2689         * runtest.exp (usage): Sort options in usage.
2691 2015-11-12  Ben Elliston  <bje@gnu.org>
2693         * lib/framework.exp (note): Remove old commented-out code.
2695 2015-11-11  Ben Elliston  <bje@gnu.org>
2697         * doc/user.xml (Summary File): 'untested', not 'runtested'.
2698         * doc/dejagnu.texi: Regenerate.
2700 2015-11-11  Michael Forney  <forney@google.com>
2702         * lib/target.exp (default_target_compile): Honor LDFLAGS_FOR_TARGET.
2704 2015-11-11  Ben Elliston  <bje@gnu.org>
2706         * doc/dejagnu.texi: Regenerate.
2708 2015-11-10  Ben Elliston  <bje@gnu.org>
2710         * doc/user.xml: Fix runtest output formatting in <programlisting>.
2712 2015-11-10  Ben Elliston  <bje@gnu.org>
2714         * doc/dejagnu.xml: Update month and year.
2715         * doc/user.xml: Lots of editorial fixes from Daniel Thibault
2716         <Daniel.Thibault@drdc-rddc.gc.ca>.
2718 2015-09-10  Robert Suchanek  <Robert.Suchanek@imgtec.com>
2720         * baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
2722 2015-07-30  Pedro Alves  <palves@redhat.com>
2724         * lib/remote.exp (close_wait_program): New procedure.
2725         (local_exec, standard_close): Use it.
2727 2015-05-23  Ben Elliston  <bje@gnu.org>
2729         * doc/dejagnu.xml: Fix broken URLs.
2730         * doc/dejagnu.texi: Regenerate.
2732 2015-05-23  Ben Elliston  <bje@gnu.org>
2734         * doc/user.xml: Fix 'crosscompilation'.
2736 2015-05-23  Ben Elliston  <bje@gnu.org>
2738         * doc/runtest.1 (log_dialog): Improve documentation.
2740 2015-05-16  Filipe Brandenburger  <filbranden@google.com>
2742         * configure.ac: Enable subdir-objects, require automake 1.14.
2743         * Makefile.in: Regenerate.
2745 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
2747         * doc/dejagnu.xml: Fix typos such as stray }'s and @samp{...},
2748         possibly introduced in a conversion of .texi to SGML Docbook.
2749         * doc/user.xml: Likewise.
2750         * doc/ref.xml: Likewise.
2751         * doc/dejagnu.texi: Regenerate.
2753 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
2755         * runtest.exp (runtest): Introduce new --log_dialog option.
2756         * doc/runtest.1: Document it.
2757         * doc/user.xml: Likewise.
2758         * doc/dejagnu.texi: Regenerate.
2760 2015-05-14  Steve Ellcey  <sellcey@imgtec.com>
2762         * baseboards/multi-sim.exp (get_library_dirlist): New.
2763         (dynamic_linker_flag): Use get_library_dirlist to find dynamic
2764         linker.
2765         (rpath_flags): Use get_library_dirlist to set rpath.
2767 2015-05-12  Steve Ellcey  <sellcey@imgtec.com>
2769         * baseboards/generic-sim.exp: Check $DEJAGNU_SIM_OPTION.
2771 2015-03-30  Ben Elliston  <bje@gnu.org>
2773         Revert the following change which causes breakage reported here:
2774         https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
2776         2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2778         * runtest.exp (runtest): Call reset_vars at initialisation so that
2779         perror does not affect test results in other test scripts.
2781 2015-02-26  H.J. Lu  <hjl.tools@gmail.com>
2783         * lib/target.exp (default_target_compile): Prepend multilib_flags,
2784         instead of appending it.
2786 2015-02-18  Ben Elliston  <bje@gnu.org>
2788         * lib/framework.exp (log_and_exit): Set tool to "testrun" if
2789         unset.
2791 2015-02-05  Ben Elliston  <bje@gnu.org>
2793         * doc/runtest.1: Fix a spelling error.
2795 2015-02-04  Ben Elliston  <bje@gnu.org>
2797         * config.guess: Update to version 2015-01-01.
2798         * config.sub: Likewise.
2800 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
2802         * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
2803         * Makefile.in: Regenerate.
2804         * baseboards/visium-sim.exp: New file.
2806 2014-11-25  Ben Elliston  <bje@gnu.org>
2808         * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
2809         Reported by David Malcolm.
2811 2014-10-28  Ben Elliston  <bje@gnu.org>
2813         * Makefile.in: Regenerate.
2815 2014-10-28  Ben Elliston  <bje@gnu.org>
2817         * example: Remove stale examples.
2819 2014-10-24  Steve Ellcey  <sellcey@mips.com>
2821         * dejagnu.h (pass): Make function static as well as inline.
2822         (xpass): Ditto.
2823         (fail): Ditto.
2824         (xfail): Ditto.
2825         (untested): Ditto.
2826         (unresolved): Ditto.
2827         (note): Ditto.
2828         (totals): Ditto.
2830 2014-10-14  Ben Elliston  <bje@gnu.org>
2832         * runtest.exp: Only match $directory, not *${directory}* when the
2833         user passes the --directory option. Reported by Sergey Alyoshin.
2835 2014-10-14  Ben Elliston  <bje@gnu.org>
2837         * lib/dejagnu.exp (host_execute): Remove buffer_full check. This
2838         is not the right command keyword -- it is full_buffer. Reported by
2839         David Malcolm.
2841 2014-07-15  Maciej W. Rozycki  <macro@mips.com>
2842             Maciej W. Rozycki  <macro@codesourcery.com>
2844         * lib/targetdb.exp (add_board_info): New procedure.
2845         * doc/ref.xml (Add_board_info Procedure): New section.
2846         (Set_board_info Procedure): Add description.
2847         (Unset_board_info Procedure): Likewise.
2848         * doc/user.xml (Board Config File Values): Add `add_board_info'
2849         reference.  Reorder `gdb_init_command' table rows and remove a
2850         duplicate entry, reusing it for `gdb_init_commands'.
2852 2014-06-25  Rob Savoye  <rob.savoye@linaro.org>
2854         * runtest.exp: (lookfor-file): Fix bug were none of the relative
2855         paths were actually being used for file lookup.
2857 2014-06-06  Ben Elliston  <bje@gnu.org>
2859         * depcomp, install-sh, missing: Update to latest versions.
2860         * mkinstalldirs: Remove.
2861         * Makefile.in: Regenerate.
2863 2014-06-04  Ben Elliston  <bje@gnu.org>
2865         * Makefile.in: Regenerate with Automake 1.14.1.
2866         * compile: Add missing file.
2868 2014-06-04  Ben Elliston  <bje@gnu.org>
2870         * config.guess: Update to version 2014-03-23.
2871         * config.sub: Likewise.
2873 2014-06-04  Ben Elliston  <bje@gnu.org>
2875         * aclocal.m4: Regenerate with Automake 1.14.1.
2876         * configure: Regenerate with Autoconf 2.69.
2878 2014-03-15  Steve Ellcey  <sellcey@mips.com>
2880         * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
2882 2014-02-23  Steve Ellcey  <sellcey@mips.com>
2883             Richard Sandiford  <rdsandiford@googlemail.com>
2885         * config/sim.exp (sim_exec): New.
2886         (sim_file): New.
2888 2013-12-08  Richard Sandiford  <rdsandiford@googlemail.com>
2890         * lib/dg.exp (dg-test): Don't put the expected and actual output
2891         of a pattern test in the test name; send it to the log instead.
2893 2013-11-01  Steve Ellcey  <sellcey@mips.com>
2895         * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
2896         * Makefile.in: Regenerate.
2897         * baseboards/multi-sim.exp: New.
2899 2013-10-31  Anton Kolesov  <anton.kolesov@synopsys.com>
2901         * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
2902         (remote_reboot): Add comment explaining return value of this procedure.
2903         * doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
2904         * doc/dejagnu.texi: Regenerate.
2906 2013-10-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2908         * baseboards/androideabi.exp (process_multilib_options): Add option.
2909         * config/adb.exp: Remove hardcoded -static option.
2910         (adb_load): Add the possibility to change the temp directory. Also
2911         handle permission potential problems.
2912         (adb_exec): Do cd to android_tmp_dir first.
2914 2013-10-05  Jose E. Marchesi  <jose.marchesi@oracle.com>
2916         * baseboards/unix.exp: Add gdb settings to not use hardware
2917         watchpoints in sparc64 running GNU/Linux.
2919 2013-06-17  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2921         * runtest.exp (libdirs): New global variable.
2922         (load_lib): Append libdirs to search_and_load_files directories.
2923         * doc/ref.xml (load_lib): Document global variable libdirs.
2924         * doc/dejagnu.texi: Regenerate.
2925         * testsuite/runtest.all/load_lib.exp: New testcase.
2926         * Makefile.am (TESTSUITE_FILES): Add new testcase.
2927         * Makefile.in: Regenerate.
2929 2013-06-15  Ben Elliston  <bje@gnu.org>
2931         * configure.ac: If DEJAGNU is unset, set it to /dev/null.
2932         * Makefile.am: Export DEJAGNU.
2933         * configure: Likewise.
2934         * Makefile.in: Regenerate.
2936 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2938         * doc/user.xml: Fix typos.
2939         * doc/ref.xml: Likewise.
2940         * doc/dejagnu.texi: Regenerate.
2942 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2944         * doc/user.xml: Fix number of columns in table.
2945         * doc/dejagnu.texi: Regenerate.
2947 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2949         * doc/user.xml: Fix rendering errors around programlisting.
2950         * doc/ref.xml: Likewise.
2951         * doc/dejagnu.texi: Regenerate.
2953 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2955         * doc/user.xml: Fix spacing before productname.
2956         * doc/dejagnu.texi: Regenerate.
2958 2013-06-12  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2960         * testsuite/runtest.all/default_procs.tcl (send_log): Use the
2961         magic "args" parameter name, as expect send_log proc accepts -- as
2962         a leading option.
2964 2013-06-08  Makoto Fujiwara  <makoto@ki.nu>
2966         * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
2967         (config_DATA): Likewise for config_SCRIPTS.
2968         (baseboard_DATA): Likewise for baseboard_SCRIPTS.
2969         (EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
2970         baseboard_SCRIPTS.
2971         * Makefile.in: Regenerate.
2973 2013-06-08  Ben Elliston  <bje@gnu.org>
2975         * configure: Regenerate with autoconf 2.69.
2976         * aclocal.m4: Regenerate.
2978 2013-03-31  Ben Elliston  <bje@gnu.org>
2980         * Makefile.am (html-local): Rename target from html.
2981         * Makefile.in: Regenerate with automake 1.12.6.
2982         * aclocal.m4: Likewise.
2983         * configure: Regenerate.
2985 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
2987         * TODO: Remove todo item about warncnt and errcnt.
2989 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
2991         * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
2993 2013-03-26  Ben Elliston  <bje@gnu.org>
2995         * config.guess: Update to version 2013-02-12.
2996         * config.sub: Likewise.
2998 2013-02-16  Rob Savoye  <rob@build.welcomehome.org>
3000         * config/adb.exp: Add adb_file so we can remotely delete test
3001         cases to save on limited disk space. Don't remove the file after
3002         executing it, leave that for the test driver instead.
3004 2013-02-15  Rob Savoye  <rob@welcomehome.org>
3006         * config/adb.exp: Remove the test case after executing
3007         it. Otherwise we can fill up all the diskspace on a small target
3008         pretty fast.
3010 2013-02-11  Rob Savoye  <rob@welcomehome.org>
3012         * baseboards/androideabi.exp: Board support for Android using ADB.
3013         * config/adb.exp: Config support for Android using ADB.
3014         * Makefile.am (dist): Add new config and board files.
3015         * aclocal.m4, Makefile.in, configure, example/calc/configure,
3016         example/mathhelper/configure: Regenerated with newer autotools.
3018 2012-12-05  Ben Elliston  <bje@gnu.org>
3020         * example/hello: Remove.
3021         * configure.ac: Likewise.
3022         * configure: Regenerate.
3024 2012-10-04  Steve Ellcey  <sellcey@mips.com>
3026         * Makefile.am (baseboard_SCRIPTS): Add new baseboards.
3027         * Makefile.in: Regenerate.
3028         * baseboards/mips-sim-mti32.exp: New.
3029         * baseboards/mips-sim-mti64.exp: New.
3030         * baseboards/mips-sim-mti64_n32.exp: New.
3031         * baseboards/mips-sim-mti64_64.exp: New.
3032         * baseboards/mips-sim-sde32.exp: New.
3033         * baseboards/mips-sim-sde64.exp: New.
3035 2012-10-04  Ben Elliston  <bje@gnu.org>
3037         * aclocal.m4: Regenerate with automake 1.11.3.
3038         * Makefile.in: Likewise.
3039         * configure: Regenerate with autoconf 2.68.
3041 2012-08-22  Steve Ellcey  <sellcey@mips.com>
3043         * baseboards/generic-sim.exp: New baseboard definition.
3045 2012-06-15  Andreas Schwab  <schwab@linux-m68k.org>
3047         * lib/framework.exp (clone_output): Protect from leading dash in
3048         $message.
3049         * runtest.exp (verbose): Likewise.
3051 2012-06-11  Tom Tromey  <tromey@redhat.com>
3053         * doc/runtest.1: Update.
3054         * runtest.exp (xml_file_name): New global.
3055         (usage): Update.
3056         Handle optional argument to --xml.
3057         * lib/framework.exp (open_logs): Respect xml_file_name.
3059 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3061         * runtest.exp (load_tool_init): Fix typo in -de option handling.
3063 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
3065         * doc/runtest.1: Correct name of debug file.
3067 2012-02-25  Ben Elliston  <bje@gnu.org>
3069         * runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
3070         for runtest.exp as a last resort (for usrmove environments, where
3071         /bin is a link to /usr/bin). From Honza Horak <hhorak@redhat.com>.
3073 2011-12-30  Ben Elliston  <bje@gnu.org>
3075         * doc/user.xml: Various spelling and consistency fixes.
3076         * doc/ref.xml: Likewise.
3077         (exit_remote_shell): Remove, as this procedure is defunct.
3078         * doc/dejagnu.texi: Regenerate.
3080 2011-12-30  Ben Elliston  <bje@gnu.org>
3082         * config.guess: Update to version 2011-12-29.
3083         * config.sub: Update to version 2011-11-11.
3085 2011-06-30  Tom Tromey  <tromey@redhat.com>
3087         * doc/ref.xml: Document find_gfortran.
3088         * doc/dejagnu.texi: Regenerate.
3089         * lib/target.exp (default_target_compile): Handle f90.
3090         (default_target_compile): Likewise.
3091         * lib/libgloss.exp (find_gfortran): New proc.
3093 2011-06-30  Ben Elliston  <bje@gnu.org>
3095         * Makefile.am (all-local): New rule.
3096         * Makefile.in: Regenerate.
3098 2011-04-12  Ben Elliston  <bje@gnu.org>
3100         * config/vxworks.exp (vxworks_file): Use "file delete", not "exec
3101         rm", for better portability.
3102         * config/netware.exp (${board}_load): Likewise.
3103         * lib/dg.exp (dg-test): Likewise.
3104         * lib/framework.exp (open_logs): Likewise.
3105         * lib/remote.exp (standard_file): Likewise.
3106         * runtest.exp: Likewise.
3107         * testsuite/runtest.all/options.exp: Likewise.
3109 2011-03-15  Ben Elliston  <bje@gnu.org>
3111         * runtest.exp: Whitespace cleanups.
3112         * lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3113         lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp,
3114         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Likewise.
3116 2011-03-15  Ben Elliston  <bje@gnu.org>
3118         * runtest: Remove trailing semicolons.
3119         * lib/rsh.exp: Likewise.
3121 2011-03-15  H.J. Lu  <hjl.tools@gmail.com>
3123         * lib/remote.exp (local_exec): Ignore SIGHUP.
3125 2011-03-14  Ben Elliston  <bje@gnu.org>
3127         * runtest.exp (frame_version): Set to 1.5.1.
3128         * configure.ac (AC_INIT): Set version to 1.5.1.
3129         * configure: Regenerate.
3130         * doc/dejagnu.xml (appversion, version): Set to 1.5.1.
3131         * doc/dejagnu.texi: Regenerate.
3133 2011-03-14  Ben Elliston  <bje@gnu.org>
3135         * dejagnu.h: Whitespace cleanups.
3137 2011-03-14  Ben Elliston  <bje@gnu.org>
3139         * baseboards/cris-sim.exp: Remove trailing semicolon(s).
3140         * baseboards/mt-sid.exp: Likewise.
3141         * baseboards/tx39-sim.exp: Likewise.
3142         * lib/target.exp (default_target_compile): Likewise.
3144 2011-03-14  Ben Elliston  <bje@gnu.org>
3146         Reported by Flash Sheridan <flash@pobox.com>:
3147         * doc/user.xml (Testing "Hello world" locally): Improve the
3148         example test script and make it robust to failures.  Tidy some
3149         formatting errors.
3150         * doc/dejagnu.texi: Regenerate.
3152 2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3154         * runtest.exp (runtest): Call reset_vars at initialisation so that
3155         perror does not affect test results in other test scripts.
3157 2011-03-09  Ben Elliston  <bje@gnu.org>
3159         * NEWS: Start a new section for post-1.5 changes.
3161 2011-03-09  Ben Elliston  <bje@gnu.org>
3163         * DejaGnu 1.5 released.
3165 2011-03-09  Ben Elliston  <bje@gnu.org>
3167         * Makefile.am (DISTCLEANFILES): Define.
3168         * Makefile.in: Regenerate.
3169         * testsuite/runtest.all/libs.exp: Clean up temp files on exit.
3170         * testsuite/runtest.all/options.exp: Likewise for dbg.log.
3171         * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file
3172         mkdir" instead of exec'ing mkdir(1).
3174 2011-03-07  Ben Elliston  <bje@gnu.org>
3176         * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE.
3177         * Makefile.in: Regenerate.
3179 2011-03-06  Ben Elliston  <bje@gnu.org>
3181         * configure.ac (AC_INIT): Set version to 1.5.
3182         * configure: Regenerate.
3183         * runtest.exp (frame_version): Set to 1.5.
3184         * doc/dejagnu.texi: Regenerate.
3186 2011-03-04  Ben Elliston  <bje@gnu.org>
3188         * texinfo.tex: Import latest version from ftp://tug.org/tex.
3190 2011-03-04  Ben Elliston  <bje@gnu.org>
3192         * Makefile.am (EXTRA_DIST): Correct name of historical ChangeLog.
3193         * Makefile.in: Regenerate.
3195 2011-03-03  Ben Elliston  <bje@gnu.org>
3197         * Makefile.am: Bump to GPL version 3.
3198         * configure.ac: Likewise.
3199         * Makefile.in: Regenerate.
3200         * aclocal.m4: Likewise.
3201         * configure: Likewise.
3203 2011-03-03  Ben Elliston  <bje@gnu.org>
3205         * config.guess: Update to most recent version.
3206         * config.sub: Likewise.
3208 2011-03-03  Ben Elliston  <bje@gnu.org>
3210         * lib/framework.exp (unknown): Rename the native Tcl ::unknown
3211         proc to ::tcl_unknown.  If ::tcl_unknown returns a failure result,
3212         then fall back to the conventional DejaGnu handling.  Report from
3213         David Byron <dbyron@dbyron.com>.
3215 2011-03-03  Maciej W. Rozycki  <macro@codesourcery.com>
3217         * lib/remote.exp (remote_expect): Pass all exception conditions up
3218         to the caller.
3220 2011-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3222         * lib/dg.exp (dg-test): Support nested calls.
3224 2010-04-13  Ben Elliston  <bje@gnu.org>
3226         * testglue.c: Remove duplicated prototypes for abort and exit.
3228 2010-03-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3230         * doc/user.xml (Tcl Variables For Command Line Options): Correct
3231         column count.
3233 2010-01-21  Jie Zhang  <jie.zhang@analog.com>
3235         * config/gdb-comm.exp (gdb_comm_load): Set breakpoints after load.
3237 2010-01-15  Anthony Green  <green@moxielogic.com>
3239         * baseboards/moxie-sim.exp: New baseboard.
3241 2009-12-10  DJ Delorie  <dj@redhat.com>
3243         * baseboards/rx-sim.exp: New baseboard.
3245 2009-10-15  Ben Elliston  <bje@gnu.org>
3247         * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide.
3248         This web page has disappeared.
3250 2009-07-06  Ben Elliston  <bje@gnu.org>
3252         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Mark up options with
3253         <option> not <emphasis>.  Apply other grammatical fixes from
3254         Reuben Thomas.
3255         * doc/dejagnu.texi: Regenerate.
3257 2009-07-06  Ben Elliston  <bje@gnu.org>
3259         * configure.ac: Check for docbook2x-texi.
3260         * configure: Regenerate.
3262 2009-07-06  Ben Elliston  <bje@gnu.org>
3264         From Reuben Thomas  <rrt@sc3d.org>:
3265         * doc/runtest.1: Fix some formatting issues.
3267 2009-06-16  Ben Elliston  <bje@gnu.org>
3269         * config.guess: Update to most recent version.
3270         * config.sub: Likewise.
3272 2009-06-16  Ben Elliston  <bje@gnu.org>
3274         * Makefile.am (rpm, deb, solpkg, hpdepot): Remove targets.
3275         * Makefile.in: Regenerate.
3276         * packaging: Remove directory and its contents.
3278 2009-06-10  Maciej W. Rozycki  <macro@codesourcery.com>
3280         * config/gdb-comm.exp (gdb_comm_add_breakpoint): Handle pending
3281         breakpoints.
3283 2008-12-03  Ben Elliston  <bje@gnu.org>
3285         * COPYING: Update to GPL version 3.
3287 2008-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3289         * doc/ref.xml, doc/user.xml: Fix typos.
3290         * doc/dejagnu.texi: Regenerate.
3292 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3294         * Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
3295         * Makefile.in: Regenerate.
3296         * dejagnu.exp (host_execute): Improve regexp matching.
3297         * testsuite/libdejagnu/unit.cc: C++ fixes.
3299 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3301         * lib/utils.exp (diff): Open both files as binary.
3303 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3305         * dejagnu.h (totals): Correct typos.
3307 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3309         * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
3310         * doc/dejagnu.texi: Regenerate.
3312 2008-02-25  Ben Elliston  <bje@gnu.org>
3314         * doc/runtest.1: Update date of last revision.
3316 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3318         * baseboards/h8300.exp: Use -- before switch argument that may
3319         begin with "-".
3320         * baseboards/cris-sim.exp: Ditto.
3322 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3324         * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp,
3325         iq2000-sim.exp and m32r-linux-sim.exp.
3326         * Makefile.in: Regenerate.
3328 2008-02-08  Ben Elliston  <bje@gnu.org>
3330         * baseboards/cris-sim.exp: Fix MS-DOS line termination.
3332 2007-12-28  Joseph Myers  <joseph@codesourcery.com>
3334         * lib/target.exp (default_link): Initialize nobjects before use.
3336 2007-12-06  Ben Elliston  <bje@gnu.org>
3338         * lib/dg.exp (dg_bogus): Comment fix.
3340 2007-10-31  DJ Delorie  <dj@redhat.com>
3342         * lib/framework.exp (open_logs): Line buffer the .sum file.
3344 2007-09-04  Matt Kraai  <kraai@ftbfs.org>
3346         * doc/user.xml (Configuration): Fix typos.
3347         * doc/dejagnu.texi: Regenerate.
3349 2007-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
3351         * lib/remote.exp (standard_send): Correct quoting.
3353 2007-05-17  Ben Elliston  <bje@gnu.org>
3355         * doc/user.xml: Correct the syntax for running apt-get on a Debian
3356         GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
3358 2007-04-30  Bob Wilson  <bob.wilson@acm.org>
3360         * baseboards/xtensa-sim.exp: Set target_install.  Stop using
3361         basic-sim.exp.  Run the simulator with --turbo option.  Replace
3362         needs_status_wrapper with the simulator's --exit_with_target_code
3363         option.
3365 2006-10-15  Rob Savoye  <rob@bertha.welcomehome.org>
3367         * dejagnu.h: Add support for for expected failures and
3368         unexpected successes.
3370 2005-05-06  Andrew Fyfe <a.fyfe@tiscali.co.uk>
3372         * doc/Makefile.am: Fix install path for man page.
3373         * Makefiles: Regenerated.
3375 2006-08-29  Ben Elliston  <bje@gnu.org>
3377         * runtest.exp (usage): Use "triplet" instead of "config name".
3379 2006-07-13  Daniel Jacobowitz  <dan@codesourcery.com>
3381         * Makefile.am (DOCBOOK2RTF): Fix typo.
3382         * Makefile.in: Regenerated.
3383         * lib/libgloss.exp (process_multilib_options): Use -- to handle
3384         options starting with hyphens.
3386 2006-06-23  Eric Botcazou  <ebotcazou@adacore.com>
3388         * libgloss.exp (find_gnatmake): Rewrite.
3390 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
3392         * rsh.exp (rsh_exec): Handle inp and outp arguments.  Use
3393         local_exec to run rsh.  Return failure if rsh times out.
3394         * remote.exp (local_exec): Handle "|& cat" we added when deciding
3395         whether to return output.
3397 2006-06-09  Ben Elliston  <bje@gnu.org>
3399         * baseboards/cris-sim.exp: Use Tcl fall-through syntax for
3400         multiple cases, not a list (case uses lists, switch does not).
3401         Pass -glob to switch where applicable to emulate case behaviour.
3402         * baseboards/h8300.exp: Likewise.
3403         * lib/framework.exp (clone_output): Likewise.
3404         (clear_xfail): Likewise.
3405         (clear_kfail): Likewise.
3406         * lib/libgloss.exp (process_multilib_options): Likewise.
3407         * runtest.exp: Likewise.
3409 2006-06-06  Ben Elliston  <bje@gnu.org>
3411         * Makefile.am (CONTRIB): New.
3412         (EXTRA_DIST): Add $(CONTRIB).
3413         (doc/dejagnu.texi): Set directory-category param to docbook2texi.
3414         * Makefile.in: Regenerate.
3415         * doc/dejagnu.texi: Likewise.
3417 2006-06-06  Ben Elliston  <bje@gnu.org>
3419         * runtest.exp (load_lib): Typo fix.
3421 2006-06-06  Ben Elliston  <bje@gnu.org>
3423         * dejagnu.h: Tidy comments.
3424         (_BUFFER_SIZE_): Remove to minimise namespace pollution.
3425         (wait): Define this function unconditionally.  Conditionally
3426         compile the function body if _DEJAGNU_WAIT_ is defined.
3427         (buffer): Set the buffer size explicitly.
3428         (pass): Use sizeof (buffer).  Call wait() unconditionally.
3429         (fail, untested, unresolved, note): Likewise.
3430         (enum teststate): Tidy whitespace.
3432 2006-06-06  Ben Elliston  <bje@gnu.org>
3434         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.
3435         * doc/dejagnu.texi: Regenerate.
3437 2006-06-06  Ben Elliston  <bje@gnu.org>
3439         Import from GCC tree:
3440         2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
3441                     Mike Stump  <mrs@apple.com>
3443         * compare_tests: Handle multilibs better.
3445 2006-06-06  Ben Elliston  <bje@gnu.org>
3447         * doc/dejagnu.texi: Regnerate using Docbook2X 0.8.7.
3449         * configure.ac: Check for docbook2texi, not docbook2x-texi.  The
3450         wrapper script changed its name again in the latest release.
3451         * configure: Regenerate.
3452         * Makefile.am (DOCBOOK2X_TEXI): Rename from this ..
3453         (DOCBOOK2TEXI): .. to this.
3454         (doc/dejagnu.texi): Do not use output-file parameter to deposit
3455         the .texi file into the source directory; use mv(1) instead. Set
3456         directory-description parameter.
3457         * Makefile.in: Likewise.
3459 2006-06-02  Ben Elliston  <bje@gnu.org>
3461         * config/sim.exp (sim_upload): Match up argument names.
3463 2006-06-02  Ben Elliston  <bje@gnu.org>
3465         * config.guess: Update to most recent version.
3466         * config.sub: Likewise.
3468 2006-06-02  Ben Elliston  <bje@gnu.org>
3470         * config/dos.exp (dos_open): Only run global board_info once at
3471         the beginning of the proc; remove duplicates.
3472         (dos_load): Use file join to separate path components.
3473         (dos_copy_upload): Likewise.
3474         * lib/remote.exp (call_remote): Use error, not "blooie" to trigger
3475         an error.
3477 2006-06-02  Ben Elliston  <bje@gnu.org>
3479         * contrib/compare_tests: Import from the GCC contrib directory.
3481 2006-05-24  Ben Elliston  <bje@gnu.org>
3483         * runtest.exp (verbose): Brace some expressions.
3484         (load_file, search_and_load_file): Likewise.
3485         (runtest): Likewise.
3487 2006-05-23  Ben Elliston  <bje@gnu.org>
3489         * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.
3490         * config/i960.exp (i960_spawn): Initialise status.
3491         * config/netware.exp (${board}_init): Brace some if expressions.
3492         * lib/dg.exp (dg-test): Brace some expressions.
3493         * lib/framework.exp (clone_output, log_and_exit, log_summary,
3494         record_test, pass, fail): Likewise.
3495         * lib/libgloss.exp (get_multilibs): Likewise.
3496         * lib/remote.exp (standard_transmit, unix_clean_filename,
3497         remote_load, check_for_board_status, remote_expect): Likewise.
3498         * lib/rsh.exp (rsh_exec): Likewise.
3500 2006-05-22  Ben Elliston  <bje@gnu.org>
3502         * baseboards/cris-sim.exp: Use switch, not case.
3503         * baseboards/h8300.exp: Likewise.
3504         * config/base68k.exp (base68k_ld): Brace an if expression.
3506 2006-05-22  Ben Elliston  <bje@gnu.org>
3508         * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,
3509         baseboards/cris-sim.exp, baseboards/i960-cyclone.exp,
3510         baseboards/mcore-moto-sim.exp, baseboards/mips64vr4100-sim.exp,
3511         baseboards/mmixware-sim.exp, baseboards/op50n.exp,
3512         baseboards/rom68k-idp.exp, baseboards/sparclite-sim-le.exp,
3513         baseboards/usparc-cygmon.exp, config/base-config.exp,
3514         config/base68k.exp, config/ddb-ether.exp, config/ddb.exp,
3515         config/dos.exp, config/gdb-comm.exp, config/gdb_stub.exp,
3516         config/i386-bozo.exp, config/i960.exp, config/m68k-emc.exp,
3517         config/netware.exp, config/sid.exp, config/sim.exp,
3518         config/tic80.exp, config/unix.exp, config/vxworks.exp,
3519         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3520         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
3521         lib/rlogin.exp, lib/rsh.exp, lib/target.exp, lib/targetdb.exp,
3522         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Put braces around if
3523         expressions throughout.
3525 2006-05-22  Ben Elliston  <bje@gnu.org>
3527         * lib/framework.exp (open_logs): Use file join where applicable.
3528         * lib/libgloss.exp (libgloss_link_flags, newlib_link_flags,
3529         newlib_include_flags, g++_link_flags, libstdc++_link_flags,
3530         get_multilibs, winsup_include_flags, winsup_link_flags): Likewise.
3531         * lib/utils.exp (which): Likewise.
3532         * runtest.exp (search_and_load_file, lookfor_file,
3533         load_tool_init): Likewise.
3535         * lib/debugger.exp (watcharray): Add `array' parameter.  Rename
3536         `type' parameter to `op' and update all uses in the proc.
3537         (watchvar): Add `ignore' parameter for scalar variables.
3538         Likewise, rename `type' to `op' and update throughout the proc.
3540         * runtest.exp: Use switch, not case.
3541         * lib/framework.exp (clone_output): Likewise.
3542         (clear_xfail): Likewise.
3543         (clear_kfail): Likewise.
3544         (set_warning_threshold): Make warning_threshold global.
3545         (get_warning_threshold): Likewise.
3546         * lib/libgloss.exp (process_multilib_options): Use switch, not
3547         case.
3548         * lib/remote.exp (local_exec): Only run global errorInfo once.
3549         (standard_upload): Fix error in variable use ($file -> $srcfile).
3550         * lib/utils.exp (grep): Use switch, not case.
3551         (slay): Fix mismatched bracket.
3553         * lib/debugger.exp (watcharray): Use switch, not case.
3554         (watchvar): Likewise.
3555         (bt): Add an explanatory comment.
3557 2006-04-03  Ben Elliston  <bje@gnu.org>
3559         * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
3560         lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
3561         lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
3563 2006-01-02  Ben Elliston  <bje@gnu.org>
3565         * configure.ac (AC_INIT): Set version to 1.4.99.
3566         * configure: Regenerate.
3568 2006-01-01  Ben Elliston  <bje@gnu.org>
3570         * testsuite/runtest.all/utils.test: Add runtest_file_p.
3572 2006-01-01  Ben Elliston  <bje@gnu.org>
3574         * runtest.exp (frame_version): Set to 1.4.99.
3576 2006-01-01  Ben Elliston  <bje@gnu.org>
3578         * dejagnu.h: Update copyright notice.  Use C-style /* .. */
3579         comments for portability with ISO C compilers.
3580         * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.
3582 2006-01-01  Ben Elliston  <bje@gnu.org>
3584         * runtest.exp: Update copyright notice.
3585         * example/calc/testsuite/calc.test/calc.exp: Likewise.
3586         * example/calc/testsuite/config/unix.exp: Likewise.
3587         * testsuite/libdejagnu/tunit.exp: Likewise.
3588         * testsuite/runtest.all/libs.exp: Likewise.
3589         * testsuite/runtest.all/options.exp: Likewise.
3590         * testsuite/runtest.all/stats-sub.exp: Likewise.
3591         * testsuite/runtest.all/stats.exp: Likewise.
3593 2006-01-01  Ben Elliston  <bje@gnu.org>
3595         * config/default.exp, config/unix.exp, config/vxworks.exp,
3596         lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp,
3597         lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp:
3598         Formatting fixes.
3599         * dejagnu.h, testsuite/config/default.exp,
3600         testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp,
3601         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
3602         testsuite/runtest.all/options.exp,
3603         testsuite/runtest.all/stats-sub.exp,
3604         testsuite/runtest.all/stats.exp: Update copyright notice and FSF
3605         office address. Remove bug reporting address, as it is now
3606         maintained centrally in the README file.
3608 2005-12-31  Ben Elliston  <bje@gnu.org>
3610         * testsuite/runtest.all/utils.test: Don't bother mentioning
3611         absolute, psource, prune and slay as untested procedures.
3613 2005-12-31  Ben Elliston  <bje@gnu.org>
3615         * doc/ref.xml (Utility Procedures): Note that the following
3616         procedures are deprecated: absolute, psource, prune, slay.
3617         * NEWS: Likewise.
3618         * doc/dejagnu.texi: Regenerate.
3620 2005-12-24  Ben Elliston  <bje@gnu.org>
3622         * Makefile.am (doc/dejagnu.texi): Don't use shell redirection, in
3623         case the command fails and zeroes the Texinfo source file.  Move
3624         the output (if successful) by its default filename using mv(1).
3625         * Makefile.in: Regenerate.
3627 2005-12-24  Ben Elliston  <bje@gnu.org>
3629         * configure.ac (DOCBOOK2X_TEXI): Add search for this program.
3630         * configure: Regenerate.
3631         * Makefile.am (DOCBOOK2PDF, DOCBOOK2RTF, DOCBOOK2PS): New.
3632         (DOCBOOK2HTML, DOCBOOK2X_TEXI): Likewise.
3633         (dejagnu.pdf): Use $(DOCBOOK2PDF).
3634         (dejagnu.ps): Likewise, use $(DOCBOOK2PS).
3635         (dejagnu.rtf): Likewise, use $(DOCBOOK2RTF).
3636         (html): Likewise, use $(DOCBOOK2HTML).
3637         (doc/dejagnu.texi): Produce using the docbook2x-texi wrapper,
3638         which is much simpler. Likewise, use $(DOCBOOK2X_TEXI).
3639         * Makefile.in: Regenerate.
3641 2005-12-24  Ben Elliston  <bje@gnu.org>
3643         * Makefile.am (EXTRA_DIST): Remove $(PACKAGING_METAFILES).
3644         (XML): Remove $(srcdir) from each filename; VPATH suffices.
3645         (PACKAGING_METAFILES): Remove.
3646         * Makefile.in: Regenerate.
3648 2005-12-24  Ben Elliston  <bje@gnu.org>
3650         * README: Rewrite.
3652 2005-12-24  Ben Elliston  <bje@gnu.org>
3654         * COPYING: Update.
3656 2005-12-24  Ben Elliston  <bje@gnu.org>
3658         * testsuite/libdejagnu/tunit.exp: Don't change to a non-existent
3659         subdirectory.
3661 2005-12-24  Ben Elliston  <bje@gnu.org>
3663         * Makefile.am (RUNTEST): Simplify, as Automake already generates
3664         similar logic in Makefile.in.
3665         * Makefile.in: Regenerate.
3667 2005-12-24  Ben Elliston  <bje@gnu.org>
3669         * Makefile.am (RUNTESTDEFAULTFLAGS): Omit --tool so that
3670         libdejagnu tests are run too.
3671         * Makefile.in: Regenerate.
3673 2005-12-24  Ben Elliston  <bje@gnu.org>
3675         * configure: Regenerate.
3677         * lib/remote.exp: Tidy.
3678         * lib/targetdb.exp: Likewise.
3679         * lib/target.exp (prune_warnings): Improve comments.
3680         * lib/dejagnu.exp: Likewise.
3681         * lib/utils.exp: Likewise.
3683         * NEWS: Update.
3685 2005-12-24  Ben Elliston  <bje@gnu.org>
3687         * doc/dejagnu.xml: Don't use apostrophes in section titles.
3688         * doc/dejagnu.texi: Regenerate.
3690 2005-12-24  Ben Elliston  <bje@gnu.org>
3692         * Makefile.am (XML): Include $(srcdir) in filenames.
3693         * Makefile.in: Regenerate.
3695 2005-12-24  Ben Elliston  <bje@gnu.org>
3697         * doc/C/Makefile.am: Remove.
3698         * doc/C/Makefile.in: Likewise.
3700         * Makefile.am (SUBDIRS): Remove.
3701         (EXTRA_DIST): Append $(XML).
3702         (dist_man_MANS): Define.
3703         (info_TEXINFOS): Likewise.
3704         (XML): List XML source files.
3705         (dejagnu.pdf): New target.
3706         (dejagnu.ps): Likewise.
3707         (dejagnu.rtf): Likewise.
3708         (html): Likewise.
3709         (dejagnu.texi): Special rule to build Texinfo source.
3710         * Makefile.in: Regenerate.
3711         * configure.ac: Don't search for docbook2dvi.
3712         Search for docbook2rtf and docbook2pdf.
3713         Don't output doc/Makefile or doc/C/Makefile.
3714         * configure: Regenerate.
3715         * doc/texinfo.tex: Move from here ..
3716         * texinfo.tex: .. to here.
3717         * doc/Makefile.am: Remove.
3718         * doc/Makefile.in: Likewise.
3719         * doc/C/dejagnu.omf: Likewise.
3720         * doc/C/topic.dat: Likewise.
3721         * doc/C/dejagnu.xml: Move from here ..
3722         * doc/dejagnu.xml: .. to here.
3723         * doc/C/legal.xml: Move from here ..
3724         * doc/legal.xml: .. to here.
3725         * doc/C/ref.xml: Move from here ..
3726         * doc/ref.xml: .. to here.
3727         * doc/C/user.xml: Move from here ..
3728         * doc/user.xml: .. to here.
3729         * doc/dejagnu.texi: Rebuild from XML source.
3731 2005-12-23  Ben Elliston  <bje@gnu.org>
3733         * doc/runtest.1: Update manual page.
3735 2005-12-23  Ben Elliston  <bje@gnu.org>
3737         * doc/overview.sgml: Remove in favour of XML versions.
3738         * doc/ref.sgml: Ditto.
3739         * doc/user.sgml: Ditto.
3740         * doc/texinfo.tex: Import new version.
3742 2005-12-20  Ben Elliston  <bje@gnu.org>
3744         * Makefile.am (SUBDIRS): Remove testsuite, example.
3745         (EXTRA_DIST): Add $(TESTSUITE_FILES).
3746         (TESTSUITE_FILES): New.
3747         (RUNTEST, RUNTESTDEFAULTFLAGS): New.
3748         (AM_CXXFLAGS): Set.
3749         (check_PROGRAMS): New.
3750         (unit_SOURCES): New.
3751         * Makefile.in: Regenerate.
3752         * configure.ac (AC_OUTPUT): Don't output example/Makefile,
3753         testsuite/Makefile or testsuite/libdejagnu/Makefile.
3754         * configure: Regenerate.
3755         * testsuite/Makefile.am: Remove.
3756         * testsuite/Makefile.in: Likewise.
3757         * testsuite/libdejagnu/Makefile.am: Likewise.
3758         * testsuite/libdejagnu/Makefile.in: Likewise.
3760 2005-12-20  Ben Elliston  <bje@gnu.org>
3762         * Makefile.am (baseboard_SCRIPTS): Rename ms1->mt.
3763         * Makefile.in: Regenerate.
3765 2005-12-20  Ben Elliston  <bje@gnu.org>
3767         * configure: Regenerate with autoconf 2.59.
3768         * aclocal.m4: Regenerate with aclocal 1.9.6.
3769         * Makefile.in: Regenerate with automake 1.9.6.
3770         * doc/Makefile.in: Likewise.
3771         * doc/C/Makefile.in: Likewise.
3772         * example/Makefile.in: Likewise.
3773         * testsuite/Makefile.in: Likewise.
3774         * testsuite/libdejagnu/Makefile.in: Likewise.
3776 2005-12-20  Nathan Sidwell  <nathan@codesourcery.com>
3778         * baseboards/ms1-sid.exp: Rename from this ..
3779         * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within.
3781 2005-12-20  Ben Elliston  <bje@gnu.org>
3783         * config.guess: Update to most recent version.
3784         * config.sub: Likewise.
3786 2005-09-24  Ben Elliston  <bje@gnu.org>
3788         * packaging/pkg/pkginfo (EMAIL): Update mail address.
3790         * lib/rsh.exp: Tidy comments.
3792 2005-07-07  Ben Elliston  <bje@gnu.org>
3794         * lib/telnet.exp (telnet_transmit): Remove; use standard method.
3796 2005-07-07  Ben Elliston  <bje@gnu.org>
3798         * Makefile.am (baseboard_SCRIPTS): Add ms1-sid.exp.
3799         * Makefile.in: Regenerate.
3801 2005-07-06  Ben Elliston  <bje@gnu.org>
3803         * lib/tip.exp (tip_open): Improve comments.
3804         (tip_download): Likewise.
3806 2005-07-06  Ben Elliston  <bje@gnu.org>
3808         * lib/telnet.exp (telnet_open): Improve option handling.  Clarify
3809         documentation for each proc.
3811 2005-07-06  Ben Elliston  <bje@gnu.org>
3813         * aclocal.m4: Regenerate with aclocal 1.9.
3814         * configure: Regenerate with autoconf 2.59.
3815         * doc/C/Makefile.am: Remove stray include.
3816         * Makefile.in, doc/Makefile.in, doc/C/Makefile.in,
3817         example/Makefile.in, testsuite/Makefile.in,
3818         testsuite/libdejagnu/Makefile.in: Regenerate with automake 1.9.
3820 2005-07-06  Ben Elliston  <bje@gnu.org>
3822         Import some missing hunks from this patch on sourceware:
3824         2004-11-11  Nick Clifton  <nickc@redhat.com>
3826         * lib/libgloss.exp (libio_include_flags, g++_include_flags,
3827         winsup_include_flags): Revert previous patch, restoring the use of
3828         -I, for all libraries except newlib.  Newlib needs -isystem to
3829         avoid the problems with <limits.h> but the C++ and winsup
3830         libraries need -I because -isystem generates an implicit 'extern
3831         "C"' which may not be appropriate for certain targets.
3833 2005-07-06  Aldy Hernandez  <aldyh@redhat.com>
3835         * baseboards/ms1-sid.exp: New.
3837 2005-07-01  Ben Elliston  <bje@gnu.org>
3839         Unify some changes with the 1.4 branch:
3841         2004-10-28  Nick Clifton  <nickc@redhat.com>
3842         * baseboards/iq2000-sim.exp: New file.
3844         2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3845         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
3846         noresults to zero.
3848         2004-05-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
3849         * baseboards/m32r-linux-sim.exp: Add New file.
3851 2005-06-24  Ben Elliston  <bje@gnu.org>
3853         * MAINTAINERS: Update my email address.
3855 2005-06-24  Ben Elliston  <bje@gnu.org>
3857         * Update the FSF's physical address throughout.
3859 2005-06-22  Ben Elliston  <bje@gnu.org>
3861         * config.guess: Update to most recent version.
3862         * config.sub: Likewise.
3864 2005-04-28  Mark Kettenis  <kettenis@gnu.org>
3866         * lib/target.exp (prune_warnings): Add a few more linker
3867         warning patterns for OpenBSD.
3869 2005-03-20  Mark Kettenis  <kettenis@gnu.org>
3871         * lib/target.exp (prune_warnings): Add linker warning patterns for
3872         OpenBSD.
3874 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3876         * baseboards/cris-sim.exp: New file.
3878 2004-11-19  Nick Clifton  <nickc@redhat.com>
3880         * lib/libgloss.exp (newlib_include_flags): Document why -isystem
3881         is used instead of -I.
3882         (libio_include_flags): Use -I instead of -isystem and
3883         document why.
3884         (g++_include_flags): Use -I instead of -isystem.
3885         (libstdc++_include_flags): Likewise.
3887 2004-11-04  Ben Elliston  <bje@gnu.org>
3889         * lib/dg.exp (dg-test): If a `dg-do run' test fails to compile,
3890         mark the test as unresolved, rather than warning.
3892 2004-10-27  Nick Clifton  <nickc@redhat.com>
3894         * baseboards/iq2000-sim.exp: New file.
3896 2004-08-20  Daniel Jacobowitz  <dan@debian.org>
3898         * testglue.c: Prototype abort(3) and exit(3).
3900 2004-08-14  Paul Brook  <paul@codesourcery.com>
3902         * config/sim.exp (sim_download, sim_upload): New procs.
3904 2004-06-30  Ben Elliston  <bje@gnu.org>
3906         * config.guess: Update to current revision.
3907         * config.sub: Likewise.
3909 2004-06-12  Ben Elliston  <bje@gnu.org>
3911         * config.guess: Update to current revision.
3912         * config.sub: Likewise.
3914 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3916         * testglue.c: Prototype abort and exit.
3918 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3920         * baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
3921         string.
3923 Tue Feb 25 05:19:57 UTC 2003  Brendan Conoboy  <blc@@redhat.com>
3925         * lib/remote.exp (call_remote): Remove multilibs from the board
3926         name when rebooting a board.
3928 2004-06-03  Alexandre Oliva  <aoliva@redhat.com>
3930         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
3931         noresults to zero.
3933 2004-06-07  Ben Elliston  <bje@gnu.org>
3935         * lib/libgloss.exp (build_wrapper): Remove redundant set command.
3937 2004-03-29  Joel Brobecker  <brobecker@gnat.com>
3939         * lib/libgloss.exp (find_gnatmake): New procedure.
3940         * lib/target.exp (default_target_compile): Add support for Ada.
3942 2004-04-16  Kazuhiro Inaoka  <inaoka dot kazuhiro at renesas dot com>
3944         * baseboards/m32r-linux-sim.exp: Add New file.
3946 2004-04-02  Rob Savoye  <rob@direwolf.welcomehome.org>
3948         * configure.ac, example/Makefile.am: Add example/mathhelper.
3949         * configure, alocal.m4, example/Makefile.in: Regenerated.
3951 2004-04-02 Joel Sherrill <joel@OARcorp.com>
3953         * example/mathhelper: New example for using the unit testing API.
3955 2004-03-05  Daniel Jacobowitz  <drow@mvista.com>
3957         * lib/remote.exp (standard_spawn): Fix rsh username support.
3959 2004-03-06  Rob Savoye  <rob@althea.welcomehome.org>
3961         * doc/C: New directory for DocBook XML files.
3962         * doc/C/dejagnu.omf: New config file for scrollkeeper.
3963         * doc/C/topic.dat: New config file for the GNOME help system.
3964         * doc/C/dejagnu.xml: DocBook XML formatted verion of what was
3965         overview.sgml.
3966         * doc/C/ref.xml: DocBook XML formatted verion of what was
3967         ref.sgml.
3968         * doc/C/user.xml: DocBook XML formatted verion of what was
3969         user.sgml.
3971 2004-02-17  Ben Elliston  <bje@wasabisystems.com>
3973         * runtest.exp: Do not trap SIGSEGV.
3975 2004-02-16  Ben Elliston  <bje@wasabisystems.com>
3977         * configure.ac: Update AC_INIT and AM_INIT_AUTOMAKE invocations.
3978         * configure: Regenerate.
3980 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3982         * doc/runtest.1: Improve some wording. Update last revision date.
3984 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3986         * NEWS: Document yesterday's work.
3988         * runtest: Improve comments.
3990 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3992         * TODO: Update.
3994         * testsuite/libdejagnu/unit.cc: Conform with GNU coding standard.
3996 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3998         * configure.ac: Quote strings throughout in good Autoconf style.
3999         Remove AC_PROG_YACC invocation. Search for docbook2dvi, et al and
4000         expect using AC_PATH_PROG. Remove DJ_AC_PATH_DOCBOOK in favour of
4001         existing macros. Remove stale BOARDS and CONFIG substs. Ensure Tcl
4002         is at version 8.3 or greater.
4003         * configure: Regenerate.
4004         * acinclude.m4: Remove.
4005         * aclocal.m4: Regenerate.
4006         * Makefile.in: Likewise.
4007         * doc/Makefile.am (%.pdf: %.sgml): Use $(DOCBOOK2PDF).
4008         (%.dvi: %.sgml): Use $(DOCBOOK2DVI).
4009         (%.html: %.sgml): Use $(DOCBOOK2HTML).
4010         * doc/Makefile.in: Regenerate.
4011         * example/Makefile.in: Likewise.
4012         * testsuite/Makefile.in: Likewise.
4013         * testsuite/libdejagnu/Makefile.in: Likewise.
4014         * TODO: Update.
4016 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
4018         * baseboards/cf.exp: Use -T instead of -Wl,-T for ldscript.
4019         * baseboards/fr30-elf.exp, baseboards/frv-elf.exp,
4020         baseboards/h8300.exp, baseboards/i960-cyclone.exp,
4021         baseboards/i960-sim.exp, baseboards/m32r-elf.exp,
4022         baseboards/mips-idt.exp, baseboards/mips-lnews-sim.exp,
4023         baseboards/mips-lsi-sim.exp, baseboards/mips64vr4100-sim.exp,
4024         baseboards/op50n.exp, baseboards/rom68k-idp.exp,
4025         baseboards/sh-hms.exp, baseboards/tx39-dve.exp,
4026         baseboards/vr4100-ddb.exp, baseboards/vr4100-sim.exp,
4027         baseboards/vr4111-sim.exp, baseboards/vr4300-ddb.exp,
4028         baseboards/vr4300-sim.exp, baseboards/vr4300.exp,
4029         baseboards/vr5000-ddb.exp: Likewise.
4031 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4033         * runtest: Terminate with an error if expect cannot be found.
4034         * TODO: Update.
4036 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4038         * configure.ac: Use AC_PATH_PROG to find expect(1).
4039         (DJ_AC_PATH_TCLSH): Remove unneeded invocation.
4040         * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove.
4041         (DJ_AC_STL): Likewise.
4042         * configure: Regenerate.
4043         * aclocal.m4: Likewise.
4044         * configure: Likewise.
4045         * Makefile.in: Likewise.
4046         * doc/Makefile.in: Likewise.
4047         * example/Makefile.in: Likewise.
4048         * testsuite/Makefile.in: Likewise.
4049         * testsuite/libdejagnu/Makefile.in: Likewise.
4050         * TODO: Update.
4052 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4054         * runtest.1: Remove any mention of mondfe.
4056 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4058         * TODO: Add an item about timeouts.
4060 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
4062         * baseboards/basic-sim.exp: Set gdb,do_reload_on_run.
4064 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
4066         * lib/standard.exp: Tidy.
4068 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4070         * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.
4071         (config_SCRIPTS): Remove udi.exp, vrtx.exp.
4072         (baseboard_SCRIPTS): Remove a29k-udi.exp.
4073         * Makefile.in: Regenerate.
4074         * baseboards/a29k-udi.exp: Remove.
4075         * baseboards/dos.exp: Update comments.
4076         * config/udi.exp: Remove.
4077         * config/vrtx.exp: Remove.
4078         * doc/overview.sgml: Update. Don't mention mondfe and xsh support.
4079         * doc/ref.sgml: Likewise.
4080         * doc/user.sgml: Likewise.
4081         * lib/mondfe.exp: Remove.
4082         * lib/xsh.exp: Likewise.
4083         * lib/remote.exp: Don't load mondfe.exp or xsh.exp.
4084         * packaging/pkg/prototype: Update.
4085         * NEWS: Update.
4087 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4089         * Makefile.am (rpmspec): Remove.
4090         (rpm): Additionally depend on dejagnu.spec.
4091         ($(PKGDIR)/dejagnu): New target that installs DejaGnu into this
4092         directory.  This saves duplicated code in the solpkg and hpdepot
4093         targets.
4094         (solpkg): Depend on $(PKGDIR)/dejagnu.
4095         (hpdepot): Likewise.
4096         * Makefile.in: Regenerate.
4098 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4100         * Makefile.am (RUNTEST, RUNTESTDEFAULTFLAGS): Remove.
4101         * Makefile.in: Regenerate.
4102         * testsuite/Makefile.am (CLEANFILES): Remove.
4103         (RUNTESTDEFAULTFLATS): Pass --srcdir and RUNTEST=$(RUNTEST).
4104         * testsuite/Makefile.in: Regenerate.
4106 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4108         * lib/util-defs.exp: Move from here ..
4109         * testsuite/lib/util-defs.exp: .. to here.
4110         * Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp.
4111         * Makefile.in: Regenerate.
4112         * testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp.
4113         * testsuite/Makefile.in: Regenerate.
4114         * doc/ref.sgml (File Map): Remove util-defs.exp.
4115         * packaging/pkg/prototype: Update file list.
4117 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4119         * NEWS: Document changes since 1.4.4.
4121 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4123         * example/Makefile.am (check-recursive): Remove target.
4124         * example/Makefile.in: Regenerate.
4126 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4128         * dejagnu.h: Conform with GNU coding standard.
4130 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4132         * Makefile.am (PKGING): Remove.
4133         (PACKAGING_METAFILES): Update accordingly.
4134         (CLEANFILES, check-DEJAGNU): Remove.
4135         (tarball): Remove; use `dist'.
4136         (deb): Update target recipe to use `make dist'.
4138 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4140         * Clean.tcl: Remove.
4142         * Makefile.am (SUBDIRS): Add testsuite, example directories.
4143         (EXTRA_DIST): Define.
4144         (pkgdata_SCRIPTS): Add lib/*.exp files.
4145         (DATE, TCLSH): Remove.
4146         (configdir, config_DATA, config_SCRIPTS): Define.
4147         (baseboarddir, baseboard_DATA, baseboard_SCRIPTS): Likewise.
4148         (pkgdata_DATA): Likewise.
4149         (djlibexecdir, djlibexec_SCRIPTS): Likewise.
4150         (PKGING, PACKAGING_METAFILES): New macros.
4151         (clean-local): Remove.
4152         (rpm): Depend on dist.
4153         (deb): Likewise.
4154         (dist-hook): Remove.
4155         (lib_dest, lib_files): Likewise.
4156         (baseboard_dest, baseboard_files): Likewise.
4157         (include_dest, config_dest, config_files): Likewise.
4158         (install-data-local): Likewise.
4159         (uninstall-local): Likewise.
4160         (site.exp): Likewise.
4161         * Makefile.in: Regenerate.
4163         * testsuite/Makefile.am (all, all-am, etcetera): Remove.
4164         (force): Likewise.
4165         (EXTRA_DIST): Define.
4166         (site.exp): Remove target.
4167         * testsuite/Makefile.in: Regenerate.
4168         * testsuite/libdejagnu/Makefile.am (EXTRA_DIST): Define.
4169         (noinst_PROGRAMS): Rename from this ..
4170         (check_PROGRAMS): .. to this.
4171         * testsuite/libdejagnu/Makefile.in: Regenerate.
4173         * doc/Makefile.am (man_MANS): Rename from this ..
4174         (dist_man_MANS): .. to this.
4175         (info_TEXINFOS): Define.
4176         (TARGETS): Remove overview.rtf.
4177         (EXTRA_DIST): Define.
4178         (%.rtf: %.sgml): Remove rule.
4179         (%.gif: %.fig): Likewise.
4180         (%.epsi: %.eps): Likewise.
4181         (%.eps: %.fig): Likewise.
4182         (clean, realclean, distclean): Remove.
4183         (install-docs): Don't install overview.rtf.
4184         * doc/Makefile.in: Regenerate.
4185         * doc/texinfo.tex: New file.
4187         * example/calc/Makefile.am (noinst_PROGRAMS): Rename from this ..
4188         (check_PROGRAMS): .. to this.
4189         (EXTRA_DIST): Add test cases and calc.1 man page.
4190         * example/calc/Makefile.in: Regenerate.
4191         * example/calc/aclocal.m4: Likewise.
4192         * example/calc/configure: Likewise.
4193         * example/calc/stamp-h.in: Remove.
4194         * example/hello/Makefile.am (bin_PROGRAMS): Rename from this ..
4195         (check_PROGRAMS): .. to this.
4196         (EXTRA_DIST): Define.
4197         * example/hello/Makefile.in: Regenerate.
4198         * example/hello/aclocal.m4: Likewise.
4199         * example/hello/configure: Likewise.
4200         * example/hello/testsuite/Makefile.am (EXTRA_DIST): Define.
4201         * example/hello/testsuite/Makefile.in: Regenerate.
4203 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4205         * configure.ac: Remove commented out code.
4206         * configure: Regenerate.
4208 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4210         * site.tmpl: Tidy.
4212 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4214         * INSTALL: Import latest version.
4215         * depcomp: Likewise.
4216         * install-sh: Likewise.
4217         * missing: Likewise.
4219 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4221         * configure.in: Rename from this ..
4222         * configure.ac: .. to this.  Require Autoconf 2.50.
4223         * Makefile.in: Regenerate.
4224         * doc/Makefile.in: Likewise.
4225         * example/Makefile.in: Likewise.
4226         * testsuite/Makefile.in: Likewise.
4227         * testsuite/libdejagnu/Makefile.in: Likewise.
4229 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4231         * lib/target.exp (prune_warnings): Add spaces where required in
4232         NetBSD warnings.  Supersedes a patch in pkgsrc's devel/dejagnu.
4234 2004-02-05  Ben Elliston  <bje@wasabisystems.com>
4236         * config.guess: Update to current revision.
4237         * config.sub: Likewise.
4239 2004-02-04  Ben Elliston  <bje@wasabisystems.com>
4241         * configure.in (AC_NO_EXECUTABLES): Remove.
4242         * configure: Rebuild with Autoconf 2.59.
4243         * acinclude.m4 (DJ_AC_STL): Quote macro name to appease aclocal.
4244         (DJ_AC_PATH_TCLSH): Likewise.
4245         (DJ_AC_PATH_DOCBOOK): Likewise.
4246         * aclocal.m4: Rebuild.
4247         * Makefile.in: Rebuild with Automake 1.8.2.
4248         * doc/Makefile.in: Likewise.
4249         * example/Makefile.in: Likewise.
4250         * testsuite/Makefile.in: Likewise.
4251         * testsuite/libdejagnu/Makefile.in: Likewise.
4253 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4255         Import orphaned patches from sources.redhat.com:
4257         2002-05-02  Fernando Nasser  <fnasser@redhat.com>
4258         * doc/dejagnu.texi: Document KFAIL and KPASS.
4260         2002-02-20  Richard Henderson  <rth@redhat.com>
4261         * lib/target.exp (prune_warnings): Revert early "In function"
4262         strip, as this breaks g++.dg tests.  Match dangerous regexp
4263         without the "In function" header.
4265         2002-02-09  Richard Henderson  <rth@redhat.com>
4266         * lib/target.exp (prune_warnings): Strip "In function" etc early.
4267         Adjust "dangerous" regexp for glibc's tmpnam warning.
4269         2001-09-10  Jim Blandy  <jimb@redhat.com>
4270         * baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script,
4271         so we get the version of the `outbyte' function that does console
4272         output in a way that GDB's rom68k target recognizes.  Note that
4273         the board can now do output.
4275         2000-04-25  Felix Lee  <flee@cygnus.com>
4276         * baseboards/tx39-sim.exp: Use idt, not dve linker script.  Delete
4277         misleading comments and null statements.
4279 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4281         * DejaGnu 1.4.4 released.
4283 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4285         * Makefile.am (tarball): Depend on book1.html, not overview.html.
4286         Don't echo needless messages. Portably copy the source tree to
4287         dejagnu-${VERSION}.  Portably copy documentation files from the
4288         source tree to the distribution directory.  Don't copy RPM-related
4289         files -- leave that to the rpm target.
4290         (snapshot): Remove target.
4291         (overview.html): Rename target from this ..
4292         (book1.htm): .. to this.
4293         (rpm): Portably copy tar file to SOURCES directory.
4294         (deb): Depend on book1.html, not overview.html.
4295         (dist-hook): Depend on book1.html, not overview.html.
4296         * Makefile.in: Rebuild.
4297         * doc/Makefile.am (TARGETS): Depend on book1.html.
4298         (book1.html): Depend on html/book1.html.
4299         (overview.dvi): Remove target.
4300         * doc/Makefile.in: Rebuild.
4302 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4304         * Clean.tcl: Run tclsh via /usr/bin/env for portability.
4305         (cleanfiles): Concatenate regular filenames that match .*.
4307 2004-01-12  Ben Elliston  <bje@wasabisystems.com>
4309         * baseboards/frv-sim.exp: Remove reference to devo/sim.
4311 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4313         * doc/overview: Remove all files.
4315 2003-12-03  Ben Elliston  <bje@wasabisystems.com>
4317         * testsuite/runtest.all/utils.test: Fix a test for proc find which
4318         assumed that "subsubfile1" would appear at the end of the returned
4319         list.  Adjust to use a more robust regular expression.
4321 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
4323         * doc/overview.sgml (version): Update.
4324         * doc/overview/installation.html: Likewise.
4326         * packaging/rpm/dejagnu.spec: Update version numbers throughout.
4327         * packaging/pkg/pkginfo: Likewise.
4328         * packaging/depot/dejagnu.psf: Likewise.
4330 2003-10-25  Ben Elliston  <bje@wasabisystems.com>
4332         * runtest.exp (frame_version): Bump version.
4333         * configure.in (AM_INIT_AUTOMAKE): Likewise.
4334         * configure: Regenerate.
4336 2003-10-16  Rob Savoye   <rob@welcomehome.org>
4338         * packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
4340 2003-10-13  Ben Elliston  <bje@wasabisystems.com>
4342         * baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
4344 2003-10-11  Corinna Vinschen  <vinschen@redhat.com>
4346         * baseboards/sh-sim.exp: New file.
4348 2003-10-11  Ben Elliston  <bje@wasabisystems.com>
4350         * NEWS: Tidy.
4351         * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
4353 2003-10-08  Ben Elliston  <bje@wasabisystems.com>
4355         * i960glue.c: Remove.
4356         * packaging/pkg/prototype: Remove i960glue.c.
4358 2003-10-07  Ben Elliston  <bje@wasabisystems.com>
4360         * contrib/README: Remove.
4361         * contrib/testit: Remove bitrotten script.
4362         * contrib/test-g++: Likewise.
4363         * contrib/test-tool: Likewise.
4365 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4367         * TODO: Tidy.
4368         * contrib/README: Bring up to date.
4370 2003-08-23  Corinna Vinschen  <vinschen@redhat.com>
4372         * config/sid.exp: Add gdb settings to use no hardware watchpoints.
4374 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4376         * README: Update section on reporting bugs.
4378 2003-08-22  Ben Elliston  <bje@wasabisystems.com>
4380         * lib/kermit.exp: Document procs.
4381         * lib/ftp.exp: Likewise.
4383 2003-08-19  Ben Elliston  <bje@wasabisystems.com>
4385         * contrib/testit: Run wish via /usr/bin/env for portability.
4387 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4389         * Makefile.am: Tidy comments and unused command lines.
4390         * Makefile.in: Regenerate.
4391         * testsuite/libdejagnu/Makefile.in: Likewise.
4393         * contrib/bluegnu2.0.3: Remove unsupported subtree.
4395 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4397         * MAINTAINERS: New file.
4399 2003-08-17  Ben Elliston  <bje@wasabisystems.com>
4401         * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
4402         * doc/Makefile.in: Regenerate.
4404 2003-08-16  Ben Elliston  <bje@wasabisystems.com>
4406         * doc/overview.sgml (overview): Start overhauling chapter.
4408         * doc/README.Writers: New document on style conventions.
4409         * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
4410         * doc/user.sgml: Likewise.
4411         * doc/overview.sgml: Likewise.
4412         * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
4414 2003-08-12  Ben Elliston  <bje@wasabisystems.com>
4416         * Makefile.am (tarball): Update path to dejagnu.spec.
4417         (rpmspec): Likewise.
4418         (deb): Likewise, update path to package metafiles.
4419         (solpkg): Likewise.
4420         (hpdepot): Likewise.
4421         * Makefile.in: Regenerate.
4422         * aclocal.m4: Likewise.
4423         * configure: Likewise.
4424         * doc/Makefile.in: Likewise.
4425         * example/Makefile.in: Likewise.
4426         * testsuite/Makefile.in: Likewise.
4427         * deb: Move from here ..
4428         * packaging/deb: .. to here.
4429         * redhat: Move from here ..
4430         * packaging/rpm: .. to here.
4431         * depot: Move from here ..
4432         * packaging/depot: .. to here.
4433         * pkg: Move from here ..
4434         * packaging/pkg: .. to here.
4436         * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
4437         (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
4438         * testsuite/libdejagnu/Makefile.in: Regenerate.
4440 2003-08-07  Ben Elliston  <bje@wasabisystems.com>
4442         * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
4443         to increment count rather than count++ as in C.
4445 2003-08-06  Ben Elliston  <bje@wasabisystems.com>
4447         * lib/remote.exp: Replace "TCL" with "Tcl".
4449 2003-07-30  Ben Elliston  <bje@wasabisystems.com>
4451         * doc/runtest.1: Replace "TCL" with "Tcl".
4452         Make last revision date current.
4454 2003-07-29  Ben Elliston  <bje@wasabisystems.com>
4456         * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
4457         URLs and other stylistic improvements.
4458         * doc/ref.sgml: Likewise.
4459         * doc/user.sgml: Likewise.
4461 2003-07-25  Mike Stump  <mrs@apple.com>
4463         * lib/target.exp (prune_warnings): Handle "nfs server .* not
4464         responding" and "nfs server .* is alive again".
4466 2003-07-20  Ben Elliston  <bje@wasabisystems.com>
4468         * config.guess: Update to most recent version.
4469         * config.sub: Ditto.
4470         * AUTHORS: Add self to list of maintainers.
4472 2003-07-25  Jim Dein  <jdein@deinji5.apple.com> (RIP)
4474         * lib/utils.exp (find): Fix double recursion bug.
4476 2002-02-25  Jackie Smith Cashion  <jsmith@redhat.com>
4478         * baseboards/am33_2.0-libremote.exp: New file.
4480 2000-11-21  Drew Moseley  <dmoseley@redhat.com>
4482         * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
4483         ASB2303 board.
4485 2000-08-10  Drew Moseley  <dmoseley@cygnus.com>
4487         * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
4488         ASB2303 board.
4490 2003-06-13  Phil Edwards <pme@devphil.com>
4492         * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
4493         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
4494         only -T[linker] instead of -Wl,-T[linker].
4496 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
4498         * lib/target.exp (prune_warnings): Add two more linker
4499         warning patterns for warnings generated by modern verions
4500         of NetBSD.
4502 2003-05-12  H.J. Lu <hongjiu.lu@intel.com>
4504         * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
4506 2003-05-09  H.J. Lu <hongjiu.lu@intel.com>
4508         * runtest: Fix a typo.
4510 2003-05-03  Nitin Dhavale <nitinpdhavale@indiatimes.com>
4512         * doc/user.sgml: Clarify how to set the verbose option.
4514 2003-03-28 Chris Demetriou <cgd@broadcom.com>
4516         * lib/framework.exp (check_conditional_xfail): Adjust so that
4517         an empty 'includes' list matches all sets of flags.
4518         * doc/dejagnu.texi: Document the above.
4519         * doc/ref.sgml: Likewise.
4521 2003-03-27  David Heine <dlheine@tensilica.com>
4523         * baseboards/xtensa-sim.exp: Fix a syntax error.
4525 2003-03-16  Rob Savoye  <rob@direwolf.welcomehome.org>
4527         * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
4528         than stomp on it. This is based on a patch from Brendan Conoboy
4529         <blc@redhat.com>.
4530         * Most files: Update copyright dates.
4532 2003-03-13  Mike Stump  <mrs@apple.com>
4534         * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
4535         help ensure uniqueness.
4537 2003-03-05  Alexandre Oliva  <aoliva@redhat.com>
4539         * lib/remote.exp (standard_download, standard_upload): Support
4540         nfsdir and nfsroot_server.
4542 See ChangeLog-1992 for earlier changes.