aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-engine.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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 <bug-cc-mode@gnu.org>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
* 2003-08-01 Martin Stjernholm <bug-cc-mode@gnu.org>Martin Stjernholm2003-08-031-18/+36
* (c-literal-faces): Declare as a variable since it might be modified.Martin Stjernholm2003-07-161-1/+1
* (c-declare-lang-variables): Don't use mapcan.Richard M. Stallman2003-07-131-6/+7
* 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>Martin Stjernholm2003-07-081-31/+37
* Updated CC Mode to version 5.30.Martin Stjernholm2003-07-031-1186/+4117
* (c-parse-state): Added kludge to avoid an infinite loop when Emacs'Martin Stjernholm2003-03-231-3/+10
* Fix typo in comment.Juanma Barranquero2002-10-181-1/+1
* (c-forward-syntactic-ws): Fixed a bug that could cause an infiniteMartin Stjernholm2002-08-201-2/+8
* (c-search-uplist-for-classkey): When `search-end' is a cons, use its car.Sam Steingold2002-07-251-4/+5
* (c-add-stmt-syntax): Fixed some cases of wrong anchoring, e.g. forMartin Stjernholm2002-05-251-39/+50
* (c-beginning-of-decl-1): Better way to handle protection labels, oneMartin Stjernholm2002-04-301-11/+29
* CC Mode update to version 5.29. This is for testing; it's not a releasedMartin Stjernholm2002-04-221-1422/+2449
* (c-backward-to-start-of-if): Don't assume point-min == 1.Stefan Monnier2002-04-121-1/+1
* (c-parse-state): Typo. From Martin Stjernholm.Stefan Monnier2001-11-191-1/+1
* (c-beginning-of-member-init-list):Stefan Monnier2001-10-241-24/+23
* Some fixes to follow coding conventions.Pavel Janík2001-07-161-0/+5
* Update to version 5.28.Gerd Moellmann2001-03-211-132/+296
* Fix copyright years.Dave Love2000-12-061-1/+1
* (c-looking-at-inexpr-block): Replaced a call toGerd Moellmann2000-07-241-126/+292
* Installed version 5.26Gerd Moellmann1999-12-121-125/+178
* (c-inside-bracelist-p): Tighter test forRichard M. Stallman1999-08-051-15/+26
* Added c-at-toplevel-p for font-lock.el.Simon Marshall1999-02-171-0/+17