| Commit message (Expand) | Author | Age | Files | Lines |
| * | CC Mode: Put debug specs inside declare forms. Add missing debug specs. | Alan Mackenzie | 2021-04-15 | 1 | -19/+22 |
| * | Convert CC Mode to lexical binding in Emacs | Alan Mackenzie | 2021-04-10 | 1 | -8/+9 |
| * | Fix an infinite loop in C++ Mode redisplay. This was bug #47191. | Alan Mackenzie | 2021-03-29 | 1 | -15/+24 |
| * | CC Mode: Fix calculation of c-parse-state when there're macros with braces | Alan Mackenzie | 2021-03-06 | 1 | -6/+8 |
| * | C++ Mode: Handle "if constexpr (...)" with a simple statement correctly | Alan Mackenzie | 2021-03-03 | 1 | -0/+9 |
| * | CC Mode: Fix analysis of brace lists, particularly in C++ Mode | Alan Mackenzie | 2021-03-02 | 1 | -54/+71 |
| * | CC Mode: Fix bug in "state cache" invalidation function. | Alan Mackenzie | 2021-02-23 | 1 | -32/+23 |
| * | Fix typos | Mattias EngdegÄrd | 2021-02-18 | 1 | -1/+1 |
| * | CC Mode: Prevent "const" inside an identifier being recognized as the keyword | Alan Mackenzie | 2021-02-02 | 1 | -8/+13 |
| * | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
| * | CC Mode. Fix AWK Mode fontification bug, remove some unused variables | Alan Mackenzie | 2020-12-31 | 1 | -23/+22 |
| * | CC Mode: introduce a new cache for brace structures. This fixes bug #45248 | Alan Mackenzie | 2020-12-24 | 1 | -91/+241 |
| * | CC Mode: Optimize for scrolling large buffers containing few braces | Alan Mackenzie | 2020-12-15 | 1 | -101/+181 |
| * | Optimise c-parse-state for large buffers with few (if any) braces. | Alan Mackenzie | 2020-12-14 | 1 | -15/+22 |
| * | CC Mode: Handle several K&R parameters per declaration | Alan Mackenzie | 2020-12-12 | 1 | -28/+32 |
| * | Merge from origin/emacs-27 | Glenn Morris | 2020-12-01 | 1 | -1/+1 |
| |\ |
|
| | * | CC Mode: Fix error in cache handling. This fixes bug #43481 | Alan Mackenzie | 2020-11-26 | 1 | -1/+1 |
| | * | CC Mode. Fix an off by one error. Fixes bug #41809 | Alan Mackenzie | 2020-11-24 | 1 | -2/+2 |
| * | | CC Mode: fix many compiler warnings which would appear with lexical binding | Alan Mackenzie | 2020-11-09 | 1 | -45/+26 |
| * | | Merge from origin/emacs-27 | Glenn Morris | 2020-11-02 | 1 | -2/+3 |
| |\ \
| |/ |
|
| | * | CC Mode: Only recognize foo (*bar) as a function pointer when followed by ( | Alan Mackenzie | 2020-10-28 | 1 | -2/+3 |
| * | | CC Mode: Move the handling of keyword auto into type handling for C++. | Alan Mackenzie | 2020-10-08 | 1 | -31/+40 |
| * | | ; Fix typos | Stefan Kangas | 2020-09-21 | 1 | -4/+4 |
| * | | C++ Mode: handle __attribute__,etc. inside constructor argument lists | Alan Mackenzie | 2020-09-12 | 1 | -1/+17 |
| * | | Merge from origin/emacs-27 | Glenn Morris | 2020-09-09 | 1 | -18/+35 |
| |\ \
| |/ |
|
| | * | C++ Mode: handle comma separated brace initializers. | Alan Mackenzie | 2020-09-04 | 1 | -18/+35 |
| * | | Merge from origin/emacs-27 | Glenn Morris | 2020-08-18 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | ; spelling fixes | Paul Eggert | 2020-08-13 | 1 | -1/+1 |
| * | | * lisp/progmodes/cc-engine.el (c-at-expression-start-p): Fix message. | Glenn Morris | 2020-07-08 | 1 | -1/+1 |
| * | | Remove long obsolete c-looking-at-bos. Make c-at-expression-start-p obsolete | Alan Mackenzie | 2020-07-04 | 1 | -11/+1 |
| * | | CC Mode: Fix wrong value of comment-start-skip, fixing half of bug #41952 | Alan Mackenzie | 2020-07-04 | 1 | -0/+18 |
| * | | CC Mode: optimize for repeated simple operations. | Alan Mackenzie | 2020-06-29 | 1 | -45/+22 |
| * | | CC Mode. Fix an off by one error. Fixes bug #41809 | Alan Mackenzie | 2020-06-25 | 1 | -2/+2 |
| * | | CC Mode: Fix bug #40052, where a very large macro was too slow in scrolling | Alan Mackenzie | 2020-05-15 | 1 | -4/+19 |
| * | | C++ Mode: recognize brace blocks without the hitherto required = sign | Alan Mackenzie | 2020-04-03 | 1 | -2/+11 |
| |/ |
|
| * | Java Mode: Fix fontification of variable decl inside `for' | Alan Mackenzie | 2020-02-23 | 1 | -1/+1 |
| * | CC Mode: Fontify foo in "const auto foo :" correctly | Alan Mackenzie | 2020-02-23 | 1 | -4/+24 |
| * | Amend c-backward-sws better to handle multiline block comments | Alan Mackenzie | 2020-02-16 | 1 | -8/+27 |
| * | Reformulate c-end-of-macro, handling multiline block comments better | Alan Mackenzie | 2020-02-16 | 1 | -30/+28 |
| * | c-end-of-macro: Handle block coment lines with unescaped NLs correctly | Alan Mackenzie | 2020-02-10 | 1 | -7/+10 |
| * | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
| * | CC Mode: Fix two bugs in the "state cache". | Alan Mackenzie | 2019-11-14 | 1 | -19/+42 |
| * | Fix some quoting glitches in doc strings | Paul Eggert | 2019-11-11 | 1 | -2/+2 |
| * | Optimize c-crosses-statement-barrier-p for large blocks of comment. | Alan Mackenzie | 2019-10-20 | 1 | -1/+5 |
| * | 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 | -4/+15 |
| * | C++ Mode: Correct the fontification of const auto foo | Alan Mackenzie | 2019-10-03 | 1 | -6/+6 |
| * | C++ Mode: Fontify correctly declarators with identifier preceded by & | Alan Mackenzie | 2019-10-03 | 1 | -1/+7 |
| * | CC Mode: Fix wrong fontification of FOO in ASSERT (FOO && !BAR) | Alan Mackenzie | 2019-09-21 | 1 | -1/+2 |
| * | lisp/*.el: Fix typos and other trivial doc fixes | Juanma Barranquero | 2019-09-21 | 1 | -1/+1 |