* testsuite/runtest.all/libs.exp: Use "testsuite file" command.
[dejagnu.git] / ChangeLog
blob0ed41e7db81defb9e76c5be9d64c1d879d6c2117
1 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
3         * testsuite/runtest.all/libs.exp: Use "testsuite file" command.
4         * testsuite/runtest.all/load_lib.exp: Likewise.
5         * testsuite/runtest.all/stats.exp: Likewise.
7         * testsuite/runtest.all/stats.exp: Write local init file as
8         "stats-init.exp" for status summary tests.  Use --local_init
9         option to runtest to load that file instead of site.exp and move
10         the inner test module to a nested testsuite.
11         * testsuite/runtest.all/stats-sub.exp: Move file from here ..
12         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
13         .. to here.
15         * testsuite/runtest.all/options.exp: Clean up whitespace in file.
16         Wrap lines in test list and move short items to beginning of list.
17         Write local init file as "options-init.exp" for options tests.
18         Use --local_init option with nested runtest to load that file
19         instead of site.exp; also create an empty nested testsuite.  Local
20         init file arranges for inner runtest processes to run in a
21         subdirectory in the object tree to eliminate filename clashes.
22         Set tmpdir if not already set and remove entire temporary
23         directory after running options tests.
24         * testsuite/runtest.all/options/testsuite/null.test/null.exp: New.
26         * testsuite/runtest.all/clone_output.test: Move from here ..
27         * testsuite/runtest.libs/clone_output.test: .. to here.
28         * testsuite/runtest.all/config.test: Move from here ..
29         * testsuite/runtest.libs/config.test: .. to here.
30         * testsuite/runtest.all/default_procs.tcl: Move from here ..
31         * testsuite/runtest.libs/default_procs.tcl: .. to here.
32         * testsuite/runtest.all/libs.exp: Move from here ..
33         * testsuite/runtest.libs/libs.exp: .. to here.
34         * testsuite/runtest.all/load_lib.exp: Move from here ..
35         * testsuite/runtest.libs/load_lib.exp: .. to here.
36         * testsuite/runtest.all/remote.test: Move from here ..
37         * testsuite/runtest.libs/remote.test: .. to here.
38         * testsuite/runtest.all/target.test: Move from here ..
39         * testsuite/runtest.libs/target.test: .. to here.
40         * testsuite/runtest.all/testsuite_file.test: Move from here ..
41         * testsuite/runtest.libs/testsuite_file.test: .. to here.
42         * testsuite/runtest.all/topdir/subdir1/subfile1: Move from here ..
43         * testsuite/runtest.libs/topdir/subdir1/subfile1: .. to here.
44         * testsuite/runtest.all/topdir/subdir1/subfile2: Move from here ..
45         * testsuite/runtest.libs/topdir/subdir1/subfile2: .. to here.
46         * testsuite/runtest.all/topdir/subdir1/subsubdir1/subsubfile1:
47         Move from here ..
48         * testsuite/runtest.libs/topdir/subdir1/subsubdir1/subsubfile1:
49         .. to here.
50         * testsuite/runtest.all/topdir/subdir2/subfile2: Move from here ..
51         * testsuite/runtest.libs/topdir/subdir2/subfile2: .. to here.
52         * testsuite/runtest.all/utils.test: Move from here ..
53         * testsuite/runtest.libs/utils.test: .. to here.
54         * testsuite/runtest.libs/utils.test: Update references to
55         "runtest.all".
57         * testsuite/runtest.all/options.exp: Move from here ..
58         * testsuite/runtest.main/options.exp: .. to here.
59         * testsuite/runtest.all/options/testsuite/null.test/null.exp: Move
60         from here ..
61         * testsuite/runtest.main/options/testsuite/null.test/null.exp:
62         .. to here.
63         * testsuite/runtest.all/stats.exp: Move from here ..
64         * testsuite/runtest.main/stats.exp: .. to here.
65         * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
66         Move from here ..
67         * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
68         .. to here.
70         * Makefile.am (DISTCLEANFILES): Update for testsuite improvements.
71         (TESTSUITE_FILES): Update to reflect testsuite reorganization.
72         * Makefile.in: Regenerate.
74 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
76         * doc/dejagnu.texi: Clean up whitespace.  Some indented examples
77         were changed to use the Texinfo '@ ' command (yes, a space
78         character) to preserve correct indentation.  The '@ ' command is
79         treated as a single space by Tex and makeinfo, but prevents Emacs
80         from complaining about indentation using spaces instead of tabs.
82 2018-12-11  Jacob Bachmeyer  <jcb62281@gmail.com>
84         * doc/dejagnu.texi (getdirs procedure): Document hard-coded
85         directory exclusions by name in this procedure.
87 2018-12-10  Ben Elliston  <bje@gnu.org>
89         * doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl
90         glob patterns, not "shell wildcard characters" per se.
92         * doc/dejagnu.texi (istarget procedure): Remove stray @{.
94 2018-12-10  Jacob Bachmeyer  <jcb62281@gmail.com>
96         * doc/dejagnu.texi (Writing a test case): Add warning about
97         priority of Expect patterns, complete with example.
98         * testsuite/runtest.all/libs.exp (process_test): Fix bug that
99         caused test results other than "PASS" to be skipped if a "PASS" is
100         further along in the input buffer.  Describe problem in manual.
101         (process_test): Ensure that the log file shows each test case run.
102         (process_test): Directly run the test cases instead of using
103         temporary files and "cat".  All output is always available in the
104         log file, which is no longer overwritten by other tests.
105         (process_test): Expect END markers from test case scripts.
106         * testsuite/runtest.all/clone_output.test: Emit END markers.
107         * testsuite/runtest.all/config.test: Likewise.
108         * testsuite/runtest.all/remote.test: Likewise.
109         * testsuite/runtest.all/target.test: Likewise.
110         * testsuite/runtest.all/testsuite_file.test: Likewise.
111         * testsuite/runtest.all/utils.test: Likewise.
113 2018-12-10  Ben Elliston  <bje@gnu.org>
115         * lib/utils.exp (grep): Use a proper Tcl list for options.
117 2018-12-10  Ben Elliston  <bje@gnu.org>
119         * testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir.
121         * lib/utils.exp (getdirs): Use glob -nocomplain rather than glob
122         and catching the "no files matched glob pattern" error
123         message. Catching the error message was the wrong thing to do
124         because the foreach loop then iterates over each word in the error
125         message as if they were matches.
127 2018-12-10  Ben Elliston  <bje@gnu.org>
129         * testsuite/runtest.all/utils.test (getdirs): Add a test for the
130         non-existent directory case.
132 2018-12-10  Ben Elliston  <bje@gnu.org>
134         * runtest.exp: Remove unnecessary quotes and braces around
135         variable expansions.
137         * lib/debugger.exp (dumpvars): Remove unnecessary braces.
139 2018-12-09  Ben Elliston  <bje@gnu.org>
141         * runtest.exp (setup_target_hook): Use 'ne' and not '!='.
142         (iterate_target_variants_two): Likewise.
143         * lib/remote.exp (standard_download): Use 'eq' not '=='.
144         (remote_upload): Likewise.
145         * lib/framework.exp (open_logs): Likewise.
146         (is_remote): Likewise.
148 2018-12-09  Ben Elliston  <bje@gnu.org>
150         * baseboards/basic-sid.exp, baseboards/basic-sim.exp,
151         baseboards/i386-sid.exp, baseboards/mt-sid.exp,
152         baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp,
153         config/gdb_stub.exp, config/sim.exp, config/unix.exp,
154         config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp,
155         lib/framework.exp, lib/kermit.exp, lib/libgloss.exp,
156         lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp,
157         lib/utils.exp, testsuite/lib/libsup.exp,
158         testsuite/runtest.all/options.exp,: Remove unnecessary braces
159         around variable expansions.
161 2018-12-09  Ben Elliston  <bje@gnu.org>
163         * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp,
164         lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp,
165         lib/target.exp, lib/tip.exp, lib/utils.exp, runtest.exp: Remove
166         unnecessary quotes and braces around variable expansions.
168 2018-12-09  Ben Elliston  <bje@gnu.org>
170         * config/gdb-comm.exp: Remove unnecessary quotes.
171         * config/gdb_stub.exp: Likewise.
172         * config/vxworks.exp: Likewise.
173         * config/unix.exp: Likewise.
174         * config/sim.exp: Likewise.
176 2018-12-09  Ben Elliston  <bje@gnu.org>
178         * testsuite/lib/libsup.exp: Remove unnecessary quotes around
179         variable expansions.
180         * testsuite/lib/util-defs.exp: Likewise.
182 2018-12-09  Ben Elliston  <bje@gnu.org>
184         * baseboards/androideabi.exp: Remove unnecessary quotes and braces
185         around variable expansions.
186         * baseboards/basic-sid.exp: Likewise.
187         * baseboards/cris-sim.exp: Likewise.
188         * baseboards/generic-sim.exp: Likewise.
189         * baseboards/mcore-moto-sim.exp: Likewise.
190         * baseboards/multi-sim.exp: Likewise.
192 2018-12-08  Ben Elliston  <bje@gnu.org>
194         * NEWS: Tweak.
196 2018-12-08  Ben Elliston  <bje@gnu.org>
198         * lib/dejagnu.exp (host_execute): Remove unnecessary quotes around
199         variable expansions.
200         * testsuite/runtest.all/clone_output.test: Likewise.
201         * testsuite/runtest.all/target.test: Likewise.
202         * testsuite/runtest.all/stats.exp: Likewise.
203         * testsuite/runtest.all/remote.test: Likewise.
204         * testsuite/runtest.all/config.test: Likewise.
205         * testsuite/runtest.all/default_procs.tcl: Likewise.
206         * testsuite/runtest.all/libs.exp: Likewise.
207         * testsuite/runtest.all/options.exp: Likewise.
209 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
211         * NEWS: Document 'testsuite' command.
212         * doc/dejagnu.texi (testsuite procedure): Document multiplex entry
213         point and "testsuite file" command.
214         * lib/framework.exp (testsuite): New proc for multiplex commands.
215         (testsuite_file): New proc implementing "testsuite file".
216         * testsuite/runtest.all/testsuite_file.test: New file.
217         * runtest.exp: Expect to find testsuite in ${srcdir}/testsuite,
218         but also search $srcdir itself.
219         (load_lib): Add explicit search for testsuite-local libraries.
220         (load_tool_init): Use $testsuitedir in search.
221         (load_config): Use $testsuitedir instead of $srcdir.
222         (load_tool_target_config): Likewise.
224         Add variable "testsuitedir" for testsuite root directory.
226         Add internal global variables "testbuilddir" and "testdir" for use
227         by "testsuite file".
229         Ensure that $testsuitedir, $testbuilddir, and $objdir also avoid
230         duplicated path delimiters.
232         Add warning if no tests are found and fallback method of searching
233         $srcdir is used.
235 2018-12-08  Ben Elliston  <bje@gnu.org>
237         * testsuite/lib/libsup.exp (start_expect): Brace commands in if
238         expressions.
239         * testsuite/lib/util-defs.exp (util_test): Likewise.
240         * testsuite/runtest.all/stats.exp: Likewise.
241         * testsuite/runtest.all/libs.exp: Likewise.
243 2018-12-08  Jacob Bachmeyer  <jcb62281@gmail.com>
245         * testsuite/runtest.all/default_procs.tcl:
246         (lib_errpat_test, lib_errregexp_test, lib_err_test): New.
247         (lib_regexp_test): Fix copy-paste-edit error.
248         (lib_pat_test, lib_regexp_test, lib_ret_test, lib_bool_test):
249         Fix handling of errors raised by tested procedure.  Also ensure
250         proper quoting of argument lists passed to eval and simplify
251         the logic for producing return values.
253 2018-12-08  Ben Elliston  <bje@gnu.org>
255         * config/vxworks.exp (${board}_init): Use 'ne' instead of !=.
257 2018-12-08  Ben Elliston  <bje@gnu.org>
259         * lib/tip.exp (tip_open): Put braces around if expression.
261 2018-12-08  Ben Elliston  <bje@gnu.org>
263         * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp,
264         lib/remote.exp, lib/framework.exp, lib/dg.exp, config/vxworks.exp,
265         config/sim.exp, config/gdb_stub.exp, config/aarch64-fv8.exp,
266         baseboards/vr4300-sim.exp, baseboards/vr4111-sim.exp,
267         baseboards/vr4100-sim.exp, baseboards/sh-sid.exp,
268         baseboards/mt-sid.exp, baseboards/mips-sim.exp,
269         baseboards/mips-sim-idt64.exp, baseboards/mips-sim-idt32.exp,
270         baseboards/i386-sid.exp, baseboards/arm-sim.exp,
271         baseboards/arm-ice.exp, baseboards/androideabi.exp,
272         testsuite/runtest.all/utils.test,
273         testsuite/runtest.all/target.test: Replace string literal
274         comparisons using == and != with 'eq' and 'ne'.
276 2018-12-08  Ben Elliston  <bje@gnu.org>
278         * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp,
279         lib/rsh.exp, lib/rlogin.exp, lib/remote.exp, lib/libgloss.exp,
280         lib/framework.exp, lib/dg.exp, lib/dejagnu.exp,
281         config/vxworks.exp, config/unix.exp, config/sim.exp,
282         config/gdb_stub.exp, config/gdb-comm.exp, config/adb.exp,
283         baseboards/multi-sim.exp, baseboards/cris-sim.exp,
284         baseboards/basic-sim.exp, baseboards/basic-sid.exp,
285         baseboards/androideabi.exp, testsuite/runtest.all/load_lib.exp,
286         testsuite/libdejagnu/tunit.exp: Replace empty string comparisons
287         using == and != with 'eq' and 'ne'.
289 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
291         * testsuite/runtest.all/default_procs.tcl (lib_bool_test): New.
292         (lib_regexp_test): New.
293         (lib_pat_test): Brace "if" conditions.
294         (lib_pat_test): Remove spurious quotes in debugging output.
295         (run_tests): Add support for comments in lists of procedure tests.
297         * testsuite/runtest.all/config.test: Adjust to use run_tests
298         procedure. Fixes issue cited in FIXME comment.
300         * testsuite/runtest.all/utils.test (getdirs tests): Fix these.
301         The old tests had the sense of the return value from lib_pat_test
302         inverted and were failing but reported PASS.
303         (find tests, relative_filename tests, runtest_file_p tests):
304         Adjust to use run_tests procedure.
306 2018-12-07  Ben Elliston  <bje@gnu.org>
308         * doc/dejagnu.texi: Add more missing material.
310 2018-12-07  Jacob Bachmeyer  <jcb62281@gmail.com>
312         * testsuite/runtest.all/default_procs.tcl (lib_ret_test): Tidy.
313         (run_tests): Replace implicit "eval" with explicit "eval".  Tidy.
314         (verbose): Remove unnecessary quotes.
316 2018-12-06  Ben Elliston  <bje@gnu.org>
318         * doc/dejagnu.texi: Add more missing material.
320 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
322         * testsuite/runtest.all/default_procs.tcl: Whitespace clean up.
323         (lib_pat_test): Handle an argument list instead of only a single
324         argument for the procedure under test.
325         (lib_ret_test): Likewise.
326         * testsuite/runtest.all/utils.test: Whitespace clean up.
327         Adjust to pass argument lists for improved lib_pat_test.
328         * testsuite/runtest.all/clone_output.test: Likewise.
330 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
332         * lib/remote.exp (standard_load): Fix typo on empty string.
333         * runtest.exp: Adjust expression to follow GNU conventions.
334         * lib/utils.exp (diff): Fix mistake in replacing [string compare]
335         with "eq" instead of "ne".
336         * testsuite/runtest.all/config.test: Likewise.
338 2018-12-06  Ben Elliston  <bje@gnu.org>
340         * runtest.exp: Replace [string match] commands involving literal
341         strings and variables known to not be Tcl glob patterns with eq
342         and ne.
343         * config/unix.exp: Likewise.
344         * lib/debugger.exp: Likewise.
345         * lib/dg.exp: Likewise.
346         * lib/framework.exp: Likewise.
347         * lib/remote.exp: Likewise.
348         * lib/utils.exp: Likewise.
349         * baseboards/androideabi.exp: Likewise.
350         * baseboards/multi-sim.exp: Likewise.
351         * testsuite/lib/util-defs.exp: Likewise.
352         * testsuite/runtest.all/config.test: Likewise.
354 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
356         * testsuite/runtest.all/utils.test: Add Tcl mode marker for Emacs.
357         * testsuite/runtest.all/target.test: Likewise.
358         * testsuite/runtest.all/remote.test: Likewise.
359         * testsuite/runtest.all/config.test: Likewise.
360         * testsuite/runtest.all/clone_output.test: Likewise.
362 2018-12-06  Ben Elliston  <bje@gnu.org>
364         * runtest.exp: Replace '==' with 'eq' for string compares.
365         Likewise, replace '!=' with 'ne'. Replace a few instances of
366         [string length $str] == 0 with $str eq "".
367         * config/gdb-comm.exp: Likewise.
368         * lib/dg.exp: Likewise.
369         * lib/framework.exp: Likewise.
370         * lib/libgloss.exp: Likewise.
371         * lib/remote.exp: Likewise.
372         * lib/target.exp: Likewise.
373         * lib/utils.exp: Likewise.
375 2018-12-06  Jacob Bachmeyer  <jcb62281@gmail.com>
377         * runtest.exp: Replace archaic use of [string match] with "eq".
379 2018-12-06  Ben Elliston  <bje@gnu.org>
381         * doc/dejagnu.texi (compile Procedure): Remove old node.
382         (archive Procedure): Likewise.
383         (ranlib Procedure): Likewise.
385 2018-12-06  Ben Elliston  <bje@gnu.org>
387         * doc/dejagnu.texi (rsh procedure): Fix node connectivity.
389 2018-12-06  Ben Elliston  <bje@gnu.org>
391         * lib/telnet.exp (telnet_open): Remove connectmode global.
392         * doc/dejagnu.texi (Procedures For Remote Communication): Remove
393         mention of connectmode.
395 2018-12-05  Ben Elliston  <bje@gnu.org>
397         * doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete
398         node.
400 2018-12-05  Ben Elliston  <bje@gnu.org>
402         * doc/dejagnu.texi: Add more missing material.
404 2018-12-05  Ben Elliston  <bje@gnu.org>
406         * testsuite/runtest.all/utils.test: Test runtest_file_p.
408 2018-12-05  Jacob Bachmeyer  <jcb62281@gmail.com>
410         * runtest.exp (load_config): Remove unused globals.
411         (load_generic_config): Likewise.
412         (load_board_description): Likewise.
413         (load_base_board_description): Likewise.
415 2018-12-05  Ben Elliston  <bje@gnu.org>
417         * lib/utils.exp (grep): Handle -n.
418         * doc/dejagnu.texi (grep procedure): Document it.
419         * testsuite/runtest.all/utils.test: Add a test case.
420         * NEWS: Add an item.
422 2018-12-05  Ben Elliston  <bje@gnu.org>
424         * testsuite/runtest.all/utils.test: Test diff.
426 2018-12-04  Ben Elliston  <bje@gnu.org>
428         * testsuite/runtest.all/utils.test: Test grep.
430 2018-12-04  Ben Elliston  <bje@gnu.org>
432         * testsuite/runtest.all/utils.test (which): Fail on the else path,
433         don't pass in either case.
435 2018-12-04  Ben Elliston  <bje@gnu.org>
437         * doc/dejagnu.texi (Libgloss): Improve documentation.
438         (Debugging Procedures): Likewise.
440 2018-12-04  Ben Elliston  <bje@gnu.org>
442         * lib/debugger.exp (dumprocs): Fix proc comment.
444 2018-12-04  Ben Elliston  <bje@gnu.org>
446         * doc/dejagnu.texi (Utility Procedures): Improve documentation for
447         the procedures in this section.
449 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
451         * NEWS: Document new relative_filename procedure and --local_init/
452         --global_init command line options.
454 2018-12-04  Jacob Bachmeyer  <jcb62281@gmail.com>
456         * lib/utils.exp (relative_filename): New proc.
457         * runtest.exp: Use it.
458         * doc/dejagnu.texi (relative_filename procedure): Document it.
459         * testsuite/runtest.all/utils.test: Add tests for relative_filename.
461 2018-12-03  Ben Elliston  <bje@gnu.org>
463         * dejagnu.h (TestState): Remove const char * variants of pass(),
464         xpass(), fail(), xfail(), untested(), unresolved() for C++. A
465         const char * will be implicitly converted to std::string.
467 2018-12-03  Ben Elliston  <bje@gnu.org>
469         * doc/dejagnu.texi: Move 'Built-in Procedures' node up a level,
470         removing the 'Reference' node and chapter. Make all subsubsections
471         in this chapter unnumbered subheadings.
473 2018-12-03  Jacob Bachmeyer  <jcb62281@gmail.com>
475         * doc/dejagnu.texi: Fix Info node links.  The arguments to @node
476         are: here, next, previous, up; not here, previous, next, up.
478 2018-12-03  Ben Elliston  <bje@gnu.org>
480         * Makefile.am (EXTRA_DIST): Use $(TEXINFO_TEX), not a hardcoded
481         doc/texinfo.tex. With thanks to Jacob Bachmeyer.
482         * Makefile.in: Regenerate.
484 2018-12-03  Ben Elliston  <bje@gnu.org>
486         * Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex.
487         (EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise
488         prevents the distribution of the overridden texinfo.tex.
489         * Makefile.in: Regenerate.
490         * texinfo.tex: Move from here ..
491         * doc/texinfo.tex: .. to here.
493 2018-12-03  Ben Elliston  <bje@gnu.org>
495         * lib/framework.exp (isremote): Add verbose message.
497 2018-12-02  Ben Elliston  <bje@gnu.org>
499         * lib/framework.exp (isremote): Pass $board to is_remote.
501 2018-12-02  Ben Elliston  <bje@gnu.org>
503         * doc/fdl.texi: New.
504         * doc/dejagnu.texi (Variable Index): New.
505         Add more concept index entries.
506         (GNU Free Documentation License): New appendix.
508 2018-12-02  Ben Elliston  <bje@gnu.org>
510         * doc/dejagnu.texi (Procedure Index): New. Add Texinfo function
511         index (@findex) entries for every built-in procedure.
513 2018-12-02  Ben Elliston  <bje@gnu.org>
515         * doc/dejagnu.texi: Start an index.
517 2018-12-02  Ben Elliston  <bje@gnu.org>
519         * doc/version.texi: New.
521 2018-12-02  Ben Elliston  <bje@gnu.org>
523         * doc/dejagnu.texi: Add title page and frontmatter. Include
524         version.texi.
525         * Makefile.in: Regenerate.
526         * mdate-sh: Installed by automake --add-missing.
528 2018-12-02  Ben Elliston  <bje@gnu.org>
530         * doc/dejagnu.texi (diff procedure): Tidy up this node.
532 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
534         * runtest.exp (hex): Remove useless test before setting.
535         (decimal): Likewise.
537 2018-12-02  Jacob Bachmeyer  <jcb62281@gmail.com>
539         * doc/dejagnu.texi (Invoking runtest): Document new --local_init
540         and --global_init command line options.
541         * doc/runtest.1: Likewise.
543         * runtest.exp: Remove useless tests before setting default values
544         for variables: all_flag, binpath, debug, options, outdir, reboot,
545         tracelevel, verbose, log_dialog.  They are set before loading any
546         files or parsing the command line.
548         * runtest.exp: Add options --local_init and --global_init for
549         selecting alternate testsuite configuration files.
551         * runtest.exp: Split variable "configfile" into "local_init_file"
552         and "global_init_file" in preparation for adding command-line
553         options to specify these independently.
555         * runtest.exp (load_generic_config): Remove configfile global.
556         (load_board_description): Likewise.
557         (load_base_board_description): Likewise.
559 2018-11-30  Ben Elliston  <bje@gnu.org>
561         * lib/utils.exp (grep): Remove reference to "NULL" in comment.
562         * testsuite/lib/util-defs.exp (util_start): Likewise.
564 2018-11-30  Ben Elliston  <bje@gnu.org>
566         * doc/dejagnu.texi: (verbose procedure): Improve documentation.
567         (load_lib procedure): Likewise.
569 2018-11-30  Ben Elliston  <bje@gnu.org>
571         * doc/dejagnu.texi: More clean-ups of built-in proc documentation.
573 2018-11-30  Ben Elliston  <bje@gnu.org>
575         * runtest.exp: Use isremote.
576         * lib/target.exp: Likewise.
577         * lib/remote.exp: Likewise.
578         * lib/libgloss.exp: Likewise.
579         * config/unix.exp: Likewise.
580         * config/sim.exp: Likewise.
581         * config/gdb_stub.exp: Likewise.
582         * config/gdb-comm.exp: Likewise.
583         * baseboards/basic-sim.exp: Likewise.
584         * baseboards/androideabi.exp: Likewise.
586 2018-11-30  Ben Elliston  <bje@gnu.org>
588         * lib/framework.exp (isremote): New.
589         * doc/dejagnu.texi (isremote procedure): Document it.
590         * NEWS: Mention isremote.
592 2018-11-30  Ben Elliston  <bje@gnu.org>
594         * texinfo.tex: Update to latest upstream version.
595         * INSTALL: Likewise.
597 2018-11-29  Ben Elliston  <bje@gnu.org>
599         * lib/framework.exp (istarget, ishost, istarget): Set the argument
600         default value to the empty string.
601         * doc/dejagnu.texi (find procedure): Remove reference to "NULL".
602         (getenv procedure): Re-word this node.
603         (isbuild procedure): Update.
604         (ishost procedure): Likewise.
605         (istarget procedure): Likewise.
606         * testsuite/runtest.all/config.test: Add test cases.
608 2018-11-28  Ben Elliston  <bje@gnu.org>
610         * config.guess: Update to latest version.
611         * config.sub: Likewise.
613 2018-11-28  Ben Elliston  <bje@gnu.org>
615         * NEWS: Update.
616         * configure.ac: Update version number.
617         * configure: Regenerate.
618         * doc/dejagnu.texi: Update version number.
619         * runtest.exp: Update version number.
621 2018-11-28  Ben Elliston  <bje@gnu.org>
623         * Makefile.am (TESTSUITE_FILES): Update filenames.
624         * Makefile.in: Regenerate.
626 2018-11-28  Ben Elliston  <bje@gnu.org>
628         * NEWS: Update.
630         * doc/dejagnu.texi: Tidy up (fill) some paragraphs.
632 2018-11-25  Jacob Bachmeyer  <jcb62281@gmail.com>
634         * lib/framework.exp: Clean up whitespace.
636 2018-11-25  Ben Elliston  <bje@gnu.org>
638         * config/gdb-comm.exp: Clean up whitespace.
639         * config/gdb_stub.exp: Likewise.
640         * config/sid.exp: Likewise.
641         * config/sim.exp: Likewise.
642         * config/unix.exp: Likewise.
644 2018-11-23  Ben Elliston  <bje@gnu.org>
646         * doc/dejagnu.texi (getdirs procedure): Improve documentation
647         including documenting the -all option.
648         (find procedure): Fix a typo.
649         * lib/utils.exp (getdirs): Improve comments.
651 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
653         * runtest.exp: Ensure that multipass pass variables are always
654         restored.  Previously, they were only restored if the "Go digging
655         for tests" branch was taken near the end of runtest.exp.
657 2018-11-22  Ben Elliston  <bje@gnu.org>
659         * doc/dejagnu.texi (Customizing DejaGnu): Document error handling
660         of the $DEJAGNU environment variable (see change below).
662 2018-11-22  Jacob Bachmeyer  <jcb62281@gmail.com>
664         * runtest.exp: Raise error if $DEJAGNU is defined but not found.
666 2018-11-15  Jacob Bachmeyer  <jcb62281@gmail.com>
668         * runtest.exp (load_tool_init): Search for tool init file instead
669         of assuming exactly one location.
671 2018-11-15  Ben Elliston  <bje@gnu.org>
673         * runtest.exp (load_lib): Whitespace fix.
675 2018-11-11  Jacob Bachmeyer  <jcb62281@gmail.com>
677         * lib/ssh.exp: Clean up whitespace.
678         * lib/remote.exp: Clean up whitespace.
679         (remote_expect): Change literal tab to "\t" in regexp.
681 2018-11-05  Ben Elliston  <bje@gnu.org>
683         * config.guess: Update to latest version.
684         * config.sub: Likewise.
686 2018-11-02  Ben Elliston  <bje@gnu.org>
688         * Makefile.in: Regenerate.
690 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
692         * Makefile.am (DEJATOOL): List tools in testsuite.
693         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
694         * testsuite/config/default.exp: Rename from this ...
695         * testsuite/lib/runtest.exp: ... to this.
696         (runtest_exit): Remove spurious "close". This was causing per-tool
697         testing to fail, since the testsuite for "runtest" never actually
698         uses "spawn", so "close" ends up closing exp0, which is the
699         terminal.  The ${tool}_exit proc is not called if the --tool
700         option is not given, so this had no effect earlier.
701         * testsuite/lib/libdejagnu.exp: New empty file.
703 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
705         * runtest.exp (load_tool_init): Add message indicating the
706         expected location of the tool init file.
708 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
710         * contrib/sum2junit.sh (failures): Fix typo.
712 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
714         * configure.ac (DEJAGNU): Add comments.
716 2018-10-31  Jacob Bachmeyer  <jcb62281@gmail.com>
718         * Makefile.am (DEJATOOL): List tools in testsuite.
719         (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
720         * testsuite/config/default.exp: Rename from this ...
721         * testsuite/lib/runtest.exp: ... to this.
722         (runtest_exit): Remove spurious "close".  This was causing
723         per-tool testing to fail, since the testsuite for "runtest" never
724         actually uses "spawn", so "close" ends up closing exp0, which is
725         the terminal.  The ${tool}_exit proc is not called if the --tool
726         option is not given, so this had no effect earlier.
727         * testsuite/lib/libdejagnu.exp: New empty file.
729 2018-10-30  Ben Elliston  <bje@gnu.org>
731         * Makefile.am (DISTCLEANFILES): Add testrun.xml.
732         * Makefile.in: Regenerate with Automake 1.15.1.
733         * aclocal.m4: Likewise.
735 2018-10-30  Ben Elliston  <bje@gnu.org>
737         * configure.ac (AC_CONFIG_SUBDIRS): Remove.
738         * configure: Regenerate.
740 2018-10-29  Ben Elliston  <bje@gnu.org>
742         * README (Documentation): Update.
744 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
746         * lib/framework.exp (record_test): Really fix message formatting.
748 2018-10-29  Ben Elliston  <bje@gnu.org>
750         Reported by Jacob Bachmeyer.
751         * testsuite/runtest.all/utils.test: Fix missing end quote.
753 2018-10-28  Jacob Bachmeyer  <jcb62281@gmail.com>
755         * lib/framework.exp (record_test): Fix message formatting.
757 2018-07-20  Ben Elliston  <bje@gnu.org>
759         * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings.
760         * contrib/mysql/sum2xml.sh: Likewise.
762 2018-07-20  Ben Elliston  <bje@gnu.org>
764         * contrib/compare_tests: Eliminate Shellcheck warnings.
765         * contrib/mysql/sum2xml.sh: Likewise.
767 2018-07-20  Ben Elliston  <bje@gnu.org>
769         * compile, depcomp, install-sh: Latest upstream versions.
771 2018-07-20  Ben Elliston  <bje@gnu.org>
773         * contrib/sum2junit.sh: Eliminate some Shellcheck warnings.
775 2018-07-19  Ben Elliston  <bje@gnu.org>
777         * runtest: Use POSIX 'command', not 'type', to look for the Expect
778         binary. Silences Shellcheck warning SC2039 ("In POSIX sh, 'type'
779         is undefined").
781 2018-07-19  Ben Elliston  <bje@gnu.org>
783         * config.guess: Update to latest version.
784         * config.sub: Likewise.
786 2018-07-06  Richard Biener  <rguenther@suse.de>
788         * lib/remote.exp (close_wait_program): Use separate kill command
789         for each pid.
791 2017-10-16  Ben Elliston  <bje@gnu.org>
793         * NEWS: Start a new section for the next release.
794         * configure.ac (AC_INIT): Update version number.
795         * configure: Regenerate.
796         * runtest.exp (frame_version): Update version number.
797         * doc/dejagnu.texi: Likewise.
798         * doc/runtest.1: Update datestamp.
800 2017-10-16  Ben Elliston  <bje@gnu.org>
802         * config.guess: Update to version 2017-09-26.
803         * config.sub: Likewise.
805 2017-09-13  Ben Elliston  <bje@gnu.org>
807         * lib/framework.exp (open_logs): Set XML version to 1.1.
808         (xml_tag): Skip valid whitespace chars (0x9, 0xA, 0xD). Include
809         missing 'x' in escape sequence.
811 2017-08-29  Ben Elliston  <bje@gnu.org>
813         Revert these changes:
815         2016-04-25  Ben Elliston  <bje@gnu.org>
817         * testsuite/runtest.all/utils.test: Remove unsetenv test.
819         2016-04-24  Ben Elliston  <bje@gnu.org>
821         * lib/utils.exp (unsetenv): Remove proc.
822         * doc/dejagnu.texi: Update documentation.
823         * NEWS: Update.
825 2017-08-19  Ben Elliston  <bje@gnu.org>
827         * lib/framework.exp (xml_tag): Escape all of the non-printable
828         control characters (ASCII codes 1 to 31 inclusive).
830 2017-08-18  Tom Tromey  <tom@tromey.com>
832         * runtest.exp: Fix --directory matching.
834 2017-08-15  Ben Elliston  <bje@gnu.org>
836         * lib/framework.exp (xml_tag): New proc.
837         (log_summary): Use it.
838         (record_test): Likewise.
840 2017-08-15  Ben Elliston  <bje@gnu.org>
842         * lib/framework.exp (open_logs): Set .xml filename correctly.
843         * runtest.exp: Remove xml_file_name var.
844         (usage): Update --xml option to not take an argument.
845         (load_tool_init): Likewise.
846         * doc/dejagnu.texi (Invoking runtest): Update documentation.
847         * doc/runtest.1: Likewise.
849 2017-08-01  Ben Elliston  <bje@gnu.org>
851         * runtest.exp (usage): Improve --strace message.
853 2017-08-01  Ben Elliston  <bje@gnu.org>
855         * runtest.exp (usage): --reboot doesn't take a 'name' parameter.
857 2017-06-04  Ben Elliston  <bje@gnu.org>
859         * lib/target.exp (push_target): Remove unnecessary global command.
860         * testsuite/runtest.all/target.test: Overhaul tests.
862 2017-06-04  Ben Elliston  <bje@gnu.org>
864         * testsuite/runtest.all/remote.test: Remove cruft from yesteryear.
866 2017-06-04  Tom de Vries  <tom@codesourcery.com>
868         * testsuite/runtest.all/target.test: Remove list_targets test.
870 2017-06-04  Tom de Vries  <tom@codesourcery.com>
872         * testsuite/runtest.all/libs.exp (process_test): Dump entire
873         output when there's no reportable output.
874         * testsuite/runtest.all/remote.test (load_lib): New proc.
875         * testsuite/runtest.all/target.test (load_lib): Same.
877 2017-03-11  Thomas Preud'homme  <thomas.preudhomme@arm.com>
879         * lib/remote.exp (remote_download): Add logging message when
880         source and destination file differ in name.
882 2016-09-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
884         * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
886 2016-06-28  Ben Elliston  <bje@gnu.org>
888         * aclocal.m4, Makefile.in: Regenerate with automake 1.15.
889         * configure: Regenerate.
891 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
893         * configure.ac, dejagnu.h, runtest, runtest.exp,
894         baseboards/am33_2.0-libremote.exp, baseboards/androideabi.exp,
895         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
896         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
897         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
898         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
899         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
900         baseboards/i386-sid.exp, baseboards/iq2000-sim.exp,
901         baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp,
902         baseboards/linux-libremote.exp, baseboards/m68k-sid.exp,
903         baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp,
904         baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp,
905         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp,
906         baseboards/mips-sim-mti32.exp, baseboards/mips-sim-mti64.exp,
907         baseboards/mips-sim-mti64_64.exp,
908         baseboards/mips-sim-mti64_n32.exp, baseboards/mips-sim-sde32.exp,
909         baseboards/mips-sim-sde64.exp, baseboards/mips-sim.exp,
910         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
911         baseboards/mn10300-sim.exp, baseboards/moxie-sim.exp,
912         baseboards/mt-sid.exp, baseboards/multi-sim.exp,
913         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
914         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
915         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
916         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
917         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
918         baseboards/unix.exp, baseboards/v850-sim.exp,
919         baseboards/visium-sim.exp, baseboards/vr4100-sim.exp,
920         baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp,
921         baseboards/xtensa-sim.exp, lib/debugger.exp, lib/dejagnu.exp,
922         lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/remote.exp,
923         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
924         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
925         testsuite/config/default.exp, testsuite/lib/libsup.exp,
926         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
927         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
928         testsuite/runtest.all/stats-sub.exp,
929         testsuite/runtest.all/stats.exp, config/adb.exp,
930         config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp,
931         config/sid.exp, config/sim.exp, config/unix.exp,
932         config/vxworks.exp: Update copyright date for 2016.
934 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
936         * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp,
937         baseboards/arm-ice.exp, baseboards/arm-sid.exp,
938         baseboards/arm-sim.exp, baseboards/basic-sid.exp,
939         baseboards/basic-sim.exp, baseboards/cris-sim.exp,
940         baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
941         baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
942         baseboards/generic-sim.exp, baseboards/i386-sid.exp,
943         baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp,
944         baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp,
945         baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp,
946         baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp,
947         baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp,
948         baseboards/mips-sim-idt64.exp, baseboards/mips-sim.exp,
949         baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
950         baseboards/mn10300-sim.exp, baseboards/mt-sid.exp,
951         baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
952         baseboards/rx-sim.exp, baseboards/sh-sid.exp,
953         baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
954         baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
955         baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
956         baseboards/unix.exp, baseboards/v850-sim.exp,
957         baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp,
958         baseboards/vr4300-sim.exp, baseboards/xtensa-sim.exp,
959         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
960         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
961         lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
962         lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
963         testsuite/config/default.exp, testsuite/lib/libsup.exp,
964         testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
965         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
966         testsuite/runtest.all/options.exp,
967         testsuite/runtest.all/stats-sub.exp,
968         testsuite/runtest.all/stats.exp, config/default.exp,
969         config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp,
970         config/sim.exp, config/unix.exp, config/vxworks.exp, configure.ac,
971         dejagnu.h, runtest, runtest.exp: Use condensed years in copyright
972         statement.
974 2016-06-22  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
976         * doc/runtest.1: Use condensed years in copyright statement.
978 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
980         * runtest: Quote paths. Use test -z, -n for clarity.
982 2016-06-21  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
984         * config/adb.exp (adb_exec) Improve verbose message.
986 2016-06-03  Jim Wilson  <jim.wilson@linaro.org>
988         * baseboards/aarch64-sim.exp: New file.
989         * Makefile.am (baseboard_DATA): Add aarch64-sim.exp.
990         * Makefile.in: Regenerate.
991         * lib/libgloss.exp (libgloss_link_flags): Map aarch64* to aarch64.
993 2016-04-26  Ben Elliston  <bje@gnu.org>
995         * doc/dejagnu.texi: Fill more paragraphs.
997 2016-04-25  Ben Elliston  <bje@gnu.org>
999         * testsuite/runtest.all/utils.test: Remove unsetenv test.
1001 2016-04-24  Ben Elliston  <bje@gnu.org>
1003         * lib/utils.exp (unsetenv): Remove proc.
1004         * doc/dejagnu.texi: Update documentation.
1005         * NEWS: Update.
1007 2016-04-19  Nick Clifton  <nickc@redhat.com>
1009         * baseboards/msp430-sim.exp: New file.
1010         * Makefile.am (baseboard_DATA): Add msp430-sim.exp.
1011         * Makefile.in: Regenerate.
1013 2016-04-18  Ben Elliston  <bje@gnu.org>
1015         * runtest: Remove quoting in final exec command.
1017 2016-04-17  Ben Elliston  <bje@gnu.org>
1019         * lib/remote.exp: Load ssh.exp lib.
1021 2016-04-17  Ben Elliston  <bje@gnu.org>
1023         * lib/rsh.exp (rsh_open): Fix description comment.
1025 2016-04-17  Ben Elliston  <bje@gnu.org>
1027         Reported by shellcheck.
1028         * runtest: Use $((..)) not `expr ..` and defensively double quote
1029         shell variables.
1031 2016-04-17  Ben Elliston  <bje@gnu.org>
1033         * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.
1034         * Makefile.in: Regenerate.
1036 2016-04-17  Ben Elliston  <bje@gnu.org>
1038         Reported by shellcheck.
1039         * runtest: Use $((..)) not `expr ..`.
1041 2016-04-17  Ben Elliston  <bje@gnu.org>
1043         * configure.ac (AC_INIT): Update version number.
1044         * configure: Regenerate.
1045         * runtest.exp (frame_version): Update version number.
1046         * doc/dejagnu.texi: Likewise.
1048 2016-04-17  Ben Elliston  <bje@gnu.org>
1050         * NEWS: Start a new section for the next release.
1052 2016-04-15  Ben Elliston  <bje@gnu.org>
1054         * Makefile.am (CONTRIB): Add new contrib scripts.
1055         * Makefile.in: Regenrate.
1057 2016-04-15  Ben Elliston  <bje@gnu.org>
1059         * lib/ssh.exp (ssh_exec): Handle regexp return status.
1061 2016-04-13  Ben Elliston  <bje@gnu.org>
1063         * lib/rsh.exp (rsh_exec): Improve verbose message.
1064         * lib/ssh.exp (ssh_exec): Likewise.
1065         * config/adb.exp: Likewise.
1067 2016-04-13  Ben Elliston  <bje@gnu.org>
1069         * runtest.exp: Improve --version (-v) output.
1070         * testsuite/runtest.all/options.exp: Update test case.
1072 2016-04-13  Christophe Lyon  <christophe.lyon@linaro.org>
1074         * lib/rsh.exp (rsh_exec): Handle regexp return status.
1076 2016-04-08  Ben Elliston  <bje@gnu.org>
1078         Reported by Faraz Shahbazker.
1079         * doc/dejagnu.texi (Global config file): Fix broken @node.
1080         (Local config file): Likewise.
1082 2016-04-07  Ben Elliston  <bje@gnu.org>
1084         * lib/remote.exp (remote_exec): Join cd $remotedir and $program on
1085         the command line with ';' and not &&.
1087 2016-04-07  Ben Elliston  <bje@gnu.org>
1089         Reported by Faraz Shahbazker.
1090         * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node.
1092 2016-04-06  Yvan Roux  <yvan.roux@linaro.org>
1094         * lib/remote.exp (remnote_download): Create a remote directory if
1095         needed and use it.
1096         (remote_exec): Execute program inside remotedir when it exists.
1097         (standard_load): Set remotedir board field if not present.
1098         * config/unix.exp (unix_load): Handle remotedir in board field.
1099         (remotedir): Set board info field.
1100         * doc/dejagnu.texi (Board File Values): Document remotedir.
1102 2016-04-06  Ben Elliston  <bje@gnu.org>
1104         * doc/dejagnu.texi (Global config file): Put before node 'Local
1105         config file'.
1107 2016-04-05  Ben Elliston  <bje@gnu.org>
1109         * runtest.exp: Remove defunct and undocumented --tool_root option.
1111 2016-04-04  Ben Elliston  <bje@gnu.org>
1113         * doc/dejagnu.texi: More overhauling.
1115 2016-04-04  Ben Elliston  <bje@gnu.org>
1117         * lib/targetdb.exp (set_board_info): Improve comment.
1118         (add_board_info): Likewise.
1120 2016-04-04  Ben Elliston  <bje@gnu.org>
1122         * NEWS: Add some more detail.
1124 2016-04-04  Ben Elliston  <bje@gnu.org>
1126         * site.tmpl: Delete.
1127         * Makefile.am (EXTRA_DIST): Remove site.tmpl.
1128         * Makefile.in: Regenerate.
1130 2016-04-03  Ben Elliston  <bje@gnu.org>
1132         * doc/dejagnu.texi: More overhauling.
1134 2016-04-03  Ben Elliston  <bje@gnu.org>
1136         * runtest.exp: Document the magical handling of -D[01].
1138 2016-04-03  Ben Elliston  <bje@gnu.org>
1140         * doc/runtest.1: Do not document obsolete --status option. It is
1141         still accepted for compatibility, but does nothing.
1143 2016-04-03  Ben Elliston  <bje@gnu.org>
1145         * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
1147 2016-04-03  Ben Elliston  <bje@gnu.org>
1149         * doc/runtest.1 (OPTIONS): Sort options.
1151 2016-04-03  Ben Elliston  <bje@gnu.org>
1153         * doc/dejagnu.texi: More overhauling.
1155 2016-04-02  Ben Elliston  <bje@gnu.org>
1157         * doc/dejagnu.texi: Fill paragraphs.
1159 2016-04-02  Ben Elliston  <bje@gnu.org>
1161         * doc/dejagnu.texi: Fix capitalisation of procedure names
1162         throughout.  Use Tcl syntax in procedure prototypes, not C syntax.
1164 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
1166         * contrib/mysql/create-db.sql: New file.
1167         * contrib/mysql/importxml.sh: Likewise.
1168         * contrib/mysql/make-datafile.sh: Likewise.
1169         * contrib/mysql/plot.sh: Likewise.
1170         * contrib/mysql/README: Likewise.
1171         * contrib/mysql/sum2xml.sh: Likewise.
1173 2016-04-02  Ben Elliston  <bje@gnu.org>
1175         * config.guess: Update to version 2016-04-02.
1176         * config.sub: Update to version 2016-03-30.
1178 2016-04-02  Rob Savoye  <rob.savoye@linaro.org>
1180         * contrib/sum2junit.sh: New.
1182 2016-04-01  Ben Elliston  <bje@gnu.org>
1184         * doc/dejagnu.texi (connprocs): Document new SSH procs.
1186 2016-03-31  Rob Savoye  <rob.savoye@linaro.org>
1188         * lib/ssh.exp: New.
1189         * NEWS: Update.
1191 2016-03-30  Ben Elliston  <bje@gnu.org>
1193         * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,
1194         lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp,
1195         runtest.exp: Fix spelling errors in comments.
1197 2016-03-30  Ben Elliston  <bje@gnu.org>
1199         * lib/remote.exp (remote_expect): Use perror not send_user.
1201 2016-03-29  Ben Elliston  <bje@gnu.org>
1203         * lib/remote.exp (remote_expect): Fix spelling error.
1205 2016-03-29  Rob Savoye  <rob.savoye@linaro.org>
1207         * runtest.exp: Only print "searching for <test name>" message at
1208         verbose level >= 2 -- too much noise.
1210 2016-03-29  Ben Elliston  <bje@gnu.org>
1212         * texinfo.tex: Update to latest master version.
1213         * INSTALL: Likewise.
1215 2016-03-29  Ben Elliston  <bje@gnu.org>
1217         * runtest.exp: More fixes identified by the Frink static analyser.
1218         * lib/dg.exp: Likewise.
1219         * config/adb.exp: Likewise.
1220         * config/vxworks.exp: Likewise.
1221         * baseboards/androideabi.exp: Likewise.
1222         * baseboards/basic-sid.exp: Likewise.
1223         * baseboards/multi-sim.exp: Likewise.
1225 2016-03-28  Dominik Vogt  <vogt@linux.vnet.ibm.com>
1227         * dg.exp (dg-do): Do not change the previously selected action if
1228         a de-selected dg-do is encountered.
1230 2016-03-28  Ben Elliston  <bje@gnu.org>
1232         * lib/framework.exp (check_xml): Remove unused proc.
1234 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
1236         * lib/dmucs.exp: New.
1238 2016-03-28  Rob Savoye  <rob.savoye@linaro.org>
1240         * lib/libgloss.exp (find_g++): Look for xgcc++ to use the freshly
1241         built compiler, then look in the path.
1243 2016-03-28  Ben Elliston  <bje@gnu.org>
1245         * lib/utils.exp (which): Don't exclude symbolic links--Debian's
1246         /bin/which doesn't. Modern systems rely too heavily on symbolic
1247         links (eg. alternatives).
1249 2016-03-28  Ben Elliston  <bje@gnu.org>
1251         * baseboards/multi-sim.exp: Indent properly.
1253 2016-03-28  Ben Elliston  <bje@gnu.org>
1255         * lib/rlogin.exp (rlogin_open): Return -1 if unable to spawn
1256         rlogin. Identified by Frink.
1258 2016-03-28  Ben Elliston  <bje@gnu.org>
1260         * runtest.exp: Use 'array exists' for testing array existence
1261         rather than 'info exists'.
1263 2016-03-28  Ben Elliston  <bje@gnu.org>
1265         * runtest.exp: Fixes identified by the Frink static analyser:
1266           (1) use -- in switch commands for safety,
1267           (2) remove unreachable return commands after error commands,
1268           (3) replace abbreviated "info proc" with "info procs",
1269           (4) use -- in unset commands for safety where the variable name
1270               is itself a variable.
1271         * lib/dg.exp: Likewise.
1272         * lib/debugger.exp: Likewise.
1273         * lib/framework.exp: Likewise.
1274         * lib/remote.exp: Likewise.
1275         * lib/target.exp: Likewise.
1276         * lib/targetdb.exp: Likewise.
1277         * lib/telnet.exp: Likewise.
1278         * lib/utils.exp: Likewise.
1280 2016-03-28  Ben Elliston  <bje@gnu.org>
1282         * Makefile.am: Remove references to Docbook and friends.
1283         * configure.ac: Likewise.
1284         * Makefile.in: Regenerate.
1285         * configure: Regenerate.
1286         * doc/dejagnu.xml: Remove.
1287         * doc/legal.xml: Likewise.
1288         * doc/ref.xml: Likewise.
1289         * doc/user.xml: Likewise.
1291 2016-03-28  Ben Elliston  <bje@gnu.org>
1293         * lib/framework.exp (exp_continue): Remove old compatibility
1294         wrapper. Expect deprecated 'continue -expect' in August 1997.
1296 2016-03-28  Ben Elliston  <bje@gnu.org>
1298         * NEWS: Update.
1300 2016-03-28  Ben Elliston  <bje@gnu.org>
1302         * lib/utils.exp (which): Reimplement to more closely mimic the
1303         behaviour of the UNIX which utility.
1304         * testsuite/runtest.all/utils.test: Test proc which.
1306 2016-03-27  Ben Elliston  <bje@gnu.org>
1308         * lib/remote.exp (standard_wait): Append any trailing characters
1309         to $output that may be still in $expect_out(buffer) when eof is
1310         matched. Remove arbitrary limitation in the ".+" matching case,
1311         similar to the change to local_exec on 2016-02-17.
1313 2016-03-23  Ben Elliston  <bje@gnu.org>
1315         * Makefile.am (baseboard_DATA): Remove cygwin.exp, mcore-elf.exp,
1316         mcore-pe.exp, vx4300.exp, vx68k.exp, vx960.exp, vxsparc.exp.
1317         * Makefile.in: Regenerate.
1318         * baseboards/cygwin.exp, baseboards/mcore-elf.exp,
1319         baseboards/mcore-pe.exp, baseboards/vx4300.exp,
1320         baseboards/vx68k.exp, baseboards/vx960.exp,
1321         baseboards/vxsparc.exp: Remove.
1323 2016-03-23  Ben Elliston  <bje@gnu.org>
1325         * baseboards/README: Remove mention of devo.
1326         * baseboards/iq2000-sim.exp: Likewise.
1327         * baseboards/moxie-sim.exp: Likewise.
1329 2016-03-23  Ben Elliston  <bje@gnu.org>
1331         * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp.
1332         * Makefile.in: Regenerate.
1333         * baseboards/arm-ice.exp: Reinstate.
1334         * baseboards/arm-sim.exp: Likewise.
1336 2016-03-23  Ben Elliston  <bje@gnu.org>
1338         * Makefile.am (config_DATA): Update.
1339         (baseboard_DATA): Likewise.
1340         * Makefile.in: Regenerate.
1341         * NEWS: Update.
1343         Remove the following old config files:
1345         * arc.exp, arm-ice.exp, base-config.exp, base68k.exp, bug.exp,
1346         cfdbug.exp, cygmon.exp, d10v.exp, ddb-ether.exp, ddb.exp, dos.exp,
1347         dve.exp, h8300.exp, i386-bozo.exp, i960.exp, m32r-stub.exp,
1348         m32r.exp, m68hc11.exp, m68k-emc.exp, mips-idt.exp,
1349         mn10200-eval.exp, mn10300-eval.exp, netware.exp, powerpc-bug.exp,
1350         proelf.exp, rom68k.exp, sh.exp, slite.exp, sparclet.exp,
1351         tic80.exp, vr4100.exp, vr4300.exp, vr5000.exp: Remove.
1353         Remove the following old baseboard files:
1355         * arc-sim.exp, arm-ice.exp, arm-sim.exp, cf.exp, cygmon.exp,
1356         d10v-sim.exp, d10v.exp, danlite-elf.exp, dos.exp, fr30-cygmon.exp,
1357         fr30-elf.exp, frv-elf.exp, frv-tiger.exp, frv-tomcat.exp,
1358         h8300-sim.exp, h8300.exp, i386-bozo.exp, i960-cyclone.exp,
1359         i960-sim.exp, m32r-elf.exp, m32r-linux-sim.exp, m32r-sid.exp,
1360         m32r-sim.exp, m68hc11-sim.exp, m68k-emc.exp, mips-idt.exp,
1361         mips64-sim.exp, mips64vr4100-sim.exp, mn10200-cygmon.exp,
1362         mn10300-cygmon.exp, msparc-cygmon.exp, op50n.exp, powerpc-bug.exp,
1363         powerpc-bug1.exp, rom68k-idp.exp, sh-hms.exp, sparclet-aout.exp,
1364         sparclite-coff.exp, sparclite-cygmon.exp, strongarm-cygmon.exp,
1365         tic80-sim.exp, tx39-dve.exp, usparc-cygmon.exp, vr4100-ddb.exp,
1366         vr4300-ddb.exp, vr4300.exp, vr5000-ddb.exp, x86-cygmon.exp,
1367         xscale-cygmon.exp: Remove.
1369 2016-03-22  Ben Elliston  <bje@gnu.org>
1371         * lib/target.exp (only--Ls): Change '???' comment to a note. This
1372         isn't a serious shortcoming, but the comment should be retained.
1374 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
1376         * baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists in
1377         the environment, use that as the spec file for bare metal testing.
1379 2016-03-22  Ben Elliston  <bje@gnu.org>
1381         * Makefile.am (config_DATA): Add config/aarch64-fv8.exp.
1382         * Makefile.in: Regenerate.
1384 2016-03-22  Rob Savoye  <rob.savoye@linaro.org>
1386         * config/aarch64-fv8.exp: Add support for testing armv8 using the
1387         ARM Foundation Model.
1389 2016-03-21  Ben Elliston  <bje@gnu.org>
1391         * runtest.exp: Whitespace, comment and typo fixes.
1392         * lib/dejagnu.exp: Likewise.
1393         * lib/remote.exp: Likewise.
1394         * lib/utils.exp: Likewise.
1396 2016-03-21  Ben Elliston  <bje@gnu.org>
1398         * baseboards/mcore-moto-sim.exp: Remove old FIXME comment.
1399         * baseboards/mmixware-sim.exp: Likewise.
1400         * config/sim.exp: Likewise.
1401         * runtest.exp: Likewise.
1403 2016-03-21  Ben Elliston  <bje@gnu.org>
1405         * lib/dg.exp (dg-get-options): Clean up regular expression and
1406         remove FIXME comment about it.
1408 2016-03-20  Ben Elliston  <bje@gnu.org>
1410         * baseboards/i960-sim.exp: Remove stale ??? comment.
1411         * config/vxworks.exp: Likewise.
1413 2016-03-20  Ben Elliston  <bje@gnu.org>
1415         * runtest.exp: Load .dejagnurc last not first.
1416         (load_file): Update comment about Tcl 7.5a2.
1417         * doc/user.xml (Customizing DejaGnu): Document new search order
1418         for site.exp files.
1419         * doc/dejagnu.texi: Regenerate.
1420         * NEWS: Update.
1422 2016-03-20  Ben Elliston  <bje@gnu.org>
1424         * lib/dg.exp (dg-runtest): Improve arg naming to remove a FIXME.
1426 2016-03-20  Ben Elliston  <bje@gnu.org>
1428         * lib/dg.exp: Remove commented-out calls to send_user.
1430 2016-03-20  Ben Elliston  <bje@gnu.org>
1432         * runtest.exp (load_file): Remove old comment.
1434 2016-03-20  Ben Elliston  <bje@gnu.org>
1436         * lib/dg.exp (dg-test): There is no need to call unresolved to
1437         clear errcnt. Instead, pass 0 as argument 2 to perror.
1438         * runtest.exp (runtest): Likewise.
1440 2016-03-16  Ben Elliston  <bje@gnu.org>
1442         Revert this change (the GCC testsuite uses diff):
1444         2016-03-15  Ben Elliston  <bje@gnu.org>
1446         * lib/utils.exp (diff): Remove proc.
1447         * doc/ref.xml: Update documentation.
1448         * doc/dejagnu.texi: Regenerate.
1449         * NEWS: Update.
1451 2016-03-15  Ben Elliston  <bje@gnu.org>
1453         * testsuite/runtest.all/options.exp: Properly clean up log files
1454         left by the runtest under test.
1456 2016-03-15  Ben Elliston  <bje@gnu.org>
1458         * testsuite/runtest.all/load_lib.exp: Typo fixes.
1460 2016-03-15  Ben Elliston  <bje@gnu.org>
1462         * testsuite/runtest.all/options.exp: Add more tests.
1464 2016-03-15  Ben Elliston  <bje@gnu.org>
1466         * testsuite/libdejagnu/tunit.exp: Clean up.
1468 2016-03-15  Ben Elliston  <bje@gnu.org>
1470         * lib/utils.exp (diff): Remove proc.
1471         * doc/ref.xml: Update documentation.
1472         * doc/dejagnu.texi: Regenerate.
1473         * NEWS: Update.
1475 2016-03-15  Ben Elliston  <bje@gnu.org>
1477         Revert this change:
1478         2016-02-14  Steve Ellcey  <sellcey@mips.com>
1480         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
1481         GCC_UNDER_TEST.
1482         * baseboards/multi-sim.exp (rpath_flags): Ditto.
1484 2016-03-13  Ben Elliston  <bje@gnu.org>
1486         * lib/utils.exp: Whitespace fixes.
1488 2016-03-13  Ben Elliston  <bje@gnu.org>
1490         * lib/dg.exp (dg-process-target): Remove old commented code.
1491         * lib/dg.exp (dg-test): Likewise.
1493 2016-03-13  Ben Elliston  <bje@gnu.org>
1495         * lib/dg.exp: Improve top-of-file documentation.
1497 2016-03-05  Yvan Roux  <yvan.roux@linaro.org>
1499         * lib/remote.exp (remote_exec): Restore original timeout value.
1501 2016-03-04  Yvan Roux  <yvan.roux@linaro.org>
1503         * lib/remote.exp (standard_upload): Remove dead code.
1505 2016-02-24  Ben Elliston  <bje@gnu.org>
1507         * lib/utils.exp (prune): Restore this proc.
1508         * doc/ref.xml: Update documentation.
1509         * doc/dejagnu.texi: Regenerate.
1510         * NEWS: Update.
1512 2016-02-23  Iain Buclaw  <ibuclaw@gdcproject.org>
1514         * lib/libgloss.exp (find_gdc): New proc.
1515         * lib/target.exp (default_target_compile): Add D support.
1516         * NEWS: Update.
1518 2016-02-20  Ben Elliston  <bje@gnu.org>
1520         * lib/utils.exp (diff): Replace calls to verbose followed by
1521         send_log with a single call to verbose -log. Remove additional
1522         newlines from the log messages.
1524 2016-02-20  Ben Elliston  <bje@gnu.org>
1526         * lib/utils.exp (getdirs): Ignore .git and .svn directories.
1528 2016-02-20  Ben Elliston  <bje@gnu.org>
1530         * lib/utils.exp: Improve comments.
1531         * NEWS: Update.
1533 2016-02-20  Ben Elliston  <bje@gnu.org>
1535         * lib/utils.exp (prune): Remove proc.
1536         * doc/ref.xml: Update documentation.
1537         * doc/dejagnu.texi: Regenerate.
1539 2016-02-20  Ben Elliston  <bje@gnu.org>
1541         * lib/utils.exp (slay): Remove proc.
1542         * doc/ref.xml: Update documentation.
1543         * doc/dejagnu.texi: Regenerate.
1545 2016-02-20  Ben Elliston  <bje@gnu.org>
1547         * lib/utils.exp (absolute): Remove proc.
1548         * doc/ref.xml: Update documentation.
1549         * doc/dejagnu.texi: Regenerate.
1551 2016-02-20  Ben Elliston  <bje@gnu.org>
1553         * lib/utils.exp (psource): Remove proc.
1554         * doc/ref.xml: Update documentation.
1555         * doc/dejagnu.texi: Regenerate.
1557 2016-02-20  Ben Elliston  <bje@gnu.org>
1559         * lib/targetdb.exp (board_info): Simplify return logic.
1561 2016-02-19  Ben Elliston  <bje@gnu.org>
1563         * configure.ac: Require Tcl version 8.5 at a minimum.
1564         * configure: Regenerate.
1566 2016-02-18  Ben Elliston  <bje@gnu.org>
1568         * configure.ac: Require Tcl version 8.6 at a minimum.
1569         * configure: Regenerate.
1571 2016-02-17  Ben Elliston  <bje@gnu.org>
1573         * runtest.exp: Tweak "Test run by .." output.
1575 2016-02-17  Ben Elliston  <bje@gnu.org>
1577         * lib/target.exp (default_target_compile): Do not pass -log to
1578         verbose when outputting the captured compiler/assembler/linker
1579         diagnostic output as it will already be in the .log file courtesy
1580         of Expect.
1582 2016-02-17  Ben Elliston  <bje@gnu.org>
1584         * runtest.exp: Enable --status by default.
1585         (runtest): Set exit status to 2 if there is any error sourcing
1586         the Tcl scripts.
1587         * lib/framework.exp (unknown): Likewise, set exit status to 2.
1588         * doc/runtest.1: Clarify exit status codes.
1589         * NEWS: Update.
1591 2016-02-17  Ben Elliston  <bje@gnu.org>
1593         * lib/remote.exp (local_exec): Call exp_continue until eof is
1594         matched.
1596 2016-02-16  Ben Elliston  <bje@gnu.org>
1598         * runtest.exp: Use the traditional exit codes when runtest is
1599         interrupted. This makes it possible to tell if runtest ran to
1600         completion or not. Suggested by Michael Chastain.
1602 2016-02-15  Ben Elliston  <bje@gnu.org>
1604         * TODO: Add ideas produced from Cauldron 2013.
1606 2016-02-15  Ben Elliston  <bje@gnu.org>
1608         * TODO: Update.
1610 2016-02-15  Ben Elliston  <bje@gnu.org>
1612         * lib/dg.exp (dg-test): Remove comment about proc unresolved not
1613         setting exit_status to 1 -- it does.
1615 2016-02-15  Ben Elliston  <bje@gnu.org>
1617         * lib/framework.exp (cleanup): Remove do-nothing proc.
1618         (log_and_exit): Remove call to cleanup.
1619         * doc/ref.xml: Remove documentation for cleanup.
1620         * doc/dejagnu.texi: Regenerate.
1622 2016-02-15  Ben Elliston  <bje@gnu.org>
1624         Reported by David Malcolm.
1625         * lib/dejagnu.exp (text): Allow angle brackets in test messages.
1627 2016-02-15  Ben Elliston  <bje@gnu.org>
1629         * config.guess: Update to version 2016-02-11.
1630         * config.sub: Update to version 2016-01-01.
1632 2016-02-14  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1634         * lib/remote.exp (remote_exec): Set global timeout for benefit of
1635         <remote>_exec.
1637 2016-02-14  Ben Elliston  <bje@gnu.org>
1639         * lib/remote.exp (local_exec): Improve comments.
1641 2016-02-14  Ben Elliston  <bje@gnu.org>
1643         * doc/runtest.1: Tweak.
1645 2016-02-14  Steve Ellcey  <sellcey@mips.com>
1647         * baseboards/multi-sim.exp (dynamic_linker_flag): Check
1648         GCC_UNDER_TEST.
1649         * baseboards/multi-sim.exp (rpath_flags): Ditto.
1651 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
1653         * lib/remote.exp (standard_file): Reverse return logic for remote
1654         exists case.
1656 2016-01-23  Simon Marchi  <simon.marchi@ericsson.com>
1658         * lib/remote.exp (standard_file); Add else clause.
1660 2016-01-16  Ben Elliston  <bje@gnu.org>
1662         * runtest.exp (runtest): Improve comment about --status.
1664 2016-01-12  Simon Marchi  <simon.marchi@ericsson.com>
1666         * lib/remote.exp (standard_file): The [ operator does not actually
1667         output anything. It returns 0 or 1 as its exit code, so "exit `[
1668         -f $file ]`" always expands to "exit " (equivalent to exit 0).
1669         Instead, use test(1) to check for file existence.
1671 2015-12-20  Ben Elliston  <bje@gnu.org>
1673         * doc/dejagnu.xml: Begin overhauling.
1674         * doc/ref.xml: Likewise.
1675         * doc/user.xml: Likewise.
1676         * doc/dejagnu.texi: Regenerate.
1678 2015-12-20  Ben Elliston  <bje@gnu.org>
1680         * doc/runtest.1: Miscellaneous minor improvements.
1682 2015-12-09  Yoshinori Sato  <ysato@users.sourceforge.jp>
1684         * Makefile.am (baseboard_DATA): Add missing rx-sim.exp.
1685         * Makefile.in: Regenerate.
1687 2015-11-16  Brooks Moses  <bmoses@google.com>
1689         * config/unix.exp: Add ability to set test timeout from site.exp.
1690         * doc/user.xml: Document new test_timeout variable in site.exp.
1691         * doc/dejagnu.texi: Regenerate.
1693 2015-11-16  Ben Elliston  <bje@gnu.org>
1695         * testsuite/runtest.all/options.exp: Re-enable --strace 1 test.
1697 2015-11-16  Ben Elliston  <bje@gnu.org>
1699         * testsuite/runtest.all/options.exp: Remove some commented code.
1701 2015-11-16  Ben Elliston  <bje@gnu.org>
1703         * runtest.exp: Refer to "DejaGnu version", not "Framework
1704         version" in --version output.
1705         * testsuite/runtest.all/options.exp: Update test case.
1707 2015-11-14  Ben Elliston  <bje@gnu.org>
1709         * runtest.exp (usage): Improve help text.
1711 2015-11-12  Ben Elliston  <bje@gnu.org>
1713         * runtest.exp (usage): Sort options in usage.
1715 2015-11-12  Ben Elliston  <bje@gnu.org>
1717         * lib/framework.exp (note): Remove old commented-out code.
1719 2015-11-11  Ben Elliston  <bje@gnu.org>
1721         * doc/user.xml (Summary File): 'untested', not 'runtested'.
1722         * doc/dejagnu.texi: Regenerate.
1724 2015-11-11  Michael Forney  <forney@google.com>
1726         * lib/target.exp (default_target_compile): Honor LDFLAGS_FOR_TARGET.
1728 2015-11-11  Ben Elliston  <bje@gnu.org>
1730         * doc/dejagnu.texi: Regenerate.
1732 2015-11-10  Ben Elliston  <bje@gnu.org>
1734         * doc/user.xml: Fix runtest output formatting in <programlisting>.
1736 2015-11-10  Ben Elliston  <bje@gnu.org>
1738         * doc/dejagnu.xml: Update month and year.
1739         * doc/user.xml: Lots of editorial fixes from Daniel Thibault
1740         <Daniel.Thibault@drdc-rddc.gc.ca>.
1742 2015-09-10  Robert Suchanek  <Robert.Suchanek@imgtec.com>
1744         * baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
1746 2015-07-30  Pedro Alves  <palves@redhat.com>
1748         * lib/remote.exp (close_wait_program): New procedure.
1749         (local_exec, standard_close): Use it.
1751 2015-05-23  Ben Elliston  <bje@gnu.org>
1753         * doc/dejagnu.xml: Fix broken URLs.
1754         * doc/dejagnu.texi: Regenerate.
1756 2015-05-23  Ben Elliston  <bje@gnu.org>
1758         * doc/user.xml: Fix 'crosscompilation'.
1760 2015-05-23  Ben Elliston  <bje@gnu.org>
1762         * doc/runtest.1 (log_dialog): Improve documentation.
1764 2015-05-16  Filipe Brandenburger  <filbranden@google.com>
1766         * configure.ac: Enable subdir-objects, require automake 1.14.
1767         * Makefile.in: Regenerate.
1769 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
1771         * doc/dejagnu.xml: Fix typos such as stray }'s and @samp{...},
1772         possibly introduced in a conversion of .texi to SGML Docbook.
1773         * doc/user.xml: Likewise.
1774         * doc/ref.xml: Likewise.
1775         * doc/dejagnu.texi: Regenerate.
1777 2015-05-15  Filipe Brandenburger  <filbranden@google.com>
1779         * runtest.exp (runtest): Introduce new --log_dialog option.
1780         * doc/runtest.1: Document it.
1781         * doc/user.xml: Likewise.
1782         * doc/dejagnu.texi: Regenerate.
1784 2015-05-14  Steve Ellcey  <sellcey@imgtec.com>
1786         * baseboards/multi-sim.exp (get_library_dirlist): New.
1787         (dynamic_linker_flag): Use get_library_dirlist to find dynamic
1788         linker.
1789         (rpath_flags): Use get_library_dirlist to set rpath.
1791 2015-05-12  Steve Ellcey  <sellcey@imgtec.com>
1793         * baseboards/generic-sim.exp: Check $DEJAGNU_SIM_OPTION.
1795 2015-03-30  Ben Elliston  <bje@gnu.org>
1797         Revert the following change which causes breakage reported here:
1798         https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
1800         2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
1802         * runtest.exp (runtest): Call reset_vars at initialisation so that
1803         perror does not affect test results in other test scripts.
1805 2015-02-26  H.J. Lu  <hjl.tools@gmail.com>
1807         * lib/target.exp (default_target_compile): Prepend multilib_flags,
1808         instead of appending it.
1810 2015-02-18  Ben Elliston  <bje@gnu.org>
1812         * lib/framework.exp (log_and_exit): Set tool to "testrun" if
1813         unset.
1815 2015-02-05  Ben Elliston  <bje@gnu.org>
1817         * doc/runtest.1: Fix a spelling error.
1819 2015-02-04  Ben Elliston  <bje@gnu.org>
1821         * config.guess: Update to version 2015-01-01.
1822         * config.sub: Likewise.
1824 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
1826         * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
1827         * Makefile.in: Regenerate.
1828         * baseboards/visium-sim.exp: New file.
1830 2014-11-25  Ben Elliston  <bje@gnu.org>
1832         * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
1833         Reported by David Malcolm.
1835 2014-10-28  Ben Elliston  <bje@gnu.org>
1837         * Makefile.in: Regenerate.
1839 2014-10-28  Ben Elliston  <bje@gnu.org>
1841         * example: Remove stale examples.
1843 2014-10-24  Steve Ellcey  <sellcey@mips.com>
1845         * dejagnu.h (pass): Make function static as well as inline.
1846         (xpass): Ditto.
1847         (fail): Ditto.
1848         (xfail): Ditto.
1849         (untested): Ditto.
1850         (unresolved): Ditto.
1851         (note): Ditto.
1852         (totals): Ditto.
1854 2014-10-14  Ben Elliston  <bje@gnu.org>
1856         * runtest.exp: Only match $directory, not *${directory}* when the
1857         user passes the --directory option. Reported by Sergey Alyoshin.
1859 2014-10-14  Ben Elliston  <bje@gnu.org>
1861         * lib/dejagnu.exp (host_execute): Remove buffer_full check. This
1862         is not the right command keyword -- it is full_buffer. Reported by
1863         David Malcolm.
1865 2014-07-15  Maciej W. Rozycki  <macro@mips.com>
1866             Maciej W. Rozycki  <macro@codesourcery.com>
1868         * lib/targetdb.exp (add_board_info): New procedure.
1869         * doc/ref.xml (Add_board_info Procedure): New section.
1870         (Set_board_info Procedure): Add description.
1871         (Unset_board_info Procedure): Likewise.
1872         * doc/user.xml (Board Config File Values): Add `add_board_info'
1873         reference.  Reorder `gdb_init_command' table rows and remove a
1874         duplicate entry, reusing it for `gdb_init_commands'.
1876 2014-06-25  Rob Savoye  <rob.savoye@linaro.org>
1878         * runtest.exp: (lookfor-file): Fix bug were none of the relative
1879         paths were actually being used for file lookup.
1881 2014-06-06  Ben Elliston  <bje@gnu.org>
1883         * depcomp, install-sh, missing: Update to latest versions.
1884         * mkinstalldirs: Remove.
1885         * Makefile.in: Regenerate.
1887 2014-06-04  Ben Elliston  <bje@gnu.org>
1889         * Makefile.in: Regenerate with Automake 1.14.1.
1890         * compile: Add missing file.
1892 2014-06-04  Ben Elliston  <bje@gnu.org>
1894         * config.guess: Update to version 2014-03-23.
1895         * config.sub: Likewise.
1897 2014-06-04  Ben Elliston  <bje@gnu.org>
1899         * aclocal.m4: Regenerate with Automake 1.14.1.
1900         * configure: Regenerate with Autoconf 2.69.
1902 2014-03-15  Steve Ellcey  <sellcey@mips.com>
1904         * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
1906 2014-02-23  Steve Ellcey  <sellcey@mips.com>
1907             Richard Sandiford  <rdsandiford@googlemail.com>
1909         * config/sim.exp (sim_exec): New.
1910         (sim_file): New.
1912 2013-12-08  Richard Sandiford  <rdsandiford@googlemail.com>
1914         * lib/dg.exp (dg-test): Don't put the expected and actual output
1915         of a pattern test in the test name; send it to the log instead.
1917 2013-11-01  Steve Ellcey  <sellcey@mips.com>
1919         * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
1920         * Makefile.in: Regenerate.
1921         * baseboards/multi-sim.exp: New.
1923 2013-10-31  Anton Kolesov  <anton.kolesov@synopsys.com>
1925         * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
1926         (remote_reboot): Add comment explaining return value of this procedure.
1927         * doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
1928         * doc/dejagnu.texi: Regenerate.
1930 2013-10-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
1932        * baseboards/androideabi.exp (process_multilib_options): Add option.
1933        * config/adb.exp: Remove hardcoded -static option.
1934        (adb_load): Add the possibility to change the temp directory. Also
1935        handle permission potential problems.
1936        (adb_exec): Do cd to android_tmp_dir first.
1938 2013-10-05  Jose E. Marchesi  <jose.marchesi@oracle.com>
1940         * baseboards/unix.exp: Add gdb settings to not use hardware
1941         watchpoints in sparc64 running GNU/Linux.
1943 2013-06-17  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1945         * runtest.exp (libdirs): New global variable.
1946         (load_lib): Append libdirs to search_and_load_files directories.
1947         * doc/ref.xml (load_lib): Document global variable libdirs.
1948         * doc/dejagnu.texi: Regenerate.
1949         * testsuite/runtest.all/load_lib.exp: New testcase.
1950         * Makefile.am (TESTSUITE_FILES): Add new testcase.
1951         * Makefile.in: Regenerate.
1953 2013-06-15  Ben Elliston  <bje@gnu.org>
1955         * configure.ac: If DEJAGNU is unset, set it to /dev/null.
1956         * Makefile.am: Export DEJAGNU.
1957         * configure: Likewise.
1958         * Makefile.in: Regenerate.
1960 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1962         * doc/user.xml: Fix typos.
1963         * doc/ref.xml: Likewise.
1964         * doc/dejagnu.texi: Regenerate.
1966 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1968         * doc/user.xml: Fix number of columns in table.
1969         * doc/dejagnu.texi: Regenerate.
1971 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1973         * doc/user.xml: Fix rendering errors around programlisting.
1974         * doc/ref.xml: Likewise.
1975         * doc/dejagnu.texi: Regenerate.
1977 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1979         * doc/user.xml: Fix spacing before productname.
1980         * doc/dejagnu.texi: Regenerate.
1982 2013-06-12  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1984         * testsuite/runtest.all/default_procs.tcl (send_log): Use the
1985         magic "args" parameter name, as expect send_log proc accepts -- as
1986         a leading option.
1988 2013-06-08  Makoto Fujiwara  <makoto@ki.nu>
1990         * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
1991         (config_DATA): Likewise for config_SCRIPTS.
1992         (baseboard_DATA): Likewise for baseboard_SCRIPTS.
1993         (EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
1994         baseboard_SCRIPTS.
1995         * Makefile.in: Regenerate.
1997 2013-06-08  Ben Elliston  <bje@gnu.org>
1999         * configure: Regenerate with autoconf 2.69.
2000         * aclocal.m4: Regenerate.
2002 2013-03-31  Ben Elliston  <bje@gnu.org>
2004         * Makefile.am (html-local): Rename target from html.
2005         * Makefile.in: Regenerate with automake 1.12.6.
2006         * aclocal.m4: Likewise.
2007         * configure: Regenerate.
2009 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
2011         * TODO: Remove todo item about warncnt and errcnt.
2013 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
2015         * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
2017 2013-03-26  Ben Elliston  <bje@gnu.org>
2019         * config.guess: Update to version 2013-02-12.
2020         * config.sub: Likewise.
2022 2013-02-16  Rob Savoye  <rob@build.welcomehome.org>
2024         * config/adb.exp: Add adb_file so we can remotely delete test
2025         cases to save on limited disk space. Don't remove the file after
2026         executing it, leave that for the test driver instead.
2028 2013-02-15  Rob Savoye  <rob@welcomehome.org>
2030         * config/adb.exp: Remove the test case after executing
2031         it. Otherwise we can fill up all the diskspace on a small target
2032         pretty fast.
2034 2013-02-11  Rob Savoye  <rob@welcomehome.org>
2036         * baseboards/androideabi.exp: Board support for Android using ADB.
2037         * config/adb.exp: Config support for Android using ADB.
2038         * Makefile.am (dist): Add new config and board files.
2039         * aclocal.m4, Makefile.in, configure, example/calc/configure,
2040         example/mathhelper/configure: Regenerated with newer autotools.
2042 2012-12-05  Ben Elliston  <bje@gnu.org>
2044         * example/hello: Remove.
2045         * configure.ac: Likewise.
2046         * configure: Regenerate.
2048 2012-10-04  Steve Ellcey  <sellcey@mips.com>
2050         * Makefile.am (baseboard_SCRIPTS): Add new baseboards.
2051         * Makefile.in: Regenerate.
2052         * baseboards/mips-sim-mti32.exp: New.
2053         * baseboards/mips-sim-mti64.exp: New.
2054         * baseboards/mips-sim-mti64_n32.exp: New.
2055         * baseboards/mips-sim-mti64_64.exp: New.
2056         * baseboards/mips-sim-sde32.exp: New.
2057         * baseboards/mips-sim-sde64.exp: New.
2059 2012-10-04  Ben Elliston  <bje@gnu.org>
2061         * aclocal.m4: Regenerate with automake 1.11.3.
2062         * Makefile.in: Likewise.
2063         * configure: Regenerate with autoconf 2.68.
2065 2012-08-22  Steve Ellcey  <sellcey@mips.com>
2067         * baseboards/generic-sim.exp: New baseboard definition.
2069 2012-06-15  Andreas Schwab  <schwab@linux-m68k.org>
2071         * lib/framework.exp (clone_output): Protect from leading dash in
2072         $message.
2073         * runtest.exp (verbose): Likewise.
2075 2012-06-11  Tom Tromey  <tromey@redhat.com>
2077         * doc/runtest.1: Update.
2078         * runtest.exp (xml_file_name): New global.
2079         (usage): Update.
2080         Handle optional argument to --xml.
2081         * lib/framework.exp (open_logs): Respect xml_file_name.
2083 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2085         * runtest.exp (load_tool_init): Fix typo in -de option handling.
2087 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
2089         * doc/runtest.1: Correct name of debug file.
2091 2012-02-25  Ben Elliston  <bje@gnu.org>
2093         * runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
2094         for runtest.exp as a last resort (for usrmove environments, where
2095         /bin is a link to /usr/bin). From Honza Horak <hhorak@redhat.com>.
2097 2011-12-30  Ben Elliston  <bje@gnu.org>
2099         * doc/user.xml: Various spelling and consistency fixes.
2100         * doc/ref.xml: Likewise.
2101         (exit_remote_shell): Remove, as this procedure is defunct.
2102         * doc/dejagnu.texi: Regenerate.
2104 2011-12-30  Ben Elliston  <bje@gnu.org>
2106         * config.guess: Update to version 2011-12-29.
2107         * config.sub: Update to version 2011-11-11.
2109 2011-06-30  Tom Tromey  <tromey@redhat.com>
2111         * doc/ref.xml: Document find_gfortran.
2112         * doc/dejagnu.texi: Regenerate.
2113         * lib/target.exp (default_target_compile): Handle f90.
2114         (default_target_compile): Likewise.
2115         * lib/libgloss.exp (find_gfortran): New proc.
2117 2011-06-30  Ben Elliston  <bje@gnu.org>
2119         * Makefile.am (all-local): New rule.
2120         * Makefile.in: Regenerate.
2122 2011-04-12  Ben Elliston  <bje@gnu.org>
2124         * config/vxworks.exp (vxworks_file): Use "file delete", not "exec
2125         rm", for better portability.
2126         * config/netware.exp (${board}_load): Likewise.
2127         * lib/dg.exp (dg-test): Likewise.
2128         * lib/framework.exp (open_logs): Likewise.
2129         * lib/remote.exp (standard_file): Likewise.
2130         * runtest.exp: Likewise.
2131         * testsuite/runtest.all/options.exp: Likewise.
2133 2011-03-15  Ben Elliston  <bje@gnu.org>
2135         * runtest.exp: Whitespace cleanups.
2136         * lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
2137         lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp,
2138         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Likewise.
2140 2011-03-15  Ben Elliston  <bje@gnu.org>
2142         * runtest: Remove trailing semicolons.
2143         * lib/rsh.exp: Likewise.
2145 2011-03-15  H.J. Lu  <hjl.tools@gmail.com>
2147         * lib/remote.exp (local_exec): Ignore SIGHUP.
2149 2011-03-14  Ben Elliston  <bje@gnu.org>
2151         * runtest.exp (frame_version): Set to 1.5.1.
2152         * configure.ac (AC_INIT): Set version to 1.5.1.
2153         * configure: Regenerate.
2154         * doc/dejagnu.xml (appversion, version): Set to 1.5.1.
2155         * doc/dejagnu.texi: Regenerate.
2157 2011-03-14  Ben Elliston  <bje@gnu.org>
2159         * dejagnu.h: Whitespace cleanups.
2161 2011-03-14  Ben Elliston  <bje@gnu.org>
2163         * baseboards/cris-sim.exp: Remove trailing semicolon(s).
2164         * baseboards/mt-sid.exp: Likewise.
2165         * baseboards/tx39-sim.exp: Likewise.
2166         * lib/target.exp (default_target_compile): Likewise.
2168 2011-03-14  Ben Elliston  <bje@gnu.org>
2170         Reported by Flash Sheridan <flash@pobox.com>:
2171         * doc/user.xml (Testing "Hello world" locally): Improve the
2172         example test script and make it robust to failures.  Tidy some
2173         formatting errors.
2174         * doc/dejagnu.texi: Regenerate.
2176 2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2178         * runtest.exp (runtest): Call reset_vars at initialisation so that
2179         perror does not affect test results in other test scripts.
2181 2011-03-09  Ben Elliston  <bje@gnu.org>
2183         * NEWS: Start a new section for post-1.5 changes.
2185 2011-03-09  Ben Elliston  <bje@gnu.org>
2187         * DejaGnu 1.5 released.
2189 2011-03-09  Ben Elliston  <bje@gnu.org>
2191         * Makefile.am (DISTCLEANFILES): Define.
2192         * Makefile.in: Regenerate.
2193         * testsuite/runtest.all/libs.exp: Clean up temp files on exit.
2194         * testsuite/runtest.all/options.exp: Likewise for dbg.log.
2195         * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file
2196         mkdir" instead of exec'ing mkdir(1).
2198 2011-03-07  Ben Elliston  <bje@gnu.org>
2200         * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE.
2201         * Makefile.in: Regenerate.
2203 2011-03-06  Ben Elliston  <bje@gnu.org>
2205         * configure.ac (AC_INIT): Set version to 1.5.
2206         * configure: Regenerate.
2207         * runtest.exp (frame_version): Set to 1.5.
2208         * doc/dejagnu.texi: Regenerate.
2210 2011-03-04  Ben Elliston  <bje@gnu.org>
2212         * texinfo.tex: Import latest version from ftp://tug.org/tex.
2214 2011-03-04  Ben Elliston  <bje@gnu.org>
2216         * Makefile.am (EXTRA_DIST): Correct name of historical ChangeLog.
2217         * Makefile.in: Regenerate.
2219 2011-03-03  Ben Elliston  <bje@gnu.org>
2221         * Makefile.am: Bump to GPL version 3.
2222         * configure.ac: Likewise.
2223         * Makefile.in: Regenerate.
2224         * aclocal.m4: Likewise.
2225         * configure: Likewise.
2227 2011-03-03  Ben Elliston  <bje@gnu.org>
2229         * config.guess: Update to most recent version.
2230         * config.sub: Likewise.
2232 2011-03-03  Ben Elliston  <bje@gnu.org>
2234         * lib/framework.exp (unknown): Rename the native Tcl ::unknown
2235         proc to ::tcl_unknown.  If ::tcl_unknown returns a failure result,
2236         then fall back to the conventional DejaGnu handling.  Report from
2237         David Byron <dbyron@dbyron.com>.
2239 2011-03-03  Maciej W. Rozycki  <macro@codesourcery.com>
2241         * lib/remote.exp (remote_expect): Pass all exception conditions up
2242         to the caller.
2244 2011-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2246         * lib/dg.exp (dg-test): Support nested calls.
2248 2010-04-13  Ben Elliston  <bje@gnu.org>
2250         * testglue.c: Remove duplicated prototypes for abort and exit.
2252 2010-03-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2254         * doc/user.xml (Tcl Variables For Command Line Options): Correct
2255         column count.
2257 2010-01-21  Jie Zhang  <jie.zhang@analog.com>
2259         * config/gdb-comm.exp (gdb_comm_load): Set breakpoints after load.
2261 2010-01-15  Anthony Green  <green@moxielogic.com>
2263         * baseboards/moxie-sim.exp: New baseboard.
2265 2009-12-10  DJ Delorie  <dj@redhat.com>
2267         * baseboards/rx-sim.exp: New baseboard.
2269 2009-10-15  Ben Elliston  <bje@gnu.org>
2271         * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide.
2272         This web page has disappeared.
2274 2009-07-06  Ben Elliston  <bje@gnu.org>
2276         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Mark up options with
2277         <option> not <emphasis>.  Apply other grammatical fixes from
2278         Reuben Thomas.
2279         * doc/dejagnu.texi: Regenerate.
2281 2009-07-06  Ben Elliston  <bje@gnu.org>
2283         * configure.ac: Check for docbook2x-texi.
2284         * configure: Regenerate.
2286 2009-07-06  Ben Elliston  <bje@gnu.org>
2288         From Reuben Thomas  <rrt@sc3d.org>:
2289         * doc/runtest.1: Fix some formatting issues.
2291 2009-06-16  Ben Elliston  <bje@gnu.org>
2293         * config.guess: Update to most recent version.
2294         * config.sub: Likewise.
2296 2009-06-16  Ben Elliston  <bje@gnu.org>
2298         * Makefile.am (rpm, deb, solpkg, hpdepot): Remove targets.
2299         * Makefile.in: Regenerate.
2300         * packaging: Remove directory and its contents.
2302 2009-06-10  Maciej W. Rozycki  <macro@codesourcery.com>
2304         * config/gdb-comm.exp (gdb_comm_add_breakpoint): Handle pending
2305         breakpoints.
2307 2008-12-03  Ben Elliston  <bje@gnu.org>
2309         * COPYING: Update to GPL version 3.
2311 2008-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2313         * doc/ref.xml, doc/user.xml: Fix typos.
2314         * doc/dejagnu.texi: Regenerate.
2316 2008-04-06  Daniel Jacobowitz  <drow@false.org>
2318         * Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
2319         * Makefile.in: Regenerate.
2320         * dejagnu.exp (host_execute): Improve regexp matching.
2321         * testsuite/libdejagnu/unit.cc: C++ fixes.
2323 2008-04-06  Daniel Jacobowitz  <drow@false.org>
2325         * lib/utils.exp (diff): Open both files as binary.
2327 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
2329         * dejagnu.h (totals): Correct typos.
2331 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
2333         * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
2334         * doc/dejagnu.texi: Regenerate.
2336 2008-02-25  Ben Elliston  <bje@gnu.org>
2338         * doc/runtest.1: Update date of last revision.
2340 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
2342         * baseboards/h8300.exp: Use -- before switch argument that may
2343         begin with "-".
2344         * baseboards/cris-sim.exp: Ditto.
2346 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
2348         * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp,
2349         iq2000-sim.exp and m32r-linux-sim.exp.
2350         * Makefile.in: Regenerate.
2352 2008-02-08  Ben Elliston  <bje@gnu.org>
2354         * baseboards/cris-sim.exp: Fix MS-DOS line termination.
2356 2007-12-28  Joseph Myers  <joseph@codesourcery.com>
2358         * lib/target.exp (default_link): Initialize nobjects before use.
2360 2007-12-06  Ben Elliston  <bje@gnu.org>
2362         * lib/dg.exp (dg_bogus): Comment fix.
2364 2007-10-31  DJ Delorie  <dj@redhat.com>
2366         * lib/framework.exp (open_logs): Line buffer the .sum file.
2368 2007-09-04  Matt Kraai  <kraai@ftbfs.org>
2370         * doc/user.xml (Configuration): Fix typos.
2371         * doc/dejagnu.texi: Regenerate.
2373 2007-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
2375         * lib/remote.exp (standard_send): Correct quoting.
2377 2007-05-17  Ben Elliston  <bje@gnu.org>
2379         * doc/user.xml: Correct the syntax for running apt-get on a Debian
2380         GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
2382 2007-04-30  Bob Wilson  <bob.wilson@acm.org>
2384         * baseboards/xtensa-sim.exp: Set target_install.  Stop using
2385         basic-sim.exp.  Run the simulator with --turbo option.  Replace
2386         needs_status_wrapper with the simulator's --exit_with_target_code
2387         option.
2389 2006-10-15  Rob Savoye  <rob@bertha.welcomehome.org>
2391         * dejagnu.h: Add support for for expected failures and
2392         unexpected successes.
2394 2005-05-06  Andrew Fyfe <a.fyfe@tiscali.co.uk>
2396         * doc/Makefile.am: Fix install path for man page.
2397         * Makefiles: Regenerated.
2399 2006-08-29  Ben Elliston  <bje@gnu.org>
2401         * runtest.exp (usage): Use "triplet" instead of "config name".
2403 2006-07-13  Daniel Jacobowitz  <dan@codesourcery.com>
2405         * Makefile.am (DOCBOOK2RTF): Fix typo.
2406         * Makefile.in: Regenerated.
2407         * lib/libgloss.exp (process_multilib_options): Use -- to handle
2408         options starting with hyphens.
2410 2006-06-23  Eric Botcazou  <ebotcazou@adacore.com>
2412         * libgloss.exp (find_gnatmake): Rewrite.
2414 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
2416         * rsh.exp (rsh_exec): Handle inp and outp arguments.  Use
2417         local_exec to run rsh.  Return failure if rsh times out.
2418         * remote.exp (local_exec): Handle "|& cat" we added when deciding
2419         whether to return output.
2421 2006-06-09  Ben Elliston  <bje@gnu.org>
2423         * baseboards/cris-sim.exp: Use Tcl fall-through syntax for
2424         multiple cases, not a list (case uses lists, switch does not).
2425         Pass -glob to switch where applicable to emulate case behaviour.
2426         * baseboards/h8300.exp: Likewise.
2427         * lib/framework.exp (clone_output): Likewise.
2428         (clear_xfail): Likewise.
2429         (clear_kfail): Likewise.
2430         * lib/libgloss.exp (process_multilib_options): Likewise.
2431         * runtest.exp: Likewise.
2433 2006-06-06  Ben Elliston  <bje@gnu.org>
2435         * Makefile.am (CONTRIB): New.
2436         (EXTRA_DIST): Add $(CONTRIB).
2437         (doc/dejagnu.texi): Set directory-category param to docbook2texi.
2438         * Makefile.in: Regenerate.
2439         * doc/dejagnu.texi: Likewise.
2441 2006-06-06  Ben Elliston  <bje@gnu.org>
2443         * runtest.exp (load_lib): Typo fix.
2445 2006-06-06  Ben Elliston  <bje@gnu.org>
2447         * dejagnu.h: Tidy comments.
2448         (_BUFFER_SIZE_): Remove to minimise namespace pollution.
2449         (wait): Define this function unconditionally.  Conditionally
2450         compile the function body if _DEJAGNU_WAIT_ is defined.
2451         (buffer): Set the buffer size explicitly.
2452         (pass): Use sizeof (buffer).  Call wait() unconditionally.
2453         (fail, untested, unresolved, note): Likewise.
2454         (enum teststate): Tidy whitespace.
2456 2006-06-06  Ben Elliston  <bje@gnu.org>
2458         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.
2459         * doc/dejagnu.texi: Regenerate.
2461 2006-06-06  Ben Elliston  <bje@gnu.org>
2463         Import from GCC tree:
2464         2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
2465                     Mike Stump  <mrs@apple.com>
2467         * compare_tests: Handle multilibs better.
2469 2006-06-06  Ben Elliston  <bje@gnu.org>
2471         * doc/dejagnu.texi: Regnerate using Docbook2X 0.8.7.
2473         * configure.ac: Check for docbook2texi, not docbook2x-texi.  The
2474         wrapper script changed its name again in the latest release.
2475         * configure: Regenerate.
2476         * Makefile.am (DOCBOOK2X_TEXI): Rename from this ..
2477         (DOCBOOK2TEXI): .. to this.
2478         (doc/dejagnu.texi): Do not use output-file parameter to deposit
2479         the .texi file into the source directory; use mv(1) instead. Set
2480         directory-description parameter.
2481         * Makefile.in: Likewise.
2483 2006-06-02  Ben Elliston  <bje@gnu.org>
2485         * config/sim.exp (sim_upload): Match up argument names.
2487 2006-06-02  Ben Elliston  <bje@gnu.org>
2489         * config.guess: Update to most recent version.
2490         * config.sub: Likewise.
2492 2006-06-02  Ben Elliston  <bje@gnu.org>
2494         * config/dos.exp (dos_open): Only run global board_info once at
2495         the beginning of the proc; remove duplicates.
2496         (dos_load): Use file join to separate path components.
2497         (dos_copy_upload): Likewise.
2498         * lib/remote.exp (call_remote): Use error, not "blooie" to trigger
2499         an error.
2501 2006-06-02  Ben Elliston  <bje@gnu.org>
2503         * contrib/compare_tests: Import from the GCC contrib directory.
2505 2006-05-24  Ben Elliston  <bje@gnu.org>
2507         * runtest.exp (verbose): Brace some expressions.
2508         (load_file, search_and_load_file): Likewise.
2509         (runtest): Likewise.
2511 2006-05-23  Ben Elliston  <bje@gnu.org>
2513         * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.
2514         * config/i960.exp (i960_spawn): Initialise status.
2515         * config/netware.exp (${board}_init): Brace some if expressions.
2516         * lib/dg.exp (dg-test): Brace some expressions.
2517         * lib/framework.exp (clone_output, log_and_exit, log_summary,
2518         record_test, pass, fail): Likewise.
2519         * lib/libgloss.exp (get_multilibs): Likewise.
2520         * lib/remote.exp (standard_transmit, unix_clean_filename,
2521         remote_load, check_for_board_status, remote_expect): Likewise.
2522         * lib/rsh.exp (rsh_exec): Likewise.
2524 2006-05-22  Ben Elliston  <bje@gnu.org>
2526         * baseboards/cris-sim.exp: Use switch, not case.
2527         * baseboards/h8300.exp: Likewise.
2528         * config/base68k.exp (base68k_ld): Brace an if expression.
2530 2006-05-22  Ben Elliston  <bje@gnu.org>
2532         * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,
2533         baseboards/cris-sim.exp, baseboards/i960-cyclone.exp,
2534         baseboards/mcore-moto-sim.exp, baseboards/mips64vr4100-sim.exp,
2535         baseboards/mmixware-sim.exp, baseboards/op50n.exp,
2536         baseboards/rom68k-idp.exp, baseboards/sparclite-sim-le.exp,
2537         baseboards/usparc-cygmon.exp, config/base-config.exp,
2538         config/base68k.exp, config/ddb-ether.exp, config/ddb.exp,
2539         config/dos.exp, config/gdb-comm.exp, config/gdb_stub.exp,
2540         config/i386-bozo.exp, config/i960.exp, config/m68k-emc.exp,
2541         config/netware.exp, config/sid.exp, config/sim.exp,
2542         config/tic80.exp, config/unix.exp, config/vxworks.exp,
2543         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
2544         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
2545         lib/rlogin.exp, lib/rsh.exp, lib/target.exp, lib/targetdb.exp,
2546         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Put braces around if
2547         expressions throughout.
2549 2006-05-22  Ben Elliston  <bje@gnu.org>
2551         * lib/framework.exp (open_logs): Use file join where applicable.
2552         * lib/libgloss.exp (libgloss_link_flags, newlib_link_flags,
2553         newlib_include_flags, g++_link_flags, libstdc++_link_flags,
2554         get_multilibs, winsup_include_flags, winsup_link_flags): Likewise.
2555         * lib/utils.exp (which): Likewise.
2556         * runtest.exp (search_and_load_file, lookfor_file,
2557         load_tool_init): Likewise.
2559         * lib/debugger.exp (watcharray): Add `array' parameter.  Rename
2560         `type' parameter to `op' and update all uses in the proc.
2561         (watchvar): Add `ignore' parameter for scalar variables.
2562         Likewise, rename `type' to `op' and update throughout the proc.
2564         * runtest.exp: Use switch, not case.
2565         * lib/framework.exp (clone_output): Likewise.
2566         (clear_xfail): Likewise.
2567         (clear_kfail): Likewise.
2568         (set_warning_threshold): Make warning_threshold global.
2569         (get_warning_threshold): Likewise.
2570         * lib/libgloss.exp (process_multilib_options): Use switch, not
2571         case.
2572         * lib/remote.exp (local_exec): Only run global errorInfo once.
2573         (standard_upload): Fix error in variable use ($file -> $srcfile).
2574         * lib/utils.exp (grep): Use switch, not case.
2575         (slay): Fix mismatched bracket.
2577         * lib/debugger.exp (watcharray): Use switch, not case.
2578         (watchvar): Likewise.
2579         (bt): Add an explanatory comment.
2581 2006-04-03  Ben Elliston  <bje@gnu.org>
2583         * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
2584         lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
2585         lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
2587 2006-01-02  Ben Elliston  <bje@gnu.org>
2589         * configure.ac (AC_INIT): Set version to 1.4.99.
2590         * configure: Regenerate.
2592 2006-01-01  Ben Elliston  <bje@gnu.org>
2594         * testsuite/runtest.all/utils.test: Add runtest_file_p.
2596 2006-01-01  Ben Elliston  <bje@gnu.org>
2598         * runtest.exp (frame_version): Set to 1.4.99.
2600 2006-01-01  Ben Elliston  <bje@gnu.org>
2602         * dejagnu.h: Update copyright notice.  Use C-style /* .. */
2603         comments for portability with ISO C compilers.
2604         * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.
2606 2006-01-01  Ben Elliston  <bje@gnu.org>
2608         * runtest.exp: Update copyright notice.
2609         * example/calc/testsuite/calc.test/calc.exp: Likewise.
2610         * example/calc/testsuite/config/unix.exp: Likewise.
2611         * testsuite/libdejagnu/tunit.exp: Likewise.
2612         * testsuite/runtest.all/libs.exp: Likewise.
2613         * testsuite/runtest.all/options.exp: Likewise.
2614         * testsuite/runtest.all/stats-sub.exp: Likewise.
2615         * testsuite/runtest.all/stats.exp: Likewise.
2617 2006-01-01  Ben Elliston  <bje@gnu.org>
2619         * config/default.exp, config/unix.exp, config/vxworks.exp,
2620         lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp,
2621         lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp:
2622         Formatting fixes.
2623         * dejagnu.h, testsuite/config/default.exp,
2624         testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp,
2625         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
2626         testsuite/runtest.all/options.exp,
2627         testsuite/runtest.all/stats-sub.exp,
2628         testsuite/runtest.all/stats.exp: Update copyright notice and FSF
2629         office address. Remove bug reporting address, as it is now
2630         maintained centrally in the README file.
2632 2005-12-31  Ben Elliston  <bje@gnu.org>
2634         * testsuite/runtest.all/utils.test: Don't bother mentioning
2635         absolute, psource, prune and slay as untested procedures.
2637 2005-12-31  Ben Elliston  <bje@gnu.org>
2639         * doc/ref.xml (Utility Procedures): Note that the following
2640         procedures are deprecated: absolute, psource, prune, slay.
2641         * NEWS: Likewise.
2642         * doc/dejagnu.texi: Regenerate.
2644 2005-12-24  Ben Elliston  <bje@gnu.org>
2646         * Makefile.am (doc/dejagnu.texi): Don't use shell redirection, in
2647         case the command fails and zeroes the Texinfo source file.  Move
2648         the output (if successful) by its default filename using mv(1).
2649         * Makefile.in: Regenerate.
2651 2005-12-24  Ben Elliston  <bje@gnu.org>
2653         * configure.ac (DOCBOOK2X_TEXI): Add search for this program.
2654         * configure: Regenerate.
2655         * Makefile.am (DOCBOOK2PDF, DOCBOOK2RTF, DOCBOOK2PS): New.
2656         (DOCBOOK2HTML, DOCBOOK2X_TEXI): Likewise.
2657         (dejagnu.pdf): Use $(DOCBOOK2PDF).
2658         (dejagnu.ps): Likewise, use $(DOCBOOK2PS).
2659         (dejagnu.rtf): Likewise, use $(DOCBOOK2RTF).
2660         (html): Likewise, use $(DOCBOOK2HTML).
2661         (doc/dejagnu.texi): Produce using the docbook2x-texi wrapper,
2662         which is much simpler. Likewise, use $(DOCBOOK2X_TEXI).
2663         * Makefile.in: Regenerate.
2665 2005-12-24  Ben Elliston  <bje@gnu.org>
2667         * Makefile.am (EXTRA_DIST): Remove $(PACKAGING_METAFILES).
2668         (XML): Remove $(srcdir) from each filename; VPATH suffices.
2669         (PACKAGING_METAFILES): Remove.
2670         * Makefile.in: Regenerate.
2672 2005-12-24  Ben Elliston  <bje@gnu.org>
2674         * README: Rewrite.
2676 2005-12-24  Ben Elliston  <bje@gnu.org>
2678         * COPYING: Update.
2680 2005-12-24  Ben Elliston  <bje@gnu.org>
2682         * testsuite/libdejagnu/tunit.exp: Don't change to a non-existent
2683         subdirectory.
2685 2005-12-24  Ben Elliston  <bje@gnu.org>
2687         * Makefile.am (RUNTEST): Simplify, as Automake already generates
2688         similar logic in Makefile.in.
2689         * Makefile.in: Regenerate.
2691 2005-12-24  Ben Elliston  <bje@gnu.org>
2693         * Makefile.am (RUNTESTDEFAULTFLAGS): Omit --tool so that
2694         libdejagnu tests are run too.
2695         * Makefile.in: Regenerate.
2697 2005-12-24  Ben Elliston  <bje@gnu.org>
2699         * configure: Regenerate.
2701         * lib/remote.exp: Tidy.
2702         * lib/targetdb.exp: Likewise.
2703         * lib/target.exp (prune_warnings): Improve comments.
2704         * lib/dejagnu.exp: Likewise.
2705         * lib/utils.exp: Likewise.
2707         * NEWS: Update.
2709 2005-12-24  Ben Elliston  <bje@gnu.org>
2711         * doc/dejagnu.xml: Don't use apostrophes in section titles.
2712         * doc/dejagnu.texi: Regenerate.
2714 2005-12-24  Ben Elliston  <bje@gnu.org>
2716         * Makefile.am (XML): Include $(srcdir) in filenames.
2717         * Makefile.in: Regenerate.
2719 2005-12-24  Ben Elliston  <bje@gnu.org>
2721         * doc/C/Makefile.am: Remove.
2722         * doc/C/Makefile.in: Likewise.
2724         * Makefile.am (SUBDIRS): Remove.
2725         (EXTRA_DIST): Append $(XML).
2726         (dist_man_MANS): Define.
2727         (info_TEXINFOS): Likewise.
2728         (XML): List XML source files.
2729         (dejagnu.pdf): New target.
2730         (dejagnu.ps): Likewise.
2731         (dejagnu.rtf): Likewise.
2732         (html): Likewise.
2733         (dejagnu.texi): Special rule to build Texinfo source.
2734         * Makefile.in: Regenerate.
2735         * configure.ac: Don't search for docbook2dvi.
2736         Search for docbook2rtf and docbook2pdf.
2737         Don't output doc/Makefile or doc/C/Makefile.
2738         * configure: Regenerate.
2739         * doc/texinfo.tex: Move from here ..
2740         * texinfo.tex: .. to here.
2741         * doc/Makefile.am: Remove.
2742         * doc/Makefile.in: Likewise.
2743         * doc/C/dejagnu.omf: Likewise.
2744         * doc/C/topic.dat: Likewise.
2745         * doc/C/dejagnu.xml: Move from here ..
2746         * doc/dejagnu.xml: .. to here.
2747         * doc/C/legal.xml: Move from here ..
2748         * doc/legal.xml: .. to here.
2749         * doc/C/ref.xml: Move from here ..
2750         * doc/ref.xml: .. to here.
2751         * doc/C/user.xml: Move from here ..
2752         * doc/user.xml: .. to here.
2753         * doc/dejagnu.texi: Rebuild from XML source.
2755 2005-12-23  Ben Elliston  <bje@gnu.org>
2757         * doc/runtest.1: Update manual page.
2759 2005-12-23  Ben Elliston  <bje@gnu.org>
2761         * doc/overview.sgml: Remove in favour of XML versions.
2762         * doc/ref.sgml: Ditto.
2763         * doc/user.sgml: Ditto.
2764         * doc/texinfo.tex: Import new version.
2766 2005-12-20  Ben Elliston  <bje@gnu.org>
2768         * Makefile.am (SUBDIRS): Remove testsuite, example.
2769         (EXTRA_DIST): Add $(TESTSUITE_FILES).
2770         (TESTSUITE_FILES): New.
2771         (RUNTEST, RUNTESTDEFAULTFLAGS): New.
2772         (AM_CXXFLAGS): Set.
2773         (check_PROGRAMS): New.
2774         (unit_SOURCES): New.
2775         * Makefile.in: Regenerate.
2776         * configure.ac (AC_OUTPUT): Don't output example/Makefile,
2777         testsuite/Makefile or testsuite/libdejagnu/Makefile.
2778         * configure: Regenerate.
2779         * testsuite/Makefile.am: Remove.
2780         * testsuite/Makefile.in: Likewise.
2781         * testsuite/libdejagnu/Makefile.am: Likewise.
2782         * testsuite/libdejagnu/Makefile.in: Likewise.
2784 2005-12-20  Ben Elliston  <bje@gnu.org>
2786         * Makefile.am (baseboard_SCRIPTS): Rename ms1->mt.
2787         * Makefile.in: Regenerate.
2789 2005-12-20  Ben Elliston  <bje@gnu.org>
2791         * configure: Regenerate with autoconf 2.59.
2792         * aclocal.m4: Regenerate with aclocal 1.9.6.
2793         * Makefile.in: Regenerate with automake 1.9.6.
2794         * doc/Makefile.in: Likewise.
2795         * doc/C/Makefile.in: Likewise.
2796         * example/Makefile.in: Likewise.
2797         * testsuite/Makefile.in: Likewise.
2798         * testsuite/libdejagnu/Makefile.in: Likewise.
2800 2005-12-20  Nathan Sidwell  <nathan@codesourcery.com>
2802         * baseboards/ms1-sid.exp: Rename from this ..
2803         * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within.
2805 2005-12-20  Ben Elliston  <bje@gnu.org>
2807         * config.guess: Update to most recent version.
2808         * config.sub: Likewise.
2810 2005-09-24  Ben Elliston  <bje@gnu.org>
2812         * packaging/pkg/pkginfo (EMAIL): Update mail address.
2814         * lib/rsh.exp: Tidy comments.
2816 2005-07-07  Ben Elliston  <bje@gnu.org>
2818         * lib/telnet.exp (telnet_transmit): Remove; use standard method.
2820 2005-07-07  Ben Elliston  <bje@gnu.org>
2822         * Makefile.am (baseboard_SCRIPTS): Add ms1-sid.exp.
2823         * Makefile.in: Regenerate.
2825 2005-07-06  Ben Elliston  <bje@gnu.org>
2827         * lib/tip.exp (tip_open): Improve comments.
2828         (tip_download): Likewise.
2830 2005-07-06  Ben Elliston  <bje@gnu.org>
2832         * lib/telnet.exp (telnet_open): Improve option handling.  Clarify
2833         documentation for each proc.
2835 2005-07-06  Ben Elliston  <bje@gnu.org>
2837         * aclocal.m4: Regenerate with aclocal 1.9.
2838         * configure: Regenerate with autoconf 2.59.
2839         * doc/C/Makefile.am: Remove stray include.
2840         * Makefile.in, doc/Makefile.in, doc/C/Makefile.in,
2841         example/Makefile.in, testsuite/Makefile.in,
2842         testsuite/libdejagnu/Makefile.in: Regenerate with automake 1.9.
2844 2005-07-06  Ben Elliston  <bje@gnu.org>
2846         Import some missing hunks from this patch on sourceware:
2848         2004-11-11  Nick Clifton  <nickc@redhat.com>
2850         * lib/libgloss.exp (libio_include_flags, g++_include_flags,
2851         winsup_include_flags): Revert previous patch, restoring the use of
2852         -I, for all libraries except newlib.  Newlib needs -isystem to
2853         avoid the problems with <limits.h> but the C++ and winsup
2854         libraries need -I because -isystem generates an implicit 'extern
2855         "C"' which may not be appropriate for certain targets.
2857 2005-07-06  Aldy Hernandez  <aldyh@redhat.com>
2859         * baseboards/ms1-sid.exp: New.
2861 2005-07-01  Ben Elliston  <bje@gnu.org>
2863         Unify some changes with the 1.4 branch:
2865         2004-10-28  Nick Clifton  <nickc@redhat.com>
2866         * baseboards/iq2000-sim.exp: New file.
2868         2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
2869         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
2870         noresults to zero.
2872         2004-05-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
2873         * baseboards/m32r-linux-sim.exp: Add New file.
2875 2005-06-24  Ben Elliston  <bje@gnu.org>
2877         * MAINTAINERS: Update my email address.
2879 2005-06-24  Ben Elliston  <bje@gnu.org>
2881         * Update the FSF's physical address throughout.
2883 2005-06-22  Ben Elliston  <bje@gnu.org>
2885         * config.guess: Update to most recent version.
2886         * config.sub: Likewise.
2888 2005-04-28  Mark Kettenis  <kettenis@gnu.org>
2890         * lib/target.exp (prune_warnings): Add a few more linker
2891         warning patterns for OpenBSD.
2893 2005-03-20  Mark Kettenis  <kettenis@gnu.org>
2895         * lib/target.exp (prune_warnings): Add linker warning patterns for
2896         OpenBSD.
2898 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
2900         * baseboards/cris-sim.exp: New file.
2902 2004-11-19  Nick Clifton  <nickc@redhat.com>
2904         * lib/libgloss.exp (newlib_include_flags): Document why -isystem
2905         is used instead of -I.
2906         (libio_include_flags): Use -I instead of -isystem and
2907         document why.
2908         (g++_include_flags): Use -I instead of -isystem.
2909         (libstdc++_include_flags): Likewise.
2911 2004-11-04  Ben Elliston  <bje@gnu.org>
2913         * lib/dg.exp (dg-test): If a `dg-do run' test fails to compile,
2914         mark the test as unresolved, rather than warning.
2916 2004-10-27  Nick Clifton  <nickc@redhat.com>
2918         * baseboards/iq2000-sim.exp: New file.
2920 2004-08-20  Daniel Jacobowitz  <dan@debian.org>
2922         * testglue.c: Prototype abort(3) and exit(3).
2924 2004-08-14  Paul Brook  <paul@codesourcery.com>
2926         * config/sim.exp (sim_download, sim_upload): New procs.
2928 2004-06-30  Ben Elliston  <bje@gnu.org>
2930         * config.guess: Update to current revision.
2931         * config.sub: Likewise.
2933 2004-06-12  Ben Elliston  <bje@gnu.org>
2935         * config.guess: Update to current revision.
2936         * config.sub: Likewise.
2938 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
2940         * testglue.c: Prototype abort and exit.
2942 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
2944         * baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
2945         string.
2947 Tue Feb 25 05:19:57 UTC 2003  Brendan Conoboy  <blc@@redhat.com>
2949         * lib/remote.exp (call_remote): Remove multilibs from the board
2950         name when rebooting a board.
2952 2004-06-03  Alexandre Oliva  <aoliva@redhat.com>
2954         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
2955         noresults to zero.
2957 2004-06-07  Ben Elliston  <bje@gnu.org>
2959         * lib/libgloss.exp (build_wrapper): Remove redundant set command.
2961 2004-03-29  Joel Brobecker  <brobecker@gnat.com>
2963         * lib/libgloss.exp (find_gnatmake): New procedure.
2964         * lib/target.exp (default_target_compile): Add support for Ada.
2966 2004-04-16  Kazuhiro Inaoka  <inaoka dot kazuhiro at renesas dot com>
2968         * baseboards/m32r-linux-sim.exp: Add New file.
2970 2004-04-02  Rob Savoye  <rob@direwolf.welcomehome.org>
2972         * configure.ac, example/Makefile.am: Add example/mathhelper.
2973         * configure, alocal.m4, example/Makefile.in: Regenerated.
2975 2004-04-02 Joel Sherrill <joel@OARcorp.com>
2977         * example/mathhelper: New example for using the unit testing API.
2979 2004-03-05  Daniel Jacobowitz  <drow@mvista.com>
2981         * lib/remote.exp (standard_spawn): Fix rsh username support.
2983 2004-03-06  Rob Savoye  <rob@althea.welcomehome.org>
2985         * doc/C: New directory for DocBook XML files.
2986         * doc/C/dejagnu.omf: New config file for scrollkeeper.
2987         * doc/C/topic.dat: New config file for the GNOME help system.
2988         * doc/C/dejagnu.xml: DocBook XML formatted verion of what was
2989         overview.sgml.
2990         * doc/C/ref.xml: DocBook XML formatted verion of what was
2991         ref.sgml.
2992         * doc/C/user.xml: DocBook XML formatted verion of what was
2993         user.sgml.
2995 2004-02-17  Ben Elliston  <bje@wasabisystems.com>
2997         * runtest.exp: Do not trap SIGSEGV.
2999 2004-02-16  Ben Elliston  <bje@wasabisystems.com>
3001         * configure.ac: Update AC_INIT and AM_INIT_AUTOMAKE invocations.
3002         * configure: Regenerate.
3004 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3006         * doc/runtest.1: Improve some wording. Update last revision date.
3008 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3010         * NEWS: Document yesterday's work.
3012         * runtest: Improve comments.
3014 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
3016         * TODO: Update.
3018         * testsuite/libdejagnu/unit.cc: Conform with GNU coding standard.
3020 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3022         * configure.ac: Quote strings throughout in good Autoconf style.
3023         Remove AC_PROG_YACC invocation. Search for docbook2dvi, et al and
3024         expect using AC_PATH_PROG. Remove DJ_AC_PATH_DOCBOOK in favour of
3025         existing macros. Remove stale BOARDS and CONFIG substs. Ensure Tcl
3026         is at version 8.3 or greater.
3027         * configure: Regenerate.
3028         * acinclude.m4: Remove.
3029         * aclocal.m4: Regenerate.
3030         * Makefile.in: Likewise.
3031         * doc/Makefile.am (%.pdf: %.sgml): Use $(DOCBOOK2PDF).
3032         (%.dvi: %.sgml): Use $(DOCBOOK2DVI).
3033         (%.html: %.sgml): Use $(DOCBOOK2HTML).
3034         * doc/Makefile.in: Regenerate.
3035         * example/Makefile.in: Likewise.
3036         * testsuite/Makefile.in: Likewise.
3037         * testsuite/libdejagnu/Makefile.in: Likewise.
3038         * TODO: Update.
3040 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
3042         * baseboards/cf.exp: Use -T instead of -Wl,-T for ldscript.
3043         * baseboards/fr30-elf.exp, baseboards/frv-elf.exp,
3044         baseboards/h8300.exp, baseboards/i960-cyclone.exp,
3045         baseboards/i960-sim.exp, baseboards/m32r-elf.exp,
3046         baseboards/mips-idt.exp, baseboards/mips-lnews-sim.exp,
3047         baseboards/mips-lsi-sim.exp, baseboards/mips64vr4100-sim.exp,
3048         baseboards/op50n.exp, baseboards/rom68k-idp.exp,
3049         baseboards/sh-hms.exp, baseboards/tx39-dve.exp,
3050         baseboards/vr4100-ddb.exp, baseboards/vr4100-sim.exp,
3051         baseboards/vr4111-sim.exp, baseboards/vr4300-ddb.exp,
3052         baseboards/vr4300-sim.exp, baseboards/vr4300.exp,
3053         baseboards/vr5000-ddb.exp: Likewise.
3055 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3057         * runtest: Terminate with an error if expect cannot be found.
3058         * TODO: Update.
3060 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3062         * configure.ac: Use AC_PATH_PROG to find expect(1).
3063         (DJ_AC_PATH_TCLSH): Remove unneeded invocation.
3064         * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove.
3065         (DJ_AC_STL): Likewise.
3066         * configure: Regenerate.
3067         * aclocal.m4: Likewise.
3068         * configure: Likewise.
3069         * Makefile.in: Likewise.
3070         * doc/Makefile.in: Likewise.
3071         * example/Makefile.in: Likewise.
3072         * testsuite/Makefile.in: Likewise.
3073         * testsuite/libdejagnu/Makefile.in: Likewise.
3074         * TODO: Update.
3076 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3078         * runtest.1: Remove any mention of mondfe.
3080 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3082         * TODO: Add an item about timeouts.
3084 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
3086         * baseboards/basic-sim.exp: Set gdb,do_reload_on_run.
3088 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
3090         * lib/standard.exp: Tidy.
3092 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3094         * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.
3095         (config_SCRIPTS): Remove udi.exp, vrtx.exp.
3096         (baseboard_SCRIPTS): Remove a29k-udi.exp.
3097         * Makefile.in: Regenerate.
3098         * baseboards/a29k-udi.exp: Remove.
3099         * baseboards/dos.exp: Update comments.
3100         * config/udi.exp: Remove.
3101         * config/vrtx.exp: Remove.
3102         * doc/overview.sgml: Update. Don't mention mondfe and xsh support.
3103         * doc/ref.sgml: Likewise.
3104         * doc/user.sgml: Likewise.
3105         * lib/mondfe.exp: Remove.
3106         * lib/xsh.exp: Likewise.
3107         * lib/remote.exp: Don't load mondfe.exp or xsh.exp.
3108         * packaging/pkg/prototype: Update.
3109         * NEWS: Update.
3111 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3113         * Makefile.am (rpmspec): Remove.
3114         (rpm): Additionally depend on dejagnu.spec.
3115         ($(PKGDIR)/dejagnu): New target that installs DejaGnu into this
3116         directory.  This saves duplicated code in the solpkg and hpdepot
3117         targets.
3118         (solpkg): Depend on $(PKGDIR)/dejagnu.
3119         (hpdepot): Likewise.
3120         * Makefile.in: Regenerate.
3122 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3124         * Makefile.am (RUNTEST, RUNTESTDEFAULTFLAGS): Remove.
3125         * Makefile.in: Regenerate.
3126         * testsuite/Makefile.am (CLEANFILES): Remove.
3127         (RUNTESTDEFAULTFLATS): Pass --srcdir and RUNTEST=$(RUNTEST).
3128         * testsuite/Makefile.in: Regenerate.
3130 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3132         * lib/util-defs.exp: Move from here ..
3133         * testsuite/lib/util-defs.exp: .. to here.
3134         * Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp.
3135         * Makefile.in: Regenerate.
3136         * testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp.
3137         * testsuite/Makefile.in: Regenerate.
3138         * doc/ref.sgml (File Map): Remove util-defs.exp.
3139         * packaging/pkg/prototype: Update file list.
3141 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3143         * NEWS: Document changes since 1.4.4.
3145 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3147         * example/Makefile.am (check-recursive): Remove target.
3148         * example/Makefile.in: Regenerate.
3150 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3152         * dejagnu.h: Conform with GNU coding standard.
3154 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3156         * Makefile.am (PKGING): Remove.
3157         (PACKAGING_METAFILES): Update accordingly.
3158         (CLEANFILES, check-DEJAGNU): Remove.
3159         (tarball): Remove; use `dist'.
3160         (deb): Update target recipe to use `make dist'.
3162 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3164         * Clean.tcl: Remove.
3166         * Makefile.am (SUBDIRS): Add testsuite, example directories.
3167         (EXTRA_DIST): Define.
3168         (pkgdata_SCRIPTS): Add lib/*.exp files.
3169         (DATE, TCLSH): Remove.
3170         (configdir, config_DATA, config_SCRIPTS): Define.
3171         (baseboarddir, baseboard_DATA, baseboard_SCRIPTS): Likewise.
3172         (pkgdata_DATA): Likewise.
3173         (djlibexecdir, djlibexec_SCRIPTS): Likewise.
3174         (PKGING, PACKAGING_METAFILES): New macros.
3175         (clean-local): Remove.
3176         (rpm): Depend on dist.
3177         (deb): Likewise.
3178         (dist-hook): Remove.
3179         (lib_dest, lib_files): Likewise.
3180         (baseboard_dest, baseboard_files): Likewise.
3181         (include_dest, config_dest, config_files): Likewise.
3182         (install-data-local): Likewise.
3183         (uninstall-local): Likewise.
3184         (site.exp): Likewise.
3185         * Makefile.in: Regenerate.
3187         * testsuite/Makefile.am (all, all-am, etcetera): Remove.
3188         (force): Likewise.
3189         (EXTRA_DIST): Define.
3190         (site.exp): Remove target.
3191         * testsuite/Makefile.in: Regenerate.
3192         * testsuite/libdejagnu/Makefile.am (EXTRA_DIST): Define.
3193         (noinst_PROGRAMS): Rename from this ..
3194         (check_PROGRAMS): .. to this.
3195         * testsuite/libdejagnu/Makefile.in: Regenerate.
3197         * doc/Makefile.am (man_MANS): Rename from this ..
3198         (dist_man_MANS): .. to this.
3199         (info_TEXINFOS): Define.
3200         (TARGETS): Remove overview.rtf.
3201         (EXTRA_DIST): Define.
3202         (%.rtf: %.sgml): Remove rule.
3203         (%.gif: %.fig): Likewise.
3204         (%.epsi: %.eps): Likewise.
3205         (%.eps: %.fig): Likewise.
3206         (clean, realclean, distclean): Remove.
3207         (install-docs): Don't install overview.rtf.
3208         * doc/Makefile.in: Regenerate.
3209         * doc/texinfo.tex: New file.
3211         * example/calc/Makefile.am (noinst_PROGRAMS): Rename from this ..
3212         (check_PROGRAMS): .. to this.
3213         (EXTRA_DIST): Add test cases and calc.1 man page.
3214         * example/calc/Makefile.in: Regenerate.
3215         * example/calc/aclocal.m4: Likewise.
3216         * example/calc/configure: Likewise.
3217         * example/calc/stamp-h.in: Remove.
3218         * example/hello/Makefile.am (bin_PROGRAMS): Rename from this ..
3219         (check_PROGRAMS): .. to this.
3220         (EXTRA_DIST): Define.
3221         * example/hello/Makefile.in: Regenerate.
3222         * example/hello/aclocal.m4: Likewise.
3223         * example/hello/configure: Likewise.
3224         * example/hello/testsuite/Makefile.am (EXTRA_DIST): Define.
3225         * example/hello/testsuite/Makefile.in: Regenerate.
3227 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
3229         * configure.ac: Remove commented out code.
3230         * configure: Regenerate.
3232 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
3234         * site.tmpl: Tidy.
3236 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
3238         * INSTALL: Import latest version.
3239         * depcomp: Likewise.
3240         * install-sh: Likewise.
3241         * missing: Likewise.
3243 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
3245         * configure.in: Rename from this ..
3246         * configure.ac: .. to this.  Require Autoconf 2.50.
3247         * Makefile.in: Regenerate.
3248         * doc/Makefile.in: Likewise.
3249         * example/Makefile.in: Likewise.
3250         * testsuite/Makefile.in: Likewise.
3251         * testsuite/libdejagnu/Makefile.in: Likewise.
3253 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
3255         * lib/target.exp (prune_warnings): Add spaces where required in
3256         NetBSD warnings.  Supersedes a patch in pkgsrc's devel/dejagnu.
3258 2004-02-05  Ben Elliston  <bje@wasabisystems.com>
3260         * config.guess: Update to current revision.
3261         * config.sub: Likewise.
3263 2004-02-04  Ben Elliston  <bje@wasabisystems.com>
3265         * configure.in (AC_NO_EXECUTABLES): Remove.
3266         * configure: Rebuild with Autoconf 2.59.
3267         * acinclude.m4 (DJ_AC_STL): Quote macro name to appease aclocal.
3268         (DJ_AC_PATH_TCLSH): Likewise.
3269         (DJ_AC_PATH_DOCBOOK): Likewise.
3270         * aclocal.m4: Rebuild.
3271         * Makefile.in: Rebuild with Automake 1.8.2.
3272         * doc/Makefile.in: Likewise.
3273         * example/Makefile.in: Likewise.
3274         * testsuite/Makefile.in: Likewise.
3275         * testsuite/libdejagnu/Makefile.in: Likewise.
3277 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
3279         Import orphaned patches from sources.redhat.com:
3281         2002-05-02  Fernando Nasser  <fnasser@redhat.com>
3282         * doc/dejagnu.texi: Document KFAIL and KPASS.
3284         2002-02-20  Richard Henderson  <rth@redhat.com>
3285         * lib/target.exp (prune_warnings): Revert early "In function"
3286         strip, as this breaks g++.dg tests.  Match dangerous regexp
3287         without the "In function" header.
3289         2002-02-09  Richard Henderson  <rth@redhat.com>
3290         * lib/target.exp (prune_warnings): Strip "In function" etc early.
3291         Adjust "dangerous" regexp for glibc's tmpnam warning.
3293         2001-09-10  Jim Blandy  <jimb@redhat.com>
3294         * baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script,
3295         so we get the version of the `outbyte' function that does console
3296         output in a way that GDB's rom68k target recognizes.  Note that
3297         the board can now do output.
3299         2000-04-25  Felix Lee  <flee@cygnus.com>
3300         * baseboards/tx39-sim.exp: Use idt, not dve linker script.  Delete
3301         misleading comments and null statements.
3303 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
3305         * DejaGnu 1.4.4 released.
3307 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
3309         * Makefile.am (tarball): Depend on book1.html, not overview.html.
3310         Don't echo needless messages. Portably copy the source tree to
3311         dejagnu-${VERSION}.  Portably copy documentation files from the
3312         source tree to the distribution directory.  Don't copy RPM-related
3313         files -- leave that to the rpm target.
3314         (snapshot): Remove target.
3315         (overview.html): Rename target from this ..
3316         (book1.htm): .. to this.
3317         (rpm): Portably copy tar file to SOURCES directory.
3318         (deb): Depend on book1.html, not overview.html.
3319         (dist-hook): Depend on book1.html, not overview.html.
3320         * Makefile.in: Rebuild.
3321         * doc/Makefile.am (TARGETS): Depend on book1.html.
3322         (book1.html): Depend on html/book1.html.
3323         (overview.dvi): Remove target.
3324         * doc/Makefile.in: Rebuild.
3326 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
3328         * Clean.tcl: Run tclsh via /usr/bin/env for portability.
3329         (cleanfiles): Concatenate regular filenames that match .*.
3331 2004-01-12  Ben Elliston  <bje@wasabisystems.com>
3333         * baseboards/frv-sim.exp: Remove reference to devo/sim.
3335 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
3337         * doc/overview: Remove all files.
3339 2003-12-03  Ben Elliston  <bje@wasabisystems.com>
3341         * testsuite/runtest.all/utils.test: Fix a test for proc find which
3342         assumed that "subsubfile1" would appear at the end of the returned
3343         list.  Adjust to use a more robust regular expression.
3345 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
3347         * doc/overview.sgml (version): Update.
3348         * doc/overview/installation.html: Likewise.
3350         * packaging/rpm/dejagnu.spec: Update version numbers throughout.
3351         * packaging/pkg/pkginfo: Likewise.
3352         * packaging/depot/dejagnu.psf: Likewise.
3354 2003-10-25  Ben Elliston  <bje@wasabisystems.com>
3356         * runtest.exp (frame_version): Bump version.
3357         * configure.in (AM_INIT_AUTOMAKE): Likewise.
3358         * configure: Regenerate.
3360 2003-10-16  Rob Savoye   <rob@welcomehome.org>
3362         * packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
3364 2003-10-13  Ben Elliston  <bje@wasabisystems.com>
3366         * baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
3368 2003-10-11  Corinna Vinschen  <vinschen@redhat.com>
3370         * baseboards/sh-sim.exp: New file.
3372 2003-10-11  Ben Elliston  <bje@wasabisystems.com>
3374         * NEWS: Tidy.
3375         * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
3377 2003-10-08  Ben Elliston  <bje@wasabisystems.com>
3379         * i960glue.c: Remove.
3380         * packaging/pkg/prototype: Remove i960glue.c.
3382 2003-10-07  Ben Elliston  <bje@wasabisystems.com>
3384         * contrib/README: Remove.
3385         * contrib/testit: Remove bitrotten script.
3386         * contrib/test-g++: Likewise.
3387         * contrib/test-tool: Likewise.
3389 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
3391         * TODO: Tidy.
3392         * contrib/README: Bring up to date.
3394 2003-08-23  Corinna Vinschen  <vinschen@redhat.com>
3396         * config/sid.exp: Add gdb settings to use no hardware watchpoints.
3398 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
3400         * README: Update section on reporting bugs.
3402 2003-08-22  Ben Elliston  <bje@wasabisystems.com>
3404         * lib/kermit.exp: Document procs.
3405         * lib/ftp.exp: Likewise.
3407 2003-08-19  Ben Elliston  <bje@wasabisystems.com>
3409         * contrib/testit: Run wish via /usr/bin/env for portability.
3411 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
3413         * Makefile.am: Tidy comments and unused command lines.
3414         * Makefile.in: Regenerate.
3415         * testsuite/libdejagnu/Makefile.in: Likewise.
3417         * contrib/bluegnu2.0.3: Remove unsupported subtree.
3419 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
3421         * MAINTAINERS: New file.
3423 2003-08-17  Ben Elliston  <bje@wasabisystems.com>
3425         * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
3426         * doc/Makefile.in: Regenerate.
3428 2003-08-16  Ben Elliston  <bje@wasabisystems.com>
3430         * doc/overview.sgml (overview): Start overhauling chapter.
3432         * doc/README.Writers: New document on style conventions.
3433         * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
3434         * doc/user.sgml: Likewise.
3435         * doc/overview.sgml: Likewise.
3436         * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
3438 2003-08-12  Ben Elliston  <bje@wasabisystems.com>
3440         * Makefile.am (tarball): Update path to dejagnu.spec.
3441         (rpmspec): Likewise.
3442         (deb): Likewise, update path to package metafiles.
3443         (solpkg): Likewise.
3444         (hpdepot): Likewise.
3445         * Makefile.in: Regenerate.
3446         * aclocal.m4: Likewise.
3447         * configure: Likewise.
3448         * doc/Makefile.in: Likewise.
3449         * example/Makefile.in: Likewise.
3450         * testsuite/Makefile.in: Likewise.
3451         * deb: Move from here ..
3452         * packaging/deb: .. to here.
3453         * redhat: Move from here ..
3454         * packaging/rpm: .. to here.
3455         * depot: Move from here ..
3456         * packaging/depot: .. to here.
3457         * pkg: Move from here ..
3458         * packaging/pkg: .. to here.
3460         * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
3461         (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
3462         * testsuite/libdejagnu/Makefile.in: Regenerate.
3464 2003-08-07  Ben Elliston  <bje@wasabisystems.com>
3466         * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
3467         to increment count rather than count++ as in C.
3469 2003-08-06  Ben Elliston  <bje@wasabisystems.com>
3471         * lib/remote.exp: Replace "TCL" with "Tcl".
3473 2003-07-30  Ben Elliston  <bje@wasabisystems.com>
3475         * doc/runtest.1: Replace "TCL" with "Tcl".
3476         Make last revision date current.
3478 2003-07-29  Ben Elliston  <bje@wasabisystems.com>
3480         * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
3481         URLs and other stylistic improvements.
3482         * doc/ref.sgml: Likewise.
3483         * doc/user.sgml: Likewise.
3485 2003-07-25  Mike Stump  <mrs@apple.com>
3487         * lib/target.exp (prune_warnings): Handle "nfs server .* not
3488         responding" and "nfs server .* is alive again".
3490 2003-07-20  Ben Elliston  <bje@wasabisystems.com>
3492         * config.guess: Update to most recent version.
3493         * config.sub: Ditto.
3494         * AUTHORS: Add self to list of maintainers.
3496 2003-07-25  Jim Dein  <jdein@deinji5.apple.com> (RIP)
3498         * lib/utils.exp (find): Fix double recursion bug.
3500 2002-02-25  Jackie Smith Cashion  <jsmith@redhat.com>
3502         * baseboards/am33_2.0-libremote.exp: New file.
3504 2000-11-21  Drew Moseley  <dmoseley@redhat.com>
3506         * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
3507         ASB2303 board.
3509 2000-08-10  Drew Moseley  <dmoseley@cygnus.com>
3511         * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
3512         ASB2303 board.
3514 2003-06-13  Phil Edwards <pme@devphil.com>
3516         * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
3517         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
3518         only -T[linker] instead of -Wl,-T[linker].
3520 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
3522         * lib/target.exp (prune_warnings): Add two more linker
3523         warning patterns for warnings generated by modern verions
3524         of NetBSD.
3526 2003-05-12  H.J. Lu <hongjiu.lu@intel.com>
3528         * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
3530 2003-05-09  H.J. Lu <hongjiu.lu@intel.com>
3532         * runtest: Fix a typo.
3534 2003-05-03  Nitin Dhavale <nitinpdhavale@indiatimes.com>
3536         * doc/user.sgml: Clarify how to set the verbose option.
3538 2003-03-28 Chris Demetriou <cgd@broadcom.com>
3540         * lib/framework.exp (check_conditional_xfail): Adjust so that
3541         an empty 'includes' list matches all sets of flags.
3542         * doc/dejagnu.texi: Document the above.
3543         * doc/ref.sgml: Likewise.
3545 2003-03-27  David Heine <dlheine@tensilica.com>
3547         * baseboards/xtensa-sim.exp: Fix a syntax error.
3549 2003-03-16  Rob Savoye  <rob@direwolf.welcomehome.org>
3551         * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
3552         than stomp on it. This is based on a patch from Brendan Conoboy
3553         <blc@redhat.com>.
3554         * Most files: Update copyright dates.
3556 2003-03-13  Mike Stump  <mrs@apple.com>
3558         * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
3559         help ensure uniqueness.
3561 2003-03-05  Alexandre Oliva  <aoliva@redhat.com>
3563         * lib/remote.exp (standard_download, standard_upload): Support
3564         nfsdir and nfsroot_server.
3566 See ChangeLog-1992 for earlier changes.