summaryrefslogtreecommitdiff
path: root/src/syntax.c
Commit message (Expand)AuthorAge
* (RE_SETUP_SYNTAX_TABLE_FOR_OBJECT): SimplifyStefan Monnier2023-04-12
* (SETUP_SYNTAX_TABLE_FOR_OBJECT): Take a byteoffsetStefan Monnier2023-04-12
* (struct gl_state_s): Delete `offset` fieldStefan Monnier2023-04-12
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Minor optimization of the "abort redisplay" featureEli Zaretskii2022-06-25
* Don't count ticks too eagerly in syntax.cEli Zaretskii2022-06-18
* Handle too long syntactic fontificationsEli Zaretskii2022-06-17
* Remove unused fns/data and make fns staticPaul Eggert2022-03-19
* Fix Fchar_syntax for non-ASCII in unibyte buffersMattias EngdegÄrd2022-01-20
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Fix recent parse-partial-sexp argument validationBasil L. Contovounesios2021-08-22
* ; * src/syntax.c: Remove a stray comment.Eli Zaretskii2021-08-21
* Tweak the comment-start-skip example in the manualLars Ingebrigtsen2021-08-21
* Make parse-partial-sexp signal an error if TO is smaller than FROMLars Ingebrigtsen2021-08-21
* Add a new function syntax-class-to-charLars Ingebrigtsen2021-06-15
* Update copyright year to 2021Paul Eggert2021-01-01
* Add new Lisp implementation of substitute-command-keysStefan Kangas2020-10-18
* Handle escaped comment enders correctly in syntax.c, fixing bug #43558Alan Mackenzie2020-09-23
* Merge from origin/emacs-27Glenn Morris2020-09-20
|\
| * Fix a rare segfault in syntax.cEli Zaretskii2020-09-19
* | Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert2020-08-25
* | Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-15
* | Merge from origin/emacs-27Glenn Morris2020-04-20
|\|
| * * src/regex-emacs.c (re_match_2_internal): Rework comment in last changeStefan Monnier2020-04-18
* | Port recent character.h changes to --with-wide-intPaul Eggert2020-04-17
* | Prefer more inline functions in character.hPaul Eggert2020-04-17
* | (forward-comment -n): escaped newline is sometimes NOT end of commentAlan Mackenzie2020-04-16
|/
* Update copyright year to 2020Paul Eggert2020-01-01
* Trivial docstring fixesJuanma Barranquero2019-12-24
* Revert "Move description of value to syntax-ppss function."Lars Ingebrigtsen2019-10-30
* Move description of value to syntax-ppss function.Lars Ingebrigtsen2019-10-30
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-21
* Simplify list creation in C codePaul Eggert2019-03-04
* * src/syntax.c (update_syntax_table): Prefer 'else' to 'goto'Stefan Monnier2019-03-01
* Maintain interval ->position fields correctly in update_intervalAlan Mackenzie2019-03-01
* Widen modiff counts to avoid wraparoundPaul Eggert2019-01-31
* Add portable dumperDaniel Colascione2019-01-15
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Improve bignum support for system typesPaul Eggert2018-08-27
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-09
|\ \
| * | Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-05
* | | More macro renamings for bignumTom Tromey2018-08-07
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/ /
* | Merge from origin/emacs-26Paul Eggert2018-03-20
|\|
| * Improve word motion docs (Bug#30815)Noam Postavsky2018-03-16
* | Merge from origin/emacs-26Glenn Morris2018-02-17
|\|
| * ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-16
* | Merge from emacs-26Noam Postavsky2018-01-26
|\|
| * * src/syntax.c (char-syntax): Warn about ignoring text properties (Bug#22765).Noam Postavsky2018-01-26