summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-engine.el
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Fix a bug which happens when doing (c-parse-state) in a CPP construct:Alan Mackenzie2010-05-211-76/+93
|/
* 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