aboutsummaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)AuthorFilesLines
2003-08-23Use a consistent GNU copyright header throughout.Ben Elliston42-549/+545
2003-08-19Re-indent with Emacs' tcl-mode.Ben Elliston5-16/+16
2003-08-17More trailing whitespace.Ben Elliston36-107/+107
2003-08-16Whitespace fixes.Ben Elliston6-37/+37
2003-08-07 * config/ddb.exp (${board}_init): Fix thinko: use Tcl incr commandBen Elliston1-1/+1
to increment count rather than count++ as in C.
2003-08-07* Remove surplus semicolons in `for' commands.Ben Elliston9-24/+24
2003-08-07Strip trailing semicolons from Tcl source files.Ben Elliston41-965/+965
2003-03-172003-03-16 Rob Savoye <rob@direwolf.welcomehome.org>Rob Savoye41-45/+110
* lib/unix.exp: Preservce the value of LD_LIBRARY_PATH, rather than stomp on it. This is based on a patch from Brendan Conoboy <blc@redhat.com>. * Most files: Update copyright dates. 2003-03-13 Mike Stump <mrs@apple.com> * lib/dg.exp(dg-test): Add compiler flags to testcase name, to help ensure uniqueness. 2003-03-05 Alexandre Oliva <aoliva@redhat.com> * lib/remote.exp (standard_download, standard_upload): Support nfsdir and nfsroot_server. 2001-11-12 Andrew Cagney <ac131313@redhat.com> * lib/remote.exp (local_exec, standard_close): Use SHELL background instead of tcl background to background the kill processes. Work around problem found by Nick Duffek in older CYGWINs. (migrated from Redhat's sources kind late, sorry)
2003-02-212003-02-19 DJ Delorie <dj@redhat.com>Rob Savoye1-3/+11
* config/sim.exp: Support both sid and rawsid protocols.
2002-04-262002-04-19 Nick Clifton <nickc@cambridge.redhat.com>Rob Savoye1-0/+56
* Import files from sourceware dejagnu repository: 2002-03-15 Chris Demetriou <cgd@broadcom.com> * baseboards/mips-sim-idt32.exp: New file. 2002-01-21 Ben Elliston <bje@redhat.com> * baseboards/sh-sid.exp: New file. 2001-11-26 Thomas Fitzsimmons <fitzsim@redhat.com> * baseboards/i386-sid.exp: New file. 2001-10-10 Frank Ch. Eigler <fche@redhat.com> * config/sid.exp (set_host_info): New proc. Call it to set gdb,nointerrupt flag to work around framework problems. 2001-08-24 Frank Ch. Eigler <fche@redhat.com> * baseboards/basic-sid.exp (find_sid_conf): Tolerate not finding path to pregen configuration file. 2001-02-22 Ben Elliston <bje@redhat.com> * config/sid.exp: New file. * baseboards/basic-sid.exp: Likewise. * baseboards/arm-sid.exp: Likewise. * baseboards/m32r-sid.exp: Likewise. * baseboards/m68k-sid.exp: Likewise.
2001-09-12 * Makefile.am: Add a clean-local target, and nuke example andRob Savoye1-1/+1
testsuite from SUBDIRS, so they don't get built via "make all". * Makefile: All Makefiles regenerated. * debian/changelog: Update version for 1.4.2 release. * redhat/dejagnu.spec: Update version for 1.4.2 release.
2001-05-21 * baseboards/m68hc11-sim.exp: New file for 68HC11/68HC12 validation.Rob Savoye1-0/+20
* config/m68hc11.exp: New file.
2001-05-04 * config/default.exp: New file for default config settings forRob Savoye1-0/+36
simple native testsuites that don't need anything else.
2001-02-18 * Most all files: Update copyright notices.Rob Savoye37-81/+81
* Makefile.am: Add support for making RPMs. Force different values for RUNTEST and RUNTESTFLAGS, so we can test ourselves. * testsuite/Makefile.am: Force a different value for RUNTESTFLAGS. * acinclude.m4, configure.in: Find Tclsh, and Docbook. * configure: Regenerated. * doc/Makefile.am: Use $DOCBOOK to find the filters. * doc/overview: Add the html version of the doc so one doesn't need docbook to read the manual. * example/calc/Makefile.am: New automake support. * example/calc/Makefile.in: Generated. * example/Makefile.am: Recursion support for make. * example/calc/Makefile.in: Generated by automake. * example/calc/calc.h.in: Move constants to calc.c, so we can use autoheader. * example/calc/calc.c: Add constants from calc.h.in. * redhat/dejagnu.spec: New RPM packaging file. * debian/{changelog,conffiles,control,copyright,postinst,preinst, rules,site.exp}: New Debian packaging support.
2001-02-05Initial revisionRob Savoye40-0/+4470