summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-engine.el
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2011-12-301-1/+1
* Spelling fixes.Paul Eggert2011-12-291-2/+2
* Large brace-block initialisation makes CC Mode slow: Fix.Alan Mackenzie2011-12-131-138/+92
* Spelling fixes.Paul Eggert2011-12-111-1/+1
* Spelling fixes.Paul Eggert2011-12-051-2/+2
* Spelling fixes.Paul Eggert2011-11-221-1/+1
* Spelling fixes.Paul Eggert2011-11-191-2/+2
* Spelling fixes.Paul Eggert2011-11-191-8/+8
* Spelling fixes.Paul Eggert2011-11-191-4/+4
* * lisp/progmodes/cc-engine.el (c-remove-stale-state-cache-backwards):Stefan Monnier2011-11-181-4/+4
* Fix typos.Juanma Barranquero2011-11-161-1/+1
* Fix typos.Juanma Barranquero2011-11-151-1/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Fix typos.Juanma Barranquero2011-11-151-4/+4
* Spelling fixes.Paul Eggert2011-11-141-8/+8
* Boring merge from savannah.Alan Mackenzie2011-10-281-37/+113
|\
| * Amend to indent and fontify macros "which include their own semicolon"Alan Mackenzie2011-10-271-37/+113
* | DTRT for c-beginning/end-of-defun in nested declaration scopes.Alan Mackenzie2011-10-281-2/+30
|/
* Fix bug #9560, sporadic wrong indentation; improve instrumentation ofAlan Mackenzie2011-10-221-10/+43
* Resolve invalid use of a regexp in regexp-opt.Alan Mackenzie2011-08-201-1/+3
* progmodes/cc-engine.el (c-state-cache-non-literal-place): Correct toAlan Mackenzie2011-08-161-6/+10
* Fontify bitfield declarations properly.Alan Mackenzie2011-07-261-96/+133
* CC Mode: Fontify declarators properly when, e.g., a jit-lock chunk beginsAlan Mackenzie2011-07-181-3/+5
* progmodes/cc-engine.el (c-guess-continued-construct): Correct theAlan Mackenzie2011-06-301-0/+29
* * progmodes/cc-engine.el (c-forward-decl-or-cast-1): UseDaniel Colascione2011-04-241-1/+1
* (c-guess-basic-syntax): Move CASE 19 to a different place, correctly toAlan Mackenzie2011-03-061-22/+22
* progmodes/cc-engine.el (c-guess-basic-syntax): Reindent.Alan Mackenzie2011-03-061-1360/+1360
* (c-state-literal-at): Prevent positions in macros finding their way intoAlan Mackenzie2011-02-211-4/+38
* Proper fix for CC mode Bug#7722.Alan Mackenzie2011-02-131-47/+41
* Merge changes from emacs-23 branchChong Yidong2011-01-311-1/+12
|\
| * Limit recursion depth of c-forward-<>-arglist-recur (Bug#7722).Chong Yidong2011-01-261-1/+12
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* | Refill some copyright headers.Glenn Morris2011-01-151-2/+2
* | Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-2/+2
|\ \ | |/
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| * Reverse 2009-12-03T16:02:10Z!acm@muc.de "Enhance `c-parse-state' to run effic...Alan Mackenzie2010-04-121-1060/+289
| * Reverse change 2010-02-04T21:15:37Z!acm@muc.de: "Change strategy for marking ...Alan Mackenzie2010-04-121-168/+3
| * Reverse 2010-02-25T21:21:25Z!acm@muc.de:Alan Mackenzie2010-04-121-4/+4
| * Reverse 2010-03-01T11:31:42Z!acm@muc.de: "Fix bug #5649: 23.1.92; Indentation...Alan Mackenzie2010-04-121-2/+1
| * Reverse 2010-03-01T17:46:36Z!acm@muc.de "Correct buggy patch 2010-03-01T11:31...Alan Mackenzie2010-04-121-3/+2
| * Undo 2010-03-15T01:38:28Z!yamaoka@jpl.org "Fix off-by-one error. Fixes bug #...Alan Mackenzie2010-04-121-1/+1
* | (c-forward-type): Before scanning a template arglist, check that theAlan Mackenzie2010-12-121-1/+2
* | Enhance fontification of declarators to take account of theAlan Mackenzie2010-10-091-46/+82
* | (c-forward-<>-arglist-recur): Fix an infinite recursion.Alan Mackenzie2010-09-151-10/+8
* | (c-forward-<>-arglist-recur): Correct the indentation.Alan Mackenzie2010-09-151-57/+57
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-2/+2
* | Silence some cc-mode compiler warnings.Glenn Morris2010-08-161-2/+9
* | Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).Alan Mackenzie2010-07-311-147/+172
* | Fix an indentation bug:Alan Mackenzie2010-06-211-7/+25