aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-03-08Mark ChangeLog for release.dejagnu-1.5.1-releasedejagnu-1.5Ben Elliston1-0/+4
2013-03-08 * configure.ac (AC_INIT): Bump version to 1.5.1.Ben Elliston4-261/+384
* runtest.exp (frame_version): Likewise. * configure: Regenerate.
2013-03-08 * Makefile.in: Regenerate with automake 1.13.Ben Elliston3-382/+579
* aclocal.m4: Likewise. Addresses these vulnerabilities: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-4029 http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-3386
2011-03-09Mark ChangeLog for release.dejagnu-1.5-releaseBen Elliston1-0/+4
2011-03-09 * Makefile.am (DISTCLEANFILES): Define.Ben Elliston6-1/+22
* Makefile.in: Regenerate. * testsuite/runtest.all/libs.exp: Clean up temp files on exit. * testsuite/runtest.all/options.exp: Likewise for dbg.log. * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file mkdir" instead of exec'ing mkdir(1).
2011-03-08Ignore autom4te.cache.Ben Elliston1-0/+1
2011-03-07 * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE.Ben Elliston3-3/+10
* Makefile.in: Regenerate.
2011-03-06 * configure.ac (AC_INIT): Set version to 1.5.Ben Elliston5-28/+35
* configure: Regenerate. * runtest.exp (frame_version): Set to 1.5. * doc/dejagnu.texi: Regenerate.
2011-03-04 * texinfo.tex: Import latest version from ftp://tug.org/tex.Ben Elliston2-1312/+3959
2011-03-04 * Makefile.am (EXTRA_DIST): Correct name of historical ChangeLog.Ben Elliston3-2/+7
* Makefile.in: Regenerate.
2011-03-03Upgrade to GPL version 3.Ben Elliston173-175/+175
2011-03-03 * Makefile.am: Bump to GPL version 3.Ben Elliston6-1508/+1086
* configure.ac: Likewise. * Makefile.in: Regenerate. * aclocal.m4: Likewise. * configure: Likewise.
2011-03-03 * config.guess: Update to most recent version.Ben Elliston3-235/+264
* config.sub: Likewise.
2011-03-03 * lib/framework.exp (unknown): Rename the native Tcl ::unknownBen Elliston2-13/+25
proc to ::tcl_unknown. If ::tcl_unknown returns a failure result, then fall back to the conventional DejaGnu handling. Report from David Byron <dbyron@dbyron.com>.
2011-03-032011-03-03 Maciej W. Rozycki <macro@codesourcery.com>Ben Elliston2-5/+6
* lib/remote.exp (remote_expect): Pass all exception conditions up to the caller.
2011-03-012011-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>Ben Elliston2-6/+13
* lib/dg.exp (dg-test): Support nested calls.
2010-04-13 * testglue.c: Remove duplicated prototypes for abort and exit.Ben Elliston2-3/+4
2010-03-26 * doc/user.xml (Tcl Variables For Command Line Options): CorrectBen Elliston2-1/+6
column count.
2010-01-21 * config/gdb-comm.exp (gdb_comm_load): Set breakpoints after load.Ben Elliston2-10/+14
2010-01-19Merge branch 'master' of ssh://bje@git.sv.gnu.org/srv/git/dejagnuBen Elliston165-3058/+4359
2010-01-15 * baseboards/moxie-sim.exp: New baseboard.Ben Elliston2-0/+64
2010-01-01update copyright date for 2010.Rob Savoye165-3058/+4359
2009-12-10 * baseboards/rx-sim.exp: New baseboard.Ben Elliston2-0/+51
2009-10-15 * MAINTAINERS: Remove refererence to Tom Tromey's Tcl style guide.Ben Elliston2-4/+5
This web page has disappeared.
2009-07-06 * doc/dejagnu.xml, doc/ref.xml, doc/user.xml: Mark up options withBen Elliston5-42/+49
<option> not <emphasis>. Apply other grammatical fixes from Reuben Thomas. * doc/dejagnu.texi: Regenerate.
2009-07-06 * configure.ac: Check for docbook2x-texi.Ben Elliston3-21/+35
* configure: Regenerate.
2009-07-06 From Reuben Thomas <rrt@sc3d.org>:Ben Elliston2-3/+8
* doc/runtest.1: Fix some formatting issues.
2009-06-24Rename the old ChangeLog.Ben Elliston2-1/+1
2009-06-16 * config.guess: Update to most recent version.Ben Elliston3-93/+219
* config.sub: Likewise.
2009-06-16 * Makefile.am (rpm, deb, solpkg, hpdepot): Remove targets.Ben Elliston15-717/+6
* Makefile.in: Regenerate. * packaging: Remove directory and its contents.
2009-06-102009-06-10 Maciej W. Rozycki <macro@codesourcery.com>Ben Elliston2-0/+9
* config/gdb-comm.exp (gdb_comm_add_breakpoint): Handle pending breakpoints.
2008-12-03 * COPYING: Update to GPL version 3.Ben Elliston2-289/+627
2008-04-07* doc/ref.xml, doc/user.xml: Fix typos.Ben Elliston4-89/+94
* doc/dejagnu.texi: Regenerate.
2008-04-07Make the testsuite work better.origin/masterorigin/HEADBen Elliston5-27/+48
* Makefile.am (RUNTESTDEFAULTFLAGS): Add RUNTEST=$(RUNTEST). * Makefile.in: Regenerate. * dejagnu.exp (host_execute): Improve regexp matching. * testsuite/libdejagnu/unit.cc: C++ fixes.
2008-04-07* lib/utils.exp (diff): Open both files as binary.Ben Elliston2-0/+6
2008-04-07* dejagnu.h (totals): Correct typos.Ben Elliston2-2/+6
2008-04-07* doc/user.xml (Adding a New Tool, Adding a New Target): Fix typos.Ben Elliston3-4/+9
* doc/dejagnu.texi: Regenerate.
2008-02-25 * doc/runtest.1: Update date of last revision.Ben Elliston2-2/+6
2008-02-11Make switch commands in some baseboard files more robust. From H-P.Ben Elliston3-2/+8
2008-02-11 Hans-Peter Nilsson <hp@axis.com> * baseboards/h8300.exp: Use -- before switch argument that may begin with "-". * baseboards/cris-sim.exp: Ditto.
2008-02-11Install some omitted baseboard scripts.Ben Elliston3-4/+19
2008-02-11 Hans-Peter Nilsson <hp@axis.com> * Makefile.am (baseboard_SCRIPTS): Add scripts cris-sim.exp, iq2000-sim.exp and m32r-linux-sim.exp. * Makefile.in: Regenerate.
2008-02-08* baseboards/cris-sim.exp: Fix MS-DOS line termination.Ben Elliston2-66/+70
2008-02-07Add a .gitignore file for the doc directory.Ben Elliston1-0/+1
2008-02-04Remove .cvsignore file(s).Ben Elliston1-1/+0
2007-12-27 * lib/target.exp (default_link): Initialize nobjects before use.origin/originoriginBen Elliston2-0/+5
2007-12-07Remove stray CVS conflict markers.Ben Elliston1-4/+0
2007-12-07 * lib/dg.exp (dg_bogus): Comment fix.Ben Elliston2-1/+5
2007-10-30 * lib/framework.exp (open_logs): Line buffer the .sum file.Ben Elliston2-0/+5
2007-09-04 * doc/user.xml (Configuration): Fix typos.Ben Elliston3-5/+10
* doc/dejagnu.texi: Regenerate.
2007-08-28Patch from Daniel Jacobowitz.Rob Savoye2-2/+6
2007-05-17 * doc/user.xml: Correct the syntax for running apt-get on a DebianBen Elliston2-1/+6
GNU/Linux system. From Peter Welte <weltepe@gmail.com>.