summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-engine.el
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in the state cache mechanism. Remove 'BOD "strategy". Refactor.Alan Mackenzie2013-02-021-180/+137
* Fix a bug in the state cache mechanism. Refactor this a bit.Alan Mackenzie2013-01-231-48/+56
* Fix bugs in the c-parse-state mechanism. Reuse some markers instead ofAlan Mackenzie2013-01-091-10/+32
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Make CC Mode not hang when _some_ lines end in CRLF. Bug #11841.Alan Mackenzie2012-12-111-2/+15
* Fix bugs in the CC Mode state cache. Enhance a debugging mechanism.Alan Mackenzie2012-11-211-10/+43
* Correct the handling of two c-state-cache state variables.Alan Mackenzie2012-09-091-0/+4
* AWK Mode: make auto-newline work when there's "==" in the pattern.Alan Mackenzie2012-09-081-2/+2
* * lisp/progmodes/cc-engine.el (c-forward-sws, c-backward-sws):Stefan Monnier2012-07-171-2/+4
* CC Mode. Adding a ) can hide the resulting (..) from searches. Fix it.Alan Mackenzie2012-04-221-9/+35
* Correct two search limits in c-before-change-check_<>-operators.Alan Mackenzie2012-04-111-3/+2
* Further optimise the handling of large macros.Alan Mackenzie2012-03-161-10/+47
* Spelling fixes.Paul Eggert2012-03-121-2/+2
* Depessimize the handling of very large macros.Alan Mackenzie2012-03-021-55/+178
* Fix infinite loop with long macros.Alan Mackenzie2012-02-121-20/+21
* Fix spurious recognition of c-in-knr-argdecl.Alan Mackenzie2012-02-071-10/+14
* cc-engine.el (c-forward-objc-directive): Prevent looping in "#pragma markAlan Mackenzie2012-02-071-1/+3
* Fix an off by one error in c-guess-basic-syntax CASE 5B.1.Alan Mackenzie2012-01-311-1/+1
* Eliminate sluggishness and hangs in fontification of "semicolon deserts".Alan Mackenzie2012-01-181-18/+125
* Fix Emacs bug #10463 - put `widen's around the critical spots.Alan Mackenzie2012-01-111-8/+11
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* 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