| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2020-10-10 | 1 | -3/+15 |
|\| | |
|
| * | | CC Mode: Move the handling of keyword auto into type handling for C++. | Alan Mackenzie | 2020-10-08 | 1 | -3/+15 |
* | | | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2020-09-21 | 1 | -1/+12 |
|\| | |
|
| * | | C++ Mode: Modernize the fontification of "using" | Alan Mackenzie | 2020-09-20 | 1 | -1/+12 |
* | | | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2020-09-10 | 1 | -0/+14 |
|\| | |
|
| * | | Merge from origin/emacs-27 | Glenn Morris | 2020-09-09 | 1 | -0/+14 |
| |\| |
|
| | * | C++ Mode: handle comma separated brace initializers. | Alan Mackenzie | 2020-09-04 | 1 | -0/+14 |
* | | | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2020-07-07 | 1 | -1/+1 |
|\| | |
|
| * | | CC Mode: Fix wrong value of comment-start-skip, fixing half of bug #41952 | Alan Mackenzie | 2020-07-04 | 1 | -1/+1 |
* | | | Merge remote-tracking branch 'savannah/master' into HEAD | Andrea Corallo | 2020-06-27 | 1 | -3/+2 |
|\| | |
|
| * | | Make switch work in AWK Mode. Fixes bug #41923 | Alan Mackenzie | 2020-06-24 | 1 | -3/+2 |
* | | | Do not native compile two functions to allow cc-mode hack | Andrea Corallo | 2020-06-22 | 1 | -1/+2 |
|/ / |
|
* | | Introduce some Objective-C 2.0 keywords. This fixes bug #5953 | Alan Mackenzie | 2020-05-26 | 1 | -4/+7 |
* | | Add three C++20 coroutine keywords, co_await, co_yield, and co_return | Carl Lei | 2020-05-24 | 1 | -1/+3 |
* | | CC Mode: Allow "static" etc. to be placed after a declaration's type name | Alan Mackenzie | 2020-05-18 | 1 | -2/+8 |
* | | CC Mode: allow specified directives (e.g. pragma) to be indented as statements | Alan Mackenzie | 2020-03-08 | 1 | -1/+8 |
|/ |
|
* | Reformulate c-end-of-macro, handling multiline block comments better | Alan Mackenzie | 2020-02-16 | 1 | -26/+10 |
* | c-end-of-macro: Handle block coment lines with unescaped NLs correctly | Alan Mackenzie | 2020-02-10 | 1 | -1/+18 |
* | Correct "different than" to "different from" where appropriate | Alan Mackenzie | 2020-02-09 | 1 | -1/+1 |
* | Objective C Mode: Make c-forward-type work with "unsigned long", etc. | Alan Mackenzie | 2020-01-26 | 1 | -3/+2 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | ; Spelling fixes | Paul Eggert | 2019-12-10 | 1 | -1/+1 |
* | CC-Mode: Remove unneeded backslashes from doc strings and regular expressions | Alan Mackenzie | 2019-10-12 | 1 | -8/+8 |
* | C++ Mode: Correctly handle <:, <::, <::>, etc, according to the C++ standard | Alan Mackenzie | 2019-10-11 | 1 | -0/+17 |
* | C++ Mode: Fontify correctly declarators with identifier preceded by & | Alan Mackenzie | 2019-10-03 | 1 | -1/+1 |
* | C++ Mode: Prevent End of statement being found after {} in "count << vec{} <<" | Alan Mackenzie | 2019-08-06 | 1 | -0/+30 |
* | CC Mode: Fix spurious recognition of operators beginning with, e.g. "or" | Alan Mackenzie | 2019-08-02 | 1 | -1/+1 |
* | Java Mode: Fix handling of nested generics ending in >>>. | Alan Mackenzie | 2019-07-27 | 1 | -8/+10 |
* | CC Mode: Stop /**/ spuriously fontifying as a doc comment under gtkdoc | Alan Mackenzie | 2019-07-27 | 1 | -2/+2 |
* | CC Mode. Create lang vars for certain skipping expressions at compile time | Alan Mackenzie | 2019-07-26 | 1 | -0/+44 |
* | Fix an infinite loop in c-end-of-macro. Should fix bug #36484 | Alan Mackenzie | 2019-07-04 | 1 | -2/+2 |
* | CC Mode: Improve handling of unbalanced strings | Alan Mackenzie | 2019-07-02 | 1 | -1/+5 |
* | Remove another variable obsolete since Emacs 22 | Stefan Kangas | 2019-06-15 | 1 | -7/+0 |
* | Optimize one of CC Mode's syntax caches for long comments and strings. | Alan Mackenzie | 2019-05-30 | 1 | -0/+9 |
* | Add standard unmatchable regexp | Mattias EngdegÄrd | 2019-05-15 | 1 | -13/+13 |
* | CC Mode: fix indentation in switch statement after "case a(1):". | Alan Mackenzie | 2019-05-15 | 1 | -0/+25 |
* | Fix fontification of first item in CC Mode macro without parentheses | Alan Mackenzie | 2019-05-02 | 1 | -10/+34 |
* | CC Mode: Fix multiline block comments in macros. | Alan Mackenzie | 2019-05-02 | 1 | -0/+20 |
* | * lisp/progmodes/cc-langs.el (c-class-id-suffix-ws-ids-kwds): Correct a typo | Alan Mackenzie | 2019-04-13 | 1 | -1/+1 |
* | Implement "final" before C++ class inheritance lists. | Alan Mackenzie | 2019-04-13 | 1 | -0/+13 |
* | Allow a CC Mode derived mode to have strings delimited by single quotes. | Alan Mackenzie | 2019-03-30 | 1 | -2/+10 |
* | Improve C++ raw string fontification. | Alan Mackenzie | 2019-03-27 | 1 | -5/+5 |
* | Correct the indentation of CC Mode brace lists | Alan Mackenzie | 2019-03-12 | 1 | -1/+1 |
* | Extend electric-pair-mode actions to < and >, and also to ( and ) in literals | Alan Mackenzie | 2019-01-22 | 1 | -0/+13 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | CC Mode - use font-lock-comment-delimiter-face on block comment end delimiters | Alan Mackenzie | 2018-12-30 | 1 | -0/+11 |
* | | Replace insignificant backquotes | Michael Heerdegen | 2018-11-25 | 1 | -8/+8 |
* | | Add ~44 edebug specs to CC Mode. | Alan Mackenzie | 2018-10-15 | 1 | -0/+1 |
* | | Implement the C++11 "using" type definition. | Alan Mackenzie | 2018-06-09 | 1 | -21/+12 |