index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syntax.c
Age
Commit message (
Expand
)
Author
2026-05-26
Omit useless casts found by GCC 16
Paul Eggert
2026-04-16
src/syntax.c (update_syntax_table): Remove redundant assignment
Stefan Monnier
2026-04-13
SETUP_SYNTAX_TABLE: syntax-propertize more lazily (bug#80600)
Stefan Monnier
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-25
Add 'treesit-forward-comment' with 'forward-comment-function'
Juri Linkov
2025-01-19
Replace call[1-8] with calln
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-12
Pure storage removal: Replace calls to removed functions
Pip Cet
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-12-23
Split safe_call between redisplay and non-redisplay versions
Stefan Monnier
2023-05-22
Fix syntax bugs involving escaped newlines in comments
Alan Mackenzie
2023-05-09
Speed up skip-chars-{forward|reverse} with char classes
Mattias EngdegÄrd
2023-04-12
(RE_SETUP_SYNTAX_TABLE_FOR_OBJECT): Simplify
Stefan Monnier
2023-04-12
(SETUP_SYNTAX_TABLE_FOR_OBJECT): Take a byteoffset
Stefan Monnier
2023-04-12
(struct gl_state_s): Delete `offset` field
Stefan Monnier
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-06-25
Minor optimization of the "abort redisplay" feature
Eli Zaretskii
2022-06-18
Don't count ticks too eagerly in syntax.c
Eli Zaretskii
2022-06-17
Handle too long syntactic fontifications
Eli Zaretskii
2022-03-19
Remove unused fns/data and make fns static
Paul Eggert
2022-01-20
Fix Fchar_syntax for non-ASCII in unibyte buffers
Mattias EngdegÄrd
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-08-22
Fix recent parse-partial-sexp argument validation
Basil L. Contovounesios
2021-08-21
; * src/syntax.c: Remove a stray comment.
Eli Zaretskii
2021-08-21
Tweak the comment-start-skip example in the manual
Lars Ingebrigtsen
2021-08-21
Make parse-partial-sexp signal an error if TO is smaller than FROM
Lars Ingebrigtsen
2021-06-15
Add a new function syntax-class-to-char
Lars Ingebrigtsen
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-10-18
Add new Lisp implementation of substitute-command-keys
Stefan Kangas
2020-09-23
Handle escaped comment enders correctly in syntax.c, fixing bug #43558
Alan Mackenzie
2020-09-20
Merge from origin/emacs-27
Glenn Morris
2020-09-19
Fix a rare segfault in syntax.c
Eli Zaretskii
2020-08-25
Omit "V" at the start of DEFVAR_BOOL vars
Paul Eggert
2020-08-15
Fix GC bugs related to uninitialized vectors
Paul Eggert
2020-04-20
Merge from origin/emacs-27
Glenn Morris
2020-04-18
* src/regex-emacs.c (re_match_2_internal): Rework comment in last change
Stefan Monnier
2020-04-17
Port recent character.h changes to --with-wide-int
Paul Eggert
2020-04-17
Prefer more inline functions in character.h
Paul Eggert
2020-04-16
(forward-comment -n): escaped newline is sometimes NOT end of comment
Alan Mackenzie
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-12-24
Trivial docstring fixes
Juanma Barranquero
2019-10-30
Revert "Move description of value to syntax-ppss function."
Lars Ingebrigtsen
2019-10-30
Move description of value to syntax-ppss function.
Lars Ingebrigtsen
2019-03-21
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-04
Simplify list creation in C code
Paul Eggert
2019-03-01
* src/syntax.c (update_syntax_table): Prefer 'else' to 'goto'
Stefan Monnier
2019-03-01
Maintain interval ->position fields correctly in update_interval
Alan Mackenzie
2019-01-31
Widen modiff counts to avoid wraparound
Paul Eggert
[next]