aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-12-12 12:57:00 +1100
committerBen Elliston <bje@gnu.org>2018-12-12 12:57:00 +1100
commit874edd44fc41aff555b8cc39d91b6576095135df (patch)
tree9c4f48d766c74c88e275aa234eb24115ae6185d8 /ChangeLog
parentb0b842d77c6fc8b9f6c9f19baa93fb20330f5301 (diff)
downloaddejagnu-874edd44fc41aff555b8cc39d91b6576095135df.zip
dejagnu-874edd44fc41aff555b8cc39d91b6576095135df.tar.gz
dejagnu-874edd44fc41aff555b8cc39d91b6576095135df.tar.bz2
* config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,
lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/rlogin.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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6911c81..69a22dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2018-12-12 Ben Elliston <bje@gnu.org>
+ * config/gdb-comm.exp, config/gdb_stub.exp, config/vxworks.exp,
+ lib/dg.exp, lib/ftp.exp, lib/kermit.exp, lib/rlogin.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-12 Ben Elliston <bje@gnu.org>
+
* doc/dejagnu.texi: Acknowledge contributions to the manual from
others.