summaryrefslogtreecommitdiff
path: root/src/syntax.c
AgeCommit message (Expand)Author
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
2017-02-01Remove immediate_quit.Paul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2017-01-23Fix comment detection on open parensNoam Postavsky
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-25regex.h now includes sys/types.hPaul Eggert
2016-12-06Clean out some IRIX cruftPaul Eggert
2016-10-30Handle chars of syntax word which are also flagged as comment delimitersAlan Mackenzie
2016-08-02Refactor regex character class parsing in [:name:]Michal Nazarewicz
2016-06-19Merge from origin/emacs-25Paul Eggert
2016-06-19Merge from origin/emacs-25Paul Eggert
2016-06-16Fbackward_prefix_chars: stay within buffer boundsNoam Postavsky
2016-06-08Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert
2016-06-07* src/syntax.c (syms_of_syntax) <comment-end-can-be-escaped>: Doc fix.Glenn Morris
2016-06-07Merge from origin/emacs-25Paul Eggert
2016-06-07Fix crash in syntax.c after GCPaul Eggert
2016-06-06Fix doc string quotingStephen Berman
2016-05-30Omit IF_LINT code that no longer seems neededPaul Eggert
2016-03-21Fix problems caused by new implementation of sub-word modeEli Zaretskii
2016-03-20Amend parse-partial-sexp correctly to handle two character comment delimitersAlan Mackenzie
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-03-01* src/syntax.c (syntax_multibyte): Omit unnecessary parens.Paul Eggert
2016-02-26* src/syntax.c: Fix result of syntax_multibyte()Aurelien Aptel
2016-02-15Merge from origin/emacs-25John Wiegley
2016-02-10Improve doc strings of 'forward/backward-word-strictly'Eli Zaretskii
2016-02-05Fix problems caused by new implementation of sub-word modeEli Zaretskii
2016-01-01Update copyright year to 2016Paul Eggert
2015-12-28Allow line comments ending with escaped NL to be continued to the next line.Alan Mackenzie