emacs/lisp/progmodes
Alan Mackenzie 4bf4002906 Fix an infinite loop in c-end-of-macro. Should fix bug
Also fix two faulty regexps, save-match-data, and check c-major-mode-is
'c++-mode where needed.

* lis/progmodes/cc-langs.el (c-last-c-comment-end-on-line-re)
(c-last-open-c-comment-start-on-line-re): Handle repeated *s in regexp
correctly.

* lisp/progmodes/cc-engine.el (c-beginning-of-macro, c-end-of-macro): Protect
the match-data with save-match-data around regexp operations.
(c-end-of-macro): In the loop handling multiline block comments, check a
comment actually is multiline.

* lisp/progmodes/cc-mode.el (c-depropertize-CPP): Only call
c-depropertize-raw-strings-in-region in C++ Mode.
2019-07-04 13:18:51 +00:00
..
ada-mode.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
ada-prj.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ada-stmt.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
ada-xref.el Be safer about "%" in message formats 2019-03-07 09:05:56 -08:00
antlr-mode.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
asm-mode.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
autoconf.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
bat-mode.el Improve regexp advice again, and unchain ranges 2019-04-02 15:01:34 -07:00
bug-reference.el Use lexical-binding in bug-reference.el 2019-04-09 16:29:09 -05:00
cc-align.el C Mode: Fix indentation of DEFUN's function's argument list. 2019-05-21 11:47:14 +00:00
cc-awk.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
cc-bytecomp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
cc-cmds.el Don’t assume CURRENT_TIME_LIST 2019-02-13 00:51:15 -08:00
cc-defs.el Update CC Mode's version number to 5.34 2019-06-19 19:15:26 +00:00
cc-engine.el Fix an infinite loop in c-end-of-macro. Should fix bug 2019-07-04 13:18:51 +00:00
cc-fonts.el C++ Mode: change the default doc comment style from nothing to gtkdoc 2019-06-30 15:02:13 +00:00
cc-guess.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
cc-langs.el Fix an infinite loop in c-end-of-macro. Should fix bug 2019-07-04 13:18:51 +00:00
cc-menus.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
cc-mode.el Fix an infinite loop in c-end-of-macro. Should fix bug 2019-07-04 13:18:51 +00:00
cc-styles.el Correct the indentation of CC Mode brace lists 2019-03-12 18:33:31 +00:00
cc-vars.el C++ Mode: change the default doc comment style from nothing to gtkdoc 2019-06-30 15:02:13 +00:00
cfengine.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
cmacexp.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
compile.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
cperl-mode.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
cpp.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
cwarn.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
dcl-mode.el Fix TODO to convert defvar with leading '*' to defcustom 2019-06-09 10:08:33 +03:00
ebnf-abn.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ebnf-bnf.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ebnf-dtd.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ebnf-ebx.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ebnf-iso.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ebnf-otz.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ebnf-yac.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ebnf2ps.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
ebrowse.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
elisp-mode.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
etags.el Fix warning about obsolete func calling obsolete func in etags.el 2019-06-13 01:33:27 +02:00
executable.el * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsolete 2019-06-21 10:30:50 -04:00
f90.el Fix some ineffective backslashes in string literals 2019-03-16 11:38:58 -07:00
flymake-cc.el More carefully cleanup Flymake C/C++ backend's temp buffers 2019-07-02 16:09:59 +01:00
flymake-proc.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
flymake.el Fix Flymake's user-visible accessors of diagnostic positions 2019-07-04 00:38:46 +01:00
fortran.el Properly bracket concat of comment-start-skip (Bug#34805) 2019-04-15 20:28:03 -04:00
gdb-mi.el Fix redisplay of registers in gdb-mi 2019-06-26 19:14:25 +03:00
glasses.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
grep.el Add file sorting options to find-dired and grep-find (bug#36110) 2019-06-20 00:55:07 +03:00
gud.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
hideif.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
hideshow.el * lisp/progmodes/hideshow.el: Simplify mouse binding; Use lexical-binding 2019-05-19 09:36:42 -04:00
icon.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
idlw-complete-structtag.el ; Fix recent maintainer header removals 2019-06-08 10:21:16 -07:00
idlw-help.el ; Fix recent maintainer header removals 2019-06-08 10:21:16 -07:00
idlw-shell.el Touch ups to the XEmacs deletion patch for idlw-shell.el 2019-06-13 00:16:17 +02:00
idlw-toolbar.el ; Fix recent maintainer header removals 2019-06-08 10:21:16 -07:00
idlwave.el ; Fix recent maintainer header removals 2019-06-08 10:21:16 -07:00
inf-lisp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
js.el Specify the matching chars for JSX open/close parenthesis 2019-06-04 09:05:40 -07:00
ld-script.el Update author/maintainer info 2019-05-26 01:00:16 -07:00
m4-mode.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
make-mode.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
meta-mode.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
mixal-mode.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
modula2.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
octave.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
opascal.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
pascal.el Remove XEmacs compat code from pascal.el 2019-06-20 12:51:38 +02:00
perl-mode.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
prog-mode.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
project.el project.el compilation warning fix 2019-06-13 16:16:57 +02:00
prolog.el Fix more regular expression typos 2019-03-18 17:02:29 -07:00
ps-mode.el * lisp/progmodes/ps-mode.el (ps-mode-octal-region): Simplify. 2019-06-13 17:40:32 -04:00
python.el Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo" 2019-06-26 10:24:59 -04:00
ruby-mode.el Omit the misplaced and unnecessary shyness qualifier 2019-06-10 03:50:44 +03:00
scheme.el More regexp corrections and tweaks 2019-03-10 23:11:21 -07:00
sh-script.el Allow underscore in defun-prompt-regex names for sh-script 2019-06-27 20:02:54 -04:00
simula.el ; Fix recent maintainer header removals 2019-06-08 10:21:16 -07:00
sql.el * lisp/progmodes/sql.el 2019-04-24 20:59:25 -04:00
subword.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
tcl.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00
vera-mode.el Remove Maintainer: when it duplicates Author: 2019-05-26 01:00:15 -07:00
verilog-mode.el Clean up verilog-mode.el documentation examples to match behavior. 2019-06-15 08:16:05 -04:00
vhdl-mode.el Properly bracket concat of comment-start-skip (Bug#34805) 2019-04-15 20:28:03 -04:00
which-func.el which-function: Do not display outdated imenu information 2019-02-22 15:27:06 -06:00
xref.el Make xref-show-xrefs-function a defcustom 2019-06-25 13:10:07 +02:00
xscheme.el Go back to "Maintainer: emacs-devel@gnu.org" 2019-05-25 14:25:18 -07:00