summaryrefslogtreecommitdiff
path: root/src/syntax.c
AgeCommit message (Expand)Author
2022-03-19Remove unused fns/data and make fns staticPaul Eggert
2022-01-20Fix Fchar_syntax for non-ASCII in unibyte buffersMattias EngdegÄrd
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-08-22Fix recent parse-partial-sexp argument validationBasil L. Contovounesios
2021-08-21; * src/syntax.c: Remove a stray comment.Eli Zaretskii
2021-08-21Tweak the comment-start-skip example in the manualLars Ingebrigtsen
2021-08-21Make parse-partial-sexp signal an error if TO is smaller than FROMLars Ingebrigtsen
2021-06-15Add a new function syntax-class-to-charLars Ingebrigtsen
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-18Add new Lisp implementation of substitute-command-keysStefan Kangas
2020-09-23Handle escaped comment enders correctly in syntax.c, fixing bug #43558Alan Mackenzie
2020-09-20Merge from origin/emacs-27Glenn Morris
2020-09-19Fix a rare segfault in syntax.cEli Zaretskii
2020-08-25Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert
2020-08-15Fix GC bugs related to uninitialized vectorsPaul Eggert
2020-04-20Merge from origin/emacs-27Glenn Morris
2020-04-18* src/regex-emacs.c (re_match_2_internal): Rework comment in last changeStefan Monnier
2020-04-17Port recent character.h changes to --with-wide-intPaul Eggert
2020-04-17Prefer more inline functions in character.hPaul Eggert
2020-04-16(forward-comment -n): escaped newline is sometimes NOT end of commentAlan Mackenzie
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-24Trivial docstring fixesJuanma Barranquero
2019-10-30Revert "Move description of value to syntax-ppss function."Lars Ingebrigtsen
2019-10-30Move description of value to syntax-ppss function.Lars Ingebrigtsen
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier
2019-03-04Simplify list creation in C codePaul Eggert
2019-03-01* src/syntax.c (update_syntax_table): Prefer 'else' to 'goto'Stefan Monnier
2019-03-01Maintain interval ->position fields correctly in update_intervalAlan Mackenzie
2019-01-31Widen modiff counts to avoid wraparoundPaul Eggert
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-27Improve bignum support for system typesPaul Eggert
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-08-07More macro renamings for bignumTom Tromey
2018-08-05Rename src/regex.c to src/regex-emacs.c.Paul Eggert
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-03-20Merge from origin/emacs-26Paul Eggert
2018-03-16Improve word motion docs (Bug#30815)Noam Postavsky
2018-02-17Merge from origin/emacs-26Glenn Morris
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris
2018-01-26Merge from emacs-26Noam Postavsky
2018-01-26* src/syntax.c (char-syntax): Warn about ignoring text properties (Bug#22765).Noam Postavsky
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-12* src/syntax.c (find_defun_start): Use syntax-ppssStefan Monnier
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-05-16Merge with gnulib, pacifying GCC 7Paul Eggert
2017-02-01Fix quitting bug when buffers are frozenPaul Eggert
2017-02-01Revamp quitting and fix infloopsPaul Eggert