aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* CC Mode: update Version: header. Add a comment about itAlan Mackenzie2025-11-251-1/+1
* hideshow: Rework previous changesElías Gabriel Pérez2025-11-061-1/+5
* Amend CC Mode so that the test suite in XEmacs runs error freeAlan Mackenzie2025-06-111-3/+3
* Implement C23 features:Alan Mackenzie2025-05-011-1/+3
* Revert addition of electric-block-comment-mode & follow-up commitsSean Whitton2025-04-221-2/+0
* Add block-comment variables to cc-mode.Elías Gabriel Pérez2025-04-151-0/+2
* C++ Mode: Fix some indentation bugs. FIxes bug#19867Alan Mackenzie2025-03-271-6/+2
* Merge from origin/emacs-30Eli Zaretskii2025-02-011-3/+3
|\
| * Update cc-mode URL to point to nongnu.orgStefan Kangas2025-01-281-3/+3
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | CC Mode: Don't propertize parens in macros incorrectlyAlan Mackenzie2025-01-291-2/+2
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | CC Mode: Fix various minor indentation bugsAlan Mackenzie2024-12-311-1/+15
* | CC Mode: Minor corrections and tidy ups for cache invalidationAlan Mackenzie2024-12-281-7/+11
* | CC Mode: Optimize scanning of heavily nested brace blocksAlan Mackenzie2024-12-011-1/+5
* | CC Mode: Add/remove defun buffer locally to post-command-hookAlan Mackenzie2024-10-281-3/+2
* | CC Mode: correct handling of properties on #include <...>Alan Mackenzie2024-10-251-0/+64
* | CC Mode: Rationalize and optimize cache invalidation (2).Alan Mackenzie2024-10-151-44/+32
* | CC Mode: Correct and simplify quoted number regexpsAlan Mackenzie2024-10-141-11/+11
* | CC Mode: fix minor errors in the fontification of enums.Alan Mackenzie2024-09-211-1/+1
|/
* In normal-mode, make c-mode call c-mode when CC Mode is loadedAlan Mackenzie2024-05-301-0/+16
* CC Mode: Don't start fontifying in the middle of an identifierAlan Mackenzie2024-04-141-1/+1
* ; Fix last major-mode-remap-defaults change.Basil L. Contovounesios2024-03-041-2/+2
* (major-mode-remap(-defaults)): New var and function (bug#69191)Stefan Monnier2024-03-031-9/+13
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | CC Mode. Preserve space syntax-table props in open stringsAlan Mackenzie2023-12-311-2/+8
* | Tweak doc of `analyze-text-conversion` vs `post-self-insert-hook`Stefan Monnier2023-12-091-0/+3
* | (c-initialize-cc-mode): Be slightly more explicitStefan Monnier2023-10-271-1/+1
* | CC Mode: Fix bug in whitespace scanning functionsAlan Mackenzie2023-09-291-1/+3
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-08-051-12/+12
|\ \
| * | * lisp/progmodes/cc-mode.el (c-advise-fl-for-region): Fix compiler warningStefan Monnier2023-08-031-12/+12
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-06-221-1/+6
|\ \ \ | |/ /
| * | Correct handling of template markers on deletion/insertionAlan Mackenzie2023-06-211-1/+6
* | | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-06-181-1/+1
|\ \ \ | |/ /
| * | CC Mode: Correct some regexp typos, \\(:? -> \\(?:Alan Mackenzie2023-06-171-1/+1
* | | Initialize text conversion hooks for each C Mode bufferPo Lu2023-06-091-4/+5
* | | Improve CC Mode support for text conversionPo Lu2023-06-021-1/+4
|/ /
* | CC Mode: Fontify function names after long stretches of macros.Alan Mackenzie2023-05-121-2/+0
|/
* CC Mode: On removal of "typedef", remove pertinent types from c-found-typesAlan Mackenzie2023-01-171-1/+39
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* CC Mode: Make it scroll fast over buffers with only #define'sAlan Mackenzie2022-11-241-2/+3
* ; Fix typosStefan Kangas2022-11-231-2/+2
* ; Fix typosStefan Kangas2022-11-181-1/+1
* ; Fix typosStefan Kangas2022-11-111-1/+1
* * lisp/progmodes/cc-mode.el (c-fl-decl-start): Fix off-by-one error.Alan Mackenzie2022-11-101-1/+5
* CC Mode: Cease adding types to found-types too eagerlyAlan Mackenzie2022-10-191-2/+3
* ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-151-3/+3
* CC Mode: Make c-forward-declarator move over a suffix after parens, e.g. constAlan Mackenzie2022-10-041-38/+41