Add riscv-sim.exp
[dejagnu.git] / ChangeLog
blob87ed8e76d70a62b060766de538d726fdfe4c57ff
1 2020-08-02  Jacob Bachmeyer  <jcb@gnu.org>
3         * Makefile.am (TESTSUITE_FILES): Add files that were introduced
4         during development but were mistakenly not added at that time.
5         (baseboard_DATA): Sort baseboard file list.
6         (baseboard_DATA): Add missing files.
7         (dejagnu_TEXINFOS): New; add GNU FDL file.
8         (CONTRIB): Add experimental Python unit test module.
10         * Makefile.in (TESTSUITE_FILES): Likewise.
11         (baseboard_DATA): Likewise.
13         * testsuite/dejagnu.py:  Move from here...
14         * contrib/dejagnu.py: ...to here.
16 2020-08-02  Rob Savoye  <rob@senecass.com>
18         * Makefile.in: Regenerate so make dist works.
20 2020-07-25  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
22         * doc/dejagnu.texi (Writing a test case): Mention the DejaGnu
23         procedure "perror" instead of the Tcl command "error".
24         (Writing a test case): Reorganize node and give basic hints about
25         Tcl quoting and backslash escape rules.
26         (Writing a test case): Describe synchronization issues and warn
27         that prefixes of valid input can be presented for matching.
28         (Writing a test case): Fix markup from conversion from DocBook.
30 2020-07-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
32         PR42399
34         * NEWS: Document changes to host_execute.
36         * lib/dejagnu.exp (host_execute): Revise expect matching to
37         combine all unit test protocol lines into one pattern.
38         (host_execute): Rework other expect patterns.
39         (host_execute): Ensure that all output from child process is read
40         until the child closes its output to avoid sending early SIGPIPE.
41         (host_execute): Report an ERROR (and cause the next test to be
42         recorded as UNRESOLVED) if the Expect matching buffer overflows.
43         (host_execute): Remove dependency on global "text" variable.
45         * Makefile.am (TESTSUITE_FILES): Update.
47         * testsuite/runtest.main/stats.exp: Generalize infrastructure and
48         add tests for DejaGnu unit testing support.
49         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
50         New file.
51         * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk:
52         New file.
54 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
56         PR42399
58         * Makefile.am (TESTSUITE_FILES): Update.
60         * lib/dejagnu.exp (host_execute): Allow the executable to be
61         specified with an absolute file name.
62         (host_execute): Fix argument handling to allow passing more than
63         one argument to the executable.  Return early if given no
64         arguments at all instead of trying to execute "./".
66         * testsuite/runtest.main/pr42399.exp: New file.
67         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399.awk:
68         New file.
69         * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
70         New file.
72 2020-07-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
74         * Makefile.am (CLEANFILES): Update.
75         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
77         * testsuite/lib/runtest.exp (runtest_setup_nested_testsuite): New
78         procedure.
79         (runtest_cleanup_nested_testsuite): New procedure.
81         * testsuite/runtest.main/error.exp: Use the tool name "error" to
82         select the proper subset of the nested testsuite.  Use new
83         procedures for handling nested testsuite.  Use common
84         nested-init.exp local init file for nested testsuite.  Let local
85         init file nested-init.exp handle setting "outdir" variable.
86         * testsuite/runtest.main/options.exp: Likewise; "null" tool.
87         * testsuite/runtest.main/stats.exp: Likewise; "stat" tool.
89         * testsuite/runtest.main/nested/: Combine nested testsuites.
90         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
91         Move from here...
92         * testsuite/runtest.main/nested/testsuite/error.test/error-al-dbz.exp:
93         ...to here.
94         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
95         Move from here...
96         * testsuite/runtest.main/nested/testsuite/error.test/error-dbz.exp:
97         ...to here.
98         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
99         Move from here...
100         * testsuite/runtest.main/nested/testsuite/error.test/error-undef.exp:
101         ...to here.
102         * testsuite/runtest.main/error/testsuite/error.test/simple.exp:
103         Move from here...
104         * testsuite/runtest.main/nested/testsuite/error.test/simple.exp:
105         ...to here.
106         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
107         Move from here...
108         * testsuite/runtest.main/nested/testsuite/null.test/null.exp:
109         ...to here.
110         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
111         Move from here...
112         * testsuite/runtest.main/nested/testsuite/stat.test/stats-sub.exp:
113         ...to here.
115 2020-07-16  Rob Savoye  <rob@senecass.com>
117         * baseboards/qemu.exp: Works now with qemu instead of sim.
119 2020-07-06  Rob Savoye  <rob@senecass.com>
121         * baseboards/qemu.exp: Initial working support to use qemu for
122         bare metal testing.
123         * Makefile.am: Install qemu.exp.
124         * autogen.sh: Add script borrowed from my Gnash project to
125         regenerate configure/build files.
126         * aclocal.m4, configure.ac, Makefile.am: regenerated GDB too.
127         * doc/dejagnu.texi: Update copyright date.
129 2020-06-29  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
131         PR 41824 / PR 41918
133         * NEWS: Add item for repeated error messages.
135         * lib/framework.exp (log_and_exit): Add separator lines around the
136         error dumps repeated at the end of a run.
138 2020-06-26  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
140         PR 41824 / PR 41918
142         * NEWS: Remove items for --keep_going / --no_keep_going options.
144         * Makefile.am (CLEANFILES): Adjust for renames.
145         (TESTSUITE_FILES): Likewise.
147         * doc/dejagnu.texi (Invoking runtest): Remove --keep_going and
148         --no_keep_going options.
149         (A POSIX Conforming Test Framework): Document that Tcl errors in
150         test scripts produce UNRESOLVED results as placeholders.
152         * doc/runtest.1: Likewise.
154         * lib/framework.exp (log_and_exit): Print collected Tcl errors.
156         * runtest.exp (dejagnu::error): New internal namespace.
157         (runtest): Collect Tcl errors caught while executing test scripts.
158         (dejagnu::opt): Remove internal namespace.
159         Remove --keep_going / --no_keep_going options.  No longer abort on
160         any Tcl errors; instead store them and repeat the messages at the
161         end of the run.
163         * testsuite/runtest.main/abort.exp: Rename from this ...
164         * testsuite/runtest.main/error.exp: ... to this and revise tests.
166         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
167         Rename from this...
168         * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
169         ... to this.
170         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp:
171         Rename from this...
172         * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
173         ... to this.
174         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
175         Rename from this...
176         * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
177         ... to this.
179 2020-06-24  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
181         PR 41824 / PR 41918
183         * NEWS: Revise relevant items.
185         * doc/dejagnu.texi (Invoking runtest): Add --no_keep_going option.
186         * doc/runtest.1: Document --no_keep_going option.  Remove
187         long-obsolete --name option.  The --name option had been removed
188         from runtest before the code was imported into what became the
189         current repository.
191         * runtest.exp: Add option --no_keep_going to stop immediately if a
192         test script aborts due to a Tcl error.  Remove vestiges of
193         long-obsolete --name option.  Make --keep_going option default.
195         * testsuite/runtest.main/abort.exp: Adjust tests to use
196         --no_keep_going and --keep_going instead of assuming a default.
198 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
200         Merge patches from Maciej W. Rozycki to fix timeout handling.
202         * lib/remote.exp (close_wait_program): Use `catch' in killing
203         pending force-kills.
205         * lib/remote.exp (close_wait_program): Only kill the pending
206         force-kills if the PID list has a single entry.
207         (local_exec): Set the channel about to be closed to the
208         nonblocking mode if we didn't see an EOF.
209         (standard_close): Likewise, unconditionally.
211 2020-06-22  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
213         * NEWS: Mention "linker=" option and added language support.
215         * doc/dejagnu.texi (target_compile procedure): Document new
216         "linker=" option to target_compile.
218         * lib/target.exp (default_target_compile): Actually use internal
219         option for separate linker provided for Go language support.  This
220         seems to have been accidentally omitted from Tom Tromey's patches.
221         (default_target_compile): Add "linker=" option, similar to
222         "compiler=" option, but the former overrides the latter when
223         building an executable.
224         (default_target_compile): Ensure that "--emit obj" is spaced from
225         previous item when used to compile Rust.  Use "--emit asm" instead
226         of "-S" when generating assembly from Rust sources.
228         * testsuite/runtest.libs/target.test: Add tests for Go and Rust.
229         Also add tests for the new "early_flags=" and "linker=" options.
231 2020-06-20  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
233         * doc/dejagnu.texi (Libgloss): Update menu.
234         (find_go procedure, find_go_linker procedure): New nodes.
235         (find_rustc procedure): New node.
237 2020-06-19  Tom Tromey  <tromey@adacore.com>
239         * doc/dejagnu.texi (target_compile procedure): Document Go
240         additions.
241         * lib/target.exp (default_target_compile): Handle Go.
242         * lib/libgloss.exp (find_go, find_go_linker): New procs.
244 2020-06-19  Tom Tromey  <tromey@adacore.com>
246         * doc/dejagnu.texi (target_compile procedure): Document rust
247         additions.
248         * lib/target.exp (default_target_compile): Handle rust.
249         * lib/libgloss.exp (find_rustc): New proc.
251 2020-06-19  Tom Tromey  <tromey@adacore.com>
253         * lib/target.exp (default_target_compile): Add early_flags.
254         * doc/dejagnu.texi (target_compile procedure): Document
255         early_flags.
257 2020-06-19  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
259         Merge patches from Tom de Vries <tdevries <at> suse.de> and write
260         ChangeLog entries.
262         * testsuite/runtest.main/abort.exp: Add tests that verify handling
263         of arithmetic errors (divide-by-zero) in a procedure called within
264         a test script.
266         * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp: New file.
268 2020-06-18  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
270         PR 41824 / PR 41918
272         Thanks to Tom de Vries for raising these concerns and offering the
273         initial testsuite patch that led to these changes.
275         * NEWS: Add item for consistent abort-on-error handling.
277         * lib/framework.exp (unknown): Always link global variables.  Tidy.
278         Silently propagate errors raised in autoloaded procedures and move
279         the UNRESOLVED result and aborting the test run to...
280         * runtest.exp (runtest): Report an UNRESOLVED result if a test
281         script aborts due to a Tcl error.  Link global errorCode and
282         report its value if an error occurs.  For consistency, abort the
283         test run on any Tcl error in a test script instead of only when
284         calling an undefined procedure.
286         * testsuite/runtest.main/abort.exp: Add tests to verify handling
287         of arithmetic errors (divide-by-zero) in an auto-loaded procedure
288         called from a test script.  Adjust other patterns.
290         * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
291         New file.
293 2020-06-17  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
295         PR 41824
297         * NEWS: Add item for --keep_going option.
299         * Makefile.am (CLEANFILES): Add abort-init.exp to list.
300         (TESTSUITE_FILES): Add new testsuite files to list.
302         * doc/dejagnu.texi (Invoking runtest): Document new --keep_going
303         command line option.
304         * doc/runtest.1: Likewise.
306         * lib/framework.exp (unknown): Report an UNRESOLVED result if an
307         unknown command is invoked.  Avoid exiting and propagate the error
308         from Tcl's "unknown" procedure if --keep_going was
309         specified. Brace procedure argument list.
310         * runtest.exp (dejagnu::opt): New namespace.
311         Add option --keep_going to continue running tests after a test
312         script aborts due to calling an undefined command.
314         * testsuite/runtest.main/abort.exp: New file.
315         * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
316         New file.
317         * testsuite/runtest.main/abort/testsuite/abort.test/simple.exp:
318         New file.
320 2020-06-17  Tom de Vries  <tdevries <at> suse.de>
322         * lib/framework.exp (unknown): Propagate return value of auto-loaded
323         command.
325 2020-06-15  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
327         Merge patches from Linaro:
329         2018-09-28  Christophe Lyon <christophe.lyon@linaro.org>
330         * lib/ssh.exp (ssh_exec): Redirect stderr to stdout on the remote
331         machine, to avoid race conditions.
333         2016-04-25  Yvan Roux <yvan.roux@linaro.org>
334         * lib/rsh.exp (rsh_exec): Don't remove trailing newline.
335         * lib/ssh.exp (ssh_exec): Likewise.
337         2016-06-28  Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
338         * config/unix.exp (unix_load): Prepend the value of an
339         "exec_shell" board_info key to the command if it is defined.
341 2020-06-06  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
343         * NEWS: Document "testcase" command.
345         * doc/dejagnu.texi (testcase procedure): Document multiplex entry
346         point and "testcase group" command.
348         * lib/framework.exp: Add internal namespace ::dejagnu::group.
349         (::dejagnu::group::check_name): New procedure.
350         (::dejagnu::group::current): New procedure.
351         (::dejagnu::group::push): New procedure.
352         (::dejagnu::group::pop): New procedure.
353         (::dejagnu::group::pop_to_file): New procedure.
354         (testcase): New procedure for multiplex commands.
355         (testcase_group): New procedure implementing "testcase group".
357         * testsuite/runtest.libs/testcase_group.test: New file.
359 2020-06-05  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
361         * NEWS: Document new "testsuite can call api" command.
363         * doc/dejagnu.texi (testsuite procedure): Document new subcommand
364         "testsuite can call api".
366         * lib/framework.exp (testsuite): Add branch for "testsuite can".
367         (testsuite_can): New procedure implementing "testsuite can".
369         Add internal array ::dejagnu::apilist to store information for
370         "testsuite can call api" for querying the availability of an API
371         call.  This will allow test scripts to adapt and use new features
372         while still being able to run under older versions of DejaGnu.
374         * testsuite/runtest.libs/testsuite_can.test: New file.
376 2020-06-02  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
378         PR 41647
379         * NEWS: Fix typo.  Fix Emacs mode tag.
380         Document use of Tcl namespace ::dejagnu for internals.
381         * runtest.exp (dejagnu::command_line): New namespace.
382         (dejagnu::command_line::save_cmd_var): New procedure.
383         (dejagnu::command_line::restore_cmd_vars): New procedure.
384         (dejagnu::command_line::dump_cmd_vars): New procedure.
385         * runtest.exp: Save internal variables set by command line
386         arguments during the first pass and restore their values after
387         loading testsuite init files.
389 2020-06-01  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
391         PR 41647
392         * runtest.exp: Describe search for testsuite at verbose level 3.
393         Print initial working directory at verbose level 1.
395 2020-05-28  Jacob Bachmeyer  <jcb62281+dev@gmail.com>
397         PR 41587
398         * testsuite/lib/launcher.exp: Adjust LAUNCHER variable default
399         value to use an absolute file name.
400         * testsuite/lib/report-card.exp: Likewise.
401         * testsuite/runtest.main/options.exp: Set outdir in options-init
402         instead of changing working directory in child runtest.
404         * runtest.exp (logname): Move verbose display of logname to
405         immediately after finding the user's login name.
407         PR 41585
408         * runtest.exp (libdir): Fix default value of global variable.
410         * ChangeLog: Tidy irregular indentation.
412 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
414         * doc/dejagnu.texi (target_compile procedure): Add documentation.
416 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
418         * doc/dejagnu.texi (target_link procedure): New stub node.
419         (default_link procedure): Document internal procedure.
420         (default_target_assemble procedure): Likewise.
421         (default_target_compile procedure): Likewise.
423 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
425         * baseboards/{aarch64-sim, arm-ice, arm-sim, basic-sid, iq2000-sim,
426         mn10300-sim, moxie-sim}.exp: Cleanup up whitespace.
428 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
430         * lib/target.exp (default_target_compile): Use "host_info"
431         procedure to probe for a host configuration, instead of checking a
432         local empty target_info array due to lacking "global target_info".
434 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
436         * doc/dejagnu.texi (Adding a new board): Document that the
437         "compiler" board_info field is optional and defaults to [find_gcc]
438         if not given.
439         (Board configuration file): Likewise.
441         * lib/target.exp (default_target_compile): Establish a default C
442         compiler by evaluating [find_gcc] if no other compiler is given.
444         * baseboards/aarch64-sim.exp: Remove no-longer-needed
445         "set_board_info compiler [find_gcc]" from this file.
446         * baseboards/am33_2.0-libremote.exp: Likewise.
447         * baseboards/androideabi.exp: Likewise.
448         * baseboards/arm-ice.exp: Likewise.
449         * baseboards/arm-sim.exp: Likewise.
450         * baseboards/cris-sim.exp: Likewise.
451         * baseboards/d30v-sim.exp: Likewise.
452         * baseboards/fr30-sim.exp: Likewise.
453         * baseboards/frv-sim.exp: Likewise.
454         * baseboards/gdbserver-sample.exp: Likewise.
455         * baseboards/iq2000-sim.exp: Likewise.
456         * baseboards/linux-gdbserver.exp: Likewise.
457         * baseboards/linux-libremote.exp: Likewise.
458         * baseboards/mcore-moto-sim.exp: Likewise.
459         * baseboards/mcore-sim.exp: Likewise.
460         * baseboards/mips-sim-idt32.exp: Likewise.
461         * baseboards/mips-sim-idt64.exp: Likewise.
462         * baseboards/mips-sim-mti32.exp: Likewise.
463         * baseboards/mips-sim-mti64.exp: Likewise.
464         * baseboards/mips-sim-mti64_64.exp: Likewise.
465         * baseboards/mips-sim-mti64_n32.exp: Likewise.
466         * baseboards/mips-sim-sde32.exp: Likewise.
467         * baseboards/mips-sim-sde64.exp: Likewise.
468         * baseboards/mips-sim.exp: Likewise.
469         * baseboards/mmixware-sim.exp: Likewise.
470         * baseboards/mn10200-sim.exp: Likewise.
471         * baseboards/mn10300-sim.exp: Likewise.
472         * baseboards/moxie-sim.exp: Likewise.
473         * baseboards/msp430-sim.exp: Likewise.
474         * baseboards/powerpc-sim.exp: Likewise.
475         * baseboards/powerpcle-sim.exp: Likewise.
476         * baseboards/rx-sim.exp: Likewise.
477         * baseboards/sh-sim.exp: Likewise.
478         * baseboards/sparc-sim.exp: Likewise.
479         * baseboards/sparc64-sim.exp: Likewise.
480         * baseboards/sparclite-sim-le.exp: Likewise.
481         * baseboards/sparclite-sim.exp: Likewise.
482         * baseboards/unix.exp: Likewise.
483         * baseboards/v850-sim.exp: Likewise.
484         * baseboards/visium-sim.exp: Likewise.
485         * baseboards/xtensa-sim.exp: Likewise.
487 2020-05-24  Rob Savoye  <rob@senecass.com>
489         * baseboards/pi.exp: New config file for cross testing to a
490         Raspberry PI.
492 2020-05-24  Tom Tromey  <tom@tromey.com>
494         * .gitignore: Add files.
496 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
498         * testsuite/runtest.libs/target.test: Use mockutil.tcl.
499         Collect loading DejaGnu libraries into a single loop.
500         Revise the mock board_info array.
501         Add section headings for different test groups in this file.
502         Add tests for default_target_compile in lib/target.exp.
503         * testsuite/runtest.libs/mockutil.tcl: New file.
505 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
507         * doc/dejagnu.texi (remote_exec procedure): Explicitly list
508         optional arguments instead of simply copying the Tcl argument list
509         or the remote_exec procedure.
511 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
513         * testsuite/runtest.libs/default_procs.tcl: Set sum_file to empty
514         string instead of opening a temporary file named .tmp.
515         * testsuite/runtest.libs/libs.exp: No longer need to remove .tmp.
517 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
519         * testsuite/runtest.libs/target.test: Rename fake "target_info"
520         array to a fake "board_info" array, to align with changes made to
521         the DejaGnu core on 29 January 1997 that moved the target
522         configuration data into the global board_info array.
524         * testsuite/runtest.libs/remote.test: Likewise.
526 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
528         * testsuite/runtest.libs/libs.exp: Use runtest_file_p to honor
529         requests to run only some library tests.
531 2020-05-18  Rob Savoye  <rob@senecass.com>
533         * configure.ac: Extract the current branch.
534         * Makefile.am: Change the frame_version in runtest.exp post
535         install to add the branch and git revision to make it easier to
536         support multiple versions during development.
538 2020-05-15  Rob Savoye  <rob@senecass.com>
540         * All files: Minor change, update copyright dates.
542 2019-03-08  Andrew Burgess  <andrew.burgess@embecosm.com>
544         * runtest.exp (search_and_load_file): Join the directory and
545         filename once using 'file join'.
547 2019-01-24  Jacob Bachmeyer  <jcb62281@gmail.com>
549         * doc/dejagnu.texi: Refill paragraphs and normalize inter-sentence
550         spacing so the Emacs move-by-sentence commands work correctly.
552 2019-01-23  Ben Elliston  <bje@gnu.org>
554         * doc/dejagnu.texi: Replace "config file" with "configuration
555         file" throughout.
557 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
559         * doc/dejagnu.texi (Command line option variables): Improve table
560         formatting to fix overlapping columns and revise text slightly.
562 2019-01-23  Jacob Bachmeyer  <jcb62281@gmail.com>
564         * doc/dejagnu.texi (Global config file): Change example to use the
565         Tcl "switch" command instead of the deprecated "case" command.
567 2019-01-12  Jacob Bachmeyer  <jcb62281@gmail.com>
569         * doc/dejagnu.texi (runtest_file_p procedure): Fix description of
570         the structure of the "runtests" argument.
572 2019-01-12  Ben Elliston  <bje@gnu.org>
574         * doc/dejagnu.texi: Various documentation fixes.
576 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
578         * testsuite/runtest.libs/clone_output.test: Use new test harness
579         for verifying output of clone_output.
581         * testsuite/runtest.libs/default_procs.tcl (send_error): Roll into
582         template using store_test_output.
583         (send_log): Likewise.
584         (send_user): Likewise.
585         (clear_test_output): New proc.
586         (store_test_output): New proc.
588         * lib/framework.exp (clone_output): Actually send errors to the
589         error stream; bug found while improving testsuite.
591 2019-01-10  Jacob Bachmeyer  <jcb62281@gmail.com>
593         * testsuite/runtest.libs/libs.exp (process_test): Handle blank
594         lines from child process correctly.
596 2019-01-02  Jacob Bachmeyer  <jcb62281@gmail.com>
598         * NEWS: Document report card.
600         * Makefile.am (clean-local): Add target.
601         (clean-local-check): Add target; mark as PHONY.
602         (commands_DATA): Add "report-card" scripts.
603         (dist_man_MANS): Add dejagnu-report-card.1 and split.
604         (DEJATOOL): Add "report-card" tool.
605         (TESTSUITE_FILES): Add testsuite for "report-card" tool.
607         * commands/report-card.awk: New command script.
609         * doc/dejagnu.texi (Invoking dejagnu report card): New node.
610         * doc/dejagnu-report-card.1: New man page.
612         * testsuite/lib/bohman_ssd.exp: New file.
613         * testsuite/lib/report-card.exp: New file.
614         * testsuite/report-card.all/onetest.exp: New file.
615         * testsuite/report-card.all/passes.exp: New file.
617 2019-01-02  Ben Elliston  <bje@gnu.org>
619         * Makefile.am (DISTCLEANFILES): Don't use this.
620         (CLEANFILES): Use this instead.
621         * Makefile.in: Regenerate.
623 2019-01-01  Ben Elliston  <bje@gnu.org>
625         * configure.ac: Abort if AWK is not installed.
626         * configure: Regenerate.
628 2019-01-01  Ben Elliston  <bje@gnu.org>
630         * config.guess: Update to latest version.
631         * config.sub: Likewise.
633 2019-01-01  Ben Elliston  <bje@gnu.org>
635         * configure.ac: Add AC_PROG_AWK check.
636         * configure: Regenerate.
638 2018-12-29  Jacob Bachmeyer  <jcb62281@gmail.com>
640         * dejagnu: Avoid use of semicolon as sed(1) command separator.
641         POSIX does not clearly require sed(1) to support that feature.
643 2018-12-28  Jacob Bachmeyer  <jcb62281@gmail.com>
645         * testsuite/lib/util-defs.exp: Whitespace clean up.
647 2018-12-21  Jacob Bachmeyer  <jcb62281@gmail.com>
649         PR 33817
650         * dejagnu: Improve command parsing to fix bug. Previously, the
651         documented equivalence between "multi word command" and
652         "multi-word-command" did not hold if no arguments were given.
653         * testsuite/launcher.all/command.exp: Add tests.
655 2018-12-20  Ben Elliston  <bje@gnu.org>
657         * NEWS: Add item for new dejagnu command.
659         * Makefile.am (EXTRA_DIST): Remove $(XML).
660         * Makefile.in: Regenerate.
662 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
664         * Makefile.am (EXTRA_DIST): Add "dejagnu" launcher script and
665         contents of $(commands_DATA).
666         (bin_SCRIPTS): Add "dejagnu" launcher script.
667         (commandsdir): Installation directory for "dejagnu" subcommands is
668         $(pkgdatadir)/commands.
669         (commands_DATA): New, contains "commands/help.sh" as initial item.
670         (TESTSUITE_FILES): Add testsuite for same.
671         (DEJATOOL): Add "launcher" to list of tools to test.
672         (dist_man_MANS): Add man pages for "dejagnu" and "dejagnu help".
674         * doc/dejagnu.texi (Running other DejaGnu commands): New chapter.
675         (Invoking dejagnu): New node for dejagnu(1) launcher script.
676         (Invoking dejagnu help): New node.
678         * doc/dejagnu.1: New man page.
679         * doc/dejagnu-help.1: New man page.
681         * dejagnu: New script.
683         * commands/help.sh: New dejagnu subcommand for reading manpages.
685         * testsuite/launcher.all/command.exp: New file.
686         * testsuite/launcher.all/command/commands/bar-baz.awk: New file.
687         * testsuite/launcher.all/command/commands/bar.awk: New file.
688         * testsuite/launcher.all/command/commands/bar.sh: New file.
689         * testsuite/launcher.all/command/commands/baz-quux.gawk: New file.
690         * testsuite/launcher.all/command/commands/foo.sh: New file.
691         * testsuite/launcher.all/command/commands/foo.tcl: New file.
692         * testsuite/launcher.all/help.exp: New file.
693         * testsuite/launcher.all/interp.exp: New file.
694         * testsuite/launcher.all/verbose.exp: New file.
695         * testsuite/lib/launcher.exp: New file.
697 2018-12-20  Jacob Bachmeyer  <jcb62281@gmail.com>
699         * doc/dejagnu.texi (bt procedure): Fix Info links.
701 2018-12-17  Ben Elliston  <bje@gnu.org>
703         * doc/dejagnu.texi (Board config file): Fix up @ref.
704         (Command line option variables): Likewise.
705         (Debugging Procedures): Add an entry for 'bt' command.
707 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
709         * runtest.exp: Move processing of -V|--version option to first
710         pass through command line arguments instead of delaying it.
712 2018-12-16  Jacob Bachmeyer  <jcb62281@gmail.com>
714         * Makefile.am (RUNTESTDEFAULTFLAGS): Remove; no longer needed.
715         * Makefile.in: Regenerate.
717 2018-12-15  Ben Elliston  <bje@gnu.org>
719         * doc/dejagnu.texi (telnet Procedure): Remove old node.
720         (rlogin Procedure): Likewise.
721         (rsh Procedure): Likewise.
722         (tip Procedure): Likewise.
723         (kermit Procedure): Likewise.
724         (list_targets Procedure): Likewise.
725         (prune_system_crud): Likewise.
727 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
729         * testsuite/runtest.libs/default_procs.tcl (send_error): New stub.
730         (send_user): Likewise.
731         * testsuite/runtest.libs/clone_output.test: Remove unneeded global
732         variable link at top-level.
733         * testsuite/runtest.libs/utils.test: Adjust absolute path to
734         config.status.
735         * testsuite/runtest.libs/clone_output.test: Use preset srcdir,
736         subdir, and objdir variables instead of extracting them from argv.
737         Remove setval.tmp, which is now obsolete.
738         * testsuite/runtest.libs/config.test: Likewise.
739         * testsuite/runtest.libs/remote.test: Likewise.
740         * testsuite/runtest.libs/target.test: Likewise.
741         * testsuite/runtest.libs/testsuite_file.test: Likewise.
742         * testsuite/runtest.libs/utils.test: Likewise.
744         * testsuite/lib/libsup.exp (make_defaults_file): Replace this ..
745         (send_defaults): .. with this.
746         (start_expect): Remove redundant code.
748         * testsuite/runtest.libs/libs.exp: Eliminate setval.tmp file.
749         Remove unneeded test for EXPECT global variable.
750         Use one Expect subprocess to run all test cases.
751         (process_test): Redesign to use Expect subprocess and to use
752         throwaway slave interpreters for running test cases.
754 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
756         * testsuite/lib/runtest.exp (runtest_start): Remove.
757         Move the sanity check in runtest_start to top-level and similarly
758         check to ensure that $EXPECT can be found.  Make failure of either
759         sanity check an immediate fatal error.
760         Improve error messages for sanity checks to indicate which
761         critical tool was not found.  Remove useless 'global RUNTEST'
762         command at top-level.
763         (runtest_version): Brace 'if' expression.
765 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
767         * testsuite/lib/runtest.exp: Use 'testsuite file' to locate the
768         default runtest executable instead of implicitly searching PATH.
769         Remove unused RUNTESTFLAGS Tcl variable.
771 2018-12-15  Jacob Bachmeyer  <jcb62281@gmail.com>
773         * testsuite/lib/runtest.exp (runtest_start): Remove unused global
774         variable links.
776 2018-12-14  Jacob Bachmeyer  <jcb62281@gmail.com>
778         * lib/framework.exp (log_summary): Remove "testcnt" mechanism.
779         * testsuite/lib/libsup.exp: Remove obsolete "testcnt" variable.
781 2018-12-12  Ben Elliston  <bje@gnu.org>
783         * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,
784         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/rlogin.exp,
785         lib/telnet.exp, runtest.exp, testsuite/lib/libsup.exp: Simplify
786         some regular expressions in constant strings by placing them
787         inside braces instead of quotes. This allows one level of
788         backslash quoting to be removed.
790 2018-12-12  Ben Elliston  <bje@gnu.org>
792         * doc/dejagnu.texi: Acknowledge contributions to the manual from
793         others.
795 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
797         * testsuite/runtest.all/libs.exp: Use "testsuite file" command.
798         * testsuite/runtest.all/load_lib.exp: Likewise.
799         * testsuite/runtest.all/stats.exp: Likewise.
801         * testsuite/runtest.all/stats.exp: Write local init file as
802         "stats-init.exp" for status summary tests.  Use --local_init
803         option to runtest to load that file instead of site.exp and move
804         the inner test module to a nested testsuite.
805         * testsuite/runtest.all/stats-sub.exp: Move file from here ..
806         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
807         .. to here.
809         * testsuite/runtest.all/options.exp: Clean up whitespace in file.
810         Wrap lines in test list and move short items to beginning of list.
811         Write local init file as "options-init.exp" for options tests.
812         Use --local_init option with nested runtest to load that file
813         instead of site.exp; also create an empty nested testsuite.  Local
814         init file arranges for inner runtest processes to run in a
815         subdirectory in the object tree to eliminate filename clashes.
816         Set tmpdir if not already set and remove entire temporary
817         directory after running options tests.
818         * testsuite/runtest.all/options/testsuite/null.test/null.exp: New.
820         * testsuite/runtest.all/clone_output.test: Move from here ..
821         * testsuite/runtest.libs/clone_output.test: .. to here.
822         * testsuite/runtest.all/config.test: Move from here ..
823         * testsuite/runtest.libs/config.test: .. to here.
824         * testsuite/runtest.all/default_procs.tcl: Move from here ..
825         * testsuite/runtest.libs/default_procs.tcl: .. to here.
826         * testsuite/runtest.all/libs.exp: Move from here ..
827         * testsuite/runtest.libs/libs.exp: .. to here.
828         * testsuite/runtest.all/load_lib.exp: Move from here ..
829         * testsuite/runtest.libs/load_lib.exp: .. to here.
830         * testsuite/runtest.all/remote.test: Move from here ..
831         * testsuite/runtest.libs/remote.test: .. to here.
832         * testsuite/runtest.all/target.test: Move from here ..
833         * testsuite/runtest.libs/target.test: .. to here.
834         * testsuite/runtest.all/testsuite_file.test: Move from here ..
835         * testsuite/runtest.libs/testsuite_file.test: .. to here.
836         * testsuite/runtest.all/topdir/subdir1/subfile1: Move from here ..
837         * testsuite/runtest.libs/topdir/subdir1/subfile1: .. to here.
838         * testsuite/runtest.all/topdir/subdir1/subfile2: Move from here ..
839         * testsuite/runtest.libs/topdir/subdir1/subfile2: .. to here.
840         * testsuite/runtest.all/topdir/subdir1/subsubdir1/subsubfile1:
841         Move from here ..
842         * testsuite/runtest.libs/topdir/subdir1/subsubdir1/subsubfile1:
843         .. to here.
844         * testsuite/runtest.all/topdir/subdir2/subfile2: Move from here ..
845         * testsuite/runtest.libs/topdir/subdir2/subfile2: .. to here.
846         * testsuite/runtest.all/utils.test: Move from here ..
847         * testsuite/runtest.libs/utils.test: .. to here.
848         * testsuite/runtest.libs/utils.test: Update references to
849         "runtest.all".
851         * testsuite/runtest.all/options.exp: Move from here ..
852         * testsuite/runtest.main/options.exp: .. to here.
853         * testsuite/runtest.all/options/testsuite/null.test/null.exp: Move
854         from here ..
855         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
856         .. to here.
857         * testsuite/runtest.all/stats.exp: Move from here ..
858         * testsuite/runtest.main/stats.exp: .. to here.
859         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
860         Move from here ..
861         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
862         .. to here.
864         * Makefile.am (DISTCLEANFILES): Update for testsuite improvements.
865         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
866         * Makefile.in: Regenerate.
868 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
870         * doc/dejagnu.texi: Clean up whitespace.  Some indented examples
871         were changed to use the Texinfo '@ ' command (yes, a space
872         character) to preserve correct indentation.  The '@ ' command is
873         treated as a single space by Tex and makeinfo, but prevents Emacs
874         from complaining about indentation using spaces instead of tabs.
876 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
878         * doc/dejagnu.texi (getdirs procedure): Document hard-coded
879         directory exclusions by name in this procedure.
881 2018-12-10  Ben Elliston  <bje@gnu.org>
883         * doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl
884         glob patterns, not "shell wildcard characters" per se.
886         * doc/dejagnu.texi (istarget procedure): Remove stray @{.
888 2018-12-10  Jacob Bachmeyer  <jcb62281@gmail.com>
890         * doc/dejagnu.texi (Writing a test case): Add warning about
891         priority of Expect patterns, complete with example.
892         * testsuite/runtest.all/libs.exp (process_test): Fix bug that
893         caused test results other than "PASS" to be skipped if a "PASS" is
894         further along in the input buffer.  Describe problem in manual.
895         (process_test): Ensure that the log file shows each test case run.
896         (process_test): Directly run the test cases instead of using
897         temporary files and "cat".  All output is always available in the
898         log file, which is no longer overwritten by other tests.
899         (process_test): Expect END markers from test case scripts.
900         * testsuite/runtest.all/clone_output.test: Emit END markers.
901         * testsuite/runtest.all/config.test: Likewise.
902         * testsuite/runtest.all/remote.test: Likewise.
903         * testsuite/runtest.all/target.test: Likewise.
904         * testsuite/runtest.all/testsuite_file.test: Likewise.
905         * testsuite/runtest.all/utils.test: Likewise.
907 2018-12-10  Ben Elliston  <bje@gnu.org>
909         * lib/utils.exp (grep): Use a proper Tcl list for options.
911 2018-12-10  Ben Elliston  <bje@gnu.org>
913         * testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir.
915         * lib/utils.exp (getdirs): Use glob -nocomplain rather than glob
916         and catching the "no files matched glob pattern" error
917         message. Catching the error message was the wrong thing to do
918         because the foreach loop then iterates over each word in the error
919         message as if they were matches.
921 2018-12-10  Ben Elliston  <bje@gnu.org>
923         * testsuite/runtest.all/utils.test (getdirs): Add a test for the
924         non-existent directory case.
926 2018-12-10  Ben Elliston  <bje@gnu.org>
928         * runtest.exp: Remove unnecessary quotes and braces around
929         variable expansions.
931         * lib/debugger.exp (dumpvars): Remove unnecessary braces.
933 2018-12-09  Ben Elliston  <bje@gnu.org>
935         * runtest.exp (setup_target_hook): Use 'ne' and not '!='.
936         (iterate_target_variants_two): Likewise.
937         * lib/remote.exp (standard_download): Use 'eq' not '=='.
938         (remote_upload): Likewise.
939         * lib/framework.exp (open_logs): Likewise.
940         (is_remote): Likewise.
942 2018-12-09  Ben Elliston  <bje@gnu.org>
944         * baseboards/basic-sid.exp, baseboards/basic-sim.exp,
945         baseboards/i386-sid.exp, baseboards/mt-sid.exp,
946         baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp,
947         config/gdb_stub.exp, config/sim.exp, config/unix.exp,
948         config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp,
949         lib/framework.exp, lib/kermit.exp, lib/libgloss.exp,
950         lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp,
951         lib/utils.exp, testsuite/lib/libsup.exp,
952         testsuite/runtest.all/options.exp,: Remove unnecessary braces
953         around variable expansions.
955 2018-12-09  Ben Elliston  <bje@gnu.org>
957         * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp,
958         lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp,
959         lib/target.exp, lib/tip.exp, lib/utils.exp, runtest.exp: Remove
960         unnecessary quotes and braces around variable expansions.
962 2018-12-09  Ben Elliston  <bje@gnu.org>
964         * config/gdb-comm.exp: Remove unnecessary quotes.
965         * config/gdb_stub.exp: Likewise.
966         * config/vxworks.exp: Likewise.
967         * config/unix.exp: Likewise.
968         * config/sim.exp: Likewise.
970 2018-12-09  Ben Elliston  <bje@gnu.org>
972         * testsuite/lib/libsup.exp: Remove unnecessary quotes around
973         variable expansions.
974         * testsuite/lib/util-defs.exp: Likewise.
976 2018-12-09  Ben Elliston  <bje@gnu.org>
978         * baseboards/androideabi.exp: Remove unnecessary quotes and braces
979         around variable expansions.
980         * baseboards/basic-sid.exp: Likewise.
981         * baseboards/cris-sim.exp: Likewise.
982         * baseboards/generic-sim.exp: Likewise.
983         * baseboards/mcore-moto-sim.exp: Likewise.
984         * baseboards/multi-sim.exp: Likewise.
986 2018-12-08  Ben Elliston  <bje@gnu.org>
988         * NEWS: Tweak.
990 2018-12-08  Ben Elliston  <bje@gnu.org>
992         * lib/dejagnu.exp (host_execute): Remove unnecessary quotes around
993         variable expansions.
994         * testsuite/runtest.all/clone_output.test: Likewise.
995         * testsuite/runtest.all/target.test: Likewise.
996         * testsuite/runtest.all/stats.exp: Likewise.
997         * testsuite/runtest.all/remote.test: Likewise.
998         * testsuite/runtest.all/config.test: Likewise.
999         * testsuite/runtest.all/default_procs.tcl: Likewise.
1000         * testsuite/runtest.all/libs.exp: Likewise.
1001         * testsuite/runtest.all/options.exp: Likewise.
1003 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1005         * NEWS: Document 'testsuite' command.
1006         * doc/dejagnu.texi (testsuite procedure): Document multiplex entry
1007         point and "testsuite file" command.
1008         * lib/framework.exp (testsuite): New proc for multiplex commands.
1009         (testsuite_file): New proc implementing "testsuite file".
1010         * testsuite/runtest.all/testsuite_file.test: New file.
1011         * runtest.exp: Expect to find testsuite in ${srcdir}/testsuite,
1012         but also search $srcdir itself.
1013         (load_lib): Add explicit search for testsuite-local libraries.
1014         (load_tool_init): Use $testsuitedir in search.
1015         (load_config): Use $testsuitedir instead of $srcdir.
1016         (load_tool_target_config): Likewise.
1018         Add variable "testsuitedir" for testsuite root directory.
1020         Add internal global variables "testbuilddir" and "testdir" for use
1021         by "testsuite file".
1023         Ensure that $testsuitedir, $testbuilddir, and $objdir also avoid
1024         duplicated path delimiters.
1026         Add warning if no tests are found and fallback method of searching
1027         $srcdir is used.
1029 2018-12-08  Ben Elliston  <bje@gnu.org>
1031         * testsuite/lib/libsup.exp (start_expect): Brace commands in if
1032         expressions.
1033         * testsuite/lib/util-defs.exp (util_test): Likewise.
1034         * testsuite/runtest.all/stats.exp: Likewise.
1035         * testsuite/runtest.all/libs.exp: Likewise.
1037 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
1039         * testsuite/runtest.all/default_procs.tcl:
1040         (lib_errpat_test, lib_errregexp_test, lib_err_test): New.
1041         (lib_regexp_test): Fix copy-paste-edit error.
1042         (lib_pat_test, lib_regexp_test, lib_ret_test, lib_bool_test):
1043         Fix handling of errors raised by tested procedure.  Also ensure
1044         proper quoting of argument lists passed to eval and simplify
1045         the logic for producing return values.
1047 2018-12-08  Ben Elliston  <bje@gnu.org>
1049         * config/vxworks.exp (${board}_init): Use 'ne' instead of !=.
1051 2018-12-08  Ben Elliston  <bje@gnu.org>
1053         * lib/tip.exp (tip_open): Put braces around if expression.
1055 2018-12-08  Ben Elliston  <bje@gnu.org>
1057         * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp,
1058         lib/remote.exp, lib/framework.exp, lib/dg.exp, config/vxworks.exp,
1059         config/sim.exp, config/gdb_stub.exp, config/aarch64-fv8.exp,
1060         baseboards/vr4300-sim.exp, baseboards/vr4111-sim.exp,
1061         baseboards/vr4100-sim.exp, baseboards/sh-sid.exp,
1062         baseboards/mt-sid.exp, baseboards/mips-sim.exp,
1063         baseboards/mips-sim-idt64.exp, baseboards/mips-sim-idt32.exp,
1064         baseboards/i386-sid.exp, baseboards/arm-sim.exp,
1065         baseboards/arm-ice.exp, baseboards/androideabi.exp,
1066         testsuite/runtest.all/utils.test,
1067         testsuite/runtest.all/target.test: Replace string literal
1068         comparisons using == and != with 'eq' and 'ne'.
1070 2018-12-08  Ben Elliston  <bje@gnu.org>
1072         * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp,
1073         lib/rsh.exp, lib/rlogin.exp, lib/remote.exp, lib/libgloss.exp,
1074         lib/framework.exp, lib/dg.exp, lib/dejagnu.exp,
1075         config/vxworks.exp, config/unix.exp, config/sim.exp,
1076         config/gdb_stub.exp, config/gdb-comm.exp, config/adb.exp,
1077         baseboards/multi-sim.exp, baseboards/cris-sim.exp,
1078         baseboards/basic-sim.exp, baseboards/basic-sid.exp,
1079         baseboards/androideabi.exp, testsuite/runtest.all/load_lib.exp,
1080         testsuite/libdejagnu/tunit.exp: Replace empty string comparisons
1081         using == and != with 'eq' and 'ne'.
1083 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1085         * testsuite/runtest.all/default_procs.tcl (lib_bool_test): New.
1086         (lib_regexp_test): New.
1087         (lib_pat_test): Brace "if" conditions.
1088         (lib_pat_test): Remove spurious quotes in debugging output.
1089         (run_tests): Add support for comments in lists of procedure tests.
1091         * testsuite/runtest.all/config.test: Adjust to use run_tests
1092         procedure. Fixes issue cited in FIXME comment.
1094         * testsuite/runtest.all/utils.test (getdirs tests): Fix these.
1095         The old tests had the sense of the return value from lib_pat_test
1096         inverted and were failing but reported PASS.
1097         (find tests, relative_filename tests, runtest_file_p tests):
1098         Adjust to use run_tests procedure.
1100 2018-12-07  Ben Elliston  <bje@gnu.org>
1102         * doc/dejagnu.texi: Add more missing material.
1104 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
1106         * testsuite/runtest.all/default_procs.tcl (lib_ret_test): Tidy.
1107         (run_tests): Replace implicit "eval" with explicit "eval".  Tidy.
1108         (verbose): Remove unnecessary quotes.
1110 2018-12-06  Ben Elliston  <bje@gnu.org>
1112         * doc/dejagnu.texi: Add more missing material.
1114 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1116         * testsuite/runtest.all/default_procs.tcl: Whitespace clean up.
1117         (lib_pat_test): Handle an argument list instead of only a single
1118         argument for the procedure under test.
1119         (lib_ret_test): Likewise.
1120         * testsuite/runtest.all/utils.test: Whitespace clean up.
1121         Adjust to pass argument lists for improved lib_pat_test.
1122         * testsuite/runtest.all/clone_output.test: Likewise.
1124 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1126         * lib/remote.exp (standard_load): Fix typo on empty string.
1127         * runtest.exp: Adjust expression to follow GNU conventions.
1128         * lib/utils.exp (diff): Fix mistake in replacing [string compare]
1129         with "eq" instead of "ne".
1130         * testsuite/runtest.all/config.test: Likewise.
1132 2018-12-06  Ben Elliston  <bje@gnu.org>
1134         * runtest.exp: Replace [string match] commands involving literal
1135         strings and variables known to not be Tcl glob patterns with eq
1136         and ne.
1137         * config/unix.exp: Likewise.
1138         * lib/debugger.exp: Likewise.
1139         * lib/dg.exp: Likewise.
1140         * lib/framework.exp: Likewise.
1141         * lib/remote.exp: Likewise.
1142         * lib/utils.exp: Likewise.
1143         * baseboards/androideabi.exp: Likewise.
1144         * baseboards/multi-sim.exp: Likewise.
1145         * testsuite/lib/util-defs.exp: Likewise.
1146         * testsuite/runtest.all/config.test: Likewise.
1148 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1150         * testsuite/runtest.all/utils.test: Add Tcl mode marker for Emacs.
1151         * testsuite/runtest.all/target.test: Likewise.
1152         * testsuite/runtest.all/remote.test: Likewise.
1153         * testsuite/runtest.all/config.test: Likewise.
1154         * testsuite/runtest.all/clone_output.test: Likewise.
1156 2018-12-06  Ben Elliston  <bje@gnu.org>
1158         * runtest.exp: Replace '==' with 'eq' for string compares.
1159         Likewise, replace '!=' with 'ne'. Replace a few instances of
1160         [string length $str] == 0 with $str eq "".
1161         * config/gdb-comm.exp: Likewise.
1162         * lib/dg.exp: Likewise.
1163         * lib/framework.exp: Likewise.
1164         * lib/libgloss.exp: Likewise.
1165         * lib/remote.exp: Likewise.
1166         * lib/target.exp: Likewise.
1167         * lib/utils.exp: Likewise.
1169 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
1171         * runtest.exp: Replace archaic use of [string match] with "eq".
1173 2018-12-06  Ben Elliston  <bje@gnu.org>
1175         * doc/dejagnu.texi (compile Procedure): Remove old node.
1176         (archive Procedure): Likewise.
1177         (ranlib Procedure): Likewise.
1179 2018-12-06  Ben Elliston  <bje@gnu.org>
1181         * doc/dejagnu.texi (rsh procedure): Fix node connectivity.
1183 2018-12-06  Ben Elliston  <bje@gnu.org>
1185         * lib/telnet.exp (telnet_open): Remove connectmode global.
1186         * doc/dejagnu.texi (Procedures For Remote Communication): Remove
1187         mention of connectmode.
1189 2018-12-05  Ben Elliston  <bje@gnu.org>
1191         * doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete
1192         node.
1194 2018-12-05  Ben Elliston  <bje@gnu.org>
1196         * doc/dejagnu.texi: Add more missing material.
1198 2018-12-05  Ben Elliston  <bje@gnu.org>
1200         * testsuite/runtest.all/utils.test: Test runtest_file_p.
1202 2018-12-05  Jacob Bachmeyer  <jcb62281@gmail.com>
1204         * runtest.exp (load_config): Remove unused globals.
1205         (load_generic_config): Likewise.
1206         (load_board_description): Likewise.
1207         (load_base_board_description): Likewise.
1209 2018-12-05  Ben Elliston  <bje@gnu.org>
1211         * lib/utils.exp (grep): Handle -n.
1212         * doc/dejagnu.texi (grep procedure): Document it.
1213         * testsuite/runtest.all/utils.test: Add a test case.
1214         * NEWS: Add an item.
1216 2018-12-05  Ben Elliston  <bje@gnu.org>
1218         * testsuite/runtest.all/utils.test: Test diff.
1220 2018-12-04  Ben Elliston  <bje@gnu.org>
1222         * testsuite/runtest.all/utils.test: Test grep.
1224 2018-12-04  Ben Elliston  <bje@gnu.org>
1226         * testsuite/runtest.all/utils.test (which): Fail on the else path,
1227         don't pass in either case.
1229 2018-12-04  Ben Elliston  <bje@gnu.org>
1231         * doc/dejagnu.texi (Libgloss): Improve documentation.
1232         (Debugging Procedures): Likewise.
1234 2018-12-04  Ben Elliston  <bje@gnu.org>
1236         * lib/debugger.exp (dumprocs): Fix proc comment.
1238 2018-12-04  Ben Elliston  <bje@gnu.org>
1240         * doc/dejagnu.texi (Utility Procedures): Improve documentation for
1241         the procedures in this section.
1243 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1245         * NEWS: Document new relative_filename procedure and --local_init/
1246         --global_init command line options.
1248 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
1250         * lib/utils.exp (relative_filename): New proc.
1251         * runtest.exp: Use it.
1252         * doc/dejagnu.texi (relative_filename procedure): Document it.
1253         * testsuite/runtest.all/utils.test: Add tests for relative_filename.
1255 2018-12-03  Ben Elliston  <bje@gnu.org>
1257         * dejagnu.h (TestState): Remove const char * variants of pass(),
1258         xpass(), fail(), xfail(), untested(), unresolved() for C++. A
1259         const char * will be implicitly converted to std::string.
1261 2018-12-03  Ben Elliston  <bje@gnu.org>
1263         * doc/dejagnu.texi: Move 'Built-in Procedures' node up a level,
1264         removing the 'Reference' node and chapter. Make all subsubsections
1265         in this chapter unnumbered subheadings.
1267 2018-12-03  Jacob Bachmeyer  <jcb62281@gmail.com>
1269         * doc/dejagnu.texi: Fix Info node links.  The arguments to @node
1270         are: here, next, previous, up; not here, previous, next, up.
1272 2018-12-03  Ben Elliston  <bje@gnu.org>
1274         * Makefile.am (EXTRA_DIST): Use $(TEXINFO_TEX), not a hardcoded
1275         doc/texinfo.tex. With thanks to Jacob Bachmeyer.
1276         * Makefile.in: Regenerate.
1278 2018-12-03  Ben Elliston  <bje@gnu.org>
1280         * Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex.
1281         (EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise
1282         prevents the distribution of the overridden texinfo.tex.
1283         * Makefile.in: Regenerate.
1284         * texinfo.tex: Move from here ..
1285         * doc/texinfo.tex: .. to here.
1287 2018-12-03  Ben Elliston  <bje@gnu.org>
1289         * lib/framework.exp (isremote): Add verbose message.
1291 2018-12-02  Ben Elliston  <bje@gnu.org>
1293         * lib/framework.exp (isremote): Pass $board to is_remote.
1295 2018-12-02  Ben Elliston  <bje@gnu.org>
1297         * doc/fdl.texi: New.
1298         * doc/dejagnu.texi (Variable Index): New.
1299         Add more concept index entries.
1300         (GNU Free Documentation License): New appendix.
1302 2018-12-02  Ben Elliston  <bje@gnu.org>
1304         * doc/dejagnu.texi (Procedure Index): New. Add Texinfo function
1305         index (@findex) entries for every built-in procedure.
1307 2018-12-02  Ben Elliston  <bje@gnu.org>
1309         * doc/dejagnu.texi: Start an index.
1311 2018-12-02  Ben Elliston  <bje@gnu.org>
1313         * doc/version.texi: New.
1315 2018-12-02  Ben Elliston  <bje@gnu.org>
1317         * doc/dejagnu.texi: Add title page and frontmatter. Include
1318         version.texi.
1319         * Makefile.in: Regenerate.
1320         * mdate-sh: Installed by automake --add-missing.
1322 2018-12-02  Ben Elliston  <bje@gnu.org>
1324         * doc/dejagnu.texi (diff procedure): Tidy up this node.
1326 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1328         * runtest.exp (hex): Remove useless test before setting.
1329         (decimal): Likewise.
1331 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
1333         * doc/dejagnu.texi (Invoking runtest): Document new --local_init
1334         and --global_init command line options.
1335         * doc/runtest.1: Likewise.
1337         * runtest.exp: Remove useless tests before setting default values
1338         for variables: all_flag, binpath, debug, options, outdir, reboot,
1339         tracelevel, verbose, log_dialog.  They are set before loading any
1340         files or parsing the command line.
1342         * runtest.exp: Add options --local_init and --global_init for
1343         selecting alternate testsuite configuration files.
1345         * runtest.exp: Split variable "configfile" into "local_init_file"
1346         and "global_init_file" in preparation for adding command-line
1347         options to specify these independently.
1349         * runtest.exp (load_generic_config): Remove configfile global.
1350         (load_board_description): Likewise.
1351         (load_base_board_description): Likewise.
1353 2018-11-30  Ben Elliston  <bje@gnu.org>
1355         * lib/utils.exp (grep): Remove reference to "NULL" in comment.
1356         * testsuite/lib/util-defs.exp (util_start): Likewise.
1358 2018-11-30  Ben Elliston  <bje@gnu.org>
1360         * doc/dejagnu.texi: (verbose procedure): Improve documentation.
1361         (load_lib procedure): Likewise.
1363 2018-11-30  Ben Elliston  <bje@gnu.org>
1365         * doc/dejagnu.texi: More clean-ups of built-in proc documentation.
1367 2018-11-30  Ben Elliston  <bje@gnu.org>
1369         * runtest.exp: Use isremote.
1370         * lib/target.exp: Likewise.
1371         * lib/remote.exp: Likewise.
1372         * lib/libgloss.exp: Likewise.
1373         * config/unix.exp: Likewise.
1374         * config/sim.exp: Likewise.
1375         * config/gdb_stub.exp: Likewise.
1376         * config/gdb-comm.exp: Likewise.
1377         * baseboards/basic-sim.exp: Likewise.
1378         * baseboards/androideabi.exp: Likewise.
1380 2018-11-30  Ben Elliston  <bje@gnu.org>
1382         * lib/framework.exp (isremote): New.
1383         * doc/dejagnu.texi (isremote procedure): Document it.
1384         * NEWS: Mention isremote.
1386 2018-11-30  Ben Elliston  <bje@gnu.org>
1388         * texinfo.tex: Update to latest upstream version.
1389         * INSTALL: Likewise.
1391 2018-11-29  Ben Elliston  <bje@gnu.org>
1393         * lib/framework.exp (istarget, ishost, istarget): Set the argument
1394         default value to the empty string.
1395         * doc/dejagnu.texi (find procedure): Remove reference to "NULL".
1396         (getenv procedure): Re-word this node.
1397         (isbuild procedure): Update.
1398         (ishost procedure): Likewise.
1399         (istarget procedure): Likewise.
1400         * testsuite/runtest.all/config.test: Add test cases.
1402 2018-11-28  Ben Elliston  <bje@gnu.org>
1404         * config.guess: Update to latest version.
1405         * config.sub: Likewise.
1407 2018-11-28  Ben Elliston  <bje@gnu.org>
1409         * NEWS: Update.
1410         * configure.ac: Update version number.
1411         * configure: Regenerate.
1412         * doc/dejagnu.texi: Update version number.
1413         * runtest.exp: Update version number.
1415 2018-11-28  Ben Elliston  <bje@gnu.org>
1417         * Makefile.am (TESTSUITE_FILES): Update filenames.
1418         * Makefile.in: Regenerate.
1420 2018-11-28  Ben Elliston  <bje@gnu.org>
1422         * NEWS: Update.
1424         * doc/dejagnu.texi: Tidy up (fill) some paragraphs.
1426 2018-11-25  Jacob Bachmeyer  <jcb62281@gmail.com>
1428         * lib/framework.exp: Clean up whitespace.
1430 2018-11-25  Ben Elliston  <bje@gnu.org>
1432         * config/gdb-comm.exp: Clean up whitespace.
1433         * config/gdb_stub.exp: Likewise.
1434         * config/sid.exp: Likewise.
1435         * config/sim.exp: Likewise.
1436         * config/unix.exp: Likewise.
1438 2018-11-23  Ben Elliston  <bje@gnu.org>
1440         * doc/dejagnu.texi (getdirs procedure): Improve documentation
1441         including documenting the -all option.
1442         (find procedure): Fix a typo.
1443         * lib/utils.exp (getdirs): Improve comments.
1445 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1447         * runtest.exp: Ensure that multipass pass variables are always
1448         restored.  Previously, they were only restored if the "Go digging
1449         for tests" branch was taken near the end of runtest.exp.
1451 2018-11-22  Ben Elliston  <bje@gnu.org>
1453         * doc/dejagnu.texi (Customizing DejaGnu): Document error handling
1454         of the $DEJAGNU environment variable (see change below).
1456 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
1458         * runtest.exp: Raise error if $DEJAGNU is defined but not found.
1460 2018-11-15  Jacob Bachmeyer  <jcb62281@gmail.com>
1462         * runtest.exp (load_tool_init): Search for tool init file instead
1463         of assuming exactly one location.
1465 2018-11-15  Ben Elliston  <bje@gnu.org>
1467         * runtest.exp (load_lib): Whitespace fix.
1469 2018-11-11  Jacob Bachmeyer  <jcb62281@gmail.com>
1471         * lib/ssh.exp: Clean up whitespace.
1472         * lib/remote.exp: Clean up whitespace.
1473         (remote_expect): Change literal tab to "\t" in regexp.
1475 2018-11-05  Ben Elliston  <bje@gnu.org>
1477         * config.guess: Update to latest version.
1478         * config.sub: Likewise.
1480 2018-11-02  Ben Elliston  <bje@gnu.org>
1482         * Makefile.in: Regenerate.
1484 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1486         * Makefile.am (DEJATOOL): List tools in testsuite.
1487         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1488         * testsuite/config/default.exp: Rename from this ...
1489         * testsuite/lib/runtest.exp: ... to this.
1490         (runtest_exit): Remove spurious "close". This was causing per-tool
1491         testing to fail, since the testsuite for "runtest" never actually
1492         uses "spawn", so "close" ends up closing exp0, which is the
1493         terminal.  The ${tool}_exit proc is not called if the --tool
1494         option is not given, so this had no effect earlier.
1495         * testsuite/lib/libdejagnu.exp: New empty file.
1497 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1499         * runtest.exp (load_tool_init): Add message indicating the
1500         expected location of the tool init file.
1502 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1504         * contrib/sum2junit.sh (failures): Fix typo.
1506 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1508         * configure.ac (DEJAGNU): Add comments.
1510 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
1512         * Makefile.am (DEJATOOL): List tools in testsuite.
1513         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1514         * testsuite/config/default.exp: Rename from this ...
1515         * testsuite/lib/runtest.exp: ... to this.
1516         (runtest_exit): Remove spurious "close".  This was causing
1517         per-tool testing to fail, since the testsuite for "runtest" never
1518         actually uses "spawn", so "close" ends up closing exp0, which is
1519         the terminal.  The ${tool}_exit proc is not called if the --tool
1520         option is not given, so this had no effect earlier.
1521         * testsuite/lib/libdejagnu.exp: New empty file.
1523 2018-10-30  Ben Elliston  <bje@gnu.org>
1525         * Makefile.am (DISTCLEANFILES): Add testrun.xml.
1526         * Makefile.in: Regenerate with Automake 1.15.1.
1527         * aclocal.m4: Likewise.
1529 2018-10-30  Ben Elliston  <bje@gnu.org>
1531         * configure.ac (AC_CONFIG_SUBDIRS): Remove.
1532         * configure: Regenerate.
1534 2018-10-29  Ben Elliston  <bje@gnu.org>
1536         * README (Documentation): Update.
1538 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1540         * lib/framework.exp (record_test): Really fix message formatting.
1542 2018-10-29  Ben Elliston  <bje@gnu.org>
1544         Reported by Jacob Bachmeyer.
1545         * testsuite/runtest.all/utils.test: Fix missing end quote.
1547 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
1549         * lib/framework.exp (record_test): Fix message formatting.
1551 2018-07-20  Ben Elliston  <bje@gnu.org>
1553         * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings.
1554         * contrib/mysql/sum2xml.sh: Likewise.
1556 2018-07-20  Ben Elliston  <bje@gnu.org>
1558         * contrib/compare_tests: Eliminate Shellcheck warnings.
1559         * contrib/mysql/sum2xml.sh: Likewise.
1561 2018-07-20  Ben Elliston  <bje@gnu.org>
1563         * compile, depcomp, install-sh: Latest upstream versions.
1565 2018-07-20  Ben Elliston  <bje@gnu.org>
1567         * contrib/sum2junit.sh: Eliminate some Shellcheck warnings.
1569 2018-07-19  Ben Elliston  <bje@gnu.org>
1571         * runtest: Use POSIX 'command', not 'type', to look for the Expect
1572         binary. Silences Shellcheck warning SC2039 ("In POSIX sh, 'type'
1573         is undefined").
1575 2018-07-19  Ben Elliston  <bje@gnu.org>
1577         * config.guess: Update to latest version.
1578         * config.sub: Likewise.
1580 2018-07-06  Richard Biener  <rguenther@suse.de>
1582         * lib/remote.exp (close_wait_program): Use separate kill command
1583         for each pid.
1585 2017-10-16  Ben Elliston  <bje@gnu.org>
1587         * NEWS: Start a new section for the next release.
1588         * configure.ac (AC_INIT): Update version number.
1589         * configure: Regenerate.
1590         * runtest.exp (frame_version): Update version number.
1591         * doc/dejagnu.texi: Likewise.
1592         * doc/runtest.1: Update datestamp.
1594 2017-10-16  Ben Elliston  <bje@gnu.org>
1596         * config.guess: Update to version 2017-09-26.
1597         * config.sub: Likewise.
1599 2017-09-13  Ben Elliston  <bje@gnu.org>
1601         * lib/framework.exp (open_logs): Set XML version to 1.1.
1602         (xml_tag): Skip valid whitespace chars (0x9, 0xA, 0xD). Include
1603         missing 'x' in escape sequence.
1605 2017-08-29  Ben Elliston  <bje@gnu.org>
1607         Revert these changes:
1609         2016-04-25  Ben Elliston  <bje@gnu.org>
1611         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1613         2016-04-24  Ben Elliston  <bje@gnu.org>
1615         * lib/utils.exp (unsetenv): Remove proc.
1616         * doc/dejagnu.texi: Update documentation.
1617         * NEWS: Update.
1619 2017-08-19  Ben Elliston  <bje@gnu.org>
1621         * lib/framework.exp (xml_tag): Escape all of the non-printable
1622         control characters (ASCII codes 1 to 31 inclusive).
1624 2017-08-18  Tom Tromey  <tom@tromey.com>
1626         * runtest.exp: Fix --directory matching.
1628 2017-08-15  Ben Elliston  <bje@gnu.org>
1630         * lib/framework.exp (xml_tag): New proc.
1631         (log_summary): Use it.
1632         (record_test): Likewise.
1634 2017-08-15  Ben Elliston  <bje@gnu.org>
1636         * lib/framework.exp (open_logs): Set .xml filename correctly.
1637         * runtest.exp: Remove xml_file_name var.
1638         (usage): Update --xml option to not take an argument.
1639         (load_tool_init): Likewise.
1640         * doc/dejagnu.texi (Invoking runtest): Update documentation.
1641         * doc/runtest.1: Likewise.
1643 2017-08-01  Ben Elliston  <bje@gnu.org>
1645         * runtest.exp (usage): Improve --strace message.
1647 2017-08-01  Ben Elliston  <bje@gnu.org>
1649         * runtest.exp (usage): --reboot doesn't take a 'name' parameter.
1651 2017-06-04  Ben Elliston  <bje@gnu.org>
1653         * lib/target.exp (push_target): Remove unnecessary global command.
1654         * testsuite/runtest.all/target.test: Overhaul tests.
1656 2017-06-04  Ben Elliston  <bje@gnu.org>
1658         * testsuite/runtest.all/remote.test: Remove cruft from yesteryear.
1660 2017-06-04  Tom de Vries  <tom@codesourcery.com>
1662         * testsuite/runtest.all/target.test: Remove list_targets test.
1664 2017-06-04  Tom de Vries  <tom@codesourcery.com>
1666         * testsuite/runtest.all/libs.exp (process_test): Dump entire
1667         output when there's no reportable output.
1668         * testsuite/runtest.all/remote.test (load_lib): New proc.
1669         * testsuite/runtest.all/target.test (load_lib): Same.
1671 2017-03-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1673         * lib/remote.exp (remote_download): Add logging message when
1674         source and destination file differ in name.
1676 2016-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1678         * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
1680 2016-06-28  Ben Elliston  <bje@gnu.org>
1682         * aclocal.m4, Makefile.in: Regenerate with automake 1.15.
1683         * configure: Regenerate.
1685 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1687         * configure.ac, dejagnu.h, runtest, runtest.exp,
1688         baseboards/am33_2.0-libremote.exp, baseboards/androideabi.exp,
1689         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
1690         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
1691         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
1692         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
1693         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
1694         baseboards/i386-sid.exp, baseboards/iq2000-sim.exp,
1695         baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp,
1696         baseboards/linux-libremote.exp, baseboards/m68k-sid.exp,
1697         baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp,
1698         baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp,
1699         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp,
1700         baseboards/mips-sim-mti32.exp, baseboards/mips-sim-mti64.exp,
1701         baseboards/mips-sim-mti64_64.exp,
1702         baseboards/mips-sim-mti64_n32.exp, baseboards/mips-sim-sde32.exp,
1703         baseboards/mips-sim-sde64.exp, baseboards/mips-sim.exp,
1704         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
1705         baseboards/mn10300-sim.exp, baseboards/moxie-sim.exp,
1706         baseboards/mt-sid.exp, baseboards/multi-sim.exp,
1707         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
1708         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
1709         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
1710         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
1711         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
1712         baseboards/unix.exp, baseboards/v850-sim.exp,
1713         baseboards/visium-sim.exp, baseboards/vr4100-sim.exp,
1714         baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp,
1715         baseboards/xtensa-sim.exp, lib/debugger.exp, lib/dejagnu.exp,
1716         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/remote.exp,
1717         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
1718         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
1719         testsuite/config/default.exp, testsuite/lib/libsup.exp,
1720         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
1721         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
1722         testsuite/runtest.all/stats-sub.exp,
1723         testsuite/runtest.all/stats.exp, config/adb.exp,
1724         config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp,
1725         config/sid.exp, config/sim.exp, config/unix.exp,
1726         config/vxworks.exp: Update copyright date for 2016.
1728 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1730         * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp,
1731         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
1732         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
1733         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
1734         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
1735         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
1736         baseboards/generic-sim.exp, baseboards/i386-sid.exp,
1737         baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp,
1738         baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp,
1739         baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp,
1740         baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp,
1741         baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp,
1742         baseboards/mips-sim-idt64.exp, baseboards/mips-sim.exp,
1743         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
1744         baseboards/mn10300-sim.exp, baseboards/mt-sid.exp,
1745         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
1746         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
1747         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
1748         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
1749         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
1750         baseboards/unix.exp, baseboards/v850-sim.exp,
1751         baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp,
1752         baseboards/vr4300-sim.exp, baseboards/xtensa-sim.exp,
1753         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
1754         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
1755         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
1756         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
1757         testsuite/config/default.exp, testsuite/lib/libsup.exp,
1758         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
1759         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
1760         testsuite/runtest.all/options.exp,
1761         testsuite/runtest.all/stats-sub.exp,
1762         testsuite/runtest.all/stats.exp, config/default.exp,
1763         config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp,
1764         config/sim.exp, config/unix.exp, config/vxworks.exp, configure.ac,
1765         dejagnu.h, runtest, runtest.exp: Use condensed years in copyright
1766         statement.
1768 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1770         * doc/runtest.1: Use condensed years in copyright statement.
1772 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1774         * runtest: Quote paths. Use test -z, -n for clarity.
1776 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
1778         * config/adb.exp (adb_exec) Improve verbose message.
1780 2016-06-03  Jim Wilson  <jim.wilson@linaro.org>
1782         * baseboards/aarch64-sim.exp: New file.
1783         * Makefile.am (baseboard_DATA): Add aarch64-sim.exp.
1784         * Makefile.in: Regenerate.
1785         * lib/libgloss.exp (libgloss_link_flags): Map aarch64* to aarch64.
1787 2016-04-26  Ben Elliston  <bje@gnu.org>
1789         * doc/dejagnu.texi: Fill more paragraphs.
1791 2016-04-25  Ben Elliston  <bje@gnu.org>
1793         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1795 2016-04-24  Ben Elliston  <bje@gnu.org>
1797         * lib/utils.exp (unsetenv): Remove proc.
1798         * doc/dejagnu.texi: Update documentation.
1799         * NEWS: Update.
1801 2016-04-19  Nick Clifton  <nickc@redhat.com>
1803         * baseboards/msp430-sim.exp: New file.
1804         * Makefile.am (baseboard_DATA): Add msp430-sim.exp.
1805         * Makefile.in: Regenerate.
1807 2016-04-18  Ben Elliston  <bje@gnu.org>
1809         * runtest: Remove quoting in final exec command.
1811 2016-04-17  Ben Elliston  <bje@gnu.org>
1813         * lib/remote.exp: Load ssh.exp lib.
1815 2016-04-17  Ben Elliston  <bje@gnu.org>
1817         * lib/rsh.exp (rsh_open): Fix description comment.
1819 2016-04-17  Ben Elliston  <bje@gnu.org>
1821         Reported by shellcheck.
1822         * runtest: Use $((..)) not `expr ..` and defensively double quote
1823         shell variables.
1825 2016-04-17  Ben Elliston  <bje@gnu.org>
1827         * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.
1828         * Makefile.in: Regenerate.
1830 2016-04-17  Ben Elliston  <bje@gnu.org>
1832         Reported by shellcheck.
1833         * runtest: Use $((..)) not `expr ..`.
1835 2016-04-17  Ben Elliston  <bje@gnu.org>
1837         * configure.ac (AC_INIT): Update version number.
1838         * configure: Regenerate.
1839         * runtest.exp (frame_version): Update version number.
1840         * doc/dejagnu.texi: Likewise.
1842 2016-04-17  Ben Elliston  <bje@gnu.org>
1844         * NEWS: Start a new section for the next release.
1846 2016-04-15  Ben Elliston  <bje@gnu.org>
1848         * Makefile.am (CONTRIB): Add new contrib scripts.
1849         * Makefile.in: Regenrate.
1851 2016-04-15  Ben Elliston  <bje@gnu.org>
1853         * lib/ssh.exp (ssh_exec): Handle regexp return status.
1855 2016-04-13  Ben Elliston  <bje@gnu.org>
1857         * lib/rsh.exp (rsh_exec): Improve verbose message.
1858         * lib/ssh.exp (ssh_exec): Likewise.
1859         * config/adb.exp: Likewise.
1861 2016-04-13  Ben Elliston  <bje@gnu.org>
1863         * runtest.exp: Improve --version (-v) output.
1864         * testsuite/runtest.all/options.exp: Update test case.
1866 2016-04-13  Christophe Lyon  <christophe.lyon@linaro.org>
1868         * lib/rsh.exp (rsh_exec): Handle regexp return status.
1870 2016-04-08  Ben Elliston  <bje@gnu.org>
1872         Reported by Faraz Shahbazker.
1873         * doc/dejagnu.texi (Global config file): Fix broken @node.
1874         (Local config file): Likewise.
1876 2016-04-07  Ben Elliston  <bje@gnu.org>
1878         * lib/remote.exp (remote_exec): Join cd $remotedir and $program on
1879         the command line with ';' and not &&.
1881 2016-04-07  Ben Elliston  <bje@gnu.org>
1883         Reported by Faraz Shahbazker.
1884         * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node.
1886 2016-04-06  Yvan Roux  <yvan.roux@linaro.org>
1888         * lib/remote.exp (remnote_download): Create a remote directory if
1889         needed and use it.
1890         (remote_exec): Execute program inside remotedir when it exists.
1891         (standard_load): Set remotedir board field if not present.
1892         * config/unix.exp (unix_load): Handle remotedir in board field.
1893         (remotedir): Set board info field.
1894         * doc/dejagnu.texi (Board File Values): Document remotedir.
1896 2016-04-06  Ben Elliston  <bje@gnu.org>
1898         * doc/dejagnu.texi (Global config file): Put before node 'Local
1899         config file'.
1901 2016-04-05  Ben Elliston  <bje@gnu.org>
1903         * runtest.exp: Remove defunct and undocumented --tool_root option.
1905 2016-04-04  Ben Elliston  <bje@gnu.org>
1907         * doc/dejagnu.texi: More overhauling.
1909 2016-04-04  Ben Elliston  <bje@gnu.org>
1911         * lib/targetdb.exp (set_board_info): Improve comment.
1912         (add_board_info): Likewise.
1914 2016-04-04  Ben Elliston  <bje@gnu.org>
1916         * NEWS: Add some more detail.
1918 2016-04-04  Ben Elliston  <bje@gnu.org>
1920         * site.tmpl: Delete.
1921         * Makefile.am (EXTRA_DIST): Remove site.tmpl.
1922         * Makefile.in: Regenerate.
1924 2016-04-03  Ben Elliston  <bje@gnu.org>
1926         * doc/dejagnu.texi: More overhauling.
1928 2016-04-03  Ben Elliston  <bje@gnu.org>
1930         * runtest.exp: Document the magical handling of -D[01].
1932 2016-04-03  Ben Elliston  <bje@gnu.org>
1934         * doc/runtest.1: Do not document obsolete --status option. It is
1935         still accepted for compatibility, but does nothing.
1937 2016-04-03  Ben Elliston  <bje@gnu.org>
1939         * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
1941 2016-04-03  Ben Elliston  <bje@gnu.org>
1943         * doc/runtest.1 (OPTIONS): Sort options.
1945 2016-04-03  Ben Elliston  <bje@gnu.org>
1947         * doc/dejagnu.texi: More overhauling.
1949 2016-04-02  Ben Elliston  <bje@gnu.org>
1951         * doc/dejagnu.texi: Fill paragraphs.
1953 2016-04-02  Ben Elliston  <bje@gnu.org>
1955         * doc/dejagnu.texi: Fix capitalisation of procedure names
1956         throughout.  Use Tcl syntax in procedure prototypes, not C syntax.
1958 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
1960         * contrib/mysql/create-db.sql: New file.
1961         * contrib/mysql/importxml.sh: Likewise.
1962         * contrib/mysql/make-datafile.sh: Likewise.
1963         * contrib/mysql/plot.sh: Likewise.
1964         * contrib/mysql/README: Likewise.
1965         * contrib/mysql/sum2xml.sh: Likewise.
1967 2016-04-02  Ben Elliston  <bje@gnu.org>
1969         * config.guess: Update to version 2016-04-02.
1970         * config.sub: Update to version 2016-03-30.
1972 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
1974         * contrib/sum2junit.sh: New.
1976 2016-04-01  Ben Elliston  <bje@gnu.org>
1978         * doc/dejagnu.texi (connprocs): Document new SSH procs.
1980 2016-03-31  Rob Savoye  <rob.savoye@linaro.org>
1982         * lib/ssh.exp: New.
1983         * NEWS: Update.
1985 2016-03-30  Ben Elliston  <bje@gnu.org>
1987         * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,
1988         lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp,
1989         runtest.exp: Fix spelling errors in comments.
1991 2016-03-30  Ben Elliston  <bje@gnu.org>
1993         * lib/remote.exp (remote_expect): Use perror not send_user.
1995 2016-03-29  Ben Elliston  <bje@gnu.org>
1997         * lib/remote.exp (remote_expect): Fix spelling error.
1999 2016-03-29  Rob Savoye  <rob.savoye@linaro.org>
2001         * runtest.exp: Only print "searching for <test name>" message at
2002         verbose level >= 2 -- too much noise.
2004 2016-03-29  Ben Elliston  <bje@gnu.org>
2006         * texinfo.tex: Update to latest master version.
2007         * INSTALL: Likewise.
2009 2016-03-29  Ben Elliston  <bje@gnu.org>
2011         * runtest.exp: More fixes identified by the Frink static analyser.
2012         * lib/dg.exp: Likewise.
2013         * config/adb.exp: Likewise.
2014         * config/vxworks.exp: Likewise.
2015         * baseboards/androideabi.exp: Likewise.
2016         * baseboards/basic-sid.exp: Likewise.
2017         * baseboards/multi-sim.exp: Likewise.
2019 2016-03-28  Dominik Vogt  <vogt@linux.vnet.ibm.com>
2021         * dg.exp (dg-do): Do not change the previously selected action if
2022         a de-selected dg-do is encountered.
2024 2016-03-28  Ben Elliston  <bje@gnu.org>
2026         * lib/framework.exp (check_xml): Remove unused proc.
2028 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2030         * lib/dmucs.exp: New.
2032 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
2034         * lib/libgloss.exp (find_g++): Look for xgcc++ to use the freshly
2035         built compiler, then look in the path.
2037 2016-03-28  Ben Elliston  <bje@gnu.org>
2039         * lib/utils.exp (which): Don't exclude symbolic links--Debian's
2040         /bin/which doesn't. Modern systems rely too heavily on symbolic
2041         links (eg. alternatives).
2043 2016-03-28  Ben Elliston  <bje@gnu.org>
2045         * baseboards/multi-sim.exp: Indent properly.
2047 2016-03-28  Ben Elliston  <bje@gnu.org>
2049         * lib/rlogin.exp (rlogin_open): Return -1 if unable to spawn
2050         rlogin. Identified by Frink.
2052 2016-03-28  Ben Elliston  <bje@gnu.org>
2054         * runtest.exp: Use 'array exists' for testing array existence
2055         rather than 'info exists'.
2057 2016-03-28  Ben Elliston  <bje@gnu.org>
2059         * runtest.exp: Fixes identified by the Frink static analyser:
2060           (1) use -- in switch commands for safety,
2061           (2) remove unreachable return commands after error commands,
2062           (3) replace abbreviated "info proc" with "info procs",
2063           (4) use -- in unset commands for safety where the variable name
2064               is itself a variable.
2065         * lib/dg.exp: Likewise.
2066         * lib/debugger.exp: Likewise.
2067         * lib/framework.exp: Likewise.
2068         * lib/remote.exp: Likewise.
2069         * lib/target.exp: Likewise.
2070         * lib/targetdb.exp: Likewise.
2071         * lib/telnet.exp: Likewise.
2072         * lib/utils.exp: Likewise.
2074 2016-03-28  Ben Elliston  <bje@gnu.org>
2076         * Makefile.am: Remove references to Docbook and friends.
2077         * configure.ac: Likewise.
2078         * Makefile.in: Regenerate.
2079         * configure: Regenerate.
2080         * doc/dejagnu.xml: Remove.
2081         * doc/legal.xml: Likewise.
2082         * doc/ref.xml: Likewise.
2083         * doc/user.xml: Likewise.
2085 2016-03-28  Ben Elliston  <bje@gnu.org>
2087         * lib/framework.exp (exp_continue): Remove old compatibility
2088         wrapper. Expect deprecated 'continue -expect' in August 1997.
2090 2016-03-28  Ben Elliston  <bje@gnu.org>
2092         * NEWS: Update.
2094 2016-03-28  Ben Elliston  <bje@gnu.org>
2096         * lib/utils.exp (which): Reimplement to more closely mimic the
2097         behaviour of the UNIX which utility.
2098         * testsuite/runtest.all/utils.test: Test proc which.
2100 2016-03-27  Ben Elliston  <bje@gnu.org>
2102         * lib/remote.exp (standard_wait): Append any trailing characters
2103         to $output that may be still in $expect_out(buffer) when eof is
2104         matched. Remove arbitrary limitation in the ".+" matching case,
2105         similar to the change to local_exec on 2016-02-17.
2107 2016-03-23  Ben Elliston  <bje@gnu.org>
2109         * Makefile.am (baseboard_DATA): Remove cygwin.exp, mcore-elf.exp,
2110         mcore-pe.exp, vx4300.exp, vx68k.exp, vx960.exp, vxsparc.exp.
2111         * Makefile.in: Regenerate.
2112         * baseboards/cygwin.exp, baseboards/mcore-elf.exp,
2113         baseboards/mcore-pe.exp, baseboards/vx4300.exp,
2114         baseboards/vx68k.exp, baseboards/vx960.exp,
2115         baseboards/vxsparc.exp: Remove.
2117 2016-03-23  Ben Elliston  <bje@gnu.org>
2119         * baseboards/README: Remove mention of devo.
2120         * baseboards/iq2000-sim.exp: Likewise.
2121         * baseboards/moxie-sim.exp: Likewise.
2123 2016-03-23  Ben Elliston  <bje@gnu.org>
2125         * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp.
2126         * Makefile.in: Regenerate.
2127         * baseboards/arm-ice.exp: Reinstate.
2128         * baseboards/arm-sim.exp: Likewise.
2130 2016-03-23  Ben Elliston  <bje@gnu.org>
2132         * Makefile.am (config_DATA): Update.
2133         (baseboard_DATA): Likewise.
2134         * Makefile.in: Regenerate.
2135         * NEWS: Update.
2137         Remove the following old config files:
2139         * arc.exp, arm-ice.exp, base-config.exp, base68k.exp, bug.exp,
2140         cfdbug.exp, cygmon.exp, d10v.exp, ddb-ether.exp, ddb.exp, dos.exp,
2141         dve.exp, h8300.exp, i386-bozo.exp, i960.exp, m32r-stub.exp,
2142         m32r.exp, m68hc11.exp, m68k-emc.exp, mips-idt.exp,
2143         mn10200-eval.exp, mn10300-eval.exp, netware.exp, powerpc-bug.exp,
2144         proelf.exp, rom68k.exp, sh.exp, slite.exp, sparclet.exp,
2145         tic80.exp, vr4100.exp, vr4300.exp, vr5000.exp: Remove.
2147         Remove the following old baseboard files:
2149         * arc-sim.exp, arm-ice.exp, arm-sim.exp, cf.exp, cygmon.exp,
2150         d10v-sim.exp, d10v.exp, danlite-elf.exp, dos.exp, fr30-cygmon.exp,
2151         fr30-elf.exp, frv-elf.exp, frv-tiger.exp, frv-tomcat.exp,
2152         h8300-sim.exp, h8300.exp, i386-bozo.exp, i960-cyclone.exp,
2153         i960-sim.exp, m32r-elf.exp, m32r-linux-sim.exp, m32r-sid.exp,
2154         m32r-sim.exp, m68hc11-sim.exp, m68k-emc.exp, mips-idt.exp,
2155         mips64-sim.exp, mips64vr4100-sim.exp, mn10200-cygmon.exp,
2156         mn10300-cygmon.exp, msparc-cygmon.exp, op50n.exp, powerpc-bug.exp,
2157         powerpc-bug1.exp, rom68k-idp.exp, sh-hms.exp, sparclet-aout.exp,
2158         sparclite-coff.exp, sparclite-cygmon.exp, strongarm-cygmon.exp,
2159         tic80-sim.exp, tx39-dve.exp, usparc-cygmon.exp, vr4100-ddb.exp,
2160         vr4300-ddb.exp, vr4300.exp, vr5000-ddb.exp, x86-cygmon.exp,
2161         xscale-cygmon.exp: Remove.
2163 2016-03-22  Ben Elliston  <bje@gnu.org>
2165         * lib/target.exp (only--Ls): Change '???' comment to a note. This
2166         isn't a serious shortcoming, but the comment should be retained.
2168 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2170         * baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists in
2171         the environment, use that as the spec file for bare metal testing.
2173 2016-03-22  Ben Elliston  <bje@gnu.org>
2175         * Makefile.am (config_DATA): Add config/aarch64-fv8.exp.
2176         * Makefile.in: Regenerate.
2178 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
2180         * config/aarch64-fv8.exp: Add support for testing armv8 using the
2181         ARM Foundation Model.
2183 2016-03-21  Ben Elliston  <bje@gnu.org>
2185         * runtest.exp: Whitespace, comment and typo fixes.
2186         * lib/dejagnu.exp: Likewise.
2187         * lib/remote.exp: Likewise.
2188         * lib/utils.exp: Likewise.
2190 2016-03-21  Ben Elliston  <bje@gnu.org>
2192         * baseboards/mcore-moto-sim.exp: Remove old FIXME comment.
2193         * baseboards/mmixware-sim.exp: Likewise.
2194         * config/sim.exp: Likewise.
2195         * runtest.exp: Likewise.
2197 2016-03-21  Ben Elliston  <bje@gnu.org>
2199         * lib/dg.exp (dg-get-options): Clean up regular expression and
2200         remove FIXME comment about it.
2202 2016-03-20  Ben Elliston  <bje@gnu.org>
2204         * baseboards/i960-sim.exp: Remove stale ??? comment.
2205         * config/vxworks.exp: Likewise.
2207 2016-03-20  Ben Elliston  <bje@gnu.org>
2209         * runtest.exp: Load .dejagnurc last not first.
2210         (load_file): Update comment about Tcl 7.5a2.
2211         * doc/user.xml (Customizing DejaGnu): Document new search order
2212         for site.exp files.
2213         * doc/dejagnu.texi: Regenerate.
2214         * NEWS: Update.
2216 2016-03-20  Ben Elliston  <bje@gnu.org>
2218         * lib/dg.exp (dg-runtest): Improve arg naming to remove a FIXME.
2220 2016-03-20  Ben Elliston  <bje@gnu.org>
2222         * lib/dg.exp: Remove commented-out calls to send_user.
2224 2016-03-20  Ben Elliston  <bje@gnu.org>
2226         * runtest.exp (load_file): Remove old comment.
2228 2016-03-20  Ben Elliston  <bje@gnu.org>
2230         * lib/dg.exp (dg-test): There is no need to call unresolved to
2231         clear errcnt. Instead, pass 0 as argument 2 to perror.
2232         * runtest.exp (runtest): Likewise.
2234 2016-03-16  Ben Elliston  <bje@gnu.org>
2236         Revert this change (the GCC testsuite uses diff):
2238         2016-03-15  Ben Elliston  <bje@gnu.org>
2240         * lib/utils.exp (diff): Remove proc.
2241         * doc/ref.xml: Update documentation.
2242         * doc/dejagnu.texi: Regenerate.
2243         * NEWS: Update.
2245 2016-03-15  Ben Elliston  <bje@gnu.org>
2247         * testsuite/runtest.all/options.exp: Properly clean up log files
2248         left by the runtest under test.
2250 2016-03-15  Ben Elliston  <bje@gnu.org>
2252         * testsuite/runtest.all/load_lib.exp: Typo fixes.
2254 2016-03-15  Ben Elliston  <bje@gnu.org>
2256         * testsuite/runtest.all/options.exp: Add more tests.
2258 2016-03-15  Ben Elliston  <bje@gnu.org>
2260         * testsuite/libdejagnu/tunit.exp: Clean up.
2262 2016-03-15  Ben Elliston  <bje@gnu.org>
2264         * lib/utils.exp (diff): Remove proc.
2265         * doc/ref.xml: Update documentation.
2266         * doc/dejagnu.texi: Regenerate.
2267         * NEWS: Update.
2269 2016-03-15  Ben Elliston  <bje@gnu.org>
2271         Revert this change:
2272         2016-02-14  Steve Ellcey  <sellcey@mips.com>
2274         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2275         GCC_UNDER_TEST.
2276         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2278 2016-03-13  Ben Elliston  <bje@gnu.org>
2280         * lib/utils.exp: Whitespace fixes.
2282 2016-03-13  Ben Elliston  <bje@gnu.org>
2284         * lib/dg.exp (dg-process-target): Remove old commented code.
2285         * lib/dg.exp (dg-test): Likewise.
2287 2016-03-13  Ben Elliston  <bje@gnu.org>
2289         * lib/dg.exp: Improve top-of-file documentation.
2291 2016-03-05  Yvan Roux  <yvan.roux@linaro.org>
2293         * lib/remote.exp (remote_exec): Restore original timeout value.
2295 2016-03-04  Yvan Roux  <yvan.roux@linaro.org>
2297         * lib/remote.exp (standard_upload): Remove dead code.
2299 2016-02-24  Ben Elliston  <bje@gnu.org>
2301         * lib/utils.exp (prune): Restore this proc.
2302         * doc/ref.xml: Update documentation.
2303         * doc/dejagnu.texi: Regenerate.
2304         * NEWS: Update.
2306 2016-02-23  Iain Buclaw  <ibuclaw@gdcproject.org>
2308         * lib/libgloss.exp (find_gdc): New proc.
2309         * lib/target.exp (default_target_compile): Add D support.
2310         * NEWS: Update.
2312 2016-02-20  Ben Elliston  <bje@gnu.org>
2314         * lib/utils.exp (diff): Replace calls to verbose followed by
2315         send_log with a single call to verbose -log. Remove additional
2316         newlines from the log messages.
2318 2016-02-20  Ben Elliston  <bje@gnu.org>
2320         * lib/utils.exp (getdirs): Ignore .git and .svn directories.
2322 2016-02-20  Ben Elliston  <bje@gnu.org>
2324         * lib/utils.exp: Improve comments.
2325         * NEWS: Update.
2327 2016-02-20  Ben Elliston  <bje@gnu.org>
2329         * lib/utils.exp (prune): Remove proc.
2330         * doc/ref.xml: Update documentation.
2331         * doc/dejagnu.texi: Regenerate.
2333 2016-02-20  Ben Elliston  <bje@gnu.org>
2335         * lib/utils.exp (slay): Remove proc.
2336         * doc/ref.xml: Update documentation.
2337         * doc/dejagnu.texi: Regenerate.
2339 2016-02-20  Ben Elliston  <bje@gnu.org>
2341         * lib/utils.exp (absolute): Remove proc.
2342         * doc/ref.xml: Update documentation.
2343         * doc/dejagnu.texi: Regenerate.
2345 2016-02-20  Ben Elliston  <bje@gnu.org>
2347         * lib/utils.exp (psource): Remove proc.
2348         * doc/ref.xml: Update documentation.
2349         * doc/dejagnu.texi: Regenerate.
2351 2016-02-20  Ben Elliston  <bje@gnu.org>
2353         * lib/targetdb.exp (board_info): Simplify return logic.
2355 2016-02-19  Ben Elliston  <bje@gnu.org>
2357         * configure.ac: Require Tcl version 8.5 at a minimum.
2358         * configure: Regenerate.
2360 2016-02-18  Ben Elliston  <bje@gnu.org>
2362         * configure.ac: Require Tcl version 8.6 at a minimum.
2363         * configure: Regenerate.
2365 2016-02-17  Ben Elliston  <bje@gnu.org>
2367         * runtest.exp: Tweak "Test run by .." output.
2369 2016-02-17  Ben Elliston  <bje@gnu.org>
2371         * lib/target.exp (default_target_compile): Do not pass -log to
2372         verbose when outputting the captured compiler/assembler/linker
2373         diagnostic output as it will already be in the .log file courtesy
2374         of Expect.
2376 2016-02-17  Ben Elliston  <bje@gnu.org>
2378         * runtest.exp: Enable --status by default.
2379         (runtest): Set exit status to 2 if there is any error sourcing
2380         the Tcl scripts.
2381         * lib/framework.exp (unknown): Likewise, set exit status to 2.
2382         * doc/runtest.1: Clarify exit status codes.
2383         * NEWS: Update.
2385 2016-02-17  Ben Elliston  <bje@gnu.org>
2387         * lib/remote.exp (local_exec): Call exp_continue until eof is
2388         matched.
2390 2016-02-16  Ben Elliston  <bje@gnu.org>
2392         * runtest.exp: Use the traditional exit codes when runtest is
2393         interrupted. This makes it possible to tell if runtest ran to
2394         completion or not. Suggested by Michael Chastain.
2396 2016-02-15  Ben Elliston  <bje@gnu.org>
2398         * TODO: Add ideas produced from Cauldron 2013.
2400 2016-02-15  Ben Elliston  <bje@gnu.org>
2402         * TODO: Update.
2404 2016-02-15  Ben Elliston  <bje@gnu.org>
2406         * lib/dg.exp (dg-test): Remove comment about proc unresolved not
2407         setting exit_status to 1 -- it does.
2409 2016-02-15  Ben Elliston  <bje@gnu.org>
2411         * lib/framework.exp (cleanup): Remove do-nothing proc.
2412         (log_and_exit): Remove call to cleanup.
2413         * doc/ref.xml: Remove documentation for cleanup.
2414         * doc/dejagnu.texi: Regenerate.
2416 2016-02-15  Ben Elliston  <bje@gnu.org>
2418         Reported by David Malcolm.
2419         * lib/dejagnu.exp (text): Allow angle brackets in test messages.
2421 2016-02-15  Ben Elliston  <bje@gnu.org>
2423         * config.guess: Update to version 2016-02-11.
2424         * config.sub: Update to version 2016-01-01.
2426 2016-02-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2428         * lib/remote.exp (remote_exec): Set global timeout for benefit of
2429         <remote>_exec.
2431 2016-02-14  Ben Elliston  <bje@gnu.org>
2433         * lib/remote.exp (local_exec): Improve comments.
2435 2016-02-14  Ben Elliston  <bje@gnu.org>
2437         * doc/runtest.1: Tweak.
2439 2016-02-14  Steve Ellcey  <sellcey@mips.com>
2441         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2442         GCC_UNDER_TEST.
2443         * baseboards/multi-sim.exp (rpath_flags): Ditto.
2445 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2447         * lib/remote.exp (standard_file): Reverse return logic for remote
2448         exists case.
2450 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
2452         * lib/remote.exp (standard_file); Add else clause.
2454 2016-01-16  Ben Elliston  <bje@gnu.org>
2456         * runtest.exp (runtest): Improve comment about --status.
2458 2016-01-12  Simon Marchi  <simon.marchi@ericsson.com>
2460         * lib/remote.exp (standard_file): The [ operator does not actually
2461         output anything. It returns 0 or 1 as its exit code, so "exit `[
2462         -f $file ]`" always expands to "exit " (equivalent to exit 0).
2463         Instead, use test(1) to check for file existence.
2465 2015-12-20  Ben Elliston  <bje@gnu.org>
2467         * doc/dejagnu.xml: Begin overhauling.
2468         * doc/ref.xml: Likewise.
2469         * doc/user.xml: Likewise.
2470         * doc/dejagnu.texi: Regenerate.
2472 2015-12-20  Ben Elliston  <bje@gnu.org>
2474         * doc/runtest.1: Miscellaneous minor improvements.
2476 2015-12-09  Yoshinori Sato  <ysato@users.sourceforge.jp>
2478         * Makefile.am (baseboard_DATA): Add missing rx-sim.exp.
2479         * Makefile.in: Regenerate.
2481 2015-11-16  Brooks Moses  <bmoses@google.com>
2483         * config/unix.exp: Add ability to set test timeout from site.exp.
2484         * doc/user.xml: Document new test_timeout variable in site.exp.
2485         * doc/dejagnu.texi: Regenerate.
2487 2015-11-16  Ben Elliston  <bje@gnu.org>
2489         * testsuite/runtest.all/options.exp: Re-enable --strace 1 test.
2491 2015-11-16  Ben Elliston  <bje@gnu.org>
2493         * testsuite/runtest.all/options.exp: Remove some commented code.
2495 2015-11-16  Ben Elliston  <bje@gnu.org>
2497         * runtest.exp: Refer to "DejaGnu version", not "Framework
2498         version" in --version output.
2499         * testsuite/runtest.all/options.exp: Update test case.
2501 2015-11-14  Ben Elliston  <bje@gnu.org>
2503         * runtest.exp (usage): Improve help text.
2505 2015-11-12  Ben Elliston  <bje@gnu.org>
2507         * runtest.exp (usage): Sort options in usage.
2509 2015-11-12  Ben Elliston  <bje@gnu.org>
2511         * lib/framework.exp (note): Remove old commented-out code.
2513 2015-11-11  Ben Elliston  <bje@gnu.org>
2515         * doc/user.xml (Summary File): 'untested', not 'runtested'.
2516         * doc/dejagnu.texi: Regenerate.
2518 2015-11-11  Michael Forney  <forney@google.com>
2520         * lib/target.exp (default_target_compile): Honor LDFLAGS_FOR_TARGET.
2522 2015-11-11  Ben Elliston  <bje@gnu.org>
2524         * doc/dejagnu.texi: Regenerate.
2526 2015-11-10  Ben Elliston  <bje@gnu.org>
2528         * doc/user.xml: Fix runtest output formatting in <programlisting>.
2530 2015-11-10  Ben Elliston  <bje@gnu.org>
2532         * doc/dejagnu.xml: Update month and year.
2533         * doc/user.xml: Lots of editorial fixes from Daniel Thibault
2534         <Daniel.Thibault@drdc-rddc.gc.ca>.
2536 2015-09-10  Robert Suchanek  <Robert.Suchanek@imgtec.com>
2538         * baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
2540 2015-07-30  Pedro Alves  <palves@redhat.com>
2542         * lib/remote.exp (close_wait_program): New procedure.
2543         (local_exec, standard_close): Use it.
2545 2015-05-23  Ben Elliston  <bje@gnu.org>
2547         * doc/dejagnu.xml: Fix broken URLs.
2548         * doc/dejagnu.texi: Regenerate.
2550 2015-05-23  Ben Elliston  <bje@gnu.org>
2552         * doc/user.xml: Fix 'crosscompilation'.
2554 2015-05-23  Ben Elliston  <bje@gnu.org>
2556         * doc/runtest.1 (log_dialog): Improve documentation.
2558 2015-05-16  Filipe Brandenburger  <filbranden@google.com>
2560         * configure.ac: Enable subdir-objects, require automake 1.14.
2561         * Makefile.in: Regenerate.
2563 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
2565         * doc/dejagnu.xml: Fix typos such as stray }'s and @samp{...},
2566         possibly introduced in a conversion of .texi to SGML Docbook.
2567         * doc/user.xml: Likewise.
2568         * doc/ref.xml: Likewise.
2569         * doc/dejagnu.texi: Regenerate.
2571 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
2573         * runtest.exp (runtest): Introduce new --log_dialog option.
2574         * doc/runtest.1: Document it.
2575         * doc/user.xml: Likewise.
2576         * doc/dejagnu.texi: Regenerate.
2578 2015-05-14  Steve Ellcey  <sellcey@imgtec.com>
2580         * baseboards/multi-sim.exp (get_library_dirlist): New.
2581         (dynamic_linker_flag): Use get_library_dirlist to find dynamic
2582         linker.
2583         (rpath_flags): Use get_library_dirlist to set rpath.
2585 2015-05-12  Steve Ellcey  <sellcey@imgtec.com>
2587         * baseboards/generic-sim.exp: Check $DEJAGNU_SIM_OPTION.
2589 2015-03-30  Ben Elliston  <bje@gnu.org>
2591         Revert the following change which causes breakage reported here:
2592         https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
2594         2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2596         * runtest.exp (runtest): Call reset_vars at initialisation so that
2597         perror does not affect test results in other test scripts.
2599 2015-02-26  H.J. Lu  <hjl.tools@gmail.com>
2601         * lib/target.exp (default_target_compile): Prepend multilib_flags,
2602         instead of appending it.
2604 2015-02-18  Ben Elliston  <bje@gnu.org>
2606         * lib/framework.exp (log_and_exit): Set tool to "testrun" if
2607         unset.
2609 2015-02-05  Ben Elliston  <bje@gnu.org>
2611         * doc/runtest.1: Fix a spelling error.
2613 2015-02-04  Ben Elliston  <bje@gnu.org>
2615         * config.guess: Update to version 2015-01-01.
2616         * config.sub: Likewise.
2618 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
2620         * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
2621         * Makefile.in: Regenerate.
2622         * baseboards/visium-sim.exp: New file.
2624 2014-11-25  Ben Elliston  <bje@gnu.org>
2626         * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
2627         Reported by David Malcolm.
2629 2014-10-28  Ben Elliston  <bje@gnu.org>
2631         * Makefile.in: Regenerate.
2633 2014-10-28  Ben Elliston  <bje@gnu.org>
2635         * example: Remove stale examples.
2637 2014-10-24  Steve Ellcey  <sellcey@mips.com>
2639         * dejagnu.h (pass): Make function static as well as inline.
2640         (xpass): Ditto.
2641         (fail): Ditto.
2642         (xfail): Ditto.
2643         (untested): Ditto.
2644         (unresolved): Ditto.
2645         (note): Ditto.
2646         (totals): Ditto.
2648 2014-10-14  Ben Elliston  <bje@gnu.org>
2650         * runtest.exp: Only match $directory, not *${directory}* when the
2651         user passes the --directory option. Reported by Sergey Alyoshin.
2653 2014-10-14  Ben Elliston  <bje@gnu.org>
2655         * lib/dejagnu.exp (host_execute): Remove buffer_full check. This
2656         is not the right command keyword -- it is full_buffer. Reported by
2657         David Malcolm.
2659 2014-07-15  Maciej W. Rozycki  <macro@mips.com>
2660             Maciej W. Rozycki  <macro@codesourcery.com>
2662         * lib/targetdb.exp (add_board_info): New procedure.
2663         * doc/ref.xml (Add_board_info Procedure): New section.
2664         (Set_board_info Procedure): Add description.
2665         (Unset_board_info Procedure): Likewise.
2666         * doc/user.xml (Board Config File Values): Add `add_board_info'
2667         reference.  Reorder `gdb_init_command' table rows and remove a
2668         duplicate entry, reusing it for `gdb_init_commands'.
2670 2014-06-25  Rob Savoye  <rob.savoye@linaro.org>
2672         * runtest.exp: (lookfor-file): Fix bug were none of the relative
2673         paths were actually being used for file lookup.
2675 2014-06-06  Ben Elliston  <bje@gnu.org>
2677         * depcomp, install-sh, missing: Update to latest versions.
2678         * mkinstalldirs: Remove.
2679         * Makefile.in: Regenerate.
2681 2014-06-04  Ben Elliston  <bje@gnu.org>
2683         * Makefile.in: Regenerate with Automake 1.14.1.
2684         * compile: Add missing file.
2686 2014-06-04  Ben Elliston  <bje@gnu.org>
2688         * config.guess: Update to version 2014-03-23.
2689         * config.sub: Likewise.
2691 2014-06-04  Ben Elliston  <bje@gnu.org>
2693         * aclocal.m4: Regenerate with Automake 1.14.1.
2694         * configure: Regenerate with Autoconf 2.69.
2696 2014-03-15  Steve Ellcey  <sellcey@mips.com>
2698         * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
2700 2014-02-23  Steve Ellcey  <sellcey@mips.com>
2701             Richard Sandiford  <rdsandiford@googlemail.com>
2703         * config/sim.exp (sim_exec): New.
2704         (sim_file): New.
2706 2013-12-08  Richard Sandiford  <rdsandiford@googlemail.com>
2708         * lib/dg.exp (dg-test): Don't put the expected and actual output
2709         of a pattern test in the test name; send it to the log instead.
2711 2013-11-01  Steve Ellcey  <sellcey@mips.com>
2713         * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
2714         * Makefile.in: Regenerate.
2715         * baseboards/multi-sim.exp: New.
2717 2013-10-31  Anton Kolesov  <anton.kolesov@synopsys.com>
2719         * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
2720         (remote_reboot): Add comment explaining return value of this procedure.
2721         * doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
2722         * doc/dejagnu.texi: Regenerate.
2724 2013-10-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
2726         * baseboards/androideabi.exp (process_multilib_options): Add option.
2727         * config/adb.exp: Remove hardcoded -static option.
2728         (adb_load): Add the possibility to change the temp directory. Also
2729         handle permission potential problems.
2730         (adb_exec): Do cd to android_tmp_dir first.
2732 2013-10-05  Jose E. Marchesi  <jose.marchesi@oracle.com>
2734         * baseboards/unix.exp: Add gdb settings to not use hardware
2735         watchpoints in sparc64 running GNU/Linux.
2737 2013-06-17  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2739         * runtest.exp (libdirs): New global variable.
2740         (load_lib): Append libdirs to search_and_load_files directories.
2741         * doc/ref.xml (load_lib): Document global variable libdirs.
2742         * doc/dejagnu.texi: Regenerate.
2743         * testsuite/runtest.all/load_lib.exp: New testcase.
2744         * Makefile.am (TESTSUITE_FILES): Add new testcase.
2745         * Makefile.in: Regenerate.
2747 2013-06-15  Ben Elliston  <bje@gnu.org>
2749         * configure.ac: If DEJAGNU is unset, set it to /dev/null.
2750         * Makefile.am: Export DEJAGNU.
2751         * configure: Likewise.
2752         * Makefile.in: Regenerate.
2754 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2756         * doc/user.xml: Fix typos.
2757         * doc/ref.xml: Likewise.
2758         * doc/dejagnu.texi: Regenerate.
2760 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2762         * doc/user.xml: Fix number of columns in table.
2763         * doc/dejagnu.texi: Regenerate.
2765 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2767         * doc/user.xml: Fix rendering errors around programlisting.
2768         * doc/ref.xml: Likewise.
2769         * doc/dejagnu.texi: Regenerate.
2771 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2773         * doc/user.xml: Fix spacing before productname.
2774         * doc/dejagnu.texi: Regenerate.
2776 2013-06-12  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2778         * testsuite/runtest.all/default_procs.tcl (send_log): Use the
2779         magic "args" parameter name, as expect send_log proc accepts -- as
2780         a leading option.
2782 2013-06-08  Makoto Fujiwara  <makoto@ki.nu>
2784         * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
2785         (config_DATA): Likewise for config_SCRIPTS.
2786         (baseboard_DATA): Likewise for baseboard_SCRIPTS.
2787         (EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
2788         baseboard_SCRIPTS.
2789         * Makefile.in: Regenerate.
2791 2013-06-08  Ben Elliston  <bje@gnu.org>
2793         * configure: Regenerate with autoconf 2.69.
2794         * aclocal.m4: Regenerate.
2796 2013-03-31  Ben Elliston  <bje@gnu.org>
2798         * Makefile.am (html-local): Rename target from html.
2799         * Makefile.in: Regenerate with automake 1.12.6.
2800         * aclocal.m4: Likewise.
2801         * configure: Regenerate.
2803 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
2805         * TODO: Remove todo item about warncnt and errcnt.
2807 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
2809         * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
2811 2013-03-26  Ben Elliston  <bje@gnu.org>
2813         * config.guess: Update to version 2013-02-12.
2814         * config.sub: Likewise.
2816 2013-02-16  Rob Savoye  <rob@build.welcomehome.org>
2818         * config/adb.exp: Add adb_file so we can remotely delete test
2819         cases to save on limited disk space. Don't remove the file after
2820         executing it, leave that for the test driver instead.
2822 2013-02-15  Rob Savoye  <rob@welcomehome.org>
2824         * config/adb.exp: Remove the test case after executing
2825         it. Otherwise we can fill up all the diskspace on a small target
2826         pretty fast.
2828 2013-02-11  Rob Savoye  <rob@welcomehome.org>
2830         * baseboards/androideabi.exp: Board support for Android using ADB.
2831         * config/adb.exp: Config support for Android using ADB.
2832         * Makefile.am (dist): Add new config and board files.
2833         * aclocal.m4, Makefile.in, configure, example/calc/configure,
2834         example/mathhelper/configure: Regenerated with newer autotools.
2836 2012-12-05  Ben Elliston  <bje@gnu.org>
2838         * example/hello: Remove.
2839         * configure.ac: Likewise.
2840         * configure: Regenerate.
2842 2012-10-04  Steve Ellcey  <sellcey@mips.com>
2844         * Makefile.am (baseboard_SCRIPTS): Add new baseboards.
2845         * Makefile.in: Regenerate.
2846         * baseboards/mips-sim-mti32.exp: New.
2847         * baseboards/mips-sim-mti64.exp: New.
2848         * baseboards/mips-sim-mti64_n32.exp: New.
2849         * baseboards/mips-sim-mti64_64.exp: New.
2850         * baseboards/mips-sim-sde32.exp: New.
2851         * baseboards/mips-sim-sde64.exp: New.
2853 2012-10-04  Ben Elliston  <bje@gnu.org>
2855         * aclocal.m4: Regenerate with automake 1.11.3.
2856         * Makefile.in: Likewise.
2857         * configure: Regenerate with autoconf 2.68.
2859 2012-08-22  Steve Ellcey  <sellcey@mips.com>
2861         * baseboards/generic-sim.exp: New baseboard definition.
2863 2012-06-15  Andreas Schwab  <schwab@linux-m68k.org>
2865         * lib/framework.exp (clone_output): Protect from leading dash in
2866         $message.
2867         * runtest.exp (verbose): Likewise.
2869 2012-06-11  Tom Tromey  <tromey@redhat.com>
2871         * doc/runtest.1: Update.
2872         * runtest.exp (xml_file_name): New global.
2873         (usage): Update.
2874         Handle optional argument to --xml.
2875         * lib/framework.exp (open_logs): Respect xml_file_name.
2877 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2879         * runtest.exp (load_tool_init): Fix typo in -de option handling.
2881 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2883         * doc/runtest.1: Correct name of debug file.
2885 2012-02-25  Ben Elliston  <bje@gnu.org>
2887         * runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
2888         for runtest.exp as a last resort (for usrmove environments, where
2889         /bin is a link to /usr/bin). From Honza Horak <hhorak@redhat.com>.
2891 2011-12-30  Ben Elliston  <bje@gnu.org>
2893         * doc/user.xml: Various spelling and consistency fixes.
2894         * doc/ref.xml: Likewise.
2895         (exit_remote_shell): Remove, as this procedure is defunct.
2896         * doc/dejagnu.texi: Regenerate.
2898 2011-12-30  Ben Elliston  <bje@gnu.org>
2900         * config.guess: Update to version 2011-12-29.
2901         * config.sub: Update to version 2011-11-11.
2903 2011-06-30  Tom Tromey  <tromey@redhat.com>
2905         * doc/ref.xml: Document find_gfortran.
2906         * doc/dejagnu.texi: Regenerate.
2907         * lib/target.exp (default_target_compile): Handle f90.
2908         (default_target_compile): Likewise.
2909         * lib/libgloss.exp (find_gfortran): New proc.
2911 2011-06-30  Ben Elliston  <bje@gnu.org>
2913         * Makefile.am (all-local): New rule.
2914         * Makefile.in: Regenerate.
2916 2011-04-12  Ben Elliston  <bje@gnu.org>
2918         * config/vxworks.exp (vxworks_file): Use "file delete", not "exec
2919         rm", for better portability.
2920         * config/netware.exp (${board}_load): Likewise.
2921         * lib/dg.exp (dg-test): Likewise.
2922         * lib/framework.exp (open_logs): Likewise.
2923         * lib/remote.exp (standard_file): Likewise.
2924         * runtest.exp: Likewise.
2925         * testsuite/runtest.all/options.exp: Likewise.
2927 2011-03-15  Ben Elliston  <bje@gnu.org>
2929         * runtest.exp: Whitespace cleanups.
2930         * lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
2931         lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp,
2932         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Likewise.
2934 2011-03-15  Ben Elliston  <bje@gnu.org>
2936         * runtest: Remove trailing semicolons.
2937         * lib/rsh.exp: Likewise.
2939 2011-03-15  H.J. Lu  <hjl.tools@gmail.com>
2941         * lib/remote.exp (local_exec): Ignore SIGHUP.
2943 2011-03-14  Ben Elliston  <bje@gnu.org>
2945         * runtest.exp (frame_version): Set to 1.5.1.
2946         * configure.ac (AC_INIT): Set version to 1.5.1.
2947         * configure: Regenerate.
2948         * doc/dejagnu.xml (appversion, version): Set to 1.5.1.
2949         * doc/dejagnu.texi: Regenerate.
2951 2011-03-14  Ben Elliston  <bje@gnu.org>
2953         * dejagnu.h: Whitespace cleanups.
2955 2011-03-14  Ben Elliston  <bje@gnu.org>
2957         * baseboards/cris-sim.exp: Remove trailing semicolon(s).
2958         * baseboards/mt-sid.exp: Likewise.
2959         * baseboards/tx39-sim.exp: Likewise.
2960         * lib/target.exp (default_target_compile): Likewise.
2962 2011-03-14  Ben Elliston  <bje@gnu.org>
2964         Reported by Flash Sheridan <flash@pobox.com>:
2965         * doc/user.xml (Testing "Hello world" locally): Improve the
2966         example test script and make it robust to failures.  Tidy some
2967         formatting errors.
2968         * doc/dejagnu.texi: Regenerate.
2970 2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2972         * runtest.exp (runtest): Call reset_vars at initialisation so that
2973         perror does not affect test results in other test scripts.
2975 2011-03-09  Ben Elliston  <bje@gnu.org>
2977         * NEWS: Start a new section for post-1.5 changes.
2979 2011-03-09  Ben Elliston  <bje@gnu.org>
2981         * DejaGnu 1.5 released.
2983 2011-03-09  Ben Elliston  <bje@gnu.org>
2985         * Makefile.am (DISTCLEANFILES): Define.
2986         * Makefile.in: Regenerate.
2987         * testsuite/runtest.all/libs.exp: Clean up temp files on exit.
2988         * testsuite/runtest.all/options.exp: Likewise for dbg.log.
2989         * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file
2990         mkdir" instead of exec'ing mkdir(1).
2992 2011-03-07  Ben Elliston  <bje@gnu.org>
2994         * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE.
2995         * Makefile.in: Regenerate.
2997 2011-03-06  Ben Elliston  <bje@gnu.org>
2999         * configure.ac (AC_INIT): Set version to 1.5.
3000         * configure: Regenerate.
3001         * runtest.exp (frame_version): Set to 1.5.
3002         * doc/dejagnu.texi: Regenerate.
3004 2011-03-04  Ben Elliston  <bje@gnu.org>
3006         * texinfo.tex: Import latest version from ftp://tug.org/tex.
3008 2011-03-04  Ben Elliston  <bje@gnu.org>
3010         * Makefile.am (EXTRA_DIST): Correct name of historical ChangeLog.
3011         * Makefile.in: Regenerate.
3013 2011-03-03  Ben Elliston  <bje@gnu.org>
3015         * Makefile.am: Bump to GPL version 3.
3016         * configure.ac: Likewise.
3017         * Makefile.in: Regenerate.
3018         * aclocal.m4: Likewise.
3019         * configure: Likewise.
3021 2011-03-03  Ben Elliston  <bje@gnu.org>
3023         * config.guess: Update to most recent version.
3024         * config.sub: Likewise.
3026 2011-03-03  Ben Elliston  <bje@gnu.org>
3028         * lib/framework.exp (unknown): Rename the native Tcl ::unknown
3029         proc to ::tcl_unknown.  If ::tcl_unknown returns a failure result,
3030         then fall back to the conventional DejaGnu handling.  Report from
3031         David Byron <dbyron@dbyron.com>.
3033 2011-03-03  Maciej W. Rozycki  <macro@codesourcery.com>
3035         * lib/remote.exp (remote_expect): Pass all exception conditions up
3036         to the caller.
3038 2011-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3040         * lib/dg.exp (dg-test): Support nested calls.
3042 2010-04-13  Ben Elliston  <bje@gnu.org>
3044         * testglue.c: Remove duplicated prototypes for abort and exit.
3046 2010-03-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3048         * doc/user.xml (Tcl Variables For Command Line Options): Correct
3049         column count.
3051 2010-01-21  Jie Zhang  <jie.zhang@analog.com>
3053         * config/gdb-comm.exp (gdb_comm_load): Set breakpoints after load.
3055 2010-01-15  Anthony Green  <green@moxielogic.com>
3057         * baseboards/moxie-sim.exp: New baseboard.
3059 2009-12-10  DJ Delorie  <dj@redhat.com>
3061         * baseboards/rx-sim.exp: New baseboard.
3063 2009-10-15  Ben Elliston  <bje@gnu.org>
3065         * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide.
3066         This web page has disappeared.
3068 2009-07-06  Ben Elliston  <bje@gnu.org>
3070         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Mark up options with
3071         <option> not <emphasis>.  Apply other grammatical fixes from
3072         Reuben Thomas.
3073         * doc/dejagnu.texi: Regenerate.
3075 2009-07-06  Ben Elliston  <bje@gnu.org>
3077         * configure.ac: Check for docbook2x-texi.
3078         * configure: Regenerate.
3080 2009-07-06  Ben Elliston  <bje@gnu.org>
3082         From Reuben Thomas  <rrt@sc3d.org>:
3083         * doc/runtest.1: Fix some formatting issues.
3085 2009-06-16  Ben Elliston  <bje@gnu.org>
3087         * config.guess: Update to most recent version.
3088         * config.sub: Likewise.
3090 2009-06-16  Ben Elliston  <bje@gnu.org>
3092         * Makefile.am (rpm, deb, solpkg, hpdepot): Remove targets.
3093         * Makefile.in: Regenerate.
3094         * packaging: Remove directory and its contents.
3096 2009-06-10  Maciej W. Rozycki  <macro@codesourcery.com>
3098         * config/gdb-comm.exp (gdb_comm_add_breakpoint): Handle pending
3099         breakpoints.
3101 2008-12-03  Ben Elliston  <bje@gnu.org>
3103         * COPYING: Update to GPL version 3.
3105 2008-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3107         * doc/ref.xml, doc/user.xml: Fix typos.
3108         * doc/dejagnu.texi: Regenerate.
3110 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3112         * Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
3113         * Makefile.in: Regenerate.
3114         * dejagnu.exp (host_execute): Improve regexp matching.
3115         * testsuite/libdejagnu/unit.cc: C++ fixes.
3117 2008-04-06  Daniel Jacobowitz  <drow@false.org>
3119         * lib/utils.exp (diff): Open both files as binary.
3121 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3123         * dejagnu.h (totals): Correct typos.
3125 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
3127         * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
3128         * doc/dejagnu.texi: Regenerate.
3130 2008-02-25  Ben Elliston  <bje@gnu.org>
3132         * doc/runtest.1: Update date of last revision.
3134 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3136         * baseboards/h8300.exp: Use -- before switch argument that may
3137         begin with "-".
3138         * baseboards/cris-sim.exp: Ditto.
3140 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
3142         * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp,
3143         iq2000-sim.exp and m32r-linux-sim.exp.
3144         * Makefile.in: Regenerate.
3146 2008-02-08  Ben Elliston  <bje@gnu.org>
3148         * baseboards/cris-sim.exp: Fix MS-DOS line termination.
3150 2007-12-28  Joseph Myers  <joseph@codesourcery.com>
3152         * lib/target.exp (default_link): Initialize nobjects before use.
3154 2007-12-06  Ben Elliston  <bje@gnu.org>
3156         * lib/dg.exp (dg_bogus): Comment fix.
3158 2007-10-31  DJ Delorie  <dj@redhat.com>
3160         * lib/framework.exp (open_logs): Line buffer the .sum file.
3162 2007-09-04  Matt Kraai  <kraai@ftbfs.org>
3164         * doc/user.xml (Configuration): Fix typos.
3165         * doc/dejagnu.texi: Regenerate.
3167 2007-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
3169         * lib/remote.exp (standard_send): Correct quoting.
3171 2007-05-17  Ben Elliston  <bje@gnu.org>
3173         * doc/user.xml: Correct the syntax for running apt-get on a Debian
3174         GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
3176 2007-04-30  Bob Wilson  <bob.wilson@acm.org>
3178         * baseboards/xtensa-sim.exp: Set target_install.  Stop using
3179         basic-sim.exp.  Run the simulator with --turbo option.  Replace
3180         needs_status_wrapper with the simulator's --exit_with_target_code
3181         option.
3183 2006-10-15  Rob Savoye  <rob@bertha.welcomehome.org>
3185         * dejagnu.h: Add support for for expected failures and
3186         unexpected successes.
3188 2005-05-06  Andrew Fyfe <a.fyfe@tiscali.co.uk>
3190         * doc/Makefile.am: Fix install path for man page.
3191         * Makefiles: Regenerated.
3193 2006-08-29  Ben Elliston  <bje@gnu.org>
3195         * runtest.exp (usage): Use "triplet" instead of "config name".
3197 2006-07-13  Daniel Jacobowitz  <dan@codesourcery.com>
3199         * Makefile.am (DOCBOOK2RTF): Fix typo.
3200         * Makefile.in: Regenerated.
3201         * lib/libgloss.exp (process_multilib_options): Use -- to handle
3202         options starting with hyphens.
3204 2006-06-23  Eric Botcazou  <ebotcazou@adacore.com>
3206         * libgloss.exp (find_gnatmake): Rewrite.
3208 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
3210         * rsh.exp (rsh_exec): Handle inp and outp arguments.  Use
3211         local_exec to run rsh.  Return failure if rsh times out.
3212         * remote.exp (local_exec): Handle "|& cat" we added when deciding
3213         whether to return output.
3215 2006-06-09  Ben Elliston  <bje@gnu.org>
3217         * baseboards/cris-sim.exp: Use Tcl fall-through syntax for
3218         multiple cases, not a list (case uses lists, switch does not).
3219         Pass -glob to switch where applicable to emulate case behaviour.
3220         * baseboards/h8300.exp: Likewise.
3221         * lib/framework.exp (clone_output): Likewise.
3222         (clear_xfail): Likewise.
3223         (clear_kfail): Likewise.
3224         * lib/libgloss.exp (process_multilib_options): Likewise.
3225         * runtest.exp: Likewise.
3227 2006-06-06  Ben Elliston  <bje@gnu.org>
3229         * Makefile.am (CONTRIB): New.
3230         (EXTRA_DIST): Add $(CONTRIB).
3231         (doc/dejagnu.texi): Set directory-category param to docbook2texi.
3232         * Makefile.in: Regenerate.
3233         * doc/dejagnu.texi: Likewise.
3235 2006-06-06  Ben Elliston  <bje@gnu.org>
3237         * runtest.exp (load_lib): Typo fix.
3239 2006-06-06  Ben Elliston  <bje@gnu.org>
3241         * dejagnu.h: Tidy comments.
3242         (_BUFFER_SIZE_): Remove to minimise namespace pollution.
3243         (wait): Define this function unconditionally.  Conditionally
3244         compile the function body if _DEJAGNU_WAIT_ is defined.
3245         (buffer): Set the buffer size explicitly.
3246         (pass): Use sizeof (buffer).  Call wait() unconditionally.
3247         (fail, untested, unresolved, note): Likewise.
3248         (enum teststate): Tidy whitespace.
3250 2006-06-06  Ben Elliston  <bje@gnu.org>
3252         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.
3253         * doc/dejagnu.texi: Regenerate.
3255 2006-06-06  Ben Elliston  <bje@gnu.org>
3257         Import from GCC tree:
3258         2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
3259                     Mike Stump  <mrs@apple.com>
3261         * compare_tests: Handle multilibs better.
3263 2006-06-06  Ben Elliston  <bje@gnu.org>
3265         * doc/dejagnu.texi: Regnerate using Docbook2X 0.8.7.
3267         * configure.ac: Check for docbook2texi, not docbook2x-texi.  The
3268         wrapper script changed its name again in the latest release.
3269         * configure: Regenerate.
3270         * Makefile.am (DOCBOOK2X_TEXI): Rename from this ..
3271         (DOCBOOK2TEXI): .. to this.
3272         (doc/dejagnu.texi): Do not use output-file parameter to deposit
3273         the .texi file into the source directory; use mv(1) instead. Set
3274         directory-description parameter.
3275         * Makefile.in: Likewise.
3277 2006-06-02  Ben Elliston  <bje@gnu.org>
3279         * config/sim.exp (sim_upload): Match up argument names.
3281 2006-06-02  Ben Elliston  <bje@gnu.org>
3283         * config.guess: Update to most recent version.
3284         * config.sub: Likewise.
3286 2006-06-02  Ben Elliston  <bje@gnu.org>
3288         * config/dos.exp (dos_open): Only run global board_info once at
3289         the beginning of the proc; remove duplicates.
3290         (dos_load): Use file join to separate path components.
3291         (dos_copy_upload): Likewise.
3292         * lib/remote.exp (call_remote): Use error, not "blooie" to trigger
3293         an error.
3295 2006-06-02  Ben Elliston  <bje@gnu.org>
3297         * contrib/compare_tests: Import from the GCC contrib directory.
3299 2006-05-24  Ben Elliston  <bje@gnu.org>
3301         * runtest.exp (verbose): Brace some expressions.
3302         (load_file, search_and_load_file): Likewise.
3303         (runtest): Likewise.
3305 2006-05-23  Ben Elliston  <bje@gnu.org>
3307         * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.
3308         * config/i960.exp (i960_spawn): Initialise status.
3309         * config/netware.exp (${board}_init): Brace some if expressions.
3310         * lib/dg.exp (dg-test): Brace some expressions.
3311         * lib/framework.exp (clone_output, log_and_exit, log_summary,
3312         record_test, pass, fail): Likewise.
3313         * lib/libgloss.exp (get_multilibs): Likewise.
3314         * lib/remote.exp (standard_transmit, unix_clean_filename,
3315         remote_load, check_for_board_status, remote_expect): Likewise.
3316         * lib/rsh.exp (rsh_exec): Likewise.
3318 2006-05-22  Ben Elliston  <bje@gnu.org>
3320         * baseboards/cris-sim.exp: Use switch, not case.
3321         * baseboards/h8300.exp: Likewise.
3322         * config/base68k.exp (base68k_ld): Brace an if expression.
3324 2006-05-22  Ben Elliston  <bje@gnu.org>
3326         * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,
3327         baseboards/cris-sim.exp, baseboards/i960-cyclone.exp,
3328         baseboards/mcore-moto-sim.exp, baseboards/mips64vr4100-sim.exp,
3329         baseboards/mmixware-sim.exp, baseboards/op50n.exp,
3330         baseboards/rom68k-idp.exp, baseboards/sparclite-sim-le.exp,
3331         baseboards/usparc-cygmon.exp, config/base-config.exp,
3332         config/base68k.exp, config/ddb-ether.exp, config/ddb.exp,
3333         config/dos.exp, config/gdb-comm.exp, config/gdb_stub.exp,
3334         config/i386-bozo.exp, config/i960.exp, config/m68k-emc.exp,
3335         config/netware.exp, config/sid.exp, config/sim.exp,
3336         config/tic80.exp, config/unix.exp, config/vxworks.exp,
3337         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3338         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
3339         lib/rlogin.exp, lib/rsh.exp, lib/target.exp, lib/targetdb.exp,
3340         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Put braces around if
3341         expressions throughout.
3343 2006-05-22  Ben Elliston  <bje@gnu.org>
3345         * lib/framework.exp (open_logs): Use file join where applicable.
3346         * lib/libgloss.exp (libgloss_link_flags, newlib_link_flags,
3347         newlib_include_flags, g++_link_flags, libstdc++_link_flags,
3348         get_multilibs, winsup_include_flags, winsup_link_flags): Likewise.
3349         * lib/utils.exp (which): Likewise.
3350         * runtest.exp (search_and_load_file, lookfor_file,
3351         load_tool_init): Likewise.
3353         * lib/debugger.exp (watcharray): Add `array' parameter.  Rename
3354         `type' parameter to `op' and update all uses in the proc.
3355         (watchvar): Add `ignore' parameter for scalar variables.
3356         Likewise, rename `type' to `op' and update throughout the proc.
3358         * runtest.exp: Use switch, not case.
3359         * lib/framework.exp (clone_output): Likewise.
3360         (clear_xfail): Likewise.
3361         (clear_kfail): Likewise.
3362         (set_warning_threshold): Make warning_threshold global.
3363         (get_warning_threshold): Likewise.
3364         * lib/libgloss.exp (process_multilib_options): Use switch, not
3365         case.
3366         * lib/remote.exp (local_exec): Only run global errorInfo once.
3367         (standard_upload): Fix error in variable use ($file -> $srcfile).
3368         * lib/utils.exp (grep): Use switch, not case.
3369         (slay): Fix mismatched bracket.
3371         * lib/debugger.exp (watcharray): Use switch, not case.
3372         (watchvar): Likewise.
3373         (bt): Add an explanatory comment.
3375 2006-04-03  Ben Elliston  <bje@gnu.org>
3377         * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
3378         lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
3379         lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
3381 2006-01-02  Ben Elliston  <bje@gnu.org>
3383         * configure.ac (AC_INIT): Set version to 1.4.99.
3384         * configure: Regenerate.
3386 2006-01-01  Ben Elliston  <bje@gnu.org>
3388         * testsuite/runtest.all/utils.test: Add runtest_file_p.
3390 2006-01-01  Ben Elliston  <bje@gnu.org>
3392         * runtest.exp (frame_version): Set to 1.4.99.
3394 2006-01-01  Ben Elliston  <bje@gnu.org>
3396         * dejagnu.h: Update copyright notice.  Use C-style /* .. */
3397         comments for portability with ISO C compilers.
3398         * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.
3400 2006-01-01  Ben Elliston  <bje@gnu.org>
3402         * runtest.exp: Update copyright notice.
3403         * example/calc/testsuite/calc.test/calc.exp: Likewise.
3404         * example/calc/testsuite/config/unix.exp: Likewise.
3405         * testsuite/libdejagnu/tunit.exp: Likewise.
3406         * testsuite/runtest.all/libs.exp: Likewise.
3407         * testsuite/runtest.all/options.exp: Likewise.
3408         * testsuite/runtest.all/stats-sub.exp: Likewise.
3409         * testsuite/runtest.all/stats.exp: Likewise.
3411 2006-01-01  Ben Elliston  <bje@gnu.org>
3413         * config/default.exp, config/unix.exp, config/vxworks.exp,
3414         lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp,
3415         lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp:
3416         Formatting fixes.
3417         * dejagnu.h, testsuite/config/default.exp,
3418         testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp,
3419         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
3420         testsuite/runtest.all/options.exp,
3421         testsuite/runtest.all/stats-sub.exp,
3422         testsuite/runtest.all/stats.exp: Update copyright notice and FSF
3423         office address. Remove bug reporting address, as it is now
3424         maintained centrally in the README file.
3426 2005-12-31  Ben Elliston  <bje@gnu.org>
3428         * testsuite/runtest.all/utils.test: Don't bother mentioning
3429         absolute, psource, prune and slay as untested procedures.
3431 2005-12-31  Ben Elliston  <bje@gnu.org>
3433         * doc/ref.xml (Utility Procedures): Note that the following
3434         procedures are deprecated: absolute, psource, prune, slay.
3435         * NEWS: Likewise.
3436         * doc/dejagnu.texi: Regenerate.
3438 2005-12-24  Ben Elliston  <bje@gnu.org>
3440         * Makefile.am (doc/dejagnu.texi): Don't use shell redirection, in
3441         case the command fails and zeroes the Texinfo source file.  Move
3442         the output (if successful) by its default filename using mv(1).
3443         * Makefile.in: Regenerate.
3445 2005-12-24  Ben Elliston  <bje@gnu.org>
3447         * configure.ac (DOCBOOK2X_TEXI): Add search for this program.
3448         * configure: Regenerate.
3449         * Makefile.am (DOCBOOK2PDF, DOCBOOK2RTF, DOCBOOK2PS): New.
3450         (DOCBOOK2HTML, DOCBOOK2X_TEXI): Likewise.
3451         (dejagnu.pdf): Use $(DOCBOOK2PDF).
3452         (dejagnu.ps): Likewise, use $(DOCBOOK2PS).
3453         (dejagnu.rtf): Likewise, use $(DOCBOOK2RTF).
3454         (html): Likewise, use $(DOCBOOK2HTML).
3455         (doc/dejagnu.texi): Produce using the docbook2x-texi wrapper,
3456         which is much simpler. Likewise, use $(DOCBOOK2X_TEXI).
3457         * Makefile.in: Regenerate.
3459 2005-12-24  Ben Elliston  <bje@gnu.org>
3461         * Makefile.am (EXTRA_DIST): Remove $(PACKAGING_METAFILES).
3462         (XML): Remove $(srcdir) from each filename; VPATH suffices.
3463         (PACKAGING_METAFILES): Remove.
3464         * Makefile.in: Regenerate.
3466 2005-12-24  Ben Elliston  <bje@gnu.org>
3468         * README: Rewrite.
3470 2005-12-24  Ben Elliston  <bje@gnu.org>
3472         * COPYING: Update.
3474 2005-12-24  Ben Elliston  <bje@gnu.org>
3476         * testsuite/libdejagnu/tunit.exp: Don't change to a non-existent
3477         subdirectory.
3479 2005-12-24  Ben Elliston  <bje@gnu.org>
3481         * Makefile.am (RUNTEST): Simplify, as Automake already generates
3482         similar logic in Makefile.in.
3483         * Makefile.in: Regenerate.
3485 2005-12-24  Ben Elliston  <bje@gnu.org>
3487         * Makefile.am (RUNTESTDEFAULTFLAGS): Omit --tool so that
3488         libdejagnu tests are run too.
3489         * Makefile.in: Regenerate.
3491 2005-12-24  Ben Elliston  <bje@gnu.org>
3493         * configure: Regenerate.
3495         * lib/remote.exp: Tidy.
3496         * lib/targetdb.exp: Likewise.
3497         * lib/target.exp (prune_warnings): Improve comments.
3498         * lib/dejagnu.exp: Likewise.
3499         * lib/utils.exp: Likewise.
3501         * NEWS: Update.
3503 2005-12-24  Ben Elliston  <bje@gnu.org>
3505         * doc/dejagnu.xml: Don't use apostrophes in section titles.
3506         * doc/dejagnu.texi: Regenerate.
3508 2005-12-24  Ben Elliston  <bje@gnu.org>
3510         * Makefile.am (XML): Include $(srcdir) in filenames.
3511         * Makefile.in: Regenerate.
3513 2005-12-24  Ben Elliston  <bje@gnu.org>
3515         * doc/C/Makefile.am: Remove.
3516         * doc/C/Makefile.in: Likewise.
3518         * Makefile.am (SUBDIRS): Remove.
3519         (EXTRA_DIST): Append $(XML).
3520         (dist_man_MANS): Define.
3521         (info_TEXINFOS): Likewise.
3522         (XML): List XML source files.
3523         (dejagnu.pdf): New target.
3524         (dejagnu.ps): Likewise.
3525         (dejagnu.rtf): Likewise.
3526         (html): Likewise.
3527         (dejagnu.texi): Special rule to build Texinfo source.
3528         * Makefile.in: Regenerate.
3529         * configure.ac: Don't search for docbook2dvi.
3530         Search for docbook2rtf and docbook2pdf.
3531         Don't output doc/Makefile or doc/C/Makefile.
3532         * configure: Regenerate.
3533         * doc/texinfo.tex: Move from here ..
3534         * texinfo.tex: .. to here.
3535         * doc/Makefile.am: Remove.
3536         * doc/Makefile.in: Likewise.
3537         * doc/C/dejagnu.omf: Likewise.
3538         * doc/C/topic.dat: Likewise.
3539         * doc/C/dejagnu.xml: Move from here ..
3540         * doc/dejagnu.xml: .. to here.
3541         * doc/C/legal.xml: Move from here ..
3542         * doc/legal.xml: .. to here.
3543         * doc/C/ref.xml: Move from here ..
3544         * doc/ref.xml: .. to here.
3545         * doc/C/user.xml: Move from here ..
3546         * doc/user.xml: .. to here.
3547         * doc/dejagnu.texi: Rebuild from XML source.
3549 2005-12-23  Ben Elliston  <bje@gnu.org>
3551         * doc/runtest.1: Update manual page.
3553 2005-12-23  Ben Elliston  <bje@gnu.org>
3555         * doc/overview.sgml: Remove in favour of XML versions.
3556         * doc/ref.sgml: Ditto.
3557         * doc/user.sgml: Ditto.
3558         * doc/texinfo.tex: Import new version.
3560 2005-12-20  Ben Elliston  <bje@gnu.org>
3562         * Makefile.am (SUBDIRS): Remove testsuite, example.
3563         (EXTRA_DIST): Add $(TESTSUITE_FILES).
3564         (TESTSUITE_FILES): New.
3565         (RUNTEST, RUNTESTDEFAULTFLAGS): New.
3566         (AM_CXXFLAGS): Set.
3567         (check_PROGRAMS): New.
3568         (unit_SOURCES): New.
3569         * Makefile.in: Regenerate.
3570         * configure.ac (AC_OUTPUT): Don't output example/Makefile,
3571         testsuite/Makefile or testsuite/libdejagnu/Makefile.
3572         * configure: Regenerate.
3573         * testsuite/Makefile.am: Remove.
3574         * testsuite/Makefile.in: Likewise.
3575         * testsuite/libdejagnu/Makefile.am: Likewise.
3576         * testsuite/libdejagnu/Makefile.in: Likewise.
3578 2005-12-20  Ben Elliston  <bje@gnu.org>
3580         * Makefile.am (baseboard_SCRIPTS): Rename ms1->mt.
3581         * Makefile.in: Regenerate.
3583 2005-12-20  Ben Elliston  <bje@gnu.org>
3585         * configure: Regenerate with autoconf 2.59.
3586         * aclocal.m4: Regenerate with aclocal 1.9.6.
3587         * Makefile.in: Regenerate with automake 1.9.6.
3588         * doc/Makefile.in: Likewise.
3589         * doc/C/Makefile.in: Likewise.
3590         * example/Makefile.in: Likewise.
3591         * testsuite/Makefile.in: Likewise.
3592         * testsuite/libdejagnu/Makefile.in: Likewise.
3594 2005-12-20  Nathan Sidwell  <nathan@codesourcery.com>
3596         * baseboards/ms1-sid.exp: Rename from this ..
3597         * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within.
3599 2005-12-20  Ben Elliston  <bje@gnu.org>
3601         * config.guess: Update to most recent version.
3602         * config.sub: Likewise.
3604 2005-09-24  Ben Elliston  <bje@gnu.org>
3606         * packaging/pkg/pkginfo (EMAIL): Update mail address.
3608         * lib/rsh.exp: Tidy comments.
3610 2005-07-07  Ben Elliston  <bje@gnu.org>
3612         * lib/telnet.exp (telnet_transmit): Remove; use standard method.
3614 2005-07-07  Ben Elliston  <bje@gnu.org>
3616         * Makefile.am (baseboard_SCRIPTS): Add ms1-sid.exp.
3617         * Makefile.in: Regenerate.
3619 2005-07-06  Ben Elliston  <bje@gnu.org>
3621         * lib/tip.exp (tip_open): Improve comments.
3622         (tip_download): Likewise.
3624 2005-07-06  Ben Elliston  <bje@gnu.org>
3626         * lib/telnet.exp (telnet_open): Improve option handling.  Clarify
3627         documentation for each proc.
3629 2005-07-06  Ben Elliston  <bje@gnu.org>
3631         * aclocal.m4: Regenerate with aclocal 1.9.
3632         * configure: Regenerate with autoconf 2.59.
3633         * doc/C/Makefile.am: Remove stray include.
3634         * Makefile.in, doc/Makefile.in, doc/C/Makefile.in,
3635         example/Makefile.in, testsuite/Makefile.in,
3636         testsuite/libdejagnu/Makefile.in: Regenerate with automake 1.9.
3638 2005-07-06  Ben Elliston  <bje@gnu.org>
3640         Import some missing hunks from this patch on sourceware:
3642         2004-11-11  Nick Clifton  <nickc@redhat.com>
3644         * lib/libgloss.exp (libio_include_flags, g++_include_flags,
3645         winsup_include_flags): Revert previous patch, restoring the use of
3646         -I, for all libraries except newlib.  Newlib needs -isystem to
3647         avoid the problems with <limits.h> but the C++ and winsup
3648         libraries need -I because -isystem generates an implicit 'extern
3649         "C"' which may not be appropriate for certain targets.
3651 2005-07-06  Aldy Hernandez  <aldyh@redhat.com>
3653         * baseboards/ms1-sid.exp: New.
3655 2005-07-01  Ben Elliston  <bje@gnu.org>
3657         Unify some changes with the 1.4 branch:
3659         2004-10-28  Nick Clifton  <nickc@redhat.com>
3660         * baseboards/iq2000-sim.exp: New file.
3662         2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3663         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
3664         noresults to zero.
3666         2004-05-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
3667         * baseboards/m32r-linux-sim.exp: Add New file.
3669 2005-06-24  Ben Elliston  <bje@gnu.org>
3671         * MAINTAINERS: Update my email address.
3673 2005-06-24  Ben Elliston  <bje@gnu.org>
3675         * Update the FSF's physical address throughout.
3677 2005-06-22  Ben Elliston  <bje@gnu.org>
3679         * config.guess: Update to most recent version.
3680         * config.sub: Likewise.
3682 2005-04-28  Mark Kettenis  <kettenis@gnu.org>
3684         * lib/target.exp (prune_warnings): Add a few more linker
3685         warning patterns for OpenBSD.
3687 2005-03-20  Mark Kettenis  <kettenis@gnu.org>
3689         * lib/target.exp (prune_warnings): Add linker warning patterns for
3690         OpenBSD.
3692 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
3694         * baseboards/cris-sim.exp: New file.
3696 2004-11-19  Nick Clifton  <nickc@redhat.com>
3698         * lib/libgloss.exp (newlib_include_flags): Document why -isystem
3699         is used instead of -I.
3700         (libio_include_flags): Use -I instead of -isystem and
3701         document why.
3702         (g++_include_flags): Use -I instead of -isystem.
3703         (libstdc++_include_flags): Likewise.
3705 2004-11-04  Ben Elliston  <bje@gnu.org>
3707         * lib/dg.exp (dg-test): If a `dg-do run' test fails to compile,
3708         mark the test as unresolved, rather than warning.
3710 2004-10-27  Nick Clifton  <nickc@redhat.com>
3712         * baseboards/iq2000-sim.exp: New file.
3714 2004-08-20  Daniel Jacobowitz  <dan@debian.org>
3716         * testglue.c: Prototype abort(3) and exit(3).
3718 2004-08-14  Paul Brook  <paul@codesourcery.com>
3720         * config/sim.exp (sim_download, sim_upload): New procs.
3722 2004-06-30  Ben Elliston  <bje@gnu.org>
3724         * config.guess: Update to current revision.
3725         * config.sub: Likewise.
3727 2004-06-12  Ben Elliston  <bje@gnu.org>
3729         * config.guess: Update to current revision.
3730         * config.sub: Likewise.
3732 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3734         * testglue.c: Prototype abort and exit.
3736 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
3738         * baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
3739         string.
3741 Tue Feb 25 05:19:57 UTC 2003  Brendan Conoboy  <blc@@redhat.com>
3743         * lib/remote.exp (call_remote): Remove multilibs from the board
3744         name when rebooting a board.
3746 2004-06-03  Alexandre Oliva  <aoliva@redhat.com>
3748         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
3749         noresults to zero.
3751 2004-06-07  Ben Elliston  <bje@gnu.org>
3753         * lib/libgloss.exp (build_wrapper): Remove redundant set command.
3755 2004-03-29  Joel Brobecker  <brobecker@gnat.com>
3757         * lib/libgloss.exp (find_gnatmake): New procedure.
3758         * lib/target.exp (default_target_compile): Add support for Ada.
3760 2004-04-16  Kazuhiro Inaoka  <inaoka dot kazuhiro at renesas dot com>
3762         * baseboards/m32r-linux-sim.exp: Add New file.
3764 2004-04-02  Rob Savoye  <rob@direwolf.welcomehome.org>
3766         * configure.ac, example/Makefile.am: Add example/mathhelper.
3767         * configure, alocal.m4, example/Makefile.in: Regenerated.
3769 2004-04-02 Joel Sherrill <joel@OARcorp.com>
3771         * example/mathhelper: New example for using the unit testing API.
3773 2004-03-05  Daniel Jacobowitz  <drow@mvista.com>
3775         * lib/remote.exp (standard_spawn): Fix rsh username support.
3777 2004-03-06  Rob Savoye  <rob@althea.welcomehome.org>
3779         * doc/C: New directory for DocBook XML files.
3780         * doc/C/dejagnu.omf: New config file for scrollkeeper.
3781         * doc/C/topic.dat: New config file for the GNOME help system.
3782         * doc/C/dejagnu.xml: DocBook XML formatted verion of what was
3783         overview.sgml.
3784         * doc/C/ref.xml: DocBook XML formatted verion of what was
3785         ref.sgml.
3786         * doc/C/user.xml: DocBook XML formatted verion of what was
3787         user.sgml.
3789 2004-02-17  Ben Elliston  <bje@wasabisystems.com>
3791         * runtest.exp: Do not trap SIGSEGV.
3793 2004-02-16  Ben Elliston  <bje@wasabisystems.com>
3795         * configure.ac: Update AC_INIT and AM_INIT_AUTOMAKE invocations.
3796         * configure: Regenerate.
3798 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3800         * doc/runtest.1: Improve some wording. Update last revision date.
3802 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3804         * NEWS: Document yesterday's work.
3806         * runtest: Improve comments.
3808 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3810         * TODO: Update.
3812         * testsuite/libdejagnu/unit.cc: Conform with GNU coding standard.
3814 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3816         * configure.ac: Quote strings throughout in good Autoconf style.
3817         Remove AC_PROG_YACC invocation. Search for docbook2dvi, et al and
3818         expect using AC_PATH_PROG. Remove DJ_AC_PATH_DOCBOOK in favour of
3819         existing macros. Remove stale BOARDS and CONFIG substs. Ensure Tcl
3820         is at version 8.3 or greater.
3821         * configure: Regenerate.
3822         * acinclude.m4: Remove.
3823         * aclocal.m4: Regenerate.
3824         * Makefile.in: Likewise.
3825         * doc/Makefile.am (%.pdf: %.sgml): Use $(DOCBOOK2PDF).
3826         (%.dvi: %.sgml): Use $(DOCBOOK2DVI).
3827         (%.html: %.sgml): Use $(DOCBOOK2HTML).
3828         * doc/Makefile.in: Regenerate.
3829         * example/Makefile.in: Likewise.
3830         * testsuite/Makefile.in: Likewise.
3831         * testsuite/libdejagnu/Makefile.in: Likewise.
3832         * TODO: Update.
3834 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
3836         * baseboards/cf.exp: Use -T instead of -Wl,-T for ldscript.
3837         * baseboards/fr30-elf.exp, baseboards/frv-elf.exp,
3838         baseboards/h8300.exp, baseboards/i960-cyclone.exp,
3839         baseboards/i960-sim.exp, baseboards/m32r-elf.exp,
3840         baseboards/mips-idt.exp, baseboards/mips-lnews-sim.exp,
3841         baseboards/mips-lsi-sim.exp, baseboards/mips64vr4100-sim.exp,
3842         baseboards/op50n.exp, baseboards/rom68k-idp.exp,
3843         baseboards/sh-hms.exp, baseboards/tx39-dve.exp,
3844         baseboards/vr4100-ddb.exp, baseboards/vr4100-sim.exp,
3845         baseboards/vr4111-sim.exp, baseboards/vr4300-ddb.exp,
3846         baseboards/vr4300-sim.exp, baseboards/vr4300.exp,
3847         baseboards/vr5000-ddb.exp: Likewise.
3849 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3851         * runtest: Terminate with an error if expect cannot be found.
3852         * TODO: Update.
3854 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3856         * configure.ac: Use AC_PATH_PROG to find expect(1).
3857         (DJ_AC_PATH_TCLSH): Remove unneeded invocation.
3858         * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove.
3859         (DJ_AC_STL): Likewise.
3860         * configure: Regenerate.
3861         * aclocal.m4: Likewise.
3862         * configure: Likewise.
3863         * Makefile.in: Likewise.
3864         * doc/Makefile.in: Likewise.
3865         * example/Makefile.in: Likewise.
3866         * testsuite/Makefile.in: Likewise.
3867         * testsuite/libdejagnu/Makefile.in: Likewise.
3868         * TODO: Update.
3870 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3872         * runtest.1: Remove any mention of mondfe.
3874 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3876         * TODO: Add an item about timeouts.
3878 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
3880         * baseboards/basic-sim.exp: Set gdb,do_reload_on_run.
3882 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3884         * lib/standard.exp: Tidy.
3886 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3888         * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.
3889         (config_SCRIPTS): Remove udi.exp, vrtx.exp.
3890         (baseboard_SCRIPTS): Remove a29k-udi.exp.
3891         * Makefile.in: Regenerate.
3892         * baseboards/a29k-udi.exp: Remove.
3893         * baseboards/dos.exp: Update comments.
3894         * config/udi.exp: Remove.
3895         * config/vrtx.exp: Remove.
3896         * doc/overview.sgml: Update. Don't mention mondfe and xsh support.
3897         * doc/ref.sgml: Likewise.
3898         * doc/user.sgml: Likewise.
3899         * lib/mondfe.exp: Remove.
3900         * lib/xsh.exp: Likewise.
3901         * lib/remote.exp: Don't load mondfe.exp or xsh.exp.
3902         * packaging/pkg/prototype: Update.
3903         * NEWS: Update.
3905 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3907         * Makefile.am (rpmspec): Remove.
3908         (rpm): Additionally depend on dejagnu.spec.
3909         ($(PKGDIR)/dejagnu): New target that installs DejaGnu into this
3910         directory.  This saves duplicated code in the solpkg and hpdepot
3911         targets.
3912         (solpkg): Depend on $(PKGDIR)/dejagnu.
3913         (hpdepot): Likewise.
3914         * Makefile.in: Regenerate.
3916 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3918         * Makefile.am (RUNTEST, RUNTESTDEFAULTFLAGS): Remove.
3919         * Makefile.in: Regenerate.
3920         * testsuite/Makefile.am (CLEANFILES): Remove.
3921         (RUNTESTDEFAULTFLATS): Pass --srcdir and RUNTEST=$(RUNTEST).
3922         * testsuite/Makefile.in: Regenerate.
3924 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3926         * lib/util-defs.exp: Move from here ..
3927         * testsuite/lib/util-defs.exp: .. to here.
3928         * Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp.
3929         * Makefile.in: Regenerate.
3930         * testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp.
3931         * testsuite/Makefile.in: Regenerate.
3932         * doc/ref.sgml (File Map): Remove util-defs.exp.
3933         * packaging/pkg/prototype: Update file list.
3935 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3937         * NEWS: Document changes since 1.4.4.
3939 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3941         * example/Makefile.am (check-recursive): Remove target.
3942         * example/Makefile.in: Regenerate.
3944 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3946         * dejagnu.h: Conform with GNU coding standard.
3948 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3950         * Makefile.am (PKGING): Remove.
3951         (PACKAGING_METAFILES): Update accordingly.
3952         (CLEANFILES, check-DEJAGNU): Remove.
3953         (tarball): Remove; use `dist'.
3954         (deb): Update target recipe to use `make dist'.
3956 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3958         * Clean.tcl: Remove.
3960         * Makefile.am (SUBDIRS): Add testsuite, example directories.
3961         (EXTRA_DIST): Define.
3962         (pkgdata_SCRIPTS): Add lib/*.exp files.
3963         (DATE, TCLSH): Remove.
3964         (configdir, config_DATA, config_SCRIPTS): Define.
3965         (baseboarddir, baseboard_DATA, baseboard_SCRIPTS): Likewise.
3966         (pkgdata_DATA): Likewise.
3967         (djlibexecdir, djlibexec_SCRIPTS): Likewise.
3968         (PKGING, PACKAGING_METAFILES): New macros.
3969         (clean-local): Remove.
3970         (rpm): Depend on dist.
3971         (deb): Likewise.
3972         (dist-hook): Remove.
3973         (lib_dest, lib_files): Likewise.
3974         (baseboard_dest, baseboard_files): Likewise.
3975         (include_dest, config_dest, config_files): Likewise.
3976         (install-data-local): Likewise.
3977         (uninstall-local): Likewise.
3978         (site.exp): Likewise.
3979         * Makefile.in: Regenerate.
3981         * testsuite/Makefile.am (all, all-am, etcetera): Remove.
3982         (force): Likewise.
3983         (EXTRA_DIST): Define.
3984         (site.exp): Remove target.
3985         * testsuite/Makefile.in: Regenerate.
3986         * testsuite/libdejagnu/Makefile.am (EXTRA_DIST): Define.
3987         (noinst_PROGRAMS): Rename from this ..
3988         (check_PROGRAMS): .. to this.
3989         * testsuite/libdejagnu/Makefile.in: Regenerate.
3991         * doc/Makefile.am (man_MANS): Rename from this ..
3992         (dist_man_MANS): .. to this.
3993         (info_TEXINFOS): Define.
3994         (TARGETS): Remove overview.rtf.
3995         (EXTRA_DIST): Define.
3996         (%.rtf: %.sgml): Remove rule.
3997         (%.gif: %.fig): Likewise.
3998         (%.epsi: %.eps): Likewise.
3999         (%.eps: %.fig): Likewise.
4000         (clean, realclean, distclean): Remove.
4001         (install-docs): Don't install overview.rtf.
4002         * doc/Makefile.in: Regenerate.
4003         * doc/texinfo.tex: New file.
4005         * example/calc/Makefile.am (noinst_PROGRAMS): Rename from this ..
4006         (check_PROGRAMS): .. to this.
4007         (EXTRA_DIST): Add test cases and calc.1 man page.
4008         * example/calc/Makefile.in: Regenerate.
4009         * example/calc/aclocal.m4: Likewise.
4010         * example/calc/configure: Likewise.
4011         * example/calc/stamp-h.in: Remove.
4012         * example/hello/Makefile.am (bin_PROGRAMS): Rename from this ..
4013         (check_PROGRAMS): .. to this.
4014         (EXTRA_DIST): Define.
4015         * example/hello/Makefile.in: Regenerate.
4016         * example/hello/aclocal.m4: Likewise.
4017         * example/hello/configure: Likewise.
4018         * example/hello/testsuite/Makefile.am (EXTRA_DIST): Define.
4019         * example/hello/testsuite/Makefile.in: Regenerate.
4021 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
4023         * configure.ac: Remove commented out code.
4024         * configure: Regenerate.
4026 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4028         * site.tmpl: Tidy.
4030 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4032         * INSTALL: Import latest version.
4033         * depcomp: Likewise.
4034         * install-sh: Likewise.
4035         * missing: Likewise.
4037 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4039         * configure.in: Rename from this ..
4040         * configure.ac: .. to this.  Require Autoconf 2.50.
4041         * Makefile.in: Regenerate.
4042         * doc/Makefile.in: Likewise.
4043         * example/Makefile.in: Likewise.
4044         * testsuite/Makefile.in: Likewise.
4045         * testsuite/libdejagnu/Makefile.in: Likewise.
4047 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
4049         * lib/target.exp (prune_warnings): Add spaces where required in
4050         NetBSD warnings.  Supersedes a patch in pkgsrc's devel/dejagnu.
4052 2004-02-05  Ben Elliston  <bje@wasabisystems.com>
4054         * config.guess: Update to current revision.
4055         * config.sub: Likewise.
4057 2004-02-04  Ben Elliston  <bje@wasabisystems.com>
4059         * configure.in (AC_NO_EXECUTABLES): Remove.
4060         * configure: Rebuild with Autoconf 2.59.
4061         * acinclude.m4 (DJ_AC_STL): Quote macro name to appease aclocal.
4062         (DJ_AC_PATH_TCLSH): Likewise.
4063         (DJ_AC_PATH_DOCBOOK): Likewise.
4064         * aclocal.m4: Rebuild.
4065         * Makefile.in: Rebuild with Automake 1.8.2.
4066         * doc/Makefile.in: Likewise.
4067         * example/Makefile.in: Likewise.
4068         * testsuite/Makefile.in: Likewise.
4069         * testsuite/libdejagnu/Makefile.in: Likewise.
4071 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4073         Import orphaned patches from sources.redhat.com:
4075         2002-05-02  Fernando Nasser  <fnasser@redhat.com>
4076         * doc/dejagnu.texi: Document KFAIL and KPASS.
4078         2002-02-20  Richard Henderson  <rth@redhat.com>
4079         * lib/target.exp (prune_warnings): Revert early "In function"
4080         strip, as this breaks g++.dg tests.  Match dangerous regexp
4081         without the "In function" header.
4083         2002-02-09  Richard Henderson  <rth@redhat.com>
4084         * lib/target.exp (prune_warnings): Strip "In function" etc early.
4085         Adjust "dangerous" regexp for glibc's tmpnam warning.
4087         2001-09-10  Jim Blandy  <jimb@redhat.com>
4088         * baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script,
4089         so we get the version of the `outbyte' function that does console
4090         output in a way that GDB's rom68k target recognizes.  Note that
4091         the board can now do output.
4093         2000-04-25  Felix Lee  <flee@cygnus.com>
4094         * baseboards/tx39-sim.exp: Use idt, not dve linker script.  Delete
4095         misleading comments and null statements.
4097 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
4099         * DejaGnu 1.4.4 released.
4101 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4103         * Makefile.am (tarball): Depend on book1.html, not overview.html.
4104         Don't echo needless messages. Portably copy the source tree to
4105         dejagnu-${VERSION}.  Portably copy documentation files from the
4106         source tree to the distribution directory.  Don't copy RPM-related
4107         files -- leave that to the rpm target.
4108         (snapshot): Remove target.
4109         (overview.html): Rename target from this ..
4110         (book1.htm): .. to this.
4111         (rpm): Portably copy tar file to SOURCES directory.
4112         (deb): Depend on book1.html, not overview.html.
4113         (dist-hook): Depend on book1.html, not overview.html.
4114         * Makefile.in: Rebuild.
4115         * doc/Makefile.am (TARGETS): Depend on book1.html.
4116         (book1.html): Depend on html/book1.html.
4117         (overview.dvi): Remove target.
4118         * doc/Makefile.in: Rebuild.
4120 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4122         * Clean.tcl: Run tclsh via /usr/bin/env for portability.
4123         (cleanfiles): Concatenate regular filenames that match .*.
4125 2004-01-12  Ben Elliston  <bje@wasabisystems.com>
4127         * baseboards/frv-sim.exp: Remove reference to devo/sim.
4129 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
4131         * doc/overview: Remove all files.
4133 2003-12-03  Ben Elliston  <bje@wasabisystems.com>
4135         * testsuite/runtest.all/utils.test: Fix a test for proc find which
4136         assumed that "subsubfile1" would appear at the end of the returned
4137         list.  Adjust to use a more robust regular expression.
4139 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
4141         * doc/overview.sgml (version): Update.
4142         * doc/overview/installation.html: Likewise.
4144         * packaging/rpm/dejagnu.spec: Update version numbers throughout.
4145         * packaging/pkg/pkginfo: Likewise.
4146         * packaging/depot/dejagnu.psf: Likewise.
4148 2003-10-25  Ben Elliston  <bje@wasabisystems.com>
4150         * runtest.exp (frame_version): Bump version.
4151         * configure.in (AM_INIT_AUTOMAKE): Likewise.
4152         * configure: Regenerate.
4154 2003-10-16  Rob Savoye   <rob@welcomehome.org>
4156         * packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
4158 2003-10-13  Ben Elliston  <bje@wasabisystems.com>
4160         * baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
4162 2003-10-11  Corinna Vinschen  <vinschen@redhat.com>
4164         * baseboards/sh-sim.exp: New file.
4166 2003-10-11  Ben Elliston  <bje@wasabisystems.com>
4168         * NEWS: Tidy.
4169         * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
4171 2003-10-08  Ben Elliston  <bje@wasabisystems.com>
4173         * i960glue.c: Remove.
4174         * packaging/pkg/prototype: Remove i960glue.c.
4176 2003-10-07  Ben Elliston  <bje@wasabisystems.com>
4178         * contrib/README: Remove.
4179         * contrib/testit: Remove bitrotten script.
4180         * contrib/test-g++: Likewise.
4181         * contrib/test-tool: Likewise.
4183 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4185         * TODO: Tidy.
4186         * contrib/README: Bring up to date.
4188 2003-08-23  Corinna Vinschen  <vinschen@redhat.com>
4190         * config/sid.exp: Add gdb settings to use no hardware watchpoints.
4192 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
4194         * README: Update section on reporting bugs.
4196 2003-08-22  Ben Elliston  <bje@wasabisystems.com>
4198         * lib/kermit.exp: Document procs.
4199         * lib/ftp.exp: Likewise.
4201 2003-08-19  Ben Elliston  <bje@wasabisystems.com>
4203         * contrib/testit: Run wish via /usr/bin/env for portability.
4205 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4207         * Makefile.am: Tidy comments and unused command lines.
4208         * Makefile.in: Regenerate.
4209         * testsuite/libdejagnu/Makefile.in: Likewise.
4211         * contrib/bluegnu2.0.3: Remove unsupported subtree.
4213 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
4215         * MAINTAINERS: New file.
4217 2003-08-17  Ben Elliston  <bje@wasabisystems.com>
4219         * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
4220         * doc/Makefile.in: Regenerate.
4222 2003-08-16  Ben Elliston  <bje@wasabisystems.com>
4224         * doc/overview.sgml (overview): Start overhauling chapter.
4226         * doc/README.Writers: New document on style conventions.
4227         * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
4228         * doc/user.sgml: Likewise.
4229         * doc/overview.sgml: Likewise.
4230         * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
4232 2003-08-12  Ben Elliston  <bje@wasabisystems.com>
4234         * Makefile.am (tarball): Update path to dejagnu.spec.
4235         (rpmspec): Likewise.
4236         (deb): Likewise, update path to package metafiles.
4237         (solpkg): Likewise.
4238         (hpdepot): Likewise.
4239         * Makefile.in: Regenerate.
4240         * aclocal.m4: Likewise.
4241         * configure: Likewise.
4242         * doc/Makefile.in: Likewise.
4243         * example/Makefile.in: Likewise.
4244         * testsuite/Makefile.in: Likewise.
4245         * deb: Move from here ..
4246         * packaging/deb: .. to here.
4247         * redhat: Move from here ..
4248         * packaging/rpm: .. to here.
4249         * depot: Move from here ..
4250         * packaging/depot: .. to here.
4251         * pkg: Move from here ..
4252         * packaging/pkg: .. to here.
4254         * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
4255         (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
4256         * testsuite/libdejagnu/Makefile.in: Regenerate.
4258 2003-08-07  Ben Elliston  <bje@wasabisystems.com>
4260         * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
4261         to increment count rather than count++ as in C.
4263 2003-08-06  Ben Elliston  <bje@wasabisystems.com>
4265         * lib/remote.exp: Replace "TCL" with "Tcl".
4267 2003-07-30  Ben Elliston  <bje@wasabisystems.com>
4269         * doc/runtest.1: Replace "TCL" with "Tcl".
4270         Make last revision date current.
4272 2003-07-29  Ben Elliston  <bje@wasabisystems.com>
4274         * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
4275         URLs and other stylistic improvements.
4276         * doc/ref.sgml: Likewise.
4277         * doc/user.sgml: Likewise.
4279 2003-07-25  Mike Stump  <mrs@apple.com>
4281         * lib/target.exp (prune_warnings): Handle "nfs server .* not
4282         responding" and "nfs server .* is alive again".
4284 2003-07-20  Ben Elliston  <bje@wasabisystems.com>
4286         * config.guess: Update to most recent version.
4287         * config.sub: Ditto.
4288         * AUTHORS: Add self to list of maintainers.
4290 2003-07-25  Jim Dein  <jdein@deinji5.apple.com> (RIP)
4292         * lib/utils.exp (find): Fix double recursion bug.
4294 2002-02-25  Jackie Smith Cashion  <jsmith@redhat.com>
4296         * baseboards/am33_2.0-libremote.exp: New file.
4298 2000-11-21  Drew Moseley  <dmoseley@redhat.com>
4300         * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
4301         ASB2303 board.
4303 2000-08-10  Drew Moseley  <dmoseley@cygnus.com>
4305         * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
4306         ASB2303 board.
4308 2003-06-13  Phil Edwards <pme@devphil.com>
4310         * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
4311         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
4312         only -T[linker] instead of -Wl,-T[linker].
4314 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
4316         * lib/target.exp (prune_warnings): Add two more linker
4317         warning patterns for warnings generated by modern verions
4318         of NetBSD.
4320 2003-05-12  H.J. Lu <hongjiu.lu@intel.com>
4322         * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
4324 2003-05-09  H.J. Lu <hongjiu.lu@intel.com>
4326         * runtest: Fix a typo.
4328 2003-05-03  Nitin Dhavale <nitinpdhavale@indiatimes.com>
4330         * doc/user.sgml: Clarify how to set the verbose option.
4332 2003-03-28 Chris Demetriou <cgd@broadcom.com>
4334         * lib/framework.exp (check_conditional_xfail): Adjust so that
4335         an empty 'includes' list matches all sets of flags.
4336         * doc/dejagnu.texi: Document the above.
4337         * doc/ref.sgml: Likewise.
4339 2003-03-27  David Heine <dlheine@tensilica.com>
4341         * baseboards/xtensa-sim.exp: Fix a syntax error.
4343 2003-03-16  Rob Savoye  <rob@direwolf.welcomehome.org>
4345         * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
4346         than stomp on it. This is based on a patch from Brendan Conoboy
4347         <blc@redhat.com>.
4348         * Most files: Update copyright dates.
4350 2003-03-13  Mike Stump  <mrs@apple.com>
4352         * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
4353         help ensure uniqueness.
4355 2003-03-05  Alexandre Oliva  <aoliva@redhat.com>
4357         * lib/remote.exp (standard_download, standard_upload): Support
4358         nfsdir and nfsroot_server.
4360 See ChangeLog-1992 for earlier changes.