aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-engine.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* (c-partial-ws-p, c-unfind-type, c-trim-found-types): new functions.Alan Mackenzie2007-03-081-15/+85
* (c-in-knr-argdecl): Slight correction for, e.g. "void (*hdone)();" in aAlan Mackenzie2007-02-021-5/+5
* Add 2007 to copyright years.Glenn Morris2007-01-211-2/+2
* Reformulate c-in-knr-argdecl to do much more rigorous analysis ofAlan Mackenzie2007-01-201-52/+88
* Add my name.Alan Mackenzie2007-01-201-1/+2
* Update CC Mode to version 5.31.4. The detailed changes are thoseAlan Mackenzie2007-01-011-112/+207
* Fix Copyright format.Glenn Morris2006-12-031-2/+3
* cc-align.el, cc-awk.el, cc-bytecomp.el, cc-cmds.el, cc-compat.el,Alan Mackenzie2006-02-241-49/+63
* Update copyright for 2006.Nick Roberts2006-02-101-2/+2
* (c-after-change-check-<>-operators):Stefan Monnier2005-12-161-22/+23
* Update CC Mode to release 5.31.Alan Mackenzie2005-12-021-1966/+3879
* (c-guess-basic-syntax): Add autoload.Richard M. Stallman2005-08-091-0/+1
* Update copyright for release of 22.1 for progmodes directory.Nick Roberts2005-08-011-1/+1
* (c-guess-basic-syntax): Remove spurious call to `zerop'.Juanma Barranquero2005-05-231-1/+1
* 2005-05-23 Martin Stjernholm <[email protected]>Martin Stjernholm2005-05-231-9/+25
* (c-literal-faces): Add font-lock-comment-delimiter-face.Richard M. Stallman2005-05-141-1/+2
* Updated CC Mode to 5.30.9.Martin Stjernholm2004-08-111-106/+184
* CC Mode update (5.30.8).Martin Stjernholm2003-11-161-142/+231
* (c-parse-state): Fixed bug that could cause errors when the stateMartin Stjernholm2003-09-241-19/+24
* Add arch taglinesMiles Bader2003-09-011-0/+1
* (c-just-after-func-arglist-p): Safeguard against unbalanced sexps.Martin Stjernholm2003-08-261-8/+10