Browse Source

* doc/dejagnu.texi: Acknowledge contributions to the manual from

others.
psql
Ben Elliston 8 years ago
parent
commit
ca729a2f34
  1. 22
      ChangeLog
  2. 4
      doc/dejagnu.texi

22
ChangeLog

@ -1,3 +1,25 @@
2018-12-12 Ben Elliston <bje@gnu.org>
* doc/dejagnu.texi: Acknowledge contributions to the manual from
others.
2018-12-11 Ben Elliston <bje@gnu.org>
* config/gdb-comm.exp (gdb_comm_file_cmd): Simplify regexp by
changing from "quoted regexps" to {braced regexps}. This allows
for an additional level of backslash quoting to be removed,
provided that the string does not contain any variable
substitutions.
2018-12-10 Ben Elliston <bje@gnu.org>
* config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,
lib/dg.exp, lib/framework.exp, lib/ftp.exp, lib/kermit.exp,
lib/rlogin.exp, lib/target.exp, lib/telnet.exp, runtest.exp,
testsuite/lib/libsup.exp: Simplify some regular expressions in
constant strings by placing them inside braces instead of
quotes. This allows one level of backslash quoting to be removed.
2018-12-11 Jacob Bachmeyer <jcb62281@gmail.com>
* testsuite/runtest.all/libs.exp: Use "testsuite file" command.

4
doc/dejagnu.texi

@ -35,8 +35,8 @@ Free Documentation License''.
@subtitle Version @value{VERSION}
@sp 1
@subtitle @value{UPDATED}
@author Rob Savoye
@author Cygnus Support
@author Rob Savoye et al.
@author Cygnus Support and the GNU Project
@page
@vskip 0pt plus 1filll

Loading…
Cancel
Save