aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-01-25Add 'treesit-forward-comment' with 'forward-comment-function'Juri Linkov1-0/+8
2025-01-19Replace call[1-8] with callnStefan Kangas1-4/+4
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-12Pure storage removal: Replace calls to removed functionsPip Cet1-2/+2
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-12-23Split safe_call between redisplay and non-redisplay versionsStefan Monnier1-1/+1
2023-05-22Fix syntax bugs involving escaped newlines in commentsAlan Mackenzie1-3/+17
2023-05-09Speed up skip-chars-{forward|reverse} with char classesMattias EngdegÄrd1-51/+36
2023-04-12(RE_SETUP_SYNTAX_TABLE_FOR_OBJECT): SimplifyStefan Monnier1-5/+4
2023-04-12(SETUP_SYNTAX_TABLE_FOR_OBJECT): Take a byteoffsetStefan Monnier1-2/+4
2023-04-12(struct gl_state_s): Delete `offset` fieldStefan Monnier1-28/+17
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-06-25Minor optimization of the "abort redisplay" featureEli Zaretskii1-1/+1
2022-06-18Don't count ticks too eagerly in syntax.cEli Zaretskii1-1/+2
2022-06-17Handle too long syntactic fontificationsEli Zaretskii1-0/+8
2022-03-19Remove unused fns/data and make fns staticPaul Eggert1-1/+1
2022-01-20Fix Fchar_syntax for non-ASCII in unibyte buffersMattias EngdegÄrd1-2/+3
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-08-22Fix recent parse-partial-sexp argument validationBasil L. Contovounesios1-2/+2
2021-08-21; * src/syntax.c: Remove a stray comment.Eli Zaretskii1-2/+0
2021-08-21Tweak the comment-start-skip example in the manualLars Ingebrigtsen1-0/+1
2021-08-21Make parse-partial-sexp signal an error if TO is smaller than FROMLars Ingebrigtsen1-2/+7
2021-06-15Add a new function syntax-class-to-charLars Ingebrigtsen1-0/+18
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-10-18Add new Lisp implementation of substitute-command-keysStefan Kangas1-1/+1
2020-09-23Handle escaped comment enders correctly in syntax.c, fixing bug #43558Alan Mackenzie1-0/+7
2020-09-19Fix a rare segfault in syntax.cEli Zaretskii1-11/+14
2020-08-25Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert1-5/+5
2020-08-15Fix GC bugs related to uninitialized vectorsPaul Eggert1-2/+2
2020-04-18* src/regex-emacs.c (re_match_2_internal): Rework comment in last changeStefan Monnier1-2/+2
2020-04-17Port recent character.h changes to --with-wide-intPaul Eggert1-7/+6
2020-04-17Prefer more inline functions in character.hPaul Eggert1-60/+53
2020-04-16(forward-comment -n): escaped newline is sometimes NOT end of commentAlan Mackenzie1-2/+3
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-12-24Trivial docstring fixesJuanma Barranquero1-1/+1
2019-10-30Revert "Move description of value to syntax-ppss function."Lars Ingebrigtsen1-1/+19
2019-10-30Move description of value to syntax-ppss function.Lars Ingebrigtsen1-19/+1
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier1-4/+1
2019-03-04Simplify list creation in C codePaul Eggert1-1/+1
2019-03-01* src/syntax.c (update_syntax_table): Prefer 'else' to 'goto'Stefan Monnier1-33/+34
2019-03-01Maintain interval ->position fields correctly in update_intervalAlan Mackenzie1-14/+0
2019-01-31Widen modiff counts to avoid wraparoundPaul Eggert1-3/+3
2019-01-15Add portable dumperDaniel Colascione1-3/+0
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-08-27Improve bignum support for system typesPaul Eggert1-1/+1
2018-08-07More macro renamings for bignumTom Tromey1-45/+45
2018-08-05Rename src/regex.c to src/regex-emacs.c.Paul Eggert1-5/+6