aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2016-06-22 * baseboards/aarch64-sim.exp, baseboards/am33_2.0-libremote.exp,Bernhard Reutner-Fischer1-0/+40
baseboards/arm-ice.exp, baseboards/arm-sid.exp, baseboards/arm-sim.exp, baseboards/basic-sid.exp, baseboards/basic-sim.exp, baseboards/cris-sim.exp, baseboards/d30v-sim.exp, baseboards/fr30-sim.exp, baseboards/frv-sim.exp, baseboards/gdbserver-sample.exp, baseboards/generic-sim.exp, baseboards/i386-sid.exp, baseboards/iq2000-sim.exp, baseboards/jmr3904-sim.exp, baseboards/linux-gdbserver.exp, baseboards/linux-libremote.exp, baseboards/m68k-sid.exp, baseboards/mcore-moto-sim.exp, baseboards/mcore-sim.exp, baseboards/mips-lnews-sim.exp, baseboards/mips-lsi-sim.exp, baseboards/mips-sim-idt32.exp, baseboards/mips-sim-idt64.exp, baseboards/mips-sim.exp, baseboards/mmixware-sim.exp, baseboards/mn10200-sim.exp, baseboards/mn10300-sim.exp, baseboards/mt-sid.exp, baseboards/powerpc-sim.exp, baseboards/powerpcle-sim.exp, baseboards/rx-sim.exp, baseboards/sh-sid.exp, baseboards/sh-sim.exp, baseboards/sparc-sim.exp, baseboards/sparc64-sim.exp, baseboards/sparclite-sim-le.exp, baseboards/sparclite-sim.exp, baseboards/tx39-sim.exp, baseboards/unix.exp, baseboards/v850-sim.exp, baseboards/vr4100-sim.exp, baseboards/vr4111-sim.exp, baseboards/vr4300-sim.exp, baseboards/xtensa-sim.exp, lib/debugger.exp, lib/dejagnu.exp, lib/dg.exp, lib/framework.exp, lib/ftp.exp, lib/kermit.exp, lib/libgloss.exp, lib/remote.exp, lib/rlogin.exp, lib/rsh.exp, lib/standard.exp, lib/target.exp, lib/targetdb.exp, lib/telnet.exp, lib/tip.exp, lib/utils.exp, testsuite/config/default.exp, testsuite/lib/libsup.exp, testsuite/lib/util-defs.exp, testsuite/libdejagnu/tunit.exp, testsuite/libdejagnu/unit.cc, testsuite/runtest.all/libs.exp, testsuite/runtest.all/options.exp, testsuite/runtest.all/stats-sub.exp, testsuite/runtest.all/stats.exp, config/default.exp, config/gdb-comm.exp, config/gdb_stub.exp, config/sid.exp, config/sim.exp, config/unix.exp, config/vxworks.exp, configure.ac, dejagnu.h, runtest, runtest.exp: Use condensed years in copyright statement. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-06-22 * doc/runtest.1: Use condensed years in copyright statement.Bernhard Reutner-Fischer1-0/+4
Signed-off-by: Ben Elliston <bje@gnu.org>
2016-06-21 * runtest: Quote paths. Use test -z, -n for clarity.Bernhard Reutner-Fischer1-0/+4
Signed-off-by: Ben Elliston <bje@gnu.org>
2016-06-21 * config/adb.exp (adb_exec) Improve verbose message.Bernhard Reutner-Fischer1-0/+4
Signed-off-by: Ben Elliston <bje@gnu.org>
2016-06-04 * baseboards/aarch64-sim.exp: New file.Jim Wilson1-0/+7
* Makefile.am (baseboard_DATA): Add aarch64-sim.exp. * Makefile.in: Regenerate. * lib/libgloss.exp (libgloss_link_flags): Map aarch64* to aarch64. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-04-26 * doc/dejagnu.texi: Fill more paragraphs.Ben Elliston1-0/+4
2016-04-25 * testsuite/runtest.all/utils.test: Remove unsetenv test.Ben Elliston1-0/+4
2016-04-24 * lib/utils.exp (unsetenv): Remove proc.Ben Elliston1-0/+6
* doc/dejagnu.texi: Update documentation. * NEWS: Update.
2016-04-19 * baseboards/msp430-sim.exp: New file.Nick Clifton1-0/+6
* Makefile.am (baseboard_DATA): Add msp430-sim.exp. * Makefile.in: Regenerate. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-04-18 * runtest: Remove quoting in final exec command.Ben Elliston1-0/+4
2016-04-17 * lib/remote.exp: Load ssh.exp lib.Ben Elliston1-0/+4
2016-04-17 * lib/rsh.exp (rsh_open): Fix description comment.Ben Elliston1-0/+4
2016-04-17 Reported by shellcheck.Ben Elliston1-0/+6
* runtest: Use $((..)) not `expr ..` and defensively double quote shell variables.
2016-04-17 * Makefile.am (pkgdata_DATA): Add lib/ssh.exp, lib/dmucs.exp.Ben Elliston1-0/+5
* Makefile.in: Regenerate.
2016-04-17 Reported by shellcheck.Ben Elliston1-0/+5
* runtest: Use $((..)) not `expr ..`.
2016-04-17 * configure.ac (AC_INIT): Update version number.Ben Elliston1-0/+7
* configure: Regenerate. * runtest.exp (frame_version): Update version number. * doc/dejagnu.texi: Likewise.
2016-04-17 * NEWS: Start a new section for the next release.Ben Elliston1-0/+4
2016-04-15 * Makefile.am (CONTRIB): Add new contrib scripts.Ben Elliston1-0/+5
* Makefile.in: Regenrate.
2016-04-15 * lib/ssh.exp (ssh_exec): Handle regexp return status.Ben Elliston1-0/+4
2016-04-13 * lib/rsh.exp (rsh_exec): Improve verbose message.Ben Elliston1-0/+11
* lib/ssh.exp (ssh_exec): Likewise. * config/adb.exp: Likewise.
2016-04-13 * lib/rsh.exp (rsh_exec): Handle regexp return status.Christophe Lyon1-0/+4
Signed-off-by: Ben Elliston <bje@gnu.org>
2016-04-08 * doc/dejagnu.texi (Global config file): Fix broken @node.Ben Elliston1-0/+6
(Local config file): Likewise. Reported by Faraz Shahbazker.
2016-04-07 * lib/remote.exp (remote_exec): Join cd $remotedir and $program onBen Elliston1-0/+5
the command line with ';' and not &&.
2016-04-07 * doc/dejagnu.texi (rsh_exec procedure): Fix broken @node.Ben Elliston1-0/+5
Reported by Faraz Shahbazker.
2016-04-06 * lib/remote.exp (remnote_download): Create a remote directory ifYvan Roux1-0/+10
needed and use it. (remote_exec): Execute program inside remotedir when it exists. (standard_load): Set remotedir board field if not present. * config/unix.exp (unix_load): Handle remotedir in board field. (remotedir): Set board info field. * doc/dejagnu.texi (Board File Values): Document remotedir. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-04-06 * doc/dejagnu.texi (Global config file): Put before node 'LocalBen Elliston1-0/+5
config file'.
2016-04-05 * runtest.exp: Remove defunct and undocumented --tool_root option.Ben Elliston1-0/+4
2016-04-04 * doc/dejagnu.texi: More overhauling.Ben Elliston1-0/+4
2016-04-04 * lib/targetdb.exp (set_board_info): Improve comment.Ben Elliston1-0/+5
(add_board_info): Likewise.
2016-04-04 * NEWS: Add some more detail.Ben Elliston1-0/+4
2016-04-04 * site.tmpl: Delete.Ben Elliston1-0/+6
* Makefile.am (EXTRA_DIST): Remove site.tmpl. * Makefile.in: Regenerate.
2016-04-03 * doc/dejagnu.texi: More overhauling.Ben Elliston1-0/+4
2016-04-03 * runtest.exp: Document the magical handling of -D[01].Ben Elliston1-0/+4
2016-04-03 * doc/runtest.1: Do not document obsolete --status option. It isBen Elliston1-0/+5
still accepted for compatibility, but does nothing.
2016-04-03 * doc/runtest.1 (OPTIONS): Place short forms (-v, -V, -x) first.Ben Elliston1-0/+4
2016-04-03 * doc/runtest.1 (OPTIONS): Sort options.Ben Elliston1-0/+4
2016-04-03 * doc/dejagnu.texi: More overhauling.Ben Elliston1-0/+4
2016-04-02 * doc/dejagnu.texi: Fill paragraphs.Ben Elliston1-0/+4
2016-04-02 * doc/dejagnu.texi: Fix capitalisation of procedure namesBen Elliston1-0/+5
throughout. Use Tcl syntax in procedure prototypes, not C syntax.
2016-04-02Basic MySQL support.Rob Savoye1-0/+9
* contrib/mysql/create-db.sql: New file. * contrib/mysql/importxml.sh: Likewise. * contrib/mysql/make-datafile.sh: Likewise. * contrib/mysql/plot.sh: Likewise. * contrib/mysql/README: Likewise. * contrib/mysql/sum2xml.sh: Likewise. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-04-02 * config.guess: Update to version 2016-04-02.Ben Elliston1-0/+5
* config.sub: Update to version 2016-03-30.
2016-04-02 * contrib/sum2junit.sh: New.Rob Savoye1-0/+4
Signed-off-by: Ben Elliston <bje@gnu.org>
2016-04-01 * doc/dejagnu.texi (connprocs): Document new SSH procs.Ben Elliston1-0/+4
2016-03-31 * lib/ssh.exp: New.Rob Savoye1-0/+5
* NEWS: Update. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-03-30 * baseboards/mcore-moto-sim.exp, lib/dejagnu.exp, lib/dg.exp,Ben Elliston1-0/+6
lib/dmucs.exp, lib/framework.exp, lib/remote.exp, lib/target.exp, runtest.exp: Fix spelling errors in comments.
2016-03-30 * lib/remote.exp (remote_expect): Use perror not send_user.Ben Elliston1-0/+4
2016-03-29 * lib/remote.exp (remote_expect): Fix spelling error.Ben Elliston1-0/+4
2016-03-29 * runtest.exp: Only print "searching for <test name>" message atRob Savoye1-0/+5
verbose level >= 2 -- too much noise. Signed-off-by: Ben Elliston <bje@gnu.org>
2016-03-29 * texinfo.tex: Update to latest master version.Ben Elliston1-0/+5
* INSTALL: Likewise.
2016-03-29More fixes identified by the Frink static analyser:Ben Elliston1-0/+10
(1) use -- in switch commands for safety, (2) add braces around exprs, (3) replace abbreviated "info proc" with "info procs", (4) use -- in regexp commands for safety where the expression is a variable that could begin with '-'.