Regenerate build system files
[dejagnu.git] / ChangeLog
blobcb7f4d710f140d47bd0cb2c015f938182fffa9d4
1 2020-12-15  Jacob Bachmeyer  <jcb@gnu.org>
3         * configure: Regenerate.
4         * Makefile.in: Regenerate.
6         * Makefile.am (RUNTEST): Explain override of Automake default.
8         * configure.ac: Update for autoconf 2.69 using autoupdate.
9         * configure.ac: Remove search for expect now handled by Automake.
11         Apply patch from Dimitar Dimitrov:
13         * Makefile.am (dejagnu_TEXINFOS): Change this...
14         * Makefile.am (doc_dejagnu_TEXINFOS): ...to this.
16         This fixes an incorrectly recorded dependency.
18 2020-11-17  Jacob Bachmeyer  <jcb@gnu.org>
20         PR44636 / PR44693
22         * doc/dejagnu.texi (Adding a new tool): Fix incorrect description
23         that conflated the tool init file with the target interface file.
24         (Make Check): Add cross-reference to the GNU Automake manual for
25         more details.
27 2020-11-10  Jacob Bachmeyer  <jcb@gnu.org>
29         PR44545
31         * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
32         Use [file normalize] to ensure that link targets are unambiguous.
33         (link_dejagnu_launcher_test_item): Avoid spurious errors when test
34         environment has already been prepared in a previous run.
36         * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
37         New procedure to collect existing repeated testsuite code.
38         * testsuite/launcher.all/command.exp: Establish testing
39         environment using link_dejagnu_launcher_test_item procedure.
41 2020-11-09  Jacob Bachmeyer  <jcb@gnu.org>
43         * aclocal.m4: Regenerate.
44         * configure: Regenerate.
45         * Makefile.in: Regenerate.
47         * configure.ac: Revert development version branch tagging hook.
48         * Makefile.am: Likewise.
50         These caused failures (reported in PR44462 as a secondary issue)
51         when a source tree is copied out of a Git directory.
53 2020-08-31  Jacob Bachmeyer  <jcb@gnu.org>
55         * doc/runtest.1: Add brief GFDL notice.  License notice in the
56         formatted manpage should now describe DejaGnu as a whole.
58         * NEWS: Prepare for release.
60 2020-08-18  Jacob Bachmeyer  <jcb@gnu.org>
62         * testsuite/runtest.libs/testsuite_file.test: Add missing
63         copyright and GPL notice.
64         * testsuite/runtest.libs/testsuite_can.test: Likewise.
65         * testsuite/runtest.libs/testcase_group.test: Likewise.
67 2020-08-12  Jacob Bachmeyer  <jcb@gnu.org>
69         * doc/dejagnu.texi (The dejagnu_h header file): Remove node.
70         (Running unit tests): Add node.
71         (DejaGnu unit test protocol): Add node.
72         (C unit testing API): Update to reflect current API.  Move mention
73         of dejagnu.h header here in preparation for future expanded
74         language support.
75         (C++ unit testing API): Likewise.  Mention caveat that the C unit
76         test API is also available in C++ programs.
78 2020-08-10  Jacob Bachmeyer  <jcb@gnu.org>
80         * baseboards/qemu.exp: Tidy whitespace.
82 2020-08-10  Jacob Bachmeyer  <jcb@gnu.org>
84         Merge patch from Kito Cheng to add support for RISC-V sim target.
86         * baseboards/riscv-sim.exp: New file.
87         * Makefile.am (baseboard_DATA): Add riscv-sim.exp.
88         * Makefile.in (baseboard_DATA): Likewise.
90 2020-08-02  Jacob Bachmeyer  <jcb@gnu.org>
92         * Makefile.am (TESTSUITE_FILES): Add files that were introduced
93         during development but were mistakenly not added at that time.
94         (baseboard_DATA): Sort baseboard file list.
95         (baseboard_DATA): Add missing files.
96         (dejagnu_TEXINFOS): New; add GNU FDL file.
97         (CONTRIB): Add experimental Python unit test module.
99         * Makefile.in (TESTSUITE_FILES): Likewise.
100         (baseboard_DATA): Likewise.
102         * testsuite/dejagnu.py:  Move from here...
103         * contrib/dejagnu.py: ...to here.
105 2020-08-02  Rob Savoye  <rob@senecass.com>
107         * Makefile.in: Regenerate so make dist works.
109 2020-07-25  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
111         * doc/dejagnu.texi (Writing a test case): Mention the DejaGnu
112         procedure "perror" instead of the Tcl command "error".
113         (Writing a test case): Reorganize node and give basic hints about
114         Tcl quoting and backslash escape rules.
115         (Writing a test case): Describe synchronization issues and warn
116         that prefixes of valid input can be presented for matching.
117         (Writing a test case): Fix markup from conversion from DocBook.
119 2020-07-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
121         PR42399
123         * NEWS: Document changes to host_execute.
125         * lib/dejagnu.exp (host_execute): Revise expect matching to
126         combine all unit test protocol lines into one pattern.
127         (host_execute): Rework other expect patterns.
128         (host_execute): Ensure that all output from child process is read
129         until the child closes its output to avoid sending early SIGPIPE.
130         (host_execute): Report an ERROR (and cause the next test to be
131         recorded as UNRESOLVED) if the Expect matching buffer overflows.
132         (host_execute): Remove dependency on global "text" variable.
134         * Makefile.am (TESTSUITE_FILES): Update.
136         * testsuite/runtest.main/stats.exp: Generalize infrastructure and
137         add tests for DejaGnu unit testing support.
138         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
139         New file.
140         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk:
141         New file.
143 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
145         PR42399
147         * Makefile.am (TESTSUITE_FILES): Update.
149         * lib/dejagnu.exp (host_execute): Allow the executable to be
150         specified with an absolute file name.
151         (host_execute): Fix argument handling to allow passing more than
152         one argument to the executable.  Return early if given no
153         arguments at all instead of trying to execute "./".
155         * testsuite/runtest.main/pr42399.exp: New file.
156         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399.awk:
157         New file.
158         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
159         New file.
161 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
163         * Makefile.am (CLEANFILES): Update.
164         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
166         * testsuite/lib/runtest.exp (runtest_setup_nested_testsuite): New
167         procedure.
168         (runtest_cleanup_nested_testsuite): New procedure.
170         * testsuite/runtest.main/error.exp: Use the tool name "error" to
171         select the proper subset of the nested testsuite.  Use new
172         procedures for handling nested testsuite.  Use common
173         nested-init.exp local init file for nested testsuite.  Let local
174         init file nested-init.exp handle setting "outdir" variable.
175         * testsuite/runtest.main/options.exp: Likewise; "null" tool.
176         * testsuite/runtest.main/stats.exp: Likewise; "stat" tool.
178         * testsuite/runtest.main/nested/: Combine nested testsuites.
179         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
180         Move from here...
181         * testsuite/runtest.main/nested/testsuite/error.test/error-al-dbz.exp:
182         ...to here.
183         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
184         Move from here...
185         * testsuite/runtest.main/nested/testsuite/error.test/error-dbz.exp:
186         ...to here.
187         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
188         Move from here...
189         * testsuite/runtest.main/nested/testsuite/error.test/error-undef.exp:
190         ...to here.
191         * testsuite/runtest.main/error/testsuite/error.test/simple.exp:
192         Move from here...
193         * testsuite/runtest.main/nested/testsuite/error.test/simple.exp:
194         ...to here.
195         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
196         Move from here...
197         * testsuite/runtest.main/nested/testsuite/null.test/null.exp:
198         ...to here.
199         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
200         Move from here...
201         * testsuite/runtest.main/nested/testsuite/stat.test/stats-sub.exp:
202         ...to here.
204 2020-07-16  Rob Savoye  <rob@senecass.com>
206         * baseboards/qemu.exp: Works now with qemu instead of sim.
208 2020-07-06  Rob Savoye  <rob@senecass.com>
210         * baseboards/qemu.exp: Initial working support to use qemu for
211         bare metal testing.
212         * Makefile.am: Install qemu.exp.
213         * autogen.sh: Add script borrowed from my Gnash project to
214         regenerate configure/build files.
215         * aclocal.m4, configure.ac, Makefile.am: regenerated GDB too.
216         * doc/dejagnu.texi: Update copyright date.
218 2020-06-29  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
220         PR 41824 / PR 41918
222         * NEWS: Add item for repeated error messages.
224         * lib/framework.exp (log_and_exit): Add separator lines around the
225         error dumps repeated at the end of a run.
227 2020-06-26  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
229         PR 41824 / PR 41918
231         * NEWS: Remove items for --keep_going / --no_keep_going options.
233         * Makefile.am (CLEANFILES): Adjust for renames.
234         (TESTSUITE_FILES): Likewise.
236         * doc/dejagnu.texi (Invoking runtest): Remove --keep_going and
237         --no_keep_going options.
238         (A POSIX Conforming Test Framework): Document that Tcl errors in
239         test scripts produce UNRESOLVED results as placeholders.
241         * doc/runtest.1: Likewise.
243         * lib/framework.exp (log_and_exit): Print collected Tcl errors.
245         * runtest.exp (dejagnu::error): New internal namespace.
246         (runtest): Collect Tcl errors caught while executing test scripts.
247         (dejagnu::opt): Remove internal namespace.
248         Remove --keep_going / --no_keep_going options.  No longer abort on
249         any Tcl errors; instead store them and repeat the messages at the
250         end of the run.
252         * testsuite/runtest.main/abort.exp: Rename from this ...
253         * testsuite/runtest.main/error.exp: ... to this and revise tests.
255         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
256         Rename from this...
257         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
258         ... to this.
259         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp:
260         Rename from this...
261         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
262         ... to this.
263         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
264         Rename from this...
265         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
266         ... to this.
268 2020-06-24  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
270         PR 41824 / PR 41918
272         * NEWS: Revise relevant items.
274         * doc/dejagnu.texi (Invoking runtest): Add --no_keep_going option.
275         * doc/runtest.1: Document --no_keep_going option.  Remove
276         long-obsolete --name option.  The --name option had been removed
277         from runtest before the code was imported into what became the
278         current repository.
280         * runtest.exp: Add option --no_keep_going to stop immediately if a
281         test script aborts due to a Tcl error.  Remove vestiges of
282         long-obsolete --name option.  Make --keep_going option default.
284         * testsuite/runtest.main/abort.exp: Adjust tests to use
285         --no_keep_going and --keep_going instead of assuming a default.
287 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
289         Merge patches from Maciej W. Rozycki to fix timeout handling.
291         * lib/remote.exp (close_wait_program): Use `catch' in killing
292         pending force-kills.
294         * lib/remote.exp (close_wait_program): Only kill the pending
295         force-kills if the PID list has a single entry.
296         (local_exec): Set the channel about to be closed to the
297         nonblocking mode if we didn't see an EOF.
298         (standard_close): Likewise, unconditionally.
300 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
302         * NEWS: Mention "linker=" option and added language support.
304         * doc/dejagnu.texi (target_compile procedure): Document new
305         "linker=" option to target_compile.
307         * lib/target.exp (default_target_compile): Actually use internal
308         option for separate linker provided for Go language support.  This
309         seems to have been accidentally omitted from Tom Tromey's patches.
310         (default_target_compile): Add "linker=" option, similar to
311         "compiler=" option, but the former overrides the latter when
312         building an executable.
313         (default_target_compile): Ensure that "--emit obj" is spaced from
314         previous item when used to compile Rust.  Use "--emit asm" instead
315         of "-S" when generating assembly from Rust sources.
317         * testsuite/runtest.libs/target.test: Add tests for Go and Rust.
318         Also add tests for the new "early_flags=" and "linker=" options.
320 2020-06-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
322         * doc/dejagnu.texi (Libgloss): Update menu.
323         (find_go procedure, find_go_linker procedure): New nodes.
324         (find_rustc procedure): New node.
326 2020-06-19  Tom Tromey  <tromey@adacore.com>
328         * doc/dejagnu.texi (target_compile procedure): Document Go
329         additions.
330         * lib/target.exp (default_target_compile): Handle Go.
331         * lib/libgloss.exp (find_go, find_go_linker): New procs.
333 2020-06-19  Tom Tromey  <tromey@adacore.com>
335         * doc/dejagnu.texi (target_compile procedure): Document rust
336         additions.
337         * lib/target.exp (default_target_compile): Handle rust.
338         * lib/libgloss.exp (find_rustc): New proc.
340 2020-06-19  Tom Tromey  <tromey@adacore.com>
342         * lib/target.exp (default_target_compile): Add early_flags.
343         * doc/dejagnu.texi (target_compile procedure): Document
344         early_flags.
346 2020-06-19  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
348         Merge patches from Tom de Vries <tdevries <at> suse.de> and write
349         ChangeLog entries.
351         * testsuite/runtest.main/abort.exp: Add tests that verify handling
352         of arithmetic errors (divide-by-zero) in a procedure called within
353         a test script.
355         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp: New file.
357 2020-06-18  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
359         PR 41824 / PR 41918
361         Thanks to Tom de Vries for raising these concerns and offering the
362         initial testsuite patch that led to these changes.
364         * NEWS: Add item for consistent abort-on-error handling.
366         * lib/framework.exp (unknown): Always link global variables.  Tidy.
367         Silently propagate errors raised in autoloaded procedures and move
368         the UNRESOLVED result and aborting the test run to...
369         * runtest.exp (runtest): Report an UNRESOLVED result if a test
370         script aborts due to a Tcl error.  Link global errorCode and
371         report its value if an error occurs.  For consistency, abort the
372         test run on any Tcl error in a test script instead of only when
373         calling an undefined procedure.
375         * testsuite/runtest.main/abort.exp: Add tests to verify handling
376         of arithmetic errors (divide-by-zero) in an auto-loaded procedure
377         called from a test script.  Adjust other patterns.
379         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
380         New file.
382 2020-06-17  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
384         PR 41824
386         * NEWS: Add item for --keep_going option.
388         * Makefile.am (CLEANFILES): Add abort-init.exp to list.
389         (TESTSUITE_FILES): Add new testsuite files to list.
391         * doc/dejagnu.texi (Invoking runtest): Document new --keep_going
392         command line option.
393         * doc/runtest.1: Likewise.
395         * lib/framework.exp (unknown): Report an UNRESOLVED result if an
396         unknown command is invoked.  Avoid exiting and propagate the error
397         from Tcl's "unknown" procedure if --keep_going was
398         specified. Brace procedure argument list.
399         * runtest.exp (dejagnu::opt): New namespace.
400         Add option --keep_going to continue running tests after a test
401         script aborts due to calling an undefined command.
403         * testsuite/runtest.main/abort.exp: New file.
404         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
405         New file.
406         * testsuite/runtest.main/abort/testsuite/abort.test/simple.exp:
407         New file.
409 2020-06-17  Tom de Vries  <tdevries <at> suse.de>
411         * lib/framework.exp (unknown): Propagate return value of auto-loaded
412         command.
414 2020-06-15  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
416         Merge patches from Linaro:
418         2018-09-28  Christophe Lyon <christophe.lyon@linaro.org>
419         * lib/ssh.exp (ssh_exec): Redirect stderr to stdout on the remote
420         machine, to avoid race conditions.
422         2016-04-25  Yvan Roux <yvan.roux@linaro.org>
423         * lib/rsh.exp (rsh_exec): Don't remove trailing newline.
424         * lib/ssh.exp (ssh_exec): Likewise.
426         2016-06-28  Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
427         * config/unix.exp (unix_load): Prepend the value of an
428         "exec_shell" board_info key to the command if it is defined.
430 2020-06-06  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
432         * NEWS: Document "testcase" command.
434         * doc/dejagnu.texi (testcase procedure): Document multiplex entry
435         point and "testcase group" command.
437         * lib/framework.exp: Add internal namespace ::dejagnu::group.
438         (::dejagnu::group::check_name): New procedure.
439         (::dejagnu::group::current): New procedure.
440         (::dejagnu::group::push): New procedure.
441         (::dejagnu::group::pop): New procedure.
442         (::dejagnu::group::pop_to_file): New procedure.
443         (testcase): New procedure for multiplex commands.
444         (testcase_group): New procedure implementing "testcase group".
446         * testsuite/runtest.libs/testcase_group.test: New file.
448 2020-06-05  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
450         * NEWS: Document new "testsuite can call api" command.
452         * doc/dejagnu.texi (testsuite procedure): Document new subcommand
453         "testsuite can call api".
455         * lib/framework.exp (testsuite): Add branch for "testsuite can".
456         (testsuite_can): New procedure implementing "testsuite can".
458         Add internal array ::dejagnu::apilist to store information for
459         "testsuite can call api" for querying the availability of an API
460         call.  This will allow test scripts to adapt and use new features
461         while still being able to run under older versions of DejaGnu.
463         * testsuite/runtest.libs/testsuite_can.test: New file.
465 2020-06-02  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
467         PR 41647
468         * NEWS: Fix typo.  Fix Emacs mode tag.
469         Document use of Tcl namespace ::dejagnu for internals.
470         * runtest.exp (dejagnu::command_line): New namespace.
471         (dejagnu::command_line::save_cmd_var): New procedure.
472         (dejagnu::command_line::restore_cmd_vars): New procedure.
473         (dejagnu::command_line::dump_cmd_vars): New procedure.
474         * runtest.exp: Save internal variables set by command line
475         arguments during the first pass and restore their values after
476         loading testsuite init files.
478 2020-06-01  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
480         PR 41647
481         * runtest.exp: Describe search for testsuite at verbose level 3.
482         Print initial working directory at verbose level 1.
484 2020-05-28  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
486         PR 41587
487         * testsuite/lib/launcher.exp: Adjust LAUNCHER variable default
488         value to use an absolute file name.
489         * testsuite/lib/report-card.exp: Likewise.
490         * testsuite/runtest.main/options.exp: Set outdir in options-init
491         instead of changing working directory in child runtest.
493         * runtest.exp (logname): Move verbose display of logname to
494         immediately after finding the user's login name.
496         PR 41585
497         * runtest.exp (libdir): Fix default value of global variable.
499         * ChangeLog: Tidy irregular indentation.
501 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
503         * doc/dejagnu.texi (target_compile procedure): Add documentation.
505 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
507         * doc/dejagnu.texi (target_link procedure): New stub node.
508         (default_link procedure): Document internal procedure.
509         (default_target_assemble procedure): Likewise.
510         (default_target_compile procedure): Likewise.
512 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
514         * baseboards/{aarch64-sim, arm-ice, arm-sim, basic-sid, iq2000-sim,
515         mn10300-sim, moxie-sim}.exp: Cleanup up whitespace.
517 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
519         * lib/target.exp (default_target_compile): Use "host_info"
520         procedure to probe for a host configuration, instead of checking a
521         local empty target_info array due to lacking "global target_info".
523 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
525         * doc/dejagnu.texi (Adding a new board): Document that the
526         "compiler" board_info field is optional and defaults to [find_gcc]
527         if not given.
528         (Board configuration file): Likewise.
530         * lib/target.exp (default_target_compile): Establish a default C
531         compiler by evaluating [find_gcc] if no other compiler is given.
533         * baseboards/aarch64-sim.exp: Remove no-longer-needed
534         "set_board_info compiler [find_gcc]" from this file.
535         * baseboards/am33_2.0-libremote.exp: Likewise.
536         * baseboards/androideabi.exp: Likewise.
537         * baseboards/arm-ice.exp: Likewise.
538         * baseboards/arm-sim.exp: Likewise.
539         * baseboards/cris-sim.exp: Likewise.
540         * baseboards/d30v-sim.exp: Likewise.
541         * baseboards/fr30-sim.exp: Likewise.
542         * baseboards/frv-sim.exp: Likewise.
543         * baseboards/gdbserver-sample.exp: Likewise.
544         * baseboards/iq2000-sim.exp: Likewise.
545         * baseboards/linux-gdbserver.exp: Likewise.
546         * baseboards/linux-libremote.exp: Likewise.
547         * baseboards/mcore-moto-sim.exp: Likewise.
548         * baseboards/mcore-sim.exp: Likewise.
549         * baseboards/mips-sim-idt32.exp: Likewise.
550         * baseboards/mips-sim-idt64.exp: Likewise.
551         * baseboards/mips-sim-mti32.exp: Likewise.
552         * baseboards/mips-sim-mti64.exp: Likewise.
553         * baseboards/mips-sim-mti64_64.exp: Likewise.
554         * baseboards/mips-sim-mti64_n32.exp: Likewise.
555         * baseboards/mips-sim-sde32.exp: Likewise.
556         * baseboards/mips-sim-sde64.exp: Likewise.
557         * baseboards/mips-sim.exp: Likewise.
558         * baseboards/mmixware-sim.exp: Likewise.
559         * baseboards/mn10200-sim.exp: Likewise.
560         * baseboards/mn10300-sim.exp: Likewise.
561         * baseboards/moxie-sim.exp: Likewise.
562         * baseboards/msp430-sim.exp: Likewise.
563         * baseboards/powerpc-sim.exp: Likewise.
564         * baseboards/powerpcle-sim.exp: Likewise.
565         * baseboards/rx-sim.exp: Likewise.
566         * baseboards/sh-sim.exp: Likewise.
567         * baseboards/sparc-sim.exp: Likewise.
568         * baseboards/sparc64-sim.exp: Likewise.
569         * baseboards/sparclite-sim-le.exp: Likewise.
570         * baseboards/sparclite-sim.exp: Likewise.
571         * baseboards/unix.exp: Likewise.
572         * baseboards/v850-sim.exp: Likewise.
573         * baseboards/visium-sim.exp: Likewise.
574         * baseboards/xtensa-sim.exp: Likewise.
576 2020-05-24  Rob Savoye  <rob@senecass.com>
578         * baseboards/pi.exp: New config file for cross testing to a
579         Raspberry PI.
581 2020-05-24  Tom Tromey  <tom@tromey.com>
583         * .gitignore: Add files.
585 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
587         * testsuite/runtest.libs/target.test: Use mockutil.tcl.
588         Collect loading DejaGnu libraries into a single loop.
589         Revise the mock board_info array.
590         Add section headings for different test groups in this file.
591         Add tests for default_target_compile in lib/target.exp.
592         * testsuite/runtest.libs/mockutil.tcl: New file.
594 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
596         * doc/dejagnu.texi (remote_exec procedure): Explicitly list
597         optional arguments instead of simply copying the Tcl argument list
598         or the remote_exec procedure.
600 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
602         * testsuite/runtest.libs/default_procs.tcl: Set sum_file to empty
603         string instead of opening a temporary file named .tmp.
604         * testsuite/runtest.libs/libs.exp: No longer need to remove .tmp.
606 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
608         * testsuite/runtest.libs/target.test: Rename fake "target_info"
609         array to a fake "board_info" array, to align with changes made to
610         the DejaGnu core on 29 January 1997 that moved the target
611         configuration data into the global board_info array.
613         * testsuite/runtest.libs/remote.test: Likewise.
615 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
617         * testsuite/runtest.libs/libs.exp: Use runtest_file_p to honor
618         requests to run only some library tests.
620 2020-05-18  Rob Savoye  <rob@senecass.com>
622         * configure.ac: Extract the current branch.
623         * Makefile.am: Change the frame_version in runtest.exp post
624         install to add the branch and git revision to make it easier to
625         support multiple versions during development.
627 2020-05-15  Rob Savoye  <rob@senecass.com>
629         * All files: Minor change, update copyright dates.
631 2019-03-08  Andrew Burgess  <andrew.burgess@embecosm.com>
633         * runtest.exp (search_and_load_file): Join the directory and
634         filename once using 'file join'.
636 2019-01-24  Jacob Bachmeyer  <jcb62281@gmail.com>
638         * doc/dejagnu.texi: Refill paragraphs and normalize inter-sentence
639         spacing so the Emacs move-by-sentence commands work correctly.
641 2019-01-23  Ben Elliston  <bje@gnu.org>
643         * doc/dejagnu.texi: Replace "config file" with "configuration
644         file" throughout.
646 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
648         * doc/dejagnu.texi (Command line option variables): Improve table
649         formatting to fix overlapping columns and revise text slightly.
651 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
653         * doc/dejagnu.texi (Global config file): Change example to use the
654         Tcl "switch" command instead of the deprecated "case" command.
656 2019-01-12  Jacob Bachmeyer  <jcb62281@gmail.com>
658         * doc/dejagnu.texi (runtest_file_p procedure): Fix description of
659         the structure of the "runtests" argument.
661 2019-01-12  Ben Elliston  <bje@gnu.org>
663         * doc/dejagnu.texi: Various documentation fixes.
665 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
667         * testsuite/runtest.libs/clone_output.test: Use new test harness
668         for verifying output of clone_output.
670         * testsuite/runtest.libs/default_procs.tcl (send_error): Roll into
671         template using store_test_output.
672         (send_log): Likewise.
673         (send_user): Likewise.
674         (clear_test_output): New proc.
675         (store_test_output): New proc.
677         * lib/framework.exp (clone_output): Actually send errors to the
678         error stream; bug found while improving testsuite.
680 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
682         * testsuite/runtest.libs/libs.exp (process_test): Handle blank
683         lines from child process correctly.
685 2019-01-02  Jacob Bachmeyer  <jcb62281@gmail.com>
687         * NEWS: Document report card.
689         * Makefile.am (clean-local): Add target.
690         (clean-local-check): Add target; mark as PHONY.
691         (commands_DATA): Add "report-card" scripts.
692         (dist_man_MANS): Add dejagnu-report-card.1 and split.
693         (DEJATOOL): Add "report-card" tool.
694         (TESTSUITE_FILES): Add testsuite for "report-card" tool.
696         * commands/report-card.awk: New command script.
698         * doc/dejagnu.texi (Invoking dejagnu report card): New node.
699         * doc/dejagnu-report-card.1: New man page.
701         * testsuite/lib/bohman_ssd.exp: New file.
702         * testsuite/lib/report-card.exp: New file.
703         * testsuite/report-card.all/onetest.exp: New file.
704         * testsuite/report-card.all/passes.exp: New file.
706 2019-01-02  Ben Elliston  <bje@gnu.org>
708         * Makefile.am (DISTCLEANFILES): Don't use this.
709         (CLEANFILES): Use this instead.
710         * Makefile.in: Regenerate.
712 2019-01-01  Ben Elliston  <bje@gnu.org>
714         * configure.ac: Abort if AWK is not installed.
715         * configure: Regenerate.
717 2019-01-01  Ben Elliston  <bje@gnu.org>
719         * config.guess: Update to latest version.
720         * config.sub: Likewise.
722 2019-01-01  Ben Elliston  <bje@gnu.org>
724         * configure.ac: Add AC_PROG_AWK check.
725         * configure: Regenerate.
727 2018-12-29  Jacob Bachmeyer  <jcb62281@gmail.com>
729         * dejagnu: Avoid use of semicolon as sed(1) command separator.
730         POSIX does not clearly require sed(1) to support that feature.
732 2018-12-28  Jacob Bachmeyer  <jcb62281@gmail.com>
734         * testsuite/lib/util-defs.exp: Whitespace clean up.
736 2018-12-21  Jacob Bachmeyer  <jcb62281@gmail.com>
738         PR 33817
739         * dejagnu: Improve command parsing to fix bug. Previously, the
740         documented equivalence between "multi word command" and
741         "multi-word-command" did not hold if no arguments were given.
742         * testsuite/launcher.all/command.exp: Add tests.
744 2018-12-20  Ben Elliston  <bje@gnu.org>
746         * NEWS: Add item for new dejagnu command.
748         * Makefile.am (EXTRA_DIST): Remove $(XML).
749         * Makefile.in: Regenerate.
751 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
753         * Makefile.am (EXTRA_DIST): Add "dejagnu" launcher script and
754         contents of $(commands_DATA).
755         (bin_SCRIPTS): Add "dejagnu" launcher script.
756         (commandsdir): Installation directory for "dejagnu" subcommands is
757         $(pkgdatadir)/commands.
758         (commands_DATA): New, contains "commands/help.sh" as initial item.
759         (TESTSUITE_FILES): Add testsuite for same.
760         (DEJATOOL): Add "launcher" to list of tools to test.
761         (dist_man_MANS): Add man pages for "dejagnu" and "dejagnu help".
763         * doc/dejagnu.texi (Running other DejaGnu commands): New chapter.
764         (Invoking dejagnu): New node for dejagnu(1) launcher script.
765         (Invoking dejagnu help): New node.
767         * doc/dejagnu.1: New man page.
768         * doc/dejagnu-help.1: New man page.
770         * dejagnu: New script.
772         * commands/help.sh: New dejagnu subcommand for reading manpages.
774         * testsuite/launcher.all/command.exp: New file.
775         * testsuite/launcher.all/command/commands/bar-baz.awk: New file.
776         * testsuite/launcher.all/command/commands/bar.awk: New file.
777         * testsuite/launcher.all/command/commands/bar.sh: New file.
778         * testsuite/launcher.all/command/commands/baz-quux.gawk: New file.
779         * testsuite/launcher.all/command/commands/foo.sh: New file.
780         * testsuite/launcher.all/command/commands/foo.tcl: New file.
781         * testsuite/launcher.all/help.exp: New file.
782         * testsuite/launcher.all/interp.exp: New file.
783         * testsuite/launcher.all/verbose.exp: New file.
784         * testsuite/lib/launcher.exp: New file.
786 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
788         * doc/dejagnu.texi (bt procedure): Fix Info links.
790 2018-12-17  Ben Elliston  <bje@gnu.org>
792         * doc/dejagnu.texi (Board config file): Fix up @ref.
793         (Command line option variables): Likewise.
794         (Debugging Procedures): Add an entry for 'bt' command.
796 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
798         * runtest.exp: Move processing of -V|--version option to first
799         pass through command line arguments instead of delaying it.
801 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
803         * Makefile.am (RUNTESTDEFAULTFLAGS): Remove; no longer needed.
804         * Makefile.in: Regenerate.
806 2018-12-15  Ben Elliston  <bje@gnu.org>
808         * doc/dejagnu.texi (telnet Procedure): Remove old node.
809         (rlogin Procedure): Likewise.
810         (rsh Procedure): Likewise.
811         (tip Procedure): Likewise.
812         (kermit Procedure): Likewise.
813         (list_targets Procedure): Likewise.
814         (prune_system_crud): Likewise.
816 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
818         * testsuite/runtest.libs/default_procs.tcl (send_error): New stub.
819         (send_user): Likewise.
820         * testsuite/runtest.libs/clone_output.test: Remove unneeded global
821         variable link at top-level.
822         * testsuite/runtest.libs/utils.test: Adjust absolute path to
823         config.status.
824         * testsuite/runtest.libs/clone_output.test: Use preset srcdir,
825         subdir, and objdir variables instead of extracting them from argv.
826         Remove setval.tmp, which is now obsolete.
827         * testsuite/runtest.libs/config.test: Likewise.
828         * testsuite/runtest.libs/remote.test: Likewise.
829         * testsuite/runtest.libs/target.test: Likewise.
830         * testsuite/runtest.libs/testsuite_file.test: Likewise.
831         * testsuite/runtest.libs/utils.test: Likewise.
833         * testsuite/lib/libsup.exp (make_defaults_file): Replace this ..
834         (send_defaults): .. with this.
835         (start_expect): Remove redundant code.
837         * testsuite/runtest.libs/libs.exp: Eliminate setval.tmp file.
838         Remove unneeded test for EXPECT global variable.
839         Use one Expect subprocess to run all test cases.
840         (process_test): Redesign to use Expect subprocess and to use
841         throwaway slave interpreters for running test cases.
843 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
845         * testsuite/lib/runtest.exp (runtest_start): Remove.
846         Move the sanity check in runtest_start to top-level and similarly
847         check to ensure that $EXPECT can be found.  Make failure of either
848         sanity check an immediate fatal error.
849         Improve error messages for sanity checks to indicate which
850         critical tool was not found.  Remove useless 'global RUNTEST'
851         command at top-level.
852         (runtest_version): Brace 'if' expression.
854 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
856         * testsuite/lib/runtest.exp: Use 'testsuite file' to locate the
857         default runtest executable instead of implicitly searching PATH.
858         Remove unused RUNTESTFLAGS Tcl variable.
860 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
862         * testsuite/lib/runtest.exp (runtest_start): Remove unused global
863         variable links.
865 2018-12-14  Jacob Bachmeyer  <jcb62281@gmail.com>
867         * lib/framework.exp (log_summary): Remove "testcnt" mechanism.
868         * testsuite/lib/libsup.exp: Remove obsolete "testcnt" variable.
870 2018-12-12  Ben Elliston  <bje@gnu.org>
872         * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,
873         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/rlogin.exp,
874         lib/telnet.exp, runtest.exp, testsuite/lib/libsup.exp: Simplify
875         some regular expressions in constant strings by placing them
876         inside braces instead of quotes. This allows one level of
877         backslash quoting to be removed.
879 2018-12-12  Ben Elliston  <bje@gnu.org>
881         * doc/dejagnu.texi: Acknowledge contributions to the manual from
882         others.
884 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
886         * testsuite/runtest.all/libs.exp: Use "testsuite file" command.
887         * testsuite/runtest.all/load_lib.exp: Likewise.
888         * testsuite/runtest.all/stats.exp: Likewise.
890         * testsuite/runtest.all/stats.exp: Write local init file as
891         "stats-init.exp" for status summary tests.  Use --local_init
892         option to runtest to load that file instead of site.exp and move
893         the inner test module to a nested testsuite.
894         * testsuite/runtest.all/stats-sub.exp: Move file from here ..
895         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
896         .. to here.
898         * testsuite/runtest.all/options.exp: Clean up whitespace in file.
899         Wrap lines in test list and move short items to beginning of list.
900         Write local init file as "options-init.exp" for options tests.
901         Use --local_init option with nested runtest to load that file
902         instead of site.exp; also create an empty nested testsuite.  Local
903         init file arranges for inner runtest processes to run in a
904         subdirectory in the object tree to eliminate filename clashes.
905         Set tmpdir if not already set and remove entire temporary
906         directory after running options tests.
907         * testsuite/runtest.all/options/testsuite/null.test/null.exp: New.
909         * testsuite/runtest.all/clone_output.test: Move from here ..
910         * testsuite/runtest.libs/clone_output.test: .. to here.
911         * testsuite/runtest.all/config.test: Move from here ..
912         * testsuite/runtest.libs/config.test: .. to here.
913         * testsuite/runtest.all/default_procs.tcl: Move from here ..
914         * testsuite/runtest.libs/default_procs.tcl: .. to here.
915         * testsuite/runtest.all/libs.exp: Move from here ..
916         * testsuite/runtest.libs/libs.exp: .. to here.
917         * testsuite/runtest.all/load_lib.exp: Move from here ..
918         * testsuite/runtest.libs/load_lib.exp: .. to here.
919         * testsuite/runtest.all/remote.test: Move from here ..
920         * testsuite/runtest.libs/remote.test: .. to here.
921         * testsuite/runtest.all/target.test: Move from here ..
922         * testsuite/runtest.libs/target.test: .. to here.
923         * testsuite/runtest.all/testsuite_file.test: Move from here ..
924         * testsuite/runtest.libs/testsuite_file.test: .. to here.
925         * testsuite/runtest.all/topdir/subdir1/subfile1: Move from here ..
926         * testsuite/runtest.libs/topdir/subdir1/subfile1: .. to here.
927         * testsuite/runtest.all/topdir/subdir1/subfile2: Move from here ..
928         * testsuite/runtest.libs/topdir/subdir1/subfile2: .. to here.
929         * testsuite/runtest.all/topdir/subdir1/subsubdir1/subsubfile1:
930         Move from here ..
931         * testsuite/runtest.libs/topdir/subdir1/subsubdir1/subsubfile1:
932         .. to here.
933         * testsuite/runtest.all/topdir/subdir2/subfile2: Move from here ..
934         * testsuite/runtest.libs/topdir/subdir2/subfile2: .. to here.
935         * testsuite/runtest.all/utils.test: Move from here ..
936         * testsuite/runtest.libs/utils.test: .. to here.
937         * testsuite/runtest.libs/utils.test: Update references to
938         "runtest.all".
940         * testsuite/runtest.all/options.exp: Move from here ..
941         * testsuite/runtest.main/options.exp: .. to here.
942         * testsuite/runtest.all/options/testsuite/null.test/null.exp: Move
943         from here ..
944         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
945         .. to here.
946         * testsuite/runtest.all/stats.exp: Move from here ..
947         * testsuite/runtest.main/stats.exp: .. to here.
948         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
949         Move from here ..
950         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
951         .. to here.
953         * Makefile.am (DISTCLEANFILES): Update for testsuite improvements.
954         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
955         * Makefile.in: Regenerate.
957 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
959         * doc/dejagnu.texi: Clean up whitespace.  Some indented examples
960         were changed to use the Texinfo '@ ' command (yes, a space
961         character) to preserve correct indentation.  The '@ ' command is
962         treated as a single space by Tex and makeinfo, but prevents Emacs
963         from complaining about indentation using spaces instead of tabs.
965 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
967         * doc/dejagnu.texi (getdirs procedure): Document hard-coded
968         directory exclusions by name in this procedure.
970 2018-12-10  Ben Elliston  <bje@gnu.org>
972         * doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl
973         glob patterns, not "shell wildcard characters" per se.
975         * doc/dejagnu.texi (istarget procedure): Remove stray @{.
977 2018-12-10  Jacob Bachmeyer  <jcb62281@gmail.com>
979         * doc/dejagnu.texi (Writing a test case): Add warning about
980         priority of Expect patterns, complete with example.
981         * testsuite/runtest.all/libs.exp (process_test): Fix bug that
982         caused test results other than "PASS" to be skipped if a "PASS" is
983         further along in the input buffer.  Describe problem in manual.
984         (process_test): Ensure that the log file shows each test case run.
985         (process_test): Directly run the test cases instead of using
986         temporary files and "cat".  All output is always available in the
987         log file, which is no longer overwritten by other tests.
988         (process_test): Expect END markers from test case scripts.
989         * testsuite/runtest.all/clone_output.test: Emit END markers.
990         * testsuite/runtest.all/config.test: Likewise.
991         * testsuite/runtest.all/remote.test: Likewise.
992         * testsuite/runtest.all/target.test: Likewise.
993         * testsuite/runtest.all/testsuite_file.test: Likewise.
994         * testsuite/runtest.all/utils.test: Likewise.
996 2018-12-10  Ben Elliston  <bje@gnu.org>
998         * lib/utils.exp (grep): Use a proper Tcl list for options.
1000 2018-12-10  Ben Elliston  <bje@gnu.org>
1002         * testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir.
1004         * lib/utils.exp (getdirs): Use glob -nocomplain rather than glob
1005         and catching the "no files matched glob pattern" error
1006         message. Catching the error message was the wrong thing to do
1007         because the foreach loop then iterates over each word in the error
1008         message as if they were matches.
1010 2018-12-10  Ben Elliston  <bje@gnu.org>
1012         * testsuite/runtest.all/utils.test (getdirs): Add a test for the
1013         non-existent directory case.
1015 2018-12-10  Ben Elliston  <bje@gnu.org>
1017         * runtest.exp: Remove unnecessary quotes and braces around
1018         variable expansions.
1020         * lib/debugger.exp (dumpvars): Remove unnecessary braces.
1022 2018-12-09  Ben Elliston  <bje@gnu.org>
1024         * runtest.exp (setup_target_hook): Use 'ne' and not '!='.
1025         (iterate_target_variants_two): Likewise.
1026         * lib/remote.exp (standard_download): Use 'eq' not '=='.
1027         (remote_upload): Likewise.
1028         * lib/framework.exp (open_logs): Likewise.
1029         (is_remote): Likewise.
1031 2018-12-09  Ben Elliston  <bje@gnu.org>
1033         * baseboards/basic-sid.exp, baseboards/basic-sim.exp,
1034         baseboards/i386-sid.exp, baseboards/mt-sid.exp,
1035         baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp,
1036         config/gdb_stub.exp, config/sim.exp, config/unix.exp,
1037         config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp,
1038         lib/framework.exp, lib/kermit.exp, lib/libgloss.exp,
1039         lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp,
1040         lib/utils.exp, testsuite/lib/libsup.exp,
1041         testsuite/runtest.all/options.exp,: Remove unnecessary braces
1042         around variable expansions.
1044 2018-12-09  Ben Elliston  <bje@gnu.org>
1046         * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp,
1047         lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp,
1048         lib/target.exp, lib/tip.exp, lib/utils.exp, runtest.exp: Remove
1049         unnecessary quotes and braces around variable expansions.
1051 2018-12-09  Ben Elliston  <bje@gnu.org>
1053         * config/gdb-comm.exp: Remove unnecessary quotes.
1054         * config/gdb_stub.exp: Likewise.
1055         * config/vxworks.exp: Likewise.
1056         * config/unix.exp: Likewise.
1057         * config/sim.exp: Likewise.
1059 2018-12-09  Ben Elliston  <bje@gnu.org>
1061         * testsuite/lib/libsup.exp: Remove unnecessary quotes around
1062         variable expansions.
1063         * testsuite/lib/util-defs.exp: Likewise.
1065 2018-12-09  Ben Elliston  <bje@gnu.org>
1067         * baseboards/androideabi.exp: Remove unnecessary quotes and braces
1068         around variable expansions.
1069         * baseboards/basic-sid.exp: Likewise.
1070         * baseboards/cris-sim.exp: Likewise.
1071         * baseboards/generic-sim.exp: Likewise.
1072         * baseboards/mcore-moto-sim.exp: Likewise.
1073         * baseboards/multi-sim.exp: Likewise.
1075 2018-12-08  Ben Elliston  <bje@gnu.org>
1077         * NEWS: Tweak.
1079 2018-12-08  Ben Elliston  <bje@gnu.org>
1081         * lib/dejagnu.exp (host_execute): Remove unnecessary quotes around
1082         variable expansions.
1083         * testsuite/runtest.all/clone_output.test: Likewise.
1084         * testsuite/runtest.all/target.test: Likewise.
1085         * testsuite/runtest.all/stats.exp: Likewise.
1086         * testsuite/runtest.all/remote.test: Likewise.
1087         * testsuite/runtest.all/config.test: Likewise.
1088         * testsuite/runtest.all/default_procs.tcl: Likewise.
1089         * testsuite/runtest.all/libs.exp: Likewise.
1090         * testsuite/runtest.all/options.exp: Likewise.
1092 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1094         * NEWS: Document 'testsuite' command.
1095         * doc/dejagnu.texi (testsuite procedure): Document multiplex entry
1096         point and "testsuite file" command.
1097         * lib/framework.exp (testsuite): New proc for multiplex commands.
1098         (testsuite_file): New proc implementing "testsuite file".
1099         * testsuite/runtest.all/testsuite_file.test: New file.
1100         * runtest.exp: Expect to find testsuite in ${srcdir}/testsuite,
1101         but also search $srcdir itself.
1102         (load_lib): Add explicit search for testsuite-local libraries.
1103         (load_tool_init): Use $testsuitedir in search.
1104         (load_config): Use $testsuitedir instead of $srcdir.
1105         (load_tool_target_config): Likewise.
1107         Add variable "testsuitedir" for testsuite root directory.
1109         Add internal global variables "testbuilddir" and "testdir" for use
1110         by "testsuite file".
1112         Ensure that $testsuitedir, $testbuilddir, and $objdir also avoid
1113         duplicated path delimiters.
1115         Add warning if no tests are found and fallback method of searching
1116         $srcdir is used.
1118 2018-12-08  Ben Elliston  <bje@gnu.org>
1120         * testsuite/lib/libsup.exp (start_expect): Brace commands in if
1121         expressions.
1122         * testsuite/lib/util-defs.exp (util_test): Likewise.
1123         * testsuite/runtest.all/stats.exp: Likewise.
1124         * testsuite/runtest.all/libs.exp: Likewise.
1126 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1128         * testsuite/runtest.all/default_procs.tcl:
1129         (lib_errpat_test, lib_errregexp_test, lib_err_test): New.
1130         (lib_regexp_test): Fix copy-paste-edit error.
1131         (lib_pat_test, lib_regexp_test, lib_ret_test, lib_bool_test):
1132         Fix handling of errors raised by tested procedure.  Also ensure
1133         proper quoting of argument lists passed to eval and simplify
1134         the logic for producing return values.
1136 2018-12-08  Ben Elliston  <bje@gnu.org>
1138         * config/vxworks.exp (${board}_init): Use 'ne' instead of !=.
1140 2018-12-08  Ben Elliston  <bje@gnu.org>
1142         * lib/tip.exp (tip_open): Put braces around if expression.
1144 2018-12-08  Ben Elliston  <bje@gnu.org>
1146         * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp,
1147         lib/remote.exp, lib/framework.exp, lib/dg.exp, config/vxworks.exp,
1148         config/sim.exp, config/gdb_stub.exp, config/aarch64-fv8.exp,
1149         baseboards/vr4300-sim.exp, baseboards/vr4111-sim.exp,
1150         baseboards/vr4100-sim.exp, baseboards/sh-sid.exp,
1151         baseboards/mt-sid.exp, baseboards/mips-sim.exp,
1152         baseboards/mips-sim-idt64.exp, baseboards/mips-sim-idt32.exp,
1153         baseboards/i386-sid.exp, baseboards/arm-sim.exp,
1154         baseboards/arm-ice.exp, baseboards/androideabi.exp,
1155         testsuite/runtest.all/utils.test,
1156         testsuite/runtest.all/target.test: Replace string literal
1157         comparisons using == and != with 'eq' and 'ne'.
1159 2018-12-08  Ben Elliston  <bje@gnu.org>
1161         * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp,
1162         lib/rsh.exp, lib/rlogin.exp, lib/remote.exp, lib/libgloss.exp,
1163         lib/framework.exp, lib/dg.exp, lib/dejagnu.exp,
1164         config/vxworks.exp, config/unix.exp, config/sim.exp,
1165         config/gdb_stub.exp, config/gdb-comm.exp, config/adb.exp,
1166         baseboards/multi-sim.exp, baseboards/cris-sim.exp,
1167         baseboards/basic-sim.exp, baseboards/basic-sid.exp,
1168         baseboards/androideabi.exp, testsuite/runtest.all/load_lib.exp,
1169         testsuite/libdejagnu/tunit.exp: Replace empty string comparisons
1170         using == and != with 'eq' and 'ne'.
1172 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1174         * testsuite/runtest.all/default_procs.tcl (lib_bool_test): New.
1175         (lib_regexp_test): New.
1176         (lib_pat_test): Brace "if" conditions.
1177         (lib_pat_test): Remove spurious quotes in debugging output.
1178         (run_tests): Add support for comments in lists of procedure tests.
1180         * testsuite/runtest.all/config.test: Adjust to use run_tests
1181         procedure. Fixes issue cited in FIXME comment.
1183         * testsuite/runtest.all/utils.test (getdirs tests): Fix these.
1184         The old tests had the sense of the return value from lib_pat_test
1185         inverted and were failing but reported PASS.
1186         (find tests, relative_filename tests, runtest_file_p tests):
1187         Adjust to use run_tests procedure.
1189 2018-12-07  Ben Elliston  <bje@gnu.org>
1191         * doc/dejagnu.texi: Add more missing material.
1193 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1195         * testsuite/runtest.all/default_procs.tcl (lib_ret_test): Tidy.
1196         (run_tests): Replace implicit "eval" with explicit "eval".  Tidy.
1197         (verbose): Remove unnecessary quotes.
1199 2018-12-06  Ben Elliston  <bje@gnu.org>
1201         * doc/dejagnu.texi: Add more missing material.
1203 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1205         * testsuite/runtest.all/default_procs.tcl: Whitespace clean up.
1206         (lib_pat_test): Handle an argument list instead of only a single
1207         argument for the procedure under test.
1208         (lib_ret_test): Likewise.
1209         * testsuite/runtest.all/utils.test: Whitespace clean up.
1210         Adjust to pass argument lists for improved lib_pat_test.
1211         * testsuite/runtest.all/clone_output.test: Likewise.
1213 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1215         * lib/remote.exp (standard_load): Fix typo on empty string.
1216         * runtest.exp: Adjust expression to follow GNU conventions.
1217         * lib/utils.exp (diff): Fix mistake in replacing [string compare]
1218         with "eq" instead of "ne".
1219         * testsuite/runtest.all/config.test: Likewise.
1221 2018-12-06  Ben Elliston  <bje@gnu.org>
1223         * runtest.exp: Replace [string match] commands involving literal
1224         strings and variables known to not be Tcl glob patterns with eq
1225         and ne.
1226         * config/unix.exp: Likewise.
1227         * lib/debugger.exp: Likewise.
1228         * lib/dg.exp: Likewise.
1229         * lib/framework.exp: Likewise.
1230         * lib/remote.exp: Likewise.
1231         * lib/utils.exp: Likewise.
1232         * baseboards/androideabi.exp: Likewise.
1233         * baseboards/multi-sim.exp: Likewise.
1234         * testsuite/lib/util-defs.exp: Likewise.
1235         * testsuite/runtest.all/config.test: Likewise.
1237 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1239         * testsuite/runtest.all/utils.test: Add Tcl mode marker for Emacs.
1240         * testsuite/runtest.all/target.test: Likewise.
1241         * testsuite/runtest.all/remote.test: Likewise.
1242         * testsuite/runtest.all/config.test: Likewise.
1243         * testsuite/runtest.all/clone_output.test: Likewise.
1245 2018-12-06  Ben Elliston  <bje@gnu.org>
1247         * runtest.exp: Replace '==' with 'eq' for string compares.
1248         Likewise, replace '!=' with 'ne'. Replace a few instances of
1249         [string length $str] == 0 with $str eq "".
1250         * config/gdb-comm.exp: Likewise.
1251         * lib/dg.exp: Likewise.
1252         * lib/framework.exp: Likewise.
1253         * lib/libgloss.exp: Likewise.
1254         * lib/remote.exp: Likewise.
1255         * lib/target.exp: Likewise.
1256         * lib/utils.exp: Likewise.
1258 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1260         * runtest.exp: Replace archaic use of [string match] with "eq".
1262 2018-12-06  Ben Elliston  <bje@gnu.org>
1264         * doc/dejagnu.texi (compile Procedure): Remove old node.
1265         (archive Procedure): Likewise.
1266         (ranlib Procedure): Likewise.
1268 2018-12-06  Ben Elliston  <bje@gnu.org>
1270         * doc/dejagnu.texi (rsh procedure): Fix node connectivity.
1272 2018-12-06  Ben Elliston  <bje@gnu.org>
1274         * lib/telnet.exp (telnet_open): Remove connectmode global.
1275         * doc/dejagnu.texi (Procedures For Remote Communication): Remove
1276         mention of connectmode.
1278 2018-12-05  Ben Elliston  <bje@gnu.org>
1280         * doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete
1281         node.
1283 2018-12-05  Ben Elliston  <bje@gnu.org>
1285         * doc/dejagnu.texi: Add more missing material.
1287 2018-12-05  Ben Elliston  <bje@gnu.org>
1289         * testsuite/runtest.all/utils.test: Test runtest_file_p.
1291 2018-12-05  Jacob Bachmeyer  <jcb62281@gmail.com>
1293         * runtest.exp (load_config): Remove unused globals.
1294         (load_generic_config): Likewise.
1295         (load_board_description): Likewise.
1296         (load_base_board_description): Likewise.
1298 2018-12-05  Ben Elliston  <bje@gnu.org>
1300         * lib/utils.exp (grep): Handle -n.
1301         * doc/dejagnu.texi (grep procedure): Document it.
1302         * testsuite/runtest.all/utils.test: Add a test case.
1303         * NEWS: Add an item.
1305 2018-12-05  Ben Elliston  <bje@gnu.org>
1307         * testsuite/runtest.all/utils.test: Test diff.
1309 2018-12-04  Ben Elliston  <bje@gnu.org>
1311         * testsuite/runtest.all/utils.test: Test grep.
1313 2018-12-04  Ben Elliston  <bje@gnu.org>
1315         * testsuite/runtest.all/utils.test (which): Fail on the else path,
1316         don't pass in either case.
1318 2018-12-04  Ben Elliston  <bje@gnu.org>
1320         * doc/dejagnu.texi (Libgloss): Improve documentation.
1321         (Debugging Procedures): Likewise.
1323 2018-12-04  Ben Elliston  <bje@gnu.org>
1325         * lib/debugger.exp (dumprocs): Fix proc comment.
1327 2018-12-04  Ben Elliston  <bje@gnu.org>
1329         * doc/dejagnu.texi (Utility Procedures): Improve documentation for
1330         the procedures in this section.
1332 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1334         * NEWS: Document new relative_filename procedure and --local_init/
1335         --global_init command line options.
1337 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1339         * lib/utils.exp (relative_filename): New proc.
1340         * runtest.exp: Use it.
1341         * doc/dejagnu.texi (relative_filename procedure): Document it.
1342         * testsuite/runtest.all/utils.test: Add tests for relative_filename.
1344 2018-12-03  Ben Elliston  <bje@gnu.org>
1346         * dejagnu.h (TestState): Remove const char * variants of pass(),
1347         xpass(), fail(), xfail(), untested(), unresolved() for C++. A
1348         const char * will be implicitly converted to std::string.
1350 2018-12-03  Ben Elliston  <bje@gnu.org>
1352         * doc/dejagnu.texi: Move 'Built-in Procedures' node up a level,
1353         removing the 'Reference' node and chapter. Make all subsubsections
1354         in this chapter unnumbered subheadings.
1356 2018-12-03  Jacob Bachmeyer  <jcb62281@gmail.com>
1358         * doc/dejagnu.texi: Fix Info node links.  The arguments to @node
1359         are: here, next, previous, up; not here, previous, next, up.
1361 2018-12-03  Ben Elliston  <bje@gnu.org>
1363         * Makefile.am (EXTRA_DIST): Use $(TEXINFO_TEX), not a hardcoded
1364         doc/texinfo.tex. With thanks to Jacob Bachmeyer.
1365         * Makefile.in: Regenerate.
1367 2018-12-03  Ben Elliston  <bje@gnu.org>
1369         * Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex.
1370         (EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise
1371         prevents the distribution of the overridden texinfo.tex.
1372         * Makefile.in: Regenerate.
1373         * texinfo.tex: Move from here ..
1374         * doc/texinfo.tex: .. to here.
1376 2018-12-03  Ben Elliston  <bje@gnu.org>
1378         * lib/framework.exp (isremote): Add verbose message.
1380 2018-12-02  Ben Elliston  <bje@gnu.org>
1382         * lib/framework.exp (isremote): Pass $board to is_remote.
1384 2018-12-02  Ben Elliston  <bje@gnu.org>
1386         * doc/fdl.texi: New.
1387         * doc/dejagnu.texi (Variable Index): New.
1388         Add more concept index entries.
1389         (GNU Free Documentation License): New appendix.
1391 2018-12-02  Ben Elliston  <bje@gnu.org>
1393         * doc/dejagnu.texi (Procedure Index): New. Add Texinfo function
1394         index (@findex) entries for every built-in procedure.
1396 2018-12-02  Ben Elliston  <bje@gnu.org>
1398         * doc/dejagnu.texi: Start an index.
1400 2018-12-02  Ben Elliston  <bje@gnu.org>
1402         * doc/version.texi: New.
1404 2018-12-02  Ben Elliston  <bje@gnu.org>
1406         * doc/dejagnu.texi: Add title page and frontmatter. Include
1407         version.texi.
1408         * Makefile.in: Regenerate.
1409         * mdate-sh: Installed by automake --add-missing.
1411 2018-12-02  Ben Elliston  <bje@gnu.org>
1413         * doc/dejagnu.texi (diff procedure): Tidy up this node.
1415 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1417         * runtest.exp (hex): Remove useless test before setting.
1418         (decimal): Likewise.
1420 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1422         * doc/dejagnu.texi (Invoking runtest): Document new --local_init
1423         and --global_init command line options.
1424         * doc/runtest.1: Likewise.
1426         * runtest.exp: Remove useless tests before setting default values
1427         for variables: all_flag, binpath, debug, options, outdir, reboot,
1428         tracelevel, verbose, log_dialog.  They are set before loading any
1429         files or parsing the command line.
1431         * runtest.exp: Add options --local_init and --global_init for
1432         selecting alternate testsuite configuration files.
1434         * runtest.exp: Split variable "configfile" into "local_init_file"
1435         and "global_init_file" in preparation for adding command-line
1436         options to specify these independently.
1438         * runtest.exp (load_generic_config): Remove configfile global.
1439         (load_board_description): Likewise.
1440         (load_base_board_description): Likewise.
1442 2018-11-30  Ben Elliston  <bje@gnu.org>
1444         * lib/utils.exp (grep): Remove reference to "NULL" in comment.
1445         * testsuite/lib/util-defs.exp (util_start): Likewise.
1447 2018-11-30  Ben Elliston  <bje@gnu.org>
1449         * doc/dejagnu.texi: (verbose procedure): Improve documentation.
1450         (load_lib procedure): Likewise.
1452 2018-11-30  Ben Elliston  <bje@gnu.org>
1454         * doc/dejagnu.texi: More clean-ups of built-in proc documentation.
1456 2018-11-30  Ben Elliston  <bje@gnu.org>
1458         * runtest.exp: Use isremote.
1459         * lib/target.exp: Likewise.
1460         * lib/remote.exp: Likewise.
1461         * lib/libgloss.exp: Likewise.
1462         * config/unix.exp: Likewise.
1463         * config/sim.exp: Likewise.
1464         * config/gdb_stub.exp: Likewise.
1465         * config/gdb-comm.exp: Likewise.
1466         * baseboards/basic-sim.exp: Likewise.
1467         * baseboards/androideabi.exp: Likewise.
1469 2018-11-30  Ben Elliston  <bje@gnu.org>
1471         * lib/framework.exp (isremote): New.
1472         * doc/dejagnu.texi (isremote procedure): Document it.
1473         * NEWS: Mention isremote.
1475 2018-11-30  Ben Elliston  <bje@gnu.org>
1477         * texinfo.tex: Update to latest upstream version.
1478         * INSTALL: Likewise.
1480 2018-11-29  Ben Elliston  <bje@gnu.org>
1482         * lib/framework.exp (istarget, ishost, istarget): Set the argument
1483         default value to the empty string.
1484         * doc/dejagnu.texi (find procedure): Remove reference to "NULL".
1485         (getenv procedure): Re-word this node.
1486         (isbuild procedure): Update.
1487         (ishost procedure): Likewise.
1488         (istarget procedure): Likewise.
1489         * testsuite/runtest.all/config.test: Add test cases.
1491 2018-11-28  Ben Elliston  <bje@gnu.org>
1493         * config.guess: Update to latest version.
1494         * config.sub: Likewise.
1496 2018-11-28  Ben Elliston  <bje@gnu.org>
1498         * NEWS: Update.
1499         * configure.ac: Update version number.
1500         * configure: Regenerate.
1501         * doc/dejagnu.texi: Update version number.
1502         * runtest.exp: Update version number.
1504 2018-11-28  Ben Elliston  <bje@gnu.org>
1506         * Makefile.am (TESTSUITE_FILES): Update filenames.
1507         * Makefile.in: Regenerate.
1509 2018-11-28  Ben Elliston  <bje@gnu.org>
1511         * NEWS: Update.
1513         * doc/dejagnu.texi: Tidy up (fill) some paragraphs.
1515 2018-11-25  Jacob Bachmeyer  <jcb62281@gmail.com>
1517         * lib/framework.exp: Clean up whitespace.
1519 2018-11-25  Ben Elliston  <bje@gnu.org>
1521         * config/gdb-comm.exp: Clean up whitespace.
1522         * config/gdb_stub.exp: Likewise.
1523         * config/sid.exp: Likewise.
1524         * config/sim.exp: Likewise.
1525         * config/unix.exp: Likewise.
1527 2018-11-23  Ben Elliston  <bje@gnu.org>
1529         * doc/dejagnu.texi (getdirs procedure): Improve documentation
1530         including documenting the -all option.
1531         (find procedure): Fix a typo.
1532         * lib/utils.exp (getdirs): Improve comments.
1534 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1536         * runtest.exp: Ensure that multipass pass variables are always
1537         restored.  Previously, they were only restored if the "Go digging
1538         for tests" branch was taken near the end of runtest.exp.
1540 2018-11-22  Ben Elliston  <bje@gnu.org>
1542         * doc/dejagnu.texi (Customizing DejaGnu): Document error handling
1543         of the $DEJAGNU environment variable (see change below).
1545 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1547         * runtest.exp: Raise error if $DEJAGNU is defined but not found.
1549 2018-11-15  Jacob Bachmeyer  <jcb62281@gmail.com>
1551         * runtest.exp (load_tool_init): Search for tool init file instead
1552         of assuming exactly one location.
1554 2018-11-15  Ben Elliston  <bje@gnu.org>
1556         * runtest.exp (load_lib): Whitespace fix.
1558 2018-11-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1560         * lib/ssh.exp: Clean up whitespace.
1561         * lib/remote.exp: Clean up whitespace.
1562         (remote_expect): Change literal tab to "\t" in regexp.
1564 2018-11-05  Ben Elliston  <bje@gnu.org>
1566         * config.guess: Update to latest version.
1567         * config.sub: Likewise.
1569 2018-11-02  Ben Elliston  <bje@gnu.org>
1571         * Makefile.in: Regenerate.
1573 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1575         * Makefile.am (DEJATOOL): List tools in testsuite.
1576         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1577         * testsuite/config/default.exp: Rename from this ...
1578         * testsuite/lib/runtest.exp: ... to this.
1579         (runtest_exit): Remove spurious "close". This was causing per-tool
1580         testing to fail, since the testsuite for "runtest" never actually
1581         uses "spawn", so "close" ends up closing exp0, which is the
1582         terminal.  The ${tool}_exit proc is not called if the --tool
1583         option is not given, so this had no effect earlier.
1584         * testsuite/lib/libdejagnu.exp: New empty file.
1586 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1588         * runtest.exp (load_tool_init): Add message indicating the
1589         expected location of the tool init file.
1591 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1593         * contrib/sum2junit.sh (failures): Fix typo.
1595 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1597         * configure.ac (DEJAGNU): Add comments.
1599 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1601         * Makefile.am (DEJATOOL): List tools in testsuite.
1602         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1603         * testsuite/config/default.exp: Rename from this ...
1604         * testsuite/lib/runtest.exp: ... to this.
1605         (runtest_exit): Remove spurious "close".  This was causing
1606         per-tool testing to fail, since the testsuite for "runtest" never
1607         actually uses "spawn", so "close" ends up closing exp0, which is
1608         the terminal.  The ${tool}_exit proc is not called if the --tool
1609         option is not given, so this had no effect earlier.
1610         * testsuite/lib/libdejagnu.exp: New empty file.
1612 2018-10-30  Ben Elliston  <bje@gnu.org>
1614         * Makefile.am (DISTCLEANFILES): Add testrun.xml.
1615         * Makefile.in: Regenerate with Automake 1.15.1.
1616         * aclocal.m4: Likewise.
1618 2018-10-30  Ben Elliston  <bje@gnu.org>
1620         * configure.ac (AC_CONFIG_SUBDIRS): Remove.
1621         * configure: Regenerate.
1623 2018-10-29  Ben Elliston  <bje@gnu.org>
1625         * README (Documentation): Update.
1627 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1629         * lib/framework.exp (record_test): Really fix message formatting.
1631 2018-10-29  Ben Elliston  <bje@gnu.org>
1633         Reported by Jacob Bachmeyer.
1634         * testsuite/runtest.all/utils.test: Fix missing end quote.
1636 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1638         * lib/framework.exp (record_test): Fix message formatting.
1640 2018-07-20  Ben Elliston  <bje@gnu.org>
1642         * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings.
1643         * contrib/mysql/sum2xml.sh: Likewise.
1645 2018-07-20  Ben Elliston  <bje@gnu.org>
1647         * contrib/compare_tests: Eliminate Shellcheck warnings.
1648         * contrib/mysql/sum2xml.sh: Likewise.
1650 2018-07-20  Ben Elliston  <bje@gnu.org>
1652         * compile, depcomp, install-sh: Latest upstream versions.
1654 2018-07-20  Ben Elliston  <bje@gnu.org>
1656         * contrib/sum2junit.sh: Eliminate some Shellcheck warnings.
1658 2018-07-19  Ben Elliston  <bje@gnu.org>
1660         * runtest: Use POSIX 'command', not 'type', to look for the Expect
1661         binary. Silences Shellcheck warning SC2039 ("In POSIX sh, 'type'
1662         is undefined").
1664 2018-07-19  Ben Elliston  <bje@gnu.org>
1666         * config.guess: Update to latest version.
1667         * config.sub: Likewise.
1669 2018-07-06  Richard Biener  <rguenther@suse.de>
1671         * lib/remote.exp (close_wait_program): Use separate kill command
1672         for each pid.
1674 2017-10-16  Ben Elliston  <bje@gnu.org>
1676         * NEWS: Start a new section for the next release.
1677         * configure.ac (AC_INIT): Update version number.
1678         * configure: Regenerate.
1679         * runtest.exp (frame_version): Update version number.
1680         * doc/dejagnu.texi: Likewise.
1681         * doc/runtest.1: Update datestamp.
1683 2017-10-16  Ben Elliston  <bje@gnu.org>
1685         * config.guess: Update to version 2017-09-26.
1686         * config.sub: Likewise.
1688 2017-09-13  Ben Elliston  <bje@gnu.org>
1690         * lib/framework.exp (open_logs): Set XML version to 1.1.
1691         (xml_tag): Skip valid whitespace chars (0x9, 0xA, 0xD). Include
1692         missing 'x' in escape sequence.
1694 2017-08-29  Ben Elliston  <bje@gnu.org>
1696         Revert these changes:
1698         2016-04-25  Ben Elliston  <bje@gnu.org>
1700         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1702         2016-04-24  Ben Elliston  <bje@gnu.org>
1704         * lib/utils.exp (unsetenv): Remove proc.
1705         * doc/dejagnu.texi: Update documentation.
1706         * NEWS: Update.
1708 2017-08-19  Ben Elliston  <bje@gnu.org>
1710         * lib/framework.exp (xml_tag): Escape all of the non-printable
1711         control characters (ASCII codes 1 to 31 inclusive).
1713 2017-08-18  Tom Tromey  <tom@tromey.com>
1715         * runtest.exp: Fix --directory matching.
1717 2017-08-15  Ben Elliston  <bje@gnu.org>
1719         * lib/framework.exp (xml_tag): New proc.
1720         (log_summary): Use it.
1721         (record_test): Likewise.
1723 2017-08-15  Ben Elliston  <bje@gnu.org>
1725         * lib/framework.exp (open_logs): Set .xml filename correctly.
1726         * runtest.exp: Remove xml_file_name var.
1727         (usage): Update --xml option to not take an argument.
1728         (load_tool_init): Likewise.
1729         * doc/dejagnu.texi (Invoking runtest): Update documentation.
1730         * doc/runtest.1: Likewise.
1732 2017-08-01  Ben Elliston  <bje@gnu.org>
1734         * runtest.exp (usage): Improve --strace message.
1736 2017-08-01  Ben Elliston  <bje@gnu.org>
1738         * runtest.exp (usage): --reboot doesn't take a 'name' parameter.
1740 2017-06-04  Ben Elliston  <bje@gnu.org>
1742         * lib/target.exp (push_target): Remove unnecessary global command.
1743         * testsuite/runtest.all/target.test: Overhaul tests.
1745 2017-06-04  Ben Elliston  <bje@gnu.org>
1747         * testsuite/runtest.all/remote.test: Remove cruft from yesteryear.
1749 2017-06-04  Tom de Vries  <tom@codesourcery.com>
1751         * testsuite/runtest.all/target.test: Remove list_targets test.
1753 2017-06-04  Tom de Vries  <tom@codesourcery.com>
1755         * testsuite/runtest.all/libs.exp (process_test): Dump entire
1756         output when there's no reportable output.
1757         * testsuite/runtest.all/remote.test (load_lib): New proc.
1758         * testsuite/runtest.all/target.test (load_lib): Same.
1760 2017-03-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1762         * lib/remote.exp (remote_download): Add logging message when
1763         source and destination file differ in name.
1765 2016-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1767         * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
1769 2016-06-28  Ben Elliston  <bje@gnu.org>
1771         * aclocal.m4, Makefile.in: Regenerate with automake 1.15.
1772         * configure: Regenerate.
1774 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1776         * configure.ac, dejagnu.h, runtest, runtest.exp,
1777         baseboards/am33_2.0-libremote.exp, baseboards/androideabi.exp,
1778         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
1779         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
1780         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
1781         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
1782         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
1783         baseboards/i386-sid.exp, baseboards/iq2000-sim.exp,
1784         baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp,
1785         baseboards/linux-libremote.exp, baseboards/m68k-sid.exp,
1786         baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp,
1787         baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp,
1788         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp,
1789         baseboards/mips-sim-mti32.exp, baseboards/mips-sim-mti64.exp,
1790         baseboards/mips-sim-mti64_64.exp,
1791         baseboards/mips-sim-mti64_n32.exp, baseboards/mips-sim-sde32.exp,
1792         baseboards/mips-sim-sde64.exp, baseboards/mips-sim.exp,
1793         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
1794         baseboards/mn10300-sim.exp, baseboards/moxie-sim.exp,
1795         baseboards/mt-sid.exp, baseboards/multi-sim.exp,
1796         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
1797         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
1798         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
1799         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
1800         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
1801         baseboards/unix.exp, baseboards/v850-sim.exp,
1802         baseboards/visium-sim.exp, baseboards/vr4100-sim.exp,
1803         baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp,
1804         baseboards/xtensa-sim.exp, lib/debugger.exp, lib/dejagnu.exp,
1805         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/remote.exp,
1806         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
1807         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
1808         testsuite/config/default.exp, testsuite/lib/libsup.exp,
1809         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
1810         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
1811         testsuite/runtest.all/stats-sub.exp,
1812         testsuite/runtest.all/stats.exp, config/adb.exp,
1813         config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp,
1814         config/sid.exp, config/sim.exp, config/unix.exp,
1815         config/vxworks.exp: Update copyright date for 2016.
1817 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1819         * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp,
1820         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
1821         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
1822         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
1823         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
1824         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
1825         baseboards/generic-sim.exp, baseboards/i386-sid.exp,
1826         baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp,
1827         baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp,
1828         baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp,
1829         baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp,
1830         baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp,
1831         baseboards/mips-sim-idt64.exp, baseboards/mips-sim.exp,
1832         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
1833         baseboards/mn10300-sim.exp, baseboards/mt-sid.exp,
1834         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
1835         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
1836         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
1837         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
1838         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
1839         baseboards/unix.exp, baseboards/v850-sim.exp,
1840         baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp,
1841         baseboards/vr4300-sim.exp, baseboards/xtensa-sim.exp,
1842         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
1843         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
1844         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
1845         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
1846         testsuite/config/default.exp, testsuite/lib/libsup.exp,
1847         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
1848         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
1849         testsuite/runtest.all/options.exp,
1850         testsuite/runtest.all/stats-sub.exp,
1851         testsuite/runtest.all/stats.exp, config/default.exp,
1852         config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp,
1853         config/sim.exp, config/unix.exp, config/vxworks.exp, configure.ac,
1854         dejagnu.h, runtest, runtest.exp: Use condensed years in copyright
1855         statement.
1857 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1859         * doc/runtest.1: Use condensed years in copyright statement.
1861 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1863         * runtest: Quote paths. Use test -z, -n for clarity.
1865 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1867         * config/adb.exp (adb_exec) Improve verbose message.
1869 2016-06-03  Jim Wilson  <jim.wilson@linaro.org>
1871         * baseboards/aarch64-sim.exp: New file.
1872         * Makefile.am (baseboard_DATA): Add aarch64-sim.exp.
1873         * Makefile.in: Regenerate.
1874         * lib/libgloss.exp (libgloss_link_flags): Map aarch64* to aarch64.
1876 2016-04-26  Ben Elliston  <bje@gnu.org>
1878         * doc/dejagnu.texi: Fill more paragraphs.
1880 2016-04-25  Ben Elliston  <bje@gnu.org>
1882         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1884 2016-04-24  Ben Elliston  <bje@gnu.org>
1886         * lib/utils.exp (unsetenv): Remove proc.
1887         * doc/dejagnu.texi: Update documentation.
1888         * NEWS: Update.
1890 2016-04-19  Nick Clifton  <nickc@redhat.com>
1892         * baseboards/msp430-sim.exp: New file.
1893         * Makefile.am (baseboard_DATA): Add msp430-sim.exp.
1894         * Makefile.in: Regenerate.
1896 2016-04-18  Ben Elliston  <bje@gnu.org>
1898         * runtest: Remove quoting in final exec command.
1900 2016-04-17  Ben Elliston  <bje@gnu.org>
1902         * lib/remote.exp: Load ssh.exp lib.
1904 2016-04-17  Ben Elliston  <bje@gnu.org>
1906         * lib/rsh.exp (rsh_open): Fix description comment.
1908 2016-04-17  Ben Elliston  <bje@gnu.org>
1910         Reported by shellcheck.
1911         * runtest: Use $((..)) not `expr ..` and defensively double quote
1912         shell variables.
1914 2016-04-17  Ben Elliston  <bje@gnu.org>
1916         * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.
1917         * Makefile.in: Regenerate.
1919 2016-04-17  Ben Elliston  <bje@gnu.org>
1921         Reported by shellcheck.
1922         * runtest: Use $((..)) not `expr ..`.
1924 2016-04-17  Ben Elliston  <bje@gnu.org>
1926         * configure.ac (AC_INIT): Update version number.
1927         * configure: Regenerate.
1928         * runtest.exp (frame_version): Update version number.
1929         * doc/dejagnu.texi: Likewise.
1931 2016-04-17  Ben Elliston  <bje@gnu.org>
1933         * NEWS: Start a new section for the next release.
1935 2016-04-15  Ben Elliston  <bje@gnu.org>
1937         * Makefile.am (CONTRIB): Add new contrib scripts.
1938         * Makefile.in: Regenrate.
1940 2016-04-15  Ben Elliston  <bje@gnu.org>
1942         * lib/ssh.exp (ssh_exec): Handle regexp return status.
1944 2016-04-13  Ben Elliston  <bje@gnu.org>
1946         * lib/rsh.exp (rsh_exec): Improve verbose message.
1947         * lib/ssh.exp (ssh_exec): Likewise.
1948         * config/adb.exp: Likewise.
1950 2016-04-13  Ben Elliston  <bje@gnu.org>
1952         * runtest.exp: Improve --version (-v) output.
1953         * testsuite/runtest.all/options.exp: Update test case.
1955 2016-04-13  Christophe Lyon  <christophe.lyon@linaro.org>
1957         * lib/rsh.exp (rsh_exec): Handle regexp return status.
1959 2016-04-08  Ben Elliston  <bje@gnu.org>
1961         Reported by Faraz Shahbazker.
1962         * doc/dejagnu.texi (Global config file): Fix broken @node.
1963         (Local config file): Likewise.
1965 2016-04-07  Ben Elliston  <bje@gnu.org>
1967         * lib/remote.exp (remote_exec): Join cd $remotedir and $program on
1968         the command line with ';' and not &&.
1970 2016-04-07  Ben Elliston  <bje@gnu.org>
1972         Reported by Faraz Shahbazker.
1973         * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node.
1975 2016-04-06  Yvan Roux  <yvan.roux@linaro.org>
1977         * lib/remote.exp (remnote_download): Create a remote directory if
1978         needed and use it.
1979         (remote_exec): Execute program inside remotedir when it exists.
1980         (standard_load): Set remotedir board field if not present.
1981         * config/unix.exp (unix_load): Handle remotedir in board field.
1982         (remotedir): Set board info field.
1983         * doc/dejagnu.texi (Board File Values): Document remotedir.
1985 2016-04-06  Ben Elliston  <bje@gnu.org>
1987         * doc/dejagnu.texi (Global config file): Put before node 'Local
1988         config file'.
1990 2016-04-05  Ben Elliston  <bje@gnu.org>
1992         * runtest.exp: Remove defunct and undocumented --tool_root option.
1994 2016-04-04  Ben Elliston  <bje@gnu.org>
1996         * doc/dejagnu.texi: More overhauling.
1998 2016-04-04  Ben Elliston  <bje@gnu.org>
2000         * lib/targetdb.exp (set_board_info): Improve comment.
2001         (add_board_info): Likewise.
2003 2016-04-04  Ben Elliston  <bje@gnu.org>
2005         * NEWS: Add some more detail.
2007 2016-04-04  Ben Elliston  <bje@gnu.org>
2009         * site.tmpl: Delete.
2010         * Makefile.am (EXTRA_DIST): Remove site.tmpl.
2011         * Makefile.in: Regenerate.
2013 2016-04-03  Ben Elliston  <bje@gnu.org>
2015         * doc/dejagnu.texi: More overhauling.
2017 2016-04-03  Ben Elliston  <bje@gnu.org>
2019         * runtest.exp: Document the magical handling of -D[01].
2021 2016-04-03  Ben Elliston  <bje@gnu.org>
2023         * doc/runtest.1: Do not document obsolete --status option. It is
2024         still accepted for compatibility, but does nothing.
2026 2016-04-03  Ben Elliston  <bje@gnu.org>
2028         * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
2030 2016-04-03  Ben Elliston  <bje@gnu.org>
2032         * doc/runtest.1 (OPTIONS): Sort options.
2034 2016-04-03  Ben Elliston  <bje@gnu.org>
2036         * doc/dejagnu.texi: More overhauling.
2038 2016-04-02  Ben Elliston  <bje@gnu.org>
2040         * doc/dejagnu.texi: Fill paragraphs.
2042 2016-04-02  Ben Elliston  <bje@gnu.org>
2044         * doc/dejagnu.texi: Fix capitalisation of procedure names
2045         throughout.  Use Tcl syntax in procedure prototypes, not C syntax.
2047 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
2049         * contrib/mysql/create-db.sql: New file.
2050         * contrib/mysql/importxml.sh: Likewise.
2051         * contrib/mysql/make-datafile.sh: Likewise.
2052         * contrib/mysql/plot.sh: Likewise.
2053         * contrib/mysql/README: Likewise.
2054         * contrib/mysql/sum2xml.sh: Likewise.
2056 2016-04-02  Ben Elliston  <bje@gnu.org>
2058         * config.guess: Update to version 2016-04-02.
2059         * config.sub: Update to version 2016-03-30.
2061 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
2063         * contrib/sum2junit.sh: New.
2065 2016-04-01  Ben Elliston  <bje@gnu.org>
2067         * doc/dejagnu.texi (connprocs): Document new SSH procs.
2069 2016-03-31  Rob Savoye  <rob.savoye@linaro.org>
2071         * lib/ssh.exp: New.
2072         * NEWS: Update.
2074 2016-03-30  Ben Elliston  <bje@gnu.org>
2076         * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,
2077         lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp,
2078         runtest.exp: Fix spelling errors in comments.
2080 2016-03-30  Ben Elliston  <bje@gnu.org>
2082         * lib/remote.exp (remote_expect): Use perror not send_user.
2084 2016-03-29  Ben Elliston  <bje@gnu.org>
2086         * lib/remote.exp (remote_expect): Fix spelling error.
2088 2016-03-29  Rob Savoye  <rob.savoye@linaro.org>
2090         * runtest.exp: Only print "searching for <test name>" message at
2091         verbose level >= 2 -- too much noise.
2093 2016-03-29  Ben Elliston  <bje@gnu.org>
2095         * texinfo.tex: Update to latest master version.
2096         * INSTALL: Likewise.
2098 2016-03-29  Ben Elliston  <bje@gnu.org>
2100         * runtest.exp: More fixes identified by the Frink static analyser.
2101         * lib/dg.exp: Likewise.
2102         * config/adb.exp: Likewise.
2103         * config/vxworks.exp: Likewise.
2104         * baseboards/androideabi.exp: Likewise.
2105         * baseboards/basic-sid.exp: Likewise.
2106         * baseboards/multi-sim.exp: Likewise.
2108 2016-03-28  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2110         * dg.exp (dg-do): Do not change the previously selected action if
2111         a de-selected dg-do is encountered.
2113 2016-03-28  Ben Elliston  <bje@gnu.org>
2115         * lib/framework.exp (check_xml): Remove unused proc.
2117 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2119         * lib/dmucs.exp: New.
2121 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2123         * lib/libgloss.exp (find_g++): Look for xgcc++ to use the freshly
2124         built compiler, then look in the path.
2126 2016-03-28  Ben Elliston  <bje@gnu.org>
2128         * lib/utils.exp (which): Don't exclude symbolic links--Debian's
2129         /bin/which doesn't. Modern systems rely too heavily on symbolic
2130         links (eg. alternatives).
2132 2016-03-28  Ben Elliston  <bje@gnu.org>
2134         * baseboards/multi-sim.exp: Indent properly.
2136 2016-03-28  Ben Elliston  <bje@gnu.org>
2138         * lib/rlogin.exp (rlogin_open): Return -1 if unable to spawn
2139         rlogin. Identified by Frink.
2141 2016-03-28  Ben Elliston  <bje@gnu.org>
2143         * runtest.exp: Use 'array exists' for testing array existence
2144         rather than 'info exists'.
2146 2016-03-28  Ben Elliston  <bje@gnu.org>
2148         * runtest.exp: Fixes identified by the Frink static analyser:
2149           (1) use -- in switch commands for safety,
2150           (2) remove unreachable return commands after error commands,
2151           (3) replace abbreviated "info proc" with "info procs",
2152           (4) use -- in unset commands for safety where the variable name
2153               is itself a variable.
2154         * lib/dg.exp: Likewise.
2155         * lib/debugger.exp: Likewise.
2156         * lib/framework.exp: Likewise.
2157         * lib/remote.exp: Likewise.
2158         * lib/target.exp: Likewise.
2159         * lib/targetdb.exp: Likewise.
2160         * lib/telnet.exp: Likewise.
2161         * lib/utils.exp: Likewise.
2163 2016-03-28  Ben Elliston  <bje@gnu.org>
2165         * Makefile.am: Remove references to Docbook and friends.
2166         * configure.ac: Likewise.
2167         * Makefile.in: Regenerate.
2168         * configure: Regenerate.
2169         * doc/dejagnu.xml: Remove.
2170         * doc/legal.xml: Likewise.
2171         * doc/ref.xml: Likewise.
2172         * doc/user.xml: Likewise.
2174 2016-03-28  Ben Elliston  <bje@gnu.org>
2176         * lib/framework.exp (exp_continue): Remove old compatibility
2177         wrapper. Expect deprecated 'continue -expect' in August 1997.
2179 2016-03-28  Ben Elliston  <bje@gnu.org>
2181         * NEWS: Update.
2183 2016-03-28  Ben Elliston  <bje@gnu.org>
2185         * lib/utils.exp (which): Reimplement to more closely mimic the
2186         behaviour of the UNIX which utility.
2187         * testsuite/runtest.all/utils.test: Test proc which.
2189 2016-03-27  Ben Elliston  <bje@gnu.org>
2191         * lib/remote.exp (standard_wait): Append any trailing characters
2192         to $output that may be still in $expect_out(buffer) when eof is
2193         matched. Remove arbitrary limitation in the ".+" matching case,
2194         similar to the change to local_exec on 2016-02-17.
2196 2016-03-23  Ben Elliston  <bje@gnu.org>
2198         * Makefile.am (baseboard_DATA): Remove cygwin.exp, mcore-elf.exp,
2199         mcore-pe.exp, vx4300.exp, vx68k.exp, vx960.exp, vxsparc.exp.
2200         * Makefile.in: Regenerate.
2201         * baseboards/cygwin.exp, baseboards/mcore-elf.exp,
2202         baseboards/mcore-pe.exp, baseboards/vx4300.exp,
2203         baseboards/vx68k.exp, baseboards/vx960.exp,
2204         baseboards/vxsparc.exp: Remove.
2206 2016-03-23  Ben Elliston  <bje@gnu.org>
2208         * baseboards/README: Remove mention of devo.
2209         * baseboards/iq2000-sim.exp: Likewise.
2210         * baseboards/moxie-sim.exp: Likewise.
2212 2016-03-23  Ben Elliston  <bje@gnu.org>
2214         * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp.
2215         * Makefile.in: Regenerate.
2216         * baseboards/arm-ice.exp: Reinstate.
2217         * baseboards/arm-sim.exp: Likewise.
2219 2016-03-23  Ben Elliston  <bje@gnu.org>
2221         * Makefile.am (config_DATA): Update.
2222         (baseboard_DATA): Likewise.
2223         * Makefile.in: Regenerate.
2224         * NEWS: Update.
2226         Remove the following old config files:
2228         * arc.exp, arm-ice.exp, base-config.exp, base68k.exp, bug.exp,
2229         cfdbug.exp, cygmon.exp, d10v.exp, ddb-ether.exp, ddb.exp, dos.exp,
2230         dve.exp, h8300.exp, i386-bozo.exp, i960.exp, m32r-stub.exp,
2231         m32r.exp, m68hc11.exp, m68k-emc.exp, mips-idt.exp,
2232         mn10200-eval.exp, mn10300-eval.exp, netware.exp, powerpc-bug.exp,
2233         proelf.exp, rom68k.exp, sh.exp, slite.exp, sparclet.exp,
2234         tic80.exp, vr4100.exp, vr4300.exp, vr5000.exp: Remove.
2236         Remove the following old baseboard files:
2238         * arc-sim.exp, arm-ice.exp, arm-sim.exp, cf.exp, cygmon.exp,
2239         d10v-sim.exp, d10v.exp, danlite-elf.exp, dos.exp, fr30-cygmon.exp,
2240         fr30-elf.exp, frv-elf.exp, frv-tiger.exp, frv-tomcat.exp,
2241         h8300-sim.exp, h8300.exp, i386-bozo.exp, i960-cyclone.exp,
2242         i960-sim.exp, m32r-elf.exp, m32r-linux-sim.exp, m32r-sid.exp,
2243         m32r-sim.exp, m68hc11-sim.exp, m68k-emc.exp, mips-idt.exp,
2244         mips64-sim.exp, mips64vr4100-sim.exp, mn10200-cygmon.exp,
2245         mn10300-cygmon.exp, msparc-cygmon.exp, op50n.exp, powerpc-bug.exp,
2246         powerpc-bug1.exp, rom68k-idp.exp, sh-hms.exp, sparclet-aout.exp,
2247         sparclite-coff.exp, sparclite-cygmon.exp, strongarm-cygmon.exp,
2248         tic80-sim.exp, tx39-dve.exp, usparc-cygmon.exp, vr4100-ddb.exp,
2249         vr4300-ddb.exp, vr4300.exp, vr5000-ddb.exp, x86-cygmon.exp,
2250         xscale-cygmon.exp: Remove.
2252 2016-03-22  Ben Elliston  <bje@gnu.org>
2254         * lib/target.exp (only--Ls): Change '???' comment to a note. This
2255         isn't a serious shortcoming, but the comment should be retained.
2257 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2259         * baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists in
2260         the environment, use that as the spec file for bare metal testing.
2262 2016-03-22  Ben Elliston  <bje@gnu.org>
2264         * Makefile.am (config_DATA): Add config/aarch64-fv8.exp.
2265         * Makefile.in: Regenerate.
2267 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2269         * config/aarch64-fv8.exp: Add support for testing armv8 using the
2270         ARM Foundation Model.
2272 2016-03-21  Ben Elliston  <bje@gnu.org>
2274         * runtest.exp: Whitespace, comment and typo fixes.
2275         * lib/dejagnu.exp: Likewise.
2276         * lib/remote.exp: Likewise.
2277         * lib/utils.exp: Likewise.
2279 2016-03-21  Ben Elliston  <bje@gnu.org>
2281         * baseboards/mcore-moto-sim.exp: Remove old FIXME comment.
2282         * baseboards/mmixware-sim.exp: Likewise.
2283         * config/sim.exp: Likewise.
2284         * runtest.exp: Likewise.
2286 2016-03-21  Ben Elliston  <bje@gnu.org>
2288         * lib/dg.exp (dg-get-options): Clean up regular expression and
2289         remove FIXME comment about it.
2291 2016-03-20  Ben Elliston  <bje@gnu.org>
2293         * baseboards/i960-sim.exp: Remove stale ??? comment.
2294         * config/vxworks.exp: Likewise.
2296 2016-03-20  Ben Elliston  <bje@gnu.org>
2298         * runtest.exp: Load .dejagnurc last not first.
2299         (load_file): Update comment about Tcl 7.5a2.
2300         * doc/user.xml (Customizing DejaGnu): Document new search order
2301         for site.exp files.
2302         * doc/dejagnu.texi: Regenerate.
2303         * NEWS: Update.
2305 2016-03-20  Ben Elliston  <bje@gnu.org>
2307         * lib/dg.exp (dg-runtest): Improve arg naming to remove a FIXME.
2309 2016-03-20  Ben Elliston  <bje@gnu.org>
2311         * lib/dg.exp: Remove commented-out calls to send_user.
2313 2016-03-20  Ben Elliston  <bje@gnu.org>
2315         * runtest.exp (load_file): Remove old comment.
2317 2016-03-20  Ben Elliston  <bje@gnu.org>
2319         * lib/dg.exp (dg-test): There is no need to call unresolved to
2320         clear errcnt. Instead, pass 0 as argument 2 to perror.
2321         * runtest.exp (runtest): Likewise.
2323 2016-03-16  Ben Elliston  <bje@gnu.org>
2325         Revert this change (the GCC testsuite uses diff):
2327         2016-03-15  Ben Elliston  <bje@gnu.org>
2329         * lib/utils.exp (diff): Remove proc.
2330         * doc/ref.xml: Update documentation.
2331         * doc/dejagnu.texi: Regenerate.
2332         * NEWS: Update.
2334 2016-03-15  Ben Elliston  <bje@gnu.org>
2336         * testsuite/runtest.all/options.exp: Properly clean up log files
2337         left by the runtest under test.
2339 2016-03-15  Ben Elliston  <bje@gnu.org>
2341         * testsuite/runtest.all/load_lib.exp: Typo fixes.
2343 2016-03-15  Ben Elliston  <bje@gnu.org>
2345         * testsuite/runtest.all/options.exp: Add more tests.
2347 2016-03-15  Ben Elliston  <bje@gnu.org>
2349         * testsuite/libdejagnu/tunit.exp: Clean up.
2351 2016-03-15  Ben Elliston  <bje@gnu.org>
2353         * lib/utils.exp (diff): Remove proc.
2354         * doc/ref.xml: Update documentation.
2355         * doc/dejagnu.texi: Regenerate.
2356         * NEWS: Update.
2358 2016-03-15  Ben Elliston  <bje@gnu.org>
2360         Revert this change:
2361         2016-02-14  Steve Ellcey  <sellcey@mips.com>
2363         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2364         GCC_UNDER_TEST.
2365         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2367 2016-03-13  Ben Elliston  <bje@gnu.org>
2369         * lib/utils.exp: Whitespace fixes.
2371 2016-03-13  Ben Elliston  <bje@gnu.org>
2373         * lib/dg.exp (dg-process-target): Remove old commented code.
2374         * lib/dg.exp (dg-test): Likewise.
2376 2016-03-13  Ben Elliston  <bje@gnu.org>
2378         * lib/dg.exp: Improve top-of-file documentation.
2380 2016-03-05  Yvan Roux  <yvan.roux@linaro.org>
2382         * lib/remote.exp (remote_exec): Restore original timeout value.
2384 2016-03-04  Yvan Roux  <yvan.roux@linaro.org>
2386         * lib/remote.exp (standard_upload): Remove dead code.
2388 2016-02-24  Ben Elliston  <bje@gnu.org>
2390         * lib/utils.exp (prune): Restore this proc.
2391         * doc/ref.xml: Update documentation.
2392         * doc/dejagnu.texi: Regenerate.
2393         * NEWS: Update.
2395 2016-02-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2397         * lib/libgloss.exp (find_gdc): New proc.
2398         * lib/target.exp (default_target_compile): Add D support.
2399         * NEWS: Update.
2401 2016-02-20  Ben Elliston  <bje@gnu.org>
2403         * lib/utils.exp (diff): Replace calls to verbose followed by
2404         send_log with a single call to verbose -log. Remove additional
2405         newlines from the log messages.
2407 2016-02-20  Ben Elliston  <bje@gnu.org>
2409         * lib/utils.exp (getdirs): Ignore .git and .svn directories.
2411 2016-02-20  Ben Elliston  <bje@gnu.org>
2413         * lib/utils.exp: Improve comments.
2414         * NEWS: Update.
2416 2016-02-20  Ben Elliston  <bje@gnu.org>
2418         * lib/utils.exp (prune): Remove proc.
2419         * doc/ref.xml: Update documentation.
2420         * doc/dejagnu.texi: Regenerate.
2422 2016-02-20  Ben Elliston  <bje@gnu.org>
2424         * lib/utils.exp (slay): Remove proc.
2425         * doc/ref.xml: Update documentation.
2426         * doc/dejagnu.texi: Regenerate.
2428 2016-02-20  Ben Elliston  <bje@gnu.org>
2430         * lib/utils.exp (absolute): Remove proc.
2431         * doc/ref.xml: Update documentation.
2432         * doc/dejagnu.texi: Regenerate.
2434 2016-02-20  Ben Elliston  <bje@gnu.org>
2436         * lib/utils.exp (psource): Remove proc.
2437         * doc/ref.xml: Update documentation.
2438         * doc/dejagnu.texi: Regenerate.
2440 2016-02-20  Ben Elliston  <bje@gnu.org>
2442         * lib/targetdb.exp (board_info): Simplify return logic.
2444 2016-02-19  Ben Elliston  <bje@gnu.org>
2446         * configure.ac: Require Tcl version 8.5 at a minimum.
2447         * configure: Regenerate.
2449 2016-02-18  Ben Elliston  <bje@gnu.org>
2451         * configure.ac: Require Tcl version 8.6 at a minimum.
2452         * configure: Regenerate.
2454 2016-02-17  Ben Elliston  <bje@gnu.org>
2456         * runtest.exp: Tweak "Test run by .." output.
2458 2016-02-17  Ben Elliston  <bje@gnu.org>
2460         * lib/target.exp (default_target_compile): Do not pass -log to
2461         verbose when outputting the captured compiler/assembler/linker
2462         diagnostic output as it will already be in the .log file courtesy
2463         of Expect.
2465 2016-02-17  Ben Elliston  <bje@gnu.org>
2467         * runtest.exp: Enable --status by default.
2468         (runtest): Set exit status to 2 if there is any error sourcing
2469         the Tcl scripts.
2470         * lib/framework.exp (unknown): Likewise, set exit status to 2.
2471         * doc/runtest.1: Clarify exit status codes.
2472         * NEWS: Update.
2474 2016-02-17  Ben Elliston  <bje@gnu.org>
2476         * lib/remote.exp (local_exec): Call exp_continue until eof is
2477         matched.
2479 2016-02-16  Ben Elliston  <bje@gnu.org>
2481         * runtest.exp: Use the traditional exit codes when runtest is
2482         interrupted. This makes it possible to tell if runtest ran to
2483         completion or not. Suggested by Michael Chastain.
2485 2016-02-15  Ben Elliston  <bje@gnu.org>
2487         * TODO: Add ideas produced from Cauldron 2013.
2489 2016-02-15  Ben Elliston  <bje@gnu.org>
2491         * TODO: Update.
2493 2016-02-15  Ben Elliston  <bje@gnu.org>
2495         * lib/dg.exp (dg-test): Remove comment about proc unresolved not
2496         setting exit_status to 1 -- it does.
2498 2016-02-15  Ben Elliston  <bje@gnu.org>
2500         * lib/framework.exp (cleanup): Remove do-nothing proc.
2501         (log_and_exit): Remove call to cleanup.
2502         * doc/ref.xml: Remove documentation for cleanup.
2503         * doc/dejagnu.texi: Regenerate.
2505 2016-02-15  Ben Elliston  <bje@gnu.org>
2507         Reported by David Malcolm.
2508         * lib/dejagnu.exp (text): Allow angle brackets in test messages.
2510 2016-02-15  Ben Elliston  <bje@gnu.org>
2512         * config.guess: Update to version 2016-02-11.
2513         * config.sub: Update to version 2016-01-01.
2515 2016-02-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2517         * lib/remote.exp (remote_exec): Set global timeout for benefit of
2518         <remote>_exec.
2520 2016-02-14  Ben Elliston  <bje@gnu.org>
2522         * lib/remote.exp (local_exec): Improve comments.
2524 2016-02-14  Ben Elliston  <bje@gnu.org>
2526         * doc/runtest.1: Tweak.
2528 2016-02-14  Steve Ellcey  <sellcey@mips.com>
2530         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2531         GCC_UNDER_TEST.
2532         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2534 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2536         * lib/remote.exp (standard_file): Reverse return logic for remote
2537         exists case.
2539 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2541         * lib/remote.exp (standard_file); Add else clause.
2543 2016-01-16  Ben Elliston  <bje@gnu.org>
2545         * runtest.exp (runtest): Improve comment about --status.
2547 2016-01-12  Simon Marchi  <simon.marchi@ericsson.com>
2549         * lib/remote.exp (standard_file): The [ operator does not actually
2550         output anything. It returns 0 or 1 as its exit code, so "exit `[
2551         -f $file ]`" always expands to "exit " (equivalent to exit 0).
2552         Instead, use test(1) to check for file existence.
2554 2015-12-20  Ben Elliston  <bje@gnu.org>
2556         * doc/dejagnu.xml: Begin overhauling.
2557         * doc/ref.xml: Likewise.
2558         * doc/user.xml: Likewise.
2559         * doc/dejagnu.texi: Regenerate.
2561 2015-12-20  Ben Elliston  <bje@gnu.org>
2563         * doc/runtest.1: Miscellaneous minor improvements.
2565 2015-12-09  Yoshinori Sato  <ysato@users.sourceforge.jp>
2567         * Makefile.am (baseboard_DATA): Add missing rx-sim.exp.
2568         * Makefile.in: Regenerate.
2570 2015-11-16  Brooks Moses  <bmoses@google.com>
2572         * config/unix.exp: Add ability to set test timeout from site.exp.
2573         * doc/user.xml: Document new test_timeout variable in site.exp.
2574         * doc/dejagnu.texi: Regenerate.
2576 2015-11-16  Ben Elliston  <bje@gnu.org>
2578         * testsuite/runtest.all/options.exp: Re-enable --strace 1 test.
2580 2015-11-16  Ben Elliston  <bje@gnu.org>
2582         * testsuite/runtest.all/options.exp: Remove some commented code.
2584 2015-11-16  Ben Elliston  <bje@gnu.org>
2586         * runtest.exp: Refer to "DejaGnu version", not "Framework
2587         version" in --version output.
2588         * testsuite/runtest.all/options.exp: Update test case.
2590 2015-11-14  Ben Elliston  <bje@gnu.org>
2592         * runtest.exp (usage): Improve help text.
2594 2015-11-12  Ben Elliston  <bje@gnu.org>
2596         * runtest.exp (usage): Sort options in usage.
2598 2015-11-12  Ben Elliston  <bje@gnu.org>
2600         * lib/framework.exp (note): Remove old commented-out code.
2602 2015-11-11  Ben Elliston  <bje@gnu.org>
2604         * doc/user.xml (Summary File): 'untested', not 'runtested'.
2605         * doc/dejagnu.texi: Regenerate.
2607 2015-11-11  Michael Forney  <forney@google.com>
2609         * lib/target.exp (default_target_compile): Honor LDFLAGS_FOR_TARGET.
2611 2015-11-11  Ben Elliston  <bje@gnu.org>
2613         * doc/dejagnu.texi: Regenerate.
2615 2015-11-10  Ben Elliston  <bje@gnu.org>
2617         * doc/user.xml: Fix runtest output formatting in <programlisting>.
2619 2015-11-10  Ben Elliston  <bje@gnu.org>
2621         * doc/dejagnu.xml: Update month and year.
2622         * doc/user.xml: Lots of editorial fixes from Daniel Thibault
2623         <Daniel.Thibault@drdc-rddc.gc.ca>.
2625 2015-09-10  Robert Suchanek  <Robert.Suchanek@imgtec.com>
2627         * baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
2629 2015-07-30  Pedro Alves  <palves@redhat.com>
2631         * lib/remote.exp (close_wait_program): New procedure.
2632         (local_exec, standard_close): Use it.
2634 2015-05-23  Ben Elliston  <bje@gnu.org>
2636         * doc/dejagnu.xml: Fix broken URLs.
2637         * doc/dejagnu.texi: Regenerate.
2639 2015-05-23  Ben Elliston  <bje@gnu.org>
2641         * doc/user.xml: Fix 'crosscompilation'.
2643 2015-05-23  Ben Elliston  <bje@gnu.org>
2645         * doc/runtest.1 (log_dialog): Improve documentation.
2647 2015-05-16  Filipe Brandenburger  <filbranden@google.com>
2649         * configure.ac: Enable subdir-objects, require automake 1.14.
2650         * Makefile.in: Regenerate.
2652 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
2654         * doc/dejagnu.xml: Fix typos such as stray }'s and @samp{...},
2655         possibly introduced in a conversion of .texi to SGML Docbook.
2656         * doc/user.xml: Likewise.
2657         * doc/ref.xml: Likewise.
2658         * doc/dejagnu.texi: Regenerate.
2660 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
2662         * runtest.exp (runtest): Introduce new --log_dialog option.
2663         * doc/runtest.1: Document it.
2664         * doc/user.xml: Likewise.
2665         * doc/dejagnu.texi: Regenerate.
2667 2015-05-14  Steve Ellcey  <sellcey@imgtec.com>
2669         * baseboards/multi-sim.exp (get_library_dirlist): New.
2670         (dynamic_linker_flag): Use get_library_dirlist to find dynamic
2671         linker.
2672         (rpath_flags): Use get_library_dirlist to set rpath.
2674 2015-05-12  Steve Ellcey  <sellcey@imgtec.com>
2676         * baseboards/generic-sim.exp: Check $DEJAGNU_SIM_OPTION.
2678 2015-03-30  Ben Elliston  <bje@gnu.org>
2680         Revert the following change which causes breakage reported here:
2681         https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
2683         2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2685         * runtest.exp (runtest): Call reset_vars at initialisation so that
2686         perror does not affect test results in other test scripts.
2688 2015-02-26  H.J. Lu  <hjl.tools@gmail.com>
2690         * lib/target.exp (default_target_compile): Prepend multilib_flags,
2691         instead of appending it.
2693 2015-02-18  Ben Elliston  <bje@gnu.org>
2695         * lib/framework.exp (log_and_exit): Set tool to "testrun" if
2696         unset.
2698 2015-02-05  Ben Elliston  <bje@gnu.org>
2700         * doc/runtest.1: Fix a spelling error.
2702 2015-02-04  Ben Elliston  <bje@gnu.org>
2704         * config.guess: Update to version 2015-01-01.
2705         * config.sub: Likewise.
2707 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
2709         * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
2710         * Makefile.in: Regenerate.
2711         * baseboards/visium-sim.exp: New file.
2713 2014-11-25  Ben Elliston  <bje@gnu.org>
2715         * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
2716         Reported by David Malcolm.
2718 2014-10-28  Ben Elliston  <bje@gnu.org>
2720         * Makefile.in: Regenerate.
2722 2014-10-28  Ben Elliston  <bje@gnu.org>
2724         * example: Remove stale examples.
2726 2014-10-24  Steve Ellcey  <sellcey@mips.com>
2728         * dejagnu.h (pass): Make function static as well as inline.
2729         (xpass): Ditto.
2730         (fail): Ditto.
2731         (xfail): Ditto.
2732         (untested): Ditto.
2733         (unresolved): Ditto.
2734         (note): Ditto.
2735         (totals): Ditto.
2737 2014-10-14  Ben Elliston  <bje@gnu.org>
2739         * runtest.exp: Only match $directory, not *${directory}* when the
2740         user passes the --directory option. Reported by Sergey Alyoshin.
2742 2014-10-14  Ben Elliston  <bje@gnu.org>
2744         * lib/dejagnu.exp (host_execute): Remove buffer_full check. This
2745         is not the right command keyword -- it is full_buffer. Reported by
2746         David Malcolm.
2748 2014-07-15  Maciej W. Rozycki  <macro@mips.com>
2749             Maciej W. Rozycki  <macro@codesourcery.com>
2751         * lib/targetdb.exp (add_board_info): New procedure.
2752         * doc/ref.xml (Add_board_info Procedure): New section.
2753         (Set_board_info Procedure): Add description.
2754         (Unset_board_info Procedure): Likewise.
2755         * doc/user.xml (Board Config File Values): Add `add_board_info'
2756         reference.  Reorder `gdb_init_command' table rows and remove a
2757         duplicate entry, reusing it for `gdb_init_commands'.
2759 2014-06-25  Rob Savoye  <rob.savoye@linaro.org>
2761         * runtest.exp: (lookfor-file): Fix bug were none of the relative
2762         paths were actually being used for file lookup.
2764 2014-06-06  Ben Elliston  <bje@gnu.org>
2766         * depcomp, install-sh, missing: Update to latest versions.
2767         * mkinstalldirs: Remove.
2768         * Makefile.in: Regenerate.
2770 2014-06-04  Ben Elliston  <bje@gnu.org>
2772         * Makefile.in: Regenerate with Automake 1.14.1.
2773         * compile: Add missing file.
2775 2014-06-04  Ben Elliston  <bje@gnu.org>
2777         * config.guess: Update to version 2014-03-23.
2778         * config.sub: Likewise.
2780 2014-06-04  Ben Elliston  <bje@gnu.org>
2782         * aclocal.m4: Regenerate with Automake 1.14.1.
2783         * configure: Regenerate with Autoconf 2.69.
2785 2014-03-15  Steve Ellcey  <sellcey@mips.com>
2787         * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
2789 2014-02-23  Steve Ellcey  <sellcey@mips.com>
2790             Richard Sandiford  <rdsandiford@googlemail.com>
2792         * config/sim.exp (sim_exec): New.
2793         (sim_file): New.
2795 2013-12-08  Richard Sandiford  <rdsandiford@googlemail.com>
2797         * lib/dg.exp (dg-test): Don't put the expected and actual output
2798         of a pattern test in the test name; send it to the log instead.
2800 2013-11-01  Steve Ellcey  <sellcey@mips.com>
2802         * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
2803         * Makefile.in: Regenerate.
2804         * baseboards/multi-sim.exp: New.
2806 2013-10-31  Anton Kolesov  <anton.kolesov@synopsys.com>
2808         * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
2809         (remote_reboot): Add comment explaining return value of this procedure.
2810         * doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
2811         * doc/dejagnu.texi: Regenerate.
2813 2013-10-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2815         * baseboards/androideabi.exp (process_multilib_options): Add option.
2816         * config/adb.exp: Remove hardcoded -static option.
2817         (adb_load): Add the possibility to change the temp directory. Also
2818         handle permission potential problems.
2819         (adb_exec): Do cd to android_tmp_dir first.
2821 2013-10-05  Jose E. Marchesi  <jose.marchesi@oracle.com>
2823         * baseboards/unix.exp: Add gdb settings to not use hardware
2824         watchpoints in sparc64 running GNU/Linux.
2826 2013-06-17  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2828         * runtest.exp (libdirs): New global variable.
2829         (load_lib): Append libdirs to search_and_load_files directories.
2830         * doc/ref.xml (load_lib): Document global variable libdirs.
2831         * doc/dejagnu.texi: Regenerate.
2832         * testsuite/runtest.all/load_lib.exp: New testcase.
2833         * Makefile.am (TESTSUITE_FILES): Add new testcase.
2834         * Makefile.in: Regenerate.
2836 2013-06-15  Ben Elliston  <bje@gnu.org>
2838         * configure.ac: If DEJAGNU is unset, set it to /dev/null.
2839         * Makefile.am: Export DEJAGNU.
2840         * configure: Likewise.
2841         * Makefile.in: Regenerate.
2843 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2845         * doc/user.xml: Fix typos.
2846         * doc/ref.xml: Likewise.
2847         * doc/dejagnu.texi: Regenerate.
2849 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2851         * doc/user.xml: Fix number of columns in table.
2852         * doc/dejagnu.texi: Regenerate.
2854 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2856         * doc/user.xml: Fix rendering errors around programlisting.
2857         * doc/ref.xml: Likewise.
2858         * doc/dejagnu.texi: Regenerate.
2860 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2862         * doc/user.xml: Fix spacing before productname.
2863         * doc/dejagnu.texi: Regenerate.
2865 2013-06-12  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2867         * testsuite/runtest.all/default_procs.tcl (send_log): Use the
2868         magic "args" parameter name, as expect send_log proc accepts -- as
2869         a leading option.
2871 2013-06-08  Makoto Fujiwara  <makoto@ki.nu>
2873         * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
2874         (config_DATA): Likewise for config_SCRIPTS.
2875         (baseboard_DATA): Likewise for baseboard_SCRIPTS.
2876         (EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
2877         baseboard_SCRIPTS.
2878         * Makefile.in: Regenerate.
2880 2013-06-08  Ben Elliston  <bje@gnu.org>
2882         * configure: Regenerate with autoconf 2.69.
2883         * aclocal.m4: Regenerate.
2885 2013-03-31  Ben Elliston  <bje@gnu.org>
2887         * Makefile.am (html-local): Rename target from html.
2888         * Makefile.in: Regenerate with automake 1.12.6.
2889         * aclocal.m4: Likewise.
2890         * configure: Regenerate.
2892 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
2894         * TODO: Remove todo item about warncnt and errcnt.
2896 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
2898         * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
2900 2013-03-26  Ben Elliston  <bje@gnu.org>
2902         * config.guess: Update to version 2013-02-12.
2903         * config.sub: Likewise.
2905 2013-02-16  Rob Savoye  <rob@build.welcomehome.org>
2907         * config/adb.exp: Add adb_file so we can remotely delete test
2908         cases to save on limited disk space. Don't remove the file after
2909         executing it, leave that for the test driver instead.
2911 2013-02-15  Rob Savoye  <rob@welcomehome.org>
2913         * config/adb.exp: Remove the test case after executing
2914         it. Otherwise we can fill up all the diskspace on a small target
2915         pretty fast.
2917 2013-02-11  Rob Savoye  <rob@welcomehome.org>
2919         * baseboards/androideabi.exp: Board support for Android using ADB.
2920         * config/adb.exp: Config support for Android using ADB.
2921         * Makefile.am (dist): Add new config and board files.
2922         * aclocal.m4, Makefile.in, configure, example/calc/configure,
2923         example/mathhelper/configure: Regenerated with newer autotools.
2925 2012-12-05  Ben Elliston  <bje@gnu.org>
2927         * example/hello: Remove.
2928         * configure.ac: Likewise.
2929         * configure: Regenerate.
2931 2012-10-04  Steve Ellcey  <sellcey@mips.com>
2933         * Makefile.am (baseboard_SCRIPTS): Add new baseboards.
2934         * Makefile.in: Regenerate.
2935         * baseboards/mips-sim-mti32.exp: New.
2936         * baseboards/mips-sim-mti64.exp: New.
2937         * baseboards/mips-sim-mti64_n32.exp: New.
2938         * baseboards/mips-sim-mti64_64.exp: New.
2939         * baseboards/mips-sim-sde32.exp: New.
2940         * baseboards/mips-sim-sde64.exp: New.
2942 2012-10-04  Ben Elliston  <bje@gnu.org>
2944         * aclocal.m4: Regenerate with automake 1.11.3.
2945         * Makefile.in: Likewise.
2946         * configure: Regenerate with autoconf 2.68.
2948 2012-08-22  Steve Ellcey  <sellcey@mips.com>
2950         * baseboards/generic-sim.exp: New baseboard definition.
2952 2012-06-15  Andreas Schwab  <schwab@linux-m68k.org>
2954         * lib/framework.exp (clone_output): Protect from leading dash in
2955         $message.
2956         * runtest.exp (verbose): Likewise.
2958 2012-06-11  Tom Tromey  <tromey@redhat.com>
2960         * doc/runtest.1: Update.
2961         * runtest.exp (xml_file_name): New global.
2962         (usage): Update.
2963         Handle optional argument to --xml.
2964         * lib/framework.exp (open_logs): Respect xml_file_name.
2966 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2968         * runtest.exp (load_tool_init): Fix typo in -de option handling.
2970 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2972         * doc/runtest.1: Correct name of debug file.
2974 2012-02-25  Ben Elliston  <bje@gnu.org>
2976         * runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
2977         for runtest.exp as a last resort (for usrmove environments, where
2978         /bin is a link to /usr/bin). From Honza Horak <hhorak@redhat.com>.
2980 2011-12-30  Ben Elliston  <bje@gnu.org>
2982         * doc/user.xml: Various spelling and consistency fixes.
2983         * doc/ref.xml: Likewise.
2984         (exit_remote_shell): Remove, as this procedure is defunct.
2985         * doc/dejagnu.texi: Regenerate.
2987 2011-12-30  Ben Elliston  <bje@gnu.org>
2989         * config.guess: Update to version 2011-12-29.
2990         * config.sub: Update to version 2011-11-11.
2992 2011-06-30  Tom Tromey  <tromey@redhat.com>
2994         * doc/ref.xml: Document find_gfortran.
2995         * doc/dejagnu.texi: Regenerate.
2996         * lib/target.exp (default_target_compile): Handle f90.
2997         (default_target_compile): Likewise.
2998         * lib/libgloss.exp (find_gfortran): New proc.
3000 2011-06-30  Ben Elliston  <bje@gnu.org>
3002         * Makefile.am (all-local): New rule.
3003         * Makefile.in: Regenerate.
3005 2011-04-12  Ben Elliston  <bje@gnu.org>
3007         * config/vxworks.exp (vxworks_file): Use "file delete", not "exec
3008         rm", for better portability.
3009         * config/netware.exp (${board}_load): Likewise.
3010         * lib/dg.exp (dg-test): Likewise.
3011         * lib/framework.exp (open_logs): Likewise.
3012         * lib/remote.exp (standard_file): Likewise.
3013         * runtest.exp: Likewise.
3014         * testsuite/runtest.all/options.exp: Likewise.
3016 2011-03-15  Ben Elliston  <bje@gnu.org>
3018         * runtest.exp: Whitespace cleanups.
3019         * lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3020         lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp,
3021         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Likewise.
3023 2011-03-15  Ben Elliston  <bje@gnu.org>
3025         * runtest: Remove trailing semicolons.
3026         * lib/rsh.exp: Likewise.
3028 2011-03-15  H.J. Lu  <hjl.tools@gmail.com>
3030         * lib/remote.exp (local_exec): Ignore SIGHUP.
3032 2011-03-14  Ben Elliston  <bje@gnu.org>
3034         * runtest.exp (frame_version): Set to 1.5.1.
3035         * configure.ac (AC_INIT): Set version to 1.5.1.
3036         * configure: Regenerate.
3037         * doc/dejagnu.xml (appversion, version): Set to 1.5.1.
3038         * doc/dejagnu.texi: Regenerate.
3040 2011-03-14  Ben Elliston  <bje@gnu.org>
3042         * dejagnu.h: Whitespace cleanups.
3044 2011-03-14  Ben Elliston  <bje@gnu.org>
3046         * baseboards/cris-sim.exp: Remove trailing semicolon(s).
3047         * baseboards/mt-sid.exp: Likewise.
3048         * baseboards/tx39-sim.exp: Likewise.
3049         * lib/target.exp (default_target_compile): Likewise.
3051 2011-03-14  Ben Elliston  <bje@gnu.org>
3053         Reported by Flash Sheridan <flash@pobox.com>:
3054         * doc/user.xml (Testing "Hello world" locally): Improve the
3055         example test script and make it robust to failures.  Tidy some
3056         formatting errors.
3057         * doc/dejagnu.texi: Regenerate.
3059 2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3061         * runtest.exp (runtest): Call reset_vars at initialisation so that
3062         perror does not affect test results in other test scripts.
3064 2011-03-09  Ben Elliston  <bje@gnu.org>
3066         * NEWS: Start a new section for post-1.5 changes.
3068 2011-03-09  Ben Elliston  <bje@gnu.org>
3070         * DejaGnu 1.5 released.
3072 2011-03-09  Ben Elliston  <bje@gnu.org>
3074         * Makefile.am (DISTCLEANFILES): Define.
3075         * Makefile.in: Regenerate.
3076         * testsuite/runtest.all/libs.exp: Clean up temp files on exit.
3077         * testsuite/runtest.all/options.exp: Likewise for dbg.log.
3078         * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file
3079         mkdir" instead of exec'ing mkdir(1).
3081 2011-03-07  Ben Elliston  <bje@gnu.org>
3083         * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE.
3084         * Makefile.in: Regenerate.
3086 2011-03-06  Ben Elliston  <bje@gnu.org>
3088         * configure.ac (AC_INIT): Set version to 1.5.
3089         * configure: Regenerate.
3090         * runtest.exp (frame_version): Set to 1.5.
3091         * doc/dejagnu.texi: Regenerate.
3093 2011-03-04  Ben Elliston  <bje@gnu.org>
3095         * texinfo.tex: Import latest version from ftp://tug.org/tex.
3097 2011-03-04  Ben Elliston  <bje@gnu.org>
3099         * Makefile.am (EXTRA_DIST): Correct name of historical ChangeLog.
3100         * Makefile.in: Regenerate.
3102 2011-03-03  Ben Elliston  <bje@gnu.org>
3104         * Makefile.am: Bump to GPL version 3.
3105         * configure.ac: Likewise.
3106         * Makefile.in: Regenerate.
3107         * aclocal.m4: Likewise.
3108         * configure: Likewise.
3110 2011-03-03  Ben Elliston  <bje@gnu.org>
3112         * config.guess: Update to most recent version.
3113         * config.sub: Likewise.
3115 2011-03-03  Ben Elliston  <bje@gnu.org>
3117         * lib/framework.exp (unknown): Rename the native Tcl ::unknown
3118         proc to ::tcl_unknown.  If ::tcl_unknown returns a failure result,
3119         then fall back to the conventional DejaGnu handling.  Report from
3120         David Byron <dbyron@dbyron.com>.
3122 2011-03-03  Maciej W. Rozycki  <macro@codesourcery.com>
3124         * lib/remote.exp (remote_expect): Pass all exception conditions up
3125         to the caller.
3127 2011-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3129         * lib/dg.exp (dg-test): Support nested calls.
3131 2010-04-13  Ben Elliston  <bje@gnu.org>
3133         * testglue.c: Remove duplicated prototypes for abort and exit.
3135 2010-03-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3137         * doc/user.xml (Tcl Variables For Command Line Options): Correct
3138         column count.
3140 2010-01-21  Jie Zhang  <jie.zhang@analog.com>
3142         * config/gdb-comm.exp (gdb_comm_load): Set breakpoints after load.
3144 2010-01-15  Anthony Green  <green@moxielogic.com>
3146         * baseboards/moxie-sim.exp: New baseboard.
3148 2009-12-10  DJ Delorie  <dj@redhat.com>
3150         * baseboards/rx-sim.exp: New baseboard.
3152 2009-10-15  Ben Elliston  <bje@gnu.org>
3154         * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide.
3155         This web page has disappeared.
3157 2009-07-06  Ben Elliston  <bje@gnu.org>
3159         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Mark up options with
3160         <option> not <emphasis>.  Apply other grammatical fixes from
3161         Reuben Thomas.
3162         * doc/dejagnu.texi: Regenerate.
3164 2009-07-06  Ben Elliston  <bje@gnu.org>
3166         * configure.ac: Check for docbook2x-texi.
3167         * configure: Regenerate.
3169 2009-07-06  Ben Elliston  <bje@gnu.org>
3171         From Reuben Thomas  <rrt@sc3d.org>:
3172         * doc/runtest.1: Fix some formatting issues.
3174 2009-06-16  Ben Elliston  <bje@gnu.org>
3176         * config.guess: Update to most recent version.
3177         * config.sub: Likewise.
3179 2009-06-16  Ben Elliston  <bje@gnu.org>
3181         * Makefile.am (rpm, deb, solpkg, hpdepot): Remove targets.
3182         * Makefile.in: Regenerate.
3183         * packaging: Remove directory and its contents.
3185 2009-06-10  Maciej W. Rozycki  <macro@codesourcery.com>
3187         * config/gdb-comm.exp (gdb_comm_add_breakpoint): Handle pending
3188         breakpoints.
3190 2008-12-03  Ben Elliston  <bje@gnu.org>
3192         * COPYING: Update to GPL version 3.
3194 2008-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3196         * doc/ref.xml, doc/user.xml: Fix typos.
3197         * doc/dejagnu.texi: Regenerate.
3199 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3201         * Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
3202         * Makefile.in: Regenerate.
3203         * dejagnu.exp (host_execute): Improve regexp matching.
3204         * testsuite/libdejagnu/unit.cc: C++ fixes.
3206 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3208         * lib/utils.exp (diff): Open both files as binary.
3210 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3212         * dejagnu.h (totals): Correct typos.
3214 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3216         * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
3217         * doc/dejagnu.texi: Regenerate.
3219 2008-02-25  Ben Elliston  <bje@gnu.org>
3221         * doc/runtest.1: Update date of last revision.
3223 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3225         * baseboards/h8300.exp: Use -- before switch argument that may
3226         begin with "-".
3227         * baseboards/cris-sim.exp: Ditto.
3229 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3231         * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp,
3232         iq2000-sim.exp and m32r-linux-sim.exp.
3233         * Makefile.in: Regenerate.
3235 2008-02-08  Ben Elliston  <bje@gnu.org>
3237         * baseboards/cris-sim.exp: Fix MS-DOS line termination.
3239 2007-12-28  Joseph Myers  <joseph@codesourcery.com>
3241         * lib/target.exp (default_link): Initialize nobjects before use.
3243 2007-12-06  Ben Elliston  <bje@gnu.org>
3245         * lib/dg.exp (dg_bogus): Comment fix.
3247 2007-10-31  DJ Delorie  <dj@redhat.com>
3249         * lib/framework.exp (open_logs): Line buffer the .sum file.
3251 2007-09-04  Matt Kraai  <kraai@ftbfs.org>
3253         * doc/user.xml (Configuration): Fix typos.
3254         * doc/dejagnu.texi: Regenerate.
3256 2007-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
3258         * lib/remote.exp (standard_send): Correct quoting.
3260 2007-05-17  Ben Elliston  <bje@gnu.org>
3262         * doc/user.xml: Correct the syntax for running apt-get on a Debian
3263         GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
3265 2007-04-30  Bob Wilson  <bob.wilson@acm.org>
3267         * baseboards/xtensa-sim.exp: Set target_install.  Stop using
3268         basic-sim.exp.  Run the simulator with --turbo option.  Replace
3269         needs_status_wrapper with the simulator's --exit_with_target_code
3270         option.
3272 2006-10-15  Rob Savoye  <rob@bertha.welcomehome.org>
3274         * dejagnu.h: Add support for for expected failures and
3275         unexpected successes.
3277 2005-05-06  Andrew Fyfe <a.fyfe@tiscali.co.uk>
3279         * doc/Makefile.am: Fix install path for man page.
3280         * Makefiles: Regenerated.
3282 2006-08-29  Ben Elliston  <bje@gnu.org>
3284         * runtest.exp (usage): Use "triplet" instead of "config name".
3286 2006-07-13  Daniel Jacobowitz  <dan@codesourcery.com>
3288         * Makefile.am (DOCBOOK2RTF): Fix typo.
3289         * Makefile.in: Regenerated.
3290         * lib/libgloss.exp (process_multilib_options): Use -- to handle
3291         options starting with hyphens.
3293 2006-06-23  Eric Botcazou  <ebotcazou@adacore.com>
3295         * libgloss.exp (find_gnatmake): Rewrite.
3297 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
3299         * rsh.exp (rsh_exec): Handle inp and outp arguments.  Use
3300         local_exec to run rsh.  Return failure if rsh times out.
3301         * remote.exp (local_exec): Handle "|& cat" we added when deciding
3302         whether to return output.
3304 2006-06-09  Ben Elliston  <bje@gnu.org>
3306         * baseboards/cris-sim.exp: Use Tcl fall-through syntax for
3307         multiple cases, not a list (case uses lists, switch does not).
3308         Pass -glob to switch where applicable to emulate case behaviour.
3309         * baseboards/h8300.exp: Likewise.
3310         * lib/framework.exp (clone_output): Likewise.
3311         (clear_xfail): Likewise.
3312         (clear_kfail): Likewise.
3313         * lib/libgloss.exp (process_multilib_options): Likewise.
3314         * runtest.exp: Likewise.
3316 2006-06-06  Ben Elliston  <bje@gnu.org>
3318         * Makefile.am (CONTRIB): New.
3319         (EXTRA_DIST): Add $(CONTRIB).
3320         (doc/dejagnu.texi): Set directory-category param to docbook2texi.
3321         * Makefile.in: Regenerate.
3322         * doc/dejagnu.texi: Likewise.
3324 2006-06-06  Ben Elliston  <bje@gnu.org>
3326         * runtest.exp (load_lib): Typo fix.
3328 2006-06-06  Ben Elliston  <bje@gnu.org>
3330         * dejagnu.h: Tidy comments.
3331         (_BUFFER_SIZE_): Remove to minimise namespace pollution.
3332         (wait): Define this function unconditionally.  Conditionally
3333         compile the function body if _DEJAGNU_WAIT_ is defined.
3334         (buffer): Set the buffer size explicitly.
3335         (pass): Use sizeof (buffer).  Call wait() unconditionally.
3336         (fail, untested, unresolved, note): Likewise.
3337         (enum teststate): Tidy whitespace.
3339 2006-06-06  Ben Elliston  <bje@gnu.org>
3341         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.
3342         * doc/dejagnu.texi: Regenerate.
3344 2006-06-06  Ben Elliston  <bje@gnu.org>
3346         Import from GCC tree:
3347         2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
3348                     Mike Stump  <mrs@apple.com>
3350         * compare_tests: Handle multilibs better.
3352 2006-06-06  Ben Elliston  <bje@gnu.org>
3354         * doc/dejagnu.texi: Regnerate using Docbook2X 0.8.7.
3356         * configure.ac: Check for docbook2texi, not docbook2x-texi.  The
3357         wrapper script changed its name again in the latest release.
3358         * configure: Regenerate.
3359         * Makefile.am (DOCBOOK2X_TEXI): Rename from this ..
3360         (DOCBOOK2TEXI): .. to this.
3361         (doc/dejagnu.texi): Do not use output-file parameter to deposit
3362         the .texi file into the source directory; use mv(1) instead. Set
3363         directory-description parameter.
3364         * Makefile.in: Likewise.
3366 2006-06-02  Ben Elliston  <bje@gnu.org>
3368         * config/sim.exp (sim_upload): Match up argument names.
3370 2006-06-02  Ben Elliston  <bje@gnu.org>
3372         * config.guess: Update to most recent version.
3373         * config.sub: Likewise.
3375 2006-06-02  Ben Elliston  <bje@gnu.org>
3377         * config/dos.exp (dos_open): Only run global board_info once at
3378         the beginning of the proc; remove duplicates.
3379         (dos_load): Use file join to separate path components.
3380         (dos_copy_upload): Likewise.
3381         * lib/remote.exp (call_remote): Use error, not "blooie" to trigger
3382         an error.
3384 2006-06-02  Ben Elliston  <bje@gnu.org>
3386         * contrib/compare_tests: Import from the GCC contrib directory.
3388 2006-05-24  Ben Elliston  <bje@gnu.org>
3390         * runtest.exp (verbose): Brace some expressions.
3391         (load_file, search_and_load_file): Likewise.
3392         (runtest): Likewise.
3394 2006-05-23  Ben Elliston  <bje@gnu.org>
3396         * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.
3397         * config/i960.exp (i960_spawn): Initialise status.
3398         * config/netware.exp (${board}_init): Brace some if expressions.
3399         * lib/dg.exp (dg-test): Brace some expressions.
3400         * lib/framework.exp (clone_output, log_and_exit, log_summary,
3401         record_test, pass, fail): Likewise.
3402         * lib/libgloss.exp (get_multilibs): Likewise.
3403         * lib/remote.exp (standard_transmit, unix_clean_filename,
3404         remote_load, check_for_board_status, remote_expect): Likewise.
3405         * lib/rsh.exp (rsh_exec): Likewise.
3407 2006-05-22  Ben Elliston  <bje@gnu.org>
3409         * baseboards/cris-sim.exp: Use switch, not case.
3410         * baseboards/h8300.exp: Likewise.
3411         * config/base68k.exp (base68k_ld): Brace an if expression.
3413 2006-05-22  Ben Elliston  <bje@gnu.org>
3415         * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,
3416         baseboards/cris-sim.exp, baseboards/i960-cyclone.exp,
3417         baseboards/mcore-moto-sim.exp, baseboards/mips64vr4100-sim.exp,
3418         baseboards/mmixware-sim.exp, baseboards/op50n.exp,
3419         baseboards/rom68k-idp.exp, baseboards/sparclite-sim-le.exp,
3420         baseboards/usparc-cygmon.exp, config/base-config.exp,
3421         config/base68k.exp, config/ddb-ether.exp, config/ddb.exp,
3422         config/dos.exp, config/gdb-comm.exp, config/gdb_stub.exp,
3423         config/i386-bozo.exp, config/i960.exp, config/m68k-emc.exp,
3424         config/netware.exp, config/sid.exp, config/sim.exp,
3425         config/tic80.exp, config/unix.exp, config/vxworks.exp,
3426         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3427         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
3428         lib/rlogin.exp, lib/rsh.exp, lib/target.exp, lib/targetdb.exp,
3429         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Put braces around if
3430         expressions throughout.
3432 2006-05-22  Ben Elliston  <bje@gnu.org>
3434         * lib/framework.exp (open_logs): Use file join where applicable.
3435         * lib/libgloss.exp (libgloss_link_flags, newlib_link_flags,
3436         newlib_include_flags, g++_link_flags, libstdc++_link_flags,
3437         get_multilibs, winsup_include_flags, winsup_link_flags): Likewise.
3438         * lib/utils.exp (which): Likewise.
3439         * runtest.exp (search_and_load_file, lookfor_file,
3440         load_tool_init): Likewise.
3442         * lib/debugger.exp (watcharray): Add `array' parameter.  Rename
3443         `type' parameter to `op' and update all uses in the proc.
3444         (watchvar): Add `ignore' parameter for scalar variables.
3445         Likewise, rename `type' to `op' and update throughout the proc.
3447         * runtest.exp: Use switch, not case.
3448         * lib/framework.exp (clone_output): Likewise.
3449         (clear_xfail): Likewise.
3450         (clear_kfail): Likewise.
3451         (set_warning_threshold): Make warning_threshold global.
3452         (get_warning_threshold): Likewise.
3453         * lib/libgloss.exp (process_multilib_options): Use switch, not
3454         case.
3455         * lib/remote.exp (local_exec): Only run global errorInfo once.
3456         (standard_upload): Fix error in variable use ($file -> $srcfile).
3457         * lib/utils.exp (grep): Use switch, not case.
3458         (slay): Fix mismatched bracket.
3460         * lib/debugger.exp (watcharray): Use switch, not case.
3461         (watchvar): Likewise.
3462         (bt): Add an explanatory comment.
3464 2006-04-03  Ben Elliston  <bje@gnu.org>
3466         * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
3467         lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
3468         lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
3470 2006-01-02  Ben Elliston  <bje@gnu.org>
3472         * configure.ac (AC_INIT): Set version to 1.4.99.
3473         * configure: Regenerate.
3475 2006-01-01  Ben Elliston  <bje@gnu.org>
3477         * testsuite/runtest.all/utils.test: Add runtest_file_p.
3479 2006-01-01  Ben Elliston  <bje@gnu.org>
3481         * runtest.exp (frame_version): Set to 1.4.99.
3483 2006-01-01  Ben Elliston  <bje@gnu.org>
3485         * dejagnu.h: Update copyright notice.  Use C-style /* .. */
3486         comments for portability with ISO C compilers.
3487         * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.
3489 2006-01-01  Ben Elliston  <bje@gnu.org>
3491         * runtest.exp: Update copyright notice.
3492         * example/calc/testsuite/calc.test/calc.exp: Likewise.
3493         * example/calc/testsuite/config/unix.exp: Likewise.
3494         * testsuite/libdejagnu/tunit.exp: Likewise.
3495         * testsuite/runtest.all/libs.exp: Likewise.
3496         * testsuite/runtest.all/options.exp: Likewise.
3497         * testsuite/runtest.all/stats-sub.exp: Likewise.
3498         * testsuite/runtest.all/stats.exp: Likewise.
3500 2006-01-01  Ben Elliston  <bje@gnu.org>
3502         * config/default.exp, config/unix.exp, config/vxworks.exp,
3503         lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp,
3504         lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp:
3505         Formatting fixes.
3506         * dejagnu.h, testsuite/config/default.exp,
3507         testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp,
3508         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
3509         testsuite/runtest.all/options.exp,
3510         testsuite/runtest.all/stats-sub.exp,
3511         testsuite/runtest.all/stats.exp: Update copyright notice and FSF
3512         office address. Remove bug reporting address, as it is now
3513         maintained centrally in the README file.
3515 2005-12-31  Ben Elliston  <bje@gnu.org>
3517         * testsuite/runtest.all/utils.test: Don't bother mentioning
3518         absolute, psource, prune and slay as untested procedures.
3520 2005-12-31  Ben Elliston  <bje@gnu.org>
3522         * doc/ref.xml (Utility Procedures): Note that the following
3523         procedures are deprecated: absolute, psource, prune, slay.
3524         * NEWS: Likewise.
3525         * doc/dejagnu.texi: Regenerate.
3527 2005-12-24  Ben Elliston  <bje@gnu.org>
3529         * Makefile.am (doc/dejagnu.texi): Don't use shell redirection, in
3530         case the command fails and zeroes the Texinfo source file.  Move
3531         the output (if successful) by its default filename using mv(1).
3532         * Makefile.in: Regenerate.
3534 2005-12-24  Ben Elliston  <bje@gnu.org>
3536         * configure.ac (DOCBOOK2X_TEXI): Add search for this program.
3537         * configure: Regenerate.
3538         * Makefile.am (DOCBOOK2PDF, DOCBOOK2RTF, DOCBOOK2PS): New.
3539         (DOCBOOK2HTML, DOCBOOK2X_TEXI): Likewise.
3540         (dejagnu.pdf): Use $(DOCBOOK2PDF).
3541         (dejagnu.ps): Likewise, use $(DOCBOOK2PS).
3542         (dejagnu.rtf): Likewise, use $(DOCBOOK2RTF).
3543         (html): Likewise, use $(DOCBOOK2HTML).
3544         (doc/dejagnu.texi): Produce using the docbook2x-texi wrapper,
3545         which is much simpler. Likewise, use $(DOCBOOK2X_TEXI).
3546         * Makefile.in: Regenerate.
3548 2005-12-24  Ben Elliston  <bje@gnu.org>
3550         * Makefile.am (EXTRA_DIST): Remove $(PACKAGING_METAFILES).
3551         (XML): Remove $(srcdir) from each filename; VPATH suffices.
3552         (PACKAGING_METAFILES): Remove.
3553         * Makefile.in: Regenerate.
3555 2005-12-24  Ben Elliston  <bje@gnu.org>
3557         * README: Rewrite.
3559 2005-12-24  Ben Elliston  <bje@gnu.org>
3561         * COPYING: Update.
3563 2005-12-24  Ben Elliston  <bje@gnu.org>
3565         * testsuite/libdejagnu/tunit.exp: Don't change to a non-existent
3566         subdirectory.
3568 2005-12-24  Ben Elliston  <bje@gnu.org>
3570         * Makefile.am (RUNTEST): Simplify, as Automake already generates
3571         similar logic in Makefile.in.
3572         * Makefile.in: Regenerate.
3574 2005-12-24  Ben Elliston  <bje@gnu.org>
3576         * Makefile.am (RUNTESTDEFAULTFLAGS): Omit --tool so that
3577         libdejagnu tests are run too.
3578         * Makefile.in: Regenerate.
3580 2005-12-24  Ben Elliston  <bje@gnu.org>
3582         * configure: Regenerate.
3584         * lib/remote.exp: Tidy.
3585         * lib/targetdb.exp: Likewise.
3586         * lib/target.exp (prune_warnings): Improve comments.
3587         * lib/dejagnu.exp: Likewise.
3588         * lib/utils.exp: Likewise.
3590         * NEWS: Update.
3592 2005-12-24  Ben Elliston  <bje@gnu.org>
3594         * doc/dejagnu.xml: Don't use apostrophes in section titles.
3595         * doc/dejagnu.texi: Regenerate.
3597 2005-12-24  Ben Elliston  <bje@gnu.org>
3599         * Makefile.am (XML): Include $(srcdir) in filenames.
3600         * Makefile.in: Regenerate.
3602 2005-12-24  Ben Elliston  <bje@gnu.org>
3604         * doc/C/Makefile.am: Remove.
3605         * doc/C/Makefile.in: Likewise.
3607         * Makefile.am (SUBDIRS): Remove.
3608         (EXTRA_DIST): Append $(XML).
3609         (dist_man_MANS): Define.
3610         (info_TEXINFOS): Likewise.
3611         (XML): List XML source files.
3612         (dejagnu.pdf): New target.
3613         (dejagnu.ps): Likewise.
3614         (dejagnu.rtf): Likewise.
3615         (html): Likewise.
3616         (dejagnu.texi): Special rule to build Texinfo source.
3617         * Makefile.in: Regenerate.
3618         * configure.ac: Don't search for docbook2dvi.
3619         Search for docbook2rtf and docbook2pdf.
3620         Don't output doc/Makefile or doc/C/Makefile.
3621         * configure: Regenerate.
3622         * doc/texinfo.tex: Move from here ..
3623         * texinfo.tex: .. to here.
3624         * doc/Makefile.am: Remove.
3625         * doc/Makefile.in: Likewise.
3626         * doc/C/dejagnu.omf: Likewise.
3627         * doc/C/topic.dat: Likewise.
3628         * doc/C/dejagnu.xml: Move from here ..
3629         * doc/dejagnu.xml: .. to here.
3630         * doc/C/legal.xml: Move from here ..
3631         * doc/legal.xml: .. to here.
3632         * doc/C/ref.xml: Move from here ..
3633         * doc/ref.xml: .. to here.
3634         * doc/C/user.xml: Move from here ..
3635         * doc/user.xml: .. to here.
3636         * doc/dejagnu.texi: Rebuild from XML source.
3638 2005-12-23  Ben Elliston  <bje@gnu.org>
3640         * doc/runtest.1: Update manual page.
3642 2005-12-23  Ben Elliston  <bje@gnu.org>
3644         * doc/overview.sgml: Remove in favour of XML versions.
3645         * doc/ref.sgml: Ditto.
3646         * doc/user.sgml: Ditto.
3647         * doc/texinfo.tex: Import new version.
3649 2005-12-20  Ben Elliston  <bje@gnu.org>
3651         * Makefile.am (SUBDIRS): Remove testsuite, example.
3652         (EXTRA_DIST): Add $(TESTSUITE_FILES).
3653         (TESTSUITE_FILES): New.
3654         (RUNTEST, RUNTESTDEFAULTFLAGS): New.
3655         (AM_CXXFLAGS): Set.
3656         (check_PROGRAMS): New.
3657         (unit_SOURCES): New.
3658         * Makefile.in: Regenerate.
3659         * configure.ac (AC_OUTPUT): Don't output example/Makefile,
3660         testsuite/Makefile or testsuite/libdejagnu/Makefile.
3661         * configure: Regenerate.
3662         * testsuite/Makefile.am: Remove.
3663         * testsuite/Makefile.in: Likewise.
3664         * testsuite/libdejagnu/Makefile.am: Likewise.
3665         * testsuite/libdejagnu/Makefile.in: Likewise.
3667 2005-12-20  Ben Elliston  <bje@gnu.org>
3669         * Makefile.am (baseboard_SCRIPTS): Rename ms1->mt.
3670         * Makefile.in: Regenerate.
3672 2005-12-20  Ben Elliston  <bje@gnu.org>
3674         * configure: Regenerate with autoconf 2.59.
3675         * aclocal.m4: Regenerate with aclocal 1.9.6.
3676         * Makefile.in: Regenerate with automake 1.9.6.
3677         * doc/Makefile.in: Likewise.
3678         * doc/C/Makefile.in: Likewise.
3679         * example/Makefile.in: Likewise.
3680         * testsuite/Makefile.in: Likewise.
3681         * testsuite/libdejagnu/Makefile.in: Likewise.
3683 2005-12-20  Nathan Sidwell  <nathan@codesourcery.com>
3685         * baseboards/ms1-sid.exp: Rename from this ..
3686         * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within.
3688 2005-12-20  Ben Elliston  <bje@gnu.org>
3690         * config.guess: Update to most recent version.
3691         * config.sub: Likewise.
3693 2005-09-24  Ben Elliston  <bje@gnu.org>
3695         * packaging/pkg/pkginfo (EMAIL): Update mail address.
3697         * lib/rsh.exp: Tidy comments.
3699 2005-07-07  Ben Elliston  <bje@gnu.org>
3701         * lib/telnet.exp (telnet_transmit): Remove; use standard method.
3703 2005-07-07  Ben Elliston  <bje@gnu.org>
3705         * Makefile.am (baseboard_SCRIPTS): Add ms1-sid.exp.
3706         * Makefile.in: Regenerate.
3708 2005-07-06  Ben Elliston  <bje@gnu.org>
3710         * lib/tip.exp (tip_open): Improve comments.
3711         (tip_download): Likewise.
3713 2005-07-06  Ben Elliston  <bje@gnu.org>
3715         * lib/telnet.exp (telnet_open): Improve option handling.  Clarify
3716         documentation for each proc.
3718 2005-07-06  Ben Elliston  <bje@gnu.org>
3720         * aclocal.m4: Regenerate with aclocal 1.9.
3721         * configure: Regenerate with autoconf 2.59.
3722         * doc/C/Makefile.am: Remove stray include.
3723         * Makefile.in, doc/Makefile.in, doc/C/Makefile.in,
3724         example/Makefile.in, testsuite/Makefile.in,
3725         testsuite/libdejagnu/Makefile.in: Regenerate with automake 1.9.
3727 2005-07-06  Ben Elliston  <bje@gnu.org>
3729         Import some missing hunks from this patch on sourceware:
3731         2004-11-11  Nick Clifton  <nickc@redhat.com>
3733         * lib/libgloss.exp (libio_include_flags, g++_include_flags,
3734         winsup_include_flags): Revert previous patch, restoring the use of
3735         -I, for all libraries except newlib.  Newlib needs -isystem to
3736         avoid the problems with <limits.h> but the C++ and winsup
3737         libraries need -I because -isystem generates an implicit 'extern
3738         "C"' which may not be appropriate for certain targets.
3740 2005-07-06  Aldy Hernandez  <aldyh@redhat.com>
3742         * baseboards/ms1-sid.exp: New.
3744 2005-07-01  Ben Elliston  <bje@gnu.org>
3746         Unify some changes with the 1.4 branch:
3748         2004-10-28  Nick Clifton  <nickc@redhat.com>
3749         * baseboards/iq2000-sim.exp: New file.
3751         2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3752         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
3753         noresults to zero.
3755         2004-05-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
3756         * baseboards/m32r-linux-sim.exp: Add New file.
3758 2005-06-24  Ben Elliston  <bje@gnu.org>
3760         * MAINTAINERS: Update my email address.
3762 2005-06-24  Ben Elliston  <bje@gnu.org>
3764         * Update the FSF's physical address throughout.
3766 2005-06-22  Ben Elliston  <bje@gnu.org>
3768         * config.guess: Update to most recent version.
3769         * config.sub: Likewise.
3771 2005-04-28  Mark Kettenis  <kettenis@gnu.org>
3773         * lib/target.exp (prune_warnings): Add a few more linker
3774         warning patterns for OpenBSD.
3776 2005-03-20  Mark Kettenis  <kettenis@gnu.org>
3778         * lib/target.exp (prune_warnings): Add linker warning patterns for
3779         OpenBSD.
3781 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3783         * baseboards/cris-sim.exp: New file.
3785 2004-11-19  Nick Clifton  <nickc@redhat.com>
3787         * lib/libgloss.exp (newlib_include_flags): Document why -isystem
3788         is used instead of -I.
3789         (libio_include_flags): Use -I instead of -isystem and
3790         document why.
3791         (g++_include_flags): Use -I instead of -isystem.
3792         (libstdc++_include_flags): Likewise.
3794 2004-11-04  Ben Elliston  <bje@gnu.org>
3796         * lib/dg.exp (dg-test): If a `dg-do run' test fails to compile,
3797         mark the test as unresolved, rather than warning.
3799 2004-10-27  Nick Clifton  <nickc@redhat.com>
3801         * baseboards/iq2000-sim.exp: New file.
3803 2004-08-20  Daniel Jacobowitz  <dan@debian.org>
3805         * testglue.c: Prototype abort(3) and exit(3).
3807 2004-08-14  Paul Brook  <paul@codesourcery.com>
3809         * config/sim.exp (sim_download, sim_upload): New procs.
3811 2004-06-30  Ben Elliston  <bje@gnu.org>
3813         * config.guess: Update to current revision.
3814         * config.sub: Likewise.
3816 2004-06-12  Ben Elliston  <bje@gnu.org>
3818         * config.guess: Update to current revision.
3819         * config.sub: Likewise.
3821 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3823         * testglue.c: Prototype abort and exit.
3825 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3827         * baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
3828         string.
3830 Tue Feb 25 05:19:57 UTC 2003  Brendan Conoboy  <blc@@redhat.com>
3832         * lib/remote.exp (call_remote): Remove multilibs from the board
3833         name when rebooting a board.
3835 2004-06-03  Alexandre Oliva  <aoliva@redhat.com>
3837         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
3838         noresults to zero.
3840 2004-06-07  Ben Elliston  <bje@gnu.org>
3842         * lib/libgloss.exp (build_wrapper): Remove redundant set command.
3844 2004-03-29  Joel Brobecker  <brobecker@gnat.com>
3846         * lib/libgloss.exp (find_gnatmake): New procedure.
3847         * lib/target.exp (default_target_compile): Add support for Ada.
3849 2004-04-16  Kazuhiro Inaoka  <inaoka dot kazuhiro at renesas dot com>
3851         * baseboards/m32r-linux-sim.exp: Add New file.
3853 2004-04-02  Rob Savoye  <rob@direwolf.welcomehome.org>
3855         * configure.ac, example/Makefile.am: Add example/mathhelper.
3856         * configure, alocal.m4, example/Makefile.in: Regenerated.
3858 2004-04-02 Joel Sherrill <joel@OARcorp.com>
3860         * example/mathhelper: New example for using the unit testing API.
3862 2004-03-05  Daniel Jacobowitz  <drow@mvista.com>
3864         * lib/remote.exp (standard_spawn): Fix rsh username support.
3866 2004-03-06  Rob Savoye  <rob@althea.welcomehome.org>
3868         * doc/C: New directory for DocBook XML files.
3869         * doc/C/dejagnu.omf: New config file for scrollkeeper.
3870         * doc/C/topic.dat: New config file for the GNOME help system.
3871         * doc/C/dejagnu.xml: DocBook XML formatted verion of what was
3872         overview.sgml.
3873         * doc/C/ref.xml: DocBook XML formatted verion of what was
3874         ref.sgml.
3875         * doc/C/user.xml: DocBook XML formatted verion of what was
3876         user.sgml.
3878 2004-02-17  Ben Elliston  <bje@wasabisystems.com>
3880         * runtest.exp: Do not trap SIGSEGV.
3882 2004-02-16  Ben Elliston  <bje@wasabisystems.com>
3884         * configure.ac: Update AC_INIT and AM_INIT_AUTOMAKE invocations.
3885         * configure: Regenerate.
3887 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3889         * doc/runtest.1: Improve some wording. Update last revision date.
3891 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3893         * NEWS: Document yesterday's work.
3895         * runtest: Improve comments.
3897 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3899         * TODO: Update.
3901         * testsuite/libdejagnu/unit.cc: Conform with GNU coding standard.
3903 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3905         * configure.ac: Quote strings throughout in good Autoconf style.
3906         Remove AC_PROG_YACC invocation. Search for docbook2dvi, et al and
3907         expect using AC_PATH_PROG. Remove DJ_AC_PATH_DOCBOOK in favour of
3908         existing macros. Remove stale BOARDS and CONFIG substs. Ensure Tcl
3909         is at version 8.3 or greater.
3910         * configure: Regenerate.
3911         * acinclude.m4: Remove.
3912         * aclocal.m4: Regenerate.
3913         * Makefile.in: Likewise.
3914         * doc/Makefile.am (%.pdf: %.sgml): Use $(DOCBOOK2PDF).
3915         (%.dvi: %.sgml): Use $(DOCBOOK2DVI).
3916         (%.html: %.sgml): Use $(DOCBOOK2HTML).
3917         * doc/Makefile.in: Regenerate.
3918         * example/Makefile.in: Likewise.
3919         * testsuite/Makefile.in: Likewise.
3920         * testsuite/libdejagnu/Makefile.in: Likewise.
3921         * TODO: Update.
3923 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
3925         * baseboards/cf.exp: Use -T instead of -Wl,-T for ldscript.
3926         * baseboards/fr30-elf.exp, baseboards/frv-elf.exp,
3927         baseboards/h8300.exp, baseboards/i960-cyclone.exp,
3928         baseboards/i960-sim.exp, baseboards/m32r-elf.exp,
3929         baseboards/mips-idt.exp, baseboards/mips-lnews-sim.exp,
3930         baseboards/mips-lsi-sim.exp, baseboards/mips64vr4100-sim.exp,
3931         baseboards/op50n.exp, baseboards/rom68k-idp.exp,
3932         baseboards/sh-hms.exp, baseboards/tx39-dve.exp,
3933         baseboards/vr4100-ddb.exp, baseboards/vr4100-sim.exp,
3934         baseboards/vr4111-sim.exp, baseboards/vr4300-ddb.exp,
3935         baseboards/vr4300-sim.exp, baseboards/vr4300.exp,
3936         baseboards/vr5000-ddb.exp: Likewise.
3938 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3940         * runtest: Terminate with an error if expect cannot be found.
3941         * TODO: Update.
3943 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3945         * configure.ac: Use AC_PATH_PROG to find expect(1).
3946         (DJ_AC_PATH_TCLSH): Remove unneeded invocation.
3947         * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove.
3948         (DJ_AC_STL): Likewise.
3949         * configure: Regenerate.
3950         * aclocal.m4: Likewise.
3951         * configure: Likewise.
3952         * Makefile.in: Likewise.
3953         * doc/Makefile.in: Likewise.
3954         * example/Makefile.in: Likewise.
3955         * testsuite/Makefile.in: Likewise.
3956         * testsuite/libdejagnu/Makefile.in: Likewise.
3957         * TODO: Update.
3959 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3961         * runtest.1: Remove any mention of mondfe.
3963 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3965         * TODO: Add an item about timeouts.
3967 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
3969         * baseboards/basic-sim.exp: Set gdb,do_reload_on_run.
3971 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3973         * lib/standard.exp: Tidy.
3975 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3977         * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.
3978         (config_SCRIPTS): Remove udi.exp, vrtx.exp.
3979         (baseboard_SCRIPTS): Remove a29k-udi.exp.
3980         * Makefile.in: Regenerate.
3981         * baseboards/a29k-udi.exp: Remove.
3982         * baseboards/dos.exp: Update comments.
3983         * config/udi.exp: Remove.
3984         * config/vrtx.exp: Remove.
3985         * doc/overview.sgml: Update. Don't mention mondfe and xsh support.
3986         * doc/ref.sgml: Likewise.
3987         * doc/user.sgml: Likewise.
3988         * lib/mondfe.exp: Remove.
3989         * lib/xsh.exp: Likewise.
3990         * lib/remote.exp: Don't load mondfe.exp or xsh.exp.
3991         * packaging/pkg/prototype: Update.
3992         * NEWS: Update.
3994 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3996         * Makefile.am (rpmspec): Remove.
3997         (rpm): Additionally depend on dejagnu.spec.
3998         ($(PKGDIR)/dejagnu): New target that installs DejaGnu into this
3999         directory.  This saves duplicated code in the solpkg and hpdepot
4000         targets.
4001         (solpkg): Depend on $(PKGDIR)/dejagnu.
4002         (hpdepot): Likewise.
4003         * Makefile.in: Regenerate.
4005 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4007         * Makefile.am (RUNTEST, RUNTESTDEFAULTFLAGS): Remove.
4008         * Makefile.in: Regenerate.
4009         * testsuite/Makefile.am (CLEANFILES): Remove.
4010         (RUNTESTDEFAULTFLATS): Pass --srcdir and RUNTEST=$(RUNTEST).
4011         * testsuite/Makefile.in: Regenerate.
4013 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4015         * lib/util-defs.exp: Move from here ..
4016         * testsuite/lib/util-defs.exp: .. to here.
4017         * Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp.
4018         * Makefile.in: Regenerate.
4019         * testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp.
4020         * testsuite/Makefile.in: Regenerate.
4021         * doc/ref.sgml (File Map): Remove util-defs.exp.
4022         * packaging/pkg/prototype: Update file list.
4024 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4026         * NEWS: Document changes since 1.4.4.
4028 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4030         * example/Makefile.am (check-recursive): Remove target.
4031         * example/Makefile.in: Regenerate.
4033 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4035         * dejagnu.h: Conform with GNU coding standard.
4037 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4039         * Makefile.am (PKGING): Remove.
4040         (PACKAGING_METAFILES): Update accordingly.
4041         (CLEANFILES, check-DEJAGNU): Remove.
4042         (tarball): Remove; use `dist'.
4043         (deb): Update target recipe to use `make dist'.
4045 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4047         * Clean.tcl: Remove.
4049         * Makefile.am (SUBDIRS): Add testsuite, example directories.
4050         (EXTRA_DIST): Define.
4051         (pkgdata_SCRIPTS): Add lib/*.exp files.
4052         (DATE, TCLSH): Remove.
4053         (configdir, config_DATA, config_SCRIPTS): Define.
4054         (baseboarddir, baseboard_DATA, baseboard_SCRIPTS): Likewise.
4055         (pkgdata_DATA): Likewise.
4056         (djlibexecdir, djlibexec_SCRIPTS): Likewise.
4057         (PKGING, PACKAGING_METAFILES): New macros.
4058         (clean-local): Remove.
4059         (rpm): Depend on dist.
4060         (deb): Likewise.
4061         (dist-hook): Remove.
4062         (lib_dest, lib_files): Likewise.
4063         (baseboard_dest, baseboard_files): Likewise.
4064         (include_dest, config_dest, config_files): Likewise.
4065         (install-data-local): Likewise.
4066         (uninstall-local): Likewise.
4067         (site.exp): Likewise.
4068         * Makefile.in: Regenerate.
4070         * testsuite/Makefile.am (all, all-am, etcetera): Remove.
4071         (force): Likewise.
4072         (EXTRA_DIST): Define.
4073         (site.exp): Remove target.
4074         * testsuite/Makefile.in: Regenerate.
4075         * testsuite/libdejagnu/Makefile.am (EXTRA_DIST): Define.
4076         (noinst_PROGRAMS): Rename from this ..
4077         (check_PROGRAMS): .. to this.
4078         * testsuite/libdejagnu/Makefile.in: Regenerate.
4080         * doc/Makefile.am (man_MANS): Rename from this ..
4081         (dist_man_MANS): .. to this.
4082         (info_TEXINFOS): Define.
4083         (TARGETS): Remove overview.rtf.
4084         (EXTRA_DIST): Define.
4085         (%.rtf: %.sgml): Remove rule.
4086         (%.gif: %.fig): Likewise.
4087         (%.epsi: %.eps): Likewise.
4088         (%.eps: %.fig): Likewise.
4089         (clean, realclean, distclean): Remove.
4090         (install-docs): Don't install overview.rtf.
4091         * doc/Makefile.in: Regenerate.
4092         * doc/texinfo.tex: New file.
4094         * example/calc/Makefile.am (noinst_PROGRAMS): Rename from this ..
4095         (check_PROGRAMS): .. to this.
4096         (EXTRA_DIST): Add test cases and calc.1 man page.
4097         * example/calc/Makefile.in: Regenerate.
4098         * example/calc/aclocal.m4: Likewise.
4099         * example/calc/configure: Likewise.
4100         * example/calc/stamp-h.in: Remove.
4101         * example/hello/Makefile.am (bin_PROGRAMS): Rename from this ..
4102         (check_PROGRAMS): .. to this.
4103         (EXTRA_DIST): Define.
4104         * example/hello/Makefile.in: Regenerate.
4105         * example/hello/aclocal.m4: Likewise.
4106         * example/hello/configure: Likewise.
4107         * example/hello/testsuite/Makefile.am (EXTRA_DIST): Define.
4108         * example/hello/testsuite/Makefile.in: Regenerate.
4110 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4112         * configure.ac: Remove commented out code.
4113         * configure: Regenerate.
4115 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4117         * site.tmpl: Tidy.
4119 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4121         * INSTALL: Import latest version.
4122         * depcomp: Likewise.
4123         * install-sh: Likewise.
4124         * missing: Likewise.
4126 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4128         * configure.in: Rename from this ..
4129         * configure.ac: .. to this.  Require Autoconf 2.50.
4130         * Makefile.in: Regenerate.
4131         * doc/Makefile.in: Likewise.
4132         * example/Makefile.in: Likewise.
4133         * testsuite/Makefile.in: Likewise.
4134         * testsuite/libdejagnu/Makefile.in: Likewise.
4136 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4138         * lib/target.exp (prune_warnings): Add spaces where required in
4139         NetBSD warnings.  Supersedes a patch in pkgsrc's devel/dejagnu.
4141 2004-02-05  Ben Elliston  <bje@wasabisystems.com>
4143         * config.guess: Update to current revision.
4144         * config.sub: Likewise.
4146 2004-02-04  Ben Elliston  <bje@wasabisystems.com>
4148         * configure.in (AC_NO_EXECUTABLES): Remove.
4149         * configure: Rebuild with Autoconf 2.59.
4150         * acinclude.m4 (DJ_AC_STL): Quote macro name to appease aclocal.
4151         (DJ_AC_PATH_TCLSH): Likewise.
4152         (DJ_AC_PATH_DOCBOOK): Likewise.
4153         * aclocal.m4: Rebuild.
4154         * Makefile.in: Rebuild with Automake 1.8.2.
4155         * doc/Makefile.in: Likewise.
4156         * example/Makefile.in: Likewise.
4157         * testsuite/Makefile.in: Likewise.
4158         * testsuite/libdejagnu/Makefile.in: Likewise.
4160 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4162         Import orphaned patches from sources.redhat.com:
4164         2002-05-02  Fernando Nasser  <fnasser@redhat.com>
4165         * doc/dejagnu.texi: Document KFAIL and KPASS.
4167         2002-02-20  Richard Henderson  <rth@redhat.com>
4168         * lib/target.exp (prune_warnings): Revert early "In function"
4169         strip, as this breaks g++.dg tests.  Match dangerous regexp
4170         without the "In function" header.
4172         2002-02-09  Richard Henderson  <rth@redhat.com>
4173         * lib/target.exp (prune_warnings): Strip "In function" etc early.
4174         Adjust "dangerous" regexp for glibc's tmpnam warning.
4176         2001-09-10  Jim Blandy  <jimb@redhat.com>
4177         * baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script,
4178         so we get the version of the `outbyte' function that does console
4179         output in a way that GDB's rom68k target recognizes.  Note that
4180         the board can now do output.
4182         2000-04-25  Felix Lee  <flee@cygnus.com>
4183         * baseboards/tx39-sim.exp: Use idt, not dve linker script.  Delete
4184         misleading comments and null statements.
4186 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4188         * DejaGnu 1.4.4 released.
4190 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4192         * Makefile.am (tarball): Depend on book1.html, not overview.html.
4193         Don't echo needless messages. Portably copy the source tree to
4194         dejagnu-${VERSION}.  Portably copy documentation files from the
4195         source tree to the distribution directory.  Don't copy RPM-related
4196         files -- leave that to the rpm target.
4197         (snapshot): Remove target.
4198         (overview.html): Rename target from this ..
4199         (book1.htm): .. to this.
4200         (rpm): Portably copy tar file to SOURCES directory.
4201         (deb): Depend on book1.html, not overview.html.
4202         (dist-hook): Depend on book1.html, not overview.html.
4203         * Makefile.in: Rebuild.
4204         * doc/Makefile.am (TARGETS): Depend on book1.html.
4205         (book1.html): Depend on html/book1.html.
4206         (overview.dvi): Remove target.
4207         * doc/Makefile.in: Rebuild.
4209 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4211         * Clean.tcl: Run tclsh via /usr/bin/env for portability.
4212         (cleanfiles): Concatenate regular filenames that match .*.
4214 2004-01-12  Ben Elliston  <bje@wasabisystems.com>
4216         * baseboards/frv-sim.exp: Remove reference to devo/sim.
4218 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4220         * doc/overview: Remove all files.
4222 2003-12-03  Ben Elliston  <bje@wasabisystems.com>
4224         * testsuite/runtest.all/utils.test: Fix a test for proc find which
4225         assumed that "subsubfile1" would appear at the end of the returned
4226         list.  Adjust to use a more robust regular expression.
4228 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
4230         * doc/overview.sgml (version): Update.
4231         * doc/overview/installation.html: Likewise.
4233         * packaging/rpm/dejagnu.spec: Update version numbers throughout.
4234         * packaging/pkg/pkginfo: Likewise.
4235         * packaging/depot/dejagnu.psf: Likewise.
4237 2003-10-25  Ben Elliston  <bje@wasabisystems.com>
4239         * runtest.exp (frame_version): Bump version.
4240         * configure.in (AM_INIT_AUTOMAKE): Likewise.
4241         * configure: Regenerate.
4243 2003-10-16  Rob Savoye   <rob@welcomehome.org>
4245         * packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
4247 2003-10-13  Ben Elliston  <bje@wasabisystems.com>
4249         * baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
4251 2003-10-11  Corinna Vinschen  <vinschen@redhat.com>
4253         * baseboards/sh-sim.exp: New file.
4255 2003-10-11  Ben Elliston  <bje@wasabisystems.com>
4257         * NEWS: Tidy.
4258         * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
4260 2003-10-08  Ben Elliston  <bje@wasabisystems.com>
4262         * i960glue.c: Remove.
4263         * packaging/pkg/prototype: Remove i960glue.c.
4265 2003-10-07  Ben Elliston  <bje@wasabisystems.com>
4267         * contrib/README: Remove.
4268         * contrib/testit: Remove bitrotten script.
4269         * contrib/test-g++: Likewise.
4270         * contrib/test-tool: Likewise.
4272 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4274         * TODO: Tidy.
4275         * contrib/README: Bring up to date.
4277 2003-08-23  Corinna Vinschen  <vinschen@redhat.com>
4279         * config/sid.exp: Add gdb settings to use no hardware watchpoints.
4281 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4283         * README: Update section on reporting bugs.
4285 2003-08-22  Ben Elliston  <bje@wasabisystems.com>
4287         * lib/kermit.exp: Document procs.
4288         * lib/ftp.exp: Likewise.
4290 2003-08-19  Ben Elliston  <bje@wasabisystems.com>
4292         * contrib/testit: Run wish via /usr/bin/env for portability.
4294 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4296         * Makefile.am: Tidy comments and unused command lines.
4297         * Makefile.in: Regenerate.
4298         * testsuite/libdejagnu/Makefile.in: Likewise.
4300         * contrib/bluegnu2.0.3: Remove unsupported subtree.
4302 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4304         * MAINTAINERS: New file.
4306 2003-08-17  Ben Elliston  <bje@wasabisystems.com>
4308         * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
4309         * doc/Makefile.in: Regenerate.
4311 2003-08-16  Ben Elliston  <bje@wasabisystems.com>
4313         * doc/overview.sgml (overview): Start overhauling chapter.
4315         * doc/README.Writers: New document on style conventions.
4316         * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
4317         * doc/user.sgml: Likewise.
4318         * doc/overview.sgml: Likewise.
4319         * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
4321 2003-08-12  Ben Elliston  <bje@wasabisystems.com>
4323         * Makefile.am (tarball): Update path to dejagnu.spec.
4324         (rpmspec): Likewise.
4325         (deb): Likewise, update path to package metafiles.
4326         (solpkg): Likewise.
4327         (hpdepot): Likewise.
4328         * Makefile.in: Regenerate.
4329         * aclocal.m4: Likewise.
4330         * configure: Likewise.
4331         * doc/Makefile.in: Likewise.
4332         * example/Makefile.in: Likewise.
4333         * testsuite/Makefile.in: Likewise.
4334         * deb: Move from here ..
4335         * packaging/deb: .. to here.
4336         * redhat: Move from here ..
4337         * packaging/rpm: .. to here.
4338         * depot: Move from here ..
4339         * packaging/depot: .. to here.
4340         * pkg: Move from here ..
4341         * packaging/pkg: .. to here.
4343         * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
4344         (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
4345         * testsuite/libdejagnu/Makefile.in: Regenerate.
4347 2003-08-07  Ben Elliston  <bje@wasabisystems.com>
4349         * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
4350         to increment count rather than count++ as in C.
4352 2003-08-06  Ben Elliston  <bje@wasabisystems.com>
4354         * lib/remote.exp: Replace "TCL" with "Tcl".
4356 2003-07-30  Ben Elliston  <bje@wasabisystems.com>
4358         * doc/runtest.1: Replace "TCL" with "Tcl".
4359         Make last revision date current.
4361 2003-07-29  Ben Elliston  <bje@wasabisystems.com>
4363         * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
4364         URLs and other stylistic improvements.
4365         * doc/ref.sgml: Likewise.
4366         * doc/user.sgml: Likewise.
4368 2003-07-25  Mike Stump  <mrs@apple.com>
4370         * lib/target.exp (prune_warnings): Handle "nfs server .* not
4371         responding" and "nfs server .* is alive again".
4373 2003-07-20  Ben Elliston  <bje@wasabisystems.com>
4375         * config.guess: Update to most recent version.
4376         * config.sub: Ditto.
4377         * AUTHORS: Add self to list of maintainers.
4379 2003-07-25  Jim Dein  <jdein@deinji5.apple.com> (RIP)
4381         * lib/utils.exp (find): Fix double recursion bug.
4383 2002-02-25  Jackie Smith Cashion  <jsmith@redhat.com>
4385         * baseboards/am33_2.0-libremote.exp: New file.
4387 2000-11-21  Drew Moseley  <dmoseley@redhat.com>
4389         * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
4390         ASB2303 board.
4392 2000-08-10  Drew Moseley  <dmoseley@cygnus.com>
4394         * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
4395         ASB2303 board.
4397 2003-06-13  Phil Edwards <pme@devphil.com>
4399         * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
4400         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
4401         only -T[linker] instead of -Wl,-T[linker].
4403 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
4405         * lib/target.exp (prune_warnings): Add two more linker
4406         warning patterns for warnings generated by modern verions
4407         of NetBSD.
4409 2003-05-12  H.J. Lu <hongjiu.lu@intel.com>
4411         * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
4413 2003-05-09  H.J. Lu <hongjiu.lu@intel.com>
4415         * runtest: Fix a typo.
4417 2003-05-03  Nitin Dhavale <nitinpdhavale@indiatimes.com>
4419         * doc/user.sgml: Clarify how to set the verbose option.
4421 2003-03-28 Chris Demetriou <cgd@broadcom.com>
4423         * lib/framework.exp (check_conditional_xfail): Adjust so that
4424         an empty 'includes' list matches all sets of flags.
4425         * doc/dejagnu.texi: Document the above.
4426         * doc/ref.sgml: Likewise.
4428 2003-03-27  David Heine <dlheine@tensilica.com>
4430         * baseboards/xtensa-sim.exp: Fix a syntax error.
4432 2003-03-16  Rob Savoye  <rob@direwolf.welcomehome.org>
4434         * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
4435         than stomp on it. This is based on a patch from Brendan Conoboy
4436         <blc@redhat.com>.
4437         * Most files: Update copyright dates.
4439 2003-03-13  Mike Stump  <mrs@apple.com>
4441         * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
4442         help ensure uniqueness.
4444 2003-03-05  Alexandre Oliva  <aoliva@redhat.com>
4446         * lib/remote.exp (standard_download, standard_upload): Support
4447         nfsdir and nfsroot_server.
4449 See ChangeLog-1992 for earlier changes.