index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
cc-engine.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; * lisp/progmodes/cc-engine.el: Delete trailing whitespace.
Stefan Kangas
2023-01-27
1
-1
/
+1
*
CC Mode: Prevent two classes of "type" prematurely entering c-found-types
Alan Mackenzie
2023-01-19
1
-11
/
+31
*
CC Mode: On removal of "typedef", remove pertinent types from c-found-types
Alan Mackenzie
2023-01-17
1
-11
/
+29
*
CC Mode: Prevent ids in temporary "declarators" getting into c-found-types
Alan Mackenzie
2023-01-16
1
-1
/
+7
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2022-12-26
1
-1
/
+1
*
CC Mode: Prevent lone ids being parsed as types unless in decl arglists
Alan Mackenzie
2022-11-29
1
-0
/
+2
*
CC Mode: Fix the "asymmetry rule" for fontifying a type followed by *
Alan Mackenzie
2022-11-25
1
-2
/
+5
*
CC Mode: Make it scroll fast over buffers with only #define's
Alan Mackenzie
2022-11-24
1
-6
/
+7
*
; Fix typos
Stefan Kangas
2022-11-23
1
-3
/
+3
*
; Fix typos (prefer US spelling)
Stefan Kangas
2022-11-18
1
-1
/
+1
*
CC Mode: Make implicit int types following specifiers fontify correctly
Alan Mackenzie
2022-11-17
1
-10
/
+34
*
; Fix typos (duplicate words)
Stefan Kangas
2022-11-17
1
-1
/
+1
*
CC Mode: Prevent over-eager recognition of a variable as a found type
Alan Mackenzie
2022-11-14
1
-0
/
+5
*
; Fix typos
Stefan Kangas
2022-11-11
1
-1
/
+1
*
Optimize c-bs-interval, changing its value from 5000 to 2000
Alan Mackenzie
2022-11-09
1
-1
/
+1
*
CC Mode: Improve accuracy of recognition of bitfields
Alan Mackenzie
2022-11-08
1
-1
/
+9
*
CC Mode: Stabilize the fontification in the presence of "register" keywords
Alan Mackenzie
2022-11-08
1
-3
/
+8
*
CC Mode: Fix infinite loop in c-brace-stack-at.
Alan Mackenzie
2022-11-07
1
-3
/
+4
*
CC Mode: Fontify cast types without adding them to c-found-types
Alan Mackenzie
2022-10-28
1
-17
/
+45
*
c-find-decl-spots: Replace an arbitrary search limit by a parameter
Alan Mackenzie
2022-10-26
1
-4
/
+2
*
CC Mode: Cease adding types to found-types too eagerly
Alan Mackenzie
2022-10-19
1
-7
/
+28
*
CC Mode: Don't fontify as types variables with the same names as struct tags
Alan Mackenzie
2022-10-17
1
-4
/
+9
*
Correctly fontify C++'s operator"" _tag (...)
Alan Mackenzie
2022-10-14
1
-5
/
+40
*
CC Mode: Make c-forward-declarator move over a suffix after parens, e.g. const
Alan Mackenzie
2022-10-04
1
-96
/
+104
*
CC Mode: Refactor c-forward-delarator and callers
Alan Mackenzie
2022-09-29
1
-78
/
+125
*
CC Mode: Handle C++20 concepts
Alan Mackenzie
2022-09-26
1
-12
/
+137
*
CC Mode: Handle C++20 modules
Alan Mackenzie
2022-09-15
1
-19
/
+68
*
C++ Mode: Fontify functions correctly with commas in template expressions
Alan Mackenzie
2022-08-31
1
-4
/
+10
*
CC Mode: Fontify correctly a brace list element followed only by syntactic WS
Alan Mackenzie
2022-08-26
1
-40
/
+42
*
C++ Mode - Fontify "class Foo {\n ~Foo() noexcept;" correctly
Alan Mackenzie
2022-08-24
1
-2
/
+2
*
CC Mode: Fontify args correctly when arglist closing ) is not on the same line
Alan Mackenzie
2022-08-24
1
-1
/
+1
*
Merge from origin/emacs-28
Stefan Kangas
2022-07-30
1
-3
/
+7
|
\
|
*
CC Mode: fontify variables/functions after line comments ending in spaces
Alan Mackenzie
2022-07-29
1
-3
/
+7
*
|
CC Mode: Add accurate handling for backslash in C line and block comments
Alan Mackenzie
2022-06-18
1
-1
/
+1
*
|
CC Mode: Fix infinite loop in noise macro near end of buffer
Alan Mackenzie
2022-06-18
1
-4
/
+5
*
|
CC Mode: Correct a rare error in the state cache
Alan Mackenzie
2022-05-17
1
-1
/
+4
*
|
; Fix typos
Stefan Kangas
2022-05-15
1
-1
/
+1
*
|
CC Mode: Fix bug in c-parse-state. Fixes bug #55181.
Alan Mackenzie
2022-05-08
1
-2
/
+4
*
|
CC Mode: Fix unwanted fontification of function call as function declaration
Alan Mackenzie
2022-04-10
1
-1
/
+1
*
|
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
CC Mode: Prevent rapid alternation of fontification of "found types"
Alan Mackenzie
2021-12-30
1
-11
/
+27
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-12-30
1
-1
/
+1
|
\
|
|
*
CC Mode: c-update-brace-stack: After struct foo *, do not expect a brace.
Alan Mackenzie
2021-12-29
1
-1
/
+1
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-12-02
1
-1
/
+6
|
\
|
|
*
CC Mode: Recognise "struct foo {" as introducing a type declaration
Alan Mackenzie
2021-12-01
1
-1
/
+6
*
|
C++ Mode: Fix incoorect background fontification of <
Alan Mackenzie
2021-11-13
1
-6
/
+22
*
|
CC Mode: minor amendments more accurately to handle virtual semicolons, etc.
Alan Mackenzie
2021-10-26
1
-2
/
+6
[next]