aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2018-12-12 12:54:11 +1100
committerBen Elliston <bje@gnu.org>2018-12-12 12:54:11 +1100
commitb0b842d77c6fc8b9f6c9f19baa93fb20330f5301 (patch)
tree3a30cd19e1b3e1a33695075b2b9eea96059e6838 /ChangeLog
parentca729a2f34d53b2eae0c3c10dfcb4ff8c40c1613 (diff)
downloaddejagnu-b0b842d77c6fc8b9f6c9f19baa93fb20330f5301.zip
dejagnu-b0b842d77c6fc8b9f6c9f19baa93fb20330f5301.tar.gz
dejagnu-b0b842d77c6fc8b9f6c9f19baa93fb20330f5301.tar.bz2
Remove new stray entries.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 0 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 6829a80..6911c81 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,23 +3,6 @@
* 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.