1 2004-01-30 Ben Elliston <bje@wasabisystems.com>
3 * DejaGnu 1.4.4 released.
5 2004-01-27 Ben Elliston <bje@wasabisystems.com>
7 * Makefile.am (tarball): Depend on book1.html, not overview.html.
8 Don't echo needless messages. Portably copy the source tree to
9 dejagnu-${VERSION}. Portably copy documentation files from the
10 source tree to the distribution directory. Don't copy RPM-related
11 files -- leave that to the rpm target.
12 (snapshot): Remove target.
13 (overview.html): Rename target from this ..
14 (book1.htm): .. to this.
15 (rpm): Portably copy tar file to SOURCES directory.
16 (deb): Depend on book1.html, not overview.html.
17 (dist-hook): Depend on book1.html, not overview.html.
18 * Makefile.in: Rebuild.
19 * doc/Makefile.am (TARGETS): Depend on book1.html.
20 (book1.html): Depend on html/book1.html.
21 (overview.dvi): Remove target.
22 * doc/Makefile.in: Rebuild.
24 2004-01-27 Ben Elliston <bje@wasabisystems.com>
26 * Clean.tcl: Run tclsh via /usr/bin/env for portability.
27 (cleanfiles): Concatenate regular filenames that match .*.
29 2004-01-27 Ben Elliston <bje@wasabisystems.com>
31 * doc/overview: Remove all files.
33 2003-12-03 Ben Elliston <bje@wasabisystems.com>
35 * testsuite/runtest.all/utils.test: Fix a test for proc find which
36 assumed that "subsubfile1" would appear at the end of the returned
37 list. Adjust to use a more robust regular expression.
39 2003-11-26 Ben Elliston <bje@wasabisystems.com>
41 * doc/overview.sgml (version): Update.
42 * doc/overview/installation.html: Likewise.
44 * packaging/rpm/dejagnu.spec: Update version numbers throughout.
45 * packaging/pkg/pkginfo: Likewise.
46 * packaging/depot/dejagnu.psf: Likewise.
48 2003-10-25 Ben Elliston <bje@wasabisystems.com>
50 * runtest.exp (frame_version): Bump version.
51 * configure.in (AM_INIT_AUTOMAKE): Likewise.
52 * configure: Regenerate.
54 2003-10-16 Rob Savoye <rob@welcomehome.org>
56 * packaging/prototype: Remove sh-hms-sim.exp, add sh-sim.
58 2003-10-13 Ben Elliston <bje@wasabisystems.com>
60 * baseboards/sh-hms-sim.exp: Remove. Replaced by sh-sim.exp.
62 2003-10-11 Corinna Vinschen <vinschen@redhat.com>
64 * baseboards/sh-sim.exp: New file.
66 2003-10-11 Ben Elliston <bje@wasabisystems.com>
69 * AUTHORS: Don't list maintainers, reference MAINTAINERS instead.
71 2003-10-08 Ben Elliston <bje@wasabisystems.com>
74 * packaging/pkg/prototype: Remove i960glue.c.
76 2003-10-07 Ben Elliston <bje@wasabisystems.com>
78 * contrib/README: Remove.
79 * contrib/testit: Remove bitrotten script.
80 * contrib/test-g++: Likewise.
81 * contrib/test-tool: Likewise.
83 2003-08-23 Ben Elliston <bje@wasabisystems.com>
86 * contrib/README: Bring up to date.
88 2003-08-23 Corinna Vinschen <vinschen@redhat.com>
90 * config/sid.exp: Add gdb settings to use no hardware watchpoints.
92 2003-08-23 Ben Elliston <bje@wasabisystems.com>
94 * README: Update section on reporting bugs.
96 2003-08-22 Ben Elliston <bje@wasabisystems.com>
98 * lib/kermit.exp: Document procs.
99 * lib/ftp.exp: Likewise.
101 2003-08-19 Ben Elliston <bje@wasabisystems.com>
103 * contrib/testit: Run wish via /usr/bin/env for portability.
105 2003-08-18 Ben Elliston <bje@wasabisystems.com>
107 * Makefile.am: Tidy comments and unused command lines.
108 * Makefile.in: Regenerate.
109 * testsuite/libdejagnu/Makefile.in: Likewise.
111 * contrib/bluegnu2.0.3: Remove unsupported subtree.
113 2003-08-18 Ben Elliston <bje@wasabisystems.com>
115 * MAINTAINERS: New file.
117 2003-08-17 Ben Elliston <bje@wasabisystems.com>
119 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove empty variable.
120 * doc/Makefile.in: Regenerate.
122 2003-08-16 Ben Elliston <bje@wasabisystems.com>
124 * doc/overview.sgml (overview): Start overhauling chapter.
126 * doc/README.Writers: New document on style conventions.
127 * doc/ref.sgml: Replace "test suite" with "testsuite" throughout.
128 * doc/user.sgml: Likewise.
129 * doc/overview.sgml: Likewise.
130 * doc/dejagnu.texi (Design Goals): Change "Deja Gnu" to "DejaGnu".
132 2003-08-12 Ben Elliston <bje@wasabisystems.com>
134 * Makefile.am (tarball): Update path to dejagnu.spec.
136 (deb): Likewise, update path to package metafiles.
139 * Makefile.in: Regenerate.
140 * aclocal.m4: Likewise.
141 * configure: Likewise.
142 * doc/Makefile.in: Likewise.
143 * example/Makefile.in: Likewise.
144 * testsuite/Makefile.in: Likewise.
145 * deb: Move from here ..
146 * packaging/deb: .. to here.
147 * redhat: Move from here ..
148 * packaging/rpm: .. to here.
149 * depot: Move from here ..
150 * packaging/depot: .. to here.
151 * pkg: Move from here ..
152 * packaging/pkg: .. to here.
154 * testsuite/libdejagnu/Makefile.am (CXXFLAGS): Rename from this ..
155 (AM_CXXFLAGS): .. to this, in order to suppress Automake warning.
156 * testsuite/libdejagnu/Makefile.in: Regenerate.
158 2003-08-07 Ben Elliston <bje@wasabisystems.com>
160 * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
161 to increment count rather than count++ as in C.
163 2003-08-06 Ben Elliston <bje@wasabisystems.com>
165 * lib/remote.exp: Replace "TCL" with "Tcl".
167 2003-07-30 Ben Elliston <bje@wasabisystems.com>
169 * doc/runtest.1: Replace "TCL" with "Tcl".
170 Make last revision date current.
172 2003-07-29 Ben Elliston <bje@wasabisystems.com>
174 * doc/overview.sgml: Replace "NT" with "Windows", correct Cygwin
175 URLs and other stylistic improvements.
176 * doc/ref.sgml: Likewise.
177 * doc/user.sgml: Likewise.
179 2003-07-25 Mike Stump <mrs@apple.com>
181 * lib/target.exp (prune_warnings): Handle "nfs server .* not
182 responding" and "nfs server .* is alive again".
184 2003-07-20 Ben Elliston <bje@wasabisystems.com>
186 * config.guess: Update to most recent version.
188 * AUTHORS: Add self to list of maintainers.
190 2003-07-25 Jim Dein <jdein@deinji5.apple.com>
192 * lib/utils.exp (find): Fix double recursion bug.
194 2002-02-25 Jackie Smith Cashion <jsmith@redhat.com>
196 * baseboards/am33_2.0-libremote.exp: New file.
198 2000-11-21 Drew Moseley <dmoseley@redhat.com>
200 * baseboards/mn10300-cygmon.exp: Use the am33-2 flag for the
203 2000-08-10 Drew Moseley <dmoseley@cygnus.com>
205 * baseboards/mn10300-cygmon.exp: Added support for Cygmon based
208 2003-06-13 Phil Edwards <pme@devphil.com>
210 * baseboards/mips64-sim.exp, baseboards/mips-sim.exp,
211 baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp: Use
212 only -T[linker] instead of -Wl,-T[linker].
214 2003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
216 * lib/target.exp (prune_warnings): Add two more linker
217 warning patterns for warnings generated by modern verions
220 2003-05-12 H.J. Lu <hongjiu.lu@intel.com>
222 * lib/libgloss.exp (build_wrapper): Add -Wl,-wrap,_exit.
224 2003-05-09 H.J. Lu <hongjiu.lu@intel.com>
226 * runtest: Fix a typo.
228 2003-05-03 Nitin Dhavale <nitinpdhavale@indiatimes.com>
230 * doc/user.sgml: Clarify how to set the verbose option.
232 2003-03-28 Chris Demetriou <cgd@broadcom.com>
234 * lib/framework.exp (check_conditional_xfail): Adjust so that
235 an empty 'includes' list matches all sets of flags.
236 * doc/dejagnu.texi: Document the above.
237 * doc/ref.sgml: Likewise.
239 2003-03-27 David Heine <dlheine@tensilica.com>
241 * baseboards/xtensa-sim.exp: Fix a syntax error.
243 2003-03-16 Rob Savoye <rob@direwolf.welcomehome.org>
245 * lib/unix.exp: Preserve the value of LD_LIBRARY_PATH, rather
246 than stomp on it. This is based on a patch from Brendan Conoboy
248 * Most files: Update copyright dates.
250 2003-03-13 Mike Stump <mrs@apple.com>
252 * lib/dg.exp(dg-test): Add compiler flags to testcase name, to
253 help ensure uniqueness.
255 2003-03-05 Alexandre Oliva <aoliva@redhat.com>
257 * lib/remote.exp (standard_download, standard_upload): Support
258 nfsdir and nfsroot_server.
260 See ChangeLog.0 for earlier changes.