summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-defs.el
Commit message (Expand)AuthorAgeFilesLines
* Replace insignificant backquotesMichael Heerdegen2018-11-251-24/+24
* Add ~44 edebug specs to CC Mode.Alan Mackenzie2018-10-151-1/+30
* Audit use of lsh and fix glitchesPaul Eggert2018-08-211-1/+1
* Enhance CC Mode's fontification, etc., of unterminated strings.Alan Mackenzie2018-05-201-0/+18
* * lisp/progmodes/cc-{defs,engine,langs,vars}.el: Comment the use of "a\\`"Alan Mackenzie2018-04-021-2/+2
* Replace faulty non-matching regexp "\\<\\>" with "a\\`"Alan Mackenzie2018-03-281-3/+3
* ; Use GNU not Gnu in docsGlenn Morris2018-03-231-1/+1
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fontify a CPP construct correctly when a comment follows without spacesAlan Mackenzie2017-12-211-53/+0
* * lisp/progmodes/cc-defs.el (c-version): Update to 5.33.1.Alan Mackenzie2017-12-161-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Correct the fontification of quote marks after buffer changes in CC Mode.Alan Mackenzie2017-09-031-0/+23
* CC Mode: create and use c-set-keymap-parent.Alan Mackenzie2017-07-121-0/+12
* * lisp/progmodes/cc-defs.el (lookup-syntax-properties): Move ...Stefan Monnier2017-07-041-2/+2
* Make C++ digit separators work. Amend the handling of single quotes generallyAlan Mackenzie2017-07-011-0/+59
* Make CC Mode load cl-lib rather than cl in Emacs 26.Alan Mackenzie2017-06-251-18/+14
* CC Mode internal cache: Handle a cache pos being inside a two-char construct.Alan Mackenzie2017-05-071-12/+15
* * lisp/progmodes/cc-defs.el (c-version): Restore c-version to 5.33Alan Mackenzie2017-03-281-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\|
| * Amend the version number of CC Mode 5.33 -> 5.32.99. Don't merge to trunk.Alan Mackenzie2016-12-201-1/+1
* | * lisp/progmodes/cc-defs.el (c-safe-scan-lists): Resolve overelaborate "nil"Alan Mackenzie2016-08-201-1/+1
* | In c-\(go-\)?-\(up-\|down-\)?list-\(forward\|backward\) check limit isn't nilAlan Mackenzie2016-08-201-47/+21
* | Merge from origin/emacs-25Paul Eggert2016-04-031-18/+34
|\|
| * Finish fixing a cacheing bug in CC Mode (see 2016-03-09)Alan Mackenzie2016-03-301-18/+34
* | -Paul Eggert2016-03-221-1/+1
|\|
| * ; Spelling fixesPaul Eggert2016-03-181-1/+1
* | -Paul Eggert2016-03-221-1/+22
|\|
| * Fix a cacheing bug, which led to inordinately slow c-beginning-of-defun.Alan Mackenzie2016-03-141-1/+22
* | Merge from origin/emacs-25John Wiegley2016-01-111-17/+29
|\|
| * Correctly analyze brace arguments in templated C++ function declarations.Alan Mackenzie2016-01-081-17/+29
* | Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
|\|
| * Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* | Merge emacs-25 into master (using imerge)John Wiegley2015-12-291-31/+16
|\|
| * CC Mode: eliminate almost all byte compilation warningsAlan Mackenzie2015-11-241-31/+16
* | * lisp/progmodes/cc-defs.el: Use with-silent-modificationsStefan Monnier2015-11-181-14/+16
|/
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-2/+2
* Prefer directed to neutral quotesPaul Eggert2015-08-241-16/+16
* * lisp/progmodes/cc-*.el: Fix up commenting styleStefan Monnier2015-08-211-4/+4
* Introduce new macros to cover Emacs's new names in cl-lib.el.Alan Mackenzie2015-08-121-11/+62
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-4/+4
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-191-1/+1
* Allow compilation during loading of Modes derived from a CC Mode mode.Alan Mackenzie2015-01-131-17/+26
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge some of the differences from the standalone CC-mode.Stefan Monnier2014-12-011-38/+202
* Merge from emacs-24; up to 117634Glenn Morris2014-10-291-3/+7
|\
| * * lisp/progmodes/cc-defs.el (c--macroexpand-all): New function.Stefan Monnier2014-10-291-6/+7
* | Merge trivially safe differences from standalone CC-mode.Stefan Monnier2014-10-041-31/+34
* | CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc getsAlan Mackenzie2014-09-101-83/+177