aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-defs.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-0/+2
* CC Mode: Remove workarounds for missing "\_<", "\_>" in XEmacsAlan Mackenzie2025-06-231-100/+59
* Amend CC Mode so that the test suite in XEmacs runs error freeAlan Mackenzie2025-06-111-13/+16
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* CC Mode: Minor corrections and tidy ups for cache invalidationAlan Mackenzie2024-12-281-2/+10
* ; Fix typosStefan Kangas2024-11-211-1/+1
* CC Mode: Rationalize and optimize cache invalidation (2).Alan Mackenzie2024-10-151-18/+105
* Revert "Suppress docstring control char warning in macro-generated function"Mattias Engdegård2024-03-071-2/+1
* Suppress docstring control char warning in macro-generated functionMattias Engdegård2024-02-241-1/+2
* Use obarray-make instead of make-vector to create obarraysMattias Engdegård2024-02-231-2/+2
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
| * Make c-emacs-features use the proper binding of parse-sexp-lookup-propertiesAlan Mackenzie2023-05-101-79/+72
* | Fix an infinite loop in c-beginning-of-defun-1Alan Mackenzie2023-10-141-39/+45
* | CC Mode: Fix bug in whitespace scanning functionsAlan Mackenzie2023-09-291-6/+51
* | Correct the XEmacs version of c-put-char-propertiesAlan Mackenzie2023-09-121-16/+8
* | CC Mode (some languages): handle string lines ending in \\Alan Mackenzie2023-07-201-8/+21
* | CC Mode: Fix parenthesis bug in XEmacs part of macroAlan Mackenzie2023-06-261-2/+2
* | Correct handling of template markers on deletion/insertionAlan Mackenzie2023-06-211-1/+25
* | Make c-emacs-features use the proper binding of parse-sexp-lookup-propertiesAlan Mackenzie2023-04-141-79/+72
|/
* CC Mode: Fix a coding bug in c-make-keywords-re. This should fix bug #61135Alan Mackenzie2023-01-301-4/+3
* CC Mode: On removal of "typedef", remove pertinent types from c-found-typesAlan Mackenzie2023-01-171-0/+22
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Replace an erroneous eq with an equal in cc-defs.elAlan Mackenzie2022-12-151-1/+1
* Add to /etc/NEWS a mention of the new C++20 support in CC ModeAlan Mackenzie2022-11-101-1/+1
* * lisp/progmodes/cc-defs.el Remove setting of inhibit-point-motion-hooksAlan Mackenzie2022-10-181-1/+0
* CC Mode: Optimize c-fontify-new-found-type and amend a debug specAlan Mackenzie2022-10-041-1/+1
* * lisp/progmodes/cc-defs.el (c-let*-maybe-max-specpdl-size): Fix glitchesAlan Mackenzie2022-09-271-2/+2
* CC Mode: Don't bind max-specpdl-size when it doesn't exist or is obsoleteAlan Mackenzie2022-09-271-15/+30
* Make two compat aliases obsolete in cc-defs.elStefan Kangas2022-08-191-2/+2
* * lisp/progmodes/cc-defs.el (c-safe-scan-lists): Evaluate LIMIT just onceAlan Mackenzie2022-08-171-9/+10
* CC Mode: correct the calculation and handling of c-use-category.Alan Mackenzie2022-07-261-26/+33
* CC Mode: Fix interplay between string fences and electric-pair-mode.Alan Mackenzie2022-05-241-0/+1
* CC Mode: Restore string fence properties at each relevant external entry pointAlan Mackenzie2022-05-221-0/+21
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-7/+7
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-2/+2
* CC Mode: Move a macro to before its first use in a file.Alan Mackenzie2021-08-211-8/+8
* Fix c-tentative-buffer-changes to be nestable in c-save-buffer-stateAlan Mackenzie2021-08-201-17/+33
* CC Mode: Enhance C++ Mode raw strings to multi-line strings for any languageAlan Mackenzie2021-08-121-14/+39
* Remove unused lexical variables in cc-defs.elBasil L. Contovounesios2021-05-041-8/+4
* * lisp/progmodes/cc-defs (c-save-buffer-state): Amend debug spec, t to let*Alan Mackenzie2021-05-021-1/+1
* CC Mode: Put debug specs inside declare forms. Add missing debug specs.Alan Mackenzie2021-04-151-126/+73
* Convert CC Mode to lexical binding in EmacsAlan Mackenzie2021-04-101-1/+1
* Fix an infinite loop in C++ Mode redisplay. This was bug #47191.Alan Mackenzie2021-03-291-8/+12
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* CC Mode: increment version numbers to 5.35 due to standalone releaseAlan Mackenzie2020-12-311-1/+1
* CC Mode: fix many compiler warnings which would appear with lexical bindingAlan Mackenzie2020-11-091-3/+2
* CC Mode: Fix minor bugs in the string handling functionsAlan Mackenzie2020-09-111-0/+9