aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-langs.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* December 2025 spelling fixesPaul Eggert2025-12-261-1/+1
* CC Mode: Remove workarounds for missing "\_<", "\_>" in XEmacsAlan Mackenzie2025-06-231-47/+39
* Amend CC Mode so that the test suite in XEmacs runs error freeAlan Mackenzie2025-06-111-1/+1
* Implement C23 features:Alan Mackenzie2025-05-011-22/+110
* C++ Mode: Fix some indentation bugs. FIxes bug#19867Alan Mackenzie2025-03-271-3/+3
* Add keywords var and final to Java ModeArsen Arsenović2025-01-081-1/+3
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Java Mode: introduce the keyword `assert'.Arsen Arsenovi�2024-12-221-1/+1
* CC Mode: correct handling of properties on #include <...>Alan Mackenzie2024-10-251-2/+8
* CC Mode: Parse C++ lambda functions more correctlyAlan Mackenzie2024-09-271-2/+28
* CC Mode: Separate indentation of enums from that of brace listsAlan Mackenzie2024-09-241-22/+42
* Remove a reference to a non-existant variable from a doc-stringAlan Mackenzie2024-07-011-4/+3
* ; Fix typosStefan Kangas2024-06-231-1/+1
* CC Mode: Handle C++20's if constevalAlan Mackenzie2024-03-261-0/+30
* Use obarray-make instead of make-vector to create obarraysMattias Engdegård2024-02-231-1/+1
* ; Fix typos in symbol namesStefan Kangas2024-01-211-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | CC Mode (some languages): handle string lines ending in \\Alan Mackenzie2023-07-201-11/+18
* | Merge from origin/emacs-29Eli Zaretskii2023-07-081-0/+1
|\ \ | |/
| * C Mode: Don't fontify foo globally as type due to "struct foo"Alan Mackenzie2023-07-011-0/+1
| * Merge from origin/emacs-28Stefan Kangas2023-02-191-1/+1
| |\
* | | objc-mode: Handle (de)propertization of < and >.Alan Mackenzie2023-07-041-14/+32
* | | Fontify C, C++, Objective C identifiers containing $Alan Mackenzie2023-06-281-3/+8
* | | Correct handling of template markers on deletion/insertionAlan Mackenzie2023-06-211-0/+4
* | | CC Mode: Correct some regexp typos, \\(:? -> \\(?:Alan Mackenzie2023-06-171-3/+3
* | | Improve C++ concept indentation.Alan Mackenzie2023-04-141-3/+7
* | | Merge from origin/emacs-29Stefan Kangas2023-02-211-1/+1
|\ \ \ | | |/ | |/|
* | | Add handling of the C11 _Generic construct to C ModeAlan Mackenzie2023-02-171-0/+11
| |/ |/|
* | ; 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-1/+1
* | ; Fix typosStefan Kangas2022-11-231-4/+4
* | ; Fix typosStefan Kangas2022-11-181-1/+1
* | CC Mode: Make implicit int types following specifiers fontify correctlyAlan Mackenzie2022-11-171-0/+8
* | CC Mode: Fontify cast types without adding them to c-found-typesAlan Mackenzie2022-10-281-52/+155
* | CC Mode: Fix wrong fontification of enum foo bar; in Objective C ModeAlan Mackenzie2022-10-281-1/+1
* | CC Mode: Don't fontify as types variables with the same names as struct tagsAlan Mackenzie2022-10-171-1/+12
* | ; Prefer HTTPS to HTTP in many URLsStefan Kangas2022-10-151-1/+1
* | Correctly fontify C++'s operator"" _tag (...)Alan Mackenzie2022-10-141-2/+10
* | CC Mode: A new operator and some new keywords for C++20Alan Mackenzie2022-10-041-5/+12
* | CC Mode: Refactor c-forward-delarator and callersAlan Mackenzie2022-09-291-0/+2
* | CC Mode: Handle C++20 conceptsAlan Mackenzie2022-09-261-1/+48
* | CC Mode: Handle C++20 modulesAlan Mackenzie2022-09-151-1/+34
* | Add consteval and constinit keywords to cc-modeEvan Klitzke2022-09-141-2/+2
* | CC Mode: Remove double evaluation of self-quoting function in cc-langs.elAlan Mackenzie2022-08-271-1/+1
* | * lisp/progmodes/cc-langs.el (c-make-no-parens-syntax-table): Fix bug#57065Stefan Monnier2022-08-251-1/+1
* | CC Mode: Allow the insertion of long strings of letters in reasonable timeAlan Mackenzie2022-08-091-1/+1
* | CC Mode: Add accurate handling for backslash in C line and block commentsAlan Mackenzie2022-06-181-2/+6
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1