index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
cc-defs.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-24
/
+24
*
Add ~44 edebug specs to CC Mode.
Alan Mackenzie
2018-10-15
1
-1
/
+30
*
Audit use of lsh and fix glitches
Paul Eggert
2018-08-21
1
-1
/
+1
*
Enhance CC Mode's fontification, etc., of unterminated strings.
Alan Mackenzie
2018-05-20
1
-0
/
+18
*
* lisp/progmodes/cc-{defs,engine,langs,vars}.el: Comment the use of "a\\`"
Alan Mackenzie
2018-04-02
1
-2
/
+2
*
Replace faulty non-matching regexp "\\<\\>" with "a\\`"
Alan Mackenzie
2018-03-28
1
-3
/
+3
*
; Use GNU not Gnu in docs
Glenn Morris
2018-03-23
1
-1
/
+1
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Fontify a CPP construct correctly when a comment follows without spaces
Alan Mackenzie
2017-12-21
1
-53
/
+0
*
* lisp/progmodes/cc-defs.el (c-version): Update to 5.33.1.
Alan Mackenzie
2017-12-16
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Correct the fontification of quote marks after buffer changes in CC Mode.
Alan Mackenzie
2017-09-03
1
-0
/
+23
*
CC Mode: create and use c-set-keymap-parent.
Alan Mackenzie
2017-07-12
1
-0
/
+12
*
* lisp/progmodes/cc-defs.el (lookup-syntax-properties): Move ...
Stefan Monnier
2017-07-04
1
-2
/
+2
*
Make C++ digit separators work. Amend the handling of single quotes generally
Alan Mackenzie
2017-07-01
1
-0
/
+59
*
Make CC Mode load cl-lib rather than cl in Emacs 26.
Alan Mackenzie
2017-06-25
1
-18
/
+14
*
CC Mode internal cache: Handle a cache pos being inside a two-char construct.
Alan Mackenzie
2017-05-07
1
-12
/
+15
*
* lisp/progmodes/cc-defs.el (c-version): Restore c-version to 5.33
Alan Mackenzie
2017-03-28
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
|
*
Amend the version number of CC Mode 5.33 -> 5.32.99. Don't merge to trunk.
Alan Mackenzie
2016-12-20
1
-1
/
+1
*
|
* lisp/progmodes/cc-defs.el (c-safe-scan-lists): Resolve overelaborate "nil"
Alan Mackenzie
2016-08-20
1
-1
/
+1
*
|
In c-\(go-\)?-\(up-\|down-\)?list-\(forward\|backward\) check limit isn't nil
Alan Mackenzie
2016-08-20
1
-47
/
+21
*
|
Merge from origin/emacs-25
Paul Eggert
2016-04-03
1
-18
/
+34
|
\
|
|
*
Finish fixing a cacheing bug in CC Mode (see 2016-03-09)
Alan Mackenzie
2016-03-30
1
-18
/
+34
*
|
-
Paul Eggert
2016-03-22
1
-1
/
+1
|
\
|
|
*
; Spelling fixes
Paul Eggert
2016-03-18
1
-1
/
+1
*
|
-
Paul Eggert
2016-03-22
1
-1
/
+22
|
\
|
|
*
Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun.
Alan Mackenzie
2016-03-14
1
-1
/
+22
*
|
Merge from origin/emacs-25
John Wiegley
2016-01-11
1
-17
/
+29
|
\
|
|
*
Correctly analyze brace arguments in templated C++ function declarations.
Alan Mackenzie
2016-01-08
1
-17
/
+29
*
|
Merge from origin/emacs-25
John Wiegley
2016-01-11
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
|
Merge emacs-25 into master (using imerge)
John Wiegley
2015-12-29
1
-31
/
+16
|
\
|
|
*
CC Mode: eliminate almost all byte compilation warnings
Alan Mackenzie
2015-11-24
1
-31
/
+16
*
|
* lisp/progmodes/cc-defs.el: Use with-silent-modifications
Stefan Monnier
2015-11-18
1
-14
/
+16
|
/
*
Backslash cleanup in Elisp source files
Paul Eggert
2015-09-17
1
-2
/
+2
*
Prefer directed to neutral quotes
Paul Eggert
2015-08-24
1
-16
/
+16
*
* lisp/progmodes/cc-*.el: Fix up commenting style
Stefan Monnier
2015-08-21
1
-4
/
+4
*
Introduce new macros to cover Emacs's new names in cl-lib.el.
Alan Mackenzie
2015-08-12
1
-11
/
+62
*
Don't quote nil and t in doc strings
Paul Eggert
2015-05-21
1
-4
/
+4
*
Fix minor quoting problems in doc strings
Paul Eggert
2015-05-19
1
-1
/
+1
*
Allow compilation during loading of Modes derived from a CC Mode mode.
Alan Mackenzie
2015-01-13
1
-17
/
+26
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Merge some of the differences from the standalone CC-mode.
Stefan Monnier
2014-12-01
1
-38
/
+202
*
Merge from emacs-24; up to 117634
Glenn Morris
2014-10-29
1
-3
/
+7
|
\
|
*
* lisp/progmodes/cc-defs.el (c--macroexpand-all): New function.
Stefan Monnier
2014-10-29
1
-6
/
+7
*
|
Merge trivially safe differences from standalone CC-mode.
Stefan Monnier
2014-10-04
1
-31
/
+34
*
|
CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc gets
Alan Mackenzie
2014-09-10
1
-83
/
+177
[next]