Add missing copyright and GPL notices to some testsuite files
[dejagnu.git] / ChangeLog
blobcf3b8d83133448a79a1723a7170ca033512ea2ac
1 2020-08-18  Jacob Bachmeyer  <jcb@gnu.org>
3         * testsuite/runtest.libs/testsuite_file.test: Add missing
4         copyright and GPL notice.
5         * testsuite/runtest.libs/testsuite_can.test: Likewise.
6         * testsuite/runtest.libs/testcase_group.test: Likewise.
8 2020-08-12  Jacob Bachmeyer  <jcb@gnu.org>
10         * doc/dejagnu.texi (The dejagnu_h header file): Remove node.
11         (Running unit tests): Add node.
12         (DejaGnu unit test protocol): Add node.
13         (C unit testing API): Update to reflect current API.  Move mention
14         of dejagnu.h header here in preparation for future expanded
15         language support.
16         (C++ unit testing API): Likewise.  Mention caveat that the C unit
17         test API is also available in C++ programs.
19 2020-08-10  Jacob Bachmeyer  <jcb@gnu.org>
21         * baseboards/qemu.exp: Tidy whitespace.
23 2020-08-10  Jacob Bachmeyer  <jcb@gnu.org>
25         Merge patch from Kito Cheng to add support for RISC-V sim target.
27         * baseboards/riscv-sim.exp: New file.
28         * Makefile.am (baseboard_DATA): Add riscv-sim.exp.
29         * Makefile.in (baseboard_DATA): Likewise.
31 2020-08-02  Jacob Bachmeyer  <jcb@gnu.org>
33         * Makefile.am (TESTSUITE_FILES): Add files that were introduced
34         during development but were mistakenly not added at that time.
35         (baseboard_DATA): Sort baseboard file list.
36         (baseboard_DATA): Add missing files.
37         (dejagnu_TEXINFOS): New; add GNU FDL file.
38         (CONTRIB): Add experimental Python unit test module.
40         * Makefile.in (TESTSUITE_FILES): Likewise.
41         (baseboard_DATA): Likewise.
43         * testsuite/dejagnu.py:  Move from here...
44         * contrib/dejagnu.py: ...to here.
46 2020-08-02  Rob Savoye  <rob@senecass.com>
48         * Makefile.in: Regenerate so make dist works.
50 2020-07-25  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
52         * doc/dejagnu.texi (Writing a test case): Mention the DejaGnu
53         procedure "perror" instead of the Tcl command "error".
54         (Writing a test case): Reorganize node and give basic hints about
55         Tcl quoting and backslash escape rules.
56         (Writing a test case): Describe synchronization issues and warn
57         that prefixes of valid input can be presented for matching.
58         (Writing a test case): Fix markup from conversion from DocBook.
60 2020-07-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
62         PR42399
64         * NEWS: Document changes to host_execute.
66         * lib/dejagnu.exp (host_execute): Revise expect matching to
67         combine all unit test protocol lines into one pattern.
68         (host_execute): Rework other expect patterns.
69         (host_execute): Ensure that all output from child process is read
70         until the child closes its output to avoid sending early SIGPIPE.
71         (host_execute): Report an ERROR (and cause the next test to be
72         recorded as UNRESOLVED) if the Expect matching buffer overflows.
73         (host_execute): Remove dependency on global "text" variable.
75         * Makefile.am (TESTSUITE_FILES): Update.
77         * testsuite/runtest.main/stats.exp: Generalize infrastructure and
78         add tests for DejaGnu unit testing support.
79         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
80         New file.
81         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk:
82         New file.
84 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
86         PR42399
88         * Makefile.am (TESTSUITE_FILES): Update.
90         * lib/dejagnu.exp (host_execute): Allow the executable to be
91         specified with an absolute file name.
92         (host_execute): Fix argument handling to allow passing more than
93         one argument to the executable.  Return early if given no
94         arguments at all instead of trying to execute "./".
96         * testsuite/runtest.main/pr42399.exp: New file.
97         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399.awk:
98         New file.
99         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
100         New file.
102 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
104         * Makefile.am (CLEANFILES): Update.
105         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
107         * testsuite/lib/runtest.exp (runtest_setup_nested_testsuite): New
108         procedure.
109         (runtest_cleanup_nested_testsuite): New procedure.
111         * testsuite/runtest.main/error.exp: Use the tool name "error" to
112         select the proper subset of the nested testsuite.  Use new
113         procedures for handling nested testsuite.  Use common
114         nested-init.exp local init file for nested testsuite.  Let local
115         init file nested-init.exp handle setting "outdir" variable.
116         * testsuite/runtest.main/options.exp: Likewise; "null" tool.
117         * testsuite/runtest.main/stats.exp: Likewise; "stat" tool.
119         * testsuite/runtest.main/nested/: Combine nested testsuites.
120         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
121         Move from here...
122         * testsuite/runtest.main/nested/testsuite/error.test/error-al-dbz.exp:
123         ...to here.
124         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
125         Move from here...
126         * testsuite/runtest.main/nested/testsuite/error.test/error-dbz.exp:
127         ...to here.
128         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
129         Move from here...
130         * testsuite/runtest.main/nested/testsuite/error.test/error-undef.exp:
131         ...to here.
132         * testsuite/runtest.main/error/testsuite/error.test/simple.exp:
133         Move from here...
134         * testsuite/runtest.main/nested/testsuite/error.test/simple.exp:
135         ...to here.
136         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
137         Move from here...
138         * testsuite/runtest.main/nested/testsuite/null.test/null.exp:
139         ...to here.
140         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
141         Move from here...
142         * testsuite/runtest.main/nested/testsuite/stat.test/stats-sub.exp:
143         ...to here.
145 2020-07-16  Rob Savoye  <rob@senecass.com>
147         * baseboards/qemu.exp: Works now with qemu instead of sim.
149 2020-07-06  Rob Savoye  <rob@senecass.com>
151         * baseboards/qemu.exp: Initial working support to use qemu for
152         bare metal testing.
153         * Makefile.am: Install qemu.exp.
154         * autogen.sh: Add script borrowed from my Gnash project to
155         regenerate configure/build files.
156         * aclocal.m4, configure.ac, Makefile.am: regenerated GDB too.
157         * doc/dejagnu.texi: Update copyright date.
159 2020-06-29  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
161         PR 41824 / PR 41918
163         * NEWS: Add item for repeated error messages.
165         * lib/framework.exp (log_and_exit): Add separator lines around the
166         error dumps repeated at the end of a run.
168 2020-06-26  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
170         PR 41824 / PR 41918
172         * NEWS: Remove items for --keep_going / --no_keep_going options.
174         * Makefile.am (CLEANFILES): Adjust for renames.
175         (TESTSUITE_FILES): Likewise.
177         * doc/dejagnu.texi (Invoking runtest): Remove --keep_going and
178         --no_keep_going options.
179         (A POSIX Conforming Test Framework): Document that Tcl errors in
180         test scripts produce UNRESOLVED results as placeholders.
182         * doc/runtest.1: Likewise.
184         * lib/framework.exp (log_and_exit): Print collected Tcl errors.
186         * runtest.exp (dejagnu::error): New internal namespace.
187         (runtest): Collect Tcl errors caught while executing test scripts.
188         (dejagnu::opt): Remove internal namespace.
189         Remove --keep_going / --no_keep_going options.  No longer abort on
190         any Tcl errors; instead store them and repeat the messages at the
191         end of the run.
193         * testsuite/runtest.main/abort.exp: Rename from this ...
194         * testsuite/runtest.main/error.exp: ... to this and revise tests.
196         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
197         Rename from this...
198         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
199         ... to this.
200         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp:
201         Rename from this...
202         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
203         ... to this.
204         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
205         Rename from this...
206         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
207         ... to this.
209 2020-06-24  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
211         PR 41824 / PR 41918
213         * NEWS: Revise relevant items.
215         * doc/dejagnu.texi (Invoking runtest): Add --no_keep_going option.
216         * doc/runtest.1: Document --no_keep_going option.  Remove
217         long-obsolete --name option.  The --name option had been removed
218         from runtest before the code was imported into what became the
219         current repository.
221         * runtest.exp: Add option --no_keep_going to stop immediately if a
222         test script aborts due to a Tcl error.  Remove vestiges of
223         long-obsolete --name option.  Make --keep_going option default.
225         * testsuite/runtest.main/abort.exp: Adjust tests to use
226         --no_keep_going and --keep_going instead of assuming a default.
228 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
230         Merge patches from Maciej W. Rozycki to fix timeout handling.
232         * lib/remote.exp (close_wait_program): Use `catch' in killing
233         pending force-kills.
235         * lib/remote.exp (close_wait_program): Only kill the pending
236         force-kills if the PID list has a single entry.
237         (local_exec): Set the channel about to be closed to the
238         nonblocking mode if we didn't see an EOF.
239         (standard_close): Likewise, unconditionally.
241 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
243         * NEWS: Mention "linker=" option and added language support.
245         * doc/dejagnu.texi (target_compile procedure): Document new
246         "linker=" option to target_compile.
248         * lib/target.exp (default_target_compile): Actually use internal
249         option for separate linker provided for Go language support.  This
250         seems to have been accidentally omitted from Tom Tromey's patches.
251         (default_target_compile): Add "linker=" option, similar to
252         "compiler=" option, but the former overrides the latter when
253         building an executable.
254         (default_target_compile): Ensure that "--emit obj" is spaced from
255         previous item when used to compile Rust.  Use "--emit asm" instead
256         of "-S" when generating assembly from Rust sources.
258         * testsuite/runtest.libs/target.test: Add tests for Go and Rust.
259         Also add tests for the new "early_flags=" and "linker=" options.
261 2020-06-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
263         * doc/dejagnu.texi (Libgloss): Update menu.
264         (find_go procedure, find_go_linker procedure): New nodes.
265         (find_rustc procedure): New node.
267 2020-06-19  Tom Tromey  <tromey@adacore.com>
269         * doc/dejagnu.texi (target_compile procedure): Document Go
270         additions.
271         * lib/target.exp (default_target_compile): Handle Go.
272         * lib/libgloss.exp (find_go, find_go_linker): New procs.
274 2020-06-19  Tom Tromey  <tromey@adacore.com>
276         * doc/dejagnu.texi (target_compile procedure): Document rust
277         additions.
278         * lib/target.exp (default_target_compile): Handle rust.
279         * lib/libgloss.exp (find_rustc): New proc.
281 2020-06-19  Tom Tromey  <tromey@adacore.com>
283         * lib/target.exp (default_target_compile): Add early_flags.
284         * doc/dejagnu.texi (target_compile procedure): Document
285         early_flags.
287 2020-06-19  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
289         Merge patches from Tom de Vries <tdevries <at> suse.de> and write
290         ChangeLog entries.
292         * testsuite/runtest.main/abort.exp: Add tests that verify handling
293         of arithmetic errors (divide-by-zero) in a procedure called within
294         a test script.
296         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp: New file.
298 2020-06-18  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
300         PR 41824 / PR 41918
302         Thanks to Tom de Vries for raising these concerns and offering the
303         initial testsuite patch that led to these changes.
305         * NEWS: Add item for consistent abort-on-error handling.
307         * lib/framework.exp (unknown): Always link global variables.  Tidy.
308         Silently propagate errors raised in autoloaded procedures and move
309         the UNRESOLVED result and aborting the test run to...
310         * runtest.exp (runtest): Report an UNRESOLVED result if a test
311         script aborts due to a Tcl error.  Link global errorCode and
312         report its value if an error occurs.  For consistency, abort the
313         test run on any Tcl error in a test script instead of only when
314         calling an undefined procedure.
316         * testsuite/runtest.main/abort.exp: Add tests to verify handling
317         of arithmetic errors (divide-by-zero) in an auto-loaded procedure
318         called from a test script.  Adjust other patterns.
320         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
321         New file.
323 2020-06-17  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
325         PR 41824
327         * NEWS: Add item for --keep_going option.
329         * Makefile.am (CLEANFILES): Add abort-init.exp to list.
330         (TESTSUITE_FILES): Add new testsuite files to list.
332         * doc/dejagnu.texi (Invoking runtest): Document new --keep_going
333         command line option.
334         * doc/runtest.1: Likewise.
336         * lib/framework.exp (unknown): Report an UNRESOLVED result if an
337         unknown command is invoked.  Avoid exiting and propagate the error
338         from Tcl's "unknown" procedure if --keep_going was
339         specified. Brace procedure argument list.
340         * runtest.exp (dejagnu::opt): New namespace.
341         Add option --keep_going to continue running tests after a test
342         script aborts due to calling an undefined command.
344         * testsuite/runtest.main/abort.exp: New file.
345         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
346         New file.
347         * testsuite/runtest.main/abort/testsuite/abort.test/simple.exp:
348         New file.
350 2020-06-17  Tom de Vries  <tdevries <at> suse.de>
352         * lib/framework.exp (unknown): Propagate return value of auto-loaded
353         command.
355 2020-06-15  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
357         Merge patches from Linaro:
359         2018-09-28  Christophe Lyon <christophe.lyon@linaro.org>
360         * lib/ssh.exp (ssh_exec): Redirect stderr to stdout on the remote
361         machine, to avoid race conditions.
363         2016-04-25  Yvan Roux <yvan.roux@linaro.org>
364         * lib/rsh.exp (rsh_exec): Don't remove trailing newline.
365         * lib/ssh.exp (ssh_exec): Likewise.
367         2016-06-28  Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
368         * config/unix.exp (unix_load): Prepend the value of an
369         "exec_shell" board_info key to the command if it is defined.
371 2020-06-06  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
373         * NEWS: Document "testcase" command.
375         * doc/dejagnu.texi (testcase procedure): Document multiplex entry
376         point and "testcase group" command.
378         * lib/framework.exp: Add internal namespace ::dejagnu::group.
379         (::dejagnu::group::check_name): New procedure.
380         (::dejagnu::group::current): New procedure.
381         (::dejagnu::group::push): New procedure.
382         (::dejagnu::group::pop): New procedure.
383         (::dejagnu::group::pop_to_file): New procedure.
384         (testcase): New procedure for multiplex commands.
385         (testcase_group): New procedure implementing "testcase group".
387         * testsuite/runtest.libs/testcase_group.test: New file.
389 2020-06-05  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
391         * NEWS: Document new "testsuite can call api" command.
393         * doc/dejagnu.texi (testsuite procedure): Document new subcommand
394         "testsuite can call api".
396         * lib/framework.exp (testsuite): Add branch for "testsuite can".
397         (testsuite_can): New procedure implementing "testsuite can".
399         Add internal array ::dejagnu::apilist to store information for
400         "testsuite can call api" for querying the availability of an API
401         call.  This will allow test scripts to adapt and use new features
402         while still being able to run under older versions of DejaGnu.
404         * testsuite/runtest.libs/testsuite_can.test: New file.
406 2020-06-02  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
408         PR 41647
409         * NEWS: Fix typo.  Fix Emacs mode tag.
410         Document use of Tcl namespace ::dejagnu for internals.
411         * runtest.exp (dejagnu::command_line): New namespace.
412         (dejagnu::command_line::save_cmd_var): New procedure.
413         (dejagnu::command_line::restore_cmd_vars): New procedure.
414         (dejagnu::command_line::dump_cmd_vars): New procedure.
415         * runtest.exp: Save internal variables set by command line
416         arguments during the first pass and restore their values after
417         loading testsuite init files.
419 2020-06-01  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
421         PR 41647
422         * runtest.exp: Describe search for testsuite at verbose level 3.
423         Print initial working directory at verbose level 1.
425 2020-05-28  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
427         PR 41587
428         * testsuite/lib/launcher.exp: Adjust LAUNCHER variable default
429         value to use an absolute file name.
430         * testsuite/lib/report-card.exp: Likewise.
431         * testsuite/runtest.main/options.exp: Set outdir in options-init
432         instead of changing working directory in child runtest.
434         * runtest.exp (logname): Move verbose display of logname to
435         immediately after finding the user's login name.
437         PR 41585
438         * runtest.exp (libdir): Fix default value of global variable.
440         * ChangeLog: Tidy irregular indentation.
442 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
444         * doc/dejagnu.texi (target_compile procedure): Add documentation.
446 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
448         * doc/dejagnu.texi (target_link procedure): New stub node.
449         (default_link procedure): Document internal procedure.
450         (default_target_assemble procedure): Likewise.
451         (default_target_compile procedure): Likewise.
453 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
455         * baseboards/{aarch64-sim, arm-ice, arm-sim, basic-sid, iq2000-sim,
456         mn10300-sim, moxie-sim}.exp: Cleanup up whitespace.
458 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
460         * lib/target.exp (default_target_compile): Use "host_info"
461         procedure to probe for a host configuration, instead of checking a
462         local empty target_info array due to lacking "global target_info".
464 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
466         * doc/dejagnu.texi (Adding a new board): Document that the
467         "compiler" board_info field is optional and defaults to [find_gcc]
468         if not given.
469         (Board configuration file): Likewise.
471         * lib/target.exp (default_target_compile): Establish a default C
472         compiler by evaluating [find_gcc] if no other compiler is given.
474         * baseboards/aarch64-sim.exp: Remove no-longer-needed
475         "set_board_info compiler [find_gcc]" from this file.
476         * baseboards/am33_2.0-libremote.exp: Likewise.
477         * baseboards/androideabi.exp: Likewise.
478         * baseboards/arm-ice.exp: Likewise.
479         * baseboards/arm-sim.exp: Likewise.
480         * baseboards/cris-sim.exp: Likewise.
481         * baseboards/d30v-sim.exp: Likewise.
482         * baseboards/fr30-sim.exp: Likewise.
483         * baseboards/frv-sim.exp: Likewise.
484         * baseboards/gdbserver-sample.exp: Likewise.
485         * baseboards/iq2000-sim.exp: Likewise.
486         * baseboards/linux-gdbserver.exp: Likewise.
487         * baseboards/linux-libremote.exp: Likewise.
488         * baseboards/mcore-moto-sim.exp: Likewise.
489         * baseboards/mcore-sim.exp: Likewise.
490         * baseboards/mips-sim-idt32.exp: Likewise.
491         * baseboards/mips-sim-idt64.exp: Likewise.
492         * baseboards/mips-sim-mti32.exp: Likewise.
493         * baseboards/mips-sim-mti64.exp: Likewise.
494         * baseboards/mips-sim-mti64_64.exp: Likewise.
495         * baseboards/mips-sim-mti64_n32.exp: Likewise.
496         * baseboards/mips-sim-sde32.exp: Likewise.
497         * baseboards/mips-sim-sde64.exp: Likewise.
498         * baseboards/mips-sim.exp: Likewise.
499         * baseboards/mmixware-sim.exp: Likewise.
500         * baseboards/mn10200-sim.exp: Likewise.
501         * baseboards/mn10300-sim.exp: Likewise.
502         * baseboards/moxie-sim.exp: Likewise.
503         * baseboards/msp430-sim.exp: Likewise.
504         * baseboards/powerpc-sim.exp: Likewise.
505         * baseboards/powerpcle-sim.exp: Likewise.
506         * baseboards/rx-sim.exp: Likewise.
507         * baseboards/sh-sim.exp: Likewise.
508         * baseboards/sparc-sim.exp: Likewise.
509         * baseboards/sparc64-sim.exp: Likewise.
510         * baseboards/sparclite-sim-le.exp: Likewise.
511         * baseboards/sparclite-sim.exp: Likewise.
512         * baseboards/unix.exp: Likewise.
513         * baseboards/v850-sim.exp: Likewise.
514         * baseboards/visium-sim.exp: Likewise.
515         * baseboards/xtensa-sim.exp: Likewise.
517 2020-05-24  Rob Savoye  <rob@senecass.com>
519         * baseboards/pi.exp: New config file for cross testing to a
520         Raspberry PI.
522 2020-05-24  Tom Tromey  <tom@tromey.com>
524         * .gitignore: Add files.
526 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
528         * testsuite/runtest.libs/target.test: Use mockutil.tcl.
529         Collect loading DejaGnu libraries into a single loop.
530         Revise the mock board_info array.
531         Add section headings for different test groups in this file.
532         Add tests for default_target_compile in lib/target.exp.
533         * testsuite/runtest.libs/mockutil.tcl: New file.
535 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
537         * doc/dejagnu.texi (remote_exec procedure): Explicitly list
538         optional arguments instead of simply copying the Tcl argument list
539         or the remote_exec procedure.
541 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
543         * testsuite/runtest.libs/default_procs.tcl: Set sum_file to empty
544         string instead of opening a temporary file named .tmp.
545         * testsuite/runtest.libs/libs.exp: No longer need to remove .tmp.
547 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
549         * testsuite/runtest.libs/target.test: Rename fake "target_info"
550         array to a fake "board_info" array, to align with changes made to
551         the DejaGnu core on 29 January 1997 that moved the target
552         configuration data into the global board_info array.
554         * testsuite/runtest.libs/remote.test: Likewise.
556 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
558         * testsuite/runtest.libs/libs.exp: Use runtest_file_p to honor
559         requests to run only some library tests.
561 2020-05-18  Rob Savoye  <rob@senecass.com>
563         * configure.ac: Extract the current branch.
564         * Makefile.am: Change the frame_version in runtest.exp post
565         install to add the branch and git revision to make it easier to
566         support multiple versions during development.
568 2020-05-15  Rob Savoye  <rob@senecass.com>
570         * All files: Minor change, update copyright dates.
572 2019-03-08  Andrew Burgess  <andrew.burgess@embecosm.com>
574         * runtest.exp (search_and_load_file): Join the directory and
575         filename once using 'file join'.
577 2019-01-24  Jacob Bachmeyer  <jcb62281@gmail.com>
579         * doc/dejagnu.texi: Refill paragraphs and normalize inter-sentence
580         spacing so the Emacs move-by-sentence commands work correctly.
582 2019-01-23  Ben Elliston  <bje@gnu.org>
584         * doc/dejagnu.texi: Replace "config file" with "configuration
585         file" throughout.
587 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
589         * doc/dejagnu.texi (Command line option variables): Improve table
590         formatting to fix overlapping columns and revise text slightly.
592 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
594         * doc/dejagnu.texi (Global config file): Change example to use the
595         Tcl "switch" command instead of the deprecated "case" command.
597 2019-01-12  Jacob Bachmeyer  <jcb62281@gmail.com>
599         * doc/dejagnu.texi (runtest_file_p procedure): Fix description of
600         the structure of the "runtests" argument.
602 2019-01-12  Ben Elliston  <bje@gnu.org>
604         * doc/dejagnu.texi: Various documentation fixes.
606 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
608         * testsuite/runtest.libs/clone_output.test: Use new test harness
609         for verifying output of clone_output.
611         * testsuite/runtest.libs/default_procs.tcl (send_error): Roll into
612         template using store_test_output.
613         (send_log): Likewise.
614         (send_user): Likewise.
615         (clear_test_output): New proc.
616         (store_test_output): New proc.
618         * lib/framework.exp (clone_output): Actually send errors to the
619         error stream; bug found while improving testsuite.
621 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
623         * testsuite/runtest.libs/libs.exp (process_test): Handle blank
624         lines from child process correctly.
626 2019-01-02  Jacob Bachmeyer  <jcb62281@gmail.com>
628         * NEWS: Document report card.
630         * Makefile.am (clean-local): Add target.
631         (clean-local-check): Add target; mark as PHONY.
632         (commands_DATA): Add "report-card" scripts.
633         (dist_man_MANS): Add dejagnu-report-card.1 and split.
634         (DEJATOOL): Add "report-card" tool.
635         (TESTSUITE_FILES): Add testsuite for "report-card" tool.
637         * commands/report-card.awk: New command script.
639         * doc/dejagnu.texi (Invoking dejagnu report card): New node.
640         * doc/dejagnu-report-card.1: New man page.
642         * testsuite/lib/bohman_ssd.exp: New file.
643         * testsuite/lib/report-card.exp: New file.
644         * testsuite/report-card.all/onetest.exp: New file.
645         * testsuite/report-card.all/passes.exp: New file.
647 2019-01-02  Ben Elliston  <bje@gnu.org>
649         * Makefile.am (DISTCLEANFILES): Don't use this.
650         (CLEANFILES): Use this instead.
651         * Makefile.in: Regenerate.
653 2019-01-01  Ben Elliston  <bje@gnu.org>
655         * configure.ac: Abort if AWK is not installed.
656         * configure: Regenerate.
658 2019-01-01  Ben Elliston  <bje@gnu.org>
660         * config.guess: Update to latest version.
661         * config.sub: Likewise.
663 2019-01-01  Ben Elliston  <bje@gnu.org>
665         * configure.ac: Add AC_PROG_AWK check.
666         * configure: Regenerate.
668 2018-12-29  Jacob Bachmeyer  <jcb62281@gmail.com>
670         * dejagnu: Avoid use of semicolon as sed(1) command separator.
671         POSIX does not clearly require sed(1) to support that feature.
673 2018-12-28  Jacob Bachmeyer  <jcb62281@gmail.com>
675         * testsuite/lib/util-defs.exp: Whitespace clean up.
677 2018-12-21  Jacob Bachmeyer  <jcb62281@gmail.com>
679         PR 33817
680         * dejagnu: Improve command parsing to fix bug. Previously, the
681         documented equivalence between "multi word command" and
682         "multi-word-command" did not hold if no arguments were given.
683         * testsuite/launcher.all/command.exp: Add tests.
685 2018-12-20  Ben Elliston  <bje@gnu.org>
687         * NEWS: Add item for new dejagnu command.
689         * Makefile.am (EXTRA_DIST): Remove $(XML).
690         * Makefile.in: Regenerate.
692 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
694         * Makefile.am (EXTRA_DIST): Add "dejagnu" launcher script and
695         contents of $(commands_DATA).
696         (bin_SCRIPTS): Add "dejagnu" launcher script.
697         (commandsdir): Installation directory for "dejagnu" subcommands is
698         $(pkgdatadir)/commands.
699         (commands_DATA): New, contains "commands/help.sh" as initial item.
700         (TESTSUITE_FILES): Add testsuite for same.
701         (DEJATOOL): Add "launcher" to list of tools to test.
702         (dist_man_MANS): Add man pages for "dejagnu" and "dejagnu help".
704         * doc/dejagnu.texi (Running other DejaGnu commands): New chapter.
705         (Invoking dejagnu): New node for dejagnu(1) launcher script.
706         (Invoking dejagnu help): New node.
708         * doc/dejagnu.1: New man page.
709         * doc/dejagnu-help.1: New man page.
711         * dejagnu: New script.
713         * commands/help.sh: New dejagnu subcommand for reading manpages.
715         * testsuite/launcher.all/command.exp: New file.
716         * testsuite/launcher.all/command/commands/bar-baz.awk: New file.
717         * testsuite/launcher.all/command/commands/bar.awk: New file.
718         * testsuite/launcher.all/command/commands/bar.sh: New file.
719         * testsuite/launcher.all/command/commands/baz-quux.gawk: New file.
720         * testsuite/launcher.all/command/commands/foo.sh: New file.
721         * testsuite/launcher.all/command/commands/foo.tcl: New file.
722         * testsuite/launcher.all/help.exp: New file.
723         * testsuite/launcher.all/interp.exp: New file.
724         * testsuite/launcher.all/verbose.exp: New file.
725         * testsuite/lib/launcher.exp: New file.
727 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
729         * doc/dejagnu.texi (bt procedure): Fix Info links.
731 2018-12-17  Ben Elliston  <bje@gnu.org>
733         * doc/dejagnu.texi (Board config file): Fix up @ref.
734         (Command line option variables): Likewise.
735         (Debugging Procedures): Add an entry for 'bt' command.
737 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
739         * runtest.exp: Move processing of -V|--version option to first
740         pass through command line arguments instead of delaying it.
742 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
744         * Makefile.am (RUNTESTDEFAULTFLAGS): Remove; no longer needed.
745         * Makefile.in: Regenerate.
747 2018-12-15  Ben Elliston  <bje@gnu.org>
749         * doc/dejagnu.texi (telnet Procedure): Remove old node.
750         (rlogin Procedure): Likewise.
751         (rsh Procedure): Likewise.
752         (tip Procedure): Likewise.
753         (kermit Procedure): Likewise.
754         (list_targets Procedure): Likewise.
755         (prune_system_crud): Likewise.
757 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
759         * testsuite/runtest.libs/default_procs.tcl (send_error): New stub.
760         (send_user): Likewise.
761         * testsuite/runtest.libs/clone_output.test: Remove unneeded global
762         variable link at top-level.
763         * testsuite/runtest.libs/utils.test: Adjust absolute path to
764         config.status.
765         * testsuite/runtest.libs/clone_output.test: Use preset srcdir,
766         subdir, and objdir variables instead of extracting them from argv.
767         Remove setval.tmp, which is now obsolete.
768         * testsuite/runtest.libs/config.test: Likewise.
769         * testsuite/runtest.libs/remote.test: Likewise.
770         * testsuite/runtest.libs/target.test: Likewise.
771         * testsuite/runtest.libs/testsuite_file.test: Likewise.
772         * testsuite/runtest.libs/utils.test: Likewise.
774         * testsuite/lib/libsup.exp (make_defaults_file): Replace this ..
775         (send_defaults): .. with this.
776         (start_expect): Remove redundant code.
778         * testsuite/runtest.libs/libs.exp: Eliminate setval.tmp file.
779         Remove unneeded test for EXPECT global variable.
780         Use one Expect subprocess to run all test cases.
781         (process_test): Redesign to use Expect subprocess and to use
782         throwaway slave interpreters for running test cases.
784 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
786         * testsuite/lib/runtest.exp (runtest_start): Remove.
787         Move the sanity check in runtest_start to top-level and similarly
788         check to ensure that $EXPECT can be found.  Make failure of either
789         sanity check an immediate fatal error.
790         Improve error messages for sanity checks to indicate which
791         critical tool was not found.  Remove useless 'global RUNTEST'
792         command at top-level.
793         (runtest_version): Brace 'if' expression.
795 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
797         * testsuite/lib/runtest.exp: Use 'testsuite file' to locate the
798         default runtest executable instead of implicitly searching PATH.
799         Remove unused RUNTESTFLAGS Tcl variable.
801 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
803         * testsuite/lib/runtest.exp (runtest_start): Remove unused global
804         variable links.
806 2018-12-14  Jacob Bachmeyer  <jcb62281@gmail.com>
808         * lib/framework.exp (log_summary): Remove "testcnt" mechanism.
809         * testsuite/lib/libsup.exp: Remove obsolete "testcnt" variable.
811 2018-12-12  Ben Elliston  <bje@gnu.org>
813         * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,
814         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/rlogin.exp,
815         lib/telnet.exp, runtest.exp, testsuite/lib/libsup.exp: Simplify
816         some regular expressions in constant strings by placing them
817         inside braces instead of quotes. This allows one level of
818         backslash quoting to be removed.
820 2018-12-12  Ben Elliston  <bje@gnu.org>
822         * doc/dejagnu.texi: Acknowledge contributions to the manual from
823         others.
825 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
827         * testsuite/runtest.all/libs.exp: Use "testsuite file" command.
828         * testsuite/runtest.all/load_lib.exp: Likewise.
829         * testsuite/runtest.all/stats.exp: Likewise.
831         * testsuite/runtest.all/stats.exp: Write local init file as
832         "stats-init.exp" for status summary tests.  Use --local_init
833         option to runtest to load that file instead of site.exp and move
834         the inner test module to a nested testsuite.
835         * testsuite/runtest.all/stats-sub.exp: Move file from here ..
836         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
837         .. to here.
839         * testsuite/runtest.all/options.exp: Clean up whitespace in file.
840         Wrap lines in test list and move short items to beginning of list.
841         Write local init file as "options-init.exp" for options tests.
842         Use --local_init option with nested runtest to load that file
843         instead of site.exp; also create an empty nested testsuite.  Local
844         init file arranges for inner runtest processes to run in a
845         subdirectory in the object tree to eliminate filename clashes.
846         Set tmpdir if not already set and remove entire temporary
847         directory after running options tests.
848         * testsuite/runtest.all/options/testsuite/null.test/null.exp: New.
850         * testsuite/runtest.all/clone_output.test: Move from here ..
851         * testsuite/runtest.libs/clone_output.test: .. to here.
852         * testsuite/runtest.all/config.test: Move from here ..
853         * testsuite/runtest.libs/config.test: .. to here.
854         * testsuite/runtest.all/default_procs.tcl: Move from here ..
855         * testsuite/runtest.libs/default_procs.tcl: .. to here.
856         * testsuite/runtest.all/libs.exp: Move from here ..
857         * testsuite/runtest.libs/libs.exp: .. to here.
858         * testsuite/runtest.all/load_lib.exp: Move from here ..
859         * testsuite/runtest.libs/load_lib.exp: .. to here.
860         * testsuite/runtest.all/remote.test: Move from here ..
861         * testsuite/runtest.libs/remote.test: .. to here.
862         * testsuite/runtest.all/target.test: Move from here ..
863         * testsuite/runtest.libs/target.test: .. to here.
864         * testsuite/runtest.all/testsuite_file.test: Move from here ..
865         * testsuite/runtest.libs/testsuite_file.test: .. to here.
866         * testsuite/runtest.all/topdir/subdir1/subfile1: Move from here ..
867         * testsuite/runtest.libs/topdir/subdir1/subfile1: .. to here.
868         * testsuite/runtest.all/topdir/subdir1/subfile2: Move from here ..
869         * testsuite/runtest.libs/topdir/subdir1/subfile2: .. to here.
870         * testsuite/runtest.all/topdir/subdir1/subsubdir1/subsubfile1:
871         Move from here ..
872         * testsuite/runtest.libs/topdir/subdir1/subsubdir1/subsubfile1:
873         .. to here.
874         * testsuite/runtest.all/topdir/subdir2/subfile2: Move from here ..
875         * testsuite/runtest.libs/topdir/subdir2/subfile2: .. to here.
876         * testsuite/runtest.all/utils.test: Move from here ..
877         * testsuite/runtest.libs/utils.test: .. to here.
878         * testsuite/runtest.libs/utils.test: Update references to
879         "runtest.all".
881         * testsuite/runtest.all/options.exp: Move from here ..
882         * testsuite/runtest.main/options.exp: .. to here.
883         * testsuite/runtest.all/options/testsuite/null.test/null.exp: Move
884         from here ..
885         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
886         .. to here.
887         * testsuite/runtest.all/stats.exp: Move from here ..
888         * testsuite/runtest.main/stats.exp: .. to here.
889         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
890         Move from here ..
891         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
892         .. to here.
894         * Makefile.am (DISTCLEANFILES): Update for testsuite improvements.
895         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
896         * Makefile.in: Regenerate.
898 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
900         * doc/dejagnu.texi: Clean up whitespace.  Some indented examples
901         were changed to use the Texinfo '@ ' command (yes, a space
902         character) to preserve correct indentation.  The '@ ' command is
903         treated as a single space by Tex and makeinfo, but prevents Emacs
904         from complaining about indentation using spaces instead of tabs.
906 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
908         * doc/dejagnu.texi (getdirs procedure): Document hard-coded
909         directory exclusions by name in this procedure.
911 2018-12-10  Ben Elliston  <bje@gnu.org>
913         * doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl
914         glob patterns, not "shell wildcard characters" per se.
916         * doc/dejagnu.texi (istarget procedure): Remove stray @{.
918 2018-12-10  Jacob Bachmeyer  <jcb62281@gmail.com>
920         * doc/dejagnu.texi (Writing a test case): Add warning about
921         priority of Expect patterns, complete with example.
922         * testsuite/runtest.all/libs.exp (process_test): Fix bug that
923         caused test results other than "PASS" to be skipped if a "PASS" is
924         further along in the input buffer.  Describe problem in manual.
925         (process_test): Ensure that the log file shows each test case run.
926         (process_test): Directly run the test cases instead of using
927         temporary files and "cat".  All output is always available in the
928         log file, which is no longer overwritten by other tests.
929         (process_test): Expect END markers from test case scripts.
930         * testsuite/runtest.all/clone_output.test: Emit END markers.
931         * testsuite/runtest.all/config.test: Likewise.
932         * testsuite/runtest.all/remote.test: Likewise.
933         * testsuite/runtest.all/target.test: Likewise.
934         * testsuite/runtest.all/testsuite_file.test: Likewise.
935         * testsuite/runtest.all/utils.test: Likewise.
937 2018-12-10  Ben Elliston  <bje@gnu.org>
939         * lib/utils.exp (grep): Use a proper Tcl list for options.
941 2018-12-10  Ben Elliston  <bje@gnu.org>
943         * testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir.
945         * lib/utils.exp (getdirs): Use glob -nocomplain rather than glob
946         and catching the "no files matched glob pattern" error
947         message. Catching the error message was the wrong thing to do
948         because the foreach loop then iterates over each word in the error
949         message as if they were matches.
951 2018-12-10  Ben Elliston  <bje@gnu.org>
953         * testsuite/runtest.all/utils.test (getdirs): Add a test for the
954         non-existent directory case.
956 2018-12-10  Ben Elliston  <bje@gnu.org>
958         * runtest.exp: Remove unnecessary quotes and braces around
959         variable expansions.
961         * lib/debugger.exp (dumpvars): Remove unnecessary braces.
963 2018-12-09  Ben Elliston  <bje@gnu.org>
965         * runtest.exp (setup_target_hook): Use 'ne' and not '!='.
966         (iterate_target_variants_two): Likewise.
967         * lib/remote.exp (standard_download): Use 'eq' not '=='.
968         (remote_upload): Likewise.
969         * lib/framework.exp (open_logs): Likewise.
970         (is_remote): Likewise.
972 2018-12-09  Ben Elliston  <bje@gnu.org>
974         * baseboards/basic-sid.exp, baseboards/basic-sim.exp,
975         baseboards/i386-sid.exp, baseboards/mt-sid.exp,
976         baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp,
977         config/gdb_stub.exp, config/sim.exp, config/unix.exp,
978         config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp,
979         lib/framework.exp, lib/kermit.exp, lib/libgloss.exp,
980         lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp,
981         lib/utils.exp, testsuite/lib/libsup.exp,
982         testsuite/runtest.all/options.exp,: Remove unnecessary braces
983         around variable expansions.
985 2018-12-09  Ben Elliston  <bje@gnu.org>
987         * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp,
988         lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp,
989         lib/target.exp, lib/tip.exp, lib/utils.exp, runtest.exp: Remove
990         unnecessary quotes and braces around variable expansions.
992 2018-12-09  Ben Elliston  <bje@gnu.org>
994         * config/gdb-comm.exp: Remove unnecessary quotes.
995         * config/gdb_stub.exp: Likewise.
996         * config/vxworks.exp: Likewise.
997         * config/unix.exp: Likewise.
998         * config/sim.exp: Likewise.
1000 2018-12-09  Ben Elliston  <bje@gnu.org>
1002         * testsuite/lib/libsup.exp: Remove unnecessary quotes around
1003         variable expansions.
1004         * testsuite/lib/util-defs.exp: Likewise.
1006 2018-12-09  Ben Elliston  <bje@gnu.org>
1008         * baseboards/androideabi.exp: Remove unnecessary quotes and braces
1009         around variable expansions.
1010         * baseboards/basic-sid.exp: Likewise.
1011         * baseboards/cris-sim.exp: Likewise.
1012         * baseboards/generic-sim.exp: Likewise.
1013         * baseboards/mcore-moto-sim.exp: Likewise.
1014         * baseboards/multi-sim.exp: Likewise.
1016 2018-12-08  Ben Elliston  <bje@gnu.org>
1018         * NEWS: Tweak.
1020 2018-12-08  Ben Elliston  <bje@gnu.org>
1022         * lib/dejagnu.exp (host_execute): Remove unnecessary quotes around
1023         variable expansions.
1024         * testsuite/runtest.all/clone_output.test: Likewise.
1025         * testsuite/runtest.all/target.test: Likewise.
1026         * testsuite/runtest.all/stats.exp: Likewise.
1027         * testsuite/runtest.all/remote.test: Likewise.
1028         * testsuite/runtest.all/config.test: Likewise.
1029         * testsuite/runtest.all/default_procs.tcl: Likewise.
1030         * testsuite/runtest.all/libs.exp: Likewise.
1031         * testsuite/runtest.all/options.exp: Likewise.
1033 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1035         * NEWS: Document 'testsuite' command.
1036         * doc/dejagnu.texi (testsuite procedure): Document multiplex entry
1037         point and "testsuite file" command.
1038         * lib/framework.exp (testsuite): New proc for multiplex commands.
1039         (testsuite_file): New proc implementing "testsuite file".
1040         * testsuite/runtest.all/testsuite_file.test: New file.
1041         * runtest.exp: Expect to find testsuite in ${srcdir}/testsuite,
1042         but also search $srcdir itself.
1043         (load_lib): Add explicit search for testsuite-local libraries.
1044         (load_tool_init): Use $testsuitedir in search.
1045         (load_config): Use $testsuitedir instead of $srcdir.
1046         (load_tool_target_config): Likewise.
1048         Add variable "testsuitedir" for testsuite root directory.
1050         Add internal global variables "testbuilddir" and "testdir" for use
1051         by "testsuite file".
1053         Ensure that $testsuitedir, $testbuilddir, and $objdir also avoid
1054         duplicated path delimiters.
1056         Add warning if no tests are found and fallback method of searching
1057         $srcdir is used.
1059 2018-12-08  Ben Elliston  <bje@gnu.org>
1061         * testsuite/lib/libsup.exp (start_expect): Brace commands in if
1062         expressions.
1063         * testsuite/lib/util-defs.exp (util_test): Likewise.
1064         * testsuite/runtest.all/stats.exp: Likewise.
1065         * testsuite/runtest.all/libs.exp: Likewise.
1067 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1069         * testsuite/runtest.all/default_procs.tcl:
1070         (lib_errpat_test, lib_errregexp_test, lib_err_test): New.
1071         (lib_regexp_test): Fix copy-paste-edit error.
1072         (lib_pat_test, lib_regexp_test, lib_ret_test, lib_bool_test):
1073         Fix handling of errors raised by tested procedure.  Also ensure
1074         proper quoting of argument lists passed to eval and simplify
1075         the logic for producing return values.
1077 2018-12-08  Ben Elliston  <bje@gnu.org>
1079         * config/vxworks.exp (${board}_init): Use 'ne' instead of !=.
1081 2018-12-08  Ben Elliston  <bje@gnu.org>
1083         * lib/tip.exp (tip_open): Put braces around if expression.
1085 2018-12-08  Ben Elliston  <bje@gnu.org>
1087         * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp,
1088         lib/remote.exp, lib/framework.exp, lib/dg.exp, config/vxworks.exp,
1089         config/sim.exp, config/gdb_stub.exp, config/aarch64-fv8.exp,
1090         baseboards/vr4300-sim.exp, baseboards/vr4111-sim.exp,
1091         baseboards/vr4100-sim.exp, baseboards/sh-sid.exp,
1092         baseboards/mt-sid.exp, baseboards/mips-sim.exp,
1093         baseboards/mips-sim-idt64.exp, baseboards/mips-sim-idt32.exp,
1094         baseboards/i386-sid.exp, baseboards/arm-sim.exp,
1095         baseboards/arm-ice.exp, baseboards/androideabi.exp,
1096         testsuite/runtest.all/utils.test,
1097         testsuite/runtest.all/target.test: Replace string literal
1098         comparisons using == and != with 'eq' and 'ne'.
1100 2018-12-08  Ben Elliston  <bje@gnu.org>
1102         * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp,
1103         lib/rsh.exp, lib/rlogin.exp, lib/remote.exp, lib/libgloss.exp,
1104         lib/framework.exp, lib/dg.exp, lib/dejagnu.exp,
1105         config/vxworks.exp, config/unix.exp, config/sim.exp,
1106         config/gdb_stub.exp, config/gdb-comm.exp, config/adb.exp,
1107         baseboards/multi-sim.exp, baseboards/cris-sim.exp,
1108         baseboards/basic-sim.exp, baseboards/basic-sid.exp,
1109         baseboards/androideabi.exp, testsuite/runtest.all/load_lib.exp,
1110         testsuite/libdejagnu/tunit.exp: Replace empty string comparisons
1111         using == and != with 'eq' and 'ne'.
1113 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1115         * testsuite/runtest.all/default_procs.tcl (lib_bool_test): New.
1116         (lib_regexp_test): New.
1117         (lib_pat_test): Brace "if" conditions.
1118         (lib_pat_test): Remove spurious quotes in debugging output.
1119         (run_tests): Add support for comments in lists of procedure tests.
1121         * testsuite/runtest.all/config.test: Adjust to use run_tests
1122         procedure. Fixes issue cited in FIXME comment.
1124         * testsuite/runtest.all/utils.test (getdirs tests): Fix these.
1125         The old tests had the sense of the return value from lib_pat_test
1126         inverted and were failing but reported PASS.
1127         (find tests, relative_filename tests, runtest_file_p tests):
1128         Adjust to use run_tests procedure.
1130 2018-12-07  Ben Elliston  <bje@gnu.org>
1132         * doc/dejagnu.texi: Add more missing material.
1134 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1136         * testsuite/runtest.all/default_procs.tcl (lib_ret_test): Tidy.
1137         (run_tests): Replace implicit "eval" with explicit "eval".  Tidy.
1138         (verbose): Remove unnecessary quotes.
1140 2018-12-06  Ben Elliston  <bje@gnu.org>
1142         * doc/dejagnu.texi: Add more missing material.
1144 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1146         * testsuite/runtest.all/default_procs.tcl: Whitespace clean up.
1147         (lib_pat_test): Handle an argument list instead of only a single
1148         argument for the procedure under test.
1149         (lib_ret_test): Likewise.
1150         * testsuite/runtest.all/utils.test: Whitespace clean up.
1151         Adjust to pass argument lists for improved lib_pat_test.
1152         * testsuite/runtest.all/clone_output.test: Likewise.
1154 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1156         * lib/remote.exp (standard_load): Fix typo on empty string.
1157         * runtest.exp: Adjust expression to follow GNU conventions.
1158         * lib/utils.exp (diff): Fix mistake in replacing [string compare]
1159         with "eq" instead of "ne".
1160         * testsuite/runtest.all/config.test: Likewise.
1162 2018-12-06  Ben Elliston  <bje@gnu.org>
1164         * runtest.exp: Replace [string match] commands involving literal
1165         strings and variables known to not be Tcl glob patterns with eq
1166         and ne.
1167         * config/unix.exp: Likewise.
1168         * lib/debugger.exp: Likewise.
1169         * lib/dg.exp: Likewise.
1170         * lib/framework.exp: Likewise.
1171         * lib/remote.exp: Likewise.
1172         * lib/utils.exp: Likewise.
1173         * baseboards/androideabi.exp: Likewise.
1174         * baseboards/multi-sim.exp: Likewise.
1175         * testsuite/lib/util-defs.exp: Likewise.
1176         * testsuite/runtest.all/config.test: Likewise.
1178 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1180         * testsuite/runtest.all/utils.test: Add Tcl mode marker for Emacs.
1181         * testsuite/runtest.all/target.test: Likewise.
1182         * testsuite/runtest.all/remote.test: Likewise.
1183         * testsuite/runtest.all/config.test: Likewise.
1184         * testsuite/runtest.all/clone_output.test: Likewise.
1186 2018-12-06  Ben Elliston  <bje@gnu.org>
1188         * runtest.exp: Replace '==' with 'eq' for string compares.
1189         Likewise, replace '!=' with 'ne'. Replace a few instances of
1190         [string length $str] == 0 with $str eq "".
1191         * config/gdb-comm.exp: Likewise.
1192         * lib/dg.exp: Likewise.
1193         * lib/framework.exp: Likewise.
1194         * lib/libgloss.exp: Likewise.
1195         * lib/remote.exp: Likewise.
1196         * lib/target.exp: Likewise.
1197         * lib/utils.exp: Likewise.
1199 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1201         * runtest.exp: Replace archaic use of [string match] with "eq".
1203 2018-12-06  Ben Elliston  <bje@gnu.org>
1205         * doc/dejagnu.texi (compile Procedure): Remove old node.
1206         (archive Procedure): Likewise.
1207         (ranlib Procedure): Likewise.
1209 2018-12-06  Ben Elliston  <bje@gnu.org>
1211         * doc/dejagnu.texi (rsh procedure): Fix node connectivity.
1213 2018-12-06  Ben Elliston  <bje@gnu.org>
1215         * lib/telnet.exp (telnet_open): Remove connectmode global.
1216         * doc/dejagnu.texi (Procedures For Remote Communication): Remove
1217         mention of connectmode.
1219 2018-12-05  Ben Elliston  <bje@gnu.org>
1221         * doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete
1222         node.
1224 2018-12-05  Ben Elliston  <bje@gnu.org>
1226         * doc/dejagnu.texi: Add more missing material.
1228 2018-12-05  Ben Elliston  <bje@gnu.org>
1230         * testsuite/runtest.all/utils.test: Test runtest_file_p.
1232 2018-12-05  Jacob Bachmeyer  <jcb62281@gmail.com>
1234         * runtest.exp (load_config): Remove unused globals.
1235         (load_generic_config): Likewise.
1236         (load_board_description): Likewise.
1237         (load_base_board_description): Likewise.
1239 2018-12-05  Ben Elliston  <bje@gnu.org>
1241         * lib/utils.exp (grep): Handle -n.
1242         * doc/dejagnu.texi (grep procedure): Document it.
1243         * testsuite/runtest.all/utils.test: Add a test case.
1244         * NEWS: Add an item.
1246 2018-12-05  Ben Elliston  <bje@gnu.org>
1248         * testsuite/runtest.all/utils.test: Test diff.
1250 2018-12-04  Ben Elliston  <bje@gnu.org>
1252         * testsuite/runtest.all/utils.test: Test grep.
1254 2018-12-04  Ben Elliston  <bje@gnu.org>
1256         * testsuite/runtest.all/utils.test (which): Fail on the else path,
1257         don't pass in either case.
1259 2018-12-04  Ben Elliston  <bje@gnu.org>
1261         * doc/dejagnu.texi (Libgloss): Improve documentation.
1262         (Debugging Procedures): Likewise.
1264 2018-12-04  Ben Elliston  <bje@gnu.org>
1266         * lib/debugger.exp (dumprocs): Fix proc comment.
1268 2018-12-04  Ben Elliston  <bje@gnu.org>
1270         * doc/dejagnu.texi (Utility Procedures): Improve documentation for
1271         the procedures in this section.
1273 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1275         * NEWS: Document new relative_filename procedure and --local_init/
1276         --global_init command line options.
1278 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1280         * lib/utils.exp (relative_filename): New proc.
1281         * runtest.exp: Use it.
1282         * doc/dejagnu.texi (relative_filename procedure): Document it.
1283         * testsuite/runtest.all/utils.test: Add tests for relative_filename.
1285 2018-12-03  Ben Elliston  <bje@gnu.org>
1287         * dejagnu.h (TestState): Remove const char * variants of pass(),
1288         xpass(), fail(), xfail(), untested(), unresolved() for C++. A
1289         const char * will be implicitly converted to std::string.
1291 2018-12-03  Ben Elliston  <bje@gnu.org>
1293         * doc/dejagnu.texi: Move 'Built-in Procedures' node up a level,
1294         removing the 'Reference' node and chapter. Make all subsubsections
1295         in this chapter unnumbered subheadings.
1297 2018-12-03  Jacob Bachmeyer  <jcb62281@gmail.com>
1299         * doc/dejagnu.texi: Fix Info node links.  The arguments to @node
1300         are: here, next, previous, up; not here, previous, next, up.
1302 2018-12-03  Ben Elliston  <bje@gnu.org>
1304         * Makefile.am (EXTRA_DIST): Use $(TEXINFO_TEX), not a hardcoded
1305         doc/texinfo.tex. With thanks to Jacob Bachmeyer.
1306         * Makefile.in: Regenerate.
1308 2018-12-03  Ben Elliston  <bje@gnu.org>
1310         * Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex.
1311         (EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise
1312         prevents the distribution of the overridden texinfo.tex.
1313         * Makefile.in: Regenerate.
1314         * texinfo.tex: Move from here ..
1315         * doc/texinfo.tex: .. to here.
1317 2018-12-03  Ben Elliston  <bje@gnu.org>
1319         * lib/framework.exp (isremote): Add verbose message.
1321 2018-12-02  Ben Elliston  <bje@gnu.org>
1323         * lib/framework.exp (isremote): Pass $board to is_remote.
1325 2018-12-02  Ben Elliston  <bje@gnu.org>
1327         * doc/fdl.texi: New.
1328         * doc/dejagnu.texi (Variable Index): New.
1329         Add more concept index entries.
1330         (GNU Free Documentation License): New appendix.
1332 2018-12-02  Ben Elliston  <bje@gnu.org>
1334         * doc/dejagnu.texi (Procedure Index): New. Add Texinfo function
1335         index (@findex) entries for every built-in procedure.
1337 2018-12-02  Ben Elliston  <bje@gnu.org>
1339         * doc/dejagnu.texi: Start an index.
1341 2018-12-02  Ben Elliston  <bje@gnu.org>
1343         * doc/version.texi: New.
1345 2018-12-02  Ben Elliston  <bje@gnu.org>
1347         * doc/dejagnu.texi: Add title page and frontmatter. Include
1348         version.texi.
1349         * Makefile.in: Regenerate.
1350         * mdate-sh: Installed by automake --add-missing.
1352 2018-12-02  Ben Elliston  <bje@gnu.org>
1354         * doc/dejagnu.texi (diff procedure): Tidy up this node.
1356 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1358         * runtest.exp (hex): Remove useless test before setting.
1359         (decimal): Likewise.
1361 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1363         * doc/dejagnu.texi (Invoking runtest): Document new --local_init
1364         and --global_init command line options.
1365         * doc/runtest.1: Likewise.
1367         * runtest.exp: Remove useless tests before setting default values
1368         for variables: all_flag, binpath, debug, options, outdir, reboot,
1369         tracelevel, verbose, log_dialog.  They are set before loading any
1370         files or parsing the command line.
1372         * runtest.exp: Add options --local_init and --global_init for
1373         selecting alternate testsuite configuration files.
1375         * runtest.exp: Split variable "configfile" into "local_init_file"
1376         and "global_init_file" in preparation for adding command-line
1377         options to specify these independently.
1379         * runtest.exp (load_generic_config): Remove configfile global.
1380         (load_board_description): Likewise.
1381         (load_base_board_description): Likewise.
1383 2018-11-30  Ben Elliston  <bje@gnu.org>
1385         * lib/utils.exp (grep): Remove reference to "NULL" in comment.
1386         * testsuite/lib/util-defs.exp (util_start): Likewise.
1388 2018-11-30  Ben Elliston  <bje@gnu.org>
1390         * doc/dejagnu.texi: (verbose procedure): Improve documentation.
1391         (load_lib procedure): Likewise.
1393 2018-11-30  Ben Elliston  <bje@gnu.org>
1395         * doc/dejagnu.texi: More clean-ups of built-in proc documentation.
1397 2018-11-30  Ben Elliston  <bje@gnu.org>
1399         * runtest.exp: Use isremote.
1400         * lib/target.exp: Likewise.
1401         * lib/remote.exp: Likewise.
1402         * lib/libgloss.exp: Likewise.
1403         * config/unix.exp: Likewise.
1404         * config/sim.exp: Likewise.
1405         * config/gdb_stub.exp: Likewise.
1406         * config/gdb-comm.exp: Likewise.
1407         * baseboards/basic-sim.exp: Likewise.
1408         * baseboards/androideabi.exp: Likewise.
1410 2018-11-30  Ben Elliston  <bje@gnu.org>
1412         * lib/framework.exp (isremote): New.
1413         * doc/dejagnu.texi (isremote procedure): Document it.
1414         * NEWS: Mention isremote.
1416 2018-11-30  Ben Elliston  <bje@gnu.org>
1418         * texinfo.tex: Update to latest upstream version.
1419         * INSTALL: Likewise.
1421 2018-11-29  Ben Elliston  <bje@gnu.org>
1423         * lib/framework.exp (istarget, ishost, istarget): Set the argument
1424         default value to the empty string.
1425         * doc/dejagnu.texi (find procedure): Remove reference to "NULL".
1426         (getenv procedure): Re-word this node.
1427         (isbuild procedure): Update.
1428         (ishost procedure): Likewise.
1429         (istarget procedure): Likewise.
1430         * testsuite/runtest.all/config.test: Add test cases.
1432 2018-11-28  Ben Elliston  <bje@gnu.org>
1434         * config.guess: Update to latest version.
1435         * config.sub: Likewise.
1437 2018-11-28  Ben Elliston  <bje@gnu.org>
1439         * NEWS: Update.
1440         * configure.ac: Update version number.
1441         * configure: Regenerate.
1442         * doc/dejagnu.texi: Update version number.
1443         * runtest.exp: Update version number.
1445 2018-11-28  Ben Elliston  <bje@gnu.org>
1447         * Makefile.am (TESTSUITE_FILES): Update filenames.
1448         * Makefile.in: Regenerate.
1450 2018-11-28  Ben Elliston  <bje@gnu.org>
1452         * NEWS: Update.
1454         * doc/dejagnu.texi: Tidy up (fill) some paragraphs.
1456 2018-11-25  Jacob Bachmeyer  <jcb62281@gmail.com>
1458         * lib/framework.exp: Clean up whitespace.
1460 2018-11-25  Ben Elliston  <bje@gnu.org>
1462         * config/gdb-comm.exp: Clean up whitespace.
1463         * config/gdb_stub.exp: Likewise.
1464         * config/sid.exp: Likewise.
1465         * config/sim.exp: Likewise.
1466         * config/unix.exp: Likewise.
1468 2018-11-23  Ben Elliston  <bje@gnu.org>
1470         * doc/dejagnu.texi (getdirs procedure): Improve documentation
1471         including documenting the -all option.
1472         (find procedure): Fix a typo.
1473         * lib/utils.exp (getdirs): Improve comments.
1475 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1477         * runtest.exp: Ensure that multipass pass variables are always
1478         restored.  Previously, they were only restored if the "Go digging
1479         for tests" branch was taken near the end of runtest.exp.
1481 2018-11-22  Ben Elliston  <bje@gnu.org>
1483         * doc/dejagnu.texi (Customizing DejaGnu): Document error handling
1484         of the $DEJAGNU environment variable (see change below).
1486 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1488         * runtest.exp: Raise error if $DEJAGNU is defined but not found.
1490 2018-11-15  Jacob Bachmeyer  <jcb62281@gmail.com>
1492         * runtest.exp (load_tool_init): Search for tool init file instead
1493         of assuming exactly one location.
1495 2018-11-15  Ben Elliston  <bje@gnu.org>
1497         * runtest.exp (load_lib): Whitespace fix.
1499 2018-11-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1501         * lib/ssh.exp: Clean up whitespace.
1502         * lib/remote.exp: Clean up whitespace.
1503         (remote_expect): Change literal tab to "\t" in regexp.
1505 2018-11-05  Ben Elliston  <bje@gnu.org>
1507         * config.guess: Update to latest version.
1508         * config.sub: Likewise.
1510 2018-11-02  Ben Elliston  <bje@gnu.org>
1512         * Makefile.in: Regenerate.
1514 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1516         * Makefile.am (DEJATOOL): List tools in testsuite.
1517         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1518         * testsuite/config/default.exp: Rename from this ...
1519         * testsuite/lib/runtest.exp: ... to this.
1520         (runtest_exit): Remove spurious "close". This was causing per-tool
1521         testing to fail, since the testsuite for "runtest" never actually
1522         uses "spawn", so "close" ends up closing exp0, which is the
1523         terminal.  The ${tool}_exit proc is not called if the --tool
1524         option is not given, so this had no effect earlier.
1525         * testsuite/lib/libdejagnu.exp: New empty file.
1527 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1529         * runtest.exp (load_tool_init): Add message indicating the
1530         expected location of the tool init file.
1532 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1534         * contrib/sum2junit.sh (failures): Fix typo.
1536 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1538         * configure.ac (DEJAGNU): Add comments.
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
1547         per-tool testing to fail, since the testsuite for "runtest" never
1548         actually uses "spawn", so "close" ends up closing exp0, which is
1549         the 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-30  Ben Elliston  <bje@gnu.org>
1555         * Makefile.am (DISTCLEANFILES): Add testrun.xml.
1556         * Makefile.in: Regenerate with Automake 1.15.1.
1557         * aclocal.m4: Likewise.
1559 2018-10-30  Ben Elliston  <bje@gnu.org>
1561         * configure.ac (AC_CONFIG_SUBDIRS): Remove.
1562         * configure: Regenerate.
1564 2018-10-29  Ben Elliston  <bje@gnu.org>
1566         * README (Documentation): Update.
1568 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1570         * lib/framework.exp (record_test): Really fix message formatting.
1572 2018-10-29  Ben Elliston  <bje@gnu.org>
1574         Reported by Jacob Bachmeyer.
1575         * testsuite/runtest.all/utils.test: Fix missing end quote.
1577 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1579         * lib/framework.exp (record_test): Fix message formatting.
1581 2018-07-20  Ben Elliston  <bje@gnu.org>
1583         * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings.
1584         * contrib/mysql/sum2xml.sh: Likewise.
1586 2018-07-20  Ben Elliston  <bje@gnu.org>
1588         * contrib/compare_tests: Eliminate Shellcheck warnings.
1589         * contrib/mysql/sum2xml.sh: Likewise.
1591 2018-07-20  Ben Elliston  <bje@gnu.org>
1593         * compile, depcomp, install-sh: Latest upstream versions.
1595 2018-07-20  Ben Elliston  <bje@gnu.org>
1597         * contrib/sum2junit.sh: Eliminate some Shellcheck warnings.
1599 2018-07-19  Ben Elliston  <bje@gnu.org>
1601         * runtest: Use POSIX 'command', not 'type', to look for the Expect
1602         binary. Silences Shellcheck warning SC2039 ("In POSIX sh, 'type'
1603         is undefined").
1605 2018-07-19  Ben Elliston  <bje@gnu.org>
1607         * config.guess: Update to latest version.
1608         * config.sub: Likewise.
1610 2018-07-06  Richard Biener  <rguenther@suse.de>
1612         * lib/remote.exp (close_wait_program): Use separate kill command
1613         for each pid.
1615 2017-10-16  Ben Elliston  <bje@gnu.org>
1617         * NEWS: Start a new section for the next release.
1618         * configure.ac (AC_INIT): Update version number.
1619         * configure: Regenerate.
1620         * runtest.exp (frame_version): Update version number.
1621         * doc/dejagnu.texi: Likewise.
1622         * doc/runtest.1: Update datestamp.
1624 2017-10-16  Ben Elliston  <bje@gnu.org>
1626         * config.guess: Update to version 2017-09-26.
1627         * config.sub: Likewise.
1629 2017-09-13  Ben Elliston  <bje@gnu.org>
1631         * lib/framework.exp (open_logs): Set XML version to 1.1.
1632         (xml_tag): Skip valid whitespace chars (0x9, 0xA, 0xD). Include
1633         missing 'x' in escape sequence.
1635 2017-08-29  Ben Elliston  <bje@gnu.org>
1637         Revert these changes:
1639         2016-04-25  Ben Elliston  <bje@gnu.org>
1641         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1643         2016-04-24  Ben Elliston  <bje@gnu.org>
1645         * lib/utils.exp (unsetenv): Remove proc.
1646         * doc/dejagnu.texi: Update documentation.
1647         * NEWS: Update.
1649 2017-08-19  Ben Elliston  <bje@gnu.org>
1651         * lib/framework.exp (xml_tag): Escape all of the non-printable
1652         control characters (ASCII codes 1 to 31 inclusive).
1654 2017-08-18  Tom Tromey  <tom@tromey.com>
1656         * runtest.exp: Fix --directory matching.
1658 2017-08-15  Ben Elliston  <bje@gnu.org>
1660         * lib/framework.exp (xml_tag): New proc.
1661         (log_summary): Use it.
1662         (record_test): Likewise.
1664 2017-08-15  Ben Elliston  <bje@gnu.org>
1666         * lib/framework.exp (open_logs): Set .xml filename correctly.
1667         * runtest.exp: Remove xml_file_name var.
1668         (usage): Update --xml option to not take an argument.
1669         (load_tool_init): Likewise.
1670         * doc/dejagnu.texi (Invoking runtest): Update documentation.
1671         * doc/runtest.1: Likewise.
1673 2017-08-01  Ben Elliston  <bje@gnu.org>
1675         * runtest.exp (usage): Improve --strace message.
1677 2017-08-01  Ben Elliston  <bje@gnu.org>
1679         * runtest.exp (usage): --reboot doesn't take a 'name' parameter.
1681 2017-06-04  Ben Elliston  <bje@gnu.org>
1683         * lib/target.exp (push_target): Remove unnecessary global command.
1684         * testsuite/runtest.all/target.test: Overhaul tests.
1686 2017-06-04  Ben Elliston  <bje@gnu.org>
1688         * testsuite/runtest.all/remote.test: Remove cruft from yesteryear.
1690 2017-06-04  Tom de Vries  <tom@codesourcery.com>
1692         * testsuite/runtest.all/target.test: Remove list_targets test.
1694 2017-06-04  Tom de Vries  <tom@codesourcery.com>
1696         * testsuite/runtest.all/libs.exp (process_test): Dump entire
1697         output when there's no reportable output.
1698         * testsuite/runtest.all/remote.test (load_lib): New proc.
1699         * testsuite/runtest.all/target.test (load_lib): Same.
1701 2017-03-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1703         * lib/remote.exp (remote_download): Add logging message when
1704         source and destination file differ in name.
1706 2016-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1708         * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
1710 2016-06-28  Ben Elliston  <bje@gnu.org>
1712         * aclocal.m4, Makefile.in: Regenerate with automake 1.15.
1713         * configure: Regenerate.
1715 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1717         * configure.ac, dejagnu.h, runtest, runtest.exp,
1718         baseboards/am33_2.0-libremote.exp, baseboards/androideabi.exp,
1719         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
1720         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
1721         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
1722         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
1723         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
1724         baseboards/i386-sid.exp, baseboards/iq2000-sim.exp,
1725         baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp,
1726         baseboards/linux-libremote.exp, baseboards/m68k-sid.exp,
1727         baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp,
1728         baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp,
1729         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp,
1730         baseboards/mips-sim-mti32.exp, baseboards/mips-sim-mti64.exp,
1731         baseboards/mips-sim-mti64_64.exp,
1732         baseboards/mips-sim-mti64_n32.exp, baseboards/mips-sim-sde32.exp,
1733         baseboards/mips-sim-sde64.exp, baseboards/mips-sim.exp,
1734         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
1735         baseboards/mn10300-sim.exp, baseboards/moxie-sim.exp,
1736         baseboards/mt-sid.exp, baseboards/multi-sim.exp,
1737         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
1738         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
1739         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
1740         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
1741         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
1742         baseboards/unix.exp, baseboards/v850-sim.exp,
1743         baseboards/visium-sim.exp, baseboards/vr4100-sim.exp,
1744         baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp,
1745         baseboards/xtensa-sim.exp, lib/debugger.exp, lib/dejagnu.exp,
1746         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/remote.exp,
1747         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
1748         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
1749         testsuite/config/default.exp, testsuite/lib/libsup.exp,
1750         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
1751         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
1752         testsuite/runtest.all/stats-sub.exp,
1753         testsuite/runtest.all/stats.exp, config/adb.exp,
1754         config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp,
1755         config/sid.exp, config/sim.exp, config/unix.exp,
1756         config/vxworks.exp: Update copyright date for 2016.
1758 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1760         * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp,
1761         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
1762         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
1763         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
1764         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
1765         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
1766         baseboards/generic-sim.exp, baseboards/i386-sid.exp,
1767         baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp,
1768         baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp,
1769         baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp,
1770         baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp,
1771         baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp,
1772         baseboards/mips-sim-idt64.exp, baseboards/mips-sim.exp,
1773         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
1774         baseboards/mn10300-sim.exp, baseboards/mt-sid.exp,
1775         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
1776         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
1777         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
1778         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
1779         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
1780         baseboards/unix.exp, baseboards/v850-sim.exp,
1781         baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp,
1782         baseboards/vr4300-sim.exp, baseboards/xtensa-sim.exp,
1783         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
1784         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
1785         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
1786         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
1787         testsuite/config/default.exp, testsuite/lib/libsup.exp,
1788         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
1789         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
1790         testsuite/runtest.all/options.exp,
1791         testsuite/runtest.all/stats-sub.exp,
1792         testsuite/runtest.all/stats.exp, config/default.exp,
1793         config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp,
1794         config/sim.exp, config/unix.exp, config/vxworks.exp, configure.ac,
1795         dejagnu.h, runtest, runtest.exp: Use condensed years in copyright
1796         statement.
1798 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1800         * doc/runtest.1: Use condensed years in copyright statement.
1802 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1804         * runtest: Quote paths. Use test -z, -n for clarity.
1806 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1808         * config/adb.exp (adb_exec) Improve verbose message.
1810 2016-06-03  Jim Wilson  <jim.wilson@linaro.org>
1812         * baseboards/aarch64-sim.exp: New file.
1813         * Makefile.am (baseboard_DATA): Add aarch64-sim.exp.
1814         * Makefile.in: Regenerate.
1815         * lib/libgloss.exp (libgloss_link_flags): Map aarch64* to aarch64.
1817 2016-04-26  Ben Elliston  <bje@gnu.org>
1819         * doc/dejagnu.texi: Fill more paragraphs.
1821 2016-04-25  Ben Elliston  <bje@gnu.org>
1823         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1825 2016-04-24  Ben Elliston  <bje@gnu.org>
1827         * lib/utils.exp (unsetenv): Remove proc.
1828         * doc/dejagnu.texi: Update documentation.
1829         * NEWS: Update.
1831 2016-04-19  Nick Clifton  <nickc@redhat.com>
1833         * baseboards/msp430-sim.exp: New file.
1834         * Makefile.am (baseboard_DATA): Add msp430-sim.exp.
1835         * Makefile.in: Regenerate.
1837 2016-04-18  Ben Elliston  <bje@gnu.org>
1839         * runtest: Remove quoting in final exec command.
1841 2016-04-17  Ben Elliston  <bje@gnu.org>
1843         * lib/remote.exp: Load ssh.exp lib.
1845 2016-04-17  Ben Elliston  <bje@gnu.org>
1847         * lib/rsh.exp (rsh_open): Fix description comment.
1849 2016-04-17  Ben Elliston  <bje@gnu.org>
1851         Reported by shellcheck.
1852         * runtest: Use $((..)) not `expr ..` and defensively double quote
1853         shell variables.
1855 2016-04-17  Ben Elliston  <bje@gnu.org>
1857         * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.
1858         * Makefile.in: Regenerate.
1860 2016-04-17  Ben Elliston  <bje@gnu.org>
1862         Reported by shellcheck.
1863         * runtest: Use $((..)) not `expr ..`.
1865 2016-04-17  Ben Elliston  <bje@gnu.org>
1867         * configure.ac (AC_INIT): Update version number.
1868         * configure: Regenerate.
1869         * runtest.exp (frame_version): Update version number.
1870         * doc/dejagnu.texi: Likewise.
1872 2016-04-17  Ben Elliston  <bje@gnu.org>
1874         * NEWS: Start a new section for the next release.
1876 2016-04-15  Ben Elliston  <bje@gnu.org>
1878         * Makefile.am (CONTRIB): Add new contrib scripts.
1879         * Makefile.in: Regenrate.
1881 2016-04-15  Ben Elliston  <bje@gnu.org>
1883         * lib/ssh.exp (ssh_exec): Handle regexp return status.
1885 2016-04-13  Ben Elliston  <bje@gnu.org>
1887         * lib/rsh.exp (rsh_exec): Improve verbose message.
1888         * lib/ssh.exp (ssh_exec): Likewise.
1889         * config/adb.exp: Likewise.
1891 2016-04-13  Ben Elliston  <bje@gnu.org>
1893         * runtest.exp: Improve --version (-v) output.
1894         * testsuite/runtest.all/options.exp: Update test case.
1896 2016-04-13  Christophe Lyon  <christophe.lyon@linaro.org>
1898         * lib/rsh.exp (rsh_exec): Handle regexp return status.
1900 2016-04-08  Ben Elliston  <bje@gnu.org>
1902         Reported by Faraz Shahbazker.
1903         * doc/dejagnu.texi (Global config file): Fix broken @node.
1904         (Local config file): Likewise.
1906 2016-04-07  Ben Elliston  <bje@gnu.org>
1908         * lib/remote.exp (remote_exec): Join cd $remotedir and $program on
1909         the command line with ';' and not &&.
1911 2016-04-07  Ben Elliston  <bje@gnu.org>
1913         Reported by Faraz Shahbazker.
1914         * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node.
1916 2016-04-06  Yvan Roux  <yvan.roux@linaro.org>
1918         * lib/remote.exp (remnote_download): Create a remote directory if
1919         needed and use it.
1920         (remote_exec): Execute program inside remotedir when it exists.
1921         (standard_load): Set remotedir board field if not present.
1922         * config/unix.exp (unix_load): Handle remotedir in board field.
1923         (remotedir): Set board info field.
1924         * doc/dejagnu.texi (Board File Values): Document remotedir.
1926 2016-04-06  Ben Elliston  <bje@gnu.org>
1928         * doc/dejagnu.texi (Global config file): Put before node 'Local
1929         config file'.
1931 2016-04-05  Ben Elliston  <bje@gnu.org>
1933         * runtest.exp: Remove defunct and undocumented --tool_root option.
1935 2016-04-04  Ben Elliston  <bje@gnu.org>
1937         * doc/dejagnu.texi: More overhauling.
1939 2016-04-04  Ben Elliston  <bje@gnu.org>
1941         * lib/targetdb.exp (set_board_info): Improve comment.
1942         (add_board_info): Likewise.
1944 2016-04-04  Ben Elliston  <bje@gnu.org>
1946         * NEWS: Add some more detail.
1948 2016-04-04  Ben Elliston  <bje@gnu.org>
1950         * site.tmpl: Delete.
1951         * Makefile.am (EXTRA_DIST): Remove site.tmpl.
1952         * Makefile.in: Regenerate.
1954 2016-04-03  Ben Elliston  <bje@gnu.org>
1956         * doc/dejagnu.texi: More overhauling.
1958 2016-04-03  Ben Elliston  <bje@gnu.org>
1960         * runtest.exp: Document the magical handling of -D[01].
1962 2016-04-03  Ben Elliston  <bje@gnu.org>
1964         * doc/runtest.1: Do not document obsolete --status option. It is
1965         still accepted for compatibility, but does nothing.
1967 2016-04-03  Ben Elliston  <bje@gnu.org>
1969         * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
1971 2016-04-03  Ben Elliston  <bje@gnu.org>
1973         * doc/runtest.1 (OPTIONS): Sort options.
1975 2016-04-03  Ben Elliston  <bje@gnu.org>
1977         * doc/dejagnu.texi: More overhauling.
1979 2016-04-02  Ben Elliston  <bje@gnu.org>
1981         * doc/dejagnu.texi: Fill paragraphs.
1983 2016-04-02  Ben Elliston  <bje@gnu.org>
1985         * doc/dejagnu.texi: Fix capitalisation of procedure names
1986         throughout.  Use Tcl syntax in procedure prototypes, not C syntax.
1988 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
1990         * contrib/mysql/create-db.sql: New file.
1991         * contrib/mysql/importxml.sh: Likewise.
1992         * contrib/mysql/make-datafile.sh: Likewise.
1993         * contrib/mysql/plot.sh: Likewise.
1994         * contrib/mysql/README: Likewise.
1995         * contrib/mysql/sum2xml.sh: Likewise.
1997 2016-04-02  Ben Elliston  <bje@gnu.org>
1999         * config.guess: Update to version 2016-04-02.
2000         * config.sub: Update to version 2016-03-30.
2002 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
2004         * contrib/sum2junit.sh: New.
2006 2016-04-01  Ben Elliston  <bje@gnu.org>
2008         * doc/dejagnu.texi (connprocs): Document new SSH procs.
2010 2016-03-31  Rob Savoye  <rob.savoye@linaro.org>
2012         * lib/ssh.exp: New.
2013         * NEWS: Update.
2015 2016-03-30  Ben Elliston  <bje@gnu.org>
2017         * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,
2018         lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp,
2019         runtest.exp: Fix spelling errors in comments.
2021 2016-03-30  Ben Elliston  <bje@gnu.org>
2023         * lib/remote.exp (remote_expect): Use perror not send_user.
2025 2016-03-29  Ben Elliston  <bje@gnu.org>
2027         * lib/remote.exp (remote_expect): Fix spelling error.
2029 2016-03-29  Rob Savoye  <rob.savoye@linaro.org>
2031         * runtest.exp: Only print "searching for <test name>" message at
2032         verbose level >= 2 -- too much noise.
2034 2016-03-29  Ben Elliston  <bje@gnu.org>
2036         * texinfo.tex: Update to latest master version.
2037         * INSTALL: Likewise.
2039 2016-03-29  Ben Elliston  <bje@gnu.org>
2041         * runtest.exp: More fixes identified by the Frink static analyser.
2042         * lib/dg.exp: Likewise.
2043         * config/adb.exp: Likewise.
2044         * config/vxworks.exp: Likewise.
2045         * baseboards/androideabi.exp: Likewise.
2046         * baseboards/basic-sid.exp: Likewise.
2047         * baseboards/multi-sim.exp: Likewise.
2049 2016-03-28  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2051         * dg.exp (dg-do): Do not change the previously selected action if
2052         a de-selected dg-do is encountered.
2054 2016-03-28  Ben Elliston  <bje@gnu.org>
2056         * lib/framework.exp (check_xml): Remove unused proc.
2058 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2060         * lib/dmucs.exp: New.
2062 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2064         * lib/libgloss.exp (find_g++): Look for xgcc++ to use the freshly
2065         built compiler, then look in the path.
2067 2016-03-28  Ben Elliston  <bje@gnu.org>
2069         * lib/utils.exp (which): Don't exclude symbolic links--Debian's
2070         /bin/which doesn't. Modern systems rely too heavily on symbolic
2071         links (eg. alternatives).
2073 2016-03-28  Ben Elliston  <bje@gnu.org>
2075         * baseboards/multi-sim.exp: Indent properly.
2077 2016-03-28  Ben Elliston  <bje@gnu.org>
2079         * lib/rlogin.exp (rlogin_open): Return -1 if unable to spawn
2080         rlogin. Identified by Frink.
2082 2016-03-28  Ben Elliston  <bje@gnu.org>
2084         * runtest.exp: Use 'array exists' for testing array existence
2085         rather than 'info exists'.
2087 2016-03-28  Ben Elliston  <bje@gnu.org>
2089         * runtest.exp: Fixes identified by the Frink static analyser:
2090           (1) use -- in switch commands for safety,
2091           (2) remove unreachable return commands after error commands,
2092           (3) replace abbreviated "info proc" with "info procs",
2093           (4) use -- in unset commands for safety where the variable name
2094               is itself a variable.
2095         * lib/dg.exp: Likewise.
2096         * lib/debugger.exp: Likewise.
2097         * lib/framework.exp: Likewise.
2098         * lib/remote.exp: Likewise.
2099         * lib/target.exp: Likewise.
2100         * lib/targetdb.exp: Likewise.
2101         * lib/telnet.exp: Likewise.
2102         * lib/utils.exp: Likewise.
2104 2016-03-28  Ben Elliston  <bje@gnu.org>
2106         * Makefile.am: Remove references to Docbook and friends.
2107         * configure.ac: Likewise.
2108         * Makefile.in: Regenerate.
2109         * configure: Regenerate.
2110         * doc/dejagnu.xml: Remove.
2111         * doc/legal.xml: Likewise.
2112         * doc/ref.xml: Likewise.
2113         * doc/user.xml: Likewise.
2115 2016-03-28  Ben Elliston  <bje@gnu.org>
2117         * lib/framework.exp (exp_continue): Remove old compatibility
2118         wrapper. Expect deprecated 'continue -expect' in August 1997.
2120 2016-03-28  Ben Elliston  <bje@gnu.org>
2122         * NEWS: Update.
2124 2016-03-28  Ben Elliston  <bje@gnu.org>
2126         * lib/utils.exp (which): Reimplement to more closely mimic the
2127         behaviour of the UNIX which utility.
2128         * testsuite/runtest.all/utils.test: Test proc which.
2130 2016-03-27  Ben Elliston  <bje@gnu.org>
2132         * lib/remote.exp (standard_wait): Append any trailing characters
2133         to $output that may be still in $expect_out(buffer) when eof is
2134         matched. Remove arbitrary limitation in the ".+" matching case,
2135         similar to the change to local_exec on 2016-02-17.
2137 2016-03-23  Ben Elliston  <bje@gnu.org>
2139         * Makefile.am (baseboard_DATA): Remove cygwin.exp, mcore-elf.exp,
2140         mcore-pe.exp, vx4300.exp, vx68k.exp, vx960.exp, vxsparc.exp.
2141         * Makefile.in: Regenerate.
2142         * baseboards/cygwin.exp, baseboards/mcore-elf.exp,
2143         baseboards/mcore-pe.exp, baseboards/vx4300.exp,
2144         baseboards/vx68k.exp, baseboards/vx960.exp,
2145         baseboards/vxsparc.exp: Remove.
2147 2016-03-23  Ben Elliston  <bje@gnu.org>
2149         * baseboards/README: Remove mention of devo.
2150         * baseboards/iq2000-sim.exp: Likewise.
2151         * baseboards/moxie-sim.exp: Likewise.
2153 2016-03-23  Ben Elliston  <bje@gnu.org>
2155         * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp.
2156         * Makefile.in: Regenerate.
2157         * baseboards/arm-ice.exp: Reinstate.
2158         * baseboards/arm-sim.exp: Likewise.
2160 2016-03-23  Ben Elliston  <bje@gnu.org>
2162         * Makefile.am (config_DATA): Update.
2163         (baseboard_DATA): Likewise.
2164         * Makefile.in: Regenerate.
2165         * NEWS: Update.
2167         Remove the following old config files:
2169         * arc.exp, arm-ice.exp, base-config.exp, base68k.exp, bug.exp,
2170         cfdbug.exp, cygmon.exp, d10v.exp, ddb-ether.exp, ddb.exp, dos.exp,
2171         dve.exp, h8300.exp, i386-bozo.exp, i960.exp, m32r-stub.exp,
2172         m32r.exp, m68hc11.exp, m68k-emc.exp, mips-idt.exp,
2173         mn10200-eval.exp, mn10300-eval.exp, netware.exp, powerpc-bug.exp,
2174         proelf.exp, rom68k.exp, sh.exp, slite.exp, sparclet.exp,
2175         tic80.exp, vr4100.exp, vr4300.exp, vr5000.exp: Remove.
2177         Remove the following old baseboard files:
2179         * arc-sim.exp, arm-ice.exp, arm-sim.exp, cf.exp, cygmon.exp,
2180         d10v-sim.exp, d10v.exp, danlite-elf.exp, dos.exp, fr30-cygmon.exp,
2181         fr30-elf.exp, frv-elf.exp, frv-tiger.exp, frv-tomcat.exp,
2182         h8300-sim.exp, h8300.exp, i386-bozo.exp, i960-cyclone.exp,
2183         i960-sim.exp, m32r-elf.exp, m32r-linux-sim.exp, m32r-sid.exp,
2184         m32r-sim.exp, m68hc11-sim.exp, m68k-emc.exp, mips-idt.exp,
2185         mips64-sim.exp, mips64vr4100-sim.exp, mn10200-cygmon.exp,
2186         mn10300-cygmon.exp, msparc-cygmon.exp, op50n.exp, powerpc-bug.exp,
2187         powerpc-bug1.exp, rom68k-idp.exp, sh-hms.exp, sparclet-aout.exp,
2188         sparclite-coff.exp, sparclite-cygmon.exp, strongarm-cygmon.exp,
2189         tic80-sim.exp, tx39-dve.exp, usparc-cygmon.exp, vr4100-ddb.exp,
2190         vr4300-ddb.exp, vr4300.exp, vr5000-ddb.exp, x86-cygmon.exp,
2191         xscale-cygmon.exp: Remove.
2193 2016-03-22  Ben Elliston  <bje@gnu.org>
2195         * lib/target.exp (only--Ls): Change '???' comment to a note. This
2196         isn't a serious shortcoming, but the comment should be retained.
2198 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2200         * baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists in
2201         the environment, use that as the spec file for bare metal testing.
2203 2016-03-22  Ben Elliston  <bje@gnu.org>
2205         * Makefile.am (config_DATA): Add config/aarch64-fv8.exp.
2206         * Makefile.in: Regenerate.
2208 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2210         * config/aarch64-fv8.exp: Add support for testing armv8 using the
2211         ARM Foundation Model.
2213 2016-03-21  Ben Elliston  <bje@gnu.org>
2215         * runtest.exp: Whitespace, comment and typo fixes.
2216         * lib/dejagnu.exp: Likewise.
2217         * lib/remote.exp: Likewise.
2218         * lib/utils.exp: Likewise.
2220 2016-03-21  Ben Elliston  <bje@gnu.org>
2222         * baseboards/mcore-moto-sim.exp: Remove old FIXME comment.
2223         * baseboards/mmixware-sim.exp: Likewise.
2224         * config/sim.exp: Likewise.
2225         * runtest.exp: Likewise.
2227 2016-03-21  Ben Elliston  <bje@gnu.org>
2229         * lib/dg.exp (dg-get-options): Clean up regular expression and
2230         remove FIXME comment about it.
2232 2016-03-20  Ben Elliston  <bje@gnu.org>
2234         * baseboards/i960-sim.exp: Remove stale ??? comment.
2235         * config/vxworks.exp: Likewise.
2237 2016-03-20  Ben Elliston  <bje@gnu.org>
2239         * runtest.exp: Load .dejagnurc last not first.
2240         (load_file): Update comment about Tcl 7.5a2.
2241         * doc/user.xml (Customizing DejaGnu): Document new search order
2242         for site.exp files.
2243         * doc/dejagnu.texi: Regenerate.
2244         * NEWS: Update.
2246 2016-03-20  Ben Elliston  <bje@gnu.org>
2248         * lib/dg.exp (dg-runtest): Improve arg naming to remove a FIXME.
2250 2016-03-20  Ben Elliston  <bje@gnu.org>
2252         * lib/dg.exp: Remove commented-out calls to send_user.
2254 2016-03-20  Ben Elliston  <bje@gnu.org>
2256         * runtest.exp (load_file): Remove old comment.
2258 2016-03-20  Ben Elliston  <bje@gnu.org>
2260         * lib/dg.exp (dg-test): There is no need to call unresolved to
2261         clear errcnt. Instead, pass 0 as argument 2 to perror.
2262         * runtest.exp (runtest): Likewise.
2264 2016-03-16  Ben Elliston  <bje@gnu.org>
2266         Revert this change (the GCC testsuite uses diff):
2268         2016-03-15  Ben Elliston  <bje@gnu.org>
2270         * lib/utils.exp (diff): Remove proc.
2271         * doc/ref.xml: Update documentation.
2272         * doc/dejagnu.texi: Regenerate.
2273         * NEWS: Update.
2275 2016-03-15  Ben Elliston  <bje@gnu.org>
2277         * testsuite/runtest.all/options.exp: Properly clean up log files
2278         left by the runtest under test.
2280 2016-03-15  Ben Elliston  <bje@gnu.org>
2282         * testsuite/runtest.all/load_lib.exp: Typo fixes.
2284 2016-03-15  Ben Elliston  <bje@gnu.org>
2286         * testsuite/runtest.all/options.exp: Add more tests.
2288 2016-03-15  Ben Elliston  <bje@gnu.org>
2290         * testsuite/libdejagnu/tunit.exp: Clean up.
2292 2016-03-15  Ben Elliston  <bje@gnu.org>
2294         * lib/utils.exp (diff): Remove proc.
2295         * doc/ref.xml: Update documentation.
2296         * doc/dejagnu.texi: Regenerate.
2297         * NEWS: Update.
2299 2016-03-15  Ben Elliston  <bje@gnu.org>
2301         Revert this change:
2302         2016-02-14  Steve Ellcey  <sellcey@mips.com>
2304         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2305         GCC_UNDER_TEST.
2306         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2308 2016-03-13  Ben Elliston  <bje@gnu.org>
2310         * lib/utils.exp: Whitespace fixes.
2312 2016-03-13  Ben Elliston  <bje@gnu.org>
2314         * lib/dg.exp (dg-process-target): Remove old commented code.
2315         * lib/dg.exp (dg-test): Likewise.
2317 2016-03-13  Ben Elliston  <bje@gnu.org>
2319         * lib/dg.exp: Improve top-of-file documentation.
2321 2016-03-05  Yvan Roux  <yvan.roux@linaro.org>
2323         * lib/remote.exp (remote_exec): Restore original timeout value.
2325 2016-03-04  Yvan Roux  <yvan.roux@linaro.org>
2327         * lib/remote.exp (standard_upload): Remove dead code.
2329 2016-02-24  Ben Elliston  <bje@gnu.org>
2331         * lib/utils.exp (prune): Restore this proc.
2332         * doc/ref.xml: Update documentation.
2333         * doc/dejagnu.texi: Regenerate.
2334         * NEWS: Update.
2336 2016-02-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2338         * lib/libgloss.exp (find_gdc): New proc.
2339         * lib/target.exp (default_target_compile): Add D support.
2340         * NEWS: Update.
2342 2016-02-20  Ben Elliston  <bje@gnu.org>
2344         * lib/utils.exp (diff): Replace calls to verbose followed by
2345         send_log with a single call to verbose -log. Remove additional
2346         newlines from the log messages.
2348 2016-02-20  Ben Elliston  <bje@gnu.org>
2350         * lib/utils.exp (getdirs): Ignore .git and .svn directories.
2352 2016-02-20  Ben Elliston  <bje@gnu.org>
2354         * lib/utils.exp: Improve comments.
2355         * NEWS: Update.
2357 2016-02-20  Ben Elliston  <bje@gnu.org>
2359         * lib/utils.exp (prune): Remove proc.
2360         * doc/ref.xml: Update documentation.
2361         * doc/dejagnu.texi: Regenerate.
2363 2016-02-20  Ben Elliston  <bje@gnu.org>
2365         * lib/utils.exp (slay): Remove proc.
2366         * doc/ref.xml: Update documentation.
2367         * doc/dejagnu.texi: Regenerate.
2369 2016-02-20  Ben Elliston  <bje@gnu.org>
2371         * lib/utils.exp (absolute): Remove proc.
2372         * doc/ref.xml: Update documentation.
2373         * doc/dejagnu.texi: Regenerate.
2375 2016-02-20  Ben Elliston  <bje@gnu.org>
2377         * lib/utils.exp (psource): Remove proc.
2378         * doc/ref.xml: Update documentation.
2379         * doc/dejagnu.texi: Regenerate.
2381 2016-02-20  Ben Elliston  <bje@gnu.org>
2383         * lib/targetdb.exp (board_info): Simplify return logic.
2385 2016-02-19  Ben Elliston  <bje@gnu.org>
2387         * configure.ac: Require Tcl version 8.5 at a minimum.
2388         * configure: Regenerate.
2390 2016-02-18  Ben Elliston  <bje@gnu.org>
2392         * configure.ac: Require Tcl version 8.6 at a minimum.
2393         * configure: Regenerate.
2395 2016-02-17  Ben Elliston  <bje@gnu.org>
2397         * runtest.exp: Tweak "Test run by .." output.
2399 2016-02-17  Ben Elliston  <bje@gnu.org>
2401         * lib/target.exp (default_target_compile): Do not pass -log to
2402         verbose when outputting the captured compiler/assembler/linker
2403         diagnostic output as it will already be in the .log file courtesy
2404         of Expect.
2406 2016-02-17  Ben Elliston  <bje@gnu.org>
2408         * runtest.exp: Enable --status by default.
2409         (runtest): Set exit status to 2 if there is any error sourcing
2410         the Tcl scripts.
2411         * lib/framework.exp (unknown): Likewise, set exit status to 2.
2412         * doc/runtest.1: Clarify exit status codes.
2413         * NEWS: Update.
2415 2016-02-17  Ben Elliston  <bje@gnu.org>
2417         * lib/remote.exp (local_exec): Call exp_continue until eof is
2418         matched.
2420 2016-02-16  Ben Elliston  <bje@gnu.org>
2422         * runtest.exp: Use the traditional exit codes when runtest is
2423         interrupted. This makes it possible to tell if runtest ran to
2424         completion or not. Suggested by Michael Chastain.
2426 2016-02-15  Ben Elliston  <bje@gnu.org>
2428         * TODO: Add ideas produced from Cauldron 2013.
2430 2016-02-15  Ben Elliston  <bje@gnu.org>
2432         * TODO: Update.
2434 2016-02-15  Ben Elliston  <bje@gnu.org>
2436         * lib/dg.exp (dg-test): Remove comment about proc unresolved not
2437         setting exit_status to 1 -- it does.
2439 2016-02-15  Ben Elliston  <bje@gnu.org>
2441         * lib/framework.exp (cleanup): Remove do-nothing proc.
2442         (log_and_exit): Remove call to cleanup.
2443         * doc/ref.xml: Remove documentation for cleanup.
2444         * doc/dejagnu.texi: Regenerate.
2446 2016-02-15  Ben Elliston  <bje@gnu.org>
2448         Reported by David Malcolm.
2449         * lib/dejagnu.exp (text): Allow angle brackets in test messages.
2451 2016-02-15  Ben Elliston  <bje@gnu.org>
2453         * config.guess: Update to version 2016-02-11.
2454         * config.sub: Update to version 2016-01-01.
2456 2016-02-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2458         * lib/remote.exp (remote_exec): Set global timeout for benefit of
2459         <remote>_exec.
2461 2016-02-14  Ben Elliston  <bje@gnu.org>
2463         * lib/remote.exp (local_exec): Improve comments.
2465 2016-02-14  Ben Elliston  <bje@gnu.org>
2467         * doc/runtest.1: Tweak.
2469 2016-02-14  Steve Ellcey  <sellcey@mips.com>
2471         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2472         GCC_UNDER_TEST.
2473         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2475 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2477         * lib/remote.exp (standard_file): Reverse return logic for remote
2478         exists case.
2480 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2482         * lib/remote.exp (standard_file); Add else clause.
2484 2016-01-16  Ben Elliston  <bje@gnu.org>
2486         * runtest.exp (runtest): Improve comment about --status.
2488 2016-01-12  Simon Marchi  <simon.marchi@ericsson.com>
2490         * lib/remote.exp (standard_file): The [ operator does not actually
2491         output anything. It returns 0 or 1 as its exit code, so "exit `[
2492         -f $file ]`" always expands to "exit " (equivalent to exit 0).
2493         Instead, use test(1) to check for file existence.
2495 2015-12-20  Ben Elliston  <bje@gnu.org>
2497         * doc/dejagnu.xml: Begin overhauling.
2498         * doc/ref.xml: Likewise.
2499         * doc/user.xml: Likewise.
2500         * doc/dejagnu.texi: Regenerate.
2502 2015-12-20  Ben Elliston  <bje@gnu.org>
2504         * doc/runtest.1: Miscellaneous minor improvements.
2506 2015-12-09  Yoshinori Sato  <ysato@users.sourceforge.jp>
2508         * Makefile.am (baseboard_DATA): Add missing rx-sim.exp.
2509         * Makefile.in: Regenerate.
2511 2015-11-16  Brooks Moses  <bmoses@google.com>
2513         * config/unix.exp: Add ability to set test timeout from site.exp.
2514         * doc/user.xml: Document new test_timeout variable in site.exp.
2515         * doc/dejagnu.texi: Regenerate.
2517 2015-11-16  Ben Elliston  <bje@gnu.org>
2519         * testsuite/runtest.all/options.exp: Re-enable --strace 1 test.
2521 2015-11-16  Ben Elliston  <bje@gnu.org>
2523         * testsuite/runtest.all/options.exp: Remove some commented code.
2525 2015-11-16  Ben Elliston  <bje@gnu.org>
2527         * runtest.exp: Refer to "DejaGnu version", not "Framework
2528         version" in --version output.
2529         * testsuite/runtest.all/options.exp: Update test case.
2531 2015-11-14  Ben Elliston  <bje@gnu.org>
2533         * runtest.exp (usage): Improve help text.
2535 2015-11-12  Ben Elliston  <bje@gnu.org>
2537         * runtest.exp (usage): Sort options in usage.
2539 2015-11-12  Ben Elliston  <bje@gnu.org>
2541         * lib/framework.exp (note): Remove old commented-out code.
2543 2015-11-11  Ben Elliston  <bje@gnu.org>
2545         * doc/user.xml (Summary File): 'untested', not 'runtested'.
2546         * doc/dejagnu.texi: Regenerate.
2548 2015-11-11  Michael Forney  <forney@google.com>
2550         * lib/target.exp (default_target_compile): Honor LDFLAGS_FOR_TARGET.
2552 2015-11-11  Ben Elliston  <bje@gnu.org>
2554         * doc/dejagnu.texi: Regenerate.
2556 2015-11-10  Ben Elliston  <bje@gnu.org>
2558         * doc/user.xml: Fix runtest output formatting in <programlisting>.
2560 2015-11-10  Ben Elliston  <bje@gnu.org>
2562         * doc/dejagnu.xml: Update month and year.
2563         * doc/user.xml: Lots of editorial fixes from Daniel Thibault
2564         <Daniel.Thibault@drdc-rddc.gc.ca>.
2566 2015-09-10  Robert Suchanek  <Robert.Suchanek@imgtec.com>
2568         * baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
2570 2015-07-30  Pedro Alves  <palves@redhat.com>
2572         * lib/remote.exp (close_wait_program): New procedure.
2573         (local_exec, standard_close): Use it.
2575 2015-05-23  Ben Elliston  <bje@gnu.org>
2577         * doc/dejagnu.xml: Fix broken URLs.
2578         * doc/dejagnu.texi: Regenerate.
2580 2015-05-23  Ben Elliston  <bje@gnu.org>
2582         * doc/user.xml: Fix 'crosscompilation'.
2584 2015-05-23  Ben Elliston  <bje@gnu.org>
2586         * doc/runtest.1 (log_dialog): Improve documentation.
2588 2015-05-16  Filipe Brandenburger  <filbranden@google.com>
2590         * configure.ac: Enable subdir-objects, require automake 1.14.
2591         * Makefile.in: Regenerate.
2593 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
2595         * doc/dejagnu.xml: Fix typos such as stray }'s and @samp{...},
2596         possibly introduced in a conversion of .texi to SGML Docbook.
2597         * doc/user.xml: Likewise.
2598         * doc/ref.xml: Likewise.
2599         * doc/dejagnu.texi: Regenerate.
2601 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
2603         * runtest.exp (runtest): Introduce new --log_dialog option.
2604         * doc/runtest.1: Document it.
2605         * doc/user.xml: Likewise.
2606         * doc/dejagnu.texi: Regenerate.
2608 2015-05-14  Steve Ellcey  <sellcey@imgtec.com>
2610         * baseboards/multi-sim.exp (get_library_dirlist): New.
2611         (dynamic_linker_flag): Use get_library_dirlist to find dynamic
2612         linker.
2613         (rpath_flags): Use get_library_dirlist to set rpath.
2615 2015-05-12  Steve Ellcey  <sellcey@imgtec.com>
2617         * baseboards/generic-sim.exp: Check $DEJAGNU_SIM_OPTION.
2619 2015-03-30  Ben Elliston  <bje@gnu.org>
2621         Revert the following change which causes breakage reported here:
2622         https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
2624         2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2626         * runtest.exp (runtest): Call reset_vars at initialisation so that
2627         perror does not affect test results in other test scripts.
2629 2015-02-26  H.J. Lu  <hjl.tools@gmail.com>
2631         * lib/target.exp (default_target_compile): Prepend multilib_flags,
2632         instead of appending it.
2634 2015-02-18  Ben Elliston  <bje@gnu.org>
2636         * lib/framework.exp (log_and_exit): Set tool to "testrun" if
2637         unset.
2639 2015-02-05  Ben Elliston  <bje@gnu.org>
2641         * doc/runtest.1: Fix a spelling error.
2643 2015-02-04  Ben Elliston  <bje@gnu.org>
2645         * config.guess: Update to version 2015-01-01.
2646         * config.sub: Likewise.
2648 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
2650         * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
2651         * Makefile.in: Regenerate.
2652         * baseboards/visium-sim.exp: New file.
2654 2014-11-25  Ben Elliston  <bje@gnu.org>
2656         * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
2657         Reported by David Malcolm.
2659 2014-10-28  Ben Elliston  <bje@gnu.org>
2661         * Makefile.in: Regenerate.
2663 2014-10-28  Ben Elliston  <bje@gnu.org>
2665         * example: Remove stale examples.
2667 2014-10-24  Steve Ellcey  <sellcey@mips.com>
2669         * dejagnu.h (pass): Make function static as well as inline.
2670         (xpass): Ditto.
2671         (fail): Ditto.
2672         (xfail): Ditto.
2673         (untested): Ditto.
2674         (unresolved): Ditto.
2675         (note): Ditto.
2676         (totals): Ditto.
2678 2014-10-14  Ben Elliston  <bje@gnu.org>
2680         * runtest.exp: Only match $directory, not *${directory}* when the
2681         user passes the --directory option. Reported by Sergey Alyoshin.
2683 2014-10-14  Ben Elliston  <bje@gnu.org>
2685         * lib/dejagnu.exp (host_execute): Remove buffer_full check. This
2686         is not the right command keyword -- it is full_buffer. Reported by
2687         David Malcolm.
2689 2014-07-15  Maciej W. Rozycki  <macro@mips.com>
2690             Maciej W. Rozycki  <macro@codesourcery.com>
2692         * lib/targetdb.exp (add_board_info): New procedure.
2693         * doc/ref.xml (Add_board_info Procedure): New section.
2694         (Set_board_info Procedure): Add description.
2695         (Unset_board_info Procedure): Likewise.
2696         * doc/user.xml (Board Config File Values): Add `add_board_info'
2697         reference.  Reorder `gdb_init_command' table rows and remove a
2698         duplicate entry, reusing it for `gdb_init_commands'.
2700 2014-06-25  Rob Savoye  <rob.savoye@linaro.org>
2702         * runtest.exp: (lookfor-file): Fix bug were none of the relative
2703         paths were actually being used for file lookup.
2705 2014-06-06  Ben Elliston  <bje@gnu.org>
2707         * depcomp, install-sh, missing: Update to latest versions.
2708         * mkinstalldirs: Remove.
2709         * Makefile.in: Regenerate.
2711 2014-06-04  Ben Elliston  <bje@gnu.org>
2713         * Makefile.in: Regenerate with Automake 1.14.1.
2714         * compile: Add missing file.
2716 2014-06-04  Ben Elliston  <bje@gnu.org>
2718         * config.guess: Update to version 2014-03-23.
2719         * config.sub: Likewise.
2721 2014-06-04  Ben Elliston  <bje@gnu.org>
2723         * aclocal.m4: Regenerate with Automake 1.14.1.
2724         * configure: Regenerate with Autoconf 2.69.
2726 2014-03-15  Steve Ellcey  <sellcey@mips.com>
2728         * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
2730 2014-02-23  Steve Ellcey  <sellcey@mips.com>
2731             Richard Sandiford  <rdsandiford@googlemail.com>
2733         * config/sim.exp (sim_exec): New.
2734         (sim_file): New.
2736 2013-12-08  Richard Sandiford  <rdsandiford@googlemail.com>
2738         * lib/dg.exp (dg-test): Don't put the expected and actual output
2739         of a pattern test in the test name; send it to the log instead.
2741 2013-11-01  Steve Ellcey  <sellcey@mips.com>
2743         * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
2744         * Makefile.in: Regenerate.
2745         * baseboards/multi-sim.exp: New.
2747 2013-10-31  Anton Kolesov  <anton.kolesov@synopsys.com>
2749         * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
2750         (remote_reboot): Add comment explaining return value of this procedure.
2751         * doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
2752         * doc/dejagnu.texi: Regenerate.
2754 2013-10-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2756         * baseboards/androideabi.exp (process_multilib_options): Add option.
2757         * config/adb.exp: Remove hardcoded -static option.
2758         (adb_load): Add the possibility to change the temp directory. Also
2759         handle permission potential problems.
2760         (adb_exec): Do cd to android_tmp_dir first.
2762 2013-10-05  Jose E. Marchesi  <jose.marchesi@oracle.com>
2764         * baseboards/unix.exp: Add gdb settings to not use hardware
2765         watchpoints in sparc64 running GNU/Linux.
2767 2013-06-17  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2769         * runtest.exp (libdirs): New global variable.
2770         (load_lib): Append libdirs to search_and_load_files directories.
2771         * doc/ref.xml (load_lib): Document global variable libdirs.
2772         * doc/dejagnu.texi: Regenerate.
2773         * testsuite/runtest.all/load_lib.exp: New testcase.
2774         * Makefile.am (TESTSUITE_FILES): Add new testcase.
2775         * Makefile.in: Regenerate.
2777 2013-06-15  Ben Elliston  <bje@gnu.org>
2779         * configure.ac: If DEJAGNU is unset, set it to /dev/null.
2780         * Makefile.am: Export DEJAGNU.
2781         * configure: Likewise.
2782         * Makefile.in: Regenerate.
2784 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2786         * doc/user.xml: Fix typos.
2787         * doc/ref.xml: Likewise.
2788         * doc/dejagnu.texi: Regenerate.
2790 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2792         * doc/user.xml: Fix number of columns in table.
2793         * doc/dejagnu.texi: Regenerate.
2795 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2797         * doc/user.xml: Fix rendering errors around programlisting.
2798         * doc/ref.xml: Likewise.
2799         * doc/dejagnu.texi: Regenerate.
2801 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2803         * doc/user.xml: Fix spacing before productname.
2804         * doc/dejagnu.texi: Regenerate.
2806 2013-06-12  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2808         * testsuite/runtest.all/default_procs.tcl (send_log): Use the
2809         magic "args" parameter name, as expect send_log proc accepts -- as
2810         a leading option.
2812 2013-06-08  Makoto Fujiwara  <makoto@ki.nu>
2814         * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
2815         (config_DATA): Likewise for config_SCRIPTS.
2816         (baseboard_DATA): Likewise for baseboard_SCRIPTS.
2817         (EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
2818         baseboard_SCRIPTS.
2819         * Makefile.in: Regenerate.
2821 2013-06-08  Ben Elliston  <bje@gnu.org>
2823         * configure: Regenerate with autoconf 2.69.
2824         * aclocal.m4: Regenerate.
2826 2013-03-31  Ben Elliston  <bje@gnu.org>
2828         * Makefile.am (html-local): Rename target from html.
2829         * Makefile.in: Regenerate with automake 1.12.6.
2830         * aclocal.m4: Likewise.
2831         * configure: Regenerate.
2833 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
2835         * TODO: Remove todo item about warncnt and errcnt.
2837 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
2839         * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
2841 2013-03-26  Ben Elliston  <bje@gnu.org>
2843         * config.guess: Update to version 2013-02-12.
2844         * config.sub: Likewise.
2846 2013-02-16  Rob Savoye  <rob@build.welcomehome.org>
2848         * config/adb.exp: Add adb_file so we can remotely delete test
2849         cases to save on limited disk space. Don't remove the file after
2850         executing it, leave that for the test driver instead.
2852 2013-02-15  Rob Savoye  <rob@welcomehome.org>
2854         * config/adb.exp: Remove the test case after executing
2855         it. Otherwise we can fill up all the diskspace on a small target
2856         pretty fast.
2858 2013-02-11  Rob Savoye  <rob@welcomehome.org>
2860         * baseboards/androideabi.exp: Board support for Android using ADB.
2861         * config/adb.exp: Config support for Android using ADB.
2862         * Makefile.am (dist): Add new config and board files.
2863         * aclocal.m4, Makefile.in, configure, example/calc/configure,
2864         example/mathhelper/configure: Regenerated with newer autotools.
2866 2012-12-05  Ben Elliston  <bje@gnu.org>
2868         * example/hello: Remove.
2869         * configure.ac: Likewise.
2870         * configure: Regenerate.
2872 2012-10-04  Steve Ellcey  <sellcey@mips.com>
2874         * Makefile.am (baseboard_SCRIPTS): Add new baseboards.
2875         * Makefile.in: Regenerate.
2876         * baseboards/mips-sim-mti32.exp: New.
2877         * baseboards/mips-sim-mti64.exp: New.
2878         * baseboards/mips-sim-mti64_n32.exp: New.
2879         * baseboards/mips-sim-mti64_64.exp: New.
2880         * baseboards/mips-sim-sde32.exp: New.
2881         * baseboards/mips-sim-sde64.exp: New.
2883 2012-10-04  Ben Elliston  <bje@gnu.org>
2885         * aclocal.m4: Regenerate with automake 1.11.3.
2886         * Makefile.in: Likewise.
2887         * configure: Regenerate with autoconf 2.68.
2889 2012-08-22  Steve Ellcey  <sellcey@mips.com>
2891         * baseboards/generic-sim.exp: New baseboard definition.
2893 2012-06-15  Andreas Schwab  <schwab@linux-m68k.org>
2895         * lib/framework.exp (clone_output): Protect from leading dash in
2896         $message.
2897         * runtest.exp (verbose): Likewise.
2899 2012-06-11  Tom Tromey  <tromey@redhat.com>
2901         * doc/runtest.1: Update.
2902         * runtest.exp (xml_file_name): New global.
2903         (usage): Update.
2904         Handle optional argument to --xml.
2905         * lib/framework.exp (open_logs): Respect xml_file_name.
2907 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2909         * runtest.exp (load_tool_init): Fix typo in -de option handling.
2911 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2913         * doc/runtest.1: Correct name of debug file.
2915 2012-02-25  Ben Elliston  <bje@gnu.org>
2917         * runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
2918         for runtest.exp as a last resort (for usrmove environments, where
2919         /bin is a link to /usr/bin). From Honza Horak <hhorak@redhat.com>.
2921 2011-12-30  Ben Elliston  <bje@gnu.org>
2923         * doc/user.xml: Various spelling and consistency fixes.
2924         * doc/ref.xml: Likewise.
2925         (exit_remote_shell): Remove, as this procedure is defunct.
2926         * doc/dejagnu.texi: Regenerate.
2928 2011-12-30  Ben Elliston  <bje@gnu.org>
2930         * config.guess: Update to version 2011-12-29.
2931         * config.sub: Update to version 2011-11-11.
2933 2011-06-30  Tom Tromey  <tromey@redhat.com>
2935         * doc/ref.xml: Document find_gfortran.
2936         * doc/dejagnu.texi: Regenerate.
2937         * lib/target.exp (default_target_compile): Handle f90.
2938         (default_target_compile): Likewise.
2939         * lib/libgloss.exp (find_gfortran): New proc.
2941 2011-06-30  Ben Elliston  <bje@gnu.org>
2943         * Makefile.am (all-local): New rule.
2944         * Makefile.in: Regenerate.
2946 2011-04-12  Ben Elliston  <bje@gnu.org>
2948         * config/vxworks.exp (vxworks_file): Use "file delete", not "exec
2949         rm", for better portability.
2950         * config/netware.exp (${board}_load): Likewise.
2951         * lib/dg.exp (dg-test): Likewise.
2952         * lib/framework.exp (open_logs): Likewise.
2953         * lib/remote.exp (standard_file): Likewise.
2954         * runtest.exp: Likewise.
2955         * testsuite/runtest.all/options.exp: Likewise.
2957 2011-03-15  Ben Elliston  <bje@gnu.org>
2959         * runtest.exp: Whitespace cleanups.
2960         * lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
2961         lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp,
2962         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Likewise.
2964 2011-03-15  Ben Elliston  <bje@gnu.org>
2966         * runtest: Remove trailing semicolons.
2967         * lib/rsh.exp: Likewise.
2969 2011-03-15  H.J. Lu  <hjl.tools@gmail.com>
2971         * lib/remote.exp (local_exec): Ignore SIGHUP.
2973 2011-03-14  Ben Elliston  <bje@gnu.org>
2975         * runtest.exp (frame_version): Set to 1.5.1.
2976         * configure.ac (AC_INIT): Set version to 1.5.1.
2977         * configure: Regenerate.
2978         * doc/dejagnu.xml (appversion, version): Set to 1.5.1.
2979         * doc/dejagnu.texi: Regenerate.
2981 2011-03-14  Ben Elliston  <bje@gnu.org>
2983         * dejagnu.h: Whitespace cleanups.
2985 2011-03-14  Ben Elliston  <bje@gnu.org>
2987         * baseboards/cris-sim.exp: Remove trailing semicolon(s).
2988         * baseboards/mt-sid.exp: Likewise.
2989         * baseboards/tx39-sim.exp: Likewise.
2990         * lib/target.exp (default_target_compile): Likewise.
2992 2011-03-14  Ben Elliston  <bje@gnu.org>
2994         Reported by Flash Sheridan <flash@pobox.com>:
2995         * doc/user.xml (Testing "Hello world" locally): Improve the
2996         example test script and make it robust to failures.  Tidy some
2997         formatting errors.
2998         * doc/dejagnu.texi: Regenerate.
3000 2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3002         * runtest.exp (runtest): Call reset_vars at initialisation so that
3003         perror does not affect test results in other test scripts.
3005 2011-03-09  Ben Elliston  <bje@gnu.org>
3007         * NEWS: Start a new section for post-1.5 changes.
3009 2011-03-09  Ben Elliston  <bje@gnu.org>
3011         * DejaGnu 1.5 released.
3013 2011-03-09  Ben Elliston  <bje@gnu.org>
3015         * Makefile.am (DISTCLEANFILES): Define.
3016         * Makefile.in: Regenerate.
3017         * testsuite/runtest.all/libs.exp: Clean up temp files on exit.
3018         * testsuite/runtest.all/options.exp: Likewise for dbg.log.
3019         * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file
3020         mkdir" instead of exec'ing mkdir(1).
3022 2011-03-07  Ben Elliston  <bje@gnu.org>
3024         * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE.
3025         * Makefile.in: Regenerate.
3027 2011-03-06  Ben Elliston  <bje@gnu.org>
3029         * configure.ac (AC_INIT): Set version to 1.5.
3030         * configure: Regenerate.
3031         * runtest.exp (frame_version): Set to 1.5.
3032         * doc/dejagnu.texi: Regenerate.
3034 2011-03-04  Ben Elliston  <bje@gnu.org>
3036         * texinfo.tex: Import latest version from ftp://tug.org/tex.
3038 2011-03-04  Ben Elliston  <bje@gnu.org>
3040         * Makefile.am (EXTRA_DIST): Correct name of historical ChangeLog.
3041         * Makefile.in: Regenerate.
3043 2011-03-03  Ben Elliston  <bje@gnu.org>
3045         * Makefile.am: Bump to GPL version 3.
3046         * configure.ac: Likewise.
3047         * Makefile.in: Regenerate.
3048         * aclocal.m4: Likewise.
3049         * configure: Likewise.
3051 2011-03-03  Ben Elliston  <bje@gnu.org>
3053         * config.guess: Update to most recent version.
3054         * config.sub: Likewise.
3056 2011-03-03  Ben Elliston  <bje@gnu.org>
3058         * lib/framework.exp (unknown): Rename the native Tcl ::unknown
3059         proc to ::tcl_unknown.  If ::tcl_unknown returns a failure result,
3060         then fall back to the conventional DejaGnu handling.  Report from
3061         David Byron <dbyron@dbyron.com>.
3063 2011-03-03  Maciej W. Rozycki  <macro@codesourcery.com>
3065         * lib/remote.exp (remote_expect): Pass all exception conditions up
3066         to the caller.
3068 2011-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3070         * lib/dg.exp (dg-test): Support nested calls.
3072 2010-04-13  Ben Elliston  <bje@gnu.org>
3074         * testglue.c: Remove duplicated prototypes for abort and exit.
3076 2010-03-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3078         * doc/user.xml (Tcl Variables For Command Line Options): Correct
3079         column count.
3081 2010-01-21  Jie Zhang  <jie.zhang@analog.com>
3083         * config/gdb-comm.exp (gdb_comm_load): Set breakpoints after load.
3085 2010-01-15  Anthony Green  <green@moxielogic.com>
3087         * baseboards/moxie-sim.exp: New baseboard.
3089 2009-12-10  DJ Delorie  <dj@redhat.com>
3091         * baseboards/rx-sim.exp: New baseboard.
3093 2009-10-15  Ben Elliston  <bje@gnu.org>
3095         * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide.
3096         This web page has disappeared.
3098 2009-07-06  Ben Elliston  <bje@gnu.org>
3100         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Mark up options with
3101         <option> not <emphasis>.  Apply other grammatical fixes from
3102         Reuben Thomas.
3103         * doc/dejagnu.texi: Regenerate.
3105 2009-07-06  Ben Elliston  <bje@gnu.org>
3107         * configure.ac: Check for docbook2x-texi.
3108         * configure: Regenerate.
3110 2009-07-06  Ben Elliston  <bje@gnu.org>
3112         From Reuben Thomas  <rrt@sc3d.org>:
3113         * doc/runtest.1: Fix some formatting issues.
3115 2009-06-16  Ben Elliston  <bje@gnu.org>
3117         * config.guess: Update to most recent version.
3118         * config.sub: Likewise.
3120 2009-06-16  Ben Elliston  <bje@gnu.org>
3122         * Makefile.am (rpm, deb, solpkg, hpdepot): Remove targets.
3123         * Makefile.in: Regenerate.
3124         * packaging: Remove directory and its contents.
3126 2009-06-10  Maciej W. Rozycki  <macro@codesourcery.com>
3128         * config/gdb-comm.exp (gdb_comm_add_breakpoint): Handle pending
3129         breakpoints.
3131 2008-12-03  Ben Elliston  <bje@gnu.org>
3133         * COPYING: Update to GPL version 3.
3135 2008-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3137         * doc/ref.xml, doc/user.xml: Fix typos.
3138         * doc/dejagnu.texi: Regenerate.
3140 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3142         * Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
3143         * Makefile.in: Regenerate.
3144         * dejagnu.exp (host_execute): Improve regexp matching.
3145         * testsuite/libdejagnu/unit.cc: C++ fixes.
3147 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3149         * lib/utils.exp (diff): Open both files as binary.
3151 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3153         * dejagnu.h (totals): Correct typos.
3155 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3157         * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
3158         * doc/dejagnu.texi: Regenerate.
3160 2008-02-25  Ben Elliston  <bje@gnu.org>
3162         * doc/runtest.1: Update date of last revision.
3164 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3166         * baseboards/h8300.exp: Use -- before switch argument that may
3167         begin with "-".
3168         * baseboards/cris-sim.exp: Ditto.
3170 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3172         * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp,
3173         iq2000-sim.exp and m32r-linux-sim.exp.
3174         * Makefile.in: Regenerate.
3176 2008-02-08  Ben Elliston  <bje@gnu.org>
3178         * baseboards/cris-sim.exp: Fix MS-DOS line termination.
3180 2007-12-28  Joseph Myers  <joseph@codesourcery.com>
3182         * lib/target.exp (default_link): Initialize nobjects before use.
3184 2007-12-06  Ben Elliston  <bje@gnu.org>
3186         * lib/dg.exp (dg_bogus): Comment fix.
3188 2007-10-31  DJ Delorie  <dj@redhat.com>
3190         * lib/framework.exp (open_logs): Line buffer the .sum file.
3192 2007-09-04  Matt Kraai  <kraai@ftbfs.org>
3194         * doc/user.xml (Configuration): Fix typos.
3195         * doc/dejagnu.texi: Regenerate.
3197 2007-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
3199         * lib/remote.exp (standard_send): Correct quoting.
3201 2007-05-17  Ben Elliston  <bje@gnu.org>
3203         * doc/user.xml: Correct the syntax for running apt-get on a Debian
3204         GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
3206 2007-04-30  Bob Wilson  <bob.wilson@acm.org>
3208         * baseboards/xtensa-sim.exp: Set target_install.  Stop using
3209         basic-sim.exp.  Run the simulator with --turbo option.  Replace
3210         needs_status_wrapper with the simulator's --exit_with_target_code
3211         option.
3213 2006-10-15  Rob Savoye  <rob@bertha.welcomehome.org>
3215         * dejagnu.h: Add support for for expected failures and
3216         unexpected successes.
3218 2005-05-06  Andrew Fyfe <a.fyfe@tiscali.co.uk>
3220         * doc/Makefile.am: Fix install path for man page.
3221         * Makefiles: Regenerated.
3223 2006-08-29  Ben Elliston  <bje@gnu.org>
3225         * runtest.exp (usage): Use "triplet" instead of "config name".
3227 2006-07-13  Daniel Jacobowitz  <dan@codesourcery.com>
3229         * Makefile.am (DOCBOOK2RTF): Fix typo.
3230         * Makefile.in: Regenerated.
3231         * lib/libgloss.exp (process_multilib_options): Use -- to handle
3232         options starting with hyphens.
3234 2006-06-23  Eric Botcazou  <ebotcazou@adacore.com>
3236         * libgloss.exp (find_gnatmake): Rewrite.
3238 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
3240         * rsh.exp (rsh_exec): Handle inp and outp arguments.  Use
3241         local_exec to run rsh.  Return failure if rsh times out.
3242         * remote.exp (local_exec): Handle "|& cat" we added when deciding
3243         whether to return output.
3245 2006-06-09  Ben Elliston  <bje@gnu.org>
3247         * baseboards/cris-sim.exp: Use Tcl fall-through syntax for
3248         multiple cases, not a list (case uses lists, switch does not).
3249         Pass -glob to switch where applicable to emulate case behaviour.
3250         * baseboards/h8300.exp: Likewise.
3251         * lib/framework.exp (clone_output): Likewise.
3252         (clear_xfail): Likewise.
3253         (clear_kfail): Likewise.
3254         * lib/libgloss.exp (process_multilib_options): Likewise.
3255         * runtest.exp: Likewise.
3257 2006-06-06  Ben Elliston  <bje@gnu.org>
3259         * Makefile.am (CONTRIB): New.
3260         (EXTRA_DIST): Add $(CONTRIB).
3261         (doc/dejagnu.texi): Set directory-category param to docbook2texi.
3262         * Makefile.in: Regenerate.
3263         * doc/dejagnu.texi: Likewise.
3265 2006-06-06  Ben Elliston  <bje@gnu.org>
3267         * runtest.exp (load_lib): Typo fix.
3269 2006-06-06  Ben Elliston  <bje@gnu.org>
3271         * dejagnu.h: Tidy comments.
3272         (_BUFFER_SIZE_): Remove to minimise namespace pollution.
3273         (wait): Define this function unconditionally.  Conditionally
3274         compile the function body if _DEJAGNU_WAIT_ is defined.
3275         (buffer): Set the buffer size explicitly.
3276         (pass): Use sizeof (buffer).  Call wait() unconditionally.
3277         (fail, untested, unresolved, note): Likewise.
3278         (enum teststate): Tidy whitespace.
3280 2006-06-06  Ben Elliston  <bje@gnu.org>
3282         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.
3283         * doc/dejagnu.texi: Regenerate.
3285 2006-06-06  Ben Elliston  <bje@gnu.org>
3287         Import from GCC tree:
3288         2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
3289                     Mike Stump  <mrs@apple.com>
3291         * compare_tests: Handle multilibs better.
3293 2006-06-06  Ben Elliston  <bje@gnu.org>
3295         * doc/dejagnu.texi: Regnerate using Docbook2X 0.8.7.
3297         * configure.ac: Check for docbook2texi, not docbook2x-texi.  The
3298         wrapper script changed its name again in the latest release.
3299         * configure: Regenerate.
3300         * Makefile.am (DOCBOOK2X_TEXI): Rename from this ..
3301         (DOCBOOK2TEXI): .. to this.
3302         (doc/dejagnu.texi): Do not use output-file parameter to deposit
3303         the .texi file into the source directory; use mv(1) instead. Set
3304         directory-description parameter.
3305         * Makefile.in: Likewise.
3307 2006-06-02  Ben Elliston  <bje@gnu.org>
3309         * config/sim.exp (sim_upload): Match up argument names.
3311 2006-06-02  Ben Elliston  <bje@gnu.org>
3313         * config.guess: Update to most recent version.
3314         * config.sub: Likewise.
3316 2006-06-02  Ben Elliston  <bje@gnu.org>
3318         * config/dos.exp (dos_open): Only run global board_info once at
3319         the beginning of the proc; remove duplicates.
3320         (dos_load): Use file join to separate path components.
3321         (dos_copy_upload): Likewise.
3322         * lib/remote.exp (call_remote): Use error, not "blooie" to trigger
3323         an error.
3325 2006-06-02  Ben Elliston  <bje@gnu.org>
3327         * contrib/compare_tests: Import from the GCC contrib directory.
3329 2006-05-24  Ben Elliston  <bje@gnu.org>
3331         * runtest.exp (verbose): Brace some expressions.
3332         (load_file, search_and_load_file): Likewise.
3333         (runtest): Likewise.
3335 2006-05-23  Ben Elliston  <bje@gnu.org>
3337         * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.
3338         * config/i960.exp (i960_spawn): Initialise status.
3339         * config/netware.exp (${board}_init): Brace some if expressions.
3340         * lib/dg.exp (dg-test): Brace some expressions.
3341         * lib/framework.exp (clone_output, log_and_exit, log_summary,
3342         record_test, pass, fail): Likewise.
3343         * lib/libgloss.exp (get_multilibs): Likewise.
3344         * lib/remote.exp (standard_transmit, unix_clean_filename,
3345         remote_load, check_for_board_status, remote_expect): Likewise.
3346         * lib/rsh.exp (rsh_exec): Likewise.
3348 2006-05-22  Ben Elliston  <bje@gnu.org>
3350         * baseboards/cris-sim.exp: Use switch, not case.
3351         * baseboards/h8300.exp: Likewise.
3352         * config/base68k.exp (base68k_ld): Brace an if expression.
3354 2006-05-22  Ben Elliston  <bje@gnu.org>
3356         * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,
3357         baseboards/cris-sim.exp, baseboards/i960-cyclone.exp,
3358         baseboards/mcore-moto-sim.exp, baseboards/mips64vr4100-sim.exp,
3359         baseboards/mmixware-sim.exp, baseboards/op50n.exp,
3360         baseboards/rom68k-idp.exp, baseboards/sparclite-sim-le.exp,
3361         baseboards/usparc-cygmon.exp, config/base-config.exp,
3362         config/base68k.exp, config/ddb-ether.exp, config/ddb.exp,
3363         config/dos.exp, config/gdb-comm.exp, config/gdb_stub.exp,
3364         config/i386-bozo.exp, config/i960.exp, config/m68k-emc.exp,
3365         config/netware.exp, config/sid.exp, config/sim.exp,
3366         config/tic80.exp, config/unix.exp, config/vxworks.exp,
3367         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3368         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
3369         lib/rlogin.exp, lib/rsh.exp, lib/target.exp, lib/targetdb.exp,
3370         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Put braces around if
3371         expressions throughout.
3373 2006-05-22  Ben Elliston  <bje@gnu.org>
3375         * lib/framework.exp (open_logs): Use file join where applicable.
3376         * lib/libgloss.exp (libgloss_link_flags, newlib_link_flags,
3377         newlib_include_flags, g++_link_flags, libstdc++_link_flags,
3378         get_multilibs, winsup_include_flags, winsup_link_flags): Likewise.
3379         * lib/utils.exp (which): Likewise.
3380         * runtest.exp (search_and_load_file, lookfor_file,
3381         load_tool_init): Likewise.
3383         * lib/debugger.exp (watcharray): Add `array' parameter.  Rename
3384         `type' parameter to `op' and update all uses in the proc.
3385         (watchvar): Add `ignore' parameter for scalar variables.
3386         Likewise, rename `type' to `op' and update throughout the proc.
3388         * runtest.exp: Use switch, not case.
3389         * lib/framework.exp (clone_output): Likewise.
3390         (clear_xfail): Likewise.
3391         (clear_kfail): Likewise.
3392         (set_warning_threshold): Make warning_threshold global.
3393         (get_warning_threshold): Likewise.
3394         * lib/libgloss.exp (process_multilib_options): Use switch, not
3395         case.
3396         * lib/remote.exp (local_exec): Only run global errorInfo once.
3397         (standard_upload): Fix error in variable use ($file -> $srcfile).
3398         * lib/utils.exp (grep): Use switch, not case.
3399         (slay): Fix mismatched bracket.
3401         * lib/debugger.exp (watcharray): Use switch, not case.
3402         (watchvar): Likewise.
3403         (bt): Add an explanatory comment.
3405 2006-04-03  Ben Elliston  <bje@gnu.org>
3407         * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
3408         lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
3409         lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
3411 2006-01-02  Ben Elliston  <bje@gnu.org>
3413         * configure.ac (AC_INIT): Set version to 1.4.99.
3414         * configure: Regenerate.
3416 2006-01-01  Ben Elliston  <bje@gnu.org>
3418         * testsuite/runtest.all/utils.test: Add runtest_file_p.
3420 2006-01-01  Ben Elliston  <bje@gnu.org>
3422         * runtest.exp (frame_version): Set to 1.4.99.
3424 2006-01-01  Ben Elliston  <bje@gnu.org>
3426         * dejagnu.h: Update copyright notice.  Use C-style /* .. */
3427         comments for portability with ISO C compilers.
3428         * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.
3430 2006-01-01  Ben Elliston  <bje@gnu.org>
3432         * runtest.exp: Update copyright notice.
3433         * example/calc/testsuite/calc.test/calc.exp: Likewise.
3434         * example/calc/testsuite/config/unix.exp: Likewise.
3435         * testsuite/libdejagnu/tunit.exp: Likewise.
3436         * testsuite/runtest.all/libs.exp: Likewise.
3437         * testsuite/runtest.all/options.exp: Likewise.
3438         * testsuite/runtest.all/stats-sub.exp: Likewise.
3439         * testsuite/runtest.all/stats.exp: Likewise.
3441 2006-01-01  Ben Elliston  <bje@gnu.org>
3443         * config/default.exp, config/unix.exp, config/vxworks.exp,
3444         lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp,
3445         lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp:
3446         Formatting fixes.
3447         * dejagnu.h, testsuite/config/default.exp,
3448         testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp,
3449         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
3450         testsuite/runtest.all/options.exp,
3451         testsuite/runtest.all/stats-sub.exp,
3452         testsuite/runtest.all/stats.exp: Update copyright notice and FSF
3453         office address. Remove bug reporting address, as it is now
3454         maintained centrally in the README file.
3456 2005-12-31  Ben Elliston  <bje@gnu.org>
3458         * testsuite/runtest.all/utils.test: Don't bother mentioning
3459         absolute, psource, prune and slay as untested procedures.
3461 2005-12-31  Ben Elliston  <bje@gnu.org>
3463         * doc/ref.xml (Utility Procedures): Note that the following
3464         procedures are deprecated: absolute, psource, prune, slay.
3465         * NEWS: Likewise.
3466         * doc/dejagnu.texi: Regenerate.
3468 2005-12-24  Ben Elliston  <bje@gnu.org>
3470         * Makefile.am (doc/dejagnu.texi): Don't use shell redirection, in
3471         case the command fails and zeroes the Texinfo source file.  Move
3472         the output (if successful) by its default filename using mv(1).
3473         * Makefile.in: Regenerate.
3475 2005-12-24  Ben Elliston  <bje@gnu.org>
3477         * configure.ac (DOCBOOK2X_TEXI): Add search for this program.
3478         * configure: Regenerate.
3479         * Makefile.am (DOCBOOK2PDF, DOCBOOK2RTF, DOCBOOK2PS): New.
3480         (DOCBOOK2HTML, DOCBOOK2X_TEXI): Likewise.
3481         (dejagnu.pdf): Use $(DOCBOOK2PDF).
3482         (dejagnu.ps): Likewise, use $(DOCBOOK2PS).
3483         (dejagnu.rtf): Likewise, use $(DOCBOOK2RTF).
3484         (html): Likewise, use $(DOCBOOK2HTML).
3485         (doc/dejagnu.texi): Produce using the docbook2x-texi wrapper,
3486         which is much simpler. Likewise, use $(DOCBOOK2X_TEXI).
3487         * Makefile.in: Regenerate.
3489 2005-12-24  Ben Elliston  <bje@gnu.org>
3491         * Makefile.am (EXTRA_DIST): Remove $(PACKAGING_METAFILES).
3492         (XML): Remove $(srcdir) from each filename; VPATH suffices.
3493         (PACKAGING_METAFILES): Remove.
3494         * Makefile.in: Regenerate.
3496 2005-12-24  Ben Elliston  <bje@gnu.org>
3498         * README: Rewrite.
3500 2005-12-24  Ben Elliston  <bje@gnu.org>
3502         * COPYING: Update.
3504 2005-12-24  Ben Elliston  <bje@gnu.org>
3506         * testsuite/libdejagnu/tunit.exp: Don't change to a non-existent
3507         subdirectory.
3509 2005-12-24  Ben Elliston  <bje@gnu.org>
3511         * Makefile.am (RUNTEST): Simplify, as Automake already generates
3512         similar logic in Makefile.in.
3513         * Makefile.in: Regenerate.
3515 2005-12-24  Ben Elliston  <bje@gnu.org>
3517         * Makefile.am (RUNTESTDEFAULTFLAGS): Omit --tool so that
3518         libdejagnu tests are run too.
3519         * Makefile.in: Regenerate.
3521 2005-12-24  Ben Elliston  <bje@gnu.org>
3523         * configure: Regenerate.
3525         * lib/remote.exp: Tidy.
3526         * lib/targetdb.exp: Likewise.
3527         * lib/target.exp (prune_warnings): Improve comments.
3528         * lib/dejagnu.exp: Likewise.
3529         * lib/utils.exp: Likewise.
3531         * NEWS: Update.
3533 2005-12-24  Ben Elliston  <bje@gnu.org>
3535         * doc/dejagnu.xml: Don't use apostrophes in section titles.
3536         * doc/dejagnu.texi: Regenerate.
3538 2005-12-24  Ben Elliston  <bje@gnu.org>
3540         * Makefile.am (XML): Include $(srcdir) in filenames.
3541         * Makefile.in: Regenerate.
3543 2005-12-24  Ben Elliston  <bje@gnu.org>
3545         * doc/C/Makefile.am: Remove.
3546         * doc/C/Makefile.in: Likewise.
3548         * Makefile.am (SUBDIRS): Remove.
3549         (EXTRA_DIST): Append $(XML).
3550         (dist_man_MANS): Define.
3551         (info_TEXINFOS): Likewise.
3552         (XML): List XML source files.
3553         (dejagnu.pdf): New target.
3554         (dejagnu.ps): Likewise.
3555         (dejagnu.rtf): Likewise.
3556         (html): Likewise.
3557         (dejagnu.texi): Special rule to build Texinfo source.
3558         * Makefile.in: Regenerate.
3559         * configure.ac: Don't search for docbook2dvi.
3560         Search for docbook2rtf and docbook2pdf.
3561         Don't output doc/Makefile or doc/C/Makefile.
3562         * configure: Regenerate.
3563         * doc/texinfo.tex: Move from here ..
3564         * texinfo.tex: .. to here.
3565         * doc/Makefile.am: Remove.
3566         * doc/Makefile.in: Likewise.
3567         * doc/C/dejagnu.omf: Likewise.
3568         * doc/C/topic.dat: Likewise.
3569         * doc/C/dejagnu.xml: Move from here ..
3570         * doc/dejagnu.xml: .. to here.
3571         * doc/C/legal.xml: Move from here ..
3572         * doc/legal.xml: .. to here.
3573         * doc/C/ref.xml: Move from here ..
3574         * doc/ref.xml: .. to here.
3575         * doc/C/user.xml: Move from here ..
3576         * doc/user.xml: .. to here.
3577         * doc/dejagnu.texi: Rebuild from XML source.
3579 2005-12-23  Ben Elliston  <bje@gnu.org>
3581         * doc/runtest.1: Update manual page.
3583 2005-12-23  Ben Elliston  <bje@gnu.org>
3585         * doc/overview.sgml: Remove in favour of XML versions.
3586         * doc/ref.sgml: Ditto.
3587         * doc/user.sgml: Ditto.
3588         * doc/texinfo.tex: Import new version.
3590 2005-12-20  Ben Elliston  <bje@gnu.org>
3592         * Makefile.am (SUBDIRS): Remove testsuite, example.
3593         (EXTRA_DIST): Add $(TESTSUITE_FILES).
3594         (TESTSUITE_FILES): New.
3595         (RUNTEST, RUNTESTDEFAULTFLAGS): New.
3596         (AM_CXXFLAGS): Set.
3597         (check_PROGRAMS): New.
3598         (unit_SOURCES): New.
3599         * Makefile.in: Regenerate.
3600         * configure.ac (AC_OUTPUT): Don't output example/Makefile,
3601         testsuite/Makefile or testsuite/libdejagnu/Makefile.
3602         * configure: Regenerate.
3603         * testsuite/Makefile.am: Remove.
3604         * testsuite/Makefile.in: Likewise.
3605         * testsuite/libdejagnu/Makefile.am: Likewise.
3606         * testsuite/libdejagnu/Makefile.in: Likewise.
3608 2005-12-20  Ben Elliston  <bje@gnu.org>
3610         * Makefile.am (baseboard_SCRIPTS): Rename ms1->mt.
3611         * Makefile.in: Regenerate.
3613 2005-12-20  Ben Elliston  <bje@gnu.org>
3615         * configure: Regenerate with autoconf 2.59.
3616         * aclocal.m4: Regenerate with aclocal 1.9.6.
3617         * Makefile.in: Regenerate with automake 1.9.6.
3618         * doc/Makefile.in: Likewise.
3619         * doc/C/Makefile.in: Likewise.
3620         * example/Makefile.in: Likewise.
3621         * testsuite/Makefile.in: Likewise.
3622         * testsuite/libdejagnu/Makefile.in: Likewise.
3624 2005-12-20  Nathan Sidwell  <nathan@codesourcery.com>
3626         * baseboards/ms1-sid.exp: Rename from this ..
3627         * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within.
3629 2005-12-20  Ben Elliston  <bje@gnu.org>
3631         * config.guess: Update to most recent version.
3632         * config.sub: Likewise.
3634 2005-09-24  Ben Elliston  <bje@gnu.org>
3636         * packaging/pkg/pkginfo (EMAIL): Update mail address.
3638         * lib/rsh.exp: Tidy comments.
3640 2005-07-07  Ben Elliston  <bje@gnu.org>
3642         * lib/telnet.exp (telnet_transmit): Remove; use standard method.
3644 2005-07-07  Ben Elliston  <bje@gnu.org>
3646         * Makefile.am (baseboard_SCRIPTS): Add ms1-sid.exp.
3647         * Makefile.in: Regenerate.
3649 2005-07-06  Ben Elliston  <bje@gnu.org>
3651         * lib/tip.exp (tip_open): Improve comments.
3652         (tip_download): Likewise.
3654 2005-07-06  Ben Elliston  <bje@gnu.org>
3656         * lib/telnet.exp (telnet_open): Improve option handling.  Clarify
3657         documentation for each proc.
3659 2005-07-06  Ben Elliston  <bje@gnu.org>
3661         * aclocal.m4: Regenerate with aclocal 1.9.
3662         * configure: Regenerate with autoconf 2.59.
3663         * doc/C/Makefile.am: Remove stray include.
3664         * Makefile.in, doc/Makefile.in, doc/C/Makefile.in,
3665         example/Makefile.in, testsuite/Makefile.in,
3666         testsuite/libdejagnu/Makefile.in: Regenerate with automake 1.9.
3668 2005-07-06  Ben Elliston  <bje@gnu.org>
3670         Import some missing hunks from this patch on sourceware:
3672         2004-11-11  Nick Clifton  <nickc@redhat.com>
3674         * lib/libgloss.exp (libio_include_flags, g++_include_flags,
3675         winsup_include_flags): Revert previous patch, restoring the use of
3676         -I, for all libraries except newlib.  Newlib needs -isystem to
3677         avoid the problems with <limits.h> but the C++ and winsup
3678         libraries need -I because -isystem generates an implicit 'extern
3679         "C"' which may not be appropriate for certain targets.
3681 2005-07-06  Aldy Hernandez  <aldyh@redhat.com>
3683         * baseboards/ms1-sid.exp: New.
3685 2005-07-01  Ben Elliston  <bje@gnu.org>
3687         Unify some changes with the 1.4 branch:
3689         2004-10-28  Nick Clifton  <nickc@redhat.com>
3690         * baseboards/iq2000-sim.exp: New file.
3692         2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3693         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
3694         noresults to zero.
3696         2004-05-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
3697         * baseboards/m32r-linux-sim.exp: Add New file.
3699 2005-06-24  Ben Elliston  <bje@gnu.org>
3701         * MAINTAINERS: Update my email address.
3703 2005-06-24  Ben Elliston  <bje@gnu.org>
3705         * Update the FSF's physical address throughout.
3707 2005-06-22  Ben Elliston  <bje@gnu.org>
3709         * config.guess: Update to most recent version.
3710         * config.sub: Likewise.
3712 2005-04-28  Mark Kettenis  <kettenis@gnu.org>
3714         * lib/target.exp (prune_warnings): Add a few more linker
3715         warning patterns for OpenBSD.
3717 2005-03-20  Mark Kettenis  <kettenis@gnu.org>
3719         * lib/target.exp (prune_warnings): Add linker warning patterns for
3720         OpenBSD.
3722 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3724         * baseboards/cris-sim.exp: New file.
3726 2004-11-19  Nick Clifton  <nickc@redhat.com>
3728         * lib/libgloss.exp (newlib_include_flags): Document why -isystem
3729         is used instead of -I.
3730         (libio_include_flags): Use -I instead of -isystem and
3731         document why.
3732         (g++_include_flags): Use -I instead of -isystem.
3733         (libstdc++_include_flags): Likewise.
3735 2004-11-04  Ben Elliston  <bje@gnu.org>
3737         * lib/dg.exp (dg-test): If a `dg-do run' test fails to compile,
3738         mark the test as unresolved, rather than warning.
3740 2004-10-27  Nick Clifton  <nickc@redhat.com>
3742         * baseboards/iq2000-sim.exp: New file.
3744 2004-08-20  Daniel Jacobowitz  <dan@debian.org>
3746         * testglue.c: Prototype abort(3) and exit(3).
3748 2004-08-14  Paul Brook  <paul@codesourcery.com>
3750         * config/sim.exp (sim_download, sim_upload): New procs.
3752 2004-06-30  Ben Elliston  <bje@gnu.org>
3754         * config.guess: Update to current revision.
3755         * config.sub: Likewise.
3757 2004-06-12  Ben Elliston  <bje@gnu.org>
3759         * config.guess: Update to current revision.
3760         * config.sub: Likewise.
3762 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3764         * testglue.c: Prototype abort and exit.
3766 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3768         * baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
3769         string.
3771 Tue Feb 25 05:19:57 UTC 2003  Brendan Conoboy  <blc@@redhat.com>
3773         * lib/remote.exp (call_remote): Remove multilibs from the board
3774         name when rebooting a board.
3776 2004-06-03  Alexandre Oliva  <aoliva@redhat.com>
3778         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
3779         noresults to zero.
3781 2004-06-07  Ben Elliston  <bje@gnu.org>
3783         * lib/libgloss.exp (build_wrapper): Remove redundant set command.
3785 2004-03-29  Joel Brobecker  <brobecker@gnat.com>
3787         * lib/libgloss.exp (find_gnatmake): New procedure.
3788         * lib/target.exp (default_target_compile): Add support for Ada.
3790 2004-04-16  Kazuhiro Inaoka  <inaoka dot kazuhiro at renesas dot com>
3792         * baseboards/m32r-linux-sim.exp: Add New file.
3794 2004-04-02  Rob Savoye  <rob@direwolf.welcomehome.org>
3796         * configure.ac, example/Makefile.am: Add example/mathhelper.
3797         * configure, alocal.m4, example/Makefile.in: Regenerated.
3799 2004-04-02 Joel Sherrill <joel@OARcorp.com>
3801         * example/mathhelper: New example for using the unit testing API.
3803 2004-03-05  Daniel Jacobowitz  <drow@mvista.com>
3805         * lib/remote.exp (standard_spawn): Fix rsh username support.
3807 2004-03-06  Rob Savoye  <rob@althea.welcomehome.org>
3809         * doc/C: New directory for DocBook XML files.
3810         * doc/C/dejagnu.omf: New config file for scrollkeeper.
3811         * doc/C/topic.dat: New config file for the GNOME help system.
3812         * doc/C/dejagnu.xml: DocBook XML formatted verion of what was
3813         overview.sgml.
3814         * doc/C/ref.xml: DocBook XML formatted verion of what was
3815         ref.sgml.
3816         * doc/C/user.xml: DocBook XML formatted verion of what was
3817         user.sgml.
3819 2004-02-17  Ben Elliston  <bje@wasabisystems.com>
3821         * runtest.exp: Do not trap SIGSEGV.
3823 2004-02-16  Ben Elliston  <bje@wasabisystems.com>
3825         * configure.ac: Update AC_INIT and AM_INIT_AUTOMAKE invocations.
3826         * configure: Regenerate.
3828 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3830         * doc/runtest.1: Improve some wording. Update last revision date.
3832 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3834         * NEWS: Document yesterday's work.
3836         * runtest: Improve comments.
3838 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3840         * TODO: Update.
3842         * testsuite/libdejagnu/unit.cc: Conform with GNU coding standard.
3844 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3846         * configure.ac: Quote strings throughout in good Autoconf style.
3847         Remove AC_PROG_YACC invocation. Search for docbook2dvi, et al and
3848         expect using AC_PATH_PROG. Remove DJ_AC_PATH_DOCBOOK in favour of
3849         existing macros. Remove stale BOARDS and CONFIG substs. Ensure Tcl
3850         is at version 8.3 or greater.
3851         * configure: Regenerate.
3852         * acinclude.m4: Remove.
3853         * aclocal.m4: Regenerate.
3854         * Makefile.in: Likewise.
3855         * doc/Makefile.am (%.pdf: %.sgml): Use $(DOCBOOK2PDF).
3856         (%.dvi: %.sgml): Use $(DOCBOOK2DVI).
3857         (%.html: %.sgml): Use $(DOCBOOK2HTML).
3858         * doc/Makefile.in: Regenerate.
3859         * example/Makefile.in: Likewise.
3860         * testsuite/Makefile.in: Likewise.
3861         * testsuite/libdejagnu/Makefile.in: Likewise.
3862         * TODO: Update.
3864 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
3866         * baseboards/cf.exp: Use -T instead of -Wl,-T for ldscript.
3867         * baseboards/fr30-elf.exp, baseboards/frv-elf.exp,
3868         baseboards/h8300.exp, baseboards/i960-cyclone.exp,
3869         baseboards/i960-sim.exp, baseboards/m32r-elf.exp,
3870         baseboards/mips-idt.exp, baseboards/mips-lnews-sim.exp,
3871         baseboards/mips-lsi-sim.exp, baseboards/mips64vr4100-sim.exp,
3872         baseboards/op50n.exp, baseboards/rom68k-idp.exp,
3873         baseboards/sh-hms.exp, baseboards/tx39-dve.exp,
3874         baseboards/vr4100-ddb.exp, baseboards/vr4100-sim.exp,
3875         baseboards/vr4111-sim.exp, baseboards/vr4300-ddb.exp,
3876         baseboards/vr4300-sim.exp, baseboards/vr4300.exp,
3877         baseboards/vr5000-ddb.exp: Likewise.
3879 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3881         * runtest: Terminate with an error if expect cannot be found.
3882         * TODO: Update.
3884 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3886         * configure.ac: Use AC_PATH_PROG to find expect(1).
3887         (DJ_AC_PATH_TCLSH): Remove unneeded invocation.
3888         * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove.
3889         (DJ_AC_STL): Likewise.
3890         * configure: Regenerate.
3891         * aclocal.m4: Likewise.
3892         * configure: Likewise.
3893         * Makefile.in: Likewise.
3894         * doc/Makefile.in: Likewise.
3895         * example/Makefile.in: Likewise.
3896         * testsuite/Makefile.in: Likewise.
3897         * testsuite/libdejagnu/Makefile.in: Likewise.
3898         * TODO: Update.
3900 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3902         * runtest.1: Remove any mention of mondfe.
3904 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3906         * TODO: Add an item about timeouts.
3908 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
3910         * baseboards/basic-sim.exp: Set gdb,do_reload_on_run.
3912 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3914         * lib/standard.exp: Tidy.
3916 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3918         * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.
3919         (config_SCRIPTS): Remove udi.exp, vrtx.exp.
3920         (baseboard_SCRIPTS): Remove a29k-udi.exp.
3921         * Makefile.in: Regenerate.
3922         * baseboards/a29k-udi.exp: Remove.
3923         * baseboards/dos.exp: Update comments.
3924         * config/udi.exp: Remove.
3925         * config/vrtx.exp: Remove.
3926         * doc/overview.sgml: Update. Don't mention mondfe and xsh support.
3927         * doc/ref.sgml: Likewise.
3928         * doc/user.sgml: Likewise.
3929         * lib/mondfe.exp: Remove.
3930         * lib/xsh.exp: Likewise.
3931         * lib/remote.exp: Don't load mondfe.exp or xsh.exp.
3932         * packaging/pkg/prototype: Update.
3933         * NEWS: Update.
3935 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3937         * Makefile.am (rpmspec): Remove.
3938         (rpm): Additionally depend on dejagnu.spec.
3939         ($(PKGDIR)/dejagnu): New target that installs DejaGnu into this
3940         directory.  This saves duplicated code in the solpkg and hpdepot
3941         targets.
3942         (solpkg): Depend on $(PKGDIR)/dejagnu.
3943         (hpdepot): Likewise.
3944         * Makefile.in: Regenerate.
3946 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3948         * Makefile.am (RUNTEST, RUNTESTDEFAULTFLAGS): Remove.
3949         * Makefile.in: Regenerate.
3950         * testsuite/Makefile.am (CLEANFILES): Remove.
3951         (RUNTESTDEFAULTFLATS): Pass --srcdir and RUNTEST=$(RUNTEST).
3952         * testsuite/Makefile.in: Regenerate.
3954 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3956         * lib/util-defs.exp: Move from here ..
3957         * testsuite/lib/util-defs.exp: .. to here.
3958         * Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp.
3959         * Makefile.in: Regenerate.
3960         * testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp.
3961         * testsuite/Makefile.in: Regenerate.
3962         * doc/ref.sgml (File Map): Remove util-defs.exp.
3963         * packaging/pkg/prototype: Update file list.
3965 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3967         * NEWS: Document changes since 1.4.4.
3969 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3971         * example/Makefile.am (check-recursive): Remove target.
3972         * example/Makefile.in: Regenerate.
3974 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3976         * dejagnu.h: Conform with GNU coding standard.
3978 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3980         * Makefile.am (PKGING): Remove.
3981         (PACKAGING_METAFILES): Update accordingly.
3982         (CLEANFILES, check-DEJAGNU): Remove.
3983         (tarball): Remove; use `dist'.
3984         (deb): Update target recipe to use `make dist'.
3986 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3988         * Clean.tcl: Remove.
3990         * Makefile.am (SUBDIRS): Add testsuite, example directories.
3991         (EXTRA_DIST): Define.
3992         (pkgdata_SCRIPTS): Add lib/*.exp files.
3993         (DATE, TCLSH): Remove.
3994         (configdir, config_DATA, config_SCRIPTS): Define.
3995         (baseboarddir, baseboard_DATA, baseboard_SCRIPTS): Likewise.
3996         (pkgdata_DATA): Likewise.
3997         (djlibexecdir, djlibexec_SCRIPTS): Likewise.
3998         (PKGING, PACKAGING_METAFILES): New macros.
3999         (clean-local): Remove.
4000         (rpm): Depend on dist.
4001         (deb): Likewise.
4002         (dist-hook): Remove.
4003         (lib_dest, lib_files): Likewise.
4004         (baseboard_dest, baseboard_files): Likewise.
4005         (include_dest, config_dest, config_files): Likewise.
4006         (install-data-local): Likewise.
4007         (uninstall-local): Likewise.
4008         (site.exp): Likewise.
4009         * Makefile.in: Regenerate.
4011         * testsuite/Makefile.am (all, all-am, etcetera): Remove.
4012         (force): Likewise.
4013         (EXTRA_DIST): Define.
4014         (site.exp): Remove target.
4015         * testsuite/Makefile.in: Regenerate.
4016         * testsuite/libdejagnu/Makefile.am (EXTRA_DIST): Define.
4017         (noinst_PROGRAMS): Rename from this ..
4018         (check_PROGRAMS): .. to this.
4019         * testsuite/libdejagnu/Makefile.in: Regenerate.
4021         * doc/Makefile.am (man_MANS): Rename from this ..
4022         (dist_man_MANS): .. to this.
4023         (info_TEXINFOS): Define.
4024         (TARGETS): Remove overview.rtf.
4025         (EXTRA_DIST): Define.
4026         (%.rtf: %.sgml): Remove rule.
4027         (%.gif: %.fig): Likewise.
4028         (%.epsi: %.eps): Likewise.
4029         (%.eps: %.fig): Likewise.
4030         (clean, realclean, distclean): Remove.
4031         (install-docs): Don't install overview.rtf.
4032         * doc/Makefile.in: Regenerate.
4033         * doc/texinfo.tex: New file.
4035         * example/calc/Makefile.am (noinst_PROGRAMS): Rename from this ..
4036         (check_PROGRAMS): .. to this.
4037         (EXTRA_DIST): Add test cases and calc.1 man page.
4038         * example/calc/Makefile.in: Regenerate.
4039         * example/calc/aclocal.m4: Likewise.
4040         * example/calc/configure: Likewise.
4041         * example/calc/stamp-h.in: Remove.
4042         * example/hello/Makefile.am (bin_PROGRAMS): Rename from this ..
4043         (check_PROGRAMS): .. to this.
4044         (EXTRA_DIST): Define.
4045         * example/hello/Makefile.in: Regenerate.
4046         * example/hello/aclocal.m4: Likewise.
4047         * example/hello/configure: Likewise.
4048         * example/hello/testsuite/Makefile.am (EXTRA_DIST): Define.
4049         * example/hello/testsuite/Makefile.in: Regenerate.
4051 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4053         * configure.ac: Remove commented out code.
4054         * configure: Regenerate.
4056 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4058         * site.tmpl: Tidy.
4060 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4062         * INSTALL: Import latest version.
4063         * depcomp: Likewise.
4064         * install-sh: Likewise.
4065         * missing: Likewise.
4067 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4069         * configure.in: Rename from this ..
4070         * configure.ac: .. to this.  Require Autoconf 2.50.
4071         * Makefile.in: Regenerate.
4072         * doc/Makefile.in: Likewise.
4073         * example/Makefile.in: Likewise.
4074         * testsuite/Makefile.in: Likewise.
4075         * testsuite/libdejagnu/Makefile.in: Likewise.
4077 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4079         * lib/target.exp (prune_warnings): Add spaces where required in
4080         NetBSD warnings.  Supersedes a patch in pkgsrc's devel/dejagnu.
4082 2004-02-05  Ben Elliston  <bje@wasabisystems.com>
4084         * config.guess: Update to current revision.
4085         * config.sub: Likewise.
4087 2004-02-04  Ben Elliston  <bje@wasabisystems.com>
4089         * configure.in (AC_NO_EXECUTABLES): Remove.
4090         * configure: Rebuild with Autoconf 2.59.
4091         * acinclude.m4 (DJ_AC_STL): Quote macro name to appease aclocal.
4092         (DJ_AC_PATH_TCLSH): Likewise.
4093         (DJ_AC_PATH_DOCBOOK): Likewise.
4094         * aclocal.m4: Rebuild.
4095         * Makefile.in: Rebuild with Automake 1.8.2.
4096         * doc/Makefile.in: Likewise.
4097         * example/Makefile.in: Likewise.
4098         * testsuite/Makefile.in: Likewise.
4099         * testsuite/libdejagnu/Makefile.in: Likewise.
4101 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4103         Import orphaned patches from sources.redhat.com:
4105         2002-05-02  Fernando Nasser  <fnasser@redhat.com>
4106         * doc/dejagnu.texi: Document KFAIL and KPASS.
4108         2002-02-20  Richard Henderson  <rth@redhat.com>
4109         * lib/target.exp (prune_warnings): Revert early "In function"
4110         strip, as this breaks g++.dg tests.  Match dangerous regexp
4111         without the "In function" header.
4113         2002-02-09  Richard Henderson  <rth@redhat.com>
4114         * lib/target.exp (prune_warnings): Strip "In function" etc early.
4115         Adjust "dangerous" regexp for glibc's tmpnam warning.
4117         2001-09-10  Jim Blandy  <jimb@redhat.com>
4118         * baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script,
4119         so we get the version of the `outbyte' function that does console
4120         output in a way that GDB's rom68k target recognizes.  Note that
4121         the board can now do output.
4123         2000-04-25  Felix Lee  <flee@cygnus.com>
4124         * baseboards/tx39-sim.exp: Use idt, not dve linker script.  Delete
4125         misleading comments and null statements.
4127 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4129         * DejaGnu 1.4.4 released.
4131 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4133         * Makefile.am (tarball): Depend on book1.html, not overview.html.
4134         Don't echo needless messages. Portably copy the source tree to
4135         dejagnu-${VERSION}.  Portably copy documentation files from the
4136         source tree to the distribution directory.  Don't copy RPM-related
4137         files -- leave that to the rpm target.
4138         (snapshot): Remove target.
4139         (overview.html): Rename target from this ..
4140         (book1.htm): .. to this.
4141         (rpm): Portably copy tar file to SOURCES directory.
4142         (deb): Depend on book1.html, not overview.html.
4143         (dist-hook): Depend on book1.html, not overview.html.
4144         * Makefile.in: Rebuild.
4145         * doc/Makefile.am (TARGETS): Depend on book1.html.
4146         (book1.html): Depend on html/book1.html.
4147         (overview.dvi): Remove target.
4148         * doc/Makefile.in: Rebuild.
4150 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4152         * Clean.tcl: Run tclsh via /usr/bin/env for portability.
4153         (cleanfiles): Concatenate regular filenames that match .*.
4155 2004-01-12  Ben Elliston  <bje@wasabisystems.com>
4157         * baseboards/frv-sim.exp: Remove reference to devo/sim.
4159 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4161         * doc/overview: Remove all files.
4163 2003-12-03  Ben Elliston  <bje@wasabisystems.com>
4165         * testsuite/runtest.all/utils.test: Fix a test for proc find which
4166         assumed that "subsubfile1" would appear at the end of the returned
4167         list.  Adjust to use a more robust regular expression.
4169 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
4171         * doc/overview.sgml (version): Update.
4172         * doc/overview/installation.html: Likewise.
4174         * packaging/rpm/dejagnu.spec: Update version numbers throughout.
4175         * packaging/pkg/pkginfo: Likewise.
4176         * packaging/depot/dejagnu.psf: Likewise.
4178 2003-10-25  Ben Elliston  <bje@wasabisystems.com>
4180         * runtest.exp (frame_version): Bump version.
4181         * configure.in (AM_INIT_AUTOMAKE): Likewise.
4182         * configure: Regenerate.
4184 2003-10-16  Rob Savoye   <rob@welcomehome.org>
4186         * packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
4188 2003-10-13  Ben Elliston  <bje@wasabisystems.com>
4190         * baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
4192 2003-10-11  Corinna Vinschen  <vinschen@redhat.com>
4194         * baseboards/sh-sim.exp: New file.
4196 2003-10-11  Ben Elliston  <bje@wasabisystems.com>
4198         * NEWS: Tidy.
4199         * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
4201 2003-10-08  Ben Elliston  <bje@wasabisystems.com>
4203         * i960glue.c: Remove.
4204         * packaging/pkg/prototype: Remove i960glue.c.
4206 2003-10-07  Ben Elliston  <bje@wasabisystems.com>
4208         * contrib/README: Remove.
4209         * contrib/testit: Remove bitrotten script.
4210         * contrib/test-g++: Likewise.
4211         * contrib/test-tool: Likewise.
4213 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4215         * TODO: Tidy.
4216         * contrib/README: Bring up to date.
4218 2003-08-23  Corinna Vinschen  <vinschen@redhat.com>
4220         * config/sid.exp: Add gdb settings to use no hardware watchpoints.
4222 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4224         * README: Update section on reporting bugs.
4226 2003-08-22  Ben Elliston  <bje@wasabisystems.com>
4228         * lib/kermit.exp: Document procs.
4229         * lib/ftp.exp: Likewise.
4231 2003-08-19  Ben Elliston  <bje@wasabisystems.com>
4233         * contrib/testit: Run wish via /usr/bin/env for portability.
4235 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4237         * Makefile.am: Tidy comments and unused command lines.
4238         * Makefile.in: Regenerate.
4239         * testsuite/libdejagnu/Makefile.in: Likewise.
4241         * contrib/bluegnu2.0.3: Remove unsupported subtree.
4243 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4245         * MAINTAINERS: New file.
4247 2003-08-17  Ben Elliston  <bje@wasabisystems.com>
4249         * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
4250         * doc/Makefile.in: Regenerate.
4252 2003-08-16  Ben Elliston  <bje@wasabisystems.com>
4254         * doc/overview.sgml (overview): Start overhauling chapter.
4256         * doc/README.Writers: New document on style conventions.
4257         * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
4258         * doc/user.sgml: Likewise.
4259         * doc/overview.sgml: Likewise.
4260         * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
4262 2003-08-12  Ben Elliston  <bje@wasabisystems.com>
4264         * Makefile.am (tarball): Update path to dejagnu.spec.
4265         (rpmspec): Likewise.
4266         (deb): Likewise, update path to package metafiles.
4267         (solpkg): Likewise.
4268         (hpdepot): Likewise.
4269         * Makefile.in: Regenerate.
4270         * aclocal.m4: Likewise.
4271         * configure: Likewise.
4272         * doc/Makefile.in: Likewise.
4273         * example/Makefile.in: Likewise.
4274         * testsuite/Makefile.in: Likewise.
4275         * deb: Move from here ..
4276         * packaging/deb: .. to here.
4277         * redhat: Move from here ..
4278         * packaging/rpm: .. to here.
4279         * depot: Move from here ..
4280         * packaging/depot: .. to here.
4281         * pkg: Move from here ..
4282         * packaging/pkg: .. to here.
4284         * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
4285         (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
4286         * testsuite/libdejagnu/Makefile.in: Regenerate.
4288 2003-08-07  Ben Elliston  <bje@wasabisystems.com>
4290         * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
4291         to increment count rather than count++ as in C.
4293 2003-08-06  Ben Elliston  <bje@wasabisystems.com>
4295         * lib/remote.exp: Replace "TCL" with "Tcl".
4297 2003-07-30  Ben Elliston  <bje@wasabisystems.com>
4299         * doc/runtest.1: Replace "TCL" with "Tcl".
4300         Make last revision date current.
4302 2003-07-29  Ben Elliston  <bje@wasabisystems.com>
4304         * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
4305         URLs and other stylistic improvements.
4306         * doc/ref.sgml: Likewise.
4307         * doc/user.sgml: Likewise.
4309 2003-07-25  Mike Stump  <mrs@apple.com>
4311         * lib/target.exp (prune_warnings): Handle "nfs server .* not
4312         responding" and "nfs server .* is alive again".
4314 2003-07-20  Ben Elliston  <bje@wasabisystems.com>
4316         * config.guess: Update to most recent version.
4317         * config.sub: Ditto.
4318         * AUTHORS: Add self to list of maintainers.
4320 2003-07-25  Jim Dein  <jdein@deinji5.apple.com> (RIP)
4322         * lib/utils.exp (find): Fix double recursion bug.
4324 2002-02-25  Jackie Smith Cashion  <jsmith@redhat.com>
4326         * baseboards/am33_2.0-libremote.exp: New file.
4328 2000-11-21  Drew Moseley  <dmoseley@redhat.com>
4330         * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
4331         ASB2303 board.
4333 2000-08-10  Drew Moseley  <dmoseley@cygnus.com>
4335         * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
4336         ASB2303 board.
4338 2003-06-13  Phil Edwards <pme@devphil.com>
4340         * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
4341         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
4342         only -T[linker] instead of -Wl,-T[linker].
4344 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
4346         * lib/target.exp (prune_warnings): Add two more linker
4347         warning patterns for warnings generated by modern verions
4348         of NetBSD.
4350 2003-05-12  H.J. Lu <hongjiu.lu@intel.com>
4352         * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
4354 2003-05-09  H.J. Lu <hongjiu.lu@intel.com>
4356         * runtest: Fix a typo.
4358 2003-05-03  Nitin Dhavale <nitinpdhavale@indiatimes.com>
4360         * doc/user.sgml: Clarify how to set the verbose option.
4362 2003-03-28 Chris Demetriou <cgd@broadcom.com>
4364         * lib/framework.exp (check_conditional_xfail): Adjust so that
4365         an empty 'includes' list matches all sets of flags.
4366         * doc/dejagnu.texi: Document the above.
4367         * doc/ref.sgml: Likewise.
4369 2003-03-27  David Heine <dlheine@tensilica.com>
4371         * baseboards/xtensa-sim.exp: Fix a syntax error.
4373 2003-03-16  Rob Savoye  <rob@direwolf.welcomehome.org>
4375         * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
4376         than stomp on it. This is based on a patch from Brendan Conoboy
4377         <blc@redhat.com>.
4378         * Most files: Update copyright dates.
4380 2003-03-13  Mike Stump  <mrs@apple.com>
4382         * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
4383         help ensure uniqueness.
4385 2003-03-05  Alexandre Oliva  <aoliva@redhat.com>
4387         * lib/remote.exp (standard_download, standard_upload): Support
4388         nfsdir and nfsroot_server.
4390 See ChangeLog-1992 for earlier changes.