aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-11-17 18:01:23 -0500
committerStefan Monnier2013-11-17 18:01:23 -0500
commit9bc67baa5ad14110529ccfc4dfcb5b41be26be53 (patch)
tree6f438f8e4dd07b4165b4057afb61dc5b81172391 /lisp/ChangeLog
parentde586f99e98f9ace3dc33933094046671ee7fa3c (diff)
downloademacs-9bc67baa5ad14110529ccfc4dfcb5b41be26be53.tar.gz
emacs-9bc67baa5ad14110529ccfc4dfcb5b41be26be53.zip
* lisp/progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
(gdb--string-regexp): New constant. (gdb-tooltip-print, gdb-var-evaluate-expression-handler) (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it. (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change submatch 1. (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file): Adjust use accordingly. (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7017e3ffb49..f408df795a0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12013-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/gdb-mi.el: Avoid backtracking in regexp matcher.
4 (gdb--string-regexp): New constant.
5 (gdb-tooltip-print, gdb-var-evaluate-expression-handler)
6 (gdbmi-bnf-stream-record, gdb-jsonify-buffer): Use it.
7 (gdb-source-file-regexp, gdb-prompt-name-regexp): Use it and change
8 submatch 1.
9 (gdb-get-source-file-list, gdb-get-prompt, gdb-get-source-file):
10 Adjust use accordingly.
11 (gdb-breakpoints-list-handler-custom): Pre-build the y/n string.
12
12013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change) 132013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change)
2 14
3 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at 15 * progmodes/ruby-mode.el (ruby-toggle-block): Don't stop at