Use a consistent GNU copyright header throughout.
[dejagnu.git] / ChangeLog
blob1d5ddfcb1f386f6aaaba4df28d7b6abce3f283c7
1 2003-08-22  Ben Elliston  <bje@wasabisystems.com>
3         * lib/kermit.exp: Document procs.
4         * lib/ftp.exp: Likewise.
6 2003-08-19  Ben Elliston  <bje@wasabisystems.com>
8         * contrib/testit: Run wish via /usr/bin/env for portability.
10 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
12         * Makefile.am: Tidy comments and unused command lines.
13         * Makefile.in: Regenerate.
14         * testsuite/libdejagnu/Makefile.in: Likewise.
16         * contrib/bluegnu2.0.3: Remove unsupported subtree.
18 2003-08-18  Ben Elliston  <bje@wasabisystems.com>
20         * MAINTAINERS: New file.
22 2003-08-17  Ben Elliston  <bje@wasabisystems.com>
24         * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
25         * doc/Makefile.in: Regenerate.
26         
27 2003-08-16  Ben Elliston  <bje@wasabisystems.com>
29         * doc/overview.sgml (overview): Start overhauling chapter.
30         
31         * doc/README.Writers: New document on style conventions.
32         * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
33         * doc/user.sgml: Likewise.
34         * doc/overview.sgml: Likewise.
35         * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
37 2003-08-12  Ben Elliston  <bje@wasabisystems.com>
39         * Makefile.am (tarball): Update path to dejagnu.spec.
40         (rpmspec): Likewise.
41         (deb): Likewise, update path to package metafiles.
42         (solpkg): Likewise.
43         (hpdepot): Likewise.
44         * Makefile.in: Regenerate.
45         * aclocal.m4: Likewise.
46         * configure: Likewise.
47         * doc/Makefile.in: Likewise.
48         * example/Makefile.in: Likewise.
49         * testsuite/Makefile.in: Likewise.
50         * deb: Move from here ..
51         * packaging/deb: .. to here.
52         * redhat: Move from here ..
53         * packaging/rpm: .. to here.
54         * depot: Move from here ..
55         * packaging/depot: .. to here.
56         * pkg: Move from here ..
57         * packaging/pkg: .. to here.
59         * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
60         (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
61         * testsuite/libdejagnu/Makefile.in: Regenerate.
63 2003-08-07  Ben Elliston  <bje@wasabisystems.com>
65         * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
66         to increment count rather than count++ as in C.
68 2003-08-06  Ben Elliston  <bje@wasabisystems.com>
70         * lib/remote.exp: Replace "TCL" with "Tcl".
72 2003-07-30  Ben Elliston  <bje@wasabisystems.com>
74         * doc/runtest.1: Replace "TCL" with "Tcl".
75         Make last revision date current.
77 2003-07-29  Ben Elliston  <bje@wasabisystems.com>
79         * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
80         URLs and other stylistic improvements.
81         * doc/ref.sgml: Likewise.
82         * doc/user.sgml: Likewise.
84 2003-07-25  Mike Stump  <mrs@apple.com>
86         * lib/target.exp (prune_warnings): Handle "nfs server .* not
87         responding" and "nfs server .* is alive again".
89 2003-07-20  Ben Elliston  <bje@wasabisystems.com>
91         * config.guess: Update to most recent version.
92         * config.sub: Ditto.
93         * AUTHORS: Add self to list of maintainers.
95 2003-07-25  Jim Dein  <jdein@deinji5.apple.com>
97          * lib/utils.exp: fix double recursion bug in proc find.
99 2002-02-25  Jackie Smith Cashion  <jsmith@redhat.com>
101         * baseboards/am33_2.0-libremote.exp: New file.
103 2000-11-21  Drew Moseley  <dmoseley@redhat.com>
105         * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
106         ASB2303 board.
108 2000-08-10  Drew Moseley  <dmoseley@cygnus.com>
110         * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
111         ASB2303 board.
113 2003-06-13  Phil Edwards <pme@devphil.com>
115         * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
116         baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
117         only -T[linker] instead of -Wl,-T[linker].
118         
119 2003-06-13  Jason Thorpe  <thorpej@wasabisystems.com>
121         * lib/target.exp (prune_warnings): Add two more linker
122         warning patterns for warnings generated by modern verions
123         of NetBSD.
125 2003-05-12  H.J. Lu <hongjiu.lu@intel.com>
127         * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
129 2003-05-09  H.J. Lu <hongjiu.lu@intel.com>
131         * runtest: Fix a typo.
133 2003-05-03  Nitin Dhavale <nitinpdhavale@indiatimes.com>
135         * doc/user.sgml: Clarify how to set the verbose option.
137 2003-03-28 Chris Demetriou <cgd@broadcom.com>
139         * lib/framework.exp (check_conditional_xfail): Adjust so that
140         an empty 'includes' list matches all sets of flags.
141         * doc/dejagnu.texi: Document the above.
142         * doc/ref.sgml: Likewise.
144 2003-03-27  David Heine <dlheine@tensilica.com>
146         * baseboards/xtensa-sim.exp: Fix a syntax error.
148 2003-03-16  Rob Savoye  <rob@direwolf.welcomehome.org>
150         * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
151         than stomp on it. This is based on a patch from Brendan Conoboy
152         <blc@redhat.com>.
153         * Most files: Update copyright dates.
155 2003-03-13  Mike Stump  <mrs@apple.com>
157         * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
158         help ensure uniqueness.
160 2003-03-05  Alexandre Oliva  <aoliva@redhat.com>
162         * lib/remote.exp (standard_download, standard_upload): Support
163         nfsdir and nfsroot_server.
165 See ChangeLog.0 for earlier changes.