summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-engine.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* cc-engine.el (c-remove-stale-state-cache): Fix off-by-one error. FixesAlan Mackenzie2010-03-221-1/+1
* Correct buggy patch 2010-03-01T11:31:42Z!acm@muc.de to cc-engine.el.Alan Mackenzie2010-03-011-2/+3
* Fix bug #5649: 23.1.92; Indentation problems in C mode.Alan Mackenzie2010-03-011-1/+2
* (i) Remove any hard syntax-table properties for <, > inserted by C-y.Alan Mackenzie2010-02-251-4/+4
* Change strategy for marking < and > as template delimiters: mark themAlan Mackenzie2010-02-041-3/+168
* Fix a situation where deletion of a cpp construct throws an error.Alan Mackenzie2010-01-211-4/+7
* Fix typos in comments.Juanma Barranquero2010-01-141-4/+4
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (safe-pos-list): Define for compiler.Glenn Morris2009-12-111-1/+3
* Fix bug#5091: indentation in c++-mode.Alan Mackenzie2009-12-101-126/+163
* Enhance `c-parse-state' to run efficiently in "brace desserts".Alan Mackenzie2009-12-031-290/+1058
* Fix typos in comments.Juanma Barranquero2009-10-041-1/+1
* cc-langs.el (c-nonlabel-token-key): Allow quoted character constants (asAlan Mackenzie2009-09-261-2/+3
* * progmodes/cc-vars.el (c-comment-continuation-stars):Stefan Monnier2009-08-291-1/+1
* cc-engine.el (c-beginning-of-statement-1): Enhance to parse case clausesAlan Mackenzie2009-02-211-17/+22
* Comment (minor header format fixes).Glenn Morris2009-01-111-1/+2
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (c-forward-label): Fix for QT macros.Alan Mackenzie2008-11-031-4/+6
* Amend several doc strings and comments.Alan Mackenzie2008-10-131-27/+58
* (c-guess-basic-syntax CASE 5D.5): Fix an infinite loop on invalid syntax.Alan Mackenzie2008-06-211-6/+9
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* (c-in-knr-argdecl): Limit number of paren/bracket pairs parsed, to solveAlan Mackenzie2008-03-071-2/+4
* Merge from emacs--rel--22Miles Bader2008-02-241-2/+3
|\
| * Set of changes so that "obtrusive" syntactic elements in aAlan Mackenzie2008-02-191-2/+3
| * (c-guess-basic-syntax, CASE 5A.5): Anchor the "{" of a template functionAlan Mackenzie2008-01-291-6/+9
| * Correct typos, enhance comments.Alan Mackenzie2008-01-271-1/+1
| * Correct typos, enhance comments.Alan Mackenzie2008-01-271-6/+7
| * (c-guess-basic-syntax): prevent a macro call inside a struct beingAlan Mackenzie2008-01-141-0/+1
* | (c-guess-basic-syntax, CASE 5A.5): Anchor the "{" of a template functionAlan Mackenzie2008-01-291-6/+9
* | Correct typos, enhance comments.Alan Mackenzie2008-01-271-5/+6
* | (c-guess-basic-syntax): prevent a macro call inside a struct beingAlan Mackenzie2008-01-141-0/+1
* | Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ \ | |/
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| * (c-crosses-statement-barrier-p): Fix typo in docstring.Juanma Barranquero2007-11-151-13/+13
| * (c-brace-anchor-point): new function. (c-add-stmt-syntax): Give accurateAlan Mackenzie2007-08-251-24/+57
* | (c-crosses-statement-barrier-p): Fix typo in docstring.Juanma Barranquero2007-11-151-13/+13
* | * progmodes/gud.el (gud-target-name): Move definition before use.Dan Nicolaescu2007-10-211-0/+3
* | (c-brace-anchor-point): new function.Alan Mackenzie2007-08-251-24/+57
|/
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* Fix fontification of labels, and other things with ":".Alan Mackenzie2007-04-061-49/+80
* Fix typo.Alan Mackenzie2007-03-251-3/+2