Abstract linking test items in launcher testsuite
[dejagnu.git] / ChangeLog
blob0a1c4456e16c3c03e8e3b7c23acba1f97a09b81c
1 2020-11-10  Jacob Bachmeyer  <jcb@gnu.org>
3         * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
4         New procedure to collect existing repeated testsuite code.
5         * testsuite/launcher.all/command.exp: Establish testing
6         environment using link_dejagnu_launcher_test_item procedure.
8 2020-11-09  Jacob Bachmeyer  <jcb@gnu.org>
10         * aclocal.m4: Regenerate.
11         * configure: Regenerate.
12         * Makefile.in: Regenerate.
14         * configure.ac: Revert development version branch tagging hook.
15         * Makefile.am: Likewise.
17         These caused failures (reported in PR44462 as a secondary issue)
18         when a source tree is copied out of a Git directory.
20 2020-08-31  Jacob Bachmeyer  <jcb@gnu.org>
22         * doc/runtest.1: Add brief GFDL notice.  License notice in the
23         formatted manpage should now describe DejaGnu as a whole.
25         * NEWS: Prepare for release.
27 2020-08-18  Jacob Bachmeyer  <jcb@gnu.org>
29         * testsuite/runtest.libs/testsuite_file.test: Add missing
30         copyright and GPL notice.
31         * testsuite/runtest.libs/testsuite_can.test: Likewise.
32         * testsuite/runtest.libs/testcase_group.test: Likewise.
34 2020-08-12  Jacob Bachmeyer  <jcb@gnu.org>
36         * doc/dejagnu.texi (The dejagnu_h header file): Remove node.
37         (Running unit tests): Add node.
38         (DejaGnu unit test protocol): Add node.
39         (C unit testing API): Update to reflect current API.  Move mention
40         of dejagnu.h header here in preparation for future expanded
41         language support.
42         (C++ unit testing API): Likewise.  Mention caveat that the C unit
43         test API is also available in C++ programs.
45 2020-08-10  Jacob Bachmeyer  <jcb@gnu.org>
47         * baseboards/qemu.exp: Tidy whitespace.
49 2020-08-10  Jacob Bachmeyer  <jcb@gnu.org>
51         Merge patch from Kito Cheng to add support for RISC-V sim target.
53         * baseboards/riscv-sim.exp: New file.
54         * Makefile.am (baseboard_DATA): Add riscv-sim.exp.
55         * Makefile.in (baseboard_DATA): Likewise.
57 2020-08-02  Jacob Bachmeyer  <jcb@gnu.org>
59         * Makefile.am (TESTSUITE_FILES): Add files that were introduced
60         during development but were mistakenly not added at that time.
61         (baseboard_DATA): Sort baseboard file list.
62         (baseboard_DATA): Add missing files.
63         (dejagnu_TEXINFOS): New; add GNU FDL file.
64         (CONTRIB): Add experimental Python unit test module.
66         * Makefile.in (TESTSUITE_FILES): Likewise.
67         (baseboard_DATA): Likewise.
69         * testsuite/dejagnu.py:  Move from here...
70         * contrib/dejagnu.py: ...to here.
72 2020-08-02  Rob Savoye  <rob@senecass.com>
74         * Makefile.in: Regenerate so make dist works.
76 2020-07-25  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
78         * doc/dejagnu.texi (Writing a test case): Mention the DejaGnu
79         procedure "perror" instead of the Tcl command "error".
80         (Writing a test case): Reorganize node and give basic hints about
81         Tcl quoting and backslash escape rules.
82         (Writing a test case): Describe synchronization issues and warn
83         that prefixes of valid input can be presented for matching.
84         (Writing a test case): Fix markup from conversion from DocBook.
86 2020-07-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
88         PR42399
90         * NEWS: Document changes to host_execute.
92         * lib/dejagnu.exp (host_execute): Revise expect matching to
93         combine all unit test protocol lines into one pattern.
94         (host_execute): Rework other expect patterns.
95         (host_execute): Ensure that all output from child process is read
96         until the child closes its output to avoid sending early SIGPIPE.
97         (host_execute): Report an ERROR (and cause the next test to be
98         recorded as UNRESOLVED) if the Expect matching buffer overflows.
99         (host_execute): Remove dependency on global "text" variable.
101         * Makefile.am (TESTSUITE_FILES): Update.
103         * testsuite/runtest.main/stats.exp: Generalize infrastructure and
104         add tests for DejaGnu unit testing support.
105         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
106         New file.
107         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk:
108         New file.
110 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
112         PR42399
114         * Makefile.am (TESTSUITE_FILES): Update.
116         * lib/dejagnu.exp (host_execute): Allow the executable to be
117         specified with an absolute file name.
118         (host_execute): Fix argument handling to allow passing more than
119         one argument to the executable.  Return early if given no
120         arguments at all instead of trying to execute "./".
122         * testsuite/runtest.main/pr42399.exp: New file.
123         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399.awk:
124         New file.
125         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
126         New file.
128 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
130         * Makefile.am (CLEANFILES): Update.
131         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
133         * testsuite/lib/runtest.exp (runtest_setup_nested_testsuite): New
134         procedure.
135         (runtest_cleanup_nested_testsuite): New procedure.
137         * testsuite/runtest.main/error.exp: Use the tool name "error" to
138         select the proper subset of the nested testsuite.  Use new
139         procedures for handling nested testsuite.  Use common
140         nested-init.exp local init file for nested testsuite.  Let local
141         init file nested-init.exp handle setting "outdir" variable.
142         * testsuite/runtest.main/options.exp: Likewise; "null" tool.
143         * testsuite/runtest.main/stats.exp: Likewise; "stat" tool.
145         * testsuite/runtest.main/nested/: Combine nested testsuites.
146         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
147         Move from here...
148         * testsuite/runtest.main/nested/testsuite/error.test/error-al-dbz.exp:
149         ...to here.
150         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
151         Move from here...
152         * testsuite/runtest.main/nested/testsuite/error.test/error-dbz.exp:
153         ...to here.
154         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
155         Move from here...
156         * testsuite/runtest.main/nested/testsuite/error.test/error-undef.exp:
157         ...to here.
158         * testsuite/runtest.main/error/testsuite/error.test/simple.exp:
159         Move from here...
160         * testsuite/runtest.main/nested/testsuite/error.test/simple.exp:
161         ...to here.
162         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
163         Move from here...
164         * testsuite/runtest.main/nested/testsuite/null.test/null.exp:
165         ...to here.
166         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
167         Move from here...
168         * testsuite/runtest.main/nested/testsuite/stat.test/stats-sub.exp:
169         ...to here.
171 2020-07-16  Rob Savoye  <rob@senecass.com>
173         * baseboards/qemu.exp: Works now with qemu instead of sim.
175 2020-07-06  Rob Savoye  <rob@senecass.com>
177         * baseboards/qemu.exp: Initial working support to use qemu for
178         bare metal testing.
179         * Makefile.am: Install qemu.exp.
180         * autogen.sh: Add script borrowed from my Gnash project to
181         regenerate configure/build files.
182         * aclocal.m4, configure.ac, Makefile.am: regenerated GDB too.
183         * doc/dejagnu.texi: Update copyright date.
185 2020-06-29  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
187         PR 41824 / PR 41918
189         * NEWS: Add item for repeated error messages.
191         * lib/framework.exp (log_and_exit): Add separator lines around the
192         error dumps repeated at the end of a run.
194 2020-06-26  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
196         PR 41824 / PR 41918
198         * NEWS: Remove items for --keep_going / --no_keep_going options.
200         * Makefile.am (CLEANFILES): Adjust for renames.
201         (TESTSUITE_FILES): Likewise.
203         * doc/dejagnu.texi (Invoking runtest): Remove --keep_going and
204         --no_keep_going options.
205         (A POSIX Conforming Test Framework): Document that Tcl errors in
206         test scripts produce UNRESOLVED results as placeholders.
208         * doc/runtest.1: Likewise.
210         * lib/framework.exp (log_and_exit): Print collected Tcl errors.
212         * runtest.exp (dejagnu::error): New internal namespace.
213         (runtest): Collect Tcl errors caught while executing test scripts.
214         (dejagnu::opt): Remove internal namespace.
215         Remove --keep_going / --no_keep_going options.  No longer abort on
216         any Tcl errors; instead store them and repeat the messages at the
217         end of the run.
219         * testsuite/runtest.main/abort.exp: Rename from this ...
220         * testsuite/runtest.main/error.exp: ... to this and revise tests.
222         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
223         Rename from this...
224         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
225         ... to this.
226         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp:
227         Rename from this...
228         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
229         ... to this.
230         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
231         Rename from this...
232         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
233         ... to this.
235 2020-06-24  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
237         PR 41824 / PR 41918
239         * NEWS: Revise relevant items.
241         * doc/dejagnu.texi (Invoking runtest): Add --no_keep_going option.
242         * doc/runtest.1: Document --no_keep_going option.  Remove
243         long-obsolete --name option.  The --name option had been removed
244         from runtest before the code was imported into what became the
245         current repository.
247         * runtest.exp: Add option --no_keep_going to stop immediately if a
248         test script aborts due to a Tcl error.  Remove vestiges of
249         long-obsolete --name option.  Make --keep_going option default.
251         * testsuite/runtest.main/abort.exp: Adjust tests to use
252         --no_keep_going and --keep_going instead of assuming a default.
254 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
256         Merge patches from Maciej W. Rozycki to fix timeout handling.
258         * lib/remote.exp (close_wait_program): Use `catch' in killing
259         pending force-kills.
261         * lib/remote.exp (close_wait_program): Only kill the pending
262         force-kills if the PID list has a single entry.
263         (local_exec): Set the channel about to be closed to the
264         nonblocking mode if we didn't see an EOF.
265         (standard_close): Likewise, unconditionally.
267 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
269         * NEWS: Mention "linker=" option and added language support.
271         * doc/dejagnu.texi (target_compile procedure): Document new
272         "linker=" option to target_compile.
274         * lib/target.exp (default_target_compile): Actually use internal
275         option for separate linker provided for Go language support.  This
276         seems to have been accidentally omitted from Tom Tromey's patches.
277         (default_target_compile): Add "linker=" option, similar to
278         "compiler=" option, but the former overrides the latter when
279         building an executable.
280         (default_target_compile): Ensure that "--emit obj" is spaced from
281         previous item when used to compile Rust.  Use "--emit asm" instead
282         of "-S" when generating assembly from Rust sources.
284         * testsuite/runtest.libs/target.test: Add tests for Go and Rust.
285         Also add tests for the new "early_flags=" and "linker=" options.
287 2020-06-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
289         * doc/dejagnu.texi (Libgloss): Update menu.
290         (find_go procedure, find_go_linker procedure): New nodes.
291         (find_rustc procedure): New node.
293 2020-06-19  Tom Tromey  <tromey@adacore.com>
295         * doc/dejagnu.texi (target_compile procedure): Document Go
296         additions.
297         * lib/target.exp (default_target_compile): Handle Go.
298         * lib/libgloss.exp (find_go, find_go_linker): New procs.
300 2020-06-19  Tom Tromey  <tromey@adacore.com>
302         * doc/dejagnu.texi (target_compile procedure): Document rust
303         additions.
304         * lib/target.exp (default_target_compile): Handle rust.
305         * lib/libgloss.exp (find_rustc): New proc.
307 2020-06-19  Tom Tromey  <tromey@adacore.com>
309         * lib/target.exp (default_target_compile): Add early_flags.
310         * doc/dejagnu.texi (target_compile procedure): Document
311         early_flags.
313 2020-06-19  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
315         Merge patches from Tom de Vries <tdevries <at> suse.de> and write
316         ChangeLog entries.
318         * testsuite/runtest.main/abort.exp: Add tests that verify handling
319         of arithmetic errors (divide-by-zero) in a procedure called within
320         a test script.
322         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp: New file.
324 2020-06-18  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
326         PR 41824 / PR 41918
328         Thanks to Tom de Vries for raising these concerns and offering the
329         initial testsuite patch that led to these changes.
331         * NEWS: Add item for consistent abort-on-error handling.
333         * lib/framework.exp (unknown): Always link global variables.  Tidy.
334         Silently propagate errors raised in autoloaded procedures and move
335         the UNRESOLVED result and aborting the test run to...
336         * runtest.exp (runtest): Report an UNRESOLVED result if a test
337         script aborts due to a Tcl error.  Link global errorCode and
338         report its value if an error occurs.  For consistency, abort the
339         test run on any Tcl error in a test script instead of only when
340         calling an undefined procedure.
342         * testsuite/runtest.main/abort.exp: Add tests to verify handling
343         of arithmetic errors (divide-by-zero) in an auto-loaded procedure
344         called from a test script.  Adjust other patterns.
346         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
347         New file.
349 2020-06-17  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
351         PR 41824
353         * NEWS: Add item for --keep_going option.
355         * Makefile.am (CLEANFILES): Add abort-init.exp to list.
356         (TESTSUITE_FILES): Add new testsuite files to list.
358         * doc/dejagnu.texi (Invoking runtest): Document new --keep_going
359         command line option.
360         * doc/runtest.1: Likewise.
362         * lib/framework.exp (unknown): Report an UNRESOLVED result if an
363         unknown command is invoked.  Avoid exiting and propagate the error
364         from Tcl's "unknown" procedure if --keep_going was
365         specified. Brace procedure argument list.
366         * runtest.exp (dejagnu::opt): New namespace.
367         Add option --keep_going to continue running tests after a test
368         script aborts due to calling an undefined command.
370         * testsuite/runtest.main/abort.exp: New file.
371         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
372         New file.
373         * testsuite/runtest.main/abort/testsuite/abort.test/simple.exp:
374         New file.
376 2020-06-17  Tom de Vries  <tdevries <at> suse.de>
378         * lib/framework.exp (unknown): Propagate return value of auto-loaded
379         command.
381 2020-06-15  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
383         Merge patches from Linaro:
385         2018-09-28  Christophe Lyon <christophe.lyon@linaro.org>
386         * lib/ssh.exp (ssh_exec): Redirect stderr to stdout on the remote
387         machine, to avoid race conditions.
389         2016-04-25  Yvan Roux <yvan.roux@linaro.org>
390         * lib/rsh.exp (rsh_exec): Don't remove trailing newline.
391         * lib/ssh.exp (ssh_exec): Likewise.
393         2016-06-28  Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
394         * config/unix.exp (unix_load): Prepend the value of an
395         "exec_shell" board_info key to the command if it is defined.
397 2020-06-06  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
399         * NEWS: Document "testcase" command.
401         * doc/dejagnu.texi (testcase procedure): Document multiplex entry
402         point and "testcase group" command.
404         * lib/framework.exp: Add internal namespace ::dejagnu::group.
405         (::dejagnu::group::check_name): New procedure.
406         (::dejagnu::group::current): New procedure.
407         (::dejagnu::group::push): New procedure.
408         (::dejagnu::group::pop): New procedure.
409         (::dejagnu::group::pop_to_file): New procedure.
410         (testcase): New procedure for multiplex commands.
411         (testcase_group): New procedure implementing "testcase group".
413         * testsuite/runtest.libs/testcase_group.test: New file.
415 2020-06-05  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
417         * NEWS: Document new "testsuite can call api" command.
419         * doc/dejagnu.texi (testsuite procedure): Document new subcommand
420         "testsuite can call api".
422         * lib/framework.exp (testsuite): Add branch for "testsuite can".
423         (testsuite_can): New procedure implementing "testsuite can".
425         Add internal array ::dejagnu::apilist to store information for
426         "testsuite can call api" for querying the availability of an API
427         call.  This will allow test scripts to adapt and use new features
428         while still being able to run under older versions of DejaGnu.
430         * testsuite/runtest.libs/testsuite_can.test: New file.
432 2020-06-02  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
434         PR 41647
435         * NEWS: Fix typo.  Fix Emacs mode tag.
436         Document use of Tcl namespace ::dejagnu for internals.
437         * runtest.exp (dejagnu::command_line): New namespace.
438         (dejagnu::command_line::save_cmd_var): New procedure.
439         (dejagnu::command_line::restore_cmd_vars): New procedure.
440         (dejagnu::command_line::dump_cmd_vars): New procedure.
441         * runtest.exp: Save internal variables set by command line
442         arguments during the first pass and restore their values after
443         loading testsuite init files.
445 2020-06-01  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
447         PR 41647
448         * runtest.exp: Describe search for testsuite at verbose level 3.
449         Print initial working directory at verbose level 1.
451 2020-05-28  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
453         PR 41587
454         * testsuite/lib/launcher.exp: Adjust LAUNCHER variable default
455         value to use an absolute file name.
456         * testsuite/lib/report-card.exp: Likewise.
457         * testsuite/runtest.main/options.exp: Set outdir in options-init
458         instead of changing working directory in child runtest.
460         * runtest.exp (logname): Move verbose display of logname to
461         immediately after finding the user's login name.
463         PR 41585
464         * runtest.exp (libdir): Fix default value of global variable.
466         * ChangeLog: Tidy irregular indentation.
468 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
470         * doc/dejagnu.texi (target_compile procedure): Add documentation.
472 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
474         * doc/dejagnu.texi (target_link procedure): New stub node.
475         (default_link procedure): Document internal procedure.
476         (default_target_assemble procedure): Likewise.
477         (default_target_compile procedure): Likewise.
479 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
481         * baseboards/{aarch64-sim, arm-ice, arm-sim, basic-sid, iq2000-sim,
482         mn10300-sim, moxie-sim}.exp: Cleanup up whitespace.
484 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
486         * lib/target.exp (default_target_compile): Use "host_info"
487         procedure to probe for a host configuration, instead of checking a
488         local empty target_info array due to lacking "global target_info".
490 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
492         * doc/dejagnu.texi (Adding a new board): Document that the
493         "compiler" board_info field is optional and defaults to [find_gcc]
494         if not given.
495         (Board configuration file): Likewise.
497         * lib/target.exp (default_target_compile): Establish a default C
498         compiler by evaluating [find_gcc] if no other compiler is given.
500         * baseboards/aarch64-sim.exp: Remove no-longer-needed
501         "set_board_info compiler [find_gcc]" from this file.
502         * baseboards/am33_2.0-libremote.exp: Likewise.
503         * baseboards/androideabi.exp: Likewise.
504         * baseboards/arm-ice.exp: Likewise.
505         * baseboards/arm-sim.exp: Likewise.
506         * baseboards/cris-sim.exp: Likewise.
507         * baseboards/d30v-sim.exp: Likewise.
508         * baseboards/fr30-sim.exp: Likewise.
509         * baseboards/frv-sim.exp: Likewise.
510         * baseboards/gdbserver-sample.exp: Likewise.
511         * baseboards/iq2000-sim.exp: Likewise.
512         * baseboards/linux-gdbserver.exp: Likewise.
513         * baseboards/linux-libremote.exp: Likewise.
514         * baseboards/mcore-moto-sim.exp: Likewise.
515         * baseboards/mcore-sim.exp: Likewise.
516         * baseboards/mips-sim-idt32.exp: Likewise.
517         * baseboards/mips-sim-idt64.exp: Likewise.
518         * baseboards/mips-sim-mti32.exp: Likewise.
519         * baseboards/mips-sim-mti64.exp: Likewise.
520         * baseboards/mips-sim-mti64_64.exp: Likewise.
521         * baseboards/mips-sim-mti64_n32.exp: Likewise.
522         * baseboards/mips-sim-sde32.exp: Likewise.
523         * baseboards/mips-sim-sde64.exp: Likewise.
524         * baseboards/mips-sim.exp: Likewise.
525         * baseboards/mmixware-sim.exp: Likewise.
526         * baseboards/mn10200-sim.exp: Likewise.
527         * baseboards/mn10300-sim.exp: Likewise.
528         * baseboards/moxie-sim.exp: Likewise.
529         * baseboards/msp430-sim.exp: Likewise.
530         * baseboards/powerpc-sim.exp: Likewise.
531         * baseboards/powerpcle-sim.exp: Likewise.
532         * baseboards/rx-sim.exp: Likewise.
533         * baseboards/sh-sim.exp: Likewise.
534         * baseboards/sparc-sim.exp: Likewise.
535         * baseboards/sparc64-sim.exp: Likewise.
536         * baseboards/sparclite-sim-le.exp: Likewise.
537         * baseboards/sparclite-sim.exp: Likewise.
538         * baseboards/unix.exp: Likewise.
539         * baseboards/v850-sim.exp: Likewise.
540         * baseboards/visium-sim.exp: Likewise.
541         * baseboards/xtensa-sim.exp: Likewise.
543 2020-05-24  Rob Savoye  <rob@senecass.com>
545         * baseboards/pi.exp: New config file for cross testing to a
546         Raspberry PI.
548 2020-05-24  Tom Tromey  <tom@tromey.com>
550         * .gitignore: Add files.
552 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
554         * testsuite/runtest.libs/target.test: Use mockutil.tcl.
555         Collect loading DejaGnu libraries into a single loop.
556         Revise the mock board_info array.
557         Add section headings for different test groups in this file.
558         Add tests for default_target_compile in lib/target.exp.
559         * testsuite/runtest.libs/mockutil.tcl: New file.
561 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
563         * doc/dejagnu.texi (remote_exec procedure): Explicitly list
564         optional arguments instead of simply copying the Tcl argument list
565         or the remote_exec procedure.
567 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
569         * testsuite/runtest.libs/default_procs.tcl: Set sum_file to empty
570         string instead of opening a temporary file named .tmp.
571         * testsuite/runtest.libs/libs.exp: No longer need to remove .tmp.
573 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
575         * testsuite/runtest.libs/target.test: Rename fake "target_info"
576         array to a fake "board_info" array, to align with changes made to
577         the DejaGnu core on 29 January 1997 that moved the target
578         configuration data into the global board_info array.
580         * testsuite/runtest.libs/remote.test: Likewise.
582 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
584         * testsuite/runtest.libs/libs.exp: Use runtest_file_p to honor
585         requests to run only some library tests.
587 2020-05-18  Rob Savoye  <rob@senecass.com>
589         * configure.ac: Extract the current branch.
590         * Makefile.am: Change the frame_version in runtest.exp post
591         install to add the branch and git revision to make it easier to
592         support multiple versions during development.
594 2020-05-15  Rob Savoye  <rob@senecass.com>
596         * All files: Minor change, update copyright dates.
598 2019-03-08  Andrew Burgess  <andrew.burgess@embecosm.com>
600         * runtest.exp (search_and_load_file): Join the directory and
601         filename once using 'file join'.
603 2019-01-24  Jacob Bachmeyer  <jcb62281@gmail.com>
605         * doc/dejagnu.texi: Refill paragraphs and normalize inter-sentence
606         spacing so the Emacs move-by-sentence commands work correctly.
608 2019-01-23  Ben Elliston  <bje@gnu.org>
610         * doc/dejagnu.texi: Replace "config file" with "configuration
611         file" throughout.
613 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
615         * doc/dejagnu.texi (Command line option variables): Improve table
616         formatting to fix overlapping columns and revise text slightly.
618 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
620         * doc/dejagnu.texi (Global config file): Change example to use the
621         Tcl "switch" command instead of the deprecated "case" command.
623 2019-01-12  Jacob Bachmeyer  <jcb62281@gmail.com>
625         * doc/dejagnu.texi (runtest_file_p procedure): Fix description of
626         the structure of the "runtests" argument.
628 2019-01-12  Ben Elliston  <bje@gnu.org>
630         * doc/dejagnu.texi: Various documentation fixes.
632 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
634         * testsuite/runtest.libs/clone_output.test: Use new test harness
635         for verifying output of clone_output.
637         * testsuite/runtest.libs/default_procs.tcl (send_error): Roll into
638         template using store_test_output.
639         (send_log): Likewise.
640         (send_user): Likewise.
641         (clear_test_output): New proc.
642         (store_test_output): New proc.
644         * lib/framework.exp (clone_output): Actually send errors to the
645         error stream; bug found while improving testsuite.
647 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
649         * testsuite/runtest.libs/libs.exp (process_test): Handle blank
650         lines from child process correctly.
652 2019-01-02  Jacob Bachmeyer  <jcb62281@gmail.com>
654         * NEWS: Document report card.
656         * Makefile.am (clean-local): Add target.
657         (clean-local-check): Add target; mark as PHONY.
658         (commands_DATA): Add "report-card" scripts.
659         (dist_man_MANS): Add dejagnu-report-card.1 and split.
660         (DEJATOOL): Add "report-card" tool.
661         (TESTSUITE_FILES): Add testsuite for "report-card" tool.
663         * commands/report-card.awk: New command script.
665         * doc/dejagnu.texi (Invoking dejagnu report card): New node.
666         * doc/dejagnu-report-card.1: New man page.
668         * testsuite/lib/bohman_ssd.exp: New file.
669         * testsuite/lib/report-card.exp: New file.
670         * testsuite/report-card.all/onetest.exp: New file.
671         * testsuite/report-card.all/passes.exp: New file.
673 2019-01-02  Ben Elliston  <bje@gnu.org>
675         * Makefile.am (DISTCLEANFILES): Don't use this.
676         (CLEANFILES): Use this instead.
677         * Makefile.in: Regenerate.
679 2019-01-01  Ben Elliston  <bje@gnu.org>
681         * configure.ac: Abort if AWK is not installed.
682         * configure: Regenerate.
684 2019-01-01  Ben Elliston  <bje@gnu.org>
686         * config.guess: Update to latest version.
687         * config.sub: Likewise.
689 2019-01-01  Ben Elliston  <bje@gnu.org>
691         * configure.ac: Add AC_PROG_AWK check.
692         * configure: Regenerate.
694 2018-12-29  Jacob Bachmeyer  <jcb62281@gmail.com>
696         * dejagnu: Avoid use of semicolon as sed(1) command separator.
697         POSIX does not clearly require sed(1) to support that feature.
699 2018-12-28  Jacob Bachmeyer  <jcb62281@gmail.com>
701         * testsuite/lib/util-defs.exp: Whitespace clean up.
703 2018-12-21  Jacob Bachmeyer  <jcb62281@gmail.com>
705         PR 33817
706         * dejagnu: Improve command parsing to fix bug. Previously, the
707         documented equivalence between "multi word command" and
708         "multi-word-command" did not hold if no arguments were given.
709         * testsuite/launcher.all/command.exp: Add tests.
711 2018-12-20  Ben Elliston  <bje@gnu.org>
713         * NEWS: Add item for new dejagnu command.
715         * Makefile.am (EXTRA_DIST): Remove $(XML).
716         * Makefile.in: Regenerate.
718 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
720         * Makefile.am (EXTRA_DIST): Add "dejagnu" launcher script and
721         contents of $(commands_DATA).
722         (bin_SCRIPTS): Add "dejagnu" launcher script.
723         (commandsdir): Installation directory for "dejagnu" subcommands is
724         $(pkgdatadir)/commands.
725         (commands_DATA): New, contains "commands/help.sh" as initial item.
726         (TESTSUITE_FILES): Add testsuite for same.
727         (DEJATOOL): Add "launcher" to list of tools to test.
728         (dist_man_MANS): Add man pages for "dejagnu" and "dejagnu help".
730         * doc/dejagnu.texi (Running other DejaGnu commands): New chapter.
731         (Invoking dejagnu): New node for dejagnu(1) launcher script.
732         (Invoking dejagnu help): New node.
734         * doc/dejagnu.1: New man page.
735         * doc/dejagnu-help.1: New man page.
737         * dejagnu: New script.
739         * commands/help.sh: New dejagnu subcommand for reading manpages.
741         * testsuite/launcher.all/command.exp: New file.
742         * testsuite/launcher.all/command/commands/bar-baz.awk: New file.
743         * testsuite/launcher.all/command/commands/bar.awk: New file.
744         * testsuite/launcher.all/command/commands/bar.sh: New file.
745         * testsuite/launcher.all/command/commands/baz-quux.gawk: New file.
746         * testsuite/launcher.all/command/commands/foo.sh: New file.
747         * testsuite/launcher.all/command/commands/foo.tcl: New file.
748         * testsuite/launcher.all/help.exp: New file.
749         * testsuite/launcher.all/interp.exp: New file.
750         * testsuite/launcher.all/verbose.exp: New file.
751         * testsuite/lib/launcher.exp: New file.
753 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
755         * doc/dejagnu.texi (bt procedure): Fix Info links.
757 2018-12-17  Ben Elliston  <bje@gnu.org>
759         * doc/dejagnu.texi (Board config file): Fix up @ref.
760         (Command line option variables): Likewise.
761         (Debugging Procedures): Add an entry for 'bt' command.
763 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
765         * runtest.exp: Move processing of -V|--version option to first
766         pass through command line arguments instead of delaying it.
768 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
770         * Makefile.am (RUNTESTDEFAULTFLAGS): Remove; no longer needed.
771         * Makefile.in: Regenerate.
773 2018-12-15  Ben Elliston  <bje@gnu.org>
775         * doc/dejagnu.texi (telnet Procedure): Remove old node.
776         (rlogin Procedure): Likewise.
777         (rsh Procedure): Likewise.
778         (tip Procedure): Likewise.
779         (kermit Procedure): Likewise.
780         (list_targets Procedure): Likewise.
781         (prune_system_crud): Likewise.
783 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
785         * testsuite/runtest.libs/default_procs.tcl (send_error): New stub.
786         (send_user): Likewise.
787         * testsuite/runtest.libs/clone_output.test: Remove unneeded global
788         variable link at top-level.
789         * testsuite/runtest.libs/utils.test: Adjust absolute path to
790         config.status.
791         * testsuite/runtest.libs/clone_output.test: Use preset srcdir,
792         subdir, and objdir variables instead of extracting them from argv.
793         Remove setval.tmp, which is now obsolete.
794         * testsuite/runtest.libs/config.test: Likewise.
795         * testsuite/runtest.libs/remote.test: Likewise.
796         * testsuite/runtest.libs/target.test: Likewise.
797         * testsuite/runtest.libs/testsuite_file.test: Likewise.
798         * testsuite/runtest.libs/utils.test: Likewise.
800         * testsuite/lib/libsup.exp (make_defaults_file): Replace this ..
801         (send_defaults): .. with this.
802         (start_expect): Remove redundant code.
804         * testsuite/runtest.libs/libs.exp: Eliminate setval.tmp file.
805         Remove unneeded test for EXPECT global variable.
806         Use one Expect subprocess to run all test cases.
807         (process_test): Redesign to use Expect subprocess and to use
808         throwaway slave interpreters for running test cases.
810 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
812         * testsuite/lib/runtest.exp (runtest_start): Remove.
813         Move the sanity check in runtest_start to top-level and similarly
814         check to ensure that $EXPECT can be found.  Make failure of either
815         sanity check an immediate fatal error.
816         Improve error messages for sanity checks to indicate which
817         critical tool was not found.  Remove useless 'global RUNTEST'
818         command at top-level.
819         (runtest_version): Brace 'if' expression.
821 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
823         * testsuite/lib/runtest.exp: Use 'testsuite file' to locate the
824         default runtest executable instead of implicitly searching PATH.
825         Remove unused RUNTESTFLAGS Tcl variable.
827 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
829         * testsuite/lib/runtest.exp (runtest_start): Remove unused global
830         variable links.
832 2018-12-14  Jacob Bachmeyer  <jcb62281@gmail.com>
834         * lib/framework.exp (log_summary): Remove "testcnt" mechanism.
835         * testsuite/lib/libsup.exp: Remove obsolete "testcnt" variable.
837 2018-12-12  Ben Elliston  <bje@gnu.org>
839         * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,
840         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/rlogin.exp,
841         lib/telnet.exp, runtest.exp, testsuite/lib/libsup.exp: Simplify
842         some regular expressions in constant strings by placing them
843         inside braces instead of quotes. This allows one level of
844         backslash quoting to be removed.
846 2018-12-12  Ben Elliston  <bje@gnu.org>
848         * doc/dejagnu.texi: Acknowledge contributions to the manual from
849         others.
851 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
853         * testsuite/runtest.all/libs.exp: Use "testsuite file" command.
854         * testsuite/runtest.all/load_lib.exp: Likewise.
855         * testsuite/runtest.all/stats.exp: Likewise.
857         * testsuite/runtest.all/stats.exp: Write local init file as
858         "stats-init.exp" for status summary tests.  Use --local_init
859         option to runtest to load that file instead of site.exp and move
860         the inner test module to a nested testsuite.
861         * testsuite/runtest.all/stats-sub.exp: Move file from here ..
862         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
863         .. to here.
865         * testsuite/runtest.all/options.exp: Clean up whitespace in file.
866         Wrap lines in test list and move short items to beginning of list.
867         Write local init file as "options-init.exp" for options tests.
868         Use --local_init option with nested runtest to load that file
869         instead of site.exp; also create an empty nested testsuite.  Local
870         init file arranges for inner runtest processes to run in a
871         subdirectory in the object tree to eliminate filename clashes.
872         Set tmpdir if not already set and remove entire temporary
873         directory after running options tests.
874         * testsuite/runtest.all/options/testsuite/null.test/null.exp: New.
876         * testsuite/runtest.all/clone_output.test: Move from here ..
877         * testsuite/runtest.libs/clone_output.test: .. to here.
878         * testsuite/runtest.all/config.test: Move from here ..
879         * testsuite/runtest.libs/config.test: .. to here.
880         * testsuite/runtest.all/default_procs.tcl: Move from here ..
881         * testsuite/runtest.libs/default_procs.tcl: .. to here.
882         * testsuite/runtest.all/libs.exp: Move from here ..
883         * testsuite/runtest.libs/libs.exp: .. to here.
884         * testsuite/runtest.all/load_lib.exp: Move from here ..
885         * testsuite/runtest.libs/load_lib.exp: .. to here.
886         * testsuite/runtest.all/remote.test: Move from here ..
887         * testsuite/runtest.libs/remote.test: .. to here.
888         * testsuite/runtest.all/target.test: Move from here ..
889         * testsuite/runtest.libs/target.test: .. to here.
890         * testsuite/runtest.all/testsuite_file.test: Move from here ..
891         * testsuite/runtest.libs/testsuite_file.test: .. to here.
892         * testsuite/runtest.all/topdir/subdir1/subfile1: Move from here ..
893         * testsuite/runtest.libs/topdir/subdir1/subfile1: .. to here.
894         * testsuite/runtest.all/topdir/subdir1/subfile2: Move from here ..
895         * testsuite/runtest.libs/topdir/subdir1/subfile2: .. to here.
896         * testsuite/runtest.all/topdir/subdir1/subsubdir1/subsubfile1:
897         Move from here ..
898         * testsuite/runtest.libs/topdir/subdir1/subsubdir1/subsubfile1:
899         .. to here.
900         * testsuite/runtest.all/topdir/subdir2/subfile2: Move from here ..
901         * testsuite/runtest.libs/topdir/subdir2/subfile2: .. to here.
902         * testsuite/runtest.all/utils.test: Move from here ..
903         * testsuite/runtest.libs/utils.test: .. to here.
904         * testsuite/runtest.libs/utils.test: Update references to
905         "runtest.all".
907         * testsuite/runtest.all/options.exp: Move from here ..
908         * testsuite/runtest.main/options.exp: .. to here.
909         * testsuite/runtest.all/options/testsuite/null.test/null.exp: Move
910         from here ..
911         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
912         .. to here.
913         * testsuite/runtest.all/stats.exp: Move from here ..
914         * testsuite/runtest.main/stats.exp: .. to here.
915         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
916         Move from here ..
917         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
918         .. to here.
920         * Makefile.am (DISTCLEANFILES): Update for testsuite improvements.
921         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
922         * Makefile.in: Regenerate.
924 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
926         * doc/dejagnu.texi: Clean up whitespace.  Some indented examples
927         were changed to use the Texinfo '@ ' command (yes, a space
928         character) to preserve correct indentation.  The '@ ' command is
929         treated as a single space by Tex and makeinfo, but prevents Emacs
930         from complaining about indentation using spaces instead of tabs.
932 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
934         * doc/dejagnu.texi (getdirs procedure): Document hard-coded
935         directory exclusions by name in this procedure.
937 2018-12-10  Ben Elliston  <bje@gnu.org>
939         * doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl
940         glob patterns, not "shell wildcard characters" per se.
942         * doc/dejagnu.texi (istarget procedure): Remove stray @{.
944 2018-12-10  Jacob Bachmeyer  <jcb62281@gmail.com>
946         * doc/dejagnu.texi (Writing a test case): Add warning about
947         priority of Expect patterns, complete with example.
948         * testsuite/runtest.all/libs.exp (process_test): Fix bug that
949         caused test results other than "PASS" to be skipped if a "PASS" is
950         further along in the input buffer.  Describe problem in manual.
951         (process_test): Ensure that the log file shows each test case run.
952         (process_test): Directly run the test cases instead of using
953         temporary files and "cat".  All output is always available in the
954         log file, which is no longer overwritten by other tests.
955         (process_test): Expect END markers from test case scripts.
956         * testsuite/runtest.all/clone_output.test: Emit END markers.
957         * testsuite/runtest.all/config.test: Likewise.
958         * testsuite/runtest.all/remote.test: Likewise.
959         * testsuite/runtest.all/target.test: Likewise.
960         * testsuite/runtest.all/testsuite_file.test: Likewise.
961         * testsuite/runtest.all/utils.test: Likewise.
963 2018-12-10  Ben Elliston  <bje@gnu.org>
965         * lib/utils.exp (grep): Use a proper Tcl list for options.
967 2018-12-10  Ben Elliston  <bje@gnu.org>
969         * testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir.
971         * lib/utils.exp (getdirs): Use glob -nocomplain rather than glob
972         and catching the "no files matched glob pattern" error
973         message. Catching the error message was the wrong thing to do
974         because the foreach loop then iterates over each word in the error
975         message as if they were matches.
977 2018-12-10  Ben Elliston  <bje@gnu.org>
979         * testsuite/runtest.all/utils.test (getdirs): Add a test for the
980         non-existent directory case.
982 2018-12-10  Ben Elliston  <bje@gnu.org>
984         * runtest.exp: Remove unnecessary quotes and braces around
985         variable expansions.
987         * lib/debugger.exp (dumpvars): Remove unnecessary braces.
989 2018-12-09  Ben Elliston  <bje@gnu.org>
991         * runtest.exp (setup_target_hook): Use 'ne' and not '!='.
992         (iterate_target_variants_two): Likewise.
993         * lib/remote.exp (standard_download): Use 'eq' not '=='.
994         (remote_upload): Likewise.
995         * lib/framework.exp (open_logs): Likewise.
996         (is_remote): Likewise.
998 2018-12-09  Ben Elliston  <bje@gnu.org>
1000         * baseboards/basic-sid.exp, baseboards/basic-sim.exp,
1001         baseboards/i386-sid.exp, baseboards/mt-sid.exp,
1002         baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp,
1003         config/gdb_stub.exp, config/sim.exp, config/unix.exp,
1004         config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp,
1005         lib/framework.exp, lib/kermit.exp, lib/libgloss.exp,
1006         lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp,
1007         lib/utils.exp, testsuite/lib/libsup.exp,
1008         testsuite/runtest.all/options.exp,: Remove unnecessary braces
1009         around variable expansions.
1011 2018-12-09  Ben Elliston  <bje@gnu.org>
1013         * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp,
1014         lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp,
1015         lib/target.exp, lib/tip.exp, lib/utils.exp, runtest.exp: Remove
1016         unnecessary quotes and braces around variable expansions.
1018 2018-12-09  Ben Elliston  <bje@gnu.org>
1020         * config/gdb-comm.exp: Remove unnecessary quotes.
1021         * config/gdb_stub.exp: Likewise.
1022         * config/vxworks.exp: Likewise.
1023         * config/unix.exp: Likewise.
1024         * config/sim.exp: Likewise.
1026 2018-12-09  Ben Elliston  <bje@gnu.org>
1028         * testsuite/lib/libsup.exp: Remove unnecessary quotes around
1029         variable expansions.
1030         * testsuite/lib/util-defs.exp: Likewise.
1032 2018-12-09  Ben Elliston  <bje@gnu.org>
1034         * baseboards/androideabi.exp: Remove unnecessary quotes and braces
1035         around variable expansions.
1036         * baseboards/basic-sid.exp: Likewise.
1037         * baseboards/cris-sim.exp: Likewise.
1038         * baseboards/generic-sim.exp: Likewise.
1039         * baseboards/mcore-moto-sim.exp: Likewise.
1040         * baseboards/multi-sim.exp: Likewise.
1042 2018-12-08  Ben Elliston  <bje@gnu.org>
1044         * NEWS: Tweak.
1046 2018-12-08  Ben Elliston  <bje@gnu.org>
1048         * lib/dejagnu.exp (host_execute): Remove unnecessary quotes around
1049         variable expansions.
1050         * testsuite/runtest.all/clone_output.test: Likewise.
1051         * testsuite/runtest.all/target.test: Likewise.
1052         * testsuite/runtest.all/stats.exp: Likewise.
1053         * testsuite/runtest.all/remote.test: Likewise.
1054         * testsuite/runtest.all/config.test: Likewise.
1055         * testsuite/runtest.all/default_procs.tcl: Likewise.
1056         * testsuite/runtest.all/libs.exp: Likewise.
1057         * testsuite/runtest.all/options.exp: Likewise.
1059 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1061         * NEWS: Document 'testsuite' command.
1062         * doc/dejagnu.texi (testsuite procedure): Document multiplex entry
1063         point and "testsuite file" command.
1064         * lib/framework.exp (testsuite): New proc for multiplex commands.
1065         (testsuite_file): New proc implementing "testsuite file".
1066         * testsuite/runtest.all/testsuite_file.test: New file.
1067         * runtest.exp: Expect to find testsuite in ${srcdir}/testsuite,
1068         but also search $srcdir itself.
1069         (load_lib): Add explicit search for testsuite-local libraries.
1070         (load_tool_init): Use $testsuitedir in search.
1071         (load_config): Use $testsuitedir instead of $srcdir.
1072         (load_tool_target_config): Likewise.
1074         Add variable "testsuitedir" for testsuite root directory.
1076         Add internal global variables "testbuilddir" and "testdir" for use
1077         by "testsuite file".
1079         Ensure that $testsuitedir, $testbuilddir, and $objdir also avoid
1080         duplicated path delimiters.
1082         Add warning if no tests are found and fallback method of searching
1083         $srcdir is used.
1085 2018-12-08  Ben Elliston  <bje@gnu.org>
1087         * testsuite/lib/libsup.exp (start_expect): Brace commands in if
1088         expressions.
1089         * testsuite/lib/util-defs.exp (util_test): Likewise.
1090         * testsuite/runtest.all/stats.exp: Likewise.
1091         * testsuite/runtest.all/libs.exp: Likewise.
1093 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1095         * testsuite/runtest.all/default_procs.tcl:
1096         (lib_errpat_test, lib_errregexp_test, lib_err_test): New.
1097         (lib_regexp_test): Fix copy-paste-edit error.
1098         (lib_pat_test, lib_regexp_test, lib_ret_test, lib_bool_test):
1099         Fix handling of errors raised by tested procedure.  Also ensure
1100         proper quoting of argument lists passed to eval and simplify
1101         the logic for producing return values.
1103 2018-12-08  Ben Elliston  <bje@gnu.org>
1105         * config/vxworks.exp (${board}_init): Use 'ne' instead of !=.
1107 2018-12-08  Ben Elliston  <bje@gnu.org>
1109         * lib/tip.exp (tip_open): Put braces around if expression.
1111 2018-12-08  Ben Elliston  <bje@gnu.org>
1113         * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp,
1114         lib/remote.exp, lib/framework.exp, lib/dg.exp, config/vxworks.exp,
1115         config/sim.exp, config/gdb_stub.exp, config/aarch64-fv8.exp,
1116         baseboards/vr4300-sim.exp, baseboards/vr4111-sim.exp,
1117         baseboards/vr4100-sim.exp, baseboards/sh-sid.exp,
1118         baseboards/mt-sid.exp, baseboards/mips-sim.exp,
1119         baseboards/mips-sim-idt64.exp, baseboards/mips-sim-idt32.exp,
1120         baseboards/i386-sid.exp, baseboards/arm-sim.exp,
1121         baseboards/arm-ice.exp, baseboards/androideabi.exp,
1122         testsuite/runtest.all/utils.test,
1123         testsuite/runtest.all/target.test: Replace string literal
1124         comparisons using == and != with 'eq' and 'ne'.
1126 2018-12-08  Ben Elliston  <bje@gnu.org>
1128         * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp,
1129         lib/rsh.exp, lib/rlogin.exp, lib/remote.exp, lib/libgloss.exp,
1130         lib/framework.exp, lib/dg.exp, lib/dejagnu.exp,
1131         config/vxworks.exp, config/unix.exp, config/sim.exp,
1132         config/gdb_stub.exp, config/gdb-comm.exp, config/adb.exp,
1133         baseboards/multi-sim.exp, baseboards/cris-sim.exp,
1134         baseboards/basic-sim.exp, baseboards/basic-sid.exp,
1135         baseboards/androideabi.exp, testsuite/runtest.all/load_lib.exp,
1136         testsuite/libdejagnu/tunit.exp: Replace empty string comparisons
1137         using == and != with 'eq' and 'ne'.
1139 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1141         * testsuite/runtest.all/default_procs.tcl (lib_bool_test): New.
1142         (lib_regexp_test): New.
1143         (lib_pat_test): Brace "if" conditions.
1144         (lib_pat_test): Remove spurious quotes in debugging output.
1145         (run_tests): Add support for comments in lists of procedure tests.
1147         * testsuite/runtest.all/config.test: Adjust to use run_tests
1148         procedure. Fixes issue cited in FIXME comment.
1150         * testsuite/runtest.all/utils.test (getdirs tests): Fix these.
1151         The old tests had the sense of the return value from lib_pat_test
1152         inverted and were failing but reported PASS.
1153         (find tests, relative_filename tests, runtest_file_p tests):
1154         Adjust to use run_tests procedure.
1156 2018-12-07  Ben Elliston  <bje@gnu.org>
1158         * doc/dejagnu.texi: Add more missing material.
1160 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1162         * testsuite/runtest.all/default_procs.tcl (lib_ret_test): Tidy.
1163         (run_tests): Replace implicit "eval" with explicit "eval".  Tidy.
1164         (verbose): Remove unnecessary quotes.
1166 2018-12-06  Ben Elliston  <bje@gnu.org>
1168         * doc/dejagnu.texi: Add more missing material.
1170 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1172         * testsuite/runtest.all/default_procs.tcl: Whitespace clean up.
1173         (lib_pat_test): Handle an argument list instead of only a single
1174         argument for the procedure under test.
1175         (lib_ret_test): Likewise.
1176         * testsuite/runtest.all/utils.test: Whitespace clean up.
1177         Adjust to pass argument lists for improved lib_pat_test.
1178         * testsuite/runtest.all/clone_output.test: Likewise.
1180 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1182         * lib/remote.exp (standard_load): Fix typo on empty string.
1183         * runtest.exp: Adjust expression to follow GNU conventions.
1184         * lib/utils.exp (diff): Fix mistake in replacing [string compare]
1185         with "eq" instead of "ne".
1186         * testsuite/runtest.all/config.test: Likewise.
1188 2018-12-06  Ben Elliston  <bje@gnu.org>
1190         * runtest.exp: Replace [string match] commands involving literal
1191         strings and variables known to not be Tcl glob patterns with eq
1192         and ne.
1193         * config/unix.exp: Likewise.
1194         * lib/debugger.exp: Likewise.
1195         * lib/dg.exp: Likewise.
1196         * lib/framework.exp: Likewise.
1197         * lib/remote.exp: Likewise.
1198         * lib/utils.exp: Likewise.
1199         * baseboards/androideabi.exp: Likewise.
1200         * baseboards/multi-sim.exp: Likewise.
1201         * testsuite/lib/util-defs.exp: Likewise.
1202         * testsuite/runtest.all/config.test: Likewise.
1204 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1206         * testsuite/runtest.all/utils.test: Add Tcl mode marker for Emacs.
1207         * testsuite/runtest.all/target.test: Likewise.
1208         * testsuite/runtest.all/remote.test: Likewise.
1209         * testsuite/runtest.all/config.test: Likewise.
1210         * testsuite/runtest.all/clone_output.test: Likewise.
1212 2018-12-06  Ben Elliston  <bje@gnu.org>
1214         * runtest.exp: Replace '==' with 'eq' for string compares.
1215         Likewise, replace '!=' with 'ne'. Replace a few instances of
1216         [string length $str] == 0 with $str eq "".
1217         * config/gdb-comm.exp: Likewise.
1218         * lib/dg.exp: Likewise.
1219         * lib/framework.exp: Likewise.
1220         * lib/libgloss.exp: Likewise.
1221         * lib/remote.exp: Likewise.
1222         * lib/target.exp: Likewise.
1223         * lib/utils.exp: Likewise.
1225 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1227         * runtest.exp: Replace archaic use of [string match] with "eq".
1229 2018-12-06  Ben Elliston  <bje@gnu.org>
1231         * doc/dejagnu.texi (compile Procedure): Remove old node.
1232         (archive Procedure): Likewise.
1233         (ranlib Procedure): Likewise.
1235 2018-12-06  Ben Elliston  <bje@gnu.org>
1237         * doc/dejagnu.texi (rsh procedure): Fix node connectivity.
1239 2018-12-06  Ben Elliston  <bje@gnu.org>
1241         * lib/telnet.exp (telnet_open): Remove connectmode global.
1242         * doc/dejagnu.texi (Procedures For Remote Communication): Remove
1243         mention of connectmode.
1245 2018-12-05  Ben Elliston  <bje@gnu.org>
1247         * doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete
1248         node.
1250 2018-12-05  Ben Elliston  <bje@gnu.org>
1252         * doc/dejagnu.texi: Add more missing material.
1254 2018-12-05  Ben Elliston  <bje@gnu.org>
1256         * testsuite/runtest.all/utils.test: Test runtest_file_p.
1258 2018-12-05  Jacob Bachmeyer  <jcb62281@gmail.com>
1260         * runtest.exp (load_config): Remove unused globals.
1261         (load_generic_config): Likewise.
1262         (load_board_description): Likewise.
1263         (load_base_board_description): Likewise.
1265 2018-12-05  Ben Elliston  <bje@gnu.org>
1267         * lib/utils.exp (grep): Handle -n.
1268         * doc/dejagnu.texi (grep procedure): Document it.
1269         * testsuite/runtest.all/utils.test: Add a test case.
1270         * NEWS: Add an item.
1272 2018-12-05  Ben Elliston  <bje@gnu.org>
1274         * testsuite/runtest.all/utils.test: Test diff.
1276 2018-12-04  Ben Elliston  <bje@gnu.org>
1278         * testsuite/runtest.all/utils.test: Test grep.
1280 2018-12-04  Ben Elliston  <bje@gnu.org>
1282         * testsuite/runtest.all/utils.test (which): Fail on the else path,
1283         don't pass in either case.
1285 2018-12-04  Ben Elliston  <bje@gnu.org>
1287         * doc/dejagnu.texi (Libgloss): Improve documentation.
1288         (Debugging Procedures): Likewise.
1290 2018-12-04  Ben Elliston  <bje@gnu.org>
1292         * lib/debugger.exp (dumprocs): Fix proc comment.
1294 2018-12-04  Ben Elliston  <bje@gnu.org>
1296         * doc/dejagnu.texi (Utility Procedures): Improve documentation for
1297         the procedures in this section.
1299 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1301         * NEWS: Document new relative_filename procedure and --local_init/
1302         --global_init command line options.
1304 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1306         * lib/utils.exp (relative_filename): New proc.
1307         * runtest.exp: Use it.
1308         * doc/dejagnu.texi (relative_filename procedure): Document it.
1309         * testsuite/runtest.all/utils.test: Add tests for relative_filename.
1311 2018-12-03  Ben Elliston  <bje@gnu.org>
1313         * dejagnu.h (TestState): Remove const char * variants of pass(),
1314         xpass(), fail(), xfail(), untested(), unresolved() for C++. A
1315         const char * will be implicitly converted to std::string.
1317 2018-12-03  Ben Elliston  <bje@gnu.org>
1319         * doc/dejagnu.texi: Move 'Built-in Procedures' node up a level,
1320         removing the 'Reference' node and chapter. Make all subsubsections
1321         in this chapter unnumbered subheadings.
1323 2018-12-03  Jacob Bachmeyer  <jcb62281@gmail.com>
1325         * doc/dejagnu.texi: Fix Info node links.  The arguments to @node
1326         are: here, next, previous, up; not here, previous, next, up.
1328 2018-12-03  Ben Elliston  <bje@gnu.org>
1330         * Makefile.am (EXTRA_DIST): Use $(TEXINFO_TEX), not a hardcoded
1331         doc/texinfo.tex. With thanks to Jacob Bachmeyer.
1332         * Makefile.in: Regenerate.
1334 2018-12-03  Ben Elliston  <bje@gnu.org>
1336         * Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex.
1337         (EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise
1338         prevents the distribution of the overridden texinfo.tex.
1339         * Makefile.in: Regenerate.
1340         * texinfo.tex: Move from here ..
1341         * doc/texinfo.tex: .. to here.
1343 2018-12-03  Ben Elliston  <bje@gnu.org>
1345         * lib/framework.exp (isremote): Add verbose message.
1347 2018-12-02  Ben Elliston  <bje@gnu.org>
1349         * lib/framework.exp (isremote): Pass $board to is_remote.
1351 2018-12-02  Ben Elliston  <bje@gnu.org>
1353         * doc/fdl.texi: New.
1354         * doc/dejagnu.texi (Variable Index): New.
1355         Add more concept index entries.
1356         (GNU Free Documentation License): New appendix.
1358 2018-12-02  Ben Elliston  <bje@gnu.org>
1360         * doc/dejagnu.texi (Procedure Index): New. Add Texinfo function
1361         index (@findex) entries for every built-in procedure.
1363 2018-12-02  Ben Elliston  <bje@gnu.org>
1365         * doc/dejagnu.texi: Start an index.
1367 2018-12-02  Ben Elliston  <bje@gnu.org>
1369         * doc/version.texi: New.
1371 2018-12-02  Ben Elliston  <bje@gnu.org>
1373         * doc/dejagnu.texi: Add title page and frontmatter. Include
1374         version.texi.
1375         * Makefile.in: Regenerate.
1376         * mdate-sh: Installed by automake --add-missing.
1378 2018-12-02  Ben Elliston  <bje@gnu.org>
1380         * doc/dejagnu.texi (diff procedure): Tidy up this node.
1382 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1384         * runtest.exp (hex): Remove useless test before setting.
1385         (decimal): Likewise.
1387 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1389         * doc/dejagnu.texi (Invoking runtest): Document new --local_init
1390         and --global_init command line options.
1391         * doc/runtest.1: Likewise.
1393         * runtest.exp: Remove useless tests before setting default values
1394         for variables: all_flag, binpath, debug, options, outdir, reboot,
1395         tracelevel, verbose, log_dialog.  They are set before loading any
1396         files or parsing the command line.
1398         * runtest.exp: Add options --local_init and --global_init for
1399         selecting alternate testsuite configuration files.
1401         * runtest.exp: Split variable "configfile" into "local_init_file"
1402         and "global_init_file" in preparation for adding command-line
1403         options to specify these independently.
1405         * runtest.exp (load_generic_config): Remove configfile global.
1406         (load_board_description): Likewise.
1407         (load_base_board_description): Likewise.
1409 2018-11-30  Ben Elliston  <bje@gnu.org>
1411         * lib/utils.exp (grep): Remove reference to "NULL" in comment.
1412         * testsuite/lib/util-defs.exp (util_start): Likewise.
1414 2018-11-30  Ben Elliston  <bje@gnu.org>
1416         * doc/dejagnu.texi: (verbose procedure): Improve documentation.
1417         (load_lib procedure): Likewise.
1419 2018-11-30  Ben Elliston  <bje@gnu.org>
1421         * doc/dejagnu.texi: More clean-ups of built-in proc documentation.
1423 2018-11-30  Ben Elliston  <bje@gnu.org>
1425         * runtest.exp: Use isremote.
1426         * lib/target.exp: Likewise.
1427         * lib/remote.exp: Likewise.
1428         * lib/libgloss.exp: Likewise.
1429         * config/unix.exp: Likewise.
1430         * config/sim.exp: Likewise.
1431         * config/gdb_stub.exp: Likewise.
1432         * config/gdb-comm.exp: Likewise.
1433         * baseboards/basic-sim.exp: Likewise.
1434         * baseboards/androideabi.exp: Likewise.
1436 2018-11-30  Ben Elliston  <bje@gnu.org>
1438         * lib/framework.exp (isremote): New.
1439         * doc/dejagnu.texi (isremote procedure): Document it.
1440         * NEWS: Mention isremote.
1442 2018-11-30  Ben Elliston  <bje@gnu.org>
1444         * texinfo.tex: Update to latest upstream version.
1445         * INSTALL: Likewise.
1447 2018-11-29  Ben Elliston  <bje@gnu.org>
1449         * lib/framework.exp (istarget, ishost, istarget): Set the argument
1450         default value to the empty string.
1451         * doc/dejagnu.texi (find procedure): Remove reference to "NULL".
1452         (getenv procedure): Re-word this node.
1453         (isbuild procedure): Update.
1454         (ishost procedure): Likewise.
1455         (istarget procedure): Likewise.
1456         * testsuite/runtest.all/config.test: Add test cases.
1458 2018-11-28  Ben Elliston  <bje@gnu.org>
1460         * config.guess: Update to latest version.
1461         * config.sub: Likewise.
1463 2018-11-28  Ben Elliston  <bje@gnu.org>
1465         * NEWS: Update.
1466         * configure.ac: Update version number.
1467         * configure: Regenerate.
1468         * doc/dejagnu.texi: Update version number.
1469         * runtest.exp: Update version number.
1471 2018-11-28  Ben Elliston  <bje@gnu.org>
1473         * Makefile.am (TESTSUITE_FILES): Update filenames.
1474         * Makefile.in: Regenerate.
1476 2018-11-28  Ben Elliston  <bje@gnu.org>
1478         * NEWS: Update.
1480         * doc/dejagnu.texi: Tidy up (fill) some paragraphs.
1482 2018-11-25  Jacob Bachmeyer  <jcb62281@gmail.com>
1484         * lib/framework.exp: Clean up whitespace.
1486 2018-11-25  Ben Elliston  <bje@gnu.org>
1488         * config/gdb-comm.exp: Clean up whitespace.
1489         * config/gdb_stub.exp: Likewise.
1490         * config/sid.exp: Likewise.
1491         * config/sim.exp: Likewise.
1492         * config/unix.exp: Likewise.
1494 2018-11-23  Ben Elliston  <bje@gnu.org>
1496         * doc/dejagnu.texi (getdirs procedure): Improve documentation
1497         including documenting the -all option.
1498         (find procedure): Fix a typo.
1499         * lib/utils.exp (getdirs): Improve comments.
1501 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1503         * runtest.exp: Ensure that multipass pass variables are always
1504         restored.  Previously, they were only restored if the "Go digging
1505         for tests" branch was taken near the end of runtest.exp.
1507 2018-11-22  Ben Elliston  <bje@gnu.org>
1509         * doc/dejagnu.texi (Customizing DejaGnu): Document error handling
1510         of the $DEJAGNU environment variable (see change below).
1512 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1514         * runtest.exp: Raise error if $DEJAGNU is defined but not found.
1516 2018-11-15  Jacob Bachmeyer  <jcb62281@gmail.com>
1518         * runtest.exp (load_tool_init): Search for tool init file instead
1519         of assuming exactly one location.
1521 2018-11-15  Ben Elliston  <bje@gnu.org>
1523         * runtest.exp (load_lib): Whitespace fix.
1525 2018-11-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1527         * lib/ssh.exp: Clean up whitespace.
1528         * lib/remote.exp: Clean up whitespace.
1529         (remote_expect): Change literal tab to "\t" in regexp.
1531 2018-11-05  Ben Elliston  <bje@gnu.org>
1533         * config.guess: Update to latest version.
1534         * config.sub: Likewise.
1536 2018-11-02  Ben Elliston  <bje@gnu.org>
1538         * Makefile.in: Regenerate.
1540 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1542         * Makefile.am (DEJATOOL): List tools in testsuite.
1543         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1544         * testsuite/config/default.exp: Rename from this ...
1545         * testsuite/lib/runtest.exp: ... to this.
1546         (runtest_exit): Remove spurious "close". This was causing per-tool
1547         testing to fail, since the testsuite for "runtest" never actually
1548         uses "spawn", so "close" ends up closing exp0, which is the
1549         terminal.  The ${tool}_exit proc is not called if the --tool
1550         option is not given, so this had no effect earlier.
1551         * testsuite/lib/libdejagnu.exp: New empty file.
1553 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1555         * runtest.exp (load_tool_init): Add message indicating the
1556         expected location of the tool init file.
1558 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1560         * contrib/sum2junit.sh (failures): Fix typo.
1562 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1564         * configure.ac (DEJAGNU): Add comments.
1566 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1568         * Makefile.am (DEJATOOL): List tools in testsuite.
1569         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1570         * testsuite/config/default.exp: Rename from this ...
1571         * testsuite/lib/runtest.exp: ... to this.
1572         (runtest_exit): Remove spurious "close".  This was causing
1573         per-tool testing to fail, since the testsuite for "runtest" never
1574         actually uses "spawn", so "close" ends up closing exp0, which is
1575         the terminal.  The ${tool}_exit proc is not called if the --tool
1576         option is not given, so this had no effect earlier.
1577         * testsuite/lib/libdejagnu.exp: New empty file.
1579 2018-10-30  Ben Elliston  <bje@gnu.org>
1581         * Makefile.am (DISTCLEANFILES): Add testrun.xml.
1582         * Makefile.in: Regenerate with Automake 1.15.1.
1583         * aclocal.m4: Likewise.
1585 2018-10-30  Ben Elliston  <bje@gnu.org>
1587         * configure.ac (AC_CONFIG_SUBDIRS): Remove.
1588         * configure: Regenerate.
1590 2018-10-29  Ben Elliston  <bje@gnu.org>
1592         * README (Documentation): Update.
1594 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1596         * lib/framework.exp (record_test): Really fix message formatting.
1598 2018-10-29  Ben Elliston  <bje@gnu.org>
1600         Reported by Jacob Bachmeyer.
1601         * testsuite/runtest.all/utils.test: Fix missing end quote.
1603 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1605         * lib/framework.exp (record_test): Fix message formatting.
1607 2018-07-20  Ben Elliston  <bje@gnu.org>
1609         * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings.
1610         * contrib/mysql/sum2xml.sh: Likewise.
1612 2018-07-20  Ben Elliston  <bje@gnu.org>
1614         * contrib/compare_tests: Eliminate Shellcheck warnings.
1615         * contrib/mysql/sum2xml.sh: Likewise.
1617 2018-07-20  Ben Elliston  <bje@gnu.org>
1619         * compile, depcomp, install-sh: Latest upstream versions.
1621 2018-07-20  Ben Elliston  <bje@gnu.org>
1623         * contrib/sum2junit.sh: Eliminate some Shellcheck warnings.
1625 2018-07-19  Ben Elliston  <bje@gnu.org>
1627         * runtest: Use POSIX 'command', not 'type', to look for the Expect
1628         binary. Silences Shellcheck warning SC2039 ("In POSIX sh, 'type'
1629         is undefined").
1631 2018-07-19  Ben Elliston  <bje@gnu.org>
1633         * config.guess: Update to latest version.
1634         * config.sub: Likewise.
1636 2018-07-06  Richard Biener  <rguenther@suse.de>
1638         * lib/remote.exp (close_wait_program): Use separate kill command
1639         for each pid.
1641 2017-10-16  Ben Elliston  <bje@gnu.org>
1643         * NEWS: Start a new section for the next release.
1644         * configure.ac (AC_INIT): Update version number.
1645         * configure: Regenerate.
1646         * runtest.exp (frame_version): Update version number.
1647         * doc/dejagnu.texi: Likewise.
1648         * doc/runtest.1: Update datestamp.
1650 2017-10-16  Ben Elliston  <bje@gnu.org>
1652         * config.guess: Update to version 2017-09-26.
1653         * config.sub: Likewise.
1655 2017-09-13  Ben Elliston  <bje@gnu.org>
1657         * lib/framework.exp (open_logs): Set XML version to 1.1.
1658         (xml_tag): Skip valid whitespace chars (0x9, 0xA, 0xD). Include
1659         missing 'x' in escape sequence.
1661 2017-08-29  Ben Elliston  <bje@gnu.org>
1663         Revert these changes:
1665         2016-04-25  Ben Elliston  <bje@gnu.org>
1667         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1669         2016-04-24  Ben Elliston  <bje@gnu.org>
1671         * lib/utils.exp (unsetenv): Remove proc.
1672         * doc/dejagnu.texi: Update documentation.
1673         * NEWS: Update.
1675 2017-08-19  Ben Elliston  <bje@gnu.org>
1677         * lib/framework.exp (xml_tag): Escape all of the non-printable
1678         control characters (ASCII codes 1 to 31 inclusive).
1680 2017-08-18  Tom Tromey  <tom@tromey.com>
1682         * runtest.exp: Fix --directory matching.
1684 2017-08-15  Ben Elliston  <bje@gnu.org>
1686         * lib/framework.exp (xml_tag): New proc.
1687         (log_summary): Use it.
1688         (record_test): Likewise.
1690 2017-08-15  Ben Elliston  <bje@gnu.org>
1692         * lib/framework.exp (open_logs): Set .xml filename correctly.
1693         * runtest.exp: Remove xml_file_name var.
1694         (usage): Update --xml option to not take an argument.
1695         (load_tool_init): Likewise.
1696         * doc/dejagnu.texi (Invoking runtest): Update documentation.
1697         * doc/runtest.1: Likewise.
1699 2017-08-01  Ben Elliston  <bje@gnu.org>
1701         * runtest.exp (usage): Improve --strace message.
1703 2017-08-01  Ben Elliston  <bje@gnu.org>
1705         * runtest.exp (usage): --reboot doesn't take a 'name' parameter.
1707 2017-06-04  Ben Elliston  <bje@gnu.org>
1709         * lib/target.exp (push_target): Remove unnecessary global command.
1710         * testsuite/runtest.all/target.test: Overhaul tests.
1712 2017-06-04  Ben Elliston  <bje@gnu.org>
1714         * testsuite/runtest.all/remote.test: Remove cruft from yesteryear.
1716 2017-06-04  Tom de Vries  <tom@codesourcery.com>
1718         * testsuite/runtest.all/target.test: Remove list_targets test.
1720 2017-06-04  Tom de Vries  <tom@codesourcery.com>
1722         * testsuite/runtest.all/libs.exp (process_test): Dump entire
1723         output when there's no reportable output.
1724         * testsuite/runtest.all/remote.test (load_lib): New proc.
1725         * testsuite/runtest.all/target.test (load_lib): Same.
1727 2017-03-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1729         * lib/remote.exp (remote_download): Add logging message when
1730         source and destination file differ in name.
1732 2016-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1734         * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
1736 2016-06-28  Ben Elliston  <bje@gnu.org>
1738         * aclocal.m4, Makefile.in: Regenerate with automake 1.15.
1739         * configure: Regenerate.
1741 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1743         * configure.ac, dejagnu.h, runtest, runtest.exp,
1744         baseboards/am33_2.0-libremote.exp, baseboards/androideabi.exp,
1745         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
1746         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
1747         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
1748         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
1749         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
1750         baseboards/i386-sid.exp, baseboards/iq2000-sim.exp,
1751         baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp,
1752         baseboards/linux-libremote.exp, baseboards/m68k-sid.exp,
1753         baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp,
1754         baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp,
1755         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp,
1756         baseboards/mips-sim-mti32.exp, baseboards/mips-sim-mti64.exp,
1757         baseboards/mips-sim-mti64_64.exp,
1758         baseboards/mips-sim-mti64_n32.exp, baseboards/mips-sim-sde32.exp,
1759         baseboards/mips-sim-sde64.exp, baseboards/mips-sim.exp,
1760         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
1761         baseboards/mn10300-sim.exp, baseboards/moxie-sim.exp,
1762         baseboards/mt-sid.exp, baseboards/multi-sim.exp,
1763         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
1764         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
1765         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
1766         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
1767         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
1768         baseboards/unix.exp, baseboards/v850-sim.exp,
1769         baseboards/visium-sim.exp, baseboards/vr4100-sim.exp,
1770         baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp,
1771         baseboards/xtensa-sim.exp, lib/debugger.exp, lib/dejagnu.exp,
1772         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/remote.exp,
1773         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
1774         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
1775         testsuite/config/default.exp, testsuite/lib/libsup.exp,
1776         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
1777         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
1778         testsuite/runtest.all/stats-sub.exp,
1779         testsuite/runtest.all/stats.exp, config/adb.exp,
1780         config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp,
1781         config/sid.exp, config/sim.exp, config/unix.exp,
1782         config/vxworks.exp: Update copyright date for 2016.
1784 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1786         * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp,
1787         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
1788         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
1789         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
1790         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
1791         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
1792         baseboards/generic-sim.exp, baseboards/i386-sid.exp,
1793         baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp,
1794         baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp,
1795         baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp,
1796         baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp,
1797         baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp,
1798         baseboards/mips-sim-idt64.exp, baseboards/mips-sim.exp,
1799         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
1800         baseboards/mn10300-sim.exp, baseboards/mt-sid.exp,
1801         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
1802         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
1803         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
1804         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
1805         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
1806         baseboards/unix.exp, baseboards/v850-sim.exp,
1807         baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp,
1808         baseboards/vr4300-sim.exp, baseboards/xtensa-sim.exp,
1809         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
1810         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
1811         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
1812         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
1813         testsuite/config/default.exp, testsuite/lib/libsup.exp,
1814         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
1815         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
1816         testsuite/runtest.all/options.exp,
1817         testsuite/runtest.all/stats-sub.exp,
1818         testsuite/runtest.all/stats.exp, config/default.exp,
1819         config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp,
1820         config/sim.exp, config/unix.exp, config/vxworks.exp, configure.ac,
1821         dejagnu.h, runtest, runtest.exp: Use condensed years in copyright
1822         statement.
1824 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1826         * doc/runtest.1: Use condensed years in copyright statement.
1828 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1830         * runtest: Quote paths. Use test -z, -n for clarity.
1832 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1834         * config/adb.exp (adb_exec) Improve verbose message.
1836 2016-06-03  Jim Wilson  <jim.wilson@linaro.org>
1838         * baseboards/aarch64-sim.exp: New file.
1839         * Makefile.am (baseboard_DATA): Add aarch64-sim.exp.
1840         * Makefile.in: Regenerate.
1841         * lib/libgloss.exp (libgloss_link_flags): Map aarch64* to aarch64.
1843 2016-04-26  Ben Elliston  <bje@gnu.org>
1845         * doc/dejagnu.texi: Fill more paragraphs.
1847 2016-04-25  Ben Elliston  <bje@gnu.org>
1849         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1851 2016-04-24  Ben Elliston  <bje@gnu.org>
1853         * lib/utils.exp (unsetenv): Remove proc.
1854         * doc/dejagnu.texi: Update documentation.
1855         * NEWS: Update.
1857 2016-04-19  Nick Clifton  <nickc@redhat.com>
1859         * baseboards/msp430-sim.exp: New file.
1860         * Makefile.am (baseboard_DATA): Add msp430-sim.exp.
1861         * Makefile.in: Regenerate.
1863 2016-04-18  Ben Elliston  <bje@gnu.org>
1865         * runtest: Remove quoting in final exec command.
1867 2016-04-17  Ben Elliston  <bje@gnu.org>
1869         * lib/remote.exp: Load ssh.exp lib.
1871 2016-04-17  Ben Elliston  <bje@gnu.org>
1873         * lib/rsh.exp (rsh_open): Fix description comment.
1875 2016-04-17  Ben Elliston  <bje@gnu.org>
1877         Reported by shellcheck.
1878         * runtest: Use $((..)) not `expr ..` and defensively double quote
1879         shell variables.
1881 2016-04-17  Ben Elliston  <bje@gnu.org>
1883         * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.
1884         * Makefile.in: Regenerate.
1886 2016-04-17  Ben Elliston  <bje@gnu.org>
1888         Reported by shellcheck.
1889         * runtest: Use $((..)) not `expr ..`.
1891 2016-04-17  Ben Elliston  <bje@gnu.org>
1893         * configure.ac (AC_INIT): Update version number.
1894         * configure: Regenerate.
1895         * runtest.exp (frame_version): Update version number.
1896         * doc/dejagnu.texi: Likewise.
1898 2016-04-17  Ben Elliston  <bje@gnu.org>
1900         * NEWS: Start a new section for the next release.
1902 2016-04-15  Ben Elliston  <bje@gnu.org>
1904         * Makefile.am (CONTRIB): Add new contrib scripts.
1905         * Makefile.in: Regenrate.
1907 2016-04-15  Ben Elliston  <bje@gnu.org>
1909         * lib/ssh.exp (ssh_exec): Handle regexp return status.
1911 2016-04-13  Ben Elliston  <bje@gnu.org>
1913         * lib/rsh.exp (rsh_exec): Improve verbose message.
1914         * lib/ssh.exp (ssh_exec): Likewise.
1915         * config/adb.exp: Likewise.
1917 2016-04-13  Ben Elliston  <bje@gnu.org>
1919         * runtest.exp: Improve --version (-v) output.
1920         * testsuite/runtest.all/options.exp: Update test case.
1922 2016-04-13  Christophe Lyon  <christophe.lyon@linaro.org>
1924         * lib/rsh.exp (rsh_exec): Handle regexp return status.
1926 2016-04-08  Ben Elliston  <bje@gnu.org>
1928         Reported by Faraz Shahbazker.
1929         * doc/dejagnu.texi (Global config file): Fix broken @node.
1930         (Local config file): Likewise.
1932 2016-04-07  Ben Elliston  <bje@gnu.org>
1934         * lib/remote.exp (remote_exec): Join cd $remotedir and $program on
1935         the command line with ';' and not &&.
1937 2016-04-07  Ben Elliston  <bje@gnu.org>
1939         Reported by Faraz Shahbazker.
1940         * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node.
1942 2016-04-06  Yvan Roux  <yvan.roux@linaro.org>
1944         * lib/remote.exp (remnote_download): Create a remote directory if
1945         needed and use it.
1946         (remote_exec): Execute program inside remotedir when it exists.
1947         (standard_load): Set remotedir board field if not present.
1948         * config/unix.exp (unix_load): Handle remotedir in board field.
1949         (remotedir): Set board info field.
1950         * doc/dejagnu.texi (Board File Values): Document remotedir.
1952 2016-04-06  Ben Elliston  <bje@gnu.org>
1954         * doc/dejagnu.texi (Global config file): Put before node 'Local
1955         config file'.
1957 2016-04-05  Ben Elliston  <bje@gnu.org>
1959         * runtest.exp: Remove defunct and undocumented --tool_root option.
1961 2016-04-04  Ben Elliston  <bje@gnu.org>
1963         * doc/dejagnu.texi: More overhauling.
1965 2016-04-04  Ben Elliston  <bje@gnu.org>
1967         * lib/targetdb.exp (set_board_info): Improve comment.
1968         (add_board_info): Likewise.
1970 2016-04-04  Ben Elliston  <bje@gnu.org>
1972         * NEWS: Add some more detail.
1974 2016-04-04  Ben Elliston  <bje@gnu.org>
1976         * site.tmpl: Delete.
1977         * Makefile.am (EXTRA_DIST): Remove site.tmpl.
1978         * Makefile.in: Regenerate.
1980 2016-04-03  Ben Elliston  <bje@gnu.org>
1982         * doc/dejagnu.texi: More overhauling.
1984 2016-04-03  Ben Elliston  <bje@gnu.org>
1986         * runtest.exp: Document the magical handling of -D[01].
1988 2016-04-03  Ben Elliston  <bje@gnu.org>
1990         * doc/runtest.1: Do not document obsolete --status option. It is
1991         still accepted for compatibility, but does nothing.
1993 2016-04-03  Ben Elliston  <bje@gnu.org>
1995         * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
1997 2016-04-03  Ben Elliston  <bje@gnu.org>
1999         * doc/runtest.1 (OPTIONS): Sort options.
2001 2016-04-03  Ben Elliston  <bje@gnu.org>
2003         * doc/dejagnu.texi: More overhauling.
2005 2016-04-02  Ben Elliston  <bje@gnu.org>
2007         * doc/dejagnu.texi: Fill paragraphs.
2009 2016-04-02  Ben Elliston  <bje@gnu.org>
2011         * doc/dejagnu.texi: Fix capitalisation of procedure names
2012         throughout.  Use Tcl syntax in procedure prototypes, not C syntax.
2014 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
2016         * contrib/mysql/create-db.sql: New file.
2017         * contrib/mysql/importxml.sh: Likewise.
2018         * contrib/mysql/make-datafile.sh: Likewise.
2019         * contrib/mysql/plot.sh: Likewise.
2020         * contrib/mysql/README: Likewise.
2021         * contrib/mysql/sum2xml.sh: Likewise.
2023 2016-04-02  Ben Elliston  <bje@gnu.org>
2025         * config.guess: Update to version 2016-04-02.
2026         * config.sub: Update to version 2016-03-30.
2028 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
2030         * contrib/sum2junit.sh: New.
2032 2016-04-01  Ben Elliston  <bje@gnu.org>
2034         * doc/dejagnu.texi (connprocs): Document new SSH procs.
2036 2016-03-31  Rob Savoye  <rob.savoye@linaro.org>
2038         * lib/ssh.exp: New.
2039         * NEWS: Update.
2041 2016-03-30  Ben Elliston  <bje@gnu.org>
2043         * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,
2044         lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp,
2045         runtest.exp: Fix spelling errors in comments.
2047 2016-03-30  Ben Elliston  <bje@gnu.org>
2049         * lib/remote.exp (remote_expect): Use perror not send_user.
2051 2016-03-29  Ben Elliston  <bje@gnu.org>
2053         * lib/remote.exp (remote_expect): Fix spelling error.
2055 2016-03-29  Rob Savoye  <rob.savoye@linaro.org>
2057         * runtest.exp: Only print "searching for <test name>" message at
2058         verbose level >= 2 -- too much noise.
2060 2016-03-29  Ben Elliston  <bje@gnu.org>
2062         * texinfo.tex: Update to latest master version.
2063         * INSTALL: Likewise.
2065 2016-03-29  Ben Elliston  <bje@gnu.org>
2067         * runtest.exp: More fixes identified by the Frink static analyser.
2068         * lib/dg.exp: Likewise.
2069         * config/adb.exp: Likewise.
2070         * config/vxworks.exp: Likewise.
2071         * baseboards/androideabi.exp: Likewise.
2072         * baseboards/basic-sid.exp: Likewise.
2073         * baseboards/multi-sim.exp: Likewise.
2075 2016-03-28  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2077         * dg.exp (dg-do): Do not change the previously selected action if
2078         a de-selected dg-do is encountered.
2080 2016-03-28  Ben Elliston  <bje@gnu.org>
2082         * lib/framework.exp (check_xml): Remove unused proc.
2084 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2086         * lib/dmucs.exp: New.
2088 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2090         * lib/libgloss.exp (find_g++): Look for xgcc++ to use the freshly
2091         built compiler, then look in the path.
2093 2016-03-28  Ben Elliston  <bje@gnu.org>
2095         * lib/utils.exp (which): Don't exclude symbolic links--Debian's
2096         /bin/which doesn't. Modern systems rely too heavily on symbolic
2097         links (eg. alternatives).
2099 2016-03-28  Ben Elliston  <bje@gnu.org>
2101         * baseboards/multi-sim.exp: Indent properly.
2103 2016-03-28  Ben Elliston  <bje@gnu.org>
2105         * lib/rlogin.exp (rlogin_open): Return -1 if unable to spawn
2106         rlogin. Identified by Frink.
2108 2016-03-28  Ben Elliston  <bje@gnu.org>
2110         * runtest.exp: Use 'array exists' for testing array existence
2111         rather than 'info exists'.
2113 2016-03-28  Ben Elliston  <bje@gnu.org>
2115         * runtest.exp: Fixes identified by the Frink static analyser:
2116           (1) use -- in switch commands for safety,
2117           (2) remove unreachable return commands after error commands,
2118           (3) replace abbreviated "info proc" with "info procs",
2119           (4) use -- in unset commands for safety where the variable name
2120               is itself a variable.
2121         * lib/dg.exp: Likewise.
2122         * lib/debugger.exp: Likewise.
2123         * lib/framework.exp: Likewise.
2124         * lib/remote.exp: Likewise.
2125         * lib/target.exp: Likewise.
2126         * lib/targetdb.exp: Likewise.
2127         * lib/telnet.exp: Likewise.
2128         * lib/utils.exp: Likewise.
2130 2016-03-28  Ben Elliston  <bje@gnu.org>
2132         * Makefile.am: Remove references to Docbook and friends.
2133         * configure.ac: Likewise.
2134         * Makefile.in: Regenerate.
2135         * configure: Regenerate.
2136         * doc/dejagnu.xml: Remove.
2137         * doc/legal.xml: Likewise.
2138         * doc/ref.xml: Likewise.
2139         * doc/user.xml: Likewise.
2141 2016-03-28  Ben Elliston  <bje@gnu.org>
2143         * lib/framework.exp (exp_continue): Remove old compatibility
2144         wrapper. Expect deprecated 'continue -expect' in August 1997.
2146 2016-03-28  Ben Elliston  <bje@gnu.org>
2148         * NEWS: Update.
2150 2016-03-28  Ben Elliston  <bje@gnu.org>
2152         * lib/utils.exp (which): Reimplement to more closely mimic the
2153         behaviour of the UNIX which utility.
2154         * testsuite/runtest.all/utils.test: Test proc which.
2156 2016-03-27  Ben Elliston  <bje@gnu.org>
2158         * lib/remote.exp (standard_wait): Append any trailing characters
2159         to $output that may be still in $expect_out(buffer) when eof is
2160         matched. Remove arbitrary limitation in the ".+" matching case,
2161         similar to the change to local_exec on 2016-02-17.
2163 2016-03-23  Ben Elliston  <bje@gnu.org>
2165         * Makefile.am (baseboard_DATA): Remove cygwin.exp, mcore-elf.exp,
2166         mcore-pe.exp, vx4300.exp, vx68k.exp, vx960.exp, vxsparc.exp.
2167         * Makefile.in: Regenerate.
2168         * baseboards/cygwin.exp, baseboards/mcore-elf.exp,
2169         baseboards/mcore-pe.exp, baseboards/vx4300.exp,
2170         baseboards/vx68k.exp, baseboards/vx960.exp,
2171         baseboards/vxsparc.exp: Remove.
2173 2016-03-23  Ben Elliston  <bje@gnu.org>
2175         * baseboards/README: Remove mention of devo.
2176         * baseboards/iq2000-sim.exp: Likewise.
2177         * baseboards/moxie-sim.exp: Likewise.
2179 2016-03-23  Ben Elliston  <bje@gnu.org>
2181         * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp.
2182         * Makefile.in: Regenerate.
2183         * baseboards/arm-ice.exp: Reinstate.
2184         * baseboards/arm-sim.exp: Likewise.
2186 2016-03-23  Ben Elliston  <bje@gnu.org>
2188         * Makefile.am (config_DATA): Update.
2189         (baseboard_DATA): Likewise.
2190         * Makefile.in: Regenerate.
2191         * NEWS: Update.
2193         Remove the following old config files:
2195         * arc.exp, arm-ice.exp, base-config.exp, base68k.exp, bug.exp,
2196         cfdbug.exp, cygmon.exp, d10v.exp, ddb-ether.exp, ddb.exp, dos.exp,
2197         dve.exp, h8300.exp, i386-bozo.exp, i960.exp, m32r-stub.exp,
2198         m32r.exp, m68hc11.exp, m68k-emc.exp, mips-idt.exp,
2199         mn10200-eval.exp, mn10300-eval.exp, netware.exp, powerpc-bug.exp,
2200         proelf.exp, rom68k.exp, sh.exp, slite.exp, sparclet.exp,
2201         tic80.exp, vr4100.exp, vr4300.exp, vr5000.exp: Remove.
2203         Remove the following old baseboard files:
2205         * arc-sim.exp, arm-ice.exp, arm-sim.exp, cf.exp, cygmon.exp,
2206         d10v-sim.exp, d10v.exp, danlite-elf.exp, dos.exp, fr30-cygmon.exp,
2207         fr30-elf.exp, frv-elf.exp, frv-tiger.exp, frv-tomcat.exp,
2208         h8300-sim.exp, h8300.exp, i386-bozo.exp, i960-cyclone.exp,
2209         i960-sim.exp, m32r-elf.exp, m32r-linux-sim.exp, m32r-sid.exp,
2210         m32r-sim.exp, m68hc11-sim.exp, m68k-emc.exp, mips-idt.exp,
2211         mips64-sim.exp, mips64vr4100-sim.exp, mn10200-cygmon.exp,
2212         mn10300-cygmon.exp, msparc-cygmon.exp, op50n.exp, powerpc-bug.exp,
2213         powerpc-bug1.exp, rom68k-idp.exp, sh-hms.exp, sparclet-aout.exp,
2214         sparclite-coff.exp, sparclite-cygmon.exp, strongarm-cygmon.exp,
2215         tic80-sim.exp, tx39-dve.exp, usparc-cygmon.exp, vr4100-ddb.exp,
2216         vr4300-ddb.exp, vr4300.exp, vr5000-ddb.exp, x86-cygmon.exp,
2217         xscale-cygmon.exp: Remove.
2219 2016-03-22  Ben Elliston  <bje@gnu.org>
2221         * lib/target.exp (only--Ls): Change '???' comment to a note. This
2222         isn't a serious shortcoming, but the comment should be retained.
2224 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2226         * baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists in
2227         the environment, use that as the spec file for bare metal testing.
2229 2016-03-22  Ben Elliston  <bje@gnu.org>
2231         * Makefile.am (config_DATA): Add config/aarch64-fv8.exp.
2232         * Makefile.in: Regenerate.
2234 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2236         * config/aarch64-fv8.exp: Add support for testing armv8 using the
2237         ARM Foundation Model.
2239 2016-03-21  Ben Elliston  <bje@gnu.org>
2241         * runtest.exp: Whitespace, comment and typo fixes.
2242         * lib/dejagnu.exp: Likewise.
2243         * lib/remote.exp: Likewise.
2244         * lib/utils.exp: Likewise.
2246 2016-03-21  Ben Elliston  <bje@gnu.org>
2248         * baseboards/mcore-moto-sim.exp: Remove old FIXME comment.
2249         * baseboards/mmixware-sim.exp: Likewise.
2250         * config/sim.exp: Likewise.
2251         * runtest.exp: Likewise.
2253 2016-03-21  Ben Elliston  <bje@gnu.org>
2255         * lib/dg.exp (dg-get-options): Clean up regular expression and
2256         remove FIXME comment about it.
2258 2016-03-20  Ben Elliston  <bje@gnu.org>
2260         * baseboards/i960-sim.exp: Remove stale ??? comment.
2261         * config/vxworks.exp: Likewise.
2263 2016-03-20  Ben Elliston  <bje@gnu.org>
2265         * runtest.exp: Load .dejagnurc last not first.
2266         (load_file): Update comment about Tcl 7.5a2.
2267         * doc/user.xml (Customizing DejaGnu): Document new search order
2268         for site.exp files.
2269         * doc/dejagnu.texi: Regenerate.
2270         * NEWS: Update.
2272 2016-03-20  Ben Elliston  <bje@gnu.org>
2274         * lib/dg.exp (dg-runtest): Improve arg naming to remove a FIXME.
2276 2016-03-20  Ben Elliston  <bje@gnu.org>
2278         * lib/dg.exp: Remove commented-out calls to send_user.
2280 2016-03-20  Ben Elliston  <bje@gnu.org>
2282         * runtest.exp (load_file): Remove old comment.
2284 2016-03-20  Ben Elliston  <bje@gnu.org>
2286         * lib/dg.exp (dg-test): There is no need to call unresolved to
2287         clear errcnt. Instead, pass 0 as argument 2 to perror.
2288         * runtest.exp (runtest): Likewise.
2290 2016-03-16  Ben Elliston  <bje@gnu.org>
2292         Revert this change (the GCC testsuite uses diff):
2294         2016-03-15  Ben Elliston  <bje@gnu.org>
2296         * lib/utils.exp (diff): Remove proc.
2297         * doc/ref.xml: Update documentation.
2298         * doc/dejagnu.texi: Regenerate.
2299         * NEWS: Update.
2301 2016-03-15  Ben Elliston  <bje@gnu.org>
2303         * testsuite/runtest.all/options.exp: Properly clean up log files
2304         left by the runtest under test.
2306 2016-03-15  Ben Elliston  <bje@gnu.org>
2308         * testsuite/runtest.all/load_lib.exp: Typo fixes.
2310 2016-03-15  Ben Elliston  <bje@gnu.org>
2312         * testsuite/runtest.all/options.exp: Add more tests.
2314 2016-03-15  Ben Elliston  <bje@gnu.org>
2316         * testsuite/libdejagnu/tunit.exp: Clean up.
2318 2016-03-15  Ben Elliston  <bje@gnu.org>
2320         * lib/utils.exp (diff): Remove proc.
2321         * doc/ref.xml: Update documentation.
2322         * doc/dejagnu.texi: Regenerate.
2323         * NEWS: Update.
2325 2016-03-15  Ben Elliston  <bje@gnu.org>
2327         Revert this change:
2328         2016-02-14  Steve Ellcey  <sellcey@mips.com>
2330         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2331         GCC_UNDER_TEST.
2332         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2334 2016-03-13  Ben Elliston  <bje@gnu.org>
2336         * lib/utils.exp: Whitespace fixes.
2338 2016-03-13  Ben Elliston  <bje@gnu.org>
2340         * lib/dg.exp (dg-process-target): Remove old commented code.
2341         * lib/dg.exp (dg-test): Likewise.
2343 2016-03-13  Ben Elliston  <bje@gnu.org>
2345         * lib/dg.exp: Improve top-of-file documentation.
2347 2016-03-05  Yvan Roux  <yvan.roux@linaro.org>
2349         * lib/remote.exp (remote_exec): Restore original timeout value.
2351 2016-03-04  Yvan Roux  <yvan.roux@linaro.org>
2353         * lib/remote.exp (standard_upload): Remove dead code.
2355 2016-02-24  Ben Elliston  <bje@gnu.org>
2357         * lib/utils.exp (prune): Restore this proc.
2358         * doc/ref.xml: Update documentation.
2359         * doc/dejagnu.texi: Regenerate.
2360         * NEWS: Update.
2362 2016-02-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2364         * lib/libgloss.exp (find_gdc): New proc.
2365         * lib/target.exp (default_target_compile): Add D support.
2366         * NEWS: Update.
2368 2016-02-20  Ben Elliston  <bje@gnu.org>
2370         * lib/utils.exp (diff): Replace calls to verbose followed by
2371         send_log with a single call to verbose -log. Remove additional
2372         newlines from the log messages.
2374 2016-02-20  Ben Elliston  <bje@gnu.org>
2376         * lib/utils.exp (getdirs): Ignore .git and .svn directories.
2378 2016-02-20  Ben Elliston  <bje@gnu.org>
2380         * lib/utils.exp: Improve comments.
2381         * NEWS: Update.
2383 2016-02-20  Ben Elliston  <bje@gnu.org>
2385         * lib/utils.exp (prune): Remove proc.
2386         * doc/ref.xml: Update documentation.
2387         * doc/dejagnu.texi: Regenerate.
2389 2016-02-20  Ben Elliston  <bje@gnu.org>
2391         * lib/utils.exp (slay): Remove proc.
2392         * doc/ref.xml: Update documentation.
2393         * doc/dejagnu.texi: Regenerate.
2395 2016-02-20  Ben Elliston  <bje@gnu.org>
2397         * lib/utils.exp (absolute): Remove proc.
2398         * doc/ref.xml: Update documentation.
2399         * doc/dejagnu.texi: Regenerate.
2401 2016-02-20  Ben Elliston  <bje@gnu.org>
2403         * lib/utils.exp (psource): Remove proc.
2404         * doc/ref.xml: Update documentation.
2405         * doc/dejagnu.texi: Regenerate.
2407 2016-02-20  Ben Elliston  <bje@gnu.org>
2409         * lib/targetdb.exp (board_info): Simplify return logic.
2411 2016-02-19  Ben Elliston  <bje@gnu.org>
2413         * configure.ac: Require Tcl version 8.5 at a minimum.
2414         * configure: Regenerate.
2416 2016-02-18  Ben Elliston  <bje@gnu.org>
2418         * configure.ac: Require Tcl version 8.6 at a minimum.
2419         * configure: Regenerate.
2421 2016-02-17  Ben Elliston  <bje@gnu.org>
2423         * runtest.exp: Tweak "Test run by .." output.
2425 2016-02-17  Ben Elliston  <bje@gnu.org>
2427         * lib/target.exp (default_target_compile): Do not pass -log to
2428         verbose when outputting the captured compiler/assembler/linker
2429         diagnostic output as it will already be in the .log file courtesy
2430         of Expect.
2432 2016-02-17  Ben Elliston  <bje@gnu.org>
2434         * runtest.exp: Enable --status by default.
2435         (runtest): Set exit status to 2 if there is any error sourcing
2436         the Tcl scripts.
2437         * lib/framework.exp (unknown): Likewise, set exit status to 2.
2438         * doc/runtest.1: Clarify exit status codes.
2439         * NEWS: Update.
2441 2016-02-17  Ben Elliston  <bje@gnu.org>
2443         * lib/remote.exp (local_exec): Call exp_continue until eof is
2444         matched.
2446 2016-02-16  Ben Elliston  <bje@gnu.org>
2448         * runtest.exp: Use the traditional exit codes when runtest is
2449         interrupted. This makes it possible to tell if runtest ran to
2450         completion or not. Suggested by Michael Chastain.
2452 2016-02-15  Ben Elliston  <bje@gnu.org>
2454         * TODO: Add ideas produced from Cauldron 2013.
2456 2016-02-15  Ben Elliston  <bje@gnu.org>
2458         * TODO: Update.
2460 2016-02-15  Ben Elliston  <bje@gnu.org>
2462         * lib/dg.exp (dg-test): Remove comment about proc unresolved not
2463         setting exit_status to 1 -- it does.
2465 2016-02-15  Ben Elliston  <bje@gnu.org>
2467         * lib/framework.exp (cleanup): Remove do-nothing proc.
2468         (log_and_exit): Remove call to cleanup.
2469         * doc/ref.xml: Remove documentation for cleanup.
2470         * doc/dejagnu.texi: Regenerate.
2472 2016-02-15  Ben Elliston  <bje@gnu.org>
2474         Reported by David Malcolm.
2475         * lib/dejagnu.exp (text): Allow angle brackets in test messages.
2477 2016-02-15  Ben Elliston  <bje@gnu.org>
2479         * config.guess: Update to version 2016-02-11.
2480         * config.sub: Update to version 2016-01-01.
2482 2016-02-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2484         * lib/remote.exp (remote_exec): Set global timeout for benefit of
2485         <remote>_exec.
2487 2016-02-14  Ben Elliston  <bje@gnu.org>
2489         * lib/remote.exp (local_exec): Improve comments.
2491 2016-02-14  Ben Elliston  <bje@gnu.org>
2493         * doc/runtest.1: Tweak.
2495 2016-02-14  Steve Ellcey  <sellcey@mips.com>
2497         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2498         GCC_UNDER_TEST.
2499         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2501 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2503         * lib/remote.exp (standard_file): Reverse return logic for remote
2504         exists case.
2506 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2508         * lib/remote.exp (standard_file); Add else clause.
2510 2016-01-16  Ben Elliston  <bje@gnu.org>
2512         * runtest.exp (runtest): Improve comment about --status.
2514 2016-01-12  Simon Marchi  <simon.marchi@ericsson.com>
2516         * lib/remote.exp (standard_file): The [ operator does not actually
2517         output anything. It returns 0 or 1 as its exit code, so "exit `[
2518         -f $file ]`" always expands to "exit " (equivalent to exit 0).
2519         Instead, use test(1) to check for file existence.
2521 2015-12-20  Ben Elliston  <bje@gnu.org>
2523         * doc/dejagnu.xml: Begin overhauling.
2524         * doc/ref.xml: Likewise.
2525         * doc/user.xml: Likewise.
2526         * doc/dejagnu.texi: Regenerate.
2528 2015-12-20  Ben Elliston  <bje@gnu.org>
2530         * doc/runtest.1: Miscellaneous minor improvements.
2532 2015-12-09  Yoshinori Sato  <ysato@users.sourceforge.jp>
2534         * Makefile.am (baseboard_DATA): Add missing rx-sim.exp.
2535         * Makefile.in: Regenerate.
2537 2015-11-16  Brooks Moses  <bmoses@google.com>
2539         * config/unix.exp: Add ability to set test timeout from site.exp.
2540         * doc/user.xml: Document new test_timeout variable in site.exp.
2541         * doc/dejagnu.texi: Regenerate.
2543 2015-11-16  Ben Elliston  <bje@gnu.org>
2545         * testsuite/runtest.all/options.exp: Re-enable --strace 1 test.
2547 2015-11-16  Ben Elliston  <bje@gnu.org>
2549         * testsuite/runtest.all/options.exp: Remove some commented code.
2551 2015-11-16  Ben Elliston  <bje@gnu.org>
2553         * runtest.exp: Refer to "DejaGnu version", not "Framework
2554         version" in --version output.
2555         * testsuite/runtest.all/options.exp: Update test case.
2557 2015-11-14  Ben Elliston  <bje@gnu.org>
2559         * runtest.exp (usage): Improve help text.
2561 2015-11-12  Ben Elliston  <bje@gnu.org>
2563         * runtest.exp (usage): Sort options in usage.
2565 2015-11-12  Ben Elliston  <bje@gnu.org>
2567         * lib/framework.exp (note): Remove old commented-out code.
2569 2015-11-11  Ben Elliston  <bje@gnu.org>
2571         * doc/user.xml (Summary File): 'untested', not 'runtested'.
2572         * doc/dejagnu.texi: Regenerate.
2574 2015-11-11  Michael Forney  <forney@google.com>
2576         * lib/target.exp (default_target_compile): Honor LDFLAGS_FOR_TARGET.
2578 2015-11-11  Ben Elliston  <bje@gnu.org>
2580         * doc/dejagnu.texi: Regenerate.
2582 2015-11-10  Ben Elliston  <bje@gnu.org>
2584         * doc/user.xml: Fix runtest output formatting in <programlisting>.
2586 2015-11-10  Ben Elliston  <bje@gnu.org>
2588         * doc/dejagnu.xml: Update month and year.
2589         * doc/user.xml: Lots of editorial fixes from Daniel Thibault
2590         <Daniel.Thibault@drdc-rddc.gc.ca>.
2592 2015-09-10  Robert Suchanek  <Robert.Suchanek@imgtec.com>
2594         * baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
2596 2015-07-30  Pedro Alves  <palves@redhat.com>
2598         * lib/remote.exp (close_wait_program): New procedure.
2599         (local_exec, standard_close): Use it.
2601 2015-05-23  Ben Elliston  <bje@gnu.org>
2603         * doc/dejagnu.xml: Fix broken URLs.
2604         * doc/dejagnu.texi: Regenerate.
2606 2015-05-23  Ben Elliston  <bje@gnu.org>
2608         * doc/user.xml: Fix 'crosscompilation'.
2610 2015-05-23  Ben Elliston  <bje@gnu.org>
2612         * doc/runtest.1 (log_dialog): Improve documentation.
2614 2015-05-16  Filipe Brandenburger  <filbranden@google.com>
2616         * configure.ac: Enable subdir-objects, require automake 1.14.
2617         * Makefile.in: Regenerate.
2619 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
2621         * doc/dejagnu.xml: Fix typos such as stray }'s and @samp{...},
2622         possibly introduced in a conversion of .texi to SGML Docbook.
2623         * doc/user.xml: Likewise.
2624         * doc/ref.xml: Likewise.
2625         * doc/dejagnu.texi: Regenerate.
2627 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
2629         * runtest.exp (runtest): Introduce new --log_dialog option.
2630         * doc/runtest.1: Document it.
2631         * doc/user.xml: Likewise.
2632         * doc/dejagnu.texi: Regenerate.
2634 2015-05-14  Steve Ellcey  <sellcey@imgtec.com>
2636         * baseboards/multi-sim.exp (get_library_dirlist): New.
2637         (dynamic_linker_flag): Use get_library_dirlist to find dynamic
2638         linker.
2639         (rpath_flags): Use get_library_dirlist to set rpath.
2641 2015-05-12  Steve Ellcey  <sellcey@imgtec.com>
2643         * baseboards/generic-sim.exp: Check $DEJAGNU_SIM_OPTION.
2645 2015-03-30  Ben Elliston  <bje@gnu.org>
2647         Revert the following change which causes breakage reported here:
2648         https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
2650         2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2652         * runtest.exp (runtest): Call reset_vars at initialisation so that
2653         perror does not affect test results in other test scripts.
2655 2015-02-26  H.J. Lu  <hjl.tools@gmail.com>
2657         * lib/target.exp (default_target_compile): Prepend multilib_flags,
2658         instead of appending it.
2660 2015-02-18  Ben Elliston  <bje@gnu.org>
2662         * lib/framework.exp (log_and_exit): Set tool to "testrun" if
2663         unset.
2665 2015-02-05  Ben Elliston  <bje@gnu.org>
2667         * doc/runtest.1: Fix a spelling error.
2669 2015-02-04  Ben Elliston  <bje@gnu.org>
2671         * config.guess: Update to version 2015-01-01.
2672         * config.sub: Likewise.
2674 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
2676         * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
2677         * Makefile.in: Regenerate.
2678         * baseboards/visium-sim.exp: New file.
2680 2014-11-25  Ben Elliston  <bje@gnu.org>
2682         * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
2683         Reported by David Malcolm.
2685 2014-10-28  Ben Elliston  <bje@gnu.org>
2687         * Makefile.in: Regenerate.
2689 2014-10-28  Ben Elliston  <bje@gnu.org>
2691         * example: Remove stale examples.
2693 2014-10-24  Steve Ellcey  <sellcey@mips.com>
2695         * dejagnu.h (pass): Make function static as well as inline.
2696         (xpass): Ditto.
2697         (fail): Ditto.
2698         (xfail): Ditto.
2699         (untested): Ditto.
2700         (unresolved): Ditto.
2701         (note): Ditto.
2702         (totals): Ditto.
2704 2014-10-14  Ben Elliston  <bje@gnu.org>
2706         * runtest.exp: Only match $directory, not *${directory}* when the
2707         user passes the --directory option. Reported by Sergey Alyoshin.
2709 2014-10-14  Ben Elliston  <bje@gnu.org>
2711         * lib/dejagnu.exp (host_execute): Remove buffer_full check. This
2712         is not the right command keyword -- it is full_buffer. Reported by
2713         David Malcolm.
2715 2014-07-15  Maciej W. Rozycki  <macro@mips.com>
2716             Maciej W. Rozycki  <macro@codesourcery.com>
2718         * lib/targetdb.exp (add_board_info): New procedure.
2719         * doc/ref.xml (Add_board_info Procedure): New section.
2720         (Set_board_info Procedure): Add description.
2721         (Unset_board_info Procedure): Likewise.
2722         * doc/user.xml (Board Config File Values): Add `add_board_info'
2723         reference.  Reorder `gdb_init_command' table rows and remove a
2724         duplicate entry, reusing it for `gdb_init_commands'.
2726 2014-06-25  Rob Savoye  <rob.savoye@linaro.org>
2728         * runtest.exp: (lookfor-file): Fix bug were none of the relative
2729         paths were actually being used for file lookup.
2731 2014-06-06  Ben Elliston  <bje@gnu.org>
2733         * depcomp, install-sh, missing: Update to latest versions.
2734         * mkinstalldirs: Remove.
2735         * Makefile.in: Regenerate.
2737 2014-06-04  Ben Elliston  <bje@gnu.org>
2739         * Makefile.in: Regenerate with Automake 1.14.1.
2740         * compile: Add missing file.
2742 2014-06-04  Ben Elliston  <bje@gnu.org>
2744         * config.guess: Update to version 2014-03-23.
2745         * config.sub: Likewise.
2747 2014-06-04  Ben Elliston  <bje@gnu.org>
2749         * aclocal.m4: Regenerate with Automake 1.14.1.
2750         * configure: Regenerate with Autoconf 2.69.
2752 2014-03-15  Steve Ellcey  <sellcey@mips.com>
2754         * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
2756 2014-02-23  Steve Ellcey  <sellcey@mips.com>
2757             Richard Sandiford  <rdsandiford@googlemail.com>
2759         * config/sim.exp (sim_exec): New.
2760         (sim_file): New.
2762 2013-12-08  Richard Sandiford  <rdsandiford@googlemail.com>
2764         * lib/dg.exp (dg-test): Don't put the expected and actual output
2765         of a pattern test in the test name; send it to the log instead.
2767 2013-11-01  Steve Ellcey  <sellcey@mips.com>
2769         * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
2770         * Makefile.in: Regenerate.
2771         * baseboards/multi-sim.exp: New.
2773 2013-10-31  Anton Kolesov  <anton.kolesov@synopsys.com>
2775         * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
2776         (remote_reboot): Add comment explaining return value of this procedure.
2777         * doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
2778         * doc/dejagnu.texi: Regenerate.
2780 2013-10-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2782         * baseboards/androideabi.exp (process_multilib_options): Add option.
2783         * config/adb.exp: Remove hardcoded -static option.
2784         (adb_load): Add the possibility to change the temp directory. Also
2785         handle permission potential problems.
2786         (adb_exec): Do cd to android_tmp_dir first.
2788 2013-10-05  Jose E. Marchesi  <jose.marchesi@oracle.com>
2790         * baseboards/unix.exp: Add gdb settings to not use hardware
2791         watchpoints in sparc64 running GNU/Linux.
2793 2013-06-17  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2795         * runtest.exp (libdirs): New global variable.
2796         (load_lib): Append libdirs to search_and_load_files directories.
2797         * doc/ref.xml (load_lib): Document global variable libdirs.
2798         * doc/dejagnu.texi: Regenerate.
2799         * testsuite/runtest.all/load_lib.exp: New testcase.
2800         * Makefile.am (TESTSUITE_FILES): Add new testcase.
2801         * Makefile.in: Regenerate.
2803 2013-06-15  Ben Elliston  <bje@gnu.org>
2805         * configure.ac: If DEJAGNU is unset, set it to /dev/null.
2806         * Makefile.am: Export DEJAGNU.
2807         * configure: Likewise.
2808         * Makefile.in: Regenerate.
2810 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2812         * doc/user.xml: Fix typos.
2813         * doc/ref.xml: Likewise.
2814         * doc/dejagnu.texi: Regenerate.
2816 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2818         * doc/user.xml: Fix number of columns in table.
2819         * doc/dejagnu.texi: Regenerate.
2821 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2823         * doc/user.xml: Fix rendering errors around programlisting.
2824         * doc/ref.xml: Likewise.
2825         * doc/dejagnu.texi: Regenerate.
2827 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2829         * doc/user.xml: Fix spacing before productname.
2830         * doc/dejagnu.texi: Regenerate.
2832 2013-06-12  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2834         * testsuite/runtest.all/default_procs.tcl (send_log): Use the
2835         magic "args" parameter name, as expect send_log proc accepts -- as
2836         a leading option.
2838 2013-06-08  Makoto Fujiwara  <makoto@ki.nu>
2840         * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
2841         (config_DATA): Likewise for config_SCRIPTS.
2842         (baseboard_DATA): Likewise for baseboard_SCRIPTS.
2843         (EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
2844         baseboard_SCRIPTS.
2845         * Makefile.in: Regenerate.
2847 2013-06-08  Ben Elliston  <bje@gnu.org>
2849         * configure: Regenerate with autoconf 2.69.
2850         * aclocal.m4: Regenerate.
2852 2013-03-31  Ben Elliston  <bje@gnu.org>
2854         * Makefile.am (html-local): Rename target from html.
2855         * Makefile.in: Regenerate with automake 1.12.6.
2856         * aclocal.m4: Likewise.
2857         * configure: Regenerate.
2859 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
2861         * TODO: Remove todo item about warncnt and errcnt.
2863 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
2865         * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
2867 2013-03-26  Ben Elliston  <bje@gnu.org>
2869         * config.guess: Update to version 2013-02-12.
2870         * config.sub: Likewise.
2872 2013-02-16  Rob Savoye  <rob@build.welcomehome.org>
2874         * config/adb.exp: Add adb_file so we can remotely delete test
2875         cases to save on limited disk space. Don't remove the file after
2876         executing it, leave that for the test driver instead.
2878 2013-02-15  Rob Savoye  <rob@welcomehome.org>
2880         * config/adb.exp: Remove the test case after executing
2881         it. Otherwise we can fill up all the diskspace on a small target
2882         pretty fast.
2884 2013-02-11  Rob Savoye  <rob@welcomehome.org>
2886         * baseboards/androideabi.exp: Board support for Android using ADB.
2887         * config/adb.exp: Config support for Android using ADB.
2888         * Makefile.am (dist): Add new config and board files.
2889         * aclocal.m4, Makefile.in, configure, example/calc/configure,
2890         example/mathhelper/configure: Regenerated with newer autotools.
2892 2012-12-05  Ben Elliston  <bje@gnu.org>
2894         * example/hello: Remove.
2895         * configure.ac: Likewise.
2896         * configure: Regenerate.
2898 2012-10-04  Steve Ellcey  <sellcey@mips.com>
2900         * Makefile.am (baseboard_SCRIPTS): Add new baseboards.
2901         * Makefile.in: Regenerate.
2902         * baseboards/mips-sim-mti32.exp: New.
2903         * baseboards/mips-sim-mti64.exp: New.
2904         * baseboards/mips-sim-mti64_n32.exp: New.
2905         * baseboards/mips-sim-mti64_64.exp: New.
2906         * baseboards/mips-sim-sde32.exp: New.
2907         * baseboards/mips-sim-sde64.exp: New.
2909 2012-10-04  Ben Elliston  <bje@gnu.org>
2911         * aclocal.m4: Regenerate with automake 1.11.3.
2912         * Makefile.in: Likewise.
2913         * configure: Regenerate with autoconf 2.68.
2915 2012-08-22  Steve Ellcey  <sellcey@mips.com>
2917         * baseboards/generic-sim.exp: New baseboard definition.
2919 2012-06-15  Andreas Schwab  <schwab@linux-m68k.org>
2921         * lib/framework.exp (clone_output): Protect from leading dash in
2922         $message.
2923         * runtest.exp (verbose): Likewise.
2925 2012-06-11  Tom Tromey  <tromey@redhat.com>
2927         * doc/runtest.1: Update.
2928         * runtest.exp (xml_file_name): New global.
2929         (usage): Update.
2930         Handle optional argument to --xml.
2931         * lib/framework.exp (open_logs): Respect xml_file_name.
2933 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2935         * runtest.exp (load_tool_init): Fix typo in -de option handling.
2937 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2939         * doc/runtest.1: Correct name of debug file.
2941 2012-02-25  Ben Elliston  <bje@gnu.org>
2943         * runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
2944         for runtest.exp as a last resort (for usrmove environments, where
2945         /bin is a link to /usr/bin). From Honza Horak <hhorak@redhat.com>.
2947 2011-12-30  Ben Elliston  <bje@gnu.org>
2949         * doc/user.xml: Various spelling and consistency fixes.
2950         * doc/ref.xml: Likewise.
2951         (exit_remote_shell): Remove, as this procedure is defunct.
2952         * doc/dejagnu.texi: Regenerate.
2954 2011-12-30  Ben Elliston  <bje@gnu.org>
2956         * config.guess: Update to version 2011-12-29.
2957         * config.sub: Update to version 2011-11-11.
2959 2011-06-30  Tom Tromey  <tromey@redhat.com>
2961         * doc/ref.xml: Document find_gfortran.
2962         * doc/dejagnu.texi: Regenerate.
2963         * lib/target.exp (default_target_compile): Handle f90.
2964         (default_target_compile): Likewise.
2965         * lib/libgloss.exp (find_gfortran): New proc.
2967 2011-06-30  Ben Elliston  <bje@gnu.org>
2969         * Makefile.am (all-local): New rule.
2970         * Makefile.in: Regenerate.
2972 2011-04-12  Ben Elliston  <bje@gnu.org>
2974         * config/vxworks.exp (vxworks_file): Use "file delete", not "exec
2975         rm", for better portability.
2976         * config/netware.exp (${board}_load): Likewise.
2977         * lib/dg.exp (dg-test): Likewise.
2978         * lib/framework.exp (open_logs): Likewise.
2979         * lib/remote.exp (standard_file): Likewise.
2980         * runtest.exp: Likewise.
2981         * testsuite/runtest.all/options.exp: Likewise.
2983 2011-03-15  Ben Elliston  <bje@gnu.org>
2985         * runtest.exp: Whitespace cleanups.
2986         * lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
2987         lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp,
2988         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Likewise.
2990 2011-03-15  Ben Elliston  <bje@gnu.org>
2992         * runtest: Remove trailing semicolons.
2993         * lib/rsh.exp: Likewise.
2995 2011-03-15  H.J. Lu  <hjl.tools@gmail.com>
2997         * lib/remote.exp (local_exec): Ignore SIGHUP.
2999 2011-03-14  Ben Elliston  <bje@gnu.org>
3001         * runtest.exp (frame_version): Set to 1.5.1.
3002         * configure.ac (AC_INIT): Set version to 1.5.1.
3003         * configure: Regenerate.
3004         * doc/dejagnu.xml (appversion, version): Set to 1.5.1.
3005         * doc/dejagnu.texi: Regenerate.
3007 2011-03-14  Ben Elliston  <bje@gnu.org>
3009         * dejagnu.h: Whitespace cleanups.
3011 2011-03-14  Ben Elliston  <bje@gnu.org>
3013         * baseboards/cris-sim.exp: Remove trailing semicolon(s).
3014         * baseboards/mt-sid.exp: Likewise.
3015         * baseboards/tx39-sim.exp: Likewise.
3016         * lib/target.exp (default_target_compile): Likewise.
3018 2011-03-14  Ben Elliston  <bje@gnu.org>
3020         Reported by Flash Sheridan <flash@pobox.com>:
3021         * doc/user.xml (Testing "Hello world" locally): Improve the
3022         example test script and make it robust to failures.  Tidy some
3023         formatting errors.
3024         * doc/dejagnu.texi: Regenerate.
3026 2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3028         * runtest.exp (runtest): Call reset_vars at initialisation so that
3029         perror does not affect test results in other test scripts.
3031 2011-03-09  Ben Elliston  <bje@gnu.org>
3033         * NEWS: Start a new section for post-1.5 changes.
3035 2011-03-09  Ben Elliston  <bje@gnu.org>
3037         * DejaGnu 1.5 released.
3039 2011-03-09  Ben Elliston  <bje@gnu.org>
3041         * Makefile.am (DISTCLEANFILES): Define.
3042         * Makefile.in: Regenerate.
3043         * testsuite/runtest.all/libs.exp: Clean up temp files on exit.
3044         * testsuite/runtest.all/options.exp: Likewise for dbg.log.
3045         * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file
3046         mkdir" instead of exec'ing mkdir(1).
3048 2011-03-07  Ben Elliston  <bje@gnu.org>
3050         * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE.
3051         * Makefile.in: Regenerate.
3053 2011-03-06  Ben Elliston  <bje@gnu.org>
3055         * configure.ac (AC_INIT): Set version to 1.5.
3056         * configure: Regenerate.
3057         * runtest.exp (frame_version): Set to 1.5.
3058         * doc/dejagnu.texi: Regenerate.
3060 2011-03-04  Ben Elliston  <bje@gnu.org>
3062         * texinfo.tex: Import latest version from ftp://tug.org/tex.
3064 2011-03-04  Ben Elliston  <bje@gnu.org>
3066         * Makefile.am (EXTRA_DIST): Correct name of historical ChangeLog.
3067         * Makefile.in: Regenerate.
3069 2011-03-03  Ben Elliston  <bje@gnu.org>
3071         * Makefile.am: Bump to GPL version 3.
3072         * configure.ac: Likewise.
3073         * Makefile.in: Regenerate.
3074         * aclocal.m4: Likewise.
3075         * configure: Likewise.
3077 2011-03-03  Ben Elliston  <bje@gnu.org>
3079         * config.guess: Update to most recent version.
3080         * config.sub: Likewise.
3082 2011-03-03  Ben Elliston  <bje@gnu.org>
3084         * lib/framework.exp (unknown): Rename the native Tcl ::unknown
3085         proc to ::tcl_unknown.  If ::tcl_unknown returns a failure result,
3086         then fall back to the conventional DejaGnu handling.  Report from
3087         David Byron <dbyron@dbyron.com>.
3089 2011-03-03  Maciej W. Rozycki  <macro@codesourcery.com>
3091         * lib/remote.exp (remote_expect): Pass all exception conditions up
3092         to the caller.
3094 2011-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3096         * lib/dg.exp (dg-test): Support nested calls.
3098 2010-04-13  Ben Elliston  <bje@gnu.org>
3100         * testglue.c: Remove duplicated prototypes for abort and exit.
3102 2010-03-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3104         * doc/user.xml (Tcl Variables For Command Line Options): Correct
3105         column count.
3107 2010-01-21  Jie Zhang  <jie.zhang@analog.com>
3109         * config/gdb-comm.exp (gdb_comm_load): Set breakpoints after load.
3111 2010-01-15  Anthony Green  <green@moxielogic.com>
3113         * baseboards/moxie-sim.exp: New baseboard.
3115 2009-12-10  DJ Delorie  <dj@redhat.com>
3117         * baseboards/rx-sim.exp: New baseboard.
3119 2009-10-15  Ben Elliston  <bje@gnu.org>
3121         * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide.
3122         This web page has disappeared.
3124 2009-07-06  Ben Elliston  <bje@gnu.org>
3126         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Mark up options with
3127         <option> not <emphasis>.  Apply other grammatical fixes from
3128         Reuben Thomas.
3129         * doc/dejagnu.texi: Regenerate.
3131 2009-07-06  Ben Elliston  <bje@gnu.org>
3133         * configure.ac: Check for docbook2x-texi.
3134         * configure: Regenerate.
3136 2009-07-06  Ben Elliston  <bje@gnu.org>
3138         From Reuben Thomas  <rrt@sc3d.org>:
3139         * doc/runtest.1: Fix some formatting issues.
3141 2009-06-16  Ben Elliston  <bje@gnu.org>
3143         * config.guess: Update to most recent version.
3144         * config.sub: Likewise.
3146 2009-06-16  Ben Elliston  <bje@gnu.org>
3148         * Makefile.am (rpm, deb, solpkg, hpdepot): Remove targets.
3149         * Makefile.in: Regenerate.
3150         * packaging: Remove directory and its contents.
3152 2009-06-10  Maciej W. Rozycki  <macro@codesourcery.com>
3154         * config/gdb-comm.exp (gdb_comm_add_breakpoint): Handle pending
3155         breakpoints.
3157 2008-12-03  Ben Elliston  <bje@gnu.org>
3159         * COPYING: Update to GPL version 3.
3161 2008-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3163         * doc/ref.xml, doc/user.xml: Fix typos.
3164         * doc/dejagnu.texi: Regenerate.
3166 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3168         * Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
3169         * Makefile.in: Regenerate.
3170         * dejagnu.exp (host_execute): Improve regexp matching.
3171         * testsuite/libdejagnu/unit.cc: C++ fixes.
3173 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3175         * lib/utils.exp (diff): Open both files as binary.
3177 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3179         * dejagnu.h (totals): Correct typos.
3181 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3183         * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
3184         * doc/dejagnu.texi: Regenerate.
3186 2008-02-25  Ben Elliston  <bje@gnu.org>
3188         * doc/runtest.1: Update date of last revision.
3190 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3192         * baseboards/h8300.exp: Use -- before switch argument that may
3193         begin with "-".
3194         * baseboards/cris-sim.exp: Ditto.
3196 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3198         * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp,
3199         iq2000-sim.exp and m32r-linux-sim.exp.
3200         * Makefile.in: Regenerate.
3202 2008-02-08  Ben Elliston  <bje@gnu.org>
3204         * baseboards/cris-sim.exp: Fix MS-DOS line termination.
3206 2007-12-28  Joseph Myers  <joseph@codesourcery.com>
3208         * lib/target.exp (default_link): Initialize nobjects before use.
3210 2007-12-06  Ben Elliston  <bje@gnu.org>
3212         * lib/dg.exp (dg_bogus): Comment fix.
3214 2007-10-31  DJ Delorie  <dj@redhat.com>
3216         * lib/framework.exp (open_logs): Line buffer the .sum file.
3218 2007-09-04  Matt Kraai  <kraai@ftbfs.org>
3220         * doc/user.xml (Configuration): Fix typos.
3221         * doc/dejagnu.texi: Regenerate.
3223 2007-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
3225         * lib/remote.exp (standard_send): Correct quoting.
3227 2007-05-17  Ben Elliston  <bje@gnu.org>
3229         * doc/user.xml: Correct the syntax for running apt-get on a Debian
3230         GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
3232 2007-04-30  Bob Wilson  <bob.wilson@acm.org>
3234         * baseboards/xtensa-sim.exp: Set target_install.  Stop using
3235         basic-sim.exp.  Run the simulator with --turbo option.  Replace
3236         needs_status_wrapper with the simulator's --exit_with_target_code
3237         option.
3239 2006-10-15  Rob Savoye  <rob@bertha.welcomehome.org>
3241         * dejagnu.h: Add support for for expected failures and
3242         unexpected successes.
3244 2005-05-06  Andrew Fyfe <a.fyfe@tiscali.co.uk>
3246         * doc/Makefile.am: Fix install path for man page.
3247         * Makefiles: Regenerated.
3249 2006-08-29  Ben Elliston  <bje@gnu.org>
3251         * runtest.exp (usage): Use "triplet" instead of "config name".
3253 2006-07-13  Daniel Jacobowitz  <dan@codesourcery.com>
3255         * Makefile.am (DOCBOOK2RTF): Fix typo.
3256         * Makefile.in: Regenerated.
3257         * lib/libgloss.exp (process_multilib_options): Use -- to handle
3258         options starting with hyphens.
3260 2006-06-23  Eric Botcazou  <ebotcazou@adacore.com>
3262         * libgloss.exp (find_gnatmake): Rewrite.
3264 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
3266         * rsh.exp (rsh_exec): Handle inp and outp arguments.  Use
3267         local_exec to run rsh.  Return failure if rsh times out.
3268         * remote.exp (local_exec): Handle "|& cat" we added when deciding
3269         whether to return output.
3271 2006-06-09  Ben Elliston  <bje@gnu.org>
3273         * baseboards/cris-sim.exp: Use Tcl fall-through syntax for
3274         multiple cases, not a list (case uses lists, switch does not).
3275         Pass -glob to switch where applicable to emulate case behaviour.
3276         * baseboards/h8300.exp: Likewise.
3277         * lib/framework.exp (clone_output): Likewise.
3278         (clear_xfail): Likewise.
3279         (clear_kfail): Likewise.
3280         * lib/libgloss.exp (process_multilib_options): Likewise.
3281         * runtest.exp: Likewise.
3283 2006-06-06  Ben Elliston  <bje@gnu.org>
3285         * Makefile.am (CONTRIB): New.
3286         (EXTRA_DIST): Add $(CONTRIB).
3287         (doc/dejagnu.texi): Set directory-category param to docbook2texi.
3288         * Makefile.in: Regenerate.
3289         * doc/dejagnu.texi: Likewise.
3291 2006-06-06  Ben Elliston  <bje@gnu.org>
3293         * runtest.exp (load_lib): Typo fix.
3295 2006-06-06  Ben Elliston  <bje@gnu.org>
3297         * dejagnu.h: Tidy comments.
3298         (_BUFFER_SIZE_): Remove to minimise namespace pollution.
3299         (wait): Define this function unconditionally.  Conditionally
3300         compile the function body if _DEJAGNU_WAIT_ is defined.
3301         (buffer): Set the buffer size explicitly.
3302         (pass): Use sizeof (buffer).  Call wait() unconditionally.
3303         (fail, untested, unresolved, note): Likewise.
3304         (enum teststate): Tidy whitespace.
3306 2006-06-06  Ben Elliston  <bje@gnu.org>
3308         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.
3309         * doc/dejagnu.texi: Regenerate.
3311 2006-06-06  Ben Elliston  <bje@gnu.org>
3313         Import from GCC tree:
3314         2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
3315                     Mike Stump  <mrs@apple.com>
3317         * compare_tests: Handle multilibs better.
3319 2006-06-06  Ben Elliston  <bje@gnu.org>
3321         * doc/dejagnu.texi: Regnerate using Docbook2X 0.8.7.
3323         * configure.ac: Check for docbook2texi, not docbook2x-texi.  The
3324         wrapper script changed its name again in the latest release.
3325         * configure: Regenerate.
3326         * Makefile.am (DOCBOOK2X_TEXI): Rename from this ..
3327         (DOCBOOK2TEXI): .. to this.
3328         (doc/dejagnu.texi): Do not use output-file parameter to deposit
3329         the .texi file into the source directory; use mv(1) instead. Set
3330         directory-description parameter.
3331         * Makefile.in: Likewise.
3333 2006-06-02  Ben Elliston  <bje@gnu.org>
3335         * config/sim.exp (sim_upload): Match up argument names.
3337 2006-06-02  Ben Elliston  <bje@gnu.org>
3339         * config.guess: Update to most recent version.
3340         * config.sub: Likewise.
3342 2006-06-02  Ben Elliston  <bje@gnu.org>
3344         * config/dos.exp (dos_open): Only run global board_info once at
3345         the beginning of the proc; remove duplicates.
3346         (dos_load): Use file join to separate path components.
3347         (dos_copy_upload): Likewise.
3348         * lib/remote.exp (call_remote): Use error, not "blooie" to trigger
3349         an error.
3351 2006-06-02  Ben Elliston  <bje@gnu.org>
3353         * contrib/compare_tests: Import from the GCC contrib directory.
3355 2006-05-24  Ben Elliston  <bje@gnu.org>
3357         * runtest.exp (verbose): Brace some expressions.
3358         (load_file, search_and_load_file): Likewise.
3359         (runtest): Likewise.
3361 2006-05-23  Ben Elliston  <bje@gnu.org>
3363         * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.
3364         * config/i960.exp (i960_spawn): Initialise status.
3365         * config/netware.exp (${board}_init): Brace some if expressions.
3366         * lib/dg.exp (dg-test): Brace some expressions.
3367         * lib/framework.exp (clone_output, log_and_exit, log_summary,
3368         record_test, pass, fail): Likewise.
3369         * lib/libgloss.exp (get_multilibs): Likewise.
3370         * lib/remote.exp (standard_transmit, unix_clean_filename,
3371         remote_load, check_for_board_status, remote_expect): Likewise.
3372         * lib/rsh.exp (rsh_exec): Likewise.
3374 2006-05-22  Ben Elliston  <bje@gnu.org>
3376         * baseboards/cris-sim.exp: Use switch, not case.
3377         * baseboards/h8300.exp: Likewise.
3378         * config/base68k.exp (base68k_ld): Brace an if expression.
3380 2006-05-22  Ben Elliston  <bje@gnu.org>
3382         * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,
3383         baseboards/cris-sim.exp, baseboards/i960-cyclone.exp,
3384         baseboards/mcore-moto-sim.exp, baseboards/mips64vr4100-sim.exp,
3385         baseboards/mmixware-sim.exp, baseboards/op50n.exp,
3386         baseboards/rom68k-idp.exp, baseboards/sparclite-sim-le.exp,
3387         baseboards/usparc-cygmon.exp, config/base-config.exp,
3388         config/base68k.exp, config/ddb-ether.exp, config/ddb.exp,
3389         config/dos.exp, config/gdb-comm.exp, config/gdb_stub.exp,
3390         config/i386-bozo.exp, config/i960.exp, config/m68k-emc.exp,
3391         config/netware.exp, config/sid.exp, config/sim.exp,
3392         config/tic80.exp, config/unix.exp, config/vxworks.exp,
3393         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3394         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
3395         lib/rlogin.exp, lib/rsh.exp, lib/target.exp, lib/targetdb.exp,
3396         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Put braces around if
3397         expressions throughout.
3399 2006-05-22  Ben Elliston  <bje@gnu.org>
3401         * lib/framework.exp (open_logs): Use file join where applicable.
3402         * lib/libgloss.exp (libgloss_link_flags, newlib_link_flags,
3403         newlib_include_flags, g++_link_flags, libstdc++_link_flags,
3404         get_multilibs, winsup_include_flags, winsup_link_flags): Likewise.
3405         * lib/utils.exp (which): Likewise.
3406         * runtest.exp (search_and_load_file, lookfor_file,
3407         load_tool_init): Likewise.
3409         * lib/debugger.exp (watcharray): Add `array' parameter.  Rename
3410         `type' parameter to `op' and update all uses in the proc.
3411         (watchvar): Add `ignore' parameter for scalar variables.
3412         Likewise, rename `type' to `op' and update throughout the proc.
3414         * runtest.exp: Use switch, not case.
3415         * lib/framework.exp (clone_output): Likewise.
3416         (clear_xfail): Likewise.
3417         (clear_kfail): Likewise.
3418         (set_warning_threshold): Make warning_threshold global.
3419         (get_warning_threshold): Likewise.
3420         * lib/libgloss.exp (process_multilib_options): Use switch, not
3421         case.
3422         * lib/remote.exp (local_exec): Only run global errorInfo once.
3423         (standard_upload): Fix error in variable use ($file -> $srcfile).
3424         * lib/utils.exp (grep): Use switch, not case.
3425         (slay): Fix mismatched bracket.
3427         * lib/debugger.exp (watcharray): Use switch, not case.
3428         (watchvar): Likewise.
3429         (bt): Add an explanatory comment.
3431 2006-04-03  Ben Elliston  <bje@gnu.org>
3433         * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
3434         lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
3435         lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
3437 2006-01-02  Ben Elliston  <bje@gnu.org>
3439         * configure.ac (AC_INIT): Set version to 1.4.99.
3440         * configure: Regenerate.
3442 2006-01-01  Ben Elliston  <bje@gnu.org>
3444         * testsuite/runtest.all/utils.test: Add runtest_file_p.
3446 2006-01-01  Ben Elliston  <bje@gnu.org>
3448         * runtest.exp (frame_version): Set to 1.4.99.
3450 2006-01-01  Ben Elliston  <bje@gnu.org>
3452         * dejagnu.h: Update copyright notice.  Use C-style /* .. */
3453         comments for portability with ISO C compilers.
3454         * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.
3456 2006-01-01  Ben Elliston  <bje@gnu.org>
3458         * runtest.exp: Update copyright notice.
3459         * example/calc/testsuite/calc.test/calc.exp: Likewise.
3460         * example/calc/testsuite/config/unix.exp: Likewise.
3461         * testsuite/libdejagnu/tunit.exp: Likewise.
3462         * testsuite/runtest.all/libs.exp: Likewise.
3463         * testsuite/runtest.all/options.exp: Likewise.
3464         * testsuite/runtest.all/stats-sub.exp: Likewise.
3465         * testsuite/runtest.all/stats.exp: Likewise.
3467 2006-01-01  Ben Elliston  <bje@gnu.org>
3469         * config/default.exp, config/unix.exp, config/vxworks.exp,
3470         lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp,
3471         lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp:
3472         Formatting fixes.
3473         * dejagnu.h, testsuite/config/default.exp,
3474         testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp,
3475         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
3476         testsuite/runtest.all/options.exp,
3477         testsuite/runtest.all/stats-sub.exp,
3478         testsuite/runtest.all/stats.exp: Update copyright notice and FSF
3479         office address. Remove bug reporting address, as it is now
3480         maintained centrally in the README file.
3482 2005-12-31  Ben Elliston  <bje@gnu.org>
3484         * testsuite/runtest.all/utils.test: Don't bother mentioning
3485         absolute, psource, prune and slay as untested procedures.
3487 2005-12-31  Ben Elliston  <bje@gnu.org>
3489         * doc/ref.xml (Utility Procedures): Note that the following
3490         procedures are deprecated: absolute, psource, prune, slay.
3491         * NEWS: Likewise.
3492         * doc/dejagnu.texi: Regenerate.
3494 2005-12-24  Ben Elliston  <bje@gnu.org>
3496         * Makefile.am (doc/dejagnu.texi): Don't use shell redirection, in
3497         case the command fails and zeroes the Texinfo source file.  Move
3498         the output (if successful) by its default filename using mv(1).
3499         * Makefile.in: Regenerate.
3501 2005-12-24  Ben Elliston  <bje@gnu.org>
3503         * configure.ac (DOCBOOK2X_TEXI): Add search for this program.
3504         * configure: Regenerate.
3505         * Makefile.am (DOCBOOK2PDF, DOCBOOK2RTF, DOCBOOK2PS): New.
3506         (DOCBOOK2HTML, DOCBOOK2X_TEXI): Likewise.
3507         (dejagnu.pdf): Use $(DOCBOOK2PDF).
3508         (dejagnu.ps): Likewise, use $(DOCBOOK2PS).
3509         (dejagnu.rtf): Likewise, use $(DOCBOOK2RTF).
3510         (html): Likewise, use $(DOCBOOK2HTML).
3511         (doc/dejagnu.texi): Produce using the docbook2x-texi wrapper,
3512         which is much simpler. Likewise, use $(DOCBOOK2X_TEXI).
3513         * Makefile.in: Regenerate.
3515 2005-12-24  Ben Elliston  <bje@gnu.org>
3517         * Makefile.am (EXTRA_DIST): Remove $(PACKAGING_METAFILES).
3518         (XML): Remove $(srcdir) from each filename; VPATH suffices.
3519         (PACKAGING_METAFILES): Remove.
3520         * Makefile.in: Regenerate.
3522 2005-12-24  Ben Elliston  <bje@gnu.org>
3524         * README: Rewrite.
3526 2005-12-24  Ben Elliston  <bje@gnu.org>
3528         * COPYING: Update.
3530 2005-12-24  Ben Elliston  <bje@gnu.org>
3532         * testsuite/libdejagnu/tunit.exp: Don't change to a non-existent
3533         subdirectory.
3535 2005-12-24  Ben Elliston  <bje@gnu.org>
3537         * Makefile.am (RUNTEST): Simplify, as Automake already generates
3538         similar logic in Makefile.in.
3539         * Makefile.in: Regenerate.
3541 2005-12-24  Ben Elliston  <bje@gnu.org>
3543         * Makefile.am (RUNTESTDEFAULTFLAGS): Omit --tool so that
3544         libdejagnu tests are run too.
3545         * Makefile.in: Regenerate.
3547 2005-12-24  Ben Elliston  <bje@gnu.org>
3549         * configure: Regenerate.
3551         * lib/remote.exp: Tidy.
3552         * lib/targetdb.exp: Likewise.
3553         * lib/target.exp (prune_warnings): Improve comments.
3554         * lib/dejagnu.exp: Likewise.
3555         * lib/utils.exp: Likewise.
3557         * NEWS: Update.
3559 2005-12-24  Ben Elliston  <bje@gnu.org>
3561         * doc/dejagnu.xml: Don't use apostrophes in section titles.
3562         * doc/dejagnu.texi: Regenerate.
3564 2005-12-24  Ben Elliston  <bje@gnu.org>
3566         * Makefile.am (XML): Include $(srcdir) in filenames.
3567         * Makefile.in: Regenerate.
3569 2005-12-24  Ben Elliston  <bje@gnu.org>
3571         * doc/C/Makefile.am: Remove.
3572         * doc/C/Makefile.in: Likewise.
3574         * Makefile.am (SUBDIRS): Remove.
3575         (EXTRA_DIST): Append $(XML).
3576         (dist_man_MANS): Define.
3577         (info_TEXINFOS): Likewise.
3578         (XML): List XML source files.
3579         (dejagnu.pdf): New target.
3580         (dejagnu.ps): Likewise.
3581         (dejagnu.rtf): Likewise.
3582         (html): Likewise.
3583         (dejagnu.texi): Special rule to build Texinfo source.
3584         * Makefile.in: Regenerate.
3585         * configure.ac: Don't search for docbook2dvi.
3586         Search for docbook2rtf and docbook2pdf.
3587         Don't output doc/Makefile or doc/C/Makefile.
3588         * configure: Regenerate.
3589         * doc/texinfo.tex: Move from here ..
3590         * texinfo.tex: .. to here.
3591         * doc/Makefile.am: Remove.
3592         * doc/Makefile.in: Likewise.
3593         * doc/C/dejagnu.omf: Likewise.
3594         * doc/C/topic.dat: Likewise.
3595         * doc/C/dejagnu.xml: Move from here ..
3596         * doc/dejagnu.xml: .. to here.
3597         * doc/C/legal.xml: Move from here ..
3598         * doc/legal.xml: .. to here.
3599         * doc/C/ref.xml: Move from here ..
3600         * doc/ref.xml: .. to here.
3601         * doc/C/user.xml: Move from here ..
3602         * doc/user.xml: .. to here.
3603         * doc/dejagnu.texi: Rebuild from XML source.
3605 2005-12-23  Ben Elliston  <bje@gnu.org>
3607         * doc/runtest.1: Update manual page.
3609 2005-12-23  Ben Elliston  <bje@gnu.org>
3611         * doc/overview.sgml: Remove in favour of XML versions.
3612         * doc/ref.sgml: Ditto.
3613         * doc/user.sgml: Ditto.
3614         * doc/texinfo.tex: Import new version.
3616 2005-12-20  Ben Elliston  <bje@gnu.org>
3618         * Makefile.am (SUBDIRS): Remove testsuite, example.
3619         (EXTRA_DIST): Add $(TESTSUITE_FILES).
3620         (TESTSUITE_FILES): New.
3621         (RUNTEST, RUNTESTDEFAULTFLAGS): New.
3622         (AM_CXXFLAGS): Set.
3623         (check_PROGRAMS): New.
3624         (unit_SOURCES): New.
3625         * Makefile.in: Regenerate.
3626         * configure.ac (AC_OUTPUT): Don't output example/Makefile,
3627         testsuite/Makefile or testsuite/libdejagnu/Makefile.
3628         * configure: Regenerate.
3629         * testsuite/Makefile.am: Remove.
3630         * testsuite/Makefile.in: Likewise.
3631         * testsuite/libdejagnu/Makefile.am: Likewise.
3632         * testsuite/libdejagnu/Makefile.in: Likewise.
3634 2005-12-20  Ben Elliston  <bje@gnu.org>
3636         * Makefile.am (baseboard_SCRIPTS): Rename ms1->mt.
3637         * Makefile.in: Regenerate.
3639 2005-12-20  Ben Elliston  <bje@gnu.org>
3641         * configure: Regenerate with autoconf 2.59.
3642         * aclocal.m4: Regenerate with aclocal 1.9.6.
3643         * Makefile.in: Regenerate with automake 1.9.6.
3644         * doc/Makefile.in: Likewise.
3645         * doc/C/Makefile.in: Likewise.
3646         * example/Makefile.in: Likewise.
3647         * testsuite/Makefile.in: Likewise.
3648         * testsuite/libdejagnu/Makefile.in: Likewise.
3650 2005-12-20  Nathan Sidwell  <nathan@codesourcery.com>
3652         * baseboards/ms1-sid.exp: Rename from this ..
3653         * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within.
3655 2005-12-20  Ben Elliston  <bje@gnu.org>
3657         * config.guess: Update to most recent version.
3658         * config.sub: Likewise.
3660 2005-09-24  Ben Elliston  <bje@gnu.org>
3662         * packaging/pkg/pkginfo (EMAIL): Update mail address.
3664         * lib/rsh.exp: Tidy comments.
3666 2005-07-07  Ben Elliston  <bje@gnu.org>
3668         * lib/telnet.exp (telnet_transmit): Remove; use standard method.
3670 2005-07-07  Ben Elliston  <bje@gnu.org>
3672         * Makefile.am (baseboard_SCRIPTS): Add ms1-sid.exp.
3673         * Makefile.in: Regenerate.
3675 2005-07-06  Ben Elliston  <bje@gnu.org>
3677         * lib/tip.exp (tip_open): Improve comments.
3678         (tip_download): Likewise.
3680 2005-07-06  Ben Elliston  <bje@gnu.org>
3682         * lib/telnet.exp (telnet_open): Improve option handling.  Clarify
3683         documentation for each proc.
3685 2005-07-06  Ben Elliston  <bje@gnu.org>
3687         * aclocal.m4: Regenerate with aclocal 1.9.
3688         * configure: Regenerate with autoconf 2.59.
3689         * doc/C/Makefile.am: Remove stray include.
3690         * Makefile.in, doc/Makefile.in, doc/C/Makefile.in,
3691         example/Makefile.in, testsuite/Makefile.in,
3692         testsuite/libdejagnu/Makefile.in: Regenerate with automake 1.9.
3694 2005-07-06  Ben Elliston  <bje@gnu.org>
3696         Import some missing hunks from this patch on sourceware:
3698         2004-11-11  Nick Clifton  <nickc@redhat.com>
3700         * lib/libgloss.exp (libio_include_flags, g++_include_flags,
3701         winsup_include_flags): Revert previous patch, restoring the use of
3702         -I, for all libraries except newlib.  Newlib needs -isystem to
3703         avoid the problems with <limits.h> but the C++ and winsup
3704         libraries need -I because -isystem generates an implicit 'extern
3705         "C"' which may not be appropriate for certain targets.
3707 2005-07-06  Aldy Hernandez  <aldyh@redhat.com>
3709         * baseboards/ms1-sid.exp: New.
3711 2005-07-01  Ben Elliston  <bje@gnu.org>
3713         Unify some changes with the 1.4 branch:
3715         2004-10-28  Nick Clifton  <nickc@redhat.com>
3716         * baseboards/iq2000-sim.exp: New file.
3718         2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3719         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
3720         noresults to zero.
3722         2004-05-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
3723         * baseboards/m32r-linux-sim.exp: Add New file.
3725 2005-06-24  Ben Elliston  <bje@gnu.org>
3727         * MAINTAINERS: Update my email address.
3729 2005-06-24  Ben Elliston  <bje@gnu.org>
3731         * Update the FSF's physical address throughout.
3733 2005-06-22  Ben Elliston  <bje@gnu.org>
3735         * config.guess: Update to most recent version.
3736         * config.sub: Likewise.
3738 2005-04-28  Mark Kettenis  <kettenis@gnu.org>
3740         * lib/target.exp (prune_warnings): Add a few more linker
3741         warning patterns for OpenBSD.
3743 2005-03-20  Mark Kettenis  <kettenis@gnu.org>
3745         * lib/target.exp (prune_warnings): Add linker warning patterns for
3746         OpenBSD.
3748 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3750         * baseboards/cris-sim.exp: New file.
3752 2004-11-19  Nick Clifton  <nickc@redhat.com>
3754         * lib/libgloss.exp (newlib_include_flags): Document why -isystem
3755         is used instead of -I.
3756         (libio_include_flags): Use -I instead of -isystem and
3757         document why.
3758         (g++_include_flags): Use -I instead of -isystem.
3759         (libstdc++_include_flags): Likewise.
3761 2004-11-04  Ben Elliston  <bje@gnu.org>
3763         * lib/dg.exp (dg-test): If a `dg-do run' test fails to compile,
3764         mark the test as unresolved, rather than warning.
3766 2004-10-27  Nick Clifton  <nickc@redhat.com>
3768         * baseboards/iq2000-sim.exp: New file.
3770 2004-08-20  Daniel Jacobowitz  <dan@debian.org>
3772         * testglue.c: Prototype abort(3) and exit(3).
3774 2004-08-14  Paul Brook  <paul@codesourcery.com>
3776         * config/sim.exp (sim_download, sim_upload): New procs.
3778 2004-06-30  Ben Elliston  <bje@gnu.org>
3780         * config.guess: Update to current revision.
3781         * config.sub: Likewise.
3783 2004-06-12  Ben Elliston  <bje@gnu.org>
3785         * config.guess: Update to current revision.
3786         * config.sub: Likewise.
3788 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3790         * testglue.c: Prototype abort and exit.
3792 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3794         * baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
3795         string.
3797 Tue Feb 25 05:19:57 UTC 2003  Brendan Conoboy  <blc@@redhat.com>
3799         * lib/remote.exp (call_remote): Remove multilibs from the board
3800         name when rebooting a board.
3802 2004-06-03  Alexandre Oliva  <aoliva@redhat.com>
3804         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
3805         noresults to zero.
3807 2004-06-07  Ben Elliston  <bje@gnu.org>
3809         * lib/libgloss.exp (build_wrapper): Remove redundant set command.
3811 2004-03-29  Joel Brobecker  <brobecker@gnat.com>
3813         * lib/libgloss.exp (find_gnatmake): New procedure.
3814         * lib/target.exp (default_target_compile): Add support for Ada.
3816 2004-04-16  Kazuhiro Inaoka  <inaoka dot kazuhiro at renesas dot com>
3818         * baseboards/m32r-linux-sim.exp: Add New file.
3820 2004-04-02  Rob Savoye  <rob@direwolf.welcomehome.org>
3822         * configure.ac, example/Makefile.am: Add example/mathhelper.
3823         * configure, alocal.m4, example/Makefile.in: Regenerated.
3825 2004-04-02 Joel Sherrill <joel@OARcorp.com>
3827         * example/mathhelper: New example for using the unit testing API.
3829 2004-03-05  Daniel Jacobowitz  <drow@mvista.com>
3831         * lib/remote.exp (standard_spawn): Fix rsh username support.
3833 2004-03-06  Rob Savoye  <rob@althea.welcomehome.org>
3835         * doc/C: New directory for DocBook XML files.
3836         * doc/C/dejagnu.omf: New config file for scrollkeeper.
3837         * doc/C/topic.dat: New config file for the GNOME help system.
3838         * doc/C/dejagnu.xml: DocBook XML formatted verion of what was
3839         overview.sgml.
3840         * doc/C/ref.xml: DocBook XML formatted verion of what was
3841         ref.sgml.
3842         * doc/C/user.xml: DocBook XML formatted verion of what was
3843         user.sgml.
3845 2004-02-17  Ben Elliston  <bje@wasabisystems.com>
3847         * runtest.exp: Do not trap SIGSEGV.
3849 2004-02-16  Ben Elliston  <bje@wasabisystems.com>
3851         * configure.ac: Update AC_INIT and AM_INIT_AUTOMAKE invocations.
3852         * configure: Regenerate.
3854 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3856         * doc/runtest.1: Improve some wording. Update last revision date.
3858 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3860         * NEWS: Document yesterday's work.
3862         * runtest: Improve comments.
3864 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3866         * TODO: Update.
3868         * testsuite/libdejagnu/unit.cc: Conform with GNU coding standard.
3870 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3872         * configure.ac: Quote strings throughout in good Autoconf style.
3873         Remove AC_PROG_YACC invocation. Search for docbook2dvi, et al and
3874         expect using AC_PATH_PROG. Remove DJ_AC_PATH_DOCBOOK in favour of
3875         existing macros. Remove stale BOARDS and CONFIG substs. Ensure Tcl
3876         is at version 8.3 or greater.
3877         * configure: Regenerate.
3878         * acinclude.m4: Remove.
3879         * aclocal.m4: Regenerate.
3880         * Makefile.in: Likewise.
3881         * doc/Makefile.am (%.pdf: %.sgml): Use $(DOCBOOK2PDF).
3882         (%.dvi: %.sgml): Use $(DOCBOOK2DVI).
3883         (%.html: %.sgml): Use $(DOCBOOK2HTML).
3884         * doc/Makefile.in: Regenerate.
3885         * example/Makefile.in: Likewise.
3886         * testsuite/Makefile.in: Likewise.
3887         * testsuite/libdejagnu/Makefile.in: Likewise.
3888         * TODO: Update.
3890 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
3892         * baseboards/cf.exp: Use -T instead of -Wl,-T for ldscript.
3893         * baseboards/fr30-elf.exp, baseboards/frv-elf.exp,
3894         baseboards/h8300.exp, baseboards/i960-cyclone.exp,
3895         baseboards/i960-sim.exp, baseboards/m32r-elf.exp,
3896         baseboards/mips-idt.exp, baseboards/mips-lnews-sim.exp,
3897         baseboards/mips-lsi-sim.exp, baseboards/mips64vr4100-sim.exp,
3898         baseboards/op50n.exp, baseboards/rom68k-idp.exp,
3899         baseboards/sh-hms.exp, baseboards/tx39-dve.exp,
3900         baseboards/vr4100-ddb.exp, baseboards/vr4100-sim.exp,
3901         baseboards/vr4111-sim.exp, baseboards/vr4300-ddb.exp,
3902         baseboards/vr4300-sim.exp, baseboards/vr4300.exp,
3903         baseboards/vr5000-ddb.exp: Likewise.
3905 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3907         * runtest: Terminate with an error if expect cannot be found.
3908         * TODO: Update.
3910 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3912         * configure.ac: Use AC_PATH_PROG to find expect(1).
3913         (DJ_AC_PATH_TCLSH): Remove unneeded invocation.
3914         * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove.
3915         (DJ_AC_STL): Likewise.
3916         * configure: Regenerate.
3917         * aclocal.m4: Likewise.
3918         * configure: Likewise.
3919         * Makefile.in: Likewise.
3920         * doc/Makefile.in: Likewise.
3921         * example/Makefile.in: Likewise.
3922         * testsuite/Makefile.in: Likewise.
3923         * testsuite/libdejagnu/Makefile.in: Likewise.
3924         * TODO: Update.
3926 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3928         * runtest.1: Remove any mention of mondfe.
3930 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3932         * TODO: Add an item about timeouts.
3934 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
3936         * baseboards/basic-sim.exp: Set gdb,do_reload_on_run.
3938 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3940         * lib/standard.exp: Tidy.
3942 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3944         * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.
3945         (config_SCRIPTS): Remove udi.exp, vrtx.exp.
3946         (baseboard_SCRIPTS): Remove a29k-udi.exp.
3947         * Makefile.in: Regenerate.
3948         * baseboards/a29k-udi.exp: Remove.
3949         * baseboards/dos.exp: Update comments.
3950         * config/udi.exp: Remove.
3951         * config/vrtx.exp: Remove.
3952         * doc/overview.sgml: Update. Don't mention mondfe and xsh support.
3953         * doc/ref.sgml: Likewise.
3954         * doc/user.sgml: Likewise.
3955         * lib/mondfe.exp: Remove.
3956         * lib/xsh.exp: Likewise.
3957         * lib/remote.exp: Don't load mondfe.exp or xsh.exp.
3958         * packaging/pkg/prototype: Update.
3959         * NEWS: Update.
3961 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3963         * Makefile.am (rpmspec): Remove.
3964         (rpm): Additionally depend on dejagnu.spec.
3965         ($(PKGDIR)/dejagnu): New target that installs DejaGnu into this
3966         directory.  This saves duplicated code in the solpkg and hpdepot
3967         targets.
3968         (solpkg): Depend on $(PKGDIR)/dejagnu.
3969         (hpdepot): Likewise.
3970         * Makefile.in: Regenerate.
3972 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3974         * Makefile.am (RUNTEST, RUNTESTDEFAULTFLAGS): Remove.
3975         * Makefile.in: Regenerate.
3976         * testsuite/Makefile.am (CLEANFILES): Remove.
3977         (RUNTESTDEFAULTFLATS): Pass --srcdir and RUNTEST=$(RUNTEST).
3978         * testsuite/Makefile.in: Regenerate.
3980 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3982         * lib/util-defs.exp: Move from here ..
3983         * testsuite/lib/util-defs.exp: .. to here.
3984         * Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp.
3985         * Makefile.in: Regenerate.
3986         * testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp.
3987         * testsuite/Makefile.in: Regenerate.
3988         * doc/ref.sgml (File Map): Remove util-defs.exp.
3989         * packaging/pkg/prototype: Update file list.
3991 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3993         * NEWS: Document changes since 1.4.4.
3995 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3997         * example/Makefile.am (check-recursive): Remove target.
3998         * example/Makefile.in: Regenerate.
4000 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4002         * dejagnu.h: Conform with GNU coding standard.
4004 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4006         * Makefile.am (PKGING): Remove.
4007         (PACKAGING_METAFILES): Update accordingly.
4008         (CLEANFILES, check-DEJAGNU): Remove.
4009         (tarball): Remove; use `dist'.
4010         (deb): Update target recipe to use `make dist'.
4012 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4014         * Clean.tcl: Remove.
4016         * Makefile.am (SUBDIRS): Add testsuite, example directories.
4017         (EXTRA_DIST): Define.
4018         (pkgdata_SCRIPTS): Add lib/*.exp files.
4019         (DATE, TCLSH): Remove.
4020         (configdir, config_DATA, config_SCRIPTS): Define.
4021         (baseboarddir, baseboard_DATA, baseboard_SCRIPTS): Likewise.
4022         (pkgdata_DATA): Likewise.
4023         (djlibexecdir, djlibexec_SCRIPTS): Likewise.
4024         (PKGING, PACKAGING_METAFILES): New macros.
4025         (clean-local): Remove.
4026         (rpm): Depend on dist.
4027         (deb): Likewise.
4028         (dist-hook): Remove.
4029         (lib_dest, lib_files): Likewise.
4030         (baseboard_dest, baseboard_files): Likewise.
4031         (include_dest, config_dest, config_files): Likewise.
4032         (install-data-local): Likewise.
4033         (uninstall-local): Likewise.
4034         (site.exp): Likewise.
4035         * Makefile.in: Regenerate.
4037         * testsuite/Makefile.am (all, all-am, etcetera): Remove.
4038         (force): Likewise.
4039         (EXTRA_DIST): Define.
4040         (site.exp): Remove target.
4041         * testsuite/Makefile.in: Regenerate.
4042         * testsuite/libdejagnu/Makefile.am (EXTRA_DIST): Define.
4043         (noinst_PROGRAMS): Rename from this ..
4044         (check_PROGRAMS): .. to this.
4045         * testsuite/libdejagnu/Makefile.in: Regenerate.
4047         * doc/Makefile.am (man_MANS): Rename from this ..
4048         (dist_man_MANS): .. to this.
4049         (info_TEXINFOS): Define.
4050         (TARGETS): Remove overview.rtf.
4051         (EXTRA_DIST): Define.
4052         (%.rtf: %.sgml): Remove rule.
4053         (%.gif: %.fig): Likewise.
4054         (%.epsi: %.eps): Likewise.
4055         (%.eps: %.fig): Likewise.
4056         (clean, realclean, distclean): Remove.
4057         (install-docs): Don't install overview.rtf.
4058         * doc/Makefile.in: Regenerate.
4059         * doc/texinfo.tex: New file.
4061         * example/calc/Makefile.am (noinst_PROGRAMS): Rename from this ..
4062         (check_PROGRAMS): .. to this.
4063         (EXTRA_DIST): Add test cases and calc.1 man page.
4064         * example/calc/Makefile.in: Regenerate.
4065         * example/calc/aclocal.m4: Likewise.
4066         * example/calc/configure: Likewise.
4067         * example/calc/stamp-h.in: Remove.
4068         * example/hello/Makefile.am (bin_PROGRAMS): Rename from this ..
4069         (check_PROGRAMS): .. to this.
4070         (EXTRA_DIST): Define.
4071         * example/hello/Makefile.in: Regenerate.
4072         * example/hello/aclocal.m4: Likewise.
4073         * example/hello/configure: Likewise.
4074         * example/hello/testsuite/Makefile.am (EXTRA_DIST): Define.
4075         * example/hello/testsuite/Makefile.in: Regenerate.
4077 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4079         * configure.ac: Remove commented out code.
4080         * configure: Regenerate.
4082 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4084         * site.tmpl: Tidy.
4086 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4088         * INSTALL: Import latest version.
4089         * depcomp: Likewise.
4090         * install-sh: Likewise.
4091         * missing: Likewise.
4093 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4095         * configure.in: Rename from this ..
4096         * configure.ac: .. to this.  Require Autoconf 2.50.
4097         * Makefile.in: Regenerate.
4098         * doc/Makefile.in: Likewise.
4099         * example/Makefile.in: Likewise.
4100         * testsuite/Makefile.in: Likewise.
4101         * testsuite/libdejagnu/Makefile.in: Likewise.
4103 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4105         * lib/target.exp (prune_warnings): Add spaces where required in
4106         NetBSD warnings.  Supersedes a patch in pkgsrc's devel/dejagnu.
4108 2004-02-05  Ben Elliston  <bje@wasabisystems.com>
4110         * config.guess: Update to current revision.
4111         * config.sub: Likewise.
4113 2004-02-04  Ben Elliston  <bje@wasabisystems.com>
4115         * configure.in (AC_NO_EXECUTABLES): Remove.
4116         * configure: Rebuild with Autoconf 2.59.
4117         * acinclude.m4 (DJ_AC_STL): Quote macro name to appease aclocal.
4118         (DJ_AC_PATH_TCLSH): Likewise.
4119         (DJ_AC_PATH_DOCBOOK): Likewise.
4120         * aclocal.m4: Rebuild.
4121         * Makefile.in: Rebuild with Automake 1.8.2.
4122         * doc/Makefile.in: Likewise.
4123         * example/Makefile.in: Likewise.
4124         * testsuite/Makefile.in: Likewise.
4125         * testsuite/libdejagnu/Makefile.in: Likewise.
4127 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4129         Import orphaned patches from sources.redhat.com:
4131         2002-05-02  Fernando Nasser  <fnasser@redhat.com>
4132         * doc/dejagnu.texi: Document KFAIL and KPASS.
4134         2002-02-20  Richard Henderson  <rth@redhat.com>
4135         * lib/target.exp (prune_warnings): Revert early "In function"
4136         strip, as this breaks g++.dg tests.  Match dangerous regexp
4137         without the "In function" header.
4139         2002-02-09  Richard Henderson  <rth@redhat.com>
4140         * lib/target.exp (prune_warnings): Strip "In function" etc early.
4141         Adjust "dangerous" regexp for glibc's tmpnam warning.
4143         2001-09-10  Jim Blandy  <jimb@redhat.com>
4144         * baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script,
4145         so we get the version of the `outbyte' function that does console
4146         output in a way that GDB's rom68k target recognizes.  Note that
4147         the board can now do output.
4149         2000-04-25  Felix Lee  <flee@cygnus.com>
4150         * baseboards/tx39-sim.exp: Use idt, not dve linker script.  Delete
4151         misleading comments and null statements.
4153 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4155         * DejaGnu 1.4.4 released.
4157 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4159         * Makefile.am (tarball): Depend on book1.html, not overview.html.
4160         Don't echo needless messages. Portably copy the source tree to
4161         dejagnu-${VERSION}.  Portably copy documentation files from the
4162         source tree to the distribution directory.  Don't copy RPM-related
4163         files -- leave that to the rpm target.
4164         (snapshot): Remove target.
4165         (overview.html): Rename target from this ..
4166         (book1.htm): .. to this.
4167         (rpm): Portably copy tar file to SOURCES directory.
4168         (deb): Depend on book1.html, not overview.html.
4169         (dist-hook): Depend on book1.html, not overview.html.
4170         * Makefile.in: Rebuild.
4171         * doc/Makefile.am (TARGETS): Depend on book1.html.
4172         (book1.html): Depend on html/book1.html.
4173         (overview.dvi): Remove target.
4174         * doc/Makefile.in: Rebuild.
4176 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4178         * Clean.tcl: Run tclsh via /usr/bin/env for portability.
4179         (cleanfiles): Concatenate regular filenames that match .*.
4181 2004-01-12  Ben Elliston  <bje@wasabisystems.com>
4183         * baseboards/frv-sim.exp: Remove reference to devo/sim.
4185 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4187         * doc/overview: Remove all files.
4189 2003-12-03  Ben Elliston  <bje@wasabisystems.com>
4191         * testsuite/runtest.all/utils.test: Fix a test for proc find which
4192         assumed that "subsubfile1" would appear at the end of the returned
4193         list.  Adjust to use a more robust regular expression.
4195 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
4197         * doc/overview.sgml (version): Update.
4198         * doc/overview/installation.html: Likewise.
4200         * packaging/rpm/dejagnu.spec: Update version numbers throughout.
4201         * packaging/pkg/pkginfo: Likewise.
4202         * packaging/depot/dejagnu.psf: Likewise.
4204 2003-10-25  Ben Elliston  <bje@wasabisystems.com>
4206         * runtest.exp (frame_version): Bump version.
4207         * configure.in (AM_INIT_AUTOMAKE): Likewise.
4208         * configure: Regenerate.
4210 2003-10-16  Rob Savoye   <rob@welcomehome.org>
4212         * packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
4214 2003-10-13  Ben Elliston  <bje@wasabisystems.com>
4216         * baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
4218 2003-10-11  Corinna Vinschen  <vinschen@redhat.com>
4220         * baseboards/sh-sim.exp: New file.
4222 2003-10-11  Ben Elliston  <bje@wasabisystems.com>
4224         * NEWS: Tidy.
4225         * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
4227 2003-10-08  Ben Elliston  <bje@wasabisystems.com>
4229         * i960glue.c: Remove.
4230         * packaging/pkg/prototype: Remove i960glue.c.
4232 2003-10-07  Ben Elliston  <bje@wasabisystems.com>
4234         * contrib/README: Remove.
4235         * contrib/testit: Remove bitrotten script.
4236         * contrib/test-g++: Likewise.
4237         * contrib/test-tool: Likewise.
4239 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4241         * TODO: Tidy.
4242         * contrib/README: Bring up to date.
4244 2003-08-23  Corinna Vinschen  <vinschen@redhat.com>
4246         * config/sid.exp: Add gdb settings to use no hardware watchpoints.
4248 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4250         * README: Update section on reporting bugs.
4252 2003-08-22  Ben Elliston  <bje@wasabisystems.com>
4254         * lib/kermit.exp: Document procs.
4255         * lib/ftp.exp: Likewise.
4257 2003-08-19  Ben Elliston  <bje@wasabisystems.com>
4259         * contrib/testit: Run wish via /usr/bin/env for portability.
4261 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4263         * Makefile.am: Tidy comments and unused command lines.
4264         * Makefile.in: Regenerate.
4265         * testsuite/libdejagnu/Makefile.in: Likewise.
4267         * contrib/bluegnu2.0.3: Remove unsupported subtree.
4269 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4271         * MAINTAINERS: New file.
4273 2003-08-17  Ben Elliston  <bje@wasabisystems.com>
4275         * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
4276         * doc/Makefile.in: Regenerate.
4278 2003-08-16  Ben Elliston  <bje@wasabisystems.com>
4280         * doc/overview.sgml (overview): Start overhauling chapter.
4282         * doc/README.Writers: New document on style conventions.
4283         * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
4284         * doc/user.sgml: Likewise.
4285         * doc/overview.sgml: Likewise.
4286         * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
4288 2003-08-12  Ben Elliston  <bje@wasabisystems.com>
4290         * Makefile.am (tarball): Update path to dejagnu.spec.
4291         (rpmspec): Likewise.
4292         (deb): Likewise, update path to package metafiles.
4293         (solpkg): Likewise.
4294         (hpdepot): Likewise.
4295         * Makefile.in: Regenerate.
4296         * aclocal.m4: Likewise.
4297         * configure: Likewise.
4298         * doc/Makefile.in: Likewise.
4299         * example/Makefile.in: Likewise.
4300         * testsuite/Makefile.in: Likewise.
4301         * deb: Move from here ..
4302         * packaging/deb: .. to here.
4303         * redhat: Move from here ..
4304         * packaging/rpm: .. to here.
4305         * depot: Move from here ..
4306         * packaging/depot: .. to here.
4307         * pkg: Move from here ..
4308         * packaging/pkg: .. to here.
4310         * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
4311         (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
4312         * testsuite/libdejagnu/Makefile.in: Regenerate.
4314 2003-08-07  Ben Elliston  <bje@wasabisystems.com>
4316         * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
4317         to increment count rather than count++ as in C.
4319 2003-08-06  Ben Elliston  <bje@wasabisystems.com>
4321         * lib/remote.exp: Replace "TCL" with "Tcl".
4323 2003-07-30  Ben Elliston  <bje@wasabisystems.com>
4325         * doc/runtest.1: Replace "TCL" with "Tcl".
4326         Make last revision date current.
4328 2003-07-29  Ben Elliston  <bje@wasabisystems.com>
4330         * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
4331         URLs and other stylistic improvements.
4332         * doc/ref.sgml: Likewise.
4333         * doc/user.sgml: Likewise.
4335 2003-07-25  Mike Stump  <mrs@apple.com>
4337         * lib/target.exp (prune_warnings): Handle "nfs server .* not
4338         responding" and "nfs server .* is alive again".
4340 2003-07-20  Ben Elliston  <bje@wasabisystems.com>
4342         * config.guess: Update to most recent version.
4343         * config.sub: Ditto.
4344         * AUTHORS: Add self to list of maintainers.
4346 2003-07-25  Jim Dein  <jdein@deinji5.apple.com> (RIP)
4348         * lib/utils.exp (find): Fix double recursion bug.
4350 2002-02-25  Jackie Smith Cashion  <jsmith@redhat.com>
4352         * baseboards/am33_2.0-libremote.exp: New file.
4354 2000-11-21  Drew Moseley  <dmoseley@redhat.com>
4356         * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
4357         ASB2303 board.
4359 2000-08-10  Drew Moseley  <dmoseley@cygnus.com>
4361         * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
4362         ASB2303 board.
4364 2003-06-13  Phil Edwards <pme@devphil.com>
4366         * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
4367         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
4368         only -T[linker] instead of -Wl,-T[linker].
4370 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
4372         * lib/target.exp (prune_warnings): Add two more linker
4373         warning patterns for warnings generated by modern verions
4374         of NetBSD.
4376 2003-05-12  H.J. Lu <hongjiu.lu@intel.com>
4378         * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
4380 2003-05-09  H.J. Lu <hongjiu.lu@intel.com>
4382         * runtest: Fix a typo.
4384 2003-05-03  Nitin Dhavale <nitinpdhavale@indiatimes.com>
4386         * doc/user.sgml: Clarify how to set the verbose option.
4388 2003-03-28 Chris Demetriou <cgd@broadcom.com>
4390         * lib/framework.exp (check_conditional_xfail): Adjust so that
4391         an empty 'includes' list matches all sets of flags.
4392         * doc/dejagnu.texi: Document the above.
4393         * doc/ref.sgml: Likewise.
4395 2003-03-27  David Heine <dlheine@tensilica.com>
4397         * baseboards/xtensa-sim.exp: Fix a syntax error.
4399 2003-03-16  Rob Savoye  <rob@direwolf.welcomehome.org>
4401         * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
4402         than stomp on it. This is based on a patch from Brendan Conoboy
4403         <blc@redhat.com>.
4404         * Most files: Update copyright dates.
4406 2003-03-13  Mike Stump  <mrs@apple.com>
4408         * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
4409         help ensure uniqueness.
4411 2003-03-05  Alexandre Oliva  <aoliva@redhat.com>
4413         * lib/remote.exp (standard_download, standard_upload): Support
4414         nfsdir and nfsroot_server.
4416 See ChangeLog-1992 for earlier changes.