diff options
author | Ben Elliston <bje@gnu.org> | 2018-12-12 07:53:18 +1100 |
---|---|---|
committer | Ben Elliston <bje@gnu.org> | 2018-12-12 07:53:18 +1100 |
commit | ca729a2f34d53b2eae0c3c10dfcb4ff8c40c1613 (patch) | |
tree | e871f6ed6f6b8fb4ac04df5cb4b3a2ec9358b66f | |
parent | 48fbec72a052b82b14eb96716da6c249d0a673c0 (diff) | |
download | dejagnu-ca729a2f34d53b2eae0c3c10dfcb4ff8c40c1613.zip dejagnu-ca729a2f34d53b2eae0c3c10dfcb4ff8c40c1613.tar.gz dejagnu-ca729a2f34d53b2eae0c3c10dfcb4ff8c40c1613.tar.bz2 |
* doc/dejagnu.texi: Acknowledge contributions to the manual from
others.
-rw-r--r-- | ChangeLog | 22 | ||||
-rw-r--r-- | doc/dejagnu.texi | 4 |
2 files changed, 24 insertions, 2 deletions
@@ -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. diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi index 8e1dae4..1ce3109 100644 --- a/doc/dejagnu.texi +++ b/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 |