summaryrefslogtreecommitdiff
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-4/+1
* Simplify list creation in C codePaul Eggert2019-03-041-1/+1
* * src/syntax.c (update_syntax_table): Prefer 'else' to 'goto'Stefan Monnier2019-03-011-33/+34
* Maintain interval ->position fields correctly in update_intervalAlan Mackenzie2019-03-011-14/+0
* Widen modiff counts to avoid wraparoundPaul Eggert2019-01-311-3/+3
* Add portable dumperDaniel Colascione2019-01-151-3/+0
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Improve bignum support for system typesPaul Eggert2018-08-271-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-5/+6
|\ \
| * | Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-051-5/+6
* | | More macro renamings for bignumTom Tromey2018-08-071-45/+45
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-54/+54
|/ /
* | Merge from origin/emacs-26Paul Eggert2018-03-201-4/+5
|\ \ | |/
| * Improve word motion docs (Bug#30815)Noam Postavsky2018-03-161-4/+5
* | Merge from origin/emacs-26Glenn Morris2018-02-171-1/+1
|\ \ | |/
| * ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* | Merge from emacs-26Noam Postavsky2018-01-261-1/+6
|\ \ | |/
| * * src/syntax.c (char-syntax): Warn about ignoring text properties (Bug#22765).Noam Postavsky2018-01-261-1/+6
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | * src/syntax.c (find_defun_start): Use syntax-ppssStefan Monnier2017-12-121-0/+26
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-3/+5
* Fix quitting bug when buffers are frozenPaul Eggert2017-02-011-18/+16
* Revamp quitting and fix infloopsPaul Eggert2017-02-011-40/+72
* Remove immediate_quit.Paul Eggert2017-02-011-28/+2
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-25/+25
* Fix comment detection on open parensNoam Postavsky2017-01-231-55/+62
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | regex.h now includes sys/types.hPaul Eggert2016-12-251-2/+0
* | Clean out some IRIX cruftPaul Eggert2016-12-061-2/+0
* | Handle chars of syntax word which are also flagged as comment delimitersAlan Mackenzie2016-10-301-3/+20
* | Refactor regex character class parsing in [:name:]Michal Nazarewicz2016-08-021-70/+26
* | Merge from origin/emacs-25Paul Eggert2016-06-191-2/+3
|\ \ | |/
| * Fbackward_prefix_chars: stay within buffer boundsNoam Postavsky2016-06-161-2/+3
* | Merge from origin/emacs-25Paul Eggert2016-06-191-1/+1
|\ \ | |/
| * * src/syntax.c (syms_of_syntax) <comment-end-can-be-escaped>: Doc fix.Glenn Morris2016-06-071-1/+1
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-06-071-36/+25
|\ \ | |/
| * Fix crash in syntax.c after GCPaul Eggert2016-06-071-35/+24
| * Fix doc string quotingStephen Berman2016-06-061-1/+1
* | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-1/+1
* | Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-03-211-3/+3
* | Amend parse-partial-sexp correctly to handle two character comment delimitersAlan Mackenzie2016-03-201-151/+221
* | Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | * src/syntax.c (syntax_multibyte): Omit unnecessary parens.Paul Eggert2016-03-011-1/+1
* | * src/syntax.c: Fix result of syntax_multibyte()Aurelien Aptel2016-02-261-1/+1