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-mode.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lisp/progmodes/cc-mode.el (c-common-init): Bind case-fold-search to nil
Alan Mackenzie
2022-01-31
1
-37
/
+38
*
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: Remove annoying background fontification. Should fix bug #52298
Alan Mackenzie
2021-12-19
1
-34
/
+1
*
|
Improve behavior of 'electric-pair-mode' in 'cc-mode'
Jim Porter
2021-11-06
1
-6
/
+13
*
|
CC Mode: Fontify "found types" which are recognized after being first scanned
Alan Mackenzie
2021-10-24
1
-4
/
+91
*
|
Revert "CC Mode: Fontify "found types" which are recognized after being ..."
Alan Mackenzie
2021-10-23
1
-77
/
+4
*
|
CC Mode: Fontify "found types" which are recognized after being first scanned
Alan Mackenzie
2021-10-22
1
-4
/
+77
|
/
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-10-05
1
-1
/
+1
*
; More minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-22
1
-1
/
+1
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-27
/
+26
*
CC Mode: Fix a bug in yesterday's patch
Alan Mackenzie
2021-08-13
1
-0
/
+1
*
CC Mode: Enhance C++ Mode raw strings to multi-line strings for any language
Alan Mackenzie
2021-08-12
1
-32
/
+37
*
Tweak c-mode bug reporting address
Glenn Morris
2021-05-23
1
-1
/
+1
*
CC Mode: Put debug specs inside declare forms. Add missing debug specs.
Alan Mackenzie
2021-04-15
1
-0
/
+2
*
Convert CC Mode to lexical binding in Emacs
Alan Mackenzie
2021-04-10
1
-1
/
+1
*
Merge from origin/emacs-27
Paul Eggert
2021-01-01
1
-4
/
+4
|
\
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
CC Mode: correct the handling of empty strings
Alan Mackenzie
2020-12-30
1
-1
/
+5
*
|
CC Mode: Add newish AWK Mode facilities, as used in gawk-4.
Alan Mackenzie
2020-12-28
1
-0
/
+1
*
|
CC Mode: introduce a new cache for brace structures. This fixes bug #45248
Alan Mackenzie
2020-12-24
1
-9
/
+25
*
|
CC Mode: Optimize for scrolling large buffers containing few braces
Alan Mackenzie
2020-12-15
1
-12
/
+21
*
|
Make XEmacs compat aliases easy-menu-{add,remove} obsolete
Stefan Kangas
2020-11-24
1
-6
/
+12
*
|
CC Mode: fix many compiler warnings which would appear with lexical binding
Alan Mackenzie
2020-11-09
1
-1
/
+1
*
|
C++ Mode: handle __attribute__,etc. inside constructor argument lists
Alan Mackenzie
2020-09-12
1
-7
/
+27
*
|
CC Mode: Fix minor bugs in the string handling functions
Alan Mackenzie
2020-09-11
1
-9
/
+16
*
|
Merge from origin/emacs-27
Glenn Morris
2020-08-31
1
-3
/
+3
|
\
|
|
*
CC Mode: Fix processing for when c-multiline-string-start-char is a character
Alan Mackenzie
2020-08-29
1
-3
/
+3
*
|
Remove redundant code from c-font-lock-fontify-region
Alan Mackenzie
2020-07-19
1
-61
/
+41
*
|
* lisp/progmodes/cc-mode.el (c-or-c++-mode--regexp): Change WS to [ \t] in it
Alan Mackenzie
2020-07-02
1
-1
/
+1
*
|
CC Mode: optimize for repeated simple operations.
Alan Mackenzie
2020-06-29
1
-84
/
+140
*
|
Merge from origin/emacs-27
Paul Eggert
2020-06-01
1
-1
/
+1
|
\
|
|
*
CC Mode: Fix bug #39972, by fixing c-display-defun-name for nested defuns
Alan Mackenzie
2020-05-22
1
-1
/
+1
*
|
CC Mode: Fix bug #39972, by fixing c-display-defun-name for nested defuns
Alan Mackenzie
2020-05-20
1
-1
/
+1
*
|
CC Mode: Fix bug #40052, where a very large macro was too slow in scrolling
Alan Mackenzie
2020-05-15
1
-4
/
+4
*
|
cc-mode: extend regexp used by ‘c-or-c++-mode’
Michal Nazarewicz
2020-05-09
1
-6
/
+15
*
|
CC Mode: allow specified directives (e.g. pragma) to be indented as statements
Alan Mackenzie
2020-03-08
1
-36
/
+25
*
|
Merge from origin/emacs-27
Glenn Morris
2020-03-04
1
-7
/
+6
|
\
|
|
*
CC Mode: Fix the handling of two adjacent after-change-functionses.
Alan Mackenzie
2020-03-04
1
-7
/
+6
*
|
Merge from origin/emacs-27
Glenn Morris
2020-03-04
1
-17
/
+30
|
\
|
|
*
CC Mode: Protect against consecutive calls to before-change-functions ...
Alan Mackenzie
2020-02-23
1
-17
/
+30
*
|
Remove subsumed repetitions in regexps
Mattias Engdegård
2020-02-20
1
-1
/
+1
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
CC Mode. Fix fontification bug with unterminated quotes on adjacent lines
Alan Mackenzie
2019-11-30
1
-38
/
+72
*
Widen around c-font-lock-fontify-region. This fixes bug #38049.
Alan Mackenzie
2019-11-09
1
-38
/
+40
*
CC-Mode: Remove unneeded backslashes from doc strings and regular expressions
Alan Mackenzie
2019-10-12
1
-1
/
+1
*
lisp/*.el, src/*.c: Fix typos in docstrings
Juanma Barranquero
2019-09-19
1
-1
/
+1
*
Fix 2019-08-04 regex lint
Paul Eggert
2019-08-04
1
-2
/
+2
*
CC Mode: Fix the timing of application and removal of string fence properties
Alan Mackenzie
2019-08-02
1
-36
/
+35
[next]