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
*
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
*
Fix problems in CC Mode with " being entered into a comment at EOB.
Alan Mackenzie
2019-07-23
1
-1
/
+3
*
Implement C++ Mode attributes. This fixes bug #36650.
Alan Mackenzie
2019-07-21
1
-1
/
+3
*
CC Mode: allow bogusly "adjacent" double quote marks to pair up syntactically
Alan Mackenzie
2019-07-16
1
-168
/
+260
*
Fix bug #36474, such that CC Mode quotes work properly in electric-pair-mode
Alan Mackenzie
2019-07-08
1
-0
/
+40
*
Replace manually crafted hex regexes with [:xdigit:]
Konstantin Kharlamov
2019-07-06
1
-11
/
+11
*
Fix an infinite loop in c-end-of-macro. Should fix bug #36484
Alan Mackenzie
2019-07-04
1
-3
/
+6
*
CC Mode: Improve handling of unbalanced strings
Alan Mackenzie
2019-07-02
1
-5
/
+73
*
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
Stefan Monnier
2019-06-26
1
-39
/
+20
*
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
Stefan Monnier
2019-06-26
1
-20
/
+39
*
Move defvars of c-doc-line-join-re + two others from cc-fonts.el to cc-mode.el
Alan Mackenzie
2019-06-17
1
-0
/
+19
*
Maintain c-syntax-table-hwm when changing syntax-table text properties
Alan Mackenzie
2019-06-16
1
-7
/
+0
*
Depessimize bits of CC Mode for long C macros.
Alan Mackenzie
2019-06-13
1
-4
/
+13
*
Move declaration of c-syntax-table-hwm to avoid compiler warnings.
Alan Mackenzie
2019-06-13
1
-7
/
+7
*
CC Mode: Add a workaround for syntax-ppss ignoring syntax-table prop changes
Alan Mackenzie
2019-06-12
1
-1
/
+15
*
Debug and disentangle the literal cacheing in CC Mode
Alan Mackenzie
2019-06-01
1
-0
/
+2
*
Tidy up the literal cacheing in CC Mode, optimizing c-full-pp-to-literal
Alan Mackenzie
2019-06-01
1
-10
/
+10
*
* lisp/subr.el (add-hook): Turn `append` into `depth` (bug#35508)
Stefan Monnier
2019-05-29
1
-0
/
+3
*
Add standard unmatchable regexp
Mattias Engdegård
2019-05-15
1
-2
/
+2
*
Optimize CC Mode a bit for repetitive insertion and replace-regexp
Alan Mackenzie
2019-05-10
1
-23
/
+22
*
Fix the formatting of '\' (including apostrophes) in CC Mode.
Alan Mackenzie
2019-04-26
1
-1
/
+13
[next]