1 2022-09-26 Jacob Bachmeyer <jcb@gnu.org>
3 * testsuite/runtest.libs/libs.exp (process_test): Add forward
4 slash to the list of characters recognized as text.
6 2022-01-21 Jacob Bachmeyer <jcb@gnu.org>
10 * runtest.exp (runtest): Reset the global warning and error
11 counters before running each test file. This prevents an error
12 "left over" from a previous test file from causing the first test
13 in the next file to be spuriously reported as UNRESOLVED.
15 * Makefile.am (TESTSUITE_FILES): Add new files.
17 * testsuite/runtest.main/pr53427.exp: New file for regression test.
18 * testsuite/runtest.main/nested/testsuite/pr53427.test/a.exp: Likewise.
19 * testsuite/runtest.main/nested/testsuite/pr53427.test/b.exp: Likewise.
21 2021-06-29 Jacob Bachmeyer <jcb@gnu.org>
25 * runtest.exp: Adjust detection logic for deprecated broken legacy
26 case of a testsuite not actually in a testsuite/ directory.
28 This was never supported but happened to work in older versions.
30 2021-05-22 Jacob Bachmeyer <jcb@gnu.org>
32 * Makefile.am (TESTSUITE_FILES): Correct oversight.
34 * configure, Makefile.in, aclocal.m4: Regenerate.
36 * runtest.exp, configure.ac, doc/version.texi: Update version.
38 * dejagnu: Fix error message.
40 * config.guess: Import patched version; patches sent upstream.
42 * commands/help.sh: Add test mode in which man(1) is never
43 actually invoked. The ability to reference a manpage by absolute
44 file name seems to be unique to Free systems.
45 * testsuite/launcher.all/help.exp: Amend test list to use new
46 testing mode in "dejagnu help" command. This mode should also
47 work on Solaris, so the logic for skipping the tests is removed.
49 2021-05-20 Jacob Bachmeyer <jcb@gnu.org>
51 * dejagnu: Search for a POSIX Awk and validate that at least a
52 simple Awk program actually works.
53 * testsuite/launcher.all/command.exp: Add tests for error produced
54 when no Awk is found and a help message is requested.
56 * lib/dejagnu.exp: Avoid reporting next test as UNRESOLVED when
57 reporting error due to missing size(1) while loading file.
59 * testsuite/lib/runtest.exp (runtest_copy_nested_testsuite_log):
60 New procedure. Dumps log from nested run into main test log.
62 * testsuite/runtest.libs/utils.test: Change test for [which make]
63 to [which sh] because make(1) is not always available on non-GNU
64 systems but sh(1) exists on any Unix. GNU make is often installed
65 as "gmake" on non-GNU systems and may be the only "make" utility.
67 * testsuite/runtest.main/pr42399.exp (test_pr42399): Revise to
68 ensure that a failure to produce any output at all in the inner
69 test will be detected. This was discovered on Solaris 10.
71 * testsuite/runtest.main/stats.exp: Copy stat.log from nested
72 testsuite run to the main test log upon test failure.
74 * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
75 Explicitly pass /dev/null to unit-sub.awk because /usr/bin/awk on
76 Solaris 10 does not seem to recognize assignment to ARGV.
77 * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
80 2021-05-18 Jacob Bachmeyer <jcb@gnu.org>
82 * dejagnu: Redirect input from /dev/null when testing if awk is
83 GNU Awk; this avoids a hang on Solaris 10 where awk treats
84 --version as an Awk program and attempts to read input.
85 (command): Rework the initial setting of this variable to avoid
86 limitations in Solaris 10 awk.
88 * testsuite/report-card.all/onetest.exp: Avoid Tcl error when item
89 and totals lines are missing entirely.
91 * testsuite/runtest.main/pr48155.exp: Fix assumption about exit
92 code from /bin/false, which is different on Solaris.
94 2021-05-05 Jacob Bachmeyer <jcb@gnu.org>
98 * Makefile.am (TESTSUITE_FILES): Update.
99 (CLEANFILES): Add special init file for PR48155 nested tests.
101 * testsuite/runtest.main/pr48155.exp: New file.
102 * testsuite/runtest.main/pr48155-csh.sh: New trivial file. This
103 script emulates the behavior of the C shell if an attempt is made
104 to use it to run the config.guess script.
106 2021-05-04 Jacob Bachmeyer <jcb@gnu.org>
110 * runtest.exp: Tighten regexp used to validate output from
111 config.guess. The previous regexp would accept an error produced
112 if config.guess was incorrectly run using the C shell.
114 2021-04-28 Jacob Bachmeyer <jcb@gnu.org>
116 * configure, Makefile.in: Regenerate.
118 * runtest.exp, configure.ac, doc/version.texi: Update version.
120 * Makefile.am (TAR_OPTIONS): Explicitly select v7 tarball format
121 to work around Automake limitation of assuming that v7 is default.
123 2021-04-20 Jacob Bachmeyer <jcb@gnu.org>
125 * configure.ac: Set Automake options to use the ancient and
126 universal V7 format when building distribution tarballs. The
127 limitations of this format are not expected to impact DejaGnu; the
128 "ustar" format will be used instead if this is proved wrong.
130 * Makefile.am (TAR_OPTIONS): Add exported environment variable to
131 set options when building distribution tarballs. Ensure that all
132 files in distribution tarballs will be recorded as owned by root.
134 2021-04-16 Jacob Bachmeyer <jcb@gnu.org>
138 * dejagnu (command): Use Awk instead of non-portable basename(1)
139 and a non-portable sed(1) pattern to initially set this variable.
141 * dejagnu: Use shell "case" pattern match instead of non-portable
142 "grep -q" to determine if "awk" is GNU Awk.
144 * dejagnu: Use Awk instead of non-portable "grep -q" to verify
145 that a file contains a help message. Also use Awk to extract help
146 messages from files, instead of a complex dynamic sed(1) program.
148 * configure.ac: Remove experimental support for propagating
149 CONFIG_SHELL to scripts in the source directory.
151 * runtest.exp: Use CONFIG_SHELL or SHELL environment variable when
152 running config.guess. Check the result carefully and stop with an
153 error immediately if running config.guess does not produce
154 something that plausibly resembles a triplet. Advise the user
155 that SHELL or CONFIG_SHELL may need to be set in the environment.
157 2021-04-15 Jacob Bachmeyer <jcb@gnu.org>
161 * dejagnu: Avoid using $? for an exit code; it is convenient until
162 the tests fail because the script is run on Solaris where false
163 returns 255 instead of 1 and the test harness expects exit code 1.
165 2021-04-14 Jacob Bachmeyer <jcb@gnu.org>
169 * dejagnu: Replace use of "expr :" with shell "case" pattern
170 match to avoid limitations of Solaris 10 expr(1).
172 2021-04-14 Jacob Bachmeyer <jcb@gnu.org>
174 * lib/specs.exp, testsuite/runtest.libs/specs.test: New files.
176 2021-04-08 Jacob Bachmeyer <jcb@gnu.org>
178 * configure: Regenerate.
180 * runtest.exp, configure.ac, doc/version.texi: Update version.
182 * configure.ac: Change "dnl" comments that should appear in
183 configure to regular comments.
184 Add experimental support for propagating CONFIG_SHELL to the
185 config.sub and config.guess scripts in the source directory.
187 2021-04-01 Jacob Bachmeyer <jcb@gnu.org>
191 * dejagnu, commands/help.sh, commands/report-card.awk: Revise help
192 message to better fit GNU conventions, with thanks to Tom Tromey
193 for the reporting this issue.
197 * runtest: Remove use of non-portable "if !" that causes problems
198 with /bin/sh on Solaris 10.
200 * dejagnu (Variants): Split the declaration of this read-only
201 variable into an assignment followed by marking it read-only,
202 instead of doing both in one statement. The Solaris 10 /bin/sh
203 does not accept the combined form.
205 2021-03-30 Jacob Bachmeyer <jcb@gnu.org>
207 * configure: Regenerate.
209 * runtest.exp, configure.ac, doc/version.texi: Update version.
211 2021-03-26 Jacob Bachmeyer <jcb@gnu.org>
215 * testsuite/launcher.all/help.exp: Skip the tests on Solaris,
216 since Solaris man(1) does not accept explicit filenames. The
217 manpages will be installed as usual, and the "dejagnu help"
218 command should work after installation.
220 Also set PAGER for testing, since other systems might also ignore
221 MANPAGER and that would cause the test to hang.
223 * testsuite/lib/launcher.exp (dejagnu_run): Send commands run and
224 copies of the output produced to the log.
226 * commands/help.sh: Extend PR47382 fix (below) to this file.
230 * testsuite/lib/runtest.exp: Remove support for automatically
231 locating an Expect executable in the old Cygnus tree layout.
233 2021-03-25 Jacob Bachmeyer <jcb@gnu.org>
237 * dejagnu, runtest: Remove use of "$()" command substitution and
238 "$(())" arithmetic substitution shell constructs. The /bin/sh on
239 Solaris 10 does not support them. They were replaced with the
240 traditional backticks for command substitution and backticks and
241 the expr command for arithmetic substitution.
243 Also add markers to explicitly disable shellcheck warnings that
244 would lead to reintroducing these problems.
246 Also avoid the non-portable "`..."..."...`" construct on a warning
247 in the GNU Autoconf manual, section "Shell Substitutions",
248 although this introduces additional variables.
250 2021-03-22 Jacob Bachmeyer <jcb@gnu.org>
252 * configure: Regenerate.
254 * runtest.exp, configure.ac, doc/version.texi: Update version.
256 * config.guess, config.sub: Import from upstream.
258 * MAINTAINERS: Acknowledge that Ben Elliston has left the project.
260 2021-03-15 Jacob Bachmeyer <jcb@gnu.org>
262 * Makefile.am, Makefile.in: Update accordingly.
264 * contrib/compare_tests: Remove. This file lacked a GPL notice.
265 This file was imported from GCC many years ago. The GCC version
266 has benefited from continued development, while ours has not.
268 * testsuite/runtest.libs/load_lib.exp: Remove. This file lacked a
269 GPL notice and an attempt to contact the contributor produced no
270 response. The tests in this file will need to be rewritten in any
271 case; there is a bug in load_lib that they should expose and there
272 is now additional infrastructure for tests of this type that was
273 not available when this file was written.
275 2020-12-27 Jacob Bachmeyer <jcb@gnu.org>
277 * testsuite/runtest.libs/libs.exp (process_test): Report running
278 test scripts as each test script is run.
279 Also, at top-level, sort the list of tests to run.
281 * doc/dejagnu.texi (testsuite procedure): Remove noise word "api"
282 from new "testsuite can call api" feature test API entrypoint.
283 * lib/framework.exp (testsuite_can): Likewise.
284 * testsuite/runtest.libs/testsuite_can.test: Likewise.
287 2020-12-16 Jacob Bachmeyer <jcb@gnu.org>
289 * configure: Regenerate.
291 * configure.ac: Remove Tcl version check.
293 Apply patch from Nick Clifton:
295 * baseboards/msp430-sim.exp: Add missing copyright and GPL notice.
297 Apply patch from Dimitar Dimitrov:
299 * baseboards/pru-sim.exp: New file.
301 * Makefile.am (baseboard_DATA): Add pru-sim.exp to list.
302 * Makefile.in (baseboard_DATA): Likewise.
304 2020-12-15 Jacob Bachmeyer <jcb@gnu.org>
306 * configure: Regenerate.
307 * Makefile.in: Regenerate.
309 * Makefile.am (RUNTEST): Explain override of Automake default.
311 * configure.ac: Update for autoconf 2.69 using autoupdate.
312 * configure.ac: Remove search for expect now handled by Automake.
314 Apply patch from Dimitar Dimitrov:
316 * Makefile.am (dejagnu_TEXINFOS): Change this...
317 * Makefile.am (doc_dejagnu_TEXINFOS): ...to this.
319 This fixes an incorrectly recorded dependency.
321 2020-11-17 Jacob Bachmeyer <jcb@gnu.org>
325 * doc/dejagnu.texi (Adding a new tool): Fix incorrect description
326 that conflated the tool init file with the target interface file.
327 (Make Check): Add cross-reference to the GNU Automake manual for
330 2020-11-10 Jacob Bachmeyer <jcb@gnu.org>
334 * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
335 Use [file normalize] to ensure that link targets are unambiguous.
336 (link_dejagnu_launcher_test_item): Avoid spurious errors when test
337 environment has already been prepared in a previous run.
339 * testsuite/lib/launcher.exp (link_dejagnu_launcher_test_item):
340 New procedure to collect existing repeated testsuite code.
341 * testsuite/launcher.all/command.exp: Establish testing
342 environment using link_dejagnu_launcher_test_item procedure.
344 2020-11-09 Jacob Bachmeyer <jcb@gnu.org>
346 * aclocal.m4: Regenerate.
347 * configure: Regenerate.
348 * Makefile.in: Regenerate.
350 * configure.ac: Revert development version branch tagging hook.
351 * Makefile.am: Likewise.
353 These caused failures (reported in PR44462 as a secondary issue)
354 when a source tree is copied out of a Git directory.
356 2020-08-31 Jacob Bachmeyer <jcb@gnu.org>
358 * doc/runtest.1: Add brief GFDL notice. License notice in the
359 formatted manpage should now describe DejaGnu as a whole.
361 * NEWS: Prepare for release.
363 2020-08-18 Jacob Bachmeyer <jcb@gnu.org>
365 * testsuite/runtest.libs/testsuite_file.test: Add missing
366 copyright and GPL notice.
367 * testsuite/runtest.libs/testsuite_can.test: Likewise.
368 * testsuite/runtest.libs/testcase_group.test: Likewise.
370 2020-08-12 Jacob Bachmeyer <jcb@gnu.org>
372 * doc/dejagnu.texi (The dejagnu_h header file): Remove node.
373 (Running unit tests): Add node.
374 (DejaGnu unit test protocol): Add node.
375 (C unit testing API): Update to reflect current API. Move mention
376 of dejagnu.h header here in preparation for future expanded
378 (C++ unit testing API): Likewise. Mention caveat that the C unit
379 test API is also available in C++ programs.
381 2020-08-10 Jacob Bachmeyer <jcb@gnu.org>
383 * baseboards/qemu.exp: Tidy whitespace.
385 2020-08-10 Jacob Bachmeyer <jcb@gnu.org>
387 Merge patch from Kito Cheng to add support for RISC-V sim target.
389 * baseboards/riscv-sim.exp: New file.
390 * Makefile.am (baseboard_DATA): Add riscv-sim.exp.
391 * Makefile.in (baseboard_DATA): Likewise.
393 2020-08-02 Jacob Bachmeyer <jcb@gnu.org>
395 * Makefile.am (TESTSUITE_FILES): Add files that were introduced
396 during development but were mistakenly not added at that time.
397 (baseboard_DATA): Sort baseboard file list.
398 (baseboard_DATA): Add missing files.
399 (dejagnu_TEXINFOS): New; add GNU FDL file.
400 (CONTRIB): Add experimental Python unit test module.
402 * Makefile.in (TESTSUITE_FILES): Likewise.
403 (baseboard_DATA): Likewise.
405 * testsuite/dejagnu.py: Move from here...
406 * contrib/dejagnu.py: ...to here.
408 2020-08-02 Rob Savoye <rob@senecass.com>
410 * Makefile.in: Regenerate so make dist works.
412 2020-07-25 Jacob Bachmeyer <jcb62281+dev@gmail.com>
414 * doc/dejagnu.texi (Writing a test case): Mention the DejaGnu
415 procedure "perror" instead of the Tcl command "error".
416 (Writing a test case): Reorganize node and give basic hints about
417 Tcl quoting and backslash escape rules.
418 (Writing a test case): Describe synchronization issues and warn
419 that prefixes of valid input can be presented for matching.
420 (Writing a test case): Fix markup from conversion from DocBook.
422 2020-07-22 Jacob Bachmeyer <jcb62281+dev@gmail.com>
426 * NEWS: Document changes to host_execute.
428 * lib/dejagnu.exp (host_execute): Revise expect matching to
429 combine all unit test protocol lines into one pattern.
430 (host_execute): Rework other expect patterns.
431 (host_execute): Ensure that all output from child process is read
432 until the child closes its output to avoid sending early SIGPIPE.
433 (host_execute): Report an ERROR (and cause the next test to be
434 recorded as UNRESOLVED) if the Expect matching buffer overflows.
435 (host_execute): Remove dependency on global "text" variable.
437 * Makefile.am (TESTSUITE_FILES): Update.
439 * testsuite/runtest.main/stats.exp: Generalize infrastructure and
440 add tests for DejaGnu unit testing support.
441 * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.exp:
443 * testsuite/runtest.main/nested/testsuite/stat.test/unit-sub.awk:
446 2020-07-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
450 * Makefile.am (TESTSUITE_FILES): Update.
452 * lib/dejagnu.exp (host_execute): Allow the executable to be
453 specified with an absolute file name.
454 (host_execute): Fix argument handling to allow passing more than
455 one argument to the executable. Return early if given no
456 arguments at all instead of trying to execute "./".
458 * testsuite/runtest.main/pr42399.exp: New file.
459 * testsuite/runtest.main/nested/testsuite/bug.test/pr42399.awk:
461 * testsuite/runtest.main/nested/testsuite/bug.test/pr42399-sub.exp:
464 2020-07-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
466 * Makefile.am (CLEANFILES): Update.
467 (TESTSUITE_FILES): Update to reflect testsuite reorganization.
469 * testsuite/lib/runtest.exp (runtest_setup_nested_testsuite): New
471 (runtest_cleanup_nested_testsuite): New procedure.
473 * testsuite/runtest.main/error.exp: Use the tool name "error" to
474 select the proper subset of the nested testsuite. Use new
475 procedures for handling nested testsuite. Use common
476 nested-init.exp local init file for nested testsuite. Let local
477 init file nested-init.exp handle setting "outdir" variable.
478 * testsuite/runtest.main/options.exp: Likewise; "null" tool.
479 * testsuite/runtest.main/stats.exp: Likewise; "stat" tool.
481 * testsuite/runtest.main/nested/: Combine nested testsuites.
482 * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
484 * testsuite/runtest.main/nested/testsuite/error.test/error-al-dbz.exp:
486 * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
488 * testsuite/runtest.main/nested/testsuite/error.test/error-dbz.exp:
490 * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
492 * testsuite/runtest.main/nested/testsuite/error.test/error-undef.exp:
494 * testsuite/runtest.main/error/testsuite/error.test/simple.exp:
496 * testsuite/runtest.main/nested/testsuite/error.test/simple.exp:
498 * testsuite/runtest.main/options/testsuite/null.test/null.exp:
500 * testsuite/runtest.main/nested/testsuite/null.test/null.exp:
502 * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
504 * testsuite/runtest.main/nested/testsuite/stat.test/stats-sub.exp:
507 2020-07-16 Rob Savoye <rob@senecass.com>
509 * baseboards/qemu.exp: Works now with qemu instead of sim.
511 2020-07-06 Rob Savoye <rob@senecass.com>
513 * baseboards/qemu.exp: Initial working support to use qemu for
515 * Makefile.am: Install qemu.exp.
516 * autogen.sh: Add script borrowed from my Gnash project to
517 regenerate configure/build files.
518 * aclocal.m4, configure.ac, Makefile.am: regenerated GDB too.
519 * doc/dejagnu.texi: Update copyright date.
521 2020-06-29 Jacob Bachmeyer <jcb62281+dev@gmail.com>
525 * NEWS: Add item for repeated error messages.
527 * lib/framework.exp (log_and_exit): Add separator lines around the
528 error dumps repeated at the end of a run.
530 2020-06-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
534 * NEWS: Remove items for --keep_going / --no_keep_going options.
536 * Makefile.am (CLEANFILES): Adjust for renames.
537 (TESTSUITE_FILES): Likewise.
539 * doc/dejagnu.texi (Invoking runtest): Remove --keep_going and
540 --no_keep_going options.
541 (A POSIX Conforming Test Framework): Document that Tcl errors in
542 test scripts produce UNRESOLVED results as placeholders.
544 * doc/runtest.1: Likewise.
546 * lib/framework.exp (log_and_exit): Print collected Tcl errors.
548 * runtest.exp (dejagnu::error): New internal namespace.
549 (runtest): Collect Tcl errors caught while executing test scripts.
550 (dejagnu::opt): Remove internal namespace.
551 Remove --keep_going / --no_keep_going options. No longer abort on
552 any Tcl errors; instead store them and repeat the messages at the
555 * testsuite/runtest.main/abort.exp: Rename from this ...
556 * testsuite/runtest.main/error.exp: ... to this and revise tests.
558 * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
560 * testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp:
562 * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp:
564 * testsuite/runtest.main/error/testsuite/error.test/error-dbz.exp:
566 * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
568 * testsuite/runtest.main/error/testsuite/error.test/error-undef.exp:
571 2020-06-24 Jacob Bachmeyer <jcb62281+dev@gmail.com>
575 * NEWS: Revise relevant items.
577 * doc/dejagnu.texi (Invoking runtest): Add --no_keep_going option.
578 * doc/runtest.1: Document --no_keep_going option. Remove
579 long-obsolete --name option. The --name option had been removed
580 from runtest before the code was imported into what became the
583 * runtest.exp: Add option --no_keep_going to stop immediately if a
584 test script aborts due to a Tcl error. Remove vestiges of
585 long-obsolete --name option. Make --keep_going option default.
587 * testsuite/runtest.main/abort.exp: Adjust tests to use
588 --no_keep_going and --keep_going instead of assuming a default.
590 2020-06-22 Jacob Bachmeyer <jcb62281+dev@gmail.com>
592 Merge patches from Maciej W. Rozycki to fix timeout handling.
594 * lib/remote.exp (close_wait_program): Use `catch' in killing
597 * lib/remote.exp (close_wait_program): Only kill the pending
598 force-kills if the PID list has a single entry.
599 (local_exec): Set the channel about to be closed to the
600 nonblocking mode if we didn't see an EOF.
601 (standard_close): Likewise, unconditionally.
603 2020-06-22 Jacob Bachmeyer <jcb62281+dev@gmail.com>
605 * NEWS: Mention "linker=" option and added language support.
607 * doc/dejagnu.texi (target_compile procedure): Document new
608 "linker=" option to target_compile.
610 * lib/target.exp (default_target_compile): Actually use internal
611 option for separate linker provided for Go language support. This
612 seems to have been accidentally omitted from Tom Tromey's patches.
613 (default_target_compile): Add "linker=" option, similar to
614 "compiler=" option, but the former overrides the latter when
615 building an executable.
616 (default_target_compile): Ensure that "--emit obj" is spaced from
617 previous item when used to compile Rust. Use "--emit asm" instead
618 of "-S" when generating assembly from Rust sources.
620 * testsuite/runtest.libs/target.test: Add tests for Go and Rust.
621 Also add tests for the new "early_flags=" and "linker=" options.
623 2020-06-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
625 * doc/dejagnu.texi (Libgloss): Update menu.
626 (find_go procedure, find_go_linker procedure): New nodes.
627 (find_rustc procedure): New node.
629 2020-06-19 Tom Tromey <tromey@adacore.com>
631 * doc/dejagnu.texi (target_compile procedure): Document Go
633 * lib/target.exp (default_target_compile): Handle Go.
634 * lib/libgloss.exp (find_go, find_go_linker): New procs.
636 2020-06-19 Tom Tromey <tromey@adacore.com>
638 * doc/dejagnu.texi (target_compile procedure): Document rust
640 * lib/target.exp (default_target_compile): Handle rust.
641 * lib/libgloss.exp (find_rustc): New proc.
643 2020-06-19 Tom Tromey <tromey@adacore.com>
645 * lib/target.exp (default_target_compile): Add early_flags.
646 * doc/dejagnu.texi (target_compile procedure): Document
649 2020-06-19 Jacob Bachmeyer <jcb62281+dev@gmail.com>
651 Merge patches from Tom de Vries <tdevries <at> suse.de> and write
654 * testsuite/runtest.main/abort.exp: Add tests that verify handling
655 of arithmetic errors (divide-by-zero) in a procedure called within
658 * testsuite/runtest.main/abort/testsuite/abort.test/abort-dbz.exp: New file.
660 2020-06-18 Jacob Bachmeyer <jcb62281+dev@gmail.com>
664 Thanks to Tom de Vries for raising these concerns and offering the
665 initial testsuite patch that led to these changes.
667 * NEWS: Add item for consistent abort-on-error handling.
669 * lib/framework.exp (unknown): Always link global variables. Tidy.
670 Silently propagate errors raised in autoloaded procedures and move
671 the UNRESOLVED result and aborting the test run to...
672 * runtest.exp (runtest): Report an UNRESOLVED result if a test
673 script aborts due to a Tcl error. Link global errorCode and
674 report its value if an error occurs. For consistency, abort the
675 test run on any Tcl error in a test script instead of only when
676 calling an undefined procedure.
678 * testsuite/runtest.main/abort.exp: Add tests to verify handling
679 of arithmetic errors (divide-by-zero) in an auto-loaded procedure
680 called from a test script. Adjust other patterns.
682 * testsuite/runtest.main/abort/testsuite/abort.test/abort-al-dbz.exp:
685 2020-06-17 Jacob Bachmeyer <jcb62281+dev@gmail.com>
689 * NEWS: Add item for --keep_going option.
691 * Makefile.am (CLEANFILES): Add abort-init.exp to list.
692 (TESTSUITE_FILES): Add new testsuite files to list.
694 * doc/dejagnu.texi (Invoking runtest): Document new --keep_going
696 * doc/runtest.1: Likewise.
698 * lib/framework.exp (unknown): Report an UNRESOLVED result if an
699 unknown command is invoked. Avoid exiting and propagate the error
700 from Tcl's "unknown" procedure if --keep_going was
701 specified. Brace procedure argument list.
702 * runtest.exp (dejagnu::opt): New namespace.
703 Add option --keep_going to continue running tests after a test
704 script aborts due to calling an undefined command.
706 * testsuite/runtest.main/abort.exp: New file.
707 * testsuite/runtest.main/abort/testsuite/abort.test/abort-undef.exp:
709 * testsuite/runtest.main/abort/testsuite/abort.test/simple.exp:
712 2020-06-17 Tom de Vries <tdevries <at> suse.de>
714 * lib/framework.exp (unknown): Propagate return value of auto-loaded
717 2020-06-15 Jacob Bachmeyer <jcb62281+dev@gmail.com>
719 Merge patches from Linaro:
721 2018-09-28 Christophe Lyon <christophe.lyon@linaro.org>
722 * lib/ssh.exp (ssh_exec): Redirect stderr to stdout on the remote
723 machine, to avoid race conditions.
725 2016-04-25 Yvan Roux <yvan.roux@linaro.org>
726 * lib/rsh.exp (rsh_exec): Don't remove trailing newline.
727 * lib/ssh.exp (ssh_exec): Likewise.
729 2016-06-28 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
730 * config/unix.exp (unix_load): Prepend the value of an
731 "exec_shell" board_info key to the command if it is defined.
733 2020-06-06 Jacob Bachmeyer <jcb62281+dev@gmail.com>
735 * NEWS: Document "testcase" command.
737 * doc/dejagnu.texi (testcase procedure): Document multiplex entry
738 point and "testcase group" command.
740 * lib/framework.exp: Add internal namespace ::dejagnu::group.
741 (::dejagnu::group::check_name): New procedure.
742 (::dejagnu::group::current): New procedure.
743 (::dejagnu::group::push): New procedure.
744 (::dejagnu::group::pop): New procedure.
745 (::dejagnu::group::pop_to_file): New procedure.
746 (testcase): New procedure for multiplex commands.
747 (testcase_group): New procedure implementing "testcase group".
749 * testsuite/runtest.libs/testcase_group.test: New file.
751 2020-06-05 Jacob Bachmeyer <jcb62281+dev@gmail.com>
753 * NEWS: Document new "testsuite can call api" command.
755 * doc/dejagnu.texi (testsuite procedure): Document new subcommand
756 "testsuite can call api".
758 * lib/framework.exp (testsuite): Add branch for "testsuite can".
759 (testsuite_can): New procedure implementing "testsuite can".
761 Add internal array ::dejagnu::apilist to store information for
762 "testsuite can call api" for querying the availability of an API
763 call. This will allow test scripts to adapt and use new features
764 while still being able to run under older versions of DejaGnu.
766 * testsuite/runtest.libs/testsuite_can.test: New file.
768 2020-06-02 Jacob Bachmeyer <jcb62281+dev@gmail.com>
771 * NEWS: Fix typo. Fix Emacs mode tag.
772 Document use of Tcl namespace ::dejagnu for internals.
773 * runtest.exp (dejagnu::command_line): New namespace.
774 (dejagnu::command_line::save_cmd_var): New procedure.
775 (dejagnu::command_line::restore_cmd_vars): New procedure.
776 (dejagnu::command_line::dump_cmd_vars): New procedure.
777 * runtest.exp: Save internal variables set by command line
778 arguments during the first pass and restore their values after
779 loading testsuite init files.
781 2020-06-01 Jacob Bachmeyer <jcb62281+dev@gmail.com>
784 * runtest.exp: Describe search for testsuite at verbose level 3.
785 Print initial working directory at verbose level 1.
787 2020-05-28 Jacob Bachmeyer <jcb62281+dev@gmail.com>
790 * testsuite/lib/launcher.exp: Adjust LAUNCHER variable default
791 value to use an absolute file name.
792 * testsuite/lib/report-card.exp: Likewise.
793 * testsuite/runtest.main/options.exp: Set outdir in options-init
794 instead of changing working directory in child runtest.
796 * runtest.exp (logname): Move verbose display of logname to
797 immediately after finding the user's login name.
800 * runtest.exp (libdir): Fix default value of global variable.
802 * ChangeLog: Tidy irregular indentation.
804 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
806 * doc/dejagnu.texi (target_compile procedure): Add documentation.
808 2020-05-26 Jacob Bachmeyer <jcb62281+dev@gmail.com>
810 * doc/dejagnu.texi (target_link procedure): New stub node.
811 (default_link procedure): Document internal procedure.
812 (default_target_assemble procedure): Likewise.
813 (default_target_compile procedure): Likewise.
815 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
817 * baseboards/{aarch64-sim, arm-ice, arm-sim, basic-sid, iq2000-sim,
818 mn10300-sim, moxie-sim}.exp: Cleanup up whitespace.
820 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
822 * lib/target.exp (default_target_compile): Use "host_info"
823 procedure to probe for a host configuration, instead of checking a
824 local empty target_info array due to lacking "global target_info".
826 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
828 * doc/dejagnu.texi (Adding a new board): Document that the
829 "compiler" board_info field is optional and defaults to [find_gcc]
831 (Board configuration file): Likewise.
833 * lib/target.exp (default_target_compile): Establish a default C
834 compiler by evaluating [find_gcc] if no other compiler is given.
836 * baseboards/aarch64-sim.exp: Remove no-longer-needed
837 "set_board_info compiler [find_gcc]" from this file.
838 * baseboards/am33_2.0-libremote.exp: Likewise.
839 * baseboards/androideabi.exp: Likewise.
840 * baseboards/arm-ice.exp: Likewise.
841 * baseboards/arm-sim.exp: Likewise.
842 * baseboards/cris-sim.exp: Likewise.
843 * baseboards/d30v-sim.exp: Likewise.
844 * baseboards/fr30-sim.exp: Likewise.
845 * baseboards/frv-sim.exp: Likewise.
846 * baseboards/gdbserver-sample.exp: Likewise.
847 * baseboards/iq2000-sim.exp: Likewise.
848 * baseboards/linux-gdbserver.exp: Likewise.
849 * baseboards/linux-libremote.exp: Likewise.
850 * baseboards/mcore-moto-sim.exp: Likewise.
851 * baseboards/mcore-sim.exp: Likewise.
852 * baseboards/mips-sim-idt32.exp: Likewise.
853 * baseboards/mips-sim-idt64.exp: Likewise.
854 * baseboards/mips-sim-mti32.exp: Likewise.
855 * baseboards/mips-sim-mti64.exp: Likewise.
856 * baseboards/mips-sim-mti64_64.exp: Likewise.
857 * baseboards/mips-sim-mti64_n32.exp: Likewise.
858 * baseboards/mips-sim-sde32.exp: Likewise.
859 * baseboards/mips-sim-sde64.exp: Likewise.
860 * baseboards/mips-sim.exp: Likewise.
861 * baseboards/mmixware-sim.exp: Likewise.
862 * baseboards/mn10200-sim.exp: Likewise.
863 * baseboards/mn10300-sim.exp: Likewise.
864 * baseboards/moxie-sim.exp: Likewise.
865 * baseboards/msp430-sim.exp: Likewise.
866 * baseboards/powerpc-sim.exp: Likewise.
867 * baseboards/powerpcle-sim.exp: Likewise.
868 * baseboards/rx-sim.exp: Likewise.
869 * baseboards/sh-sim.exp: Likewise.
870 * baseboards/sparc-sim.exp: Likewise.
871 * baseboards/sparc64-sim.exp: Likewise.
872 * baseboards/sparclite-sim-le.exp: Likewise.
873 * baseboards/sparclite-sim.exp: Likewise.
874 * baseboards/unix.exp: Likewise.
875 * baseboards/v850-sim.exp: Likewise.
876 * baseboards/visium-sim.exp: Likewise.
877 * baseboards/xtensa-sim.exp: Likewise.
879 2020-05-24 Rob Savoye <rob@senecass.com>
881 * baseboards/pi.exp: New config file for cross testing to a
884 2020-05-24 Tom Tromey <tom@tromey.com>
886 * .gitignore: Add files.
888 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
890 * testsuite/runtest.libs/target.test: Use mockutil.tcl.
891 Collect loading DejaGnu libraries into a single loop.
892 Revise the mock board_info array.
893 Add section headings for different test groups in this file.
894 Add tests for default_target_compile in lib/target.exp.
895 * testsuite/runtest.libs/mockutil.tcl: New file.
897 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
899 * doc/dejagnu.texi (remote_exec procedure): Explicitly list
900 optional arguments instead of simply copying the Tcl argument list
901 or the remote_exec procedure.
903 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
905 * testsuite/runtest.libs/default_procs.tcl: Set sum_file to empty
906 string instead of opening a temporary file named .tmp.
907 * testsuite/runtest.libs/libs.exp: No longer need to remove .tmp.
909 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
911 * testsuite/runtest.libs/target.test: Rename fake "target_info"
912 array to a fake "board_info" array, to align with changes made to
913 the DejaGnu core on 29 January 1997 that moved the target
914 configuration data into the global board_info array.
916 * testsuite/runtest.libs/remote.test: Likewise.
918 2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
920 * testsuite/runtest.libs/libs.exp: Use runtest_file_p to honor
921 requests to run only some library tests.
923 2020-05-18 Rob Savoye <rob@senecass.com>
925 * configure.ac: Extract the current branch.
926 * Makefile.am: Change the frame_version in runtest.exp post
927 install to add the branch and git revision to make it easier to
928 support multiple versions during development.
930 2020-05-15 Rob Savoye <rob@senecass.com>
932 * All files: Minor change, update copyright dates.
934 2019-03-08 Andrew Burgess <andrew.burgess@embecosm.com>
936 * runtest.exp (search_and_load_file): Join the directory and
937 filename once using 'file join'.
939 2019-01-24 Jacob Bachmeyer <jcb62281@gmail.com>
941 * doc/dejagnu.texi: Refill paragraphs and normalize inter-sentence
942 spacing so the Emacs move-by-sentence commands work correctly.
944 2019-01-23 Ben Elliston <bje@gnu.org>
946 * doc/dejagnu.texi: Replace "config file" with "configuration
949 2019-01-23 Jacob Bachmeyer <jcb62281@gmail.com>
951 * doc/dejagnu.texi (Command line option variables): Improve table
952 formatting to fix overlapping columns and revise text slightly.
954 2019-01-23 Jacob Bachmeyer <jcb62281@gmail.com>
956 * doc/dejagnu.texi (Global config file): Change example to use the
957 Tcl "switch" command instead of the deprecated "case" command.
959 2019-01-12 Jacob Bachmeyer <jcb62281@gmail.com>
961 * doc/dejagnu.texi (runtest_file_p procedure): Fix description of
962 the structure of the "runtests" argument.
964 2019-01-12 Ben Elliston <bje@gnu.org>
966 * doc/dejagnu.texi: Various documentation fixes.
968 2019-01-10 Jacob Bachmeyer <jcb62281@gmail.com>
970 * testsuite/runtest.libs/clone_output.test: Use new test harness
971 for verifying output of clone_output.
973 * testsuite/runtest.libs/default_procs.tcl (send_error): Roll into
974 template using store_test_output.
975 (send_log): Likewise.
976 (send_user): Likewise.
977 (clear_test_output): New proc.
978 (store_test_output): New proc.
980 * lib/framework.exp (clone_output): Actually send errors to the
981 error stream; bug found while improving testsuite.
983 2019-01-10 Jacob Bachmeyer <jcb62281@gmail.com>
985 * testsuite/runtest.libs/libs.exp (process_test): Handle blank
986 lines from child process correctly.
988 2019-01-02 Jacob Bachmeyer <jcb62281@gmail.com>
990 * NEWS: Document report card.
992 * Makefile.am (clean-local): Add target.
993 (clean-local-check): Add target; mark as PHONY.
994 (commands_DATA): Add "report-card" scripts.
995 (dist_man_MANS): Add dejagnu-report-card.1 and split.
996 (DEJATOOL): Add "report-card" tool.
997 (TESTSUITE_FILES): Add testsuite for "report-card" tool.
999 * commands/report-card.awk: New command script.
1001 * doc/dejagnu.texi (Invoking dejagnu report card): New node.
1002 * doc/dejagnu-report-card.1: New man page.
1004 * testsuite/lib/bohman_ssd.exp: New file.
1005 * testsuite/lib/report-card.exp: New file.
1006 * testsuite/report-card.all/onetest.exp: New file.
1007 * testsuite/report-card.all/passes.exp: New file.
1009 2019-01-02 Ben Elliston <bje@gnu.org>
1011 * Makefile.am (DISTCLEANFILES): Don't use this.
1012 (CLEANFILES): Use this instead.
1013 * Makefile.in: Regenerate.
1015 2019-01-01 Ben Elliston <bje@gnu.org>
1017 * configure.ac: Abort if AWK is not installed.
1018 * configure: Regenerate.
1020 2019-01-01 Ben Elliston <bje@gnu.org>
1022 * config.guess: Update to latest version.
1023 * config.sub: Likewise.
1025 2019-01-01 Ben Elliston <bje@gnu.org>
1027 * configure.ac: Add AC_PROG_AWK check.
1028 * configure: Regenerate.
1030 2018-12-29 Jacob Bachmeyer <jcb62281@gmail.com>
1032 * dejagnu: Avoid use of semicolon as sed(1) command separator.
1033 POSIX does not clearly require sed(1) to support that feature.
1035 2018-12-28 Jacob Bachmeyer <jcb62281@gmail.com>
1037 * testsuite/lib/util-defs.exp: Whitespace clean up.
1039 2018-12-21 Jacob Bachmeyer <jcb62281@gmail.com>
1042 * dejagnu: Improve command parsing to fix bug. Previously, the
1043 documented equivalence between "multi word command" and
1044 "multi-word-command" did not hold if no arguments were given.
1045 * testsuite/launcher.all/command.exp: Add tests.
1047 2018-12-20 Ben Elliston <bje@gnu.org>
1049 * NEWS: Add item for new dejagnu command.
1051 * Makefile.am (EXTRA_DIST): Remove $(XML).
1052 * Makefile.in: Regenerate.
1054 2018-12-20 Jacob Bachmeyer <jcb62281@gmail.com>
1056 * Makefile.am (EXTRA_DIST): Add "dejagnu" launcher script and
1057 contents of $(commands_DATA).
1058 (bin_SCRIPTS): Add "dejagnu" launcher script.
1059 (commandsdir): Installation directory for "dejagnu" subcommands is
1060 $(pkgdatadir)/commands.
1061 (commands_DATA): New, contains "commands/help.sh" as initial item.
1062 (TESTSUITE_FILES): Add testsuite for same.
1063 (DEJATOOL): Add "launcher" to list of tools to test.
1064 (dist_man_MANS): Add man pages for "dejagnu" and "dejagnu help".
1066 * doc/dejagnu.texi (Running other DejaGnu commands): New chapter.
1067 (Invoking dejagnu): New node for dejagnu(1) launcher script.
1068 (Invoking dejagnu help): New node.
1070 * doc/dejagnu.1: New man page.
1071 * doc/dejagnu-help.1: New man page.
1073 * dejagnu: New script.
1075 * commands/help.sh: New dejagnu subcommand for reading manpages.
1077 * testsuite/launcher.all/command.exp: New file.
1078 * testsuite/launcher.all/command/commands/bar-baz.awk: New file.
1079 * testsuite/launcher.all/command/commands/bar.awk: New file.
1080 * testsuite/launcher.all/command/commands/bar.sh: New file.
1081 * testsuite/launcher.all/command/commands/baz-quux.gawk: New file.
1082 * testsuite/launcher.all/command/commands/foo.sh: New file.
1083 * testsuite/launcher.all/command/commands/foo.tcl: New file.
1084 * testsuite/launcher.all/help.exp: New file.
1085 * testsuite/launcher.all/interp.exp: New file.
1086 * testsuite/launcher.all/verbose.exp: New file.
1087 * testsuite/lib/launcher.exp: New file.
1089 2018-12-20 Jacob Bachmeyer <jcb62281@gmail.com>
1091 * doc/dejagnu.texi (bt procedure): Fix Info links.
1093 2018-12-17 Ben Elliston <bje@gnu.org>
1095 * doc/dejagnu.texi (Board config file): Fix up @ref.
1096 (Command line option variables): Likewise.
1097 (Debugging Procedures): Add an entry for 'bt' command.
1099 2018-12-16 Jacob Bachmeyer <jcb62281@gmail.com>
1101 * runtest.exp: Move processing of -V|--version option to first
1102 pass through command line arguments instead of delaying it.
1104 2018-12-16 Jacob Bachmeyer <jcb62281@gmail.com>
1106 * Makefile.am (RUNTESTDEFAULTFLAGS): Remove; no longer needed.
1107 * Makefile.in: Regenerate.
1109 2018-12-15 Ben Elliston <bje@gnu.org>
1111 * doc/dejagnu.texi (telnet Procedure): Remove old node.
1112 (rlogin Procedure): Likewise.
1113 (rsh Procedure): Likewise.
1114 (tip Procedure): Likewise.
1115 (kermit Procedure): Likewise.
1116 (list_targets Procedure): Likewise.
1117 (prune_system_crud): Likewise.
1119 2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
1121 * testsuite/runtest.libs/default_procs.tcl (send_error): New stub.
1122 (send_user): Likewise.
1123 * testsuite/runtest.libs/clone_output.test: Remove unneeded global
1124 variable link at top-level.
1125 * testsuite/runtest.libs/utils.test: Adjust absolute path to
1127 * testsuite/runtest.libs/clone_output.test: Use preset srcdir,
1128 subdir, and objdir variables instead of extracting them from argv.
1129 Remove setval.tmp, which is now obsolete.
1130 * testsuite/runtest.libs/config.test: Likewise.
1131 * testsuite/runtest.libs/remote.test: Likewise.
1132 * testsuite/runtest.libs/target.test: Likewise.
1133 * testsuite/runtest.libs/testsuite_file.test: Likewise.
1134 * testsuite/runtest.libs/utils.test: Likewise.
1136 * testsuite/lib/libsup.exp (make_defaults_file): Replace this ..
1137 (send_defaults): .. with this.
1138 (start_expect): Remove redundant code.
1140 * testsuite/runtest.libs/libs.exp: Eliminate setval.tmp file.
1141 Remove unneeded test for EXPECT global variable.
1142 Use one Expect subprocess to run all test cases.
1143 (process_test): Redesign to use Expect subprocess and to use
1144 throwaway slave interpreters for running test cases.
1146 2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
1148 * testsuite/lib/runtest.exp (runtest_start): Remove.
1149 Move the sanity check in runtest_start to top-level and similarly
1150 check to ensure that $EXPECT can be found. Make failure of either
1151 sanity check an immediate fatal error.
1152 Improve error messages for sanity checks to indicate which
1153 critical tool was not found. Remove useless 'global RUNTEST'
1154 command at top-level.
1155 (runtest_version): Brace 'if' expression.
1157 2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
1159 * testsuite/lib/runtest.exp: Use 'testsuite file' to locate the
1160 default runtest executable instead of implicitly searching PATH.
1161 Remove unused RUNTESTFLAGS Tcl variable.
1163 2018-12-15 Jacob Bachmeyer <jcb62281@gmail.com>
1165 * testsuite/lib/runtest.exp (runtest_start): Remove unused global
1168 2018-12-14 Jacob Bachmeyer <jcb62281@gmail.com>
1170 * lib/framework.exp (log_summary): Remove "testcnt" mechanism.
1171 * testsuite/lib/libsup.exp: Remove obsolete "testcnt" variable.
1173 2018-12-12 Ben Elliston <bje@gnu.org>
1175 * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,
1176 lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/rlogin.exp,
1177 lib/telnet.exp, runtest.exp, testsuite/lib/libsup.exp: Simplify
1178 some regular expressions in constant strings by placing them
1179 inside braces instead of quotes. This allows one level of
1180 backslash quoting to be removed.
1182 2018-12-12 Ben Elliston <bje@gnu.org>
1184 * doc/dejagnu.texi: Acknowledge contributions to the manual from
1187 2018-12-11 Jacob Bachmeyer <jcb62281@gmail.com>
1189 * testsuite/runtest.all/libs.exp: Use "testsuite file" command.
1190 * testsuite/runtest.all/load_lib.exp: Likewise.
1191 * testsuite/runtest.all/stats.exp: Likewise.
1193 * testsuite/runtest.all/stats.exp: Write local init file as
1194 "stats-init.exp" for status summary tests. Use --local_init
1195 option to runtest to load that file instead of site.exp and move
1196 the inner test module to a nested testsuite.
1197 * testsuite/runtest.all/stats-sub.exp: Move file from here ..
1198 * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
1201 * testsuite/runtest.all/options.exp: Clean up whitespace in file.
1202 Wrap lines in test list and move short items to beginning of list.
1203 Write local init file as "options-init.exp" for options tests.
1204 Use --local_init option with nested runtest to load that file
1205 instead of site.exp; also create an empty nested testsuite. Local
1206 init file arranges for inner runtest processes to run in a
1207 subdirectory in the object tree to eliminate filename clashes.
1208 Set tmpdir if not already set and remove entire temporary
1209 directory after running options tests.
1210 * testsuite/runtest.all/options/testsuite/null.test/null.exp: New.
1212 * testsuite/runtest.all/clone_output.test: Move from here ..
1213 * testsuite/runtest.libs/clone_output.test: .. to here.
1214 * testsuite/runtest.all/config.test: Move from here ..
1215 * testsuite/runtest.libs/config.test: .. to here.
1216 * testsuite/runtest.all/default_procs.tcl: Move from here ..
1217 * testsuite/runtest.libs/default_procs.tcl: .. to here.
1218 * testsuite/runtest.all/libs.exp: Move from here ..
1219 * testsuite/runtest.libs/libs.exp: .. to here.
1220 * testsuite/runtest.all/load_lib.exp: Move from here ..
1221 * testsuite/runtest.libs/load_lib.exp: .. to here.
1222 * testsuite/runtest.all/remote.test: Move from here ..
1223 * testsuite/runtest.libs/remote.test: .. to here.
1224 * testsuite/runtest.all/target.test: Move from here ..
1225 * testsuite/runtest.libs/target.test: .. to here.
1226 * testsuite/runtest.all/testsuite_file.test: Move from here ..
1227 * testsuite/runtest.libs/testsuite_file.test: .. to here.
1228 * testsuite/runtest.all/topdir/subdir1/subfile1: Move from here ..
1229 * testsuite/runtest.libs/topdir/subdir1/subfile1: .. to here.
1230 * testsuite/runtest.all/topdir/subdir1/subfile2: Move from here ..
1231 * testsuite/runtest.libs/topdir/subdir1/subfile2: .. to here.
1232 * testsuite/runtest.all/topdir/subdir1/subsubdir1/subsubfile1:
1234 * testsuite/runtest.libs/topdir/subdir1/subsubdir1/subsubfile1:
1236 * testsuite/runtest.all/topdir/subdir2/subfile2: Move from here ..
1237 * testsuite/runtest.libs/topdir/subdir2/subfile2: .. to here.
1238 * testsuite/runtest.all/utils.test: Move from here ..
1239 * testsuite/runtest.libs/utils.test: .. to here.
1240 * testsuite/runtest.libs/utils.test: Update references to
1243 * testsuite/runtest.all/options.exp: Move from here ..
1244 * testsuite/runtest.main/options.exp: .. to here.
1245 * testsuite/runtest.all/options/testsuite/null.test/null.exp: Move
1247 * testsuite/runtest.main/options/testsuite/null.test/null.exp:
1249 * testsuite/runtest.all/stats.exp: Move from here ..
1250 * testsuite/runtest.main/stats.exp: .. to here.
1251 * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp:
1253 * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp:
1256 * Makefile.am (DISTCLEANFILES): Update for testsuite improvements.
1257 (TESTSUITE_FILES): Update to reflect testsuite reorganization.
1258 * Makefile.in: Regenerate.
1260 2018-12-11 Jacob Bachmeyer <jcb62281@gmail.com>
1262 * doc/dejagnu.texi: Clean up whitespace. Some indented examples
1263 were changed to use the Texinfo '@ ' command (yes, a space
1264 character) to preserve correct indentation. The '@ ' command is
1265 treated as a single space by Tex and makeinfo, but prevents Emacs
1266 from complaining about indentation using spaces instead of tabs.
1268 2018-12-11 Jacob Bachmeyer <jcb62281@gmail.com>
1270 * doc/dejagnu.texi (getdirs procedure): Document hard-coded
1271 directory exclusions by name in this procedure.
1273 2018-12-10 Ben Elliston <bje@gnu.org>
1275 * doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl
1276 glob patterns, not "shell wildcard characters" per se.
1278 * doc/dejagnu.texi (istarget procedure): Remove stray @{.
1280 2018-12-10 Jacob Bachmeyer <jcb62281@gmail.com>
1282 * doc/dejagnu.texi (Writing a test case): Add warning about
1283 priority of Expect patterns, complete with example.
1284 * testsuite/runtest.all/libs.exp (process_test): Fix bug that
1285 caused test results other than "PASS" to be skipped if a "PASS" is
1286 further along in the input buffer. Describe problem in manual.
1287 (process_test): Ensure that the log file shows each test case run.
1288 (process_test): Directly run the test cases instead of using
1289 temporary files and "cat". All output is always available in the
1290 log file, which is no longer overwritten by other tests.
1291 (process_test): Expect END markers from test case scripts.
1292 * testsuite/runtest.all/clone_output.test: Emit END markers.
1293 * testsuite/runtest.all/config.test: Likewise.
1294 * testsuite/runtest.all/remote.test: Likewise.
1295 * testsuite/runtest.all/target.test: Likewise.
1296 * testsuite/runtest.all/testsuite_file.test: Likewise.
1297 * testsuite/runtest.all/utils.test: Likewise.
1299 2018-12-10 Ben Elliston <bje@gnu.org>
1301 * lib/utils.exp (grep): Use a proper Tcl list for options.
1303 2018-12-10 Ben Elliston <bje@gnu.org>
1305 * testsuite/runtest.all/utils.test: ${srcdir} -> $srcdir.
1307 * lib/utils.exp (getdirs): Use glob -nocomplain rather than glob
1308 and catching the "no files matched glob pattern" error
1309 message. Catching the error message was the wrong thing to do
1310 because the foreach loop then iterates over each word in the error
1311 message as if they were matches.
1313 2018-12-10 Ben Elliston <bje@gnu.org>
1315 * testsuite/runtest.all/utils.test (getdirs): Add a test for the
1316 non-existent directory case.
1318 2018-12-10 Ben Elliston <bje@gnu.org>
1320 * runtest.exp: Remove unnecessary quotes and braces around
1321 variable expansions.
1323 * lib/debugger.exp (dumpvars): Remove unnecessary braces.
1325 2018-12-09 Ben Elliston <bje@gnu.org>
1327 * runtest.exp (setup_target_hook): Use 'ne' and not '!='.
1328 (iterate_target_variants_two): Likewise.
1329 * lib/remote.exp (standard_download): Use 'eq' not '=='.
1330 (remote_upload): Likewise.
1331 * lib/framework.exp (open_logs): Likewise.
1332 (is_remote): Likewise.
1334 2018-12-09 Ben Elliston <bje@gnu.org>
1336 * baseboards/basic-sid.exp, baseboards/basic-sim.exp,
1337 baseboards/i386-sid.exp, baseboards/mt-sid.exp,
1338 baseboards/sh-sid.exp, config/adb.exp, config/gdb-comm.exp,
1339 config/gdb_stub.exp, config/sim.exp, config/unix.exp,
1340 config/vxworks.exp, lib/dejagnu.exp, lib/dg.exp,
1341 lib/framework.exp, lib/kermit.exp, lib/libgloss.exp,
1342 lib/remote.exp, lib/rsh.exp, lib/target.exp, lib/tip.exp,
1343 lib/utils.exp, testsuite/lib/libsup.exp,
1344 testsuite/runtest.all/options.exp,: Remove unnecessary braces
1345 around variable expansions.
1347 2018-12-09 Ben Elliston <bje@gnu.org>
1349 * lib/debugger.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp,
1350 lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp,
1351 lib/target.exp, lib/tip.exp, lib/utils.exp, runtest.exp: Remove
1352 unnecessary quotes and braces around variable expansions.
1354 2018-12-09 Ben Elliston <bje@gnu.org>
1356 * config/gdb-comm.exp: Remove unnecessary quotes.
1357 * config/gdb_stub.exp: Likewise.
1358 * config/vxworks.exp: Likewise.
1359 * config/unix.exp: Likewise.
1360 * config/sim.exp: Likewise.
1362 2018-12-09 Ben Elliston <bje@gnu.org>
1364 * testsuite/lib/libsup.exp: Remove unnecessary quotes around
1365 variable expansions.
1366 * testsuite/lib/util-defs.exp: Likewise.
1368 2018-12-09 Ben Elliston <bje@gnu.org>
1370 * baseboards/androideabi.exp: Remove unnecessary quotes and braces
1371 around variable expansions.
1372 * baseboards/basic-sid.exp: Likewise.
1373 * baseboards/cris-sim.exp: Likewise.
1374 * baseboards/generic-sim.exp: Likewise.
1375 * baseboards/mcore-moto-sim.exp: Likewise.
1376 * baseboards/multi-sim.exp: Likewise.
1378 2018-12-08 Ben Elliston <bje@gnu.org>
1382 2018-12-08 Ben Elliston <bje@gnu.org>
1384 * lib/dejagnu.exp (host_execute): Remove unnecessary quotes around
1385 variable expansions.
1386 * testsuite/runtest.all/clone_output.test: Likewise.
1387 * testsuite/runtest.all/target.test: Likewise.
1388 * testsuite/runtest.all/stats.exp: Likewise.
1389 * testsuite/runtest.all/remote.test: Likewise.
1390 * testsuite/runtest.all/config.test: Likewise.
1391 * testsuite/runtest.all/default_procs.tcl: Likewise.
1392 * testsuite/runtest.all/libs.exp: Likewise.
1393 * testsuite/runtest.all/options.exp: Likewise.
1395 2018-12-08 Jacob Bachmeyer <jcb62281@gmail.com>
1397 * NEWS: Document 'testsuite' command.
1398 * doc/dejagnu.texi (testsuite procedure): Document multiplex entry
1399 point and "testsuite file" command.
1400 * lib/framework.exp (testsuite): New proc for multiplex commands.
1401 (testsuite_file): New proc implementing "testsuite file".
1402 * testsuite/runtest.all/testsuite_file.test: New file.
1403 * runtest.exp: Expect to find testsuite in ${srcdir}/testsuite,
1404 but also search $srcdir itself.
1405 (load_lib): Add explicit search for testsuite-local libraries.
1406 (load_tool_init): Use $testsuitedir in search.
1407 (load_config): Use $testsuitedir instead of $srcdir.
1408 (load_tool_target_config): Likewise.
1410 Add variable "testsuitedir" for testsuite root directory.
1412 Add internal global variables "testbuilddir" and "testdir" for use
1413 by "testsuite file".
1415 Ensure that $testsuitedir, $testbuilddir, and $objdir also avoid
1416 duplicated path delimiters.
1418 Add warning if no tests are found and fallback method of searching
1421 2018-12-08 Ben Elliston <bje@gnu.org>
1423 * testsuite/lib/libsup.exp (start_expect): Brace commands in if
1425 * testsuite/lib/util-defs.exp (util_test): Likewise.
1426 * testsuite/runtest.all/stats.exp: Likewise.
1427 * testsuite/runtest.all/libs.exp: Likewise.
1429 2018-12-08 Jacob Bachmeyer <jcb62281@gmail.com>
1431 * testsuite/runtest.all/default_procs.tcl:
1432 (lib_errpat_test, lib_errregexp_test, lib_err_test): New.
1433 (lib_regexp_test): Fix copy-paste-edit error.
1434 (lib_pat_test, lib_regexp_test, lib_ret_test, lib_bool_test):
1435 Fix handling of errors raised by tested procedure. Also ensure
1436 proper quoting of argument lists passed to eval and simplify
1437 the logic for producing return values.
1439 2018-12-08 Ben Elliston <bje@gnu.org>
1441 * config/vxworks.exp (${board}_init): Use 'ne' instead of !=.
1443 2018-12-08 Ben Elliston <bje@gnu.org>
1445 * lib/tip.exp (tip_open): Put braces around if expression.
1447 2018-12-08 Ben Elliston <bje@gnu.org>
1449 * runtest.exp, lib/utils.exp, lib/targetdb.exp, lib/target.exp,
1450 lib/remote.exp, lib/framework.exp, lib/dg.exp, config/vxworks.exp,
1451 config/sim.exp, config/gdb_stub.exp, config/aarch64-fv8.exp,
1452 baseboards/vr4300-sim.exp, baseboards/vr4111-sim.exp,
1453 baseboards/vr4100-sim.exp, baseboards/sh-sid.exp,
1454 baseboards/mt-sid.exp, baseboards/mips-sim.exp,
1455 baseboards/mips-sim-idt64.exp, baseboards/mips-sim-idt32.exp,
1456 baseboards/i386-sid.exp, baseboards/arm-sim.exp,
1457 baseboards/arm-ice.exp, baseboards/androideabi.exp,
1458 testsuite/runtest.all/utils.test,
1459 testsuite/runtest.all/target.test: Replace string literal
1460 comparisons using == and != with 'eq' and 'ne'.
1462 2018-12-08 Ben Elliston <bje@gnu.org>
1464 * runtest.exp, lib/utils.exp, lib/target.exp, lib/ssh.exp,
1465 lib/rsh.exp, lib/rlogin.exp, lib/remote.exp, lib/libgloss.exp,
1466 lib/framework.exp, lib/dg.exp, lib/dejagnu.exp,
1467 config/vxworks.exp, config/unix.exp, config/sim.exp,
1468 config/gdb_stub.exp, config/gdb-comm.exp, config/adb.exp,
1469 baseboards/multi-sim.exp, baseboards/cris-sim.exp,
1470 baseboards/basic-sim.exp, baseboards/basic-sid.exp,
1471 baseboards/androideabi.exp, testsuite/runtest.all/load_lib.exp,
1472 testsuite/libdejagnu/tunit.exp: Replace empty string comparisons
1473 using == and != with 'eq' and 'ne'.
1475 2018-12-07 Jacob Bachmeyer <jcb62281@gmail.com>
1477 * testsuite/runtest.all/default_procs.tcl (lib_bool_test): New.
1478 (lib_regexp_test): New.
1479 (lib_pat_test): Brace "if" conditions.
1480 (lib_pat_test): Remove spurious quotes in debugging output.
1481 (run_tests): Add support for comments in lists of procedure tests.
1483 * testsuite/runtest.all/config.test: Adjust to use run_tests
1484 procedure. Fixes issue cited in FIXME comment.
1486 * testsuite/runtest.all/utils.test (getdirs tests): Fix these.
1487 The old tests had the sense of the return value from lib_pat_test
1488 inverted and were failing but reported PASS.
1489 (find tests, relative_filename tests, runtest_file_p tests):
1490 Adjust to use run_tests procedure.
1492 2018-12-07 Ben Elliston <bje@gnu.org>
1494 * doc/dejagnu.texi: Add more missing material.
1496 2018-12-07 Jacob Bachmeyer <jcb62281@gmail.com>
1498 * testsuite/runtest.all/default_procs.tcl (lib_ret_test): Tidy.
1499 (run_tests): Replace implicit "eval" with explicit "eval". Tidy.
1500 (verbose): Remove unnecessary quotes.
1502 2018-12-06 Ben Elliston <bje@gnu.org>
1504 * doc/dejagnu.texi: Add more missing material.
1506 2018-12-06 Jacob Bachmeyer <jcb62281@gmail.com>
1508 * testsuite/runtest.all/default_procs.tcl: Whitespace clean up.
1509 (lib_pat_test): Handle an argument list instead of only a single
1510 argument for the procedure under test.
1511 (lib_ret_test): Likewise.
1512 * testsuite/runtest.all/utils.test: Whitespace clean up.
1513 Adjust to pass argument lists for improved lib_pat_test.
1514 * testsuite/runtest.all/clone_output.test: Likewise.
1516 2018-12-06 Jacob Bachmeyer <jcb62281@gmail.com>
1518 * lib/remote.exp (standard_load): Fix typo on empty string.
1519 * runtest.exp: Adjust expression to follow GNU conventions.
1520 * lib/utils.exp (diff): Fix mistake in replacing [string compare]
1521 with "eq" instead of "ne".
1522 * testsuite/runtest.all/config.test: Likewise.
1524 2018-12-06 Ben Elliston <bje@gnu.org>
1526 * runtest.exp: Replace [string match] commands involving literal
1527 strings and variables known to not be Tcl glob patterns with eq
1529 * config/unix.exp: Likewise.
1530 * lib/debugger.exp: Likewise.
1531 * lib/dg.exp: Likewise.
1532 * lib/framework.exp: Likewise.
1533 * lib/remote.exp: Likewise.
1534 * lib/utils.exp: Likewise.
1535 * baseboards/androideabi.exp: Likewise.
1536 * baseboards/multi-sim.exp: Likewise.
1537 * testsuite/lib/util-defs.exp: Likewise.
1538 * testsuite/runtest.all/config.test: Likewise.
1540 2018-12-06 Jacob Bachmeyer <jcb62281@gmail.com>
1542 * testsuite/runtest.all/utils.test: Add Tcl mode marker for Emacs.
1543 * testsuite/runtest.all/target.test: Likewise.
1544 * testsuite/runtest.all/remote.test: Likewise.
1545 * testsuite/runtest.all/config.test: Likewise.
1546 * testsuite/runtest.all/clone_output.test: Likewise.
1548 2018-12-06 Ben Elliston <bje@gnu.org>
1550 * runtest.exp: Replace '==' with 'eq' for string compares.
1551 Likewise, replace '!=' with 'ne'. Replace a few instances of
1552 [string length $str] == 0 with $str eq "".
1553 * config/gdb-comm.exp: Likewise.
1554 * lib/dg.exp: Likewise.
1555 * lib/framework.exp: Likewise.
1556 * lib/libgloss.exp: Likewise.
1557 * lib/remote.exp: Likewise.
1558 * lib/target.exp: Likewise.
1559 * lib/utils.exp: Likewise.
1561 2018-12-06 Jacob Bachmeyer <jcb62281@gmail.com>
1563 * runtest.exp: Replace archaic use of [string match] with "eq".
1565 2018-12-06 Ben Elliston <bje@gnu.org>
1567 * doc/dejagnu.texi (compile Procedure): Remove old node.
1568 (archive Procedure): Likewise.
1569 (ranlib Procedure): Likewise.
1571 2018-12-06 Ben Elliston <bje@gnu.org>
1573 * doc/dejagnu.texi (rsh procedure): Fix node connectivity.
1575 2018-12-06 Ben Elliston <bje@gnu.org>
1577 * lib/telnet.exp (telnet_open): Remove connectmode global.
1578 * doc/dejagnu.texi (Procedures For Remote Communication): Remove
1579 mention of connectmode.
1581 2018-12-05 Ben Elliston <bje@gnu.org>
1583 * doc/dejagnu.texi (execute_anywhere Procedure): Remove obsolete
1586 2018-12-05 Ben Elliston <bje@gnu.org>
1588 * doc/dejagnu.texi: Add more missing material.
1590 2018-12-05 Ben Elliston <bje@gnu.org>
1592 * testsuite/runtest.all/utils.test: Test runtest_file_p.
1594 2018-12-05 Jacob Bachmeyer <jcb62281@gmail.com>
1596 * runtest.exp (load_config): Remove unused globals.
1597 (load_generic_config): Likewise.
1598 (load_board_description): Likewise.
1599 (load_base_board_description): Likewise.
1601 2018-12-05 Ben Elliston <bje@gnu.org>
1603 * lib/utils.exp (grep): Handle -n.
1604 * doc/dejagnu.texi (grep procedure): Document it.
1605 * testsuite/runtest.all/utils.test: Add a test case.
1606 * NEWS: Add an item.
1608 2018-12-05 Ben Elliston <bje@gnu.org>
1610 * testsuite/runtest.all/utils.test: Test diff.
1612 2018-12-04 Ben Elliston <bje@gnu.org>
1614 * testsuite/runtest.all/utils.test: Test grep.
1616 2018-12-04 Ben Elliston <bje@gnu.org>
1618 * testsuite/runtest.all/utils.test (which): Fail on the else path,
1619 don't pass in either case.
1621 2018-12-04 Ben Elliston <bje@gnu.org>
1623 * doc/dejagnu.texi (Libgloss): Improve documentation.
1624 (Debugging Procedures): Likewise.
1626 2018-12-04 Ben Elliston <bje@gnu.org>
1628 * lib/debugger.exp (dumprocs): Fix proc comment.
1630 2018-12-04 Ben Elliston <bje@gnu.org>
1632 * doc/dejagnu.texi (Utility Procedures): Improve documentation for
1633 the procedures in this section.
1635 2018-12-04 Jacob Bachmeyer <jcb62281@gmail.com>
1637 * NEWS: Document new relative_filename procedure and --local_init/
1638 --global_init command line options.
1640 2018-12-04 Jacob Bachmeyer <jcb62281@gmail.com>
1642 * lib/utils.exp (relative_filename): New proc.
1643 * runtest.exp: Use it.
1644 * doc/dejagnu.texi (relative_filename procedure): Document it.
1645 * testsuite/runtest.all/utils.test: Add tests for relative_filename.
1647 2018-12-03 Ben Elliston <bje@gnu.org>
1649 * dejagnu.h (TestState): Remove const char * variants of pass(),
1650 xpass(), fail(), xfail(), untested(), unresolved() for C++. A
1651 const char * will be implicitly converted to std::string.
1653 2018-12-03 Ben Elliston <bje@gnu.org>
1655 * doc/dejagnu.texi: Move 'Built-in Procedures' node up a level,
1656 removing the 'Reference' node and chapter. Make all subsubsections
1657 in this chapter unnumbered subheadings.
1659 2018-12-03 Jacob Bachmeyer <jcb62281@gmail.com>
1661 * doc/dejagnu.texi: Fix Info node links. The arguments to @node
1662 are: here, next, previous, up; not here, previous, next, up.
1664 2018-12-03 Ben Elliston <bje@gnu.org>
1666 * Makefile.am (EXTRA_DIST): Use $(TEXINFO_TEX), not a hardcoded
1667 doc/texinfo.tex. With thanks to Jacob Bachmeyer.
1668 * Makefile.in: Regenerate.
1670 2018-12-03 Ben Elliston <bje@gnu.org>
1672 * Makefile.am (TEXINFO_TEX): Set to doc/texinfo.tex.
1673 (EXTRA_DIST): Add doc/texinfo.tex. Setting TEXINFO_TEX otherwise
1674 prevents the distribution of the overridden texinfo.tex.
1675 * Makefile.in: Regenerate.
1676 * texinfo.tex: Move from here ..
1677 * doc/texinfo.tex: .. to here.
1679 2018-12-03 Ben Elliston <bje@gnu.org>
1681 * lib/framework.exp (isremote): Add verbose message.
1683 2018-12-02 Ben Elliston <bje@gnu.org>
1685 * lib/framework.exp (isremote): Pass $board to is_remote.
1687 2018-12-02 Ben Elliston <bje@gnu.org>
1689 * doc/fdl.texi: New.
1690 * doc/dejagnu.texi (Variable Index): New.
1691 Add more concept index entries.
1692 (GNU Free Documentation License): New appendix.
1694 2018-12-02 Ben Elliston <bje@gnu.org>
1696 * doc/dejagnu.texi (Procedure Index): New. Add Texinfo function
1697 index (@findex) entries for every built-in procedure.
1699 2018-12-02 Ben Elliston <bje@gnu.org>
1701 * doc/dejagnu.texi: Start an index.
1703 2018-12-02 Ben Elliston <bje@gnu.org>
1705 * doc/version.texi: New.
1707 2018-12-02 Ben Elliston <bje@gnu.org>
1709 * doc/dejagnu.texi: Add title page and frontmatter. Include
1711 * Makefile.in: Regenerate.
1712 * mdate-sh: Installed by automake --add-missing.
1714 2018-12-02 Ben Elliston <bje@gnu.org>
1716 * doc/dejagnu.texi (diff procedure): Tidy up this node.
1718 2018-12-02 Jacob Bachmeyer <jcb62281@gmail.com>
1720 * runtest.exp (hex): Remove useless test before setting.
1721 (decimal): Likewise.
1723 2018-12-02 Jacob Bachmeyer <jcb62281@gmail.com>
1725 * doc/dejagnu.texi (Invoking runtest): Document new --local_init
1726 and --global_init command line options.
1727 * doc/runtest.1: Likewise.
1729 * runtest.exp: Remove useless tests before setting default values
1730 for variables: all_flag, binpath, debug, options, outdir, reboot,
1731 tracelevel, verbose, log_dialog. They are set before loading any
1732 files or parsing the command line.
1734 * runtest.exp: Add options --local_init and --global_init for
1735 selecting alternate testsuite configuration files.
1737 * runtest.exp: Split variable "configfile" into "local_init_file"
1738 and "global_init_file" in preparation for adding command-line
1739 options to specify these independently.
1741 * runtest.exp (load_generic_config): Remove configfile global.
1742 (load_board_description): Likewise.
1743 (load_base_board_description): Likewise.
1745 2018-11-30 Ben Elliston <bje@gnu.org>
1747 * lib/utils.exp (grep): Remove reference to "NULL" in comment.
1748 * testsuite/lib/util-defs.exp (util_start): Likewise.
1750 2018-11-30 Ben Elliston <bje@gnu.org>
1752 * doc/dejagnu.texi: (verbose procedure): Improve documentation.
1753 (load_lib procedure): Likewise.
1755 2018-11-30 Ben Elliston <bje@gnu.org>
1757 * doc/dejagnu.texi: More clean-ups of built-in proc documentation.
1759 2018-11-30 Ben Elliston <bje@gnu.org>
1761 * runtest.exp: Use isremote.
1762 * lib/target.exp: Likewise.
1763 * lib/remote.exp: Likewise.
1764 * lib/libgloss.exp: Likewise.
1765 * config/unix.exp: Likewise.
1766 * config/sim.exp: Likewise.
1767 * config/gdb_stub.exp: Likewise.
1768 * config/gdb-comm.exp: Likewise.
1769 * baseboards/basic-sim.exp: Likewise.
1770 * baseboards/androideabi.exp: Likewise.
1772 2018-11-30 Ben Elliston <bje@gnu.org>
1774 * lib/framework.exp (isremote): New.
1775 * doc/dejagnu.texi (isremote procedure): Document it.
1776 * NEWS: Mention isremote.
1778 2018-11-30 Ben Elliston <bje@gnu.org>
1780 * texinfo.tex: Update to latest upstream version.
1781 * INSTALL: Likewise.
1783 2018-11-29 Ben Elliston <bje@gnu.org>
1785 * lib/framework.exp (istarget, ishost, istarget): Set the argument
1786 default value to the empty string.
1787 * doc/dejagnu.texi (find procedure): Remove reference to "NULL".
1788 (getenv procedure): Re-word this node.
1789 (isbuild procedure): Update.
1790 (ishost procedure): Likewise.
1791 (istarget procedure): Likewise.
1792 * testsuite/runtest.all/config.test: Add test cases.
1794 2018-11-28 Ben Elliston <bje@gnu.org>
1796 * config.guess: Update to latest version.
1797 * config.sub: Likewise.
1799 2018-11-28 Ben Elliston <bje@gnu.org>
1802 * configure.ac: Update version number.
1803 * configure: Regenerate.
1804 * doc/dejagnu.texi: Update version number.
1805 * runtest.exp: Update version number.
1807 2018-11-28 Ben Elliston <bje@gnu.org>
1809 * Makefile.am (TESTSUITE_FILES): Update filenames.
1810 * Makefile.in: Regenerate.
1812 2018-11-28 Ben Elliston <bje@gnu.org>
1816 * doc/dejagnu.texi: Tidy up (fill) some paragraphs.
1818 2018-11-25 Jacob Bachmeyer <jcb62281@gmail.com>
1820 * lib/framework.exp: Clean up whitespace.
1822 2018-11-25 Ben Elliston <bje@gnu.org>
1824 * config/gdb-comm.exp: Clean up whitespace.
1825 * config/gdb_stub.exp: Likewise.
1826 * config/sid.exp: Likewise.
1827 * config/sim.exp: Likewise.
1828 * config/unix.exp: Likewise.
1830 2018-11-23 Ben Elliston <bje@gnu.org>
1832 * doc/dejagnu.texi (getdirs procedure): Improve documentation
1833 including documenting the -all option.
1834 (find procedure): Fix a typo.
1835 * lib/utils.exp (getdirs): Improve comments.
1837 2018-11-22 Jacob Bachmeyer <jcb62281@gmail.com>
1839 * runtest.exp: Ensure that multipass pass variables are always
1840 restored. Previously, they were only restored if the "Go digging
1841 for tests" branch was taken near the end of runtest.exp.
1843 2018-11-22 Ben Elliston <bje@gnu.org>
1845 * doc/dejagnu.texi (Customizing DejaGnu): Document error handling
1846 of the $DEJAGNU environment variable (see change below).
1848 2018-11-22 Jacob Bachmeyer <jcb62281@gmail.com>
1850 * runtest.exp: Raise error if $DEJAGNU is defined but not found.
1852 2018-11-15 Jacob Bachmeyer <jcb62281@gmail.com>
1854 * runtest.exp (load_tool_init): Search for tool init file instead
1855 of assuming exactly one location.
1857 2018-11-15 Ben Elliston <bje@gnu.org>
1859 * runtest.exp (load_lib): Whitespace fix.
1861 2018-11-11 Jacob Bachmeyer <jcb62281@gmail.com>
1863 * lib/ssh.exp: Clean up whitespace.
1864 * lib/remote.exp: Clean up whitespace.
1865 (remote_expect): Change literal tab to "\t" in regexp.
1867 2018-11-05 Ben Elliston <bje@gnu.org>
1869 * config.guess: Update to latest version.
1870 * config.sub: Likewise.
1872 2018-11-02 Ben Elliston <bje@gnu.org>
1874 * Makefile.in: Regenerate.
1876 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1878 * Makefile.am (DEJATOOL): List tools in testsuite.
1879 (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1880 * testsuite/config/default.exp: Rename from this ...
1881 * testsuite/lib/runtest.exp: ... to this.
1882 (runtest_exit): Remove spurious "close". This was causing per-tool
1883 testing to fail, since the testsuite for "runtest" never actually
1884 uses "spawn", so "close" ends up closing exp0, which is the
1885 terminal. The ${tool}_exit proc is not called if the --tool
1886 option is not given, so this had no effect earlier.
1887 * testsuite/lib/libdejagnu.exp: New empty file.
1889 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1891 * runtest.exp (load_tool_init): Add message indicating the
1892 expected location of the tool init file.
1894 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1896 * contrib/sum2junit.sh (failures): Fix typo.
1898 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1900 * configure.ac (DEJAGNU): Add comments.
1902 2018-10-31 Jacob Bachmeyer <jcb62281@gmail.com>
1904 * Makefile.am (DEJATOOL): List tools in testsuite.
1905 (RUNTESTDEFAULTFLAGS): Adjust to support per-tool testing.
1906 * testsuite/config/default.exp: Rename from this ...
1907 * testsuite/lib/runtest.exp: ... to this.
1908 (runtest_exit): Remove spurious "close". This was causing
1909 per-tool testing to fail, since the testsuite for "runtest" never
1910 actually uses "spawn", so "close" ends up closing exp0, which is
1911 the terminal. The ${tool}_exit proc is not called if the --tool
1912 option is not given, so this had no effect earlier.
1913 * testsuite/lib/libdejagnu.exp: New empty file.
1915 2018-10-30 Ben Elliston <bje@gnu.org>
1917 * Makefile.am (DISTCLEANFILES): Add testrun.xml.
1918 * Makefile.in: Regenerate with Automake 1.15.1.
1919 * aclocal.m4: Likewise.
1921 2018-10-30 Ben Elliston <bje@gnu.org>
1923 * configure.ac (AC_CONFIG_SUBDIRS): Remove.
1924 * configure: Regenerate.
1926 2018-10-29 Ben Elliston <bje@gnu.org>
1928 * README (Documentation): Update.
1930 2018-10-28 Jacob Bachmeyer <jcb62281@gmail.com>
1932 * lib/framework.exp (record_test): Really fix message formatting.
1934 2018-10-29 Ben Elliston <bje@gnu.org>
1936 Reported by Jacob Bachmeyer.
1937 * testsuite/runtest.all/utils.test: Fix missing end quote.
1939 2018-10-28 Jacob Bachmeyer <jcb62281@gmail.com>
1941 * lib/framework.exp (record_test): Fix message formatting.
1943 2018-07-20 Ben Elliston <bje@gnu.org>
1945 * contrib/mysql/make-datafile.sh: Eliminate Shellcheck warnings.
1946 * contrib/mysql/sum2xml.sh: Likewise.
1948 2018-07-20 Ben Elliston <bje@gnu.org>
1950 * contrib/compare_tests: Eliminate Shellcheck warnings.
1951 * contrib/mysql/sum2xml.sh: Likewise.
1953 2018-07-20 Ben Elliston <bje@gnu.org>
1955 * compile, depcomp, install-sh: Latest upstream versions.
1957 2018-07-20 Ben Elliston <bje@gnu.org>
1959 * contrib/sum2junit.sh: Eliminate some Shellcheck warnings.
1961 2018-07-19 Ben Elliston <bje@gnu.org>
1963 * runtest: Use POSIX 'command', not 'type', to look for the Expect
1964 binary. Silences Shellcheck warning SC2039 ("In POSIX sh, 'type'
1967 2018-07-19 Ben Elliston <bje@gnu.org>
1969 * config.guess: Update to latest version.
1970 * config.sub: Likewise.
1972 2018-07-06 Richard Biener <rguenther@suse.de>
1974 * lib/remote.exp (close_wait_program): Use separate kill command
1977 2017-10-16 Ben Elliston <bje@gnu.org>
1979 * NEWS: Start a new section for the next release.
1980 * configure.ac (AC_INIT): Update version number.
1981 * configure: Regenerate.
1982 * runtest.exp (frame_version): Update version number.
1983 * doc/dejagnu.texi: Likewise.
1984 * doc/runtest.1: Update datestamp.
1986 2017-10-16 Ben Elliston <bje@gnu.org>
1988 * config.guess: Update to version 2017-09-26.
1989 * config.sub: Likewise.
1991 2017-09-13 Ben Elliston <bje@gnu.org>
1993 * lib/framework.exp (open_logs): Set XML version to 1.1.
1994 (xml_tag): Skip valid whitespace chars (0x9, 0xA, 0xD). Include
1995 missing 'x' in escape sequence.
1997 2017-08-29 Ben Elliston <bje@gnu.org>
1999 Revert these changes:
2001 2016-04-25 Ben Elliston <bje@gnu.org>
2003 * testsuite/runtest.all/utils.test: Remove unsetenv test.
2005 2016-04-24 Ben Elliston <bje@gnu.org>
2007 * lib/utils.exp (unsetenv): Remove proc.
2008 * doc/dejagnu.texi: Update documentation.
2011 2017-08-19 Ben Elliston <bje@gnu.org>
2013 * lib/framework.exp (xml_tag): Escape all of the non-printable
2014 control characters (ASCII codes 1 to 31 inclusive).
2016 2017-08-18 Tom Tromey <tom@tromey.com>
2018 * runtest.exp: Fix --directory matching.
2020 2017-08-15 Ben Elliston <bje@gnu.org>
2022 * lib/framework.exp (xml_tag): New proc.
2023 (log_summary): Use it.
2024 (record_test): Likewise.
2026 2017-08-15 Ben Elliston <bje@gnu.org>
2028 * lib/framework.exp (open_logs): Set .xml filename correctly.
2029 * runtest.exp: Remove xml_file_name var.
2030 (usage): Update --xml option to not take an argument.
2031 (load_tool_init): Likewise.
2032 * doc/dejagnu.texi (Invoking runtest): Update documentation.
2033 * doc/runtest.1: Likewise.
2035 2017-08-01 Ben Elliston <bje@gnu.org>
2037 * runtest.exp (usage): Improve --strace message.
2039 2017-08-01 Ben Elliston <bje@gnu.org>
2041 * runtest.exp (usage): --reboot doesn't take a 'name' parameter.
2043 2017-06-04 Ben Elliston <bje@gnu.org>
2045 * lib/target.exp (push_target): Remove unnecessary global command.
2046 * testsuite/runtest.all/target.test: Overhaul tests.
2048 2017-06-04 Ben Elliston <bje@gnu.org>
2050 * testsuite/runtest.all/remote.test: Remove cruft from yesteryear.
2052 2017-06-04 Tom de Vries <tom@codesourcery.com>
2054 * testsuite/runtest.all/target.test: Remove list_targets test.
2056 2017-06-04 Tom de Vries <tom@codesourcery.com>
2058 * testsuite/runtest.all/libs.exp (process_test): Dump entire
2059 output when there's no reportable output.
2060 * testsuite/runtest.all/remote.test (load_lib): New proc.
2061 * testsuite/runtest.all/target.test (load_lib): Same.
2063 2017-03-11 Thomas Preud'homme <thomas.preudhomme@arm.com>
2065 * lib/remote.exp (remote_download): Add logging message when
2066 source and destination file differ in name.
2068 2016-09-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2070 * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2072 2016-06-28 Ben Elliston <bje@gnu.org>
2074 * aclocal.m4, Makefile.in: Regenerate with automake 1.15.
2075 * configure: Regenerate.
2077 2016-06-22 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2079 * configure.ac, dejagnu.h, runtest, runtest.exp,
2080 baseboards/am33_2.0-libremote.exp, baseboards/androideabi.exp,
2081 baseboards/arm-ice.exp, baseboards/arm-sid.exp,
2082 baseboards/arm-sim.exp, baseboards/basic-sid.exp,
2083 baseboards/basic-sim.exp, baseboards/cris-sim.exp,
2084 baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
2085 baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
2086 baseboards/i386-sid.exp, baseboards/iq2000-sim.exp,
2087 baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp,
2088 baseboards/linux-libremote.exp, baseboards/m68k-sid.exp,
2089 baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp,
2090 baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp,
2091 baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp,
2092 baseboards/mips-sim-mti32.exp, baseboards/mips-sim-mti64.exp,
2093 baseboards/mips-sim-mti64_64.exp,
2094 baseboards/mips-sim-mti64_n32.exp, baseboards/mips-sim-sde32.exp,
2095 baseboards/mips-sim-sde64.exp, baseboards/mips-sim.exp,
2096 baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
2097 baseboards/mn10300-sim.exp, baseboards/moxie-sim.exp,
2098 baseboards/mt-sid.exp, baseboards/multi-sim.exp,
2099 baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
2100 baseboards/rx-sim.exp, baseboards/sh-sid.exp,
2101 baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
2102 baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
2103 baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
2104 baseboards/unix.exp, baseboards/v850-sim.exp,
2105 baseboards/visium-sim.exp, baseboards/vr4100-sim.exp,
2106 baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp,
2107 baseboards/xtensa-sim.exp, lib/debugger.exp, lib/dejagnu.exp,
2108 lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/remote.exp,
2109 lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
2110 lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
2111 testsuite/config/default.exp, testsuite/lib/libsup.exp,
2112 testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
2113 testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
2114 testsuite/runtest.all/stats-sub.exp,
2115 testsuite/runtest.all/stats.exp, config/adb.exp,
2116 config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp,
2117 config/sid.exp, config/sim.exp, config/unix.exp,
2118 config/vxworks.exp: Update copyright date for 2016.
2120 2016-06-22 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2122 * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp,
2123 baseboards/arm-ice.exp, baseboards/arm-sid.exp,
2124 baseboards/arm-sim.exp, baseboards/basic-sid.exp,
2125 baseboards/basic-sim.exp, baseboards/cris-sim.exp,
2126 baseboards/d30v-sim.exp, baseboards/fr30-sim.exp,
2127 baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp,
2128 baseboards/generic-sim.exp, baseboards/i386-sid.exp,
2129 baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp,
2130 baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp,
2131 baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp,
2132 baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp,
2133 baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp,
2134 baseboards/mips-sim-idt64.exp, baseboards/mips-sim.exp,
2135 baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp,
2136 baseboards/mn10300-sim.exp, baseboards/mt-sid.exp,
2137 baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp,
2138 baseboards/rx-sim.exp, baseboards/sh-sid.exp,
2139 baseboards/sh-sim.exp, baseboards/sparc-sim.exp,
2140 baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp,
2141 baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp,
2142 baseboards/unix.exp, baseboards/v850-sim.exp,
2143 baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp,
2144 baseboards/vr4300-sim.exp, baseboards/xtensa-sim.exp,
2145 lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
2146 lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
2147 lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp,
2148 lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp,
2149 testsuite/config/default.exp, testsuite/lib/libsup.exp,
2150 testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp,
2151 testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
2152 testsuite/runtest.all/options.exp,
2153 testsuite/runtest.all/stats-sub.exp,
2154 testsuite/runtest.all/stats.exp, config/default.exp,
2155 config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp,
2156 config/sim.exp, config/unix.exp, config/vxworks.exp, configure.ac,
2157 dejagnu.h, runtest, runtest.exp: Use condensed years in copyright
2160 2016-06-22 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2162 * doc/runtest.1: Use condensed years in copyright statement.
2164 2016-06-21 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2166 * runtest: Quote paths. Use test -z, -n for clarity.
2168 2016-06-21 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2170 * config/adb.exp (adb_exec) Improve verbose message.
2172 2016-06-03 Jim Wilson <jim.wilson@linaro.org>
2174 * baseboards/aarch64-sim.exp: New file.
2175 * Makefile.am (baseboard_DATA): Add aarch64-sim.exp.
2176 * Makefile.in: Regenerate.
2177 * lib/libgloss.exp (libgloss_link_flags): Map aarch64* to aarch64.
2179 2016-04-26 Ben Elliston <bje@gnu.org>
2181 * doc/dejagnu.texi: Fill more paragraphs.
2183 2016-04-25 Ben Elliston <bje@gnu.org>
2185 * testsuite/runtest.all/utils.test: Remove unsetenv test.
2187 2016-04-24 Ben Elliston <bje@gnu.org>
2189 * lib/utils.exp (unsetenv): Remove proc.
2190 * doc/dejagnu.texi: Update documentation.
2193 2016-04-19 Nick Clifton <nickc@redhat.com>
2195 * baseboards/msp430-sim.exp: New file.
2196 * Makefile.am (baseboard_DATA): Add msp430-sim.exp.
2197 * Makefile.in: Regenerate.
2199 2016-04-18 Ben Elliston <bje@gnu.org>
2201 * runtest: Remove quoting in final exec command.
2203 2016-04-17 Ben Elliston <bje@gnu.org>
2205 * lib/remote.exp: Load ssh.exp lib.
2207 2016-04-17 Ben Elliston <bje@gnu.org>
2209 * lib/rsh.exp (rsh_open): Fix description comment.
2211 2016-04-17 Ben Elliston <bje@gnu.org>
2213 Reported by shellcheck.
2214 * runtest: Use $((..)) not `expr ..` and defensively double quote
2217 2016-04-17 Ben Elliston <bje@gnu.org>
2219 * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.
2220 * Makefile.in: Regenerate.
2222 2016-04-17 Ben Elliston <bje@gnu.org>
2224 Reported by shellcheck.
2225 * runtest: Use $((..)) not `expr ..`.
2227 2016-04-17 Ben Elliston <bje@gnu.org>
2229 * configure.ac (AC_INIT): Update version number.
2230 * configure: Regenerate.
2231 * runtest.exp (frame_version): Update version number.
2232 * doc/dejagnu.texi: Likewise.
2234 2016-04-17 Ben Elliston <bje@gnu.org>
2236 * NEWS: Start a new section for the next release.
2238 2016-04-15 Ben Elliston <bje@gnu.org>
2240 * Makefile.am (CONTRIB): Add new contrib scripts.
2241 * Makefile.in: Regenrate.
2243 2016-04-15 Ben Elliston <bje@gnu.org>
2245 * lib/ssh.exp (ssh_exec): Handle regexp return status.
2247 2016-04-13 Ben Elliston <bje@gnu.org>
2249 * lib/rsh.exp (rsh_exec): Improve verbose message.
2250 * lib/ssh.exp (ssh_exec): Likewise.
2251 * config/adb.exp: Likewise.
2253 2016-04-13 Ben Elliston <bje@gnu.org>
2255 * runtest.exp: Improve --version (-v) output.
2256 * testsuite/runtest.all/options.exp: Update test case.
2258 2016-04-13 Christophe Lyon <christophe.lyon@linaro.org>
2260 * lib/rsh.exp (rsh_exec): Handle regexp return status.
2262 2016-04-08 Ben Elliston <bje@gnu.org>
2264 Reported by Faraz Shahbazker.
2265 * doc/dejagnu.texi (Global config file): Fix broken @node.
2266 (Local config file): Likewise.
2268 2016-04-07 Ben Elliston <bje@gnu.org>
2270 * lib/remote.exp (remote_exec): Join cd $remotedir and $program on
2271 the command line with ';' and not &&.
2273 2016-04-07 Ben Elliston <bje@gnu.org>
2275 Reported by Faraz Shahbazker.
2276 * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node.
2278 2016-04-06 Yvan Roux <yvan.roux@linaro.org>
2280 * lib/remote.exp (remnote_download): Create a remote directory if
2282 (remote_exec): Execute program inside remotedir when it exists.
2283 (standard_load): Set remotedir board field if not present.
2284 * config/unix.exp (unix_load): Handle remotedir in board field.
2285 (remotedir): Set board info field.
2286 * doc/dejagnu.texi (Board File Values): Document remotedir.
2288 2016-04-06 Ben Elliston <bje@gnu.org>
2290 * doc/dejagnu.texi (Global config file): Put before node 'Local
2293 2016-04-05 Ben Elliston <bje@gnu.org>
2295 * runtest.exp: Remove defunct and undocumented --tool_root option.
2297 2016-04-04 Ben Elliston <bje@gnu.org>
2299 * doc/dejagnu.texi: More overhauling.
2301 2016-04-04 Ben Elliston <bje@gnu.org>
2303 * lib/targetdb.exp (set_board_info): Improve comment.
2304 (add_board_info): Likewise.
2306 2016-04-04 Ben Elliston <bje@gnu.org>
2308 * NEWS: Add some more detail.
2310 2016-04-04 Ben Elliston <bje@gnu.org>
2312 * site.tmpl: Delete.
2313 * Makefile.am (EXTRA_DIST): Remove site.tmpl.
2314 * Makefile.in: Regenerate.
2316 2016-04-03 Ben Elliston <bje@gnu.org>
2318 * doc/dejagnu.texi: More overhauling.
2320 2016-04-03 Ben Elliston <bje@gnu.org>
2322 * runtest.exp: Document the magical handling of -D[01].
2324 2016-04-03 Ben Elliston <bje@gnu.org>
2326 * doc/runtest.1: Do not document obsolete --status option. It is
2327 still accepted for compatibility, but does nothing.
2329 2016-04-03 Ben Elliston <bje@gnu.org>
2331 * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.
2333 2016-04-03 Ben Elliston <bje@gnu.org>
2335 * doc/runtest.1 (OPTIONS): Sort options.
2337 2016-04-03 Ben Elliston <bje@gnu.org>
2339 * doc/dejagnu.texi: More overhauling.
2341 2016-04-02 Ben Elliston <bje@gnu.org>
2343 * doc/dejagnu.texi: Fill paragraphs.
2345 2016-04-02 Ben Elliston <bje@gnu.org>
2347 * doc/dejagnu.texi: Fix capitalisation of procedure names
2348 throughout. Use Tcl syntax in procedure prototypes, not C syntax.
2350 2016-04-02 Rob Savoye <rob.savoye@linaro.org>
2352 * contrib/mysql/create-db.sql: New file.
2353 * contrib/mysql/importxml.sh: Likewise.
2354 * contrib/mysql/make-datafile.sh: Likewise.
2355 * contrib/mysql/plot.sh: Likewise.
2356 * contrib/mysql/README: Likewise.
2357 * contrib/mysql/sum2xml.sh: Likewise.
2359 2016-04-02 Ben Elliston <bje@gnu.org>
2361 * config.guess: Update to version 2016-04-02.
2362 * config.sub: Update to version 2016-03-30.
2364 2016-04-02 Rob Savoye <rob.savoye@linaro.org>
2366 * contrib/sum2junit.sh: New.
2368 2016-04-01 Ben Elliston <bje@gnu.org>
2370 * doc/dejagnu.texi (connprocs): Document new SSH procs.
2372 2016-03-31 Rob Savoye <rob.savoye@linaro.org>
2377 2016-03-30 Ben Elliston <bje@gnu.org>
2379 * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,
2380 lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp,
2381 runtest.exp: Fix spelling errors in comments.
2383 2016-03-30 Ben Elliston <bje@gnu.org>
2385 * lib/remote.exp (remote_expect): Use perror not send_user.
2387 2016-03-29 Ben Elliston <bje@gnu.org>
2389 * lib/remote.exp (remote_expect): Fix spelling error.
2391 2016-03-29 Rob Savoye <rob.savoye@linaro.org>
2393 * runtest.exp: Only print "searching for <test name>" message at
2394 verbose level >= 2 -- too much noise.
2396 2016-03-29 Ben Elliston <bje@gnu.org>
2398 * texinfo.tex: Update to latest master version.
2399 * INSTALL: Likewise.
2401 2016-03-29 Ben Elliston <bje@gnu.org>
2403 * runtest.exp: More fixes identified by the Frink static analyser.
2404 * lib/dg.exp: Likewise.
2405 * config/adb.exp: Likewise.
2406 * config/vxworks.exp: Likewise.
2407 * baseboards/androideabi.exp: Likewise.
2408 * baseboards/basic-sid.exp: Likewise.
2409 * baseboards/multi-sim.exp: Likewise.
2411 2016-03-28 Dominik Vogt <vogt@linux.vnet.ibm.com>
2413 * dg.exp (dg-do): Do not change the previously selected action if
2414 a de-selected dg-do is encountered.
2416 2016-03-28 Ben Elliston <bje@gnu.org>
2418 * lib/framework.exp (check_xml): Remove unused proc.
2420 2016-03-28 Rob Savoye <rob.savoye@linaro.org>
2422 * lib/dmucs.exp: New.
2424 2016-03-28 Rob Savoye <rob.savoye@linaro.org>
2426 * lib/libgloss.exp (find_g++): Look for xgcc++ to use the freshly
2427 built compiler, then look in the path.
2429 2016-03-28 Ben Elliston <bje@gnu.org>
2431 * lib/utils.exp (which): Don't exclude symbolic links--Debian's
2432 /bin/which doesn't. Modern systems rely too heavily on symbolic
2433 links (eg. alternatives).
2435 2016-03-28 Ben Elliston <bje@gnu.org>
2437 * baseboards/multi-sim.exp: Indent properly.
2439 2016-03-28 Ben Elliston <bje@gnu.org>
2441 * lib/rlogin.exp (rlogin_open): Return -1 if unable to spawn
2442 rlogin. Identified by Frink.
2444 2016-03-28 Ben Elliston <bje@gnu.org>
2446 * runtest.exp: Use 'array exists' for testing array existence
2447 rather than 'info exists'.
2449 2016-03-28 Ben Elliston <bje@gnu.org>
2451 * runtest.exp: Fixes identified by the Frink static analyser:
2452 (1) use -- in switch commands for safety,
2453 (2) remove unreachable return commands after error commands,
2454 (3) replace abbreviated "info proc" with "info procs",
2455 (4) use -- in unset commands for safety where the variable name
2456 is itself a variable.
2457 * lib/dg.exp: Likewise.
2458 * lib/debugger.exp: Likewise.
2459 * lib/framework.exp: Likewise.
2460 * lib/remote.exp: Likewise.
2461 * lib/target.exp: Likewise.
2462 * lib/targetdb.exp: Likewise.
2463 * lib/telnet.exp: Likewise.
2464 * lib/utils.exp: Likewise.
2466 2016-03-28 Ben Elliston <bje@gnu.org>
2468 * Makefile.am: Remove references to Docbook and friends.
2469 * configure.ac: Likewise.
2470 * Makefile.in: Regenerate.
2471 * configure: Regenerate.
2472 * doc/dejagnu.xml: Remove.
2473 * doc/legal.xml: Likewise.
2474 * doc/ref.xml: Likewise.
2475 * doc/user.xml: Likewise.
2477 2016-03-28 Ben Elliston <bje@gnu.org>
2479 * lib/framework.exp (exp_continue): Remove old compatibility
2480 wrapper. Expect deprecated 'continue -expect' in August 1997.
2482 2016-03-28 Ben Elliston <bje@gnu.org>
2486 2016-03-28 Ben Elliston <bje@gnu.org>
2488 * lib/utils.exp (which): Reimplement to more closely mimic the
2489 behaviour of the UNIX which utility.
2490 * testsuite/runtest.all/utils.test: Test proc which.
2492 2016-03-27 Ben Elliston <bje@gnu.org>
2494 * lib/remote.exp (standard_wait): Append any trailing characters
2495 to $output that may be still in $expect_out(buffer) when eof is
2496 matched. Remove arbitrary limitation in the ".+" matching case,
2497 similar to the change to local_exec on 2016-02-17.
2499 2016-03-23 Ben Elliston <bje@gnu.org>
2501 * Makefile.am (baseboard_DATA): Remove cygwin.exp, mcore-elf.exp,
2502 mcore-pe.exp, vx4300.exp, vx68k.exp, vx960.exp, vxsparc.exp.
2503 * Makefile.in: Regenerate.
2504 * baseboards/cygwin.exp, baseboards/mcore-elf.exp,
2505 baseboards/mcore-pe.exp, baseboards/vx4300.exp,
2506 baseboards/vx68k.exp, baseboards/vx960.exp,
2507 baseboards/vxsparc.exp: Remove.
2509 2016-03-23 Ben Elliston <bje@gnu.org>
2511 * baseboards/README: Remove mention of devo.
2512 * baseboards/iq2000-sim.exp: Likewise.
2513 * baseboards/moxie-sim.exp: Likewise.
2515 2016-03-23 Ben Elliston <bje@gnu.org>
2517 * Makefile.am (baseboard_DATA): Add arm-ice.exp, arm-sim.exp.
2518 * Makefile.in: Regenerate.
2519 * baseboards/arm-ice.exp: Reinstate.
2520 * baseboards/arm-sim.exp: Likewise.
2522 2016-03-23 Ben Elliston <bje@gnu.org>
2524 * Makefile.am (config_DATA): Update.
2525 (baseboard_DATA): Likewise.
2526 * Makefile.in: Regenerate.
2529 Remove the following old config files:
2531 * arc.exp, arm-ice.exp, base-config.exp, base68k.exp, bug.exp,
2532 cfdbug.exp, cygmon.exp, d10v.exp, ddb-ether.exp, ddb.exp, dos.exp,
2533 dve.exp, h8300.exp, i386-bozo.exp, i960.exp, m32r-stub.exp,
2534 m32r.exp, m68hc11.exp, m68k-emc.exp, mips-idt.exp,
2535 mn10200-eval.exp, mn10300-eval.exp, netware.exp, powerpc-bug.exp,
2536 proelf.exp, rom68k.exp, sh.exp, slite.exp, sparclet.exp,
2537 tic80.exp, vr4100.exp, vr4300.exp, vr5000.exp: Remove.
2539 Remove the following old baseboard files:
2541 * arc-sim.exp, arm-ice.exp, arm-sim.exp, cf.exp, cygmon.exp,
2542 d10v-sim.exp, d10v.exp, danlite-elf.exp, dos.exp, fr30-cygmon.exp,
2543 fr30-elf.exp, frv-elf.exp, frv-tiger.exp, frv-tomcat.exp,
2544 h8300-sim.exp, h8300.exp, i386-bozo.exp, i960-cyclone.exp,
2545 i960-sim.exp, m32r-elf.exp, m32r-linux-sim.exp, m32r-sid.exp,
2546 m32r-sim.exp, m68hc11-sim.exp, m68k-emc.exp, mips-idt.exp,
2547 mips64-sim.exp, mips64vr4100-sim.exp, mn10200-cygmon.exp,
2548 mn10300-cygmon.exp, msparc-cygmon.exp, op50n.exp, powerpc-bug.exp,
2549 powerpc-bug1.exp, rom68k-idp.exp, sh-hms.exp, sparclet-aout.exp,
2550 sparclite-coff.exp, sparclite-cygmon.exp, strongarm-cygmon.exp,
2551 tic80-sim.exp, tx39-dve.exp, usparc-cygmon.exp, vr4100-ddb.exp,
2552 vr4300-ddb.exp, vr4300.exp, vr5000-ddb.exp, x86-cygmon.exp,
2553 xscale-cygmon.exp: Remove.
2555 2016-03-22 Ben Elliston <bje@gnu.org>
2557 * lib/target.exp (only--Ls): Change '???' comment to a note. This
2558 isn't a serious shortcoming, but the comment should be retained.
2560 2016-03-22 Rob Savoye <rob.savoye@linaro.org>
2562 * baseboards/generic-sim.exp: If DEJAGNU_SIM_SPECFILE exists in
2563 the environment, use that as the spec file for bare metal testing.
2565 2016-03-22 Ben Elliston <bje@gnu.org>
2567 * Makefile.am (config_DATA): Add config/aarch64-fv8.exp.
2568 * Makefile.in: Regenerate.
2570 2016-03-22 Rob Savoye <rob.savoye@linaro.org>
2572 * config/aarch64-fv8.exp: Add support for testing armv8 using the
2573 ARM Foundation Model.
2575 2016-03-21 Ben Elliston <bje@gnu.org>
2577 * runtest.exp: Whitespace, comment and typo fixes.
2578 * lib/dejagnu.exp: Likewise.
2579 * lib/remote.exp: Likewise.
2580 * lib/utils.exp: Likewise.
2582 2016-03-21 Ben Elliston <bje@gnu.org>
2584 * baseboards/mcore-moto-sim.exp: Remove old FIXME comment.
2585 * baseboards/mmixware-sim.exp: Likewise.
2586 * config/sim.exp: Likewise.
2587 * runtest.exp: Likewise.
2589 2016-03-21 Ben Elliston <bje@gnu.org>
2591 * lib/dg.exp (dg-get-options): Clean up regular expression and
2592 remove FIXME comment about it.
2594 2016-03-20 Ben Elliston <bje@gnu.org>
2596 * baseboards/i960-sim.exp: Remove stale ??? comment.
2597 * config/vxworks.exp: Likewise.
2599 2016-03-20 Ben Elliston <bje@gnu.org>
2601 * runtest.exp: Load .dejagnurc last not first.
2602 (load_file): Update comment about Tcl 7.5a2.
2603 * doc/user.xml (Customizing DejaGnu): Document new search order
2605 * doc/dejagnu.texi: Regenerate.
2608 2016-03-20 Ben Elliston <bje@gnu.org>
2610 * lib/dg.exp (dg-runtest): Improve arg naming to remove a FIXME.
2612 2016-03-20 Ben Elliston <bje@gnu.org>
2614 * lib/dg.exp: Remove commented-out calls to send_user.
2616 2016-03-20 Ben Elliston <bje@gnu.org>
2618 * runtest.exp (load_file): Remove old comment.
2620 2016-03-20 Ben Elliston <bje@gnu.org>
2622 * lib/dg.exp (dg-test): There is no need to call unresolved to
2623 clear errcnt. Instead, pass 0 as argument 2 to perror.
2624 * runtest.exp (runtest): Likewise.
2626 2016-03-16 Ben Elliston <bje@gnu.org>
2628 Revert this change (the GCC testsuite uses diff):
2630 2016-03-15 Ben Elliston <bje@gnu.org>
2632 * lib/utils.exp (diff): Remove proc.
2633 * doc/ref.xml: Update documentation.
2634 * doc/dejagnu.texi: Regenerate.
2637 2016-03-15 Ben Elliston <bje@gnu.org>
2639 * testsuite/runtest.all/options.exp: Properly clean up log files
2640 left by the runtest under test.
2642 2016-03-15 Ben Elliston <bje@gnu.org>
2644 * testsuite/runtest.all/load_lib.exp: Typo fixes.
2646 2016-03-15 Ben Elliston <bje@gnu.org>
2648 * testsuite/runtest.all/options.exp: Add more tests.
2650 2016-03-15 Ben Elliston <bje@gnu.org>
2652 * testsuite/libdejagnu/tunit.exp: Clean up.
2654 2016-03-15 Ben Elliston <bje@gnu.org>
2656 * lib/utils.exp (diff): Remove proc.
2657 * doc/ref.xml: Update documentation.
2658 * doc/dejagnu.texi: Regenerate.
2661 2016-03-15 Ben Elliston <bje@gnu.org>
2664 2016-02-14 Steve Ellcey <sellcey@mips.com>
2666 * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2668 * baseboards/multi-sim.exp (rpath_flags): Ditto.
2670 2016-03-13 Ben Elliston <bje@gnu.org>
2672 * lib/utils.exp: Whitespace fixes.
2674 2016-03-13 Ben Elliston <bje@gnu.org>
2676 * lib/dg.exp (dg-process-target): Remove old commented code.
2677 * lib/dg.exp (dg-test): Likewise.
2679 2016-03-13 Ben Elliston <bje@gnu.org>
2681 * lib/dg.exp: Improve top-of-file documentation.
2683 2016-03-05 Yvan Roux <yvan.roux@linaro.org>
2685 * lib/remote.exp (remote_exec): Restore original timeout value.
2687 2016-03-04 Yvan Roux <yvan.roux@linaro.org>
2689 * lib/remote.exp (standard_upload): Remove dead code.
2691 2016-02-24 Ben Elliston <bje@gnu.org>
2693 * lib/utils.exp (prune): Restore this proc.
2694 * doc/ref.xml: Update documentation.
2695 * doc/dejagnu.texi: Regenerate.
2698 2016-02-23 Iain Buclaw <ibuclaw@gdcproject.org>
2700 * lib/libgloss.exp (find_gdc): New proc.
2701 * lib/target.exp (default_target_compile): Add D support.
2704 2016-02-20 Ben Elliston <bje@gnu.org>
2706 * lib/utils.exp (diff): Replace calls to verbose followed by
2707 send_log with a single call to verbose -log. Remove additional
2708 newlines from the log messages.
2710 2016-02-20 Ben Elliston <bje@gnu.org>
2712 * lib/utils.exp (getdirs): Ignore .git and .svn directories.
2714 2016-02-20 Ben Elliston <bje@gnu.org>
2716 * lib/utils.exp: Improve comments.
2719 2016-02-20 Ben Elliston <bje@gnu.org>
2721 * lib/utils.exp (prune): Remove proc.
2722 * doc/ref.xml: Update documentation.
2723 * doc/dejagnu.texi: Regenerate.
2725 2016-02-20 Ben Elliston <bje@gnu.org>
2727 * lib/utils.exp (slay): Remove proc.
2728 * doc/ref.xml: Update documentation.
2729 * doc/dejagnu.texi: Regenerate.
2731 2016-02-20 Ben Elliston <bje@gnu.org>
2733 * lib/utils.exp (absolute): Remove proc.
2734 * doc/ref.xml: Update documentation.
2735 * doc/dejagnu.texi: Regenerate.
2737 2016-02-20 Ben Elliston <bje@gnu.org>
2739 * lib/utils.exp (psource): Remove proc.
2740 * doc/ref.xml: Update documentation.
2741 * doc/dejagnu.texi: Regenerate.
2743 2016-02-20 Ben Elliston <bje@gnu.org>
2745 * lib/targetdb.exp (board_info): Simplify return logic.
2747 2016-02-19 Ben Elliston <bje@gnu.org>
2749 * configure.ac: Require Tcl version 8.5 at a minimum.
2750 * configure: Regenerate.
2752 2016-02-18 Ben Elliston <bje@gnu.org>
2754 * configure.ac: Require Tcl version 8.6 at a minimum.
2755 * configure: Regenerate.
2757 2016-02-17 Ben Elliston <bje@gnu.org>
2759 * runtest.exp: Tweak "Test run by .." output.
2761 2016-02-17 Ben Elliston <bje@gnu.org>
2763 * lib/target.exp (default_target_compile): Do not pass -log to
2764 verbose when outputting the captured compiler/assembler/linker
2765 diagnostic output as it will already be in the .log file courtesy
2768 2016-02-17 Ben Elliston <bje@gnu.org>
2770 * runtest.exp: Enable --status by default.
2771 (runtest): Set exit status to 2 if there is any error sourcing
2773 * lib/framework.exp (unknown): Likewise, set exit status to 2.
2774 * doc/runtest.1: Clarify exit status codes.
2777 2016-02-17 Ben Elliston <bje@gnu.org>
2779 * lib/remote.exp (local_exec): Call exp_continue until eof is
2782 2016-02-16 Ben Elliston <bje@gnu.org>
2784 * runtest.exp: Use the traditional exit codes when runtest is
2785 interrupted. This makes it possible to tell if runtest ran to
2786 completion or not. Suggested by Michael Chastain.
2788 2016-02-15 Ben Elliston <bje@gnu.org>
2790 * TODO: Add ideas produced from Cauldron 2013.
2792 2016-02-15 Ben Elliston <bje@gnu.org>
2796 2016-02-15 Ben Elliston <bje@gnu.org>
2798 * lib/dg.exp (dg-test): Remove comment about proc unresolved not
2799 setting exit_status to 1 -- it does.
2801 2016-02-15 Ben Elliston <bje@gnu.org>
2803 * lib/framework.exp (cleanup): Remove do-nothing proc.
2804 (log_and_exit): Remove call to cleanup.
2805 * doc/ref.xml: Remove documentation for cleanup.
2806 * doc/dejagnu.texi: Regenerate.
2808 2016-02-15 Ben Elliston <bje@gnu.org>
2810 Reported by David Malcolm.
2811 * lib/dejagnu.exp (text): Allow angle brackets in test messages.
2813 2016-02-15 Ben Elliston <bje@gnu.org>
2815 * config.guess: Update to version 2016-02-11.
2816 * config.sub: Update to version 2016-01-01.
2818 2016-02-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2820 * lib/remote.exp (remote_exec): Set global timeout for benefit of
2823 2016-02-14 Ben Elliston <bje@gnu.org>
2825 * lib/remote.exp (local_exec): Improve comments.
2827 2016-02-14 Ben Elliston <bje@gnu.org>
2829 * doc/runtest.1: Tweak.
2831 2016-02-14 Steve Ellcey <sellcey@mips.com>
2833 * baseboards/multi-sim.exp (dynamic_linker_flag): Check
2835 * baseboards/multi-sim.exp (rpath_flags): Ditto.
2837 2016-01-23 Simon Marchi <simon.marchi@ericsson.com>
2839 * lib/remote.exp (standard_file): Reverse return logic for remote
2842 2016-01-23 Simon Marchi <simon.marchi@ericsson.com>
2844 * lib/remote.exp (standard_file); Add else clause.
2846 2016-01-16 Ben Elliston <bje@gnu.org>
2848 * runtest.exp (runtest): Improve comment about --status.
2850 2016-01-12 Simon Marchi <simon.marchi@ericsson.com>
2852 * lib/remote.exp (standard_file): The [ operator does not actually
2853 output anything. It returns 0 or 1 as its exit code, so "exit `[
2854 -f $file ]`" always expands to "exit " (equivalent to exit 0).
2855 Instead, use test(1) to check for file existence.
2857 2015-12-20 Ben Elliston <bje@gnu.org>
2859 * doc/dejagnu.xml: Begin overhauling.
2860 * doc/ref.xml: Likewise.
2861 * doc/user.xml: Likewise.
2862 * doc/dejagnu.texi: Regenerate.
2864 2015-12-20 Ben Elliston <bje@gnu.org>
2866 * doc/runtest.1: Miscellaneous minor improvements.
2868 2015-12-09 Yoshinori Sato <ysato@users.sourceforge.jp>
2870 * Makefile.am (baseboard_DATA): Add missing rx-sim.exp.
2871 * Makefile.in: Regenerate.
2873 2015-11-16 Brooks Moses <bmoses@google.com>
2875 * config/unix.exp: Add ability to set test timeout from site.exp.
2876 * doc/user.xml: Document new test_timeout variable in site.exp.
2877 * doc/dejagnu.texi: Regenerate.
2879 2015-11-16 Ben Elliston <bje@gnu.org>
2881 * testsuite/runtest.all/options.exp: Re-enable --strace 1 test.
2883 2015-11-16 Ben Elliston <bje@gnu.org>
2885 * testsuite/runtest.all/options.exp: Remove some commented code.
2887 2015-11-16 Ben Elliston <bje@gnu.org>
2889 * runtest.exp: Refer to "DejaGnu version", not "Framework
2890 version" in --version output.
2891 * testsuite/runtest.all/options.exp: Update test case.
2893 2015-11-14 Ben Elliston <bje@gnu.org>
2895 * runtest.exp (usage): Improve help text.
2897 2015-11-12 Ben Elliston <bje@gnu.org>
2899 * runtest.exp (usage): Sort options in usage.
2901 2015-11-12 Ben Elliston <bje@gnu.org>
2903 * lib/framework.exp (note): Remove old commented-out code.
2905 2015-11-11 Ben Elliston <bje@gnu.org>
2907 * doc/user.xml (Summary File): 'untested', not 'runtested'.
2908 * doc/dejagnu.texi: Regenerate.
2910 2015-11-11 Michael Forney <forney@google.com>
2912 * lib/target.exp (default_target_compile): Honor LDFLAGS_FOR_TARGET.
2914 2015-11-11 Ben Elliston <bje@gnu.org>
2916 * doc/dejagnu.texi: Regenerate.
2918 2015-11-10 Ben Elliston <bje@gnu.org>
2920 * doc/user.xml: Fix runtest output formatting in <programlisting>.
2922 2015-11-10 Ben Elliston <bje@gnu.org>
2924 * doc/dejagnu.xml: Update month and year.
2925 * doc/user.xml: Lots of editorial fixes from Daniel Thibault
2926 <Daniel.Thibault@drdc-rddc.gc.ca>.
2928 2015-09-10 Robert Suchanek <Robert.Suchanek@imgtec.com>
2930 * baseboards/multi-sim.exp (rpath_flags): Add libgomp.so check.
2932 2015-07-30 Pedro Alves <palves@redhat.com>
2934 * lib/remote.exp (close_wait_program): New procedure.
2935 (local_exec, standard_close): Use it.
2937 2015-05-23 Ben Elliston <bje@gnu.org>
2939 * doc/dejagnu.xml: Fix broken URLs.
2940 * doc/dejagnu.texi: Regenerate.
2942 2015-05-23 Ben Elliston <bje@gnu.org>
2944 * doc/user.xml: Fix 'crosscompilation'.
2946 2015-05-23 Ben Elliston <bje@gnu.org>
2948 * doc/runtest.1 (log_dialog): Improve documentation.
2950 2015-05-16 Filipe Brandenburger <filbranden@google.com>
2952 * configure.ac: Enable subdir-objects, require automake 1.14.
2953 * Makefile.in: Regenerate.
2955 2015-05-15 Filipe Brandenburger <filbranden@google.com>
2957 * doc/dejagnu.xml: Fix typos such as stray }'s and @samp{...},
2958 possibly introduced in a conversion of .texi to SGML Docbook.
2959 * doc/user.xml: Likewise.
2960 * doc/ref.xml: Likewise.
2961 * doc/dejagnu.texi: Regenerate.
2963 2015-05-15 Filipe Brandenburger <filbranden@google.com>
2965 * runtest.exp (runtest): Introduce new --log_dialog option.
2966 * doc/runtest.1: Document it.
2967 * doc/user.xml: Likewise.
2968 * doc/dejagnu.texi: Regenerate.
2970 2015-05-14 Steve Ellcey <sellcey@imgtec.com>
2972 * baseboards/multi-sim.exp (get_library_dirlist): New.
2973 (dynamic_linker_flag): Use get_library_dirlist to find dynamic
2975 (rpath_flags): Use get_library_dirlist to set rpath.
2977 2015-05-12 Steve Ellcey <sellcey@imgtec.com>
2979 * baseboards/generic-sim.exp: Check $DEJAGNU_SIM_OPTION.
2981 2015-03-30 Ben Elliston <bje@gnu.org>
2983 Revert the following change which causes breakage reported here:
2984 https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
2986 2011-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2988 * runtest.exp (runtest): Call reset_vars at initialisation so that
2989 perror does not affect test results in other test scripts.
2991 2015-02-26 H.J. Lu <hjl.tools@gmail.com>
2993 * lib/target.exp (default_target_compile): Prepend multilib_flags,
2994 instead of appending it.
2996 2015-02-18 Ben Elliston <bje@gnu.org>
2998 * lib/framework.exp (log_and_exit): Set tool to "testrun" if
3001 2015-02-05 Ben Elliston <bje@gnu.org>
3003 * doc/runtest.1: Fix a spelling error.
3005 2015-02-04 Ben Elliston <bje@gnu.org>
3007 * config.guess: Update to version 2015-01-01.
3008 * config.sub: Likewise.
3010 2015-01-22 Eric Botcazou <ebotcazou@adacore.com>
3012 * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
3013 * Makefile.in: Regenerate.
3014 * baseboards/visium-sim.exp: New file.
3016 2014-11-25 Ben Elliston <bje@gnu.org>
3018 * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
3019 Reported by David Malcolm.
3021 2014-10-28 Ben Elliston <bje@gnu.org>
3023 * Makefile.in: Regenerate.
3025 2014-10-28 Ben Elliston <bje@gnu.org>
3027 * example: Remove stale examples.
3029 2014-10-24 Steve Ellcey <sellcey@mips.com>
3031 * dejagnu.h (pass): Make function static as well as inline.
3036 (unresolved): Ditto.
3040 2014-10-14 Ben Elliston <bje@gnu.org>
3042 * runtest.exp: Only match $directory, not *${directory}* when the
3043 user passes the --directory option. Reported by Sergey Alyoshin.
3045 2014-10-14 Ben Elliston <bje@gnu.org>
3047 * lib/dejagnu.exp (host_execute): Remove buffer_full check. This
3048 is not the right command keyword -- it is full_buffer. Reported by
3051 2014-07-15 Maciej W. Rozycki <macro@mips.com>
3052 Maciej W. Rozycki <macro@codesourcery.com>
3054 * lib/targetdb.exp (add_board_info): New procedure.
3055 * doc/ref.xml (Add_board_info Procedure): New section.
3056 (Set_board_info Procedure): Add description.
3057 (Unset_board_info Procedure): Likewise.
3058 * doc/user.xml (Board Config File Values): Add `add_board_info'
3059 reference. Reorder `gdb_init_command' table rows and remove a
3060 duplicate entry, reusing it for `gdb_init_commands'.
3062 2014-06-25 Rob Savoye <rob.savoye@linaro.org>
3064 * runtest.exp: (lookfor-file): Fix bug were none of the relative
3065 paths were actually being used for file lookup.
3067 2014-06-06 Ben Elliston <bje@gnu.org>
3069 * depcomp, install-sh, missing: Update to latest versions.
3070 * mkinstalldirs: Remove.
3071 * Makefile.in: Regenerate.
3073 2014-06-04 Ben Elliston <bje@gnu.org>
3075 * Makefile.in: Regenerate with Automake 1.14.1.
3076 * compile: Add missing file.
3078 2014-06-04 Ben Elliston <bje@gnu.org>
3080 * config.guess: Update to version 2014-03-23.
3081 * config.sub: Likewise.
3083 2014-06-04 Ben Elliston <bje@gnu.org>
3085 * aclocal.m4: Regenerate with Automake 1.14.1.
3086 * configure: Regenerate with Autoconf 2.69.
3088 2014-03-15 Steve Ellcey <sellcey@mips.com>
3090 * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
3092 2014-02-23 Steve Ellcey <sellcey@mips.com>
3093 Richard Sandiford <rdsandiford@googlemail.com>
3095 * config/sim.exp (sim_exec): New.
3098 2013-12-08 Richard Sandiford <rdsandiford@googlemail.com>
3100 * lib/dg.exp (dg-test): Don't put the expected and actual output
3101 of a pattern test in the test name; send it to the log instead.
3103 2013-11-01 Steve Ellcey <sellcey@mips.com>
3105 * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
3106 * Makefile.in: Regenerate.
3107 * baseboards/multi-sim.exp: New.
3109 2013-10-31 Anton Kolesov <anton.kolesov@synopsys.com>
3111 * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
3112 (remote_reboot): Add comment explaining return value of this procedure.
3113 * doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
3114 * doc/dejagnu.texi: Regenerate.
3116 2013-10-15 Alexander Ivchenko <alexander.ivchenko@intel.com>
3118 * baseboards/androideabi.exp (process_multilib_options): Add option.
3119 * config/adb.exp: Remove hardcoded -static option.
3120 (adb_load): Add the possibility to change the temp directory. Also
3121 handle permission potential problems.
3122 (adb_exec): Do cd to android_tmp_dir first.
3124 2013-10-05 Jose E. Marchesi <jose.marchesi@oracle.com>
3126 * baseboards/unix.exp: Add gdb settings to not use hardware
3127 watchpoints in sparc64 running GNU/Linux.
3129 2013-06-17 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3131 * runtest.exp (libdirs): New global variable.
3132 (load_lib): Append libdirs to search_and_load_files directories.
3133 * doc/ref.xml (load_lib): Document global variable libdirs.
3134 * doc/dejagnu.texi: Regenerate.
3135 * testsuite/runtest.all/load_lib.exp: New testcase.
3136 * Makefile.am (TESTSUITE_FILES): Add new testcase.
3137 * Makefile.in: Regenerate.
3139 2013-06-15 Ben Elliston <bje@gnu.org>
3141 * configure.ac: If DEJAGNU is unset, set it to /dev/null.
3142 * Makefile.am: Export DEJAGNU.
3143 * configure: Likewise.
3144 * Makefile.in: Regenerate.
3146 2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3148 * doc/user.xml: Fix typos.
3149 * doc/ref.xml: Likewise.
3150 * doc/dejagnu.texi: Regenerate.
3152 2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3154 * doc/user.xml: Fix number of columns in table.
3155 * doc/dejagnu.texi: Regenerate.
3157 2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3159 * doc/user.xml: Fix rendering errors around programlisting.
3160 * doc/ref.xml: Likewise.
3161 * doc/dejagnu.texi: Regenerate.
3163 2013-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3165 * doc/user.xml: Fix spacing before productname.
3166 * doc/dejagnu.texi: Regenerate.
3168 2013-06-12 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3170 * testsuite/runtest.all/default_procs.tcl (send_log): Use the
3171 magic "args" parameter name, as expect send_log proc accepts -- as
3174 2013-06-08 Makoto Fujiwara <makoto@ki.nu>
3176 * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
3177 (config_DATA): Likewise for config_SCRIPTS.
3178 (baseboard_DATA): Likewise for baseboard_SCRIPTS.
3179 (EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
3181 * Makefile.in: Regenerate.
3183 2013-06-08 Ben Elliston <bje@gnu.org>
3185 * configure: Regenerate with autoconf 2.69.
3186 * aclocal.m4: Regenerate.
3188 2013-03-31 Ben Elliston <bje@gnu.org>
3190 * Makefile.am (html-local): Rename target from html.
3191 * Makefile.in: Regenerate with automake 1.12.6.
3192 * aclocal.m4: Likewise.
3193 * configure: Regenerate.
3195 2013-03-28 Gilles Espinasse <g.esp@free.fr>
3197 * TODO: Remove todo item about warncnt and errcnt.
3199 2013-03-28 Gilles Espinasse <g.esp@free.fr>
3201 * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
3203 2013-03-26 Ben Elliston <bje@gnu.org>
3205 * config.guess: Update to version 2013-02-12.
3206 * config.sub: Likewise.
3208 2013-02-16 Rob Savoye <rob@build.welcomehome.org>
3210 * config/adb.exp: Add adb_file so we can remotely delete test
3211 cases to save on limited disk space. Don't remove the file after
3212 executing it, leave that for the test driver instead.
3214 2013-02-15 Rob Savoye <rob@welcomehome.org>
3216 * config/adb.exp: Remove the test case after executing
3217 it. Otherwise we can fill up all the diskspace on a small target
3220 2013-02-11 Rob Savoye <rob@welcomehome.org>
3222 * baseboards/androideabi.exp: Board support for Android using ADB.
3223 * config/adb.exp: Config support for Android using ADB.
3224 * Makefile.am (dist): Add new config and board files.
3225 * aclocal.m4, Makefile.in, configure, example/calc/configure,
3226 example/mathhelper/configure: Regenerated with newer autotools.
3228 2012-12-05 Ben Elliston <bje@gnu.org>
3230 * example/hello: Remove.
3231 * configure.ac: Likewise.
3232 * configure: Regenerate.
3234 2012-10-04 Steve Ellcey <sellcey@mips.com>
3236 * Makefile.am (baseboard_SCRIPTS): Add new baseboards.
3237 * Makefile.in: Regenerate.
3238 * baseboards/mips-sim-mti32.exp: New.
3239 * baseboards/mips-sim-mti64.exp: New.
3240 * baseboards/mips-sim-mti64_n32.exp: New.
3241 * baseboards/mips-sim-mti64_64.exp: New.
3242 * baseboards/mips-sim-sde32.exp: New.
3243 * baseboards/mips-sim-sde64.exp: New.
3245 2012-10-04 Ben Elliston <bje@gnu.org>
3247 * aclocal.m4: Regenerate with automake 1.11.3.
3248 * Makefile.in: Likewise.
3249 * configure: Regenerate with autoconf 2.68.
3251 2012-08-22 Steve Ellcey <sellcey@mips.com>
3253 * baseboards/generic-sim.exp: New baseboard definition.
3255 2012-06-15 Andreas Schwab <schwab@linux-m68k.org>
3257 * lib/framework.exp (clone_output): Protect from leading dash in
3259 * runtest.exp (verbose): Likewise.
3261 2012-06-11 Tom Tromey <tromey@redhat.com>
3263 * doc/runtest.1: Update.
3264 * runtest.exp (xml_file_name): New global.
3266 Handle optional argument to --xml.
3267 * lib/framework.exp (open_logs): Respect xml_file_name.
3269 2012-03-24 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3271 * runtest.exp (load_tool_init): Fix typo in -de option handling.
3273 2012-03-24 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3275 * doc/runtest.1: Correct name of debug file.
3277 2012-02-25 Ben Elliston <bje@gnu.org>
3279 * runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
3280 for runtest.exp as a last resort (for usrmove environments, where
3281 /bin is a link to /usr/bin). From Honza Horak <hhorak@redhat.com>.
3283 2011-12-30 Ben Elliston <bje@gnu.org>
3285 * doc/user.xml: Various spelling and consistency fixes.
3286 * doc/ref.xml: Likewise.
3287 (exit_remote_shell): Remove, as this procedure is defunct.
3288 * doc/dejagnu.texi: Regenerate.
3290 2011-12-30 Ben Elliston <bje@gnu.org>
3292 * config.guess: Update to version 2011-12-29.
3293 * config.sub: Update to version 2011-11-11.
3295 2011-06-30 Tom Tromey <tromey@redhat.com>
3297 * doc/ref.xml: Document find_gfortran.
3298 * doc/dejagnu.texi: Regenerate.
3299 * lib/target.exp (default_target_compile): Handle f90.
3300 (default_target_compile): Likewise.
3301 * lib/libgloss.exp (find_gfortran): New proc.
3303 2011-06-30 Ben Elliston <bje@gnu.org>
3305 * Makefile.am (all-local): New rule.
3306 * Makefile.in: Regenerate.
3308 2011-04-12 Ben Elliston <bje@gnu.org>
3310 * config/vxworks.exp (vxworks_file): Use "file delete", not "exec
3311 rm", for better portability.
3312 * config/netware.exp (${board}_load): Likewise.
3313 * lib/dg.exp (dg-test): Likewise.
3314 * lib/framework.exp (open_logs): Likewise.
3315 * lib/remote.exp (standard_file): Likewise.
3316 * runtest.exp: Likewise.
3317 * testsuite/runtest.all/options.exp: Likewise.
3319 2011-03-15 Ben Elliston <bje@gnu.org>
3321 * runtest.exp: Whitespace cleanups.
3322 * lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3323 lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp,
3324 lib/telnet.exp, lib/tip.exp, lib/utils.exp: Likewise.
3326 2011-03-15 Ben Elliston <bje@gnu.org>
3328 * runtest: Remove trailing semicolons.
3329 * lib/rsh.exp: Likewise.
3331 2011-03-15 H.J. Lu <hjl.tools@gmail.com>
3333 * lib/remote.exp (local_exec): Ignore SIGHUP.
3335 2011-03-14 Ben Elliston <bje@gnu.org>
3337 * runtest.exp (frame_version): Set to 1.5.1.
3338 * configure.ac (AC_INIT): Set version to 1.5.1.
3339 * configure: Regenerate.
3340 * doc/dejagnu.xml (appversion, version): Set to 1.5.1.
3341 * doc/dejagnu.texi: Regenerate.
3343 2011-03-14 Ben Elliston <bje@gnu.org>
3345 * dejagnu.h: Whitespace cleanups.
3347 2011-03-14 Ben Elliston <bje@gnu.org>
3349 * baseboards/cris-sim.exp: Remove trailing semicolon(s).
3350 * baseboards/mt-sid.exp: Likewise.
3351 * baseboards/tx39-sim.exp: Likewise.
3352 * lib/target.exp (default_target_compile): Likewise.
3354 2011-03-14 Ben Elliston <bje@gnu.org>
3356 Reported by Flash Sheridan <flash@pobox.com>:
3357 * doc/user.xml (Testing "Hello world" locally): Improve the
3358 example test script and make it robust to failures. Tidy some
3360 * doc/dejagnu.texi: Regenerate.
3362 2011-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3364 * runtest.exp (runtest): Call reset_vars at initialisation so that
3365 perror does not affect test results in other test scripts.
3367 2011-03-09 Ben Elliston <bje@gnu.org>
3369 * NEWS: Start a new section for post-1.5 changes.
3371 2011-03-09 Ben Elliston <bje@gnu.org>
3373 * DejaGnu 1.5 released.
3375 2011-03-09 Ben Elliston <bje@gnu.org>
3377 * Makefile.am (DISTCLEANFILES): Define.
3378 * Makefile.in: Regenerate.
3379 * testsuite/runtest.all/libs.exp: Clean up temp files on exit.
3380 * testsuite/runtest.all/options.exp: Likewise for dbg.log.
3381 * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file
3382 mkdir" instead of exec'ing mkdir(1).
3384 2011-03-07 Ben Elliston <bje@gnu.org>
3386 * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE.
3387 * Makefile.in: Regenerate.
3389 2011-03-06 Ben Elliston <bje@gnu.org>
3391 * configure.ac (AC_INIT): Set version to 1.5.
3392 * configure: Regenerate.
3393 * runtest.exp (frame_version): Set to 1.5.
3394 * doc/dejagnu.texi: Regenerate.
3396 2011-03-04 Ben Elliston <bje@gnu.org>
3398 * texinfo.tex: Import latest version from ftp://tug.org/tex.
3400 2011-03-04 Ben Elliston <bje@gnu.org>
3402 * Makefile.am (EXTRA_DIST): Correct name of historical ChangeLog.
3403 * Makefile.in: Regenerate.
3405 2011-03-03 Ben Elliston <bje@gnu.org>
3407 * Makefile.am: Bump to GPL version 3.
3408 * configure.ac: Likewise.
3409 * Makefile.in: Regenerate.
3410 * aclocal.m4: Likewise.
3411 * configure: Likewise.
3413 2011-03-03 Ben Elliston <bje@gnu.org>
3415 * config.guess: Update to most recent version.
3416 * config.sub: Likewise.
3418 2011-03-03 Ben Elliston <bje@gnu.org>
3420 * lib/framework.exp (unknown): Rename the native Tcl ::unknown
3421 proc to ::tcl_unknown. If ::tcl_unknown returns a failure result,
3422 then fall back to the conventional DejaGnu handling. Report from
3423 David Byron <dbyron@dbyron.com>.
3425 2011-03-03 Maciej W. Rozycki <macro@codesourcery.com>
3427 * lib/remote.exp (remote_expect): Pass all exception conditions up
3430 2011-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3432 * lib/dg.exp (dg-test): Support nested calls.
3434 2010-04-13 Ben Elliston <bje@gnu.org>
3436 * testglue.c: Remove duplicated prototypes for abort and exit.
3438 2010-03-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3440 * doc/user.xml (Tcl Variables For Command Line Options): Correct
3443 2010-01-21 Jie Zhang <jie.zhang@analog.com>
3445 * config/gdb-comm.exp (gdb_comm_load): Set breakpoints after load.
3447 2010-01-15 Anthony Green <green@moxielogic.com>
3449 * baseboards/moxie-sim.exp: New baseboard.
3451 2009-12-10 DJ Delorie <dj@redhat.com>
3453 * baseboards/rx-sim.exp: New baseboard.
3455 2009-10-15 Ben Elliston <bje@gnu.org>
3457 * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide.
3458 This web page has disappeared.
3460 2009-07-06 Ben Elliston <bje@gnu.org>
3462 * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Mark up options with
3463 <option> not <emphasis>. Apply other grammatical fixes from
3465 * doc/dejagnu.texi: Regenerate.
3467 2009-07-06 Ben Elliston <bje@gnu.org>
3469 * configure.ac: Check for docbook2x-texi.
3470 * configure: Regenerate.
3472 2009-07-06 Ben Elliston <bje@gnu.org>
3474 From Reuben Thomas <rrt@sc3d.org>:
3475 * doc/runtest.1: Fix some formatting issues.
3477 2009-06-16 Ben Elliston <bje@gnu.org>
3479 * config.guess: Update to most recent version.
3480 * config.sub: Likewise.
3482 2009-06-16 Ben Elliston <bje@gnu.org>
3484 * Makefile.am (rpm, deb, solpkg, hpdepot): Remove targets.
3485 * Makefile.in: Regenerate.
3486 * packaging: Remove directory and its contents.
3488 2009-06-10 Maciej W. Rozycki <macro@codesourcery.com>
3490 * config/gdb-comm.exp (gdb_comm_add_breakpoint): Handle pending
3493 2008-12-03 Ben Elliston <bje@gnu.org>
3495 * COPYING: Update to GPL version 3.
3497 2008-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3499 * doc/ref.xml, doc/user.xml: Fix typos.
3500 * doc/dejagnu.texi: Regenerate.
3502 2008-04-06 Daniel Jacobowitz <drow@false.org>
3504 * Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
3505 * Makefile.in: Regenerate.
3506 * dejagnu.exp (host_execute): Improve regexp matching.
3507 * testsuite/libdejagnu/unit.cc: C++ fixes.
3509 2008-04-06 Daniel Jacobowitz <drow@false.org>
3511 * lib/utils.exp (diff): Open both files as binary.
3513 2008-04-06 Daniel Jacobowitz <dan@codesourcery.com>
3515 * dejagnu.h (totals): Correct typos.
3517 2008-04-06 Daniel Jacobowitz <dan@codesourcery.com>
3519 * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
3520 * doc/dejagnu.texi: Regenerate.
3522 2008-02-25 Ben Elliston <bje@gnu.org>
3524 * doc/runtest.1: Update date of last revision.
3526 2008-02-11 Hans-Peter Nilsson <hp@axis.com>
3528 * baseboards/h8300.exp: Use -- before switch argument that may
3530 * baseboards/cris-sim.exp: Ditto.
3532 2008-02-11 Hans-Peter Nilsson <hp@axis.com>
3534 * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp,
3535 iq2000-sim.exp and m32r-linux-sim.exp.
3536 * Makefile.in: Regenerate.
3538 2008-02-08 Ben Elliston <bje@gnu.org>
3540 * baseboards/cris-sim.exp: Fix MS-DOS line termination.
3542 2007-12-28 Joseph Myers <joseph@codesourcery.com>
3544 * lib/target.exp (default_link): Initialize nobjects before use.
3546 2007-12-06 Ben Elliston <bje@gnu.org>
3548 * lib/dg.exp (dg_bogus): Comment fix.
3550 2007-10-31 DJ Delorie <dj@redhat.com>
3552 * lib/framework.exp (open_logs): Line buffer the .sum file.
3554 2007-09-04 Matt Kraai <kraai@ftbfs.org>
3556 * doc/user.xml (Configuration): Fix typos.
3557 * doc/dejagnu.texi: Regenerate.
3559 2007-08-28 Daniel Jacobowitz <dan@codesourcery.com>
3561 * lib/remote.exp (standard_send): Correct quoting.
3563 2007-05-17 Ben Elliston <bje@gnu.org>
3565 * doc/user.xml: Correct the syntax for running apt-get on a Debian
3566 GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
3568 2007-04-30 Bob Wilson <bob.wilson@acm.org>
3570 * baseboards/xtensa-sim.exp: Set target_install. Stop using
3571 basic-sim.exp. Run the simulator with --turbo option. Replace
3572 needs_status_wrapper with the simulator's --exit_with_target_code
3575 2006-10-15 Rob Savoye <rob@bertha.welcomehome.org>
3577 * dejagnu.h: Add support for for expected failures and
3578 unexpected successes.
3580 2005-05-06 Andrew Fyfe <a.fyfe@tiscali.co.uk>
3582 * doc/Makefile.am: Fix install path for man page.
3583 * Makefiles: Regenerated.
3585 2006-08-29 Ben Elliston <bje@gnu.org>
3587 * runtest.exp (usage): Use "triplet" instead of "config name".
3589 2006-07-13 Daniel Jacobowitz <dan@codesourcery.com>
3591 * Makefile.am (DOCBOOK2RTF): Fix typo.
3592 * Makefile.in: Regenerated.
3593 * lib/libgloss.exp (process_multilib_options): Use -- to handle
3594 options starting with hyphens.
3596 2006-06-23 Eric Botcazou <ebotcazou@adacore.com>
3598 * libgloss.exp (find_gnatmake): Rewrite.
3600 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
3602 * rsh.exp (rsh_exec): Handle inp and outp arguments. Use
3603 local_exec to run rsh. Return failure if rsh times out.
3604 * remote.exp (local_exec): Handle "|& cat" we added when deciding
3605 whether to return output.
3607 2006-06-09 Ben Elliston <bje@gnu.org>
3609 * baseboards/cris-sim.exp: Use Tcl fall-through syntax for
3610 multiple cases, not a list (case uses lists, switch does not).
3611 Pass -glob to switch where applicable to emulate case behaviour.
3612 * baseboards/h8300.exp: Likewise.
3613 * lib/framework.exp (clone_output): Likewise.
3614 (clear_xfail): Likewise.
3615 (clear_kfail): Likewise.
3616 * lib/libgloss.exp (process_multilib_options): Likewise.
3617 * runtest.exp: Likewise.
3619 2006-06-06 Ben Elliston <bje@gnu.org>
3621 * Makefile.am (CONTRIB): New.
3622 (EXTRA_DIST): Add $(CONTRIB).
3623 (doc/dejagnu.texi): Set directory-category param to docbook2texi.
3624 * Makefile.in: Regenerate.
3625 * doc/dejagnu.texi: Likewise.
3627 2006-06-06 Ben Elliston <bje@gnu.org>
3629 * runtest.exp (load_lib): Typo fix.
3631 2006-06-06 Ben Elliston <bje@gnu.org>
3633 * dejagnu.h: Tidy comments.
3634 (_BUFFER_SIZE_): Remove to minimise namespace pollution.
3635 (wait): Define this function unconditionally. Conditionally
3636 compile the function body if _DEJAGNU_WAIT_ is defined.
3637 (buffer): Set the buffer size explicitly.
3638 (pass): Use sizeof (buffer). Call wait() unconditionally.
3639 (fail, untested, unresolved, note): Likewise.
3640 (enum teststate): Tidy whitespace.
3642 2006-06-06 Ben Elliston <bje@gnu.org>
3644 * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.
3645 * doc/dejagnu.texi: Regenerate.
3647 2006-06-06 Ben Elliston <bje@gnu.org>
3649 Import from GCC tree:
3650 2006-06-02 Richard Earnshaw <rearnsha@arm.com>
3651 Mike Stump <mrs@apple.com>
3653 * compare_tests: Handle multilibs better.
3655 2006-06-06 Ben Elliston <bje@gnu.org>
3657 * doc/dejagnu.texi: Regnerate using Docbook2X 0.8.7.
3659 * configure.ac: Check for docbook2texi, not docbook2x-texi. The
3660 wrapper script changed its name again in the latest release.
3661 * configure: Regenerate.
3662 * Makefile.am (DOCBOOK2X_TEXI): Rename from this ..
3663 (DOCBOOK2TEXI): .. to this.
3664 (doc/dejagnu.texi): Do not use output-file parameter to deposit
3665 the .texi file into the source directory; use mv(1) instead. Set
3666 directory-description parameter.
3667 * Makefile.in: Likewise.
3669 2006-06-02 Ben Elliston <bje@gnu.org>
3671 * config/sim.exp (sim_upload): Match up argument names.
3673 2006-06-02 Ben Elliston <bje@gnu.org>
3675 * config.guess: Update to most recent version.
3676 * config.sub: Likewise.
3678 2006-06-02 Ben Elliston <bje@gnu.org>
3680 * config/dos.exp (dos_open): Only run global board_info once at
3681 the beginning of the proc; remove duplicates.
3682 (dos_load): Use file join to separate path components.
3683 (dos_copy_upload): Likewise.
3684 * lib/remote.exp (call_remote): Use error, not "blooie" to trigger
3687 2006-06-02 Ben Elliston <bje@gnu.org>
3689 * contrib/compare_tests: Import from the GCC contrib directory.
3691 2006-05-24 Ben Elliston <bje@gnu.org>
3693 * runtest.exp (verbose): Brace some expressions.
3694 (load_file, search_and_load_file): Likewise.
3695 (runtest): Likewise.
3697 2006-05-23 Ben Elliston <bje@gnu.org>
3699 * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.
3700 * config/i960.exp (i960_spawn): Initialise status.
3701 * config/netware.exp (${board}_init): Brace some if expressions.
3702 * lib/dg.exp (dg-test): Brace some expressions.
3703 * lib/framework.exp (clone_output, log_and_exit, log_summary,
3704 record_test, pass, fail): Likewise.
3705 * lib/libgloss.exp (get_multilibs): Likewise.
3706 * lib/remote.exp (standard_transmit, unix_clean_filename,
3707 remote_load, check_for_board_status, remote_expect): Likewise.
3708 * lib/rsh.exp (rsh_exec): Likewise.
3710 2006-05-22 Ben Elliston <bje@gnu.org>
3712 * baseboards/cris-sim.exp: Use switch, not case.
3713 * baseboards/h8300.exp: Likewise.
3714 * config/base68k.exp (base68k_ld): Brace an if expression.
3716 2006-05-22 Ben Elliston <bje@gnu.org>
3718 * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,
3719 baseboards/cris-sim.exp, baseboards/i960-cyclone.exp,
3720 baseboards/mcore-moto-sim.exp, baseboards/mips64vr4100-sim.exp,
3721 baseboards/mmixware-sim.exp, baseboards/op50n.exp,
3722 baseboards/rom68k-idp.exp, baseboards/sparclite-sim-le.exp,
3723 baseboards/usparc-cygmon.exp, config/base-config.exp,
3724 config/base68k.exp, config/ddb-ether.exp, config/ddb.exp,
3725 config/dos.exp, config/gdb-comm.exp, config/gdb_stub.exp,
3726 config/i386-bozo.exp, config/i960.exp, config/m68k-emc.exp,
3727 config/netware.exp, config/sid.exp, config/sim.exp,
3728 config/tic80.exp, config/unix.exp, config/vxworks.exp,
3729 lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
3730 lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
3731 lib/rlogin.exp, lib/rsh.exp, lib/target.exp, lib/targetdb.exp,
3732 lib/telnet.exp, lib/tip.exp, lib/utils.exp: Put braces around if
3733 expressions throughout.
3735 2006-05-22 Ben Elliston <bje@gnu.org>
3737 * lib/framework.exp (open_logs): Use file join where applicable.
3738 * lib/libgloss.exp (libgloss_link_flags, newlib_link_flags,
3739 newlib_include_flags, g++_link_flags, libstdc++_link_flags,
3740 get_multilibs, winsup_include_flags, winsup_link_flags): Likewise.
3741 * lib/utils.exp (which): Likewise.
3742 * runtest.exp (search_and_load_file, lookfor_file,
3743 load_tool_init): Likewise.
3745 * lib/debugger.exp (watcharray): Add `array' parameter. Rename
3746 `type' parameter to `op' and update all uses in the proc.
3747 (watchvar): Add `ignore' parameter for scalar variables.
3748 Likewise, rename `type' to `op' and update throughout the proc.
3750 * runtest.exp: Use switch, not case.
3751 * lib/framework.exp (clone_output): Likewise.
3752 (clear_xfail): Likewise.
3753 (clear_kfail): Likewise.
3754 (set_warning_threshold): Make warning_threshold global.
3755 (get_warning_threshold): Likewise.
3756 * lib/libgloss.exp (process_multilib_options): Use switch, not
3758 * lib/remote.exp (local_exec): Only run global errorInfo once.
3759 (standard_upload): Fix error in variable use ($file -> $srcfile).
3760 * lib/utils.exp (grep): Use switch, not case.
3761 (slay): Fix mismatched bracket.
3763 * lib/debugger.exp (watcharray): Use switch, not case.
3764 (watchvar): Likewise.
3765 (bt): Add an explanatory comment.
3767 2006-04-03 Ben Elliston <bje@gnu.org>
3769 * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
3770 lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
3771 lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
3773 2006-01-02 Ben Elliston <bje@gnu.org>
3775 * configure.ac (AC_INIT): Set version to 1.4.99.
3776 * configure: Regenerate.
3778 2006-01-01 Ben Elliston <bje@gnu.org>
3780 * testsuite/runtest.all/utils.test: Add runtest_file_p.
3782 2006-01-01 Ben Elliston <bje@gnu.org>
3784 * runtest.exp (frame_version): Set to 1.4.99.
3786 2006-01-01 Ben Elliston <bje@gnu.org>
3788 * dejagnu.h: Update copyright notice. Use C-style /* .. */
3789 comments for portability with ISO C compilers.
3790 * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.
3792 2006-01-01 Ben Elliston <bje@gnu.org>
3794 * runtest.exp: Update copyright notice.
3795 * example/calc/testsuite/calc.test/calc.exp: Likewise.
3796 * example/calc/testsuite/config/unix.exp: Likewise.
3797 * testsuite/libdejagnu/tunit.exp: Likewise.
3798 * testsuite/runtest.all/libs.exp: Likewise.
3799 * testsuite/runtest.all/options.exp: Likewise.
3800 * testsuite/runtest.all/stats-sub.exp: Likewise.
3801 * testsuite/runtest.all/stats.exp: Likewise.
3803 2006-01-01 Ben Elliston <bje@gnu.org>
3805 * config/default.exp, config/unix.exp, config/vxworks.exp,
3806 lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp,
3807 lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp:
3809 * dejagnu.h, testsuite/config/default.exp,
3810 testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp,
3811 testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
3812 testsuite/runtest.all/options.exp,
3813 testsuite/runtest.all/stats-sub.exp,
3814 testsuite/runtest.all/stats.exp: Update copyright notice and FSF
3815 office address. Remove bug reporting address, as it is now
3816 maintained centrally in the README file.
3818 2005-12-31 Ben Elliston <bje@gnu.org>
3820 * testsuite/runtest.all/utils.test: Don't bother mentioning
3821 absolute, psource, prune and slay as untested procedures.
3823 2005-12-31 Ben Elliston <bje@gnu.org>
3825 * doc/ref.xml (Utility Procedures): Note that the following
3826 procedures are deprecated: absolute, psource, prune, slay.
3828 * doc/dejagnu.texi: Regenerate.
3830 2005-12-24 Ben Elliston <bje@gnu.org>
3832 * Makefile.am (doc/dejagnu.texi): Don't use shell redirection, in
3833 case the command fails and zeroes the Texinfo source file. Move
3834 the output (if successful) by its default filename using mv(1).
3835 * Makefile.in: Regenerate.
3837 2005-12-24 Ben Elliston <bje@gnu.org>
3839 * configure.ac (DOCBOOK2X_TEXI): Add search for this program.
3840 * configure: Regenerate.
3841 * Makefile.am (DOCBOOK2PDF, DOCBOOK2RTF, DOCBOOK2PS): New.
3842 (DOCBOOK2HTML, DOCBOOK2X_TEXI): Likewise.
3843 (dejagnu.pdf): Use $(DOCBOOK2PDF).
3844 (dejagnu.ps): Likewise, use $(DOCBOOK2PS).
3845 (dejagnu.rtf): Likewise, use $(DOCBOOK2RTF).
3846 (html): Likewise, use $(DOCBOOK2HTML).
3847 (doc/dejagnu.texi): Produce using the docbook2x-texi wrapper,
3848 which is much simpler. Likewise, use $(DOCBOOK2X_TEXI).
3849 * Makefile.in: Regenerate.
3851 2005-12-24 Ben Elliston <bje@gnu.org>
3853 * Makefile.am (EXTRA_DIST): Remove $(PACKAGING_METAFILES).
3854 (XML): Remove $(srcdir) from each filename; VPATH suffices.
3855 (PACKAGING_METAFILES): Remove.
3856 * Makefile.in: Regenerate.
3858 2005-12-24 Ben Elliston <bje@gnu.org>
3862 2005-12-24 Ben Elliston <bje@gnu.org>
3866 2005-12-24 Ben Elliston <bje@gnu.org>
3868 * testsuite/libdejagnu/tunit.exp: Don't change to a non-existent
3871 2005-12-24 Ben Elliston <bje@gnu.org>
3873 * Makefile.am (RUNTEST): Simplify, as Automake already generates
3874 similar logic in Makefile.in.
3875 * Makefile.in: Regenerate.
3877 2005-12-24 Ben Elliston <bje@gnu.org>
3879 * Makefile.am (RUNTESTDEFAULTFLAGS): Omit --tool so that
3880 libdejagnu tests are run too.
3881 * Makefile.in: Regenerate.
3883 2005-12-24 Ben Elliston <bje@gnu.org>
3885 * configure: Regenerate.
3887 * lib/remote.exp: Tidy.
3888 * lib/targetdb.exp: Likewise.
3889 * lib/target.exp (prune_warnings): Improve comments.
3890 * lib/dejagnu.exp: Likewise.
3891 * lib/utils.exp: Likewise.
3895 2005-12-24 Ben Elliston <bje@gnu.org>
3897 * doc/dejagnu.xml: Don't use apostrophes in section titles.
3898 * doc/dejagnu.texi: Regenerate.
3900 2005-12-24 Ben Elliston <bje@gnu.org>
3902 * Makefile.am (XML): Include $(srcdir) in filenames.
3903 * Makefile.in: Regenerate.
3905 2005-12-24 Ben Elliston <bje@gnu.org>
3907 * doc/C/Makefile.am: Remove.
3908 * doc/C/Makefile.in: Likewise.
3910 * Makefile.am (SUBDIRS): Remove.
3911 (EXTRA_DIST): Append $(XML).
3912 (dist_man_MANS): Define.
3913 (info_TEXINFOS): Likewise.
3914 (XML): List XML source files.
3915 (dejagnu.pdf): New target.
3916 (dejagnu.ps): Likewise.
3917 (dejagnu.rtf): Likewise.
3919 (dejagnu.texi): Special rule to build Texinfo source.
3920 * Makefile.in: Regenerate.
3921 * configure.ac: Don't search for docbook2dvi.
3922 Search for docbook2rtf and docbook2pdf.
3923 Don't output doc/Makefile or doc/C/Makefile.
3924 * configure: Regenerate.
3925 * doc/texinfo.tex: Move from here ..
3926 * texinfo.tex: .. to here.
3927 * doc/Makefile.am: Remove.
3928 * doc/Makefile.in: Likewise.
3929 * doc/C/dejagnu.omf: Likewise.
3930 * doc/C/topic.dat: Likewise.
3931 * doc/C/dejagnu.xml: Move from here ..
3932 * doc/dejagnu.xml: .. to here.
3933 * doc/C/legal.xml: Move from here ..
3934 * doc/legal.xml: .. to here.
3935 * doc/C/ref.xml: Move from here ..
3936 * doc/ref.xml: .. to here.
3937 * doc/C/user.xml: Move from here ..
3938 * doc/user.xml: .. to here.
3939 * doc/dejagnu.texi: Rebuild from XML source.
3941 2005-12-23 Ben Elliston <bje@gnu.org>
3943 * doc/runtest.1: Update manual page.
3945 2005-12-23 Ben Elliston <bje@gnu.org>
3947 * doc/overview.sgml: Remove in favour of XML versions.
3948 * doc/ref.sgml: Ditto.
3949 * doc/user.sgml: Ditto.
3950 * doc/texinfo.tex: Import new version.
3952 2005-12-20 Ben Elliston <bje@gnu.org>
3954 * Makefile.am (SUBDIRS): Remove testsuite, example.
3955 (EXTRA_DIST): Add $(TESTSUITE_FILES).
3956 (TESTSUITE_FILES): New.
3957 (RUNTEST, RUNTESTDEFAULTFLAGS): New.
3959 (check_PROGRAMS): New.
3960 (unit_SOURCES): New.
3961 * Makefile.in: Regenerate.
3962 * configure.ac (AC_OUTPUT): Don't output example/Makefile,
3963 testsuite/Makefile or testsuite/libdejagnu/Makefile.
3964 * configure: Regenerate.
3965 * testsuite/Makefile.am: Remove.
3966 * testsuite/Makefile.in: Likewise.
3967 * testsuite/libdejagnu/Makefile.am: Likewise.
3968 * testsuite/libdejagnu/Makefile.in: Likewise.
3970 2005-12-20 Ben Elliston <bje@gnu.org>
3972 * Makefile.am (baseboard_SCRIPTS): Rename ms1->mt.
3973 * Makefile.in: Regenerate.
3975 2005-12-20 Ben Elliston <bje@gnu.org>
3977 * configure: Regenerate with autoconf 2.59.
3978 * aclocal.m4: Regenerate with aclocal 1.9.6.
3979 * Makefile.in: Regenerate with automake 1.9.6.
3980 * doc/Makefile.in: Likewise.
3981 * doc/C/Makefile.in: Likewise.
3982 * example/Makefile.in: Likewise.
3983 * testsuite/Makefile.in: Likewise.
3984 * testsuite/libdejagnu/Makefile.in: Likewise.
3986 2005-12-20 Nathan Sidwell <nathan@codesourcery.com>
3988 * baseboards/ms1-sid.exp: Rename from this ..
3989 * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within.
3991 2005-12-20 Ben Elliston <bje@gnu.org>
3993 * config.guess: Update to most recent version.
3994 * config.sub: Likewise.
3996 2005-09-24 Ben Elliston <bje@gnu.org>
3998 * packaging/pkg/pkginfo (EMAIL): Update mail address.
4000 * lib/rsh.exp: Tidy comments.
4002 2005-07-07 Ben Elliston <bje@gnu.org>
4004 * lib/telnet.exp (telnet_transmit): Remove; use standard method.
4006 2005-07-07 Ben Elliston <bje@gnu.org>
4008 * Makefile.am (baseboard_SCRIPTS): Add ms1-sid.exp.
4009 * Makefile.in: Regenerate.
4011 2005-07-06 Ben Elliston <bje@gnu.org>
4013 * lib/tip.exp (tip_open): Improve comments.
4014 (tip_download): Likewise.
4016 2005-07-06 Ben Elliston <bje@gnu.org>
4018 * lib/telnet.exp (telnet_open): Improve option handling. Clarify
4019 documentation for each proc.
4021 2005-07-06 Ben Elliston <bje@gnu.org>
4023 * aclocal.m4: Regenerate with aclocal 1.9.
4024 * configure: Regenerate with autoconf 2.59.
4025 * doc/C/Makefile.am: Remove stray include.
4026 * Makefile.in, doc/Makefile.in, doc/C/Makefile.in,
4027 example/Makefile.in, testsuite/Makefile.in,
4028 testsuite/libdejagnu/Makefile.in: Regenerate with automake 1.9.
4030 2005-07-06 Ben Elliston <bje@gnu.org>
4032 Import some missing hunks from this patch on sourceware:
4034 2004-11-11 Nick Clifton <nickc@redhat.com>
4036 * lib/libgloss.exp (libio_include_flags, g++_include_flags,
4037 winsup_include_flags): Revert previous patch, restoring the use of
4038 -I, for all libraries except newlib. Newlib needs -isystem to
4039 avoid the problems with <limits.h> but the C++ and winsup
4040 libraries need -I because -isystem generates an implicit 'extern
4041 "C"' which may not be appropriate for certain targets.
4043 2005-07-06 Aldy Hernandez <aldyh@redhat.com>
4045 * baseboards/ms1-sid.exp: New.
4047 2005-07-01 Ben Elliston <bje@gnu.org>
4049 Unify some changes with the 1.4 branch:
4051 2004-10-28 Nick Clifton <nickc@redhat.com>
4052 * baseboards/iq2000-sim.exp: New file.
4054 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4055 * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
4058 2004-05-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4059 * baseboards/m32r-linux-sim.exp: Add New file.
4061 2005-06-24 Ben Elliston <bje@gnu.org>
4063 * MAINTAINERS: Update my email address.
4065 2005-06-24 Ben Elliston <bje@gnu.org>
4067 * Update the FSF's physical address throughout.
4069 2005-06-22 Ben Elliston <bje@gnu.org>
4071 * config.guess: Update to most recent version.
4072 * config.sub: Likewise.
4074 2005-04-28 Mark Kettenis <kettenis@gnu.org>
4076 * lib/target.exp (prune_warnings): Add a few more linker
4077 warning patterns for OpenBSD.
4079 2005-03-20 Mark Kettenis <kettenis@gnu.org>
4081 * lib/target.exp (prune_warnings): Add linker warning patterns for
4084 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
4086 * baseboards/cris-sim.exp: New file.
4088 2004-11-19 Nick Clifton <nickc@redhat.com>
4090 * lib/libgloss.exp (newlib_include_flags): Document why -isystem
4091 is used instead of -I.
4092 (libio_include_flags): Use -I instead of -isystem and
4094 (g++_include_flags): Use -I instead of -isystem.
4095 (libstdc++_include_flags): Likewise.
4097 2004-11-04 Ben Elliston <bje@gnu.org>
4099 * lib/dg.exp (dg-test): If a `dg-do run' test fails to compile,
4100 mark the test as unresolved, rather than warning.
4102 2004-10-27 Nick Clifton <nickc@redhat.com>
4104 * baseboards/iq2000-sim.exp: New file.
4106 2004-08-20 Daniel Jacobowitz <dan@debian.org>
4108 * testglue.c: Prototype abort(3) and exit(3).
4110 2004-08-14 Paul Brook <paul@codesourcery.com>
4112 * config/sim.exp (sim_download, sim_upload): New procs.
4114 2004-06-30 Ben Elliston <bje@gnu.org>
4116 * config.guess: Update to current revision.
4117 * config.sub: Likewise.
4119 2004-06-12 Ben Elliston <bje@gnu.org>
4121 * config.guess: Update to current revision.
4122 * config.sub: Likewise.
4124 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4126 * testglue.c: Prototype abort and exit.
4128 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4130 * baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
4133 Tue Feb 25 05:19:57 UTC 2003 Brendan Conoboy <blc@@redhat.com>
4135 * lib/remote.exp (call_remote): Remove multilibs from the board
4136 name when rebooting a board.
4138 2004-06-03 Alexandre Oliva <aoliva@redhat.com>
4140 * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
4143 2004-06-07 Ben Elliston <bje@gnu.org>
4145 * lib/libgloss.exp (build_wrapper): Remove redundant set command.
4147 2004-03-29 Joel Brobecker <brobecker@gnat.com>
4149 * lib/libgloss.exp (find_gnatmake): New procedure.
4150 * lib/target.exp (default_target_compile): Add support for Ada.
4152 2004-04-16 Kazuhiro Inaoka <inaoka dot kazuhiro at renesas dot com>
4154 * baseboards/m32r-linux-sim.exp: Add New file.
4156 2004-04-02 Rob Savoye <rob@direwolf.welcomehome.org>
4158 * configure.ac, example/Makefile.am: Add example/mathhelper.
4159 * configure, alocal.m4, example/Makefile.in: Regenerated.
4161 2004-04-02 Joel Sherrill <joel@OARcorp.com>
4163 * example/mathhelper: New example for using the unit testing API.
4165 2004-03-05 Daniel Jacobowitz <drow@mvista.com>
4167 * lib/remote.exp (standard_spawn): Fix rsh username support.
4169 2004-03-06 Rob Savoye <rob@althea.welcomehome.org>
4171 * doc/C: New directory for DocBook XML files.
4172 * doc/C/dejagnu.omf: New config file for scrollkeeper.
4173 * doc/C/topic.dat: New config file for the GNOME help system.
4174 * doc/C/dejagnu.xml: DocBook XML formatted verion of what was
4176 * doc/C/ref.xml: DocBook XML formatted verion of what was
4178 * doc/C/user.xml: DocBook XML formatted verion of what was
4181 2004-02-17 Ben Elliston <bje@wasabisystems.com>
4183 * runtest.exp: Do not trap SIGSEGV.
4185 2004-02-16 Ben Elliston <bje@wasabisystems.com>
4187 * configure.ac: Update AC_INIT and AM_INIT_AUTOMAKE invocations.
4188 * configure: Regenerate.
4190 2004-02-09 Ben Elliston <bje@wasabisystems.com>
4192 * doc/runtest.1: Improve some wording. Update last revision date.
4194 2004-02-09 Ben Elliston <bje@wasabisystems.com>
4196 * NEWS: Document yesterday's work.
4198 * runtest: Improve comments.
4200 2004-02-09 Ben Elliston <bje@wasabisystems.com>
4204 * testsuite/libdejagnu/unit.cc: Conform with GNU coding standard.
4206 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4208 * configure.ac: Quote strings throughout in good Autoconf style.
4209 Remove AC_PROG_YACC invocation. Search for docbook2dvi, et al and
4210 expect using AC_PATH_PROG. Remove DJ_AC_PATH_DOCBOOK in favour of
4211 existing macros. Remove stale BOARDS and CONFIG substs. Ensure Tcl
4212 is at version 8.3 or greater.
4213 * configure: Regenerate.
4214 * acinclude.m4: Remove.
4215 * aclocal.m4: Regenerate.
4216 * Makefile.in: Likewise.
4217 * doc/Makefile.am (%.pdf: %.sgml): Use $(DOCBOOK2PDF).
4218 (%.dvi: %.sgml): Use $(DOCBOOK2DVI).
4219 (%.html: %.sgml): Use $(DOCBOOK2HTML).
4220 * doc/Makefile.in: Regenerate.
4221 * example/Makefile.in: Likewise.
4222 * testsuite/Makefile.in: Likewise.
4223 * testsuite/libdejagnu/Makefile.in: Likewise.
4226 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
4228 * baseboards/cf.exp: Use -T instead of -Wl,-T for ldscript.
4229 * baseboards/fr30-elf.exp, baseboards/frv-elf.exp,
4230 baseboards/h8300.exp, baseboards/i960-cyclone.exp,
4231 baseboards/i960-sim.exp, baseboards/m32r-elf.exp,
4232 baseboards/mips-idt.exp, baseboards/mips-lnews-sim.exp,
4233 baseboards/mips-lsi-sim.exp, baseboards/mips64vr4100-sim.exp,
4234 baseboards/op50n.exp, baseboards/rom68k-idp.exp,
4235 baseboards/sh-hms.exp, baseboards/tx39-dve.exp,
4236 baseboards/vr4100-ddb.exp, baseboards/vr4100-sim.exp,
4237 baseboards/vr4111-sim.exp, baseboards/vr4300-ddb.exp,
4238 baseboards/vr4300-sim.exp, baseboards/vr4300.exp,
4239 baseboards/vr5000-ddb.exp: Likewise.
4241 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4243 * runtest: Terminate with an error if expect cannot be found.
4246 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4248 * configure.ac: Use AC_PATH_PROG to find expect(1).
4249 (DJ_AC_PATH_TCLSH): Remove unneeded invocation.
4250 * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove.
4251 (DJ_AC_STL): Likewise.
4252 * configure: Regenerate.
4253 * aclocal.m4: Likewise.
4254 * configure: Likewise.
4255 * Makefile.in: Likewise.
4256 * doc/Makefile.in: Likewise.
4257 * example/Makefile.in: Likewise.
4258 * testsuite/Makefile.in: Likewise.
4259 * testsuite/libdejagnu/Makefile.in: Likewise.
4262 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4264 * runtest.1: Remove any mention of mondfe.
4266 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4268 * TODO: Add an item about timeouts.
4270 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
4272 * baseboards/basic-sim.exp: Set gdb,do_reload_on_run.
4274 2004-02-08 Ben Elliston <bje@wasabisystems.com>
4276 * lib/standard.exp: Tidy.
4278 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4280 * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.
4281 (config_SCRIPTS): Remove udi.exp, vrtx.exp.
4282 (baseboard_SCRIPTS): Remove a29k-udi.exp.
4283 * Makefile.in: Regenerate.
4284 * baseboards/a29k-udi.exp: Remove.
4285 * baseboards/dos.exp: Update comments.
4286 * config/udi.exp: Remove.
4287 * config/vrtx.exp: Remove.
4288 * doc/overview.sgml: Update. Don't mention mondfe and xsh support.
4289 * doc/ref.sgml: Likewise.
4290 * doc/user.sgml: Likewise.
4291 * lib/mondfe.exp: Remove.
4292 * lib/xsh.exp: Likewise.
4293 * lib/remote.exp: Don't load mondfe.exp or xsh.exp.
4294 * packaging/pkg/prototype: Update.
4297 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4299 * Makefile.am (rpmspec): Remove.
4300 (rpm): Additionally depend on dejagnu.spec.
4301 ($(PKGDIR)/dejagnu): New target that installs DejaGnu into this
4302 directory. This saves duplicated code in the solpkg and hpdepot
4304 (solpkg): Depend on $(PKGDIR)/dejagnu.
4305 (hpdepot): Likewise.
4306 * Makefile.in: Regenerate.
4308 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4310 * Makefile.am (RUNTEST, RUNTESTDEFAULTFLAGS): Remove.
4311 * Makefile.in: Regenerate.
4312 * testsuite/Makefile.am (CLEANFILES): Remove.
4313 (RUNTESTDEFAULTFLATS): Pass --srcdir and RUNTEST=$(RUNTEST).
4314 * testsuite/Makefile.in: Regenerate.
4316 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4318 * lib/util-defs.exp: Move from here ..
4319 * testsuite/lib/util-defs.exp: .. to here.
4320 * Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp.
4321 * Makefile.in: Regenerate.
4322 * testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp.
4323 * testsuite/Makefile.in: Regenerate.
4324 * doc/ref.sgml (File Map): Remove util-defs.exp.
4325 * packaging/pkg/prototype: Update file list.
4327 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4329 * NEWS: Document changes since 1.4.4.
4331 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4333 * example/Makefile.am (check-recursive): Remove target.
4334 * example/Makefile.in: Regenerate.
4336 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4338 * dejagnu.h: Conform with GNU coding standard.
4340 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4342 * Makefile.am (PKGING): Remove.
4343 (PACKAGING_METAFILES): Update accordingly.
4344 (CLEANFILES, check-DEJAGNU): Remove.
4345 (tarball): Remove; use `dist'.
4346 (deb): Update target recipe to use `make dist'.
4348 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4350 * Clean.tcl: Remove.
4352 * Makefile.am (SUBDIRS): Add testsuite, example directories.
4353 (EXTRA_DIST): Define.
4354 (pkgdata_SCRIPTS): Add lib/*.exp files.
4355 (DATE, TCLSH): Remove.
4356 (configdir, config_DATA, config_SCRIPTS): Define.
4357 (baseboarddir, baseboard_DATA, baseboard_SCRIPTS): Likewise.
4358 (pkgdata_DATA): Likewise.
4359 (djlibexecdir, djlibexec_SCRIPTS): Likewise.
4360 (PKGING, PACKAGING_METAFILES): New macros.
4361 (clean-local): Remove.
4362 (rpm): Depend on dist.
4364 (dist-hook): Remove.
4365 (lib_dest, lib_files): Likewise.
4366 (baseboard_dest, baseboard_files): Likewise.
4367 (include_dest, config_dest, config_files): Likewise.
4368 (install-data-local): Likewise.
4369 (uninstall-local): Likewise.
4370 (site.exp): Likewise.
4371 * Makefile.in: Regenerate.
4373 * testsuite/Makefile.am (all, all-am, etcetera): Remove.
4375 (EXTRA_DIST): Define.
4376 (site.exp): Remove target.
4377 * testsuite/Makefile.in: Regenerate.
4378 * testsuite/libdejagnu/Makefile.am (EXTRA_DIST): Define.
4379 (noinst_PROGRAMS): Rename from this ..
4380 (check_PROGRAMS): .. to this.
4381 * testsuite/libdejagnu/Makefile.in: Regenerate.
4383 * doc/Makefile.am (man_MANS): Rename from this ..
4384 (dist_man_MANS): .. to this.
4385 (info_TEXINFOS): Define.
4386 (TARGETS): Remove overview.rtf.
4387 (EXTRA_DIST): Define.
4388 (%.rtf: %.sgml): Remove rule.
4389 (%.gif: %.fig): Likewise.
4390 (%.epsi: %.eps): Likewise.
4391 (%.eps: %.fig): Likewise.
4392 (clean, realclean, distclean): Remove.
4393 (install-docs): Don't install overview.rtf.
4394 * doc/Makefile.in: Regenerate.
4395 * doc/texinfo.tex: New file.
4397 * example/calc/Makefile.am (noinst_PROGRAMS): Rename from this ..
4398 (check_PROGRAMS): .. to this.
4399 (EXTRA_DIST): Add test cases and calc.1 man page.
4400 * example/calc/Makefile.in: Regenerate.
4401 * example/calc/aclocal.m4: Likewise.
4402 * example/calc/configure: Likewise.
4403 * example/calc/stamp-h.in: Remove.
4404 * example/hello/Makefile.am (bin_PROGRAMS): Rename from this ..
4405 (check_PROGRAMS): .. to this.
4406 (EXTRA_DIST): Define.
4407 * example/hello/Makefile.in: Regenerate.
4408 * example/hello/aclocal.m4: Likewise.
4409 * example/hello/configure: Likewise.
4410 * example/hello/testsuite/Makefile.am (EXTRA_DIST): Define.
4411 * example/hello/testsuite/Makefile.in: Regenerate.
4413 2004-02-07 Ben Elliston <bje@wasabisystems.com>
4415 * configure.ac: Remove commented out code.
4416 * configure: Regenerate.
4418 2004-02-06 Ben Elliston <bje@wasabisystems.com>
4422 2004-02-06 Ben Elliston <bje@wasabisystems.com>
4424 * INSTALL: Import latest version.
4425 * depcomp: Likewise.
4426 * install-sh: Likewise.
4427 * missing: Likewise.
4429 2004-02-06 Ben Elliston <bje@wasabisystems.com>
4431 * configure.in: Rename from this ..
4432 * configure.ac: .. to this. Require Autoconf 2.50.
4433 * Makefile.in: Regenerate.
4434 * doc/Makefile.in: Likewise.
4435 * example/Makefile.in: Likewise.
4436 * testsuite/Makefile.in: Likewise.
4437 * testsuite/libdejagnu/Makefile.in: Likewise.
4439 2004-02-06 Ben Elliston <bje@wasabisystems.com>
4441 * lib/target.exp (prune_warnings): Add spaces where required in
4442 NetBSD warnings. Supersedes a patch in pkgsrc's devel/dejagnu.
4444 2004-02-05 Ben Elliston <bje@wasabisystems.com>
4446 * config.guess: Update to current revision.
4447 * config.sub: Likewise.
4449 2004-02-04 Ben Elliston <bje@wasabisystems.com>
4451 * configure.in (AC_NO_EXECUTABLES): Remove.
4452 * configure: Rebuild with Autoconf 2.59.
4453 * acinclude.m4 (DJ_AC_STL): Quote macro name to appease aclocal.
4454 (DJ_AC_PATH_TCLSH): Likewise.
4455 (DJ_AC_PATH_DOCBOOK): Likewise.
4456 * aclocal.m4: Rebuild.
4457 * Makefile.in: Rebuild with Automake 1.8.2.
4458 * doc/Makefile.in: Likewise.
4459 * example/Makefile.in: Likewise.
4460 * testsuite/Makefile.in: Likewise.
4461 * testsuite/libdejagnu/Makefile.in: Likewise.
4463 2004-01-30 Ben Elliston <bje@wasabisystems.com>
4465 Import orphaned patches from sources.redhat.com:
4467 2002-05-02 Fernando Nasser <fnasser@redhat.com>
4468 * doc/dejagnu.texi: Document KFAIL and KPASS.
4470 2002-02-20 Richard Henderson <rth@redhat.com>
4471 * lib/target.exp (prune_warnings): Revert early "In function"
4472 strip, as this breaks g++.dg tests. Match dangerous regexp
4473 without the "In function" header.
4475 2002-02-09 Richard Henderson <rth@redhat.com>
4476 * lib/target.exp (prune_warnings): Strip "In function" etc early.
4477 Adjust "dangerous" regexp for glibc's tmpnam warning.
4479 2001-09-10 Jim Blandy <jimb@redhat.com>
4480 * baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script,
4481 so we get the version of the `outbyte' function that does console
4482 output in a way that GDB's rom68k target recognizes. Note that
4483 the board can now do output.
4485 2000-04-25 Felix Lee <flee@cygnus.com>
4486 * baseboards/tx39-sim.exp: Use idt, not dve linker script. Delete
4487 misleading comments and null statements.
4489 2004-01-30 Ben Elliston <bje@wasabisystems.com>
4491 * DejaGnu 1.4.4 released.
4493 2004-01-27 Ben Elliston <bje@wasabisystems.com>
4495 * Makefile.am (tarball): Depend on book1.html, not overview.html.
4496 Don't echo needless messages. Portably copy the source tree to
4497 dejagnu-${VERSION}. Portably copy documentation files from the
4498 source tree to the distribution directory. Don't copy RPM-related
4499 files -- leave that to the rpm target.
4500 (snapshot): Remove target.
4501 (overview.html): Rename target from this ..
4502 (book1.htm): .. to this.
4503 (rpm): Portably copy tar file to SOURCES directory.
4504 (deb): Depend on book1.html, not overview.html.
4505 (dist-hook): Depend on book1.html, not overview.html.
4506 * Makefile.in: Rebuild.
4507 * doc/Makefile.am (TARGETS): Depend on book1.html.
4508 (book1.html): Depend on html/book1.html.
4509 (overview.dvi): Remove target.
4510 * doc/Makefile.in: Rebuild.
4512 2004-01-27 Ben Elliston <bje@wasabisystems.com>
4514 * Clean.tcl: Run tclsh via /usr/bin/env for portability.
4515 (cleanfiles): Concatenate regular filenames that match .*.
4517 2004-01-12 Ben Elliston <bje@wasabisystems.com>
4519 * baseboards/frv-sim.exp: Remove reference to devo/sim.
4521 2004-01-27 Ben Elliston <bje@wasabisystems.com>
4523 * doc/overview: Remove all files.
4525 2003-12-03 Ben Elliston <bje@wasabisystems.com>
4527 * testsuite/runtest.all/utils.test: Fix a test for proc find which
4528 assumed that "subsubfile1" would appear at the end of the returned
4529 list. Adjust to use a more robust regular expression.
4531 2003-11-26 Ben Elliston <bje@wasabisystems.com>
4533 * doc/overview.sgml (version): Update.
4534 * doc/overview/installation.html: Likewise.
4536 * packaging/rpm/dejagnu.spec: Update version numbers throughout.
4537 * packaging/pkg/pkginfo: Likewise.
4538 * packaging/depot/dejagnu.psf: Likewise.
4540 2003-10-25 Ben Elliston <bje@wasabisystems.com>
4542 * runtest.exp (frame_version): Bump version.
4543 * configure.in (AM_INIT_AUTOMAKE): Likewise.
4544 * configure: Regenerate.
4546 2003-10-16 Rob Savoye <rob@welcomehome.org>
4548 * packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
4550 2003-10-13 Ben Elliston <bje@wasabisystems.com>
4552 * baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
4554 2003-10-11 Corinna Vinschen <vinschen@redhat.com>
4556 * baseboards/sh-sim.exp: New file.
4558 2003-10-11 Ben Elliston <bje@wasabisystems.com>
4561 * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
4563 2003-10-08 Ben Elliston <bje@wasabisystems.com>
4565 * i960glue.c: Remove.
4566 * packaging/pkg/prototype: Remove i960glue.c.
4568 2003-10-07 Ben Elliston <bje@wasabisystems.com>
4570 * contrib/README: Remove.
4571 * contrib/testit: Remove bitrotten script.
4572 * contrib/test-g++: Likewise.
4573 * contrib/test-tool: Likewise.
4575 2003-08-23 Ben Elliston <bje@wasabisystems.com>
4578 * contrib/README: Bring up to date.
4580 2003-08-23 Corinna Vinschen <vinschen@redhat.com>
4582 * config/sid.exp: Add gdb settings to use no hardware watchpoints.
4584 2003-08-23 Ben Elliston <bje@wasabisystems.com>
4586 * README: Update section on reporting bugs.
4588 2003-08-22 Ben Elliston <bje@wasabisystems.com>
4590 * lib/kermit.exp: Document procs.
4591 * lib/ftp.exp: Likewise.
4593 2003-08-19 Ben Elliston <bje@wasabisystems.com>
4595 * contrib/testit: Run wish via /usr/bin/env for portability.
4597 2003-08-18 Ben Elliston <bje@wasabisystems.com>
4599 * Makefile.am: Tidy comments and unused command lines.
4600 * Makefile.in: Regenerate.
4601 * testsuite/libdejagnu/Makefile.in: Likewise.
4603 * contrib/bluegnu2.0.3: Remove unsupported subtree.
4605 2003-08-18 Ben Elliston <bje@wasabisystems.com>
4607 * MAINTAINERS: New file.
4609 2003-08-17 Ben Elliston <bje@wasabisystems.com>
4611 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
4612 * doc/Makefile.in: Regenerate.
4614 2003-08-16 Ben Elliston <bje@wasabisystems.com>
4616 * doc/overview.sgml (overview): Start overhauling chapter.
4618 * doc/README.Writers: New document on style conventions.
4619 * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
4620 * doc/user.sgml: Likewise.
4621 * doc/overview.sgml: Likewise.
4622 * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
4624 2003-08-12 Ben Elliston <bje@wasabisystems.com>
4626 * Makefile.am (tarball): Update path to dejagnu.spec.
4627 (rpmspec): Likewise.
4628 (deb): Likewise, update path to package metafiles.
4630 (hpdepot): Likewise.
4631 * Makefile.in: Regenerate.
4632 * aclocal.m4: Likewise.
4633 * configure: Likewise.
4634 * doc/Makefile.in: Likewise.
4635 * example/Makefile.in: Likewise.
4636 * testsuite/Makefile.in: Likewise.
4637 * deb: Move from here ..
4638 * packaging/deb: .. to here.
4639 * redhat: Move from here ..
4640 * packaging/rpm: .. to here.
4641 * depot: Move from here ..
4642 * packaging/depot: .. to here.
4643 * pkg: Move from here ..
4644 * packaging/pkg: .. to here.
4646 * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
4647 (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
4648 * testsuite/libdejagnu/Makefile.in: Regenerate.
4650 2003-08-07 Ben Elliston <bje@wasabisystems.com>
4652 * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
4653 to increment count rather than count++ as in C.
4655 2003-08-06 Ben Elliston <bje@wasabisystems.com>
4657 * lib/remote.exp: Replace "TCL" with "Tcl".
4659 2003-07-30 Ben Elliston <bje@wasabisystems.com>
4661 * doc/runtest.1: Replace "TCL" with "Tcl".
4662 Make last revision date current.
4664 2003-07-29 Ben Elliston <bje@wasabisystems.com>
4666 * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
4667 URLs and other stylistic improvements.
4668 * doc/ref.sgml: Likewise.
4669 * doc/user.sgml: Likewise.
4671 2003-07-25 Mike Stump <mrs@apple.com>
4673 * lib/target.exp (prune_warnings): Handle "nfs server .* not
4674 responding" and "nfs server .* is alive again".
4676 2003-07-20 Ben Elliston <bje@wasabisystems.com>
4678 * config.guess: Update to most recent version.
4679 * config.sub: Ditto.
4680 * AUTHORS: Add self to list of maintainers.
4682 2003-07-25 Jim Dein <jdein@deinji5.apple.com> (RIP)
4684 * lib/utils.exp (find): Fix double recursion bug.
4686 2002-02-25 Jackie Smith Cashion <jsmith@redhat.com>
4688 * baseboards/am33_2.0-libremote.exp: New file.
4690 2000-11-21 Drew Moseley <dmoseley@redhat.com>
4692 * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
4695 2000-08-10 Drew Moseley <dmoseley@cygnus.com>
4697 * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
4700 2003-06-13 Phil Edwards <pme@devphil.com>
4702 * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
4703 baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
4704 only -T[linker] instead of -Wl,-T[linker].
4706 2003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
4708 * lib/target.exp (prune_warnings): Add two more linker
4709 warning patterns for warnings generated by modern verions
4712 2003-05-12 H.J. Lu <hongjiu.lu@intel.com>
4714 * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
4716 2003-05-09 H.J. Lu <hongjiu.lu@intel.com>
4718 * runtest: Fix a typo.
4720 2003-05-03 Nitin Dhavale <nitinpdhavale@indiatimes.com>
4722 * doc/user.sgml: Clarify how to set the verbose option.
4724 2003-03-28 Chris Demetriou <cgd@broadcom.com>
4726 * lib/framework.exp (check_conditional_xfail): Adjust so that
4727 an empty 'includes' list matches all sets of flags.
4728 * doc/dejagnu.texi: Document the above.
4729 * doc/ref.sgml: Likewise.
4731 2003-03-27 David Heine <dlheine@tensilica.com>
4733 * baseboards/xtensa-sim.exp: Fix a syntax error.
4735 2003-03-16 Rob Savoye <rob@direwolf.welcomehome.org>
4737 * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
4738 than stomp on it. This is based on a patch from Brendan Conoboy
4740 * Most files: Update copyright dates.
4742 2003-03-13 Mike Stump <mrs@apple.com>
4744 * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
4745 help ensure uniqueness.
4747 2003-03-05 Alexandre Oliva <aoliva@redhat.com>
4749 * lib/remote.exp (standard_download, standard_upload): Support
4750 nfsdir and nfsroot_server.
4752 See ChangeLog-1992 for earlier changes.