Mark ChangeLog for release.
[dejagnu.git] / ChangeLog
blob7726e4245f8c2431f7c933fa3c9216f1a86e5bf6
1 2015-03-30  Ben Elliston  <bje@gnu.org>
3         * DejaGnu 1.5.3 released.
5 2015-03-30  Ben Elliston  <bje@gnu.org>
7         * runtest.exp (frame_version): Set to 1.5.3.
8         * configure.ac (AC_INIT): Set version to 1.5.3.
9         * configure: Regenerate.
10         * doc/dejagnu.xml (appversion, version): Set to 1.5.3.
11         * doc/dejagnu.texi: Regenerate.
13 2015-03-30  Ben Elliston  <bje@gnu.org>
15         Revert the following change which causes breakage reported here:
16         https://lists.gnu.org/archive/html/dejagnu/2015-03/msg00003.html
18         2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
20         * runtest.exp (runtest): Call reset_vars at initialisation so that
21         perror does not affect test results in other test scripts.
23 2015-02-26  H.J. Lu  <hjl.tools@gmail.com>
25         * lib/target.exp (default_target_compile): Prepend multilib_flags,
26         instead of appending it.
28 2015-02-18  Ben Elliston  <bje@gnu.org>
30         * lib/framework.exp (log_and_exit): Set tool to "testrun" if
31         unset.
33 2015-02-05  Ben Elliston  <bje@gnu.org>
35         * doc/runtest.1: Fix a spelling error.
37 2015-02-04  Ben Elliston  <bje@gnu.org>
39         * config.guess: Update to version 2015-01-01.
40         * config.sub: Likewise.
42 2015-01-22  Eric Botcazou  <ebotcazou@adacore.com>
44         * Makefile.am (baseboard_DATA): Add baseboards/visium-sim.exp.
45         * Makefile.in: Regenerate.
46         * baseboards/visium-sim.exp: New file.
48 2014-11-25  Ben Elliston  <bje@gnu.org>
50         * lib/dejagnu.exp (host_execute): Remove stray leading hyphen.
51         Reported by David Malcolm.
53 2014-10-28  Ben Elliston  <bje@gnu.org>
55         * Makefile.in: Regenerate.
57 2014-10-28  Ben Elliston  <bje@gnu.org>
59         * example: Remove stale examples.
61 2014-10-24  Steve Ellcey  <sellcey@mips.com>
63         * dejagnu.h (pass): Make function static as well as inline.
64         (xpass): Ditto.
65         (fail): Ditto.
66         (xfail): Ditto.
67         (untested): Ditto.
68         (unresolved): Ditto.
69         (note): Ditto.
70         (totals): Ditto.
72 2014-10-14  Ben Elliston  <bje@gnu.org>
74         * runtest.exp: Only match $directory, not *${directory}* when the
75         user passes the --directory option. Reported by Sergey Alyoshin.
77 2014-10-14  Ben Elliston  <bje@gnu.org>
79         * lib/dejagnu.exp (host_execute): Remove buffer_full check. This
80         is not the right command keyword -- it is full_buffer. Reported by
81         David Malcolm.
83 2014-07-15  Maciej W. Rozycki  <macro@mips.com>
84             Maciej W. Rozycki  <macro@codesourcery.com>
86         * lib/targetdb.exp (add_board_info): New procedure.
87         * doc/ref.xml (Add_board_info Procedure): New section.
88         (Set_board_info Procedure): Add description.
89         (Unset_board_info Procedure): Likewise.
90         * doc/user.xml (Board Config File Values): Add `add_board_info'
91         reference.  Reorder `gdb_init_command' table rows and remove a
92         duplicate entry, reusing it for `gdb_init_commands'.
94 2014-06-25  Rob Savoye  <rob.savoye@linaro.org>
96         * runtest.exp: (lookfor-file): Fix bug were none of the relative
97         paths were actually being used for file lookup.
99 2014-06-06  Ben Elliston  <bje@gnu.org>
101         * depcomp, install-sh, missing: Update to latest versions.
102         * mkinstalldirs: Remove.
103         * Makefile.in: Regenerate.
105 2014-06-04  Ben Elliston  <bje@gnu.org>
107         * Makefile.in: Regenerate with Automake 1.14.1.
108         * compile: Add missing file.
110 2014-06-04  Ben Elliston  <bje@gnu.org>
112         * config.guess: Update to version 2014-03-23.
113         * config.sub: Likewise.
115 2014-06-04  Ben Elliston  <bje@gnu.org>
117         * aclocal.m4: Regenerate with Automake 1.14.1.
118         * configure: Regenerate with Autoconf 2.69.
120 2014-03-15  Steve Ellcey  <sellcey@mips.com>
122         * baseboards/multi-sim.exp (rpath_flags): Add libatomic.so check.
124 2014-02-23  Steve Ellcey  <sellcey@mips.com>
125             Richard Sandiford  <rdsandiford@googlemail.com>
127         * config/sim.exp (sim_exec): New.
128         (sim_file): New.
130 2013-12-08  Richard Sandiford  <rdsandiford@googlemail.com>
132         * lib/dg.exp (dg-test): Don't put the expected and actual output
133         of a pattern test in the test name; send it to the log instead.
135 2013-11-01  Steve Ellcey  <sellcey@mips.com>
137         * Makefile.am (baseboard_SCRIPTS): Add multi-sim.exp baseboard.
138         * Makefile.in: Regenerate.
139         * baseboards/multi-sim.exp: New.
141 2013-10-31  Anton Kolesov  <anton.kolesov@synopsys.com>
143         * lib/remote.exp (standard_reboot): Return 1 instead of an empty string.
144         (remote_reboot): Add comment explaining return value of this procedure.
145         * doc/ref.xml (remote_reboot, standard_reboot): Document procedures.
146         * doc/dejagnu.texi: Regenerate.
148 2013-10-15  Alexander Ivchenko  <alexander.ivchenko@intel.com>
150        * baseboards/androideabi.exp (process_multilib_options): Add option.
151        * config/adb.exp: Remove hardcoded -static option.
152        (adb_load): Add the possibility to change the temp directory. Also
153        handle permission potential problems.
154        (adb_exec): Do cd to android_tmp_dir first.
156 2013-10-05  Jose E. Marchesi  <jose.marchesi@oracle.com>
158         * baseboards/unix.exp: Add gdb settings to not use hardware
159         watchpoints in sparc64 running GNU/Linux.
161 2013-06-17  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
163         * runtest.exp (libdirs): New global variable.
164         (load_lib): Append libdirs to search_and_load_files directories.
165         * doc/ref.xml (load_lib): Document global variable libdirs.
166         * doc/dejagnu.texi: Regenerate.
167         * testsuite/runtest.all/load_lib.exp: New testcase.
168         * Makefile.am (TESTSUITE_FILES): Add new testcase.
169         * Makefile.in: Regenerate.
171 2013-06-15  Ben Elliston  <bje@gnu.org>
173         * configure.ac: If DEJAGNU is unset, set it to /dev/null.
174         * Makefile.am: Export DEJAGNU.
175         * configure: Likewise.
176         * Makefile.in: Regenerate.
178 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
180         * doc/user.xml: Fix typos.
181         * doc/ref.xml: Likewise.
182         * doc/dejagnu.texi: Regenerate.
184 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
186         * doc/user.xml: Fix number of columns in table.
187         * doc/dejagnu.texi: Regenerate.
189 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
191         * doc/user.xml: Fix rendering errors around programlisting.
192         * doc/ref.xml: Likewise.
193         * doc/dejagnu.texi: Regenerate.
195 2013-06-15  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
197         * doc/user.xml: Fix spacing before productname.
198         * doc/dejagnu.texi: Regenerate.
200 2013-06-12  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
202         * testsuite/runtest.all/default_procs.tcl (send_log): Use the
203         magic "args" parameter name, as expect send_log proc accepts -- as
204         a leading option.
206 2013-06-08  Makoto Fujiwara  <makoto@ki.nu>
208         * Makefile.am (pkgdata_DATA): Rename from pkgdata_SCRIPTS.
209         (config_DATA): Likewise for config_SCRIPTS.
210         (baseboard_DATA): Likewise for baseboard_SCRIPTS.
211         (EXTRA_DIST): Remove pkgdata_SCRIPTS, config_SCRIPTS and
212         baseboard_SCRIPTS.
213         * Makefile.in: Regenerate.
215 2013-06-08  Ben Elliston  <bje@gnu.org>
217         * configure: Regenerate with autoconf 2.69.
218         * aclocal.m4: Regenerate.
220 2013-03-31  Ben Elliston  <bje@gnu.org>
222         * Makefile.am (html-local): Rename target from html.
223         * Makefile.in: Regenerate with automake 1.12.6.
224         * aclocal.m4: Likewise.
225         * configure: Regenerate.
227 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
229         * TODO: Remove todo item about warncnt and errcnt.
231 2013-03-28  Gilles Espinasse  <g.esp@free.fr>
233         * testsuite/lib/libsup.exp (make_defaults_file): Only set $tool once.
235 2013-03-26  Ben Elliston  <bje@gnu.org>
237         * config.guess: Update to version 2013-02-12.
238         * config.sub: Likewise.
240 2013-02-16  Rob Savoye  <rob@build.welcomehome.org>
242         * config/adb.exp: Add adb_file so we can remotely delete test
243         cases to save on limited disk space. Don't remove the file after
244         executing it, leave that for the test driver instead.
246 2013-02-15  Rob Savoye  <rob@welcomehome.org>
248         * config/adb.exp: Remove the test case after executing
249         it. Otherwise we can fill up all the diskspace on a small target
250         pretty fast.
252 2013-02-11  Rob Savoye  <rob@welcomehome.org>
254         * baseboards/androideabi.exp: Board support for Android using ADB.
255         * config/adb.exp: Config support for Android using ADB.
256         * Makefile.am (dist): Add new config and board files.
257         * aclocal.m4, Makefile.in, configure, example/calc/configure,
258         example/mathhelper/configure: Regenerated with newer autotools.
260 2012-12-05  Ben Elliston  <bje@gnu.org>
262         * example/hello: Remove.
263         * configure.ac: Likewise.
264         * configure: Regenerate.
266 2012-10-04  Steve Ellcey  <sellcey@mips.com>
268         * Makefile.am (baseboard_SCRIPTS): Add new baseboards.
269         * Makefile.in: Regenerate.
270         * baseboards/mips-sim-mti32.exp: New.
271         * baseboards/mips-sim-mti64.exp: New.
272         * baseboards/mips-sim-mti64_n32.exp: New.
273         * baseboards/mips-sim-mti64_64.exp: New.
274         * baseboards/mips-sim-sde32.exp: New.
275         * baseboards/mips-sim-sde64.exp: New.
277 2012-10-04  Ben Elliston  <bje@gnu.org>
279         * aclocal.m4: Regenerate with automake 1.11.3.
280         * Makefile.in: Likewise.
281         * configure: Regenerate with autoconf 2.68.
283 2012-08-22  Steve Ellcey  <sellcey@mips.com>
285         * baseboards/generic-sim.exp: New baseboard definition.
287 2012-06-15  Andreas Schwab  <schwab@linux-m68k.org>
289         * lib/framework.exp (clone_output): Protect from leading dash in
290         $message.
291         * runtest.exp (verbose): Likewise.
293 2012-06-11  Tom Tromey  <tromey@redhat.com>
295         * doc/runtest.1: Update.
296         * runtest.exp (xml_file_name): New global.
297         (usage): Update.
298         Handle optional argument to --xml.
299         * lib/framework.exp (open_logs): Respect xml_file_name.
301 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
303         * runtest.exp (load_tool_init): Fix typo in -de option handling.
305 2012-03-24  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
307         * doc/runtest.1: Correct name of debug file.
309 2012-02-25  Ben Elliston  <bje@gnu.org>
311         * runtest: Search /usr/share/dejagnu and /usr/local/share/dejagnu
312         for runtest.exp as a last resort (for usrmove environments, where
313         /bin is a link to /usr/bin). From Honza Horak <hhorak@redhat.com>.
315 2011-12-30  Ben Elliston  <bje@gnu.org>
317         * doc/user.xml: Various spelling and consistency fixes.
318         * doc/ref.xml: Likewise.
319         (exit_remote_shell): Remove, as this procedure is defunct.
320         * doc/dejagnu.texi: Regenerate.
322 2011-12-30  Ben Elliston  <bje@gnu.org>
324         * config.guess: Update to version 2011-12-29.
325         * config.sub: Update to version 2011-11-11.
327 2011-06-30  Tom Tromey  <tromey@redhat.com>
329         * doc/ref.xml: Document find_gfortran.
330         * doc/dejagnu.texi: Regenerate.
331         * lib/target.exp (default_target_compile): Handle f90.
332         (default_target_compile): Likewise.
333         * lib/libgloss.exp (find_gfortran): New proc.
335 2011-06-30  Ben Elliston  <bje@gnu.org>
337         * Makefile.am (all-local): New rule.
338         * Makefile.in: Regenerate.
340 2011-04-12  Ben Elliston  <bje@gnu.org>
342         * config/vxworks.exp (vxworks_file): Use "file delete", not "exec
343         rm", for better portability.
344         * config/netware.exp (${board}_load): Likewise.
345         * lib/dg.exp (dg-test): Likewise.
346         * lib/framework.exp (open_logs): Likewise.
347         * lib/remote.exp (standard_file): Likewise.
348         * runtest.exp: Likewise.
349         * testsuite/runtest.all/options.exp: Likewise.
351 2011-03-15  Ben Elliston  <bje@gnu.org>
353         * runtest.exp: Whitespace cleanups.
354         * lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
355         lib/libgloss.exp, lib/remote.exp, lib/rsh.exp, lib/target.exp,
356         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Likewise.
358 2011-03-15  Ben Elliston  <bje@gnu.org>
360         * runtest: Remove trailing semicolons.
361         * lib/rsh.exp: Likewise.
363 2011-03-15  H.J. Lu  <hjl.tools@gmail.com>
365         * lib/remote.exp (local_exec): Ignore SIGHUP.
367 2011-03-14  Ben Elliston  <bje@gnu.org>
369         * runtest.exp (frame_version): Set to 1.5.1.
370         * configure.ac (AC_INIT): Set version to 1.5.1.
371         * configure: Regenerate.
372         * doc/dejagnu.xml (appversion, version): Set to 1.5.1.
373         * doc/dejagnu.texi: Regenerate.
375 2011-03-14  Ben Elliston  <bje@gnu.org>
377         * dejagnu.h: Whitespace cleanups.
379 2011-03-14  Ben Elliston  <bje@gnu.org>
381         * baseboards/cris-sim.exp: Remove trailing semicolon(s).
382         * baseboards/mt-sid.exp: Likewise.
383         * baseboards/tx39-sim.exp: Likewise.
384         * lib/target.exp (default_target_compile): Likewise.
386 2011-03-14  Ben Elliston  <bje@gnu.org>
388         Reported by Flash Sheridan <flash@pobox.com>:
389         * doc/user.xml (Testing "Hello world" locally): Improve the
390         example test script and make it robust to failures.  Tidy some
391         formatting errors.
392         * doc/dejagnu.texi: Regenerate.
394 2011-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
396         * runtest.exp (runtest): Call reset_vars at initialisation so that
397         perror does not affect test results in other test scripts.
399 2011-03-09  Ben Elliston  <bje@gnu.org>
401         * NEWS: Start a new section for post-1.5 changes.
403 2011-03-09  Ben Elliston  <bje@gnu.org>
405         * DejaGnu 1.5 released.
407 2011-03-09  Ben Elliston  <bje@gnu.org>
409         * Makefile.am (DISTCLEANFILES): Define.
410         * Makefile.in: Regenerate.
411         * testsuite/runtest.all/libs.exp: Clean up temp files on exit.
412         * testsuite/runtest.all/options.exp: Likewise for dbg.log.
413         * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file
414         mkdir" instead of exec'ing mkdir(1).
416 2011-03-07  Ben Elliston  <bje@gnu.org>
418         * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE.
419         * Makefile.in: Regenerate.
421 2011-03-06  Ben Elliston  <bje@gnu.org>
423         * configure.ac (AC_INIT): Set version to 1.5.
424         * configure: Regenerate.
425         * runtest.exp (frame_version): Set to 1.5.
426         * doc/dejagnu.texi: Regenerate.
428 2011-03-04  Ben Elliston  <bje@gnu.org>
430         * texinfo.tex: Import latest version from ftp://tug.org/tex.
432 2011-03-04  Ben Elliston  <bje@gnu.org>
434         * Makefile.am (EXTRA_DIST): Correct name of historical ChangeLog.
435         * Makefile.in: Regenerate.
437 2011-03-03  Ben Elliston  <bje@gnu.org>
439         * Makefile.am: Bump to GPL version 3.
440         * configure.ac: Likewise.
441         * Makefile.in: Regenerate.
442         * aclocal.m4: Likewise.
443         * configure: Likewise.
445 2011-03-03  Ben Elliston  <bje@gnu.org>
447         * config.guess: Update to most recent version.
448         * config.sub: Likewise.
450 2011-03-03  Ben Elliston  <bje@gnu.org>
452         * lib/framework.exp (unknown): Rename the native Tcl ::unknown
453         proc to ::tcl_unknown.  If ::tcl_unknown returns a failure result,
454         then fall back to the conventional DejaGnu handling.  Report from
455         David Byron <dbyron@dbyron.com>.
457 2011-03-03  Maciej W. Rozycki  <macro@codesourcery.com>
459         * lib/remote.exp (remote_expect): Pass all exception conditions up
460         to the caller.
462 2011-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
464         * lib/dg.exp (dg-test): Support nested calls.
466 2010-04-13  Ben Elliston  <bje@gnu.org>
468         * testglue.c: Remove duplicated prototypes for abort and exit.
470 2010-03-26  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
472         * doc/user.xml (Tcl Variables For Command Line Options): Correct
473         column count.
475 2010-01-21  Jie Zhang  <jie.zhang@analog.com>
477         * config/gdb-comm.exp (gdb_comm_load): Set breakpoints after load.
479 2010-01-15  Anthony Green  <green@moxielogic.com>
481         * baseboards/moxie-sim.exp: New baseboard.
483 2009-12-10  DJ Delorie  <dj@redhat.com>
485         * baseboards/rx-sim.exp: New baseboard.
487 2009-10-15  Ben Elliston  <bje@gnu.org>
489         * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide.
490         This web page has disappeared.
492 2009-07-06  Ben Elliston  <bje@gnu.org>
494         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Mark up options with
495         <option> not <emphasis>.  Apply other grammatical fixes from
496         Reuben Thomas.
497         * doc/dejagnu.texi: Regenerate.
499 2009-07-06  Ben Elliston  <bje@gnu.org>
501         * configure.ac: Check for docbook2x-texi.
502         * configure: Regenerate.
504 2009-07-06  Ben Elliston  <bje@gnu.org>
506         From Reuben Thomas  <rrt@sc3d.org>:
507         * doc/runtest.1: Fix some formatting issues.
509 2009-06-16  Ben Elliston  <bje@gnu.org>
511         * config.guess: Update to most recent version.
512         * config.sub: Likewise.
514 2009-06-16  Ben Elliston  <bje@gnu.org>
516         * Makefile.am (rpm, deb, solpkg, hpdepot): Remove targets.
517         * Makefile.in: Regenerate.
518         * packaging: Remove directory and its contents.
520 2009-06-10  Maciej W. Rozycki  <macro@codesourcery.com>
522         * config/gdb-comm.exp (gdb_comm_add_breakpoint): Handle pending
523         breakpoints.
525 2008-12-03  Ben Elliston  <bje@gnu.org>
527         * COPYING: Update to GPL version 3.
529 2008-04-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
531         * doc/ref.xml, doc/user.xml: Fix typos.
532         * doc/dejagnu.texi: Regenerate.
534 2008-04-06  Daniel Jacobowitz  <drow@false.org>
536         * Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST).
537         * Makefile.in: Regenerate.
538         * dejagnu.exp (host_execute): Improve regexp matching.
539         * testsuite/libdejagnu/unit.cc: C++ fixes.
541 2008-04-06  Daniel Jacobowitz  <drow@false.org>
543         * lib/utils.exp (diff): Open both files as binary.
545 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
547         * dejagnu.h (totals): Correct typos.
549 2008-04-06  Daniel Jacobowitz  <dan@codesourcery.com>
551         * doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.
552         * doc/dejagnu.texi: Regenerate.
554 2008-02-25  Ben Elliston  <bje@gnu.org>
556         * doc/runtest.1: Update date of last revision.
558 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
560         * baseboards/h8300.exp: Use -- before switch argument that may
561         begin with "-".
562         * baseboards/cris-sim.exp: Ditto.
564 2008-02-11  Hans-Peter Nilsson  <hp@axis.com>
566         * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp,
567         iq2000-sim.exp and m32r-linux-sim.exp.
568         * Makefile.in: Regenerate.
570 2008-02-08  Ben Elliston  <bje@gnu.org>
572         * baseboards/cris-sim.exp: Fix MS-DOS line termination.
574 2007-12-28  Joseph Myers  <joseph@codesourcery.com>
576         * lib/target.exp (default_link): Initialize nobjects before use.
578 2007-12-06  Ben Elliston  <bje@gnu.org>
580         * lib/dg.exp (dg_bogus): Comment fix.
582 2007-10-31  DJ Delorie  <dj@redhat.com>
584         * lib/framework.exp (open_logs): Line buffer the .sum file.
586 2007-09-04  Matt Kraai  <kraai@ftbfs.org>
588         * doc/user.xml (Configuration): Fix typos.
589         * doc/dejagnu.texi: Regenerate.
591 2007-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
593         * lib/remote.exp (standard_send): Correct quoting.
595 2007-05-17  Ben Elliston  <bje@gnu.org>
597         * doc/user.xml: Correct the syntax for running apt-get on a Debian
598         GNU/Linux system. From Peter Welte <weltepe@gmail.com>.
600 2007-04-30  Bob Wilson  <bob.wilson@acm.org>
602         * baseboards/xtensa-sim.exp: Set target_install.  Stop using
603         basic-sim.exp.  Run the simulator with --turbo option.  Replace
604         needs_status_wrapper with the simulator's --exit_with_target_code
605         option.
607 2006-10-15  Rob Savoye  <rob@bertha.welcomehome.org>
609         * dejagnu.h: Add support for for expected failures and
610         unexpected successes.
612 2005-05-06  Andrew Fyfe <a.fyfe@tiscali.co.uk>
614         * doc/Makefile.am: Fix install path for man page.
615         * Makefiles: Regenerated.
617 2006-08-29  Ben Elliston  <bje@gnu.org>
619         * runtest.exp (usage): Use "triplet" instead of "config name".
621 2006-07-13  Daniel Jacobowitz  <dan@codesourcery.com>
623         * Makefile.am (DOCBOOK2RTF): Fix typo.
624         * Makefile.in: Regenerated.
625         * lib/libgloss.exp (process_multilib_options): Use -- to handle
626         options starting with hyphens.
628 2006-06-23  Eric Botcazou  <ebotcazou@adacore.com>
630         * libgloss.exp (find_gnatmake): Rewrite.
632 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
634         * rsh.exp (rsh_exec): Handle inp and outp arguments.  Use
635         local_exec to run rsh.  Return failure if rsh times out.
636         * remote.exp (local_exec): Handle "|& cat" we added when deciding
637         whether to return output.
639 2006-06-09  Ben Elliston  <bje@gnu.org>
641         * baseboards/cris-sim.exp: Use Tcl fall-through syntax for
642         multiple cases, not a list (case uses lists, switch does not).
643         Pass -glob to switch where applicable to emulate case behaviour.
644         * baseboards/h8300.exp: Likewise.
645         * lib/framework.exp (clone_output): Likewise.
646         (clear_xfail): Likewise.
647         (clear_kfail): Likewise.
648         * lib/libgloss.exp (process_multilib_options): Likewise.
649         * runtest.exp: Likewise.
651 2006-06-06  Ben Elliston  <bje@gnu.org>
653         * Makefile.am (CONTRIB): New.
654         (EXTRA_DIST): Add $(CONTRIB).
655         (doc/dejagnu.texi): Set directory-category param to docbook2texi.
656         * Makefile.in: Regenerate.
657         * doc/dejagnu.texi: Likewise.
659 2006-06-06  Ben Elliston  <bje@gnu.org>
661         * runtest.exp (load_lib): Typo fix.
663 2006-06-06  Ben Elliston  <bje@gnu.org>
665         * dejagnu.h: Tidy comments.
666         (_BUFFER_SIZE_): Remove to minimise namespace pollution.
667         (wait): Define this function unconditionally.  Conditionally
668         compile the function body if _DEJAGNU_WAIT_ is defined.
669         (buffer): Set the buffer size explicitly.
670         (pass): Use sizeof (buffer).  Call wait() unconditionally.
671         (fail, untested, unresolved, note): Likewise.
672         (enum teststate): Tidy whitespace.
674 2006-06-06  Ben Elliston  <bje@gnu.org>
676         * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Edits.
677         * doc/dejagnu.texi: Regenerate.
679 2006-06-06  Ben Elliston  <bje@gnu.org>
681         Import from GCC tree:
682         2006-06-02  Richard Earnshaw  <rearnsha@arm.com>
683                     Mike Stump  <mrs@apple.com>
685         * compare_tests: Handle multilibs better.
687 2006-06-06  Ben Elliston  <bje@gnu.org>
689         * doc/dejagnu.texi: Regnerate using Docbook2X 0.8.7.
691         * configure.ac: Check for docbook2texi, not docbook2x-texi.  The
692         wrapper script changed its name again in the latest release.
693         * configure: Regenerate.
694         * Makefile.am (DOCBOOK2X_TEXI): Rename from this ..
695         (DOCBOOK2TEXI): .. to this.
696         (doc/dejagnu.texi): Do not use output-file parameter to deposit
697         the .texi file into the source directory; use mv(1) instead. Set
698         directory-description parameter.
699         * Makefile.in: Likewise.
701 2006-06-02  Ben Elliston  <bje@gnu.org>
703         * config/sim.exp (sim_upload): Match up argument names.
705 2006-06-02  Ben Elliston  <bje@gnu.org>
707         * config.guess: Update to most recent version.
708         * config.sub: Likewise.
710 2006-06-02  Ben Elliston  <bje@gnu.org>
712         * config/dos.exp (dos_open): Only run global board_info once at
713         the beginning of the proc; remove duplicates.
714         (dos_load): Use file join to separate path components.
715         (dos_copy_upload): Likewise.
716         * lib/remote.exp (call_remote): Use error, not "blooie" to trigger
717         an error.
719 2006-06-02  Ben Elliston  <bje@gnu.org>
721         * contrib/compare_tests: Import from the GCC contrib directory.
723 2006-05-24  Ben Elliston  <bje@gnu.org>
725         * runtest.exp (verbose): Brace some expressions.
726         (load_file, search_and_load_file): Likewise.
727         (runtest): Likewise.
729 2006-05-23  Ben Elliston  <bje@gnu.org>
731         * config/gdb-comm.exp (gdb_comm_load): Brace some expressions.
732         * config/i960.exp (i960_spawn): Initialise status.
733         * config/netware.exp (${board}_init): Brace some if expressions.
734         * lib/dg.exp (dg-test): Brace some expressions.
735         * lib/framework.exp (clone_output, log_and_exit, log_summary,
736         record_test, pass, fail): Likewise.
737         * lib/libgloss.exp (get_multilibs): Likewise.
738         * lib/remote.exp (standard_transmit, unix_clean_filename,
739         remote_load, check_for_board_status, remote_expect): Likewise.
740         * lib/rsh.exp (rsh_exec): Likewise.
742 2006-05-22  Ben Elliston  <bje@gnu.org>
744         * baseboards/cris-sim.exp: Use switch, not case.
745         * baseboards/h8300.exp: Likewise.
746         * config/base68k.exp (base68k_ld): Brace an if expression.
748 2006-05-22  Ben Elliston  <bje@gnu.org>
750         * runtest.exp, baseboards/basic-sim.exp, baseboards/cf.exp,
751         baseboards/cris-sim.exp, baseboards/i960-cyclone.exp,
752         baseboards/mcore-moto-sim.exp, baseboards/mips64vr4100-sim.exp,
753         baseboards/mmixware-sim.exp, baseboards/op50n.exp,
754         baseboards/rom68k-idp.exp, baseboards/sparclite-sim-le.exp,
755         baseboards/usparc-cygmon.exp, config/base-config.exp,
756         config/base68k.exp, config/ddb-ether.exp, config/ddb.exp,
757         config/dos.exp, config/gdb-comm.exp, config/gdb_stub.exp,
758         config/i386-bozo.exp, config/i960.exp, config/m68k-emc.exp,
759         config/netware.exp, config/sid.exp, config/sim.exp,
760         config/tic80.exp, config/unix.exp, config/vxworks.exp,
761         lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp,
762         lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp,
763         lib/rlogin.exp, lib/rsh.exp, lib/target.exp, lib/targetdb.exp,
764         lib/telnet.exp, lib/tip.exp, lib/utils.exp: Put braces around if
765         expressions throughout.
767 2006-05-22  Ben Elliston  <bje@gnu.org>
769         * lib/framework.exp (open_logs): Use file join where applicable.
770         * lib/libgloss.exp (libgloss_link_flags, newlib_link_flags,
771         newlib_include_flags, g++_link_flags, libstdc++_link_flags,
772         get_multilibs, winsup_include_flags, winsup_link_flags): Likewise.
773         * lib/utils.exp (which): Likewise.
774         * runtest.exp (search_and_load_file, lookfor_file,
775         load_tool_init): Likewise.
777         * lib/debugger.exp (watcharray): Add `array' parameter.  Rename
778         `type' parameter to `op' and update all uses in the proc.
779         (watchvar): Add `ignore' parameter for scalar variables.
780         Likewise, rename `type' to `op' and update throughout the proc.
782         * runtest.exp: Use switch, not case.
783         * lib/framework.exp (clone_output): Likewise.
784         (clear_xfail): Likewise.
785         (clear_kfail): Likewise.
786         (set_warning_threshold): Make warning_threshold global.
787         (get_warning_threshold): Likewise.
788         * lib/libgloss.exp (process_multilib_options): Use switch, not
789         case.
790         * lib/remote.exp (local_exec): Only run global errorInfo once.
791         (standard_upload): Fix error in variable use ($file -> $srcfile).
792         * lib/utils.exp (grep): Use switch, not case.
793         (slay): Fix mismatched bracket.
795         * lib/debugger.exp (watcharray): Use switch, not case.
796         (watchvar): Likewise.
797         (bt): Add an explanatory comment.
799 2006-04-03  Ben Elliston  <bje@gnu.org>
801         * lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp,
802         lib/framework.exp, lib/libgloss.exp, lib/remote.exp,
803         lib/rlogin.exp, lib/target.exp, lib/telnet.exp: Formatting.
805 2006-01-02  Ben Elliston  <bje@gnu.org>
807         * configure.ac (AC_INIT): Set version to 1.4.99.
808         * configure: Regenerate.
810 2006-01-01  Ben Elliston  <bje@gnu.org>
812         * testsuite/runtest.all/utils.test: Add runtest_file_p.
814 2006-01-01  Ben Elliston  <bje@gnu.org>
816         * runtest.exp (frame_version): Set to 1.4.99.
818 2006-01-01  Ben Elliston  <bje@gnu.org>
820         * dejagnu.h: Update copyright notice.  Use C-style /* .. */
821         comments for portability with ISO C compilers.
822         * testsuite/libdejagnu/unit.cc: Likewise, update copyright notice.
824 2006-01-01  Ben Elliston  <bje@gnu.org>
826         * runtest.exp: Update copyright notice.
827         * example/calc/testsuite/calc.test/calc.exp: Likewise.
828         * example/calc/testsuite/config/unix.exp: Likewise.
829         * testsuite/libdejagnu/tunit.exp: Likewise.
830         * testsuite/runtest.all/libs.exp: Likewise.
831         * testsuite/runtest.all/options.exp: Likewise.
832         * testsuite/runtest.all/stats-sub.exp: Likewise.
833         * testsuite/runtest.all/stats.exp: Likewise.
835 2006-01-01  Ben Elliston  <bje@gnu.org>
837         * config/default.exp, config/unix.exp, config/vxworks.exp,
838         lib/debugger.exp, lib/dejagnu.exp, lib/framework.exp,
839         lib/libgloss.exp, lib/remote.exp, testsuite/lib/util-defs.exp:
840         Formatting fixes.
841         * dejagnu.h, testsuite/config/default.exp,
842         testsuite/lib/libsup.exp, testsuite/libdejagnu/tunit.exp,
843         testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp,
844         testsuite/runtest.all/options.exp,
845         testsuite/runtest.all/stats-sub.exp,
846         testsuite/runtest.all/stats.exp: Update copyright notice and FSF
847         office address. Remove bug reporting address, as it is now
848         maintained centrally in the README file.
850 2005-12-31  Ben Elliston  <bje@gnu.org>
852         * testsuite/runtest.all/utils.test: Don't bother mentioning
853         absolute, psource, prune and slay as untested procedures.
855 2005-12-31  Ben Elliston  <bje@gnu.org>
857         * doc/ref.xml (Utility Procedures): Note that the following
858         procedures are deprecated: absolute, psource, prune, slay.
859         * NEWS: Likewise.
860         * doc/dejagnu.texi: Regenerate.
862 2005-12-24  Ben Elliston  <bje@gnu.org>
864         * Makefile.am (doc/dejagnu.texi): Don't use shell redirection, in
865         case the command fails and zeroes the Texinfo source file.  Move
866         the output (if successful) by its default filename using mv(1).
867         * Makefile.in: Regenerate.
869 2005-12-24  Ben Elliston  <bje@gnu.org>
871         * configure.ac (DOCBOOK2X_TEXI): Add search for this program.
872         * configure: Regenerate.
873         * Makefile.am (DOCBOOK2PDF, DOCBOOK2RTF, DOCBOOK2PS): New.
874         (DOCBOOK2HTML, DOCBOOK2X_TEXI): Likewise.
875         (dejagnu.pdf): Use $(DOCBOOK2PDF).
876         (dejagnu.ps): Likewise, use $(DOCBOOK2PS).
877         (dejagnu.rtf): Likewise, use $(DOCBOOK2RTF).
878         (html): Likewise, use $(DOCBOOK2HTML).
879         (doc/dejagnu.texi): Produce using the docbook2x-texi wrapper,
880         which is much simpler. Likewise, use $(DOCBOOK2X_TEXI).
881         * Makefile.in: Regenerate.
883 2005-12-24  Ben Elliston  <bje@gnu.org>
885         * Makefile.am (EXTRA_DIST): Remove $(PACKAGING_METAFILES).
886         (XML): Remove $(srcdir) from each filename; VPATH suffices.
887         (PACKAGING_METAFILES): Remove.
888         * Makefile.in: Regenerate.
890 2005-12-24  Ben Elliston  <bje@gnu.org>
892         * README: Rewrite.
894 2005-12-24  Ben Elliston  <bje@gnu.org>
896         * COPYING: Update.
898 2005-12-24  Ben Elliston  <bje@gnu.org>
900         * testsuite/libdejagnu/tunit.exp: Don't change to a non-existent
901         subdirectory.
903 2005-12-24  Ben Elliston  <bje@gnu.org>
905         * Makefile.am (RUNTEST): Simplify, as Automake already generates
906         similar logic in Makefile.in.
907         * Makefile.in: Regenerate.
909 2005-12-24  Ben Elliston  <bje@gnu.org>
911         * Makefile.am (RUNTESTDEFAULTFLAGS): Omit --tool so that
912         libdejagnu tests are run too.
913         * Makefile.in: Regenerate.
915 2005-12-24  Ben Elliston  <bje@gnu.org>
917         * configure: Regenerate.
919         * lib/remote.exp: Tidy.
920         * lib/targetdb.exp: Likewise.
921         * lib/target.exp (prune_warnings): Improve comments.
922         * lib/dejagnu.exp: Likewise.
923         * lib/utils.exp: Likewise.
925         * NEWS: Update.
927 2005-12-24  Ben Elliston  <bje@gnu.org>
929         * doc/dejagnu.xml: Don't use apostrophes in section titles.
930         * doc/dejagnu.texi: Regenerate.
932 2005-12-24  Ben Elliston  <bje@gnu.org>
934         * Makefile.am (XML): Include $(srcdir) in filenames.
935         * Makefile.in: Regenerate.
937 2005-12-24  Ben Elliston  <bje@gnu.org>
939         * doc/C/Makefile.am: Remove.
940         * doc/C/Makefile.in: Likewise.
942         * Makefile.am (SUBDIRS): Remove.
943         (EXTRA_DIST): Append $(XML).
944         (dist_man_MANS): Define.
945         (info_TEXINFOS): Likewise.
946         (XML): List XML source files.
947         (dejagnu.pdf): New target.
948         (dejagnu.ps): Likewise.
949         (dejagnu.rtf): Likewise.
950         (html): Likewise.
951         (dejagnu.texi): Special rule to build Texinfo source.
952         * Makefile.in: Regenerate.
953         * configure.ac: Don't search for docbook2dvi.
954         Search for docbook2rtf and docbook2pdf.
955         Don't output doc/Makefile or doc/C/Makefile.
956         * configure: Regenerate.
957         * doc/texinfo.tex: Move from here ..
958         * texinfo.tex: .. to here.
959         * doc/Makefile.am: Remove.
960         * doc/Makefile.in: Likewise.
961         * doc/C/dejagnu.omf: Likewise.
962         * doc/C/topic.dat: Likewise.
963         * doc/C/dejagnu.xml: Move from here ..
964         * doc/dejagnu.xml: .. to here.
965         * doc/C/legal.xml: Move from here ..
966         * doc/legal.xml: .. to here.
967         * doc/C/ref.xml: Move from here ..
968         * doc/ref.xml: .. to here.
969         * doc/C/user.xml: Move from here ..
970         * doc/user.xml: .. to here.
971         * doc/dejagnu.texi: Rebuild from XML source.
973 2005-12-23  Ben Elliston  <bje@gnu.org>
975         * doc/runtest.1: Update manual page.
977 2005-12-23  Ben Elliston  <bje@gnu.org>
979         * doc/overview.sgml: Remove in favour of XML versions.
980         * doc/ref.sgml: Ditto.
981         * doc/user.sgml: Ditto.
982         * doc/texinfo.tex: Import new version.
984 2005-12-20  Ben Elliston  <bje@gnu.org>
986         * Makefile.am (SUBDIRS): Remove testsuite, example.
987         (EXTRA_DIST): Add $(TESTSUITE_FILES).
988         (TESTSUITE_FILES): New.
989         (RUNTEST, RUNTESTDEFAULTFLAGS): New.
990         (AM_CXXFLAGS): Set.
991         (check_PROGRAMS): New.
992         (unit_SOURCES): New.
993         * Makefile.in: Regenerate.
994         * configure.ac (AC_OUTPUT): Don't output example/Makefile,
995         testsuite/Makefile or testsuite/libdejagnu/Makefile.
996         * configure: Regenerate.
997         * testsuite/Makefile.am: Remove.
998         * testsuite/Makefile.in: Likewise.
999         * testsuite/libdejagnu/Makefile.am: Likewise.
1000         * testsuite/libdejagnu/Makefile.in: Likewise.
1002 2005-12-20  Ben Elliston  <bje@gnu.org>
1004         * Makefile.am (baseboard_SCRIPTS): Rename ms1->mt.
1005         * Makefile.in: Regenerate.
1007 2005-12-20  Ben Elliston  <bje@gnu.org>
1009         * configure: Regenerate with autoconf 2.59.
1010         * aclocal.m4: Regenerate with aclocal 1.9.6.
1011         * Makefile.in: Regenerate with automake 1.9.6.
1012         * doc/Makefile.in: Likewise.
1013         * doc/C/Makefile.in: Likewise.
1014         * example/Makefile.in: Likewise.
1015         * testsuite/Makefile.in: Likewise.
1016         * testsuite/libdejagnu/Makefile.in: Likewise.
1018 2005-12-20  Nathan Sidwell  <nathan@codesourcery.com>
1020         * baseboards/ms1-sid.exp: Rename from this ..
1021         * baseboards/mt1-sid.exp: .. to this. Update ms1->mt within.
1023 2005-12-20  Ben Elliston  <bje@gnu.org>
1025         * config.guess: Update to most recent version.
1026         * config.sub: Likewise.
1028 2005-09-24  Ben Elliston  <bje@gnu.org>
1030         * packaging/pkg/pkginfo (EMAIL): Update mail address.
1032         * lib/rsh.exp: Tidy comments.
1034 2005-07-07  Ben Elliston  <bje@gnu.org>
1036         * lib/telnet.exp (telnet_transmit): Remove; use standard method.
1038 2005-07-07  Ben Elliston  <bje@gnu.org>
1040         * Makefile.am (baseboard_SCRIPTS): Add ms1-sid.exp.
1041         * Makefile.in: Regenerate.
1043 2005-07-06  Ben Elliston  <bje@gnu.org>
1045         * lib/tip.exp (tip_open): Improve comments.
1046         (tip_download): Likewise.
1048 2005-07-06  Ben Elliston  <bje@gnu.org>
1050         * lib/telnet.exp (telnet_open): Improve option handling.  Clarify
1051         documentation for each proc.
1053 2005-07-06  Ben Elliston  <bje@gnu.org>
1055         * aclocal.m4: Regenerate with aclocal 1.9.
1056         * configure: Regenerate with autoconf 2.59.
1057         * doc/C/Makefile.am: Remove stray include.
1058         * Makefile.in, doc/Makefile.in, doc/C/Makefile.in,
1059         example/Makefile.in, testsuite/Makefile.in,
1060         testsuite/libdejagnu/Makefile.in: Regenerate with automake 1.9.
1062 2005-07-06  Ben Elliston  <bje@gnu.org>
1064         Import some missing hunks from this patch on sourceware:
1066         2004-11-11  Nick Clifton  <nickc@redhat.com>
1068         * lib/libgloss.exp (libio_include_flags, g++_include_flags,
1069         winsup_include_flags): Revert previous patch, restoring the use of
1070         -I, for all libraries except newlib.  Newlib needs -isystem to
1071         avoid the problems with <limits.h> but the C++ and winsup
1072         libraries need -I because -isystem generates an implicit 'extern
1073         "C"' which may not be appropriate for certain targets.
1075 2005-07-06  Aldy Hernandez  <aldyh@redhat.com>
1077         * baseboards/ms1-sid.exp: New.
1079 2005-07-01  Ben Elliston  <bje@gnu.org>
1081         Unify some changes with the 1.4 branch:
1083         2004-10-28  Nick Clifton  <nickc@redhat.com>
1084         * baseboards/iq2000-sim.exp: New file.
1086         2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
1087         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
1088         noresults to zero.
1090         2004-05-13  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
1091         * baseboards/m32r-linux-sim.exp: Add New file.
1093 2005-06-24  Ben Elliston  <bje@gnu.org>
1095         * MAINTAINERS: Update my email address.
1097 2005-06-24  Ben Elliston  <bje@gnu.org>
1099         * Update the FSF's physical address throughout.
1101 2005-06-22  Ben Elliston  <bje@gnu.org>
1103         * config.guess: Update to most recent version.
1104         * config.sub: Likewise.
1106 2005-04-28  Mark Kettenis  <kettenis@gnu.org>
1108         * lib/target.exp (prune_warnings): Add a few more linker
1109         warning patterns for OpenBSD.
1111 2005-03-20  Mark Kettenis  <kettenis@gnu.org>
1113         * lib/target.exp (prune_warnings): Add linker warning patterns for
1114         OpenBSD.
1116 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
1118         * baseboards/cris-sim.exp: New file.
1120 2004-11-19  Nick Clifton  <nickc@redhat.com>
1122         * lib/libgloss.exp (newlib_include_flags): Document why -isystem
1123         is used instead of -I.
1124         (libio_include_flags): Use -I instead of -isystem and
1125         document why.
1126         (g++_include_flags): Use -I instead of -isystem.
1127         (libstdc++_include_flags): Likewise.
1129 2004-11-04  Ben Elliston  <bje@gnu.org>
1131         * lib/dg.exp (dg-test): If a `dg-do run' test fails to compile,
1132         mark the test as unresolved, rather than warning.
1134 2004-10-27  Nick Clifton  <nickc@redhat.com>
1136         * baseboards/iq2000-sim.exp: New file.
1138 2004-08-20  Daniel Jacobowitz  <dan@debian.org>
1140         * testglue.c: Prototype abort(3) and exit(3).
1142 2004-08-14  Paul Brook  <paul@codesourcery.com>
1144         * config/sim.exp (sim_download, sim_upload): New procs.
1146 2004-06-30  Ben Elliston  <bje@gnu.org>
1148         * config.guess: Update to current revision.
1149         * config.sub: Likewise.
1151 2004-06-12  Ben Elliston  <bje@gnu.org>
1153         * config.guess: Update to current revision.
1154         * config.sub: Likewise.
1156 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
1158         * testglue.c: Prototype abort and exit.
1160 2004-06-08  Alexandre Oliva  <aoliva@redhat.com>
1162         * baseboards/mn10300-sim.exp: Set needs_status_wrapper to empty
1163         string.
1165 Tue Feb 25 05:19:57 UTC 2003  Brendan Conoboy  <blc@@redhat.com>
1167         * lib/remote.exp (call_remote): Remove multilibs from the board
1168         name when rebooting a board.
1170 2004-06-03  Alexandre Oliva  <aoliva@redhat.com>
1172         * baseboards/mn10300-sim.exp: Set needs_status_wrapper and
1173         noresults to zero.
1175 2004-06-07  Ben Elliston  <bje@gnu.org>
1177         * lib/libgloss.exp (build_wrapper): Remove redundant set command.
1179 2004-03-29  Joel Brobecker  <brobecker@gnat.com>
1181         * lib/libgloss.exp (find_gnatmake): New procedure.
1182         * lib/target.exp (default_target_compile): Add support for Ada.
1184 2004-04-16  Kazuhiro Inaoka  <inaoka dot kazuhiro at renesas dot com>
1186         * baseboards/m32r-linux-sim.exp: Add New file.
1188 2004-04-02  Rob Savoye  <rob@direwolf.welcomehome.org>
1190         * configure.ac, example/Makefile.am: Add example/mathhelper.
1191         * configure, alocal.m4, example/Makefile.in: Regenerated.
1193 2004-04-02 Joel Sherrill <joel@OARcorp.com>
1195         * example/mathhelper: New example for using the unit testing API.
1197 2004-03-05  Daniel Jacobowitz  <drow@mvista.com>
1199         * lib/remote.exp (standard_spawn): Fix rsh username support.
1201 2004-03-06  Rob Savoye  <rob@althea.welcomehome.org>
1203         * doc/C: New directory for DocBook XML files.
1204         * doc/C/dejagnu.omf: New config file for scrollkeeper.
1205         * doc/C/topic.dat: New config file for the GNOME help system.
1206         * doc/C/dejagnu.xml: DocBook XML formatted verion of what was
1207         overview.sgml.
1208         * doc/C/ref.xml: DocBook XML formatted verion of what was
1209         ref.sgml.
1210         * doc/C/user.xml: DocBook XML formatted verion of what was
1211         user.sgml.
1213 2004-02-17  Ben Elliston  <bje@wasabisystems.com>
1215         * runtest.exp: Do not trap SIGSEGV.
1217 2004-02-16  Ben Elliston  <bje@wasabisystems.com>
1219         * configure.ac: Update AC_INIT and AM_INIT_AUTOMAKE invocations.
1220         * configure: Regenerate.
1222 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
1224         * doc/runtest.1: Improve some wording. Update last revision date.
1226 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
1228         * NEWS: Document yesterday's work.
1230         * runtest: Improve comments.
1232 2004-02-09  Ben Elliston  <bje@wasabisystems.com>
1234         * TODO: Update.
1236         * testsuite/libdejagnu/unit.cc: Conform with GNU coding standard.
1238 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
1240         * configure.ac: Quote strings throughout in good Autoconf style.
1241         Remove AC_PROG_YACC invocation. Search for docbook2dvi, et al and
1242         expect using AC_PATH_PROG. Remove DJ_AC_PATH_DOCBOOK in favour of
1243         existing macros. Remove stale BOARDS and CONFIG substs. Ensure Tcl
1244         is at version 8.3 or greater.
1245         * configure: Regenerate.
1246         * acinclude.m4: Remove.
1247         * aclocal.m4: Regenerate.
1248         * Makefile.in: Likewise.
1249         * doc/Makefile.am (%.pdf: %.sgml): Use $(DOCBOOK2PDF).
1250         (%.dvi: %.sgml): Use $(DOCBOOK2DVI).
1251         (%.html: %.sgml): Use $(DOCBOOK2HTML).
1252         * doc/Makefile.in: Regenerate.
1253         * example/Makefile.in: Likewise.
1254         * testsuite/Makefile.in: Likewise.
1255         * testsuite/libdejagnu/Makefile.in: Likewise.
1256         * TODO: Update.
1258 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
1260         * baseboards/cf.exp: Use -T instead of -Wl,-T for ldscript.
1261         * baseboards/fr30-elf.exp, baseboards/frv-elf.exp,
1262         baseboards/h8300.exp, baseboards/i960-cyclone.exp,
1263         baseboards/i960-sim.exp, baseboards/m32r-elf.exp,
1264         baseboards/mips-idt.exp, baseboards/mips-lnews-sim.exp,
1265         baseboards/mips-lsi-sim.exp, baseboards/mips64vr4100-sim.exp,
1266         baseboards/op50n.exp, baseboards/rom68k-idp.exp,
1267         baseboards/sh-hms.exp, baseboards/tx39-dve.exp,
1268         baseboards/vr4100-ddb.exp, baseboards/vr4100-sim.exp,
1269         baseboards/vr4111-sim.exp, baseboards/vr4300-ddb.exp,
1270         baseboards/vr4300-sim.exp, baseboards/vr4300.exp,
1271         baseboards/vr5000-ddb.exp: Likewise.
1273 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
1275         * runtest: Terminate with an error if expect cannot be found.
1276         * TODO: Update.
1278 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
1280         * configure.ac: Use AC_PATH_PROG to find expect(1).
1281         (DJ_AC_PATH_TCLSH): Remove unneeded invocation.
1282         * acinclude.m4 (DJ_AC_PATH_TCLSH): Remove.
1283         (DJ_AC_STL): Likewise.
1284         * configure: Regenerate.
1285         * aclocal.m4: Likewise.
1286         * configure: Likewise.
1287         * Makefile.in: Likewise.
1288         * doc/Makefile.in: Likewise.
1289         * example/Makefile.in: Likewise.
1290         * testsuite/Makefile.in: Likewise.
1291         * testsuite/libdejagnu/Makefile.in: Likewise.
1292         * TODO: Update.
1294 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
1296         * runtest.1: Remove any mention of mondfe.
1298 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
1300         * TODO: Add an item about timeouts.
1302 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
1304         * baseboards/basic-sim.exp: Set gdb,do_reload_on_run.
1306 2004-02-08  Ben Elliston  <bje@wasabisystems.com>
1308         * lib/standard.exp: Tidy.
1310 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
1312         * Makefile.am (pkgdata_SCRIPTS): Remove lib/mondfe, lib/xsh.exp.
1313         (config_SCRIPTS): Remove udi.exp, vrtx.exp.
1314         (baseboard_SCRIPTS): Remove a29k-udi.exp.
1315         * Makefile.in: Regenerate.
1316         * baseboards/a29k-udi.exp: Remove.
1317         * baseboards/dos.exp: Update comments.
1318         * config/udi.exp: Remove.
1319         * config/vrtx.exp: Remove.
1320         * doc/overview.sgml: Update. Don't mention mondfe and xsh support.
1321         * doc/ref.sgml: Likewise.
1322         * doc/user.sgml: Likewise.
1323         * lib/mondfe.exp: Remove.
1324         * lib/xsh.exp: Likewise.
1325         * lib/remote.exp: Don't load mondfe.exp or xsh.exp.
1326         * packaging/pkg/prototype: Update.
1327         * NEWS: Update.
1329 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
1331         * Makefile.am (rpmspec): Remove.
1332         (rpm): Additionally depend on dejagnu.spec.
1333         ($(PKGDIR)/dejagnu): New target that installs DejaGnu into this
1334         directory.  This saves duplicated code in the solpkg and hpdepot
1335         targets.
1336         (solpkg): Depend on $(PKGDIR)/dejagnu.
1337         (hpdepot): Likewise.
1338         * Makefile.in: Regenerate.
1340 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
1342         * Makefile.am (RUNTEST, RUNTESTDEFAULTFLAGS): Remove.
1343         * Makefile.in: Regenerate.
1344         * testsuite/Makefile.am (CLEANFILES): Remove.
1345         (RUNTESTDEFAULTFLATS): Pass --srcdir and RUNTEST=$(RUNTEST).
1346         * testsuite/Makefile.in: Regenerate.
1348 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
1350         * lib/util-defs.exp: Move from here ..
1351         * testsuite/lib/util-defs.exp: .. to here.
1352         * Makefile.am (EXTRA_DIST): Remove lib/util-defs.exp.
1353         * Makefile.in: Regenerate.
1354         * testsuite/Makefile.am (EXTRA_DIST): Add lib/util-defs.exp.
1355         * testsuite/Makefile.in: Regenerate.
1356         * doc/ref.sgml (File Map): Remove util-defs.exp.
1357         * packaging/pkg/prototype: Update file list.
1359 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
1361         * NEWS: Document changes since 1.4.4.
1363 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
1365         * example/Makefile.am (check-recursive): Remove target.
1366         * example/Makefile.in: Regenerate.
1368 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
1370         * dejagnu.h: Conform with GNU coding standard.
1372 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
1374         * Makefile.am (PKGING): Remove.
1375         (PACKAGING_METAFILES): Update accordingly.
1376         (CLEANFILES, check-DEJAGNU): Remove.
1377         (tarball): Remove; use `dist'.
1378         (deb): Update target recipe to use `make dist'.
1380 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
1382         * Clean.tcl: Remove.
1384         * Makefile.am (SUBDIRS): Add testsuite, example directories.
1385         (EXTRA_DIST): Define.
1386         (pkgdata_SCRIPTS): Add lib/*.exp files.
1387         (DATE, TCLSH): Remove.
1388         (configdir, config_DATA, config_SCRIPTS): Define.
1389         (baseboarddir, baseboard_DATA, baseboard_SCRIPTS): Likewise.
1390         (pkgdata_DATA): Likewise.
1391         (djlibexecdir, djlibexec_SCRIPTS): Likewise.
1392         (PKGING, PACKAGING_METAFILES): New macros.
1393         (clean-local): Remove.
1394         (rpm): Depend on dist.
1395         (deb): Likewise.
1396         (dist-hook): Remove.
1397         (lib_dest, lib_files): Likewise.
1398         (baseboard_dest, baseboard_files): Likewise.
1399         (include_dest, config_dest, config_files): Likewise.
1400         (install-data-local): Likewise.
1401         (uninstall-local): Likewise.
1402         (site.exp): Likewise.
1403         * Makefile.in: Regenerate.
1405         * testsuite/Makefile.am (all, all-am, etcetera): Remove.
1406         (force): Likewise.
1407         (EXTRA_DIST): Define.
1408         (site.exp): Remove target.
1409         * testsuite/Makefile.in: Regenerate.
1410         * testsuite/libdejagnu/Makefile.am (EXTRA_DIST): Define.
1411         (noinst_PROGRAMS): Rename from this ..
1412         (check_PROGRAMS): .. to this.
1413         * testsuite/libdejagnu/Makefile.in: Regenerate.
1415         * doc/Makefile.am (man_MANS): Rename from this ..
1416         (dist_man_MANS): .. to this.
1417         (info_TEXINFOS): Define.
1418         (TARGETS): Remove overview.rtf.
1419         (EXTRA_DIST): Define.
1420         (%.rtf: %.sgml): Remove rule.
1421         (%.gif: %.fig): Likewise.
1422         (%.epsi: %.eps): Likewise.
1423         (%.eps: %.fig): Likewise.
1424         (clean, realclean, distclean): Remove.
1425         (install-docs): Don't install overview.rtf.
1426         * doc/Makefile.in: Regenerate.
1427         * doc/texinfo.tex: New file.
1429         * example/calc/Makefile.am (noinst_PROGRAMS): Rename from this ..
1430         (check_PROGRAMS): .. to this.
1431         (EXTRA_DIST): Add test cases and calc.1 man page.
1432         * example/calc/Makefile.in: Regenerate.
1433         * example/calc/aclocal.m4: Likewise.
1434         * example/calc/configure: Likewise.
1435         * example/calc/stamp-h.in: Remove.
1436         * example/hello/Makefile.am (bin_PROGRAMS): Rename from this ..
1437         (check_PROGRAMS): .. to this.
1438         (EXTRA_DIST): Define.
1439         * example/hello/Makefile.in: Regenerate.
1440         * example/hello/aclocal.m4: Likewise.
1441         * example/hello/configure: Likewise.
1442         * example/hello/testsuite/Makefile.am (EXTRA_DIST): Define.
1443         * example/hello/testsuite/Makefile.in: Regenerate.
1445 2004-02-07  Ben Elliston  <bje@wasabisystems.com>
1447         * configure.ac: Remove commented out code.
1448         * configure: Regenerate.
1450 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
1452         * site.tmpl: Tidy.
1454 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
1456         * INSTALL: Import latest version.
1457         * depcomp: Likewise.
1458         * install-sh: Likewise.
1459         * missing: Likewise.
1461 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
1463         * configure.in: Rename from this ..
1464         * configure.ac: .. to this.  Require Autoconf 2.50.
1465         * Makefile.in: Regenerate.
1466         * doc/Makefile.in: Likewise.
1467         * example/Makefile.in: Likewise.
1468         * testsuite/Makefile.in: Likewise.
1469         * testsuite/libdejagnu/Makefile.in: Likewise.
1471 2004-02-06  Ben Elliston  <bje@wasabisystems.com>
1473         * lib/target.exp (prune_warnings): Add spaces where required in
1474         NetBSD warnings.  Supersedes a patch in pkgsrc's devel/dejagnu.
1476 2004-02-05  Ben Elliston  <bje@wasabisystems.com>
1478         * config.guess: Update to current revision.
1479         * config.sub: Likewise.
1481 2004-02-04  Ben Elliston  <bje@wasabisystems.com>
1483         * configure.in (AC_NO_EXECUTABLES): Remove.
1484         * configure: Rebuild with Autoconf 2.59.
1485         * acinclude.m4 (DJ_AC_STL): Quote macro name to appease aclocal.
1486         (DJ_AC_PATH_TCLSH): Likewise.
1487         (DJ_AC_PATH_DOCBOOK): Likewise.
1488         * aclocal.m4: Rebuild.
1489         * Makefile.in: Rebuild with Automake 1.8.2.
1490         * doc/Makefile.in: Likewise.
1491         * example/Makefile.in: Likewise.
1492         * testsuite/Makefile.in: Likewise.
1493         * testsuite/libdejagnu/Makefile.in: Likewise.
1495 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
1497         Import orphaned patches from sources.redhat.com:
1499         2002-05-02  Fernando Nasser  <fnasser@redhat.com>
1500         * doc/dejagnu.texi: Document KFAIL and KPASS.
1502         2002-02-20  Richard Henderson  <rth@redhat.com>
1503         * lib/target.exp (prune_warnings): Revert early "In function"
1504         strip, as this breaks g++.dg tests.  Match dangerous regexp
1505         without the "In function" header.
1507         2002-02-09  Richard Henderson  <rth@redhat.com>
1508         * lib/target.exp (prune_warnings): Strip "In function" etc early.
1509         Adjust "dangerous" regexp for glibc's tmpnam warning.
1511         2001-09-10  Jim Blandy  <jimb@redhat.com>
1512         * baseboards/rom68k-idp.exp: Use -Tidpgdb.ld as the linker script,
1513         so we get the version of the `outbyte' function that does console
1514         output in a way that GDB's rom68k target recognizes.  Note that
1515         the board can now do output.
1517         2000-04-25  Felix Lee  <flee@cygnus.com>
1518         * baseboards/tx39-sim.exp: Use idt, not dve linker script.  Delete
1519         misleading comments and null statements.
1521 2004-01-30  Ben Elliston  <bje@wasabisystems.com>
1523         * DejaGnu 1.4.4 released.
1525 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
1527         * Makefile.am (tarball): Depend on book1.html, not overview.html.
1528         Don't echo needless messages. Portably copy the source tree to
1529         dejagnu-${VERSION}.  Portably copy documentation files from the
1530         source tree to the distribution directory.  Don't copy RPM-related
1531         files -- leave that to the rpm target.
1532         (snapshot): Remove target.
1533         (overview.html): Rename target from this ..
1534         (book1.htm): .. to this.
1535         (rpm): Portably copy tar file to SOURCES directory.
1536         (deb): Depend on book1.html, not overview.html.
1537         (dist-hook): Depend on book1.html, not overview.html.
1538         * Makefile.in: Rebuild.
1539         * doc/Makefile.am (TARGETS): Depend on book1.html.
1540         (book1.html): Depend on html/book1.html.
1541         (overview.dvi): Remove target.
1542         * doc/Makefile.in: Rebuild.
1544 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
1546         * Clean.tcl: Run tclsh via /usr/bin/env for portability.
1547         (cleanfiles): Concatenate regular filenames that match .*.
1549 2004-01-12  Ben Elliston  <bje@wasabisystems.com>
1551         * baseboards/frv-sim.exp: Remove reference to devo/sim.
1553 2004-01-27  Ben Elliston  <bje@wasabisystems.com>
1555         * doc/overview: Remove all files.
1557 2003-12-03  Ben Elliston  <bje@wasabisystems.com>
1559         * testsuite/runtest.all/utils.test: Fix a test for proc find which
1560         assumed that "subsubfile1" would appear at the end of the returned
1561         list.  Adjust to use a more robust regular expression.
1563 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
1565         * doc/overview.sgml (version): Update.
1566         * doc/overview/installation.html: Likewise.
1568         * packaging/rpm/dejagnu.spec: Update version numbers throughout.
1569         * packaging/pkg/pkginfo: Likewise.
1570         * packaging/depot/dejagnu.psf: Likewise.
1572 2003-10-25  Ben Elliston  <bje@wasabisystems.com>
1574         * runtest.exp (frame_version): Bump version.
1575         * configure.in (AM_INIT_AUTOMAKE): Likewise.
1576         * configure: Regenerate.
1578 2003-10-16  Rob Savoye   <rob@welcomehome.org>
1580         * packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
1582 2003-10-13  Ben Elliston  <bje@wasabisystems.com>
1584         * baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
1586 2003-10-11  Corinna Vinschen  <vinschen@redhat.com>
1588         * baseboards/sh-sim.exp: New file.
1590 2003-10-11  Ben Elliston  <bje@wasabisystems.com>
1592         * NEWS: Tidy.
1593         * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
1595 2003-10-08  Ben Elliston  <bje@wasabisystems.com>
1597         * i960glue.c: Remove.
1598         * packaging/pkg/prototype: Remove i960glue.c.
1600 2003-10-07  Ben Elliston  <bje@wasabisystems.com>
1602         * contrib/README: Remove.
1603         * contrib/testit: Remove bitrotten script.
1604         * contrib/test-g++: Likewise.
1605         * contrib/test-tool: Likewise.
1607 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
1609         * TODO: Tidy.
1610         * contrib/README: Bring up to date.
1612 2003-08-23  Corinna Vinschen  <vinschen@redhat.com>
1614         * config/sid.exp: Add gdb settings to use no hardware watchpoints.
1616 2003-08-23  Ben Elliston  <bje@wasabisystems.com>
1618         * README: Update section on reporting bugs.
1620 2003-08-22  Ben Elliston  <bje@wasabisystems.com>
1622         * lib/kermit.exp: Document procs.
1623         * lib/ftp.exp: Likewise.
1625 2003-08-19  Ben Elliston  <bje@wasabisystems.com>
1627         * contrib/testit: Run wish via /usr/bin/env for portability.
1629 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
1631         * Makefile.am: Tidy comments and unused command lines.
1632         * Makefile.in: Regenerate.
1633         * testsuite/libdejagnu/Makefile.in: Likewise.
1635         * contrib/bluegnu2.0.3: Remove unsupported subtree.
1637 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
1639         * MAINTAINERS: New file.
1641 2003-08-17  Ben Elliston  <bje@wasabisystems.com>
1643         * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
1644         * doc/Makefile.in: Regenerate.
1646 2003-08-16  Ben Elliston  <bje@wasabisystems.com>
1648         * doc/overview.sgml (overview): Start overhauling chapter.
1650         * doc/README.Writers: New document on style conventions.
1651         * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
1652         * doc/user.sgml: Likewise.
1653         * doc/overview.sgml: Likewise.
1654         * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
1656 2003-08-12  Ben Elliston  <bje@wasabisystems.com>
1658         * Makefile.am (tarball): Update path to dejagnu.spec.
1659         (rpmspec): Likewise.
1660         (deb): Likewise, update path to package metafiles.
1661         (solpkg): Likewise.
1662         (hpdepot): Likewise.
1663         * Makefile.in: Regenerate.
1664         * aclocal.m4: Likewise.
1665         * configure: Likewise.
1666         * doc/Makefile.in: Likewise.
1667         * example/Makefile.in: Likewise.
1668         * testsuite/Makefile.in: Likewise.
1669         * deb: Move from here ..
1670         * packaging/deb: .. to here.
1671         * redhat: Move from here ..
1672         * packaging/rpm: .. to here.
1673         * depot: Move from here ..
1674         * packaging/depot: .. to here.
1675         * pkg: Move from here ..
1676         * packaging/pkg: .. to here.
1678         * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
1679         (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
1680         * testsuite/libdejagnu/Makefile.in: Regenerate.
1682 2003-08-07  Ben Elliston  <bje@wasabisystems.com>
1684         * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
1685         to increment count rather than count++ as in C.
1687 2003-08-06  Ben Elliston  <bje@wasabisystems.com>
1689         * lib/remote.exp: Replace "TCL" with "Tcl".
1691 2003-07-30  Ben Elliston  <bje@wasabisystems.com>
1693         * doc/runtest.1: Replace "TCL" with "Tcl".
1694         Make last revision date current.
1696 2003-07-29  Ben Elliston  <bje@wasabisystems.com>
1698         * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
1699         URLs and other stylistic improvements.
1700         * doc/ref.sgml: Likewise.
1701         * doc/user.sgml: Likewise.
1703 2003-07-25  Mike Stump  <mrs@apple.com>
1705         * lib/target.exp (prune_warnings): Handle "nfs server .* not
1706         responding" and "nfs server .* is alive again".
1708 2003-07-20  Ben Elliston  <bje@wasabisystems.com>
1710         * config.guess: Update to most recent version.
1711         * config.sub: Ditto.
1712         * AUTHORS: Add self to list of maintainers.
1714 2003-07-25  Jim Dein  <jdein@deinji5.apple.com> (RIP)
1716         * lib/utils.exp (find): Fix double recursion bug.
1718 2002-02-25  Jackie Smith Cashion  <jsmith@redhat.com>
1720         * baseboards/am33_2.0-libremote.exp: New file.
1722 2000-11-21  Drew Moseley  <dmoseley@redhat.com>
1724         * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
1725         ASB2303 board.
1727 2000-08-10  Drew Moseley  <dmoseley@cygnus.com>
1729         * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
1730         ASB2303 board.
1732 2003-06-13  Phil Edwards <pme@devphil.com>
1734         * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
1735         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
1736         only -T[linker] instead of -Wl,-T[linker].
1738 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
1740         * lib/target.exp (prune_warnings): Add two more linker
1741         warning patterns for warnings generated by modern verions
1742         of NetBSD.
1744 2003-05-12  H.J. Lu <hongjiu.lu@intel.com>
1746         * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
1748 2003-05-09  H.J. Lu <hongjiu.lu@intel.com>
1750         * runtest: Fix a typo.
1752 2003-05-03  Nitin Dhavale <nitinpdhavale@indiatimes.com>
1754         * doc/user.sgml: Clarify how to set the verbose option.
1756 2003-03-28 Chris Demetriou <cgd@broadcom.com>
1758         * lib/framework.exp (check_conditional_xfail): Adjust so that
1759         an empty 'includes' list matches all sets of flags.
1760         * doc/dejagnu.texi: Document the above.
1761         * doc/ref.sgml: Likewise.
1763 2003-03-27  David Heine <dlheine@tensilica.com>
1765         * baseboards/xtensa-sim.exp: Fix a syntax error.
1767 2003-03-16  Rob Savoye  <rob@direwolf.welcomehome.org>
1769         * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
1770         than stomp on it. This is based on a patch from Brendan Conoboy
1771         <blc@redhat.com>.
1772         * Most files: Update copyright dates.
1774 2003-03-13  Mike Stump  <mrs@apple.com>
1776         * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
1777         help ensure uniqueness.
1779 2003-03-05  Alexandre Oliva  <aoliva@redhat.com>
1781         * lib/remote.exp (standard_download, standard_upload): Support
1782         nfsdir and nfsroot_server.
1784 See ChangeLog-1992 for earlier changes.