aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-54/+54
2018-03-16Improve word motion docs (Bug#30815)Noam Postavsky1-4/+5
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris1-1/+1
2018-01-26* src/syntax.c (char-syntax): Warn about ignoring text properties (Bug#22765).Noam Postavsky1-1/+6
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-12-12* src/syntax.c (find_defun_start): Use syntax-ppssStefan Monnier1-0/+26
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-05-16Merge with gnulib, pacifying GCC 7Paul Eggert1-3/+5
2017-02-01Fix quitting bug when buffers are frozenPaul Eggert1-18/+16
2017-02-01Revamp quitting and fix infloopsPaul Eggert1-40/+72
2017-02-01Remove immediate_quit.Paul Eggert1-28/+2
2017-01-25Replace QUIT with maybe_quitPaul Eggert1-25/+25
2017-01-23Fix comment detection on open parensNoam Postavsky1-55/+62
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-25regex.h now includes sys/types.hPaul Eggert1-2/+0
2016-12-06Clean out some IRIX cruftPaul Eggert1-2/+0
2016-10-30Handle chars of syntax word which are also flagged as comment delimitersAlan Mackenzie1-3/+20
2016-08-02Refactor regex character class parsing in [:name:]Michal Nazarewicz1-70/+26
2016-06-16Fbackward_prefix_chars: stay within buffer boundsNoam Postavsky1-2/+3
2016-06-08Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert1-1/+1
2016-06-07* src/syntax.c (syms_of_syntax) <comment-end-can-be-escaped>: Doc fix.Glenn Morris1-1/+1
2016-06-07Fix crash in syntax.c after GCPaul Eggert1-35/+24
2016-06-06Fix doc string quotingStephen Berman1-1/+1
2016-05-30Omit IF_LINT code that no longer seems neededPaul Eggert1-1/+1
2016-03-21Fix problems caused by new implementation of sub-word modeEli Zaretskii1-3/+3
2016-03-20Amend parse-partial-sexp correctly to handle two character comment delimitersAlan Mackenzie1-151/+221
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-03-01* src/syntax.c (syntax_multibyte): Omit unnecessary parens.Paul Eggert1-1/+1
2016-02-26* src/syntax.c: Fix result of syntax_multibyte()Aurelien Aptel1-1/+1
2016-02-10Improve doc strings of 'forward/backward-word-strictly'Eli Zaretskii1-3/+9
2016-02-05Fix problems caused by new implementation of sub-word modeEli Zaretskii1-3/+3
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1