diff options
| author | Stefan Monnier | 2013-11-17 18:01:23 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-11-17 18:01:23 -0500 |
| commit | 9bc67baa5ad14110529ccfc4dfcb5b41be26be53 (patch) | |
| tree | 6f438f8e4dd07b4165b4057afb61dc5b81172391 /lisp/ChangeLog | |
| parent | de586f99e98f9ace3dc33933094046671ee7fa3c (diff) | |
| download | emacs-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/ChangeLog | 12 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-11-17 Adam Sokolnicki <adam.sokolnicki@gmail.com> (tiny change) | 13 | 2013-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 |