summaryrefslogtreecommitdiff
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* Handle escaped comment enders correctly in syntax.c, fixing bug #43558Alan Mackenzie2020-09-231-0/+7
* Merge from origin/emacs-27Glenn Morris2020-09-201-11/+14
|\
| * Fix a rare segfault in syntax.cEli Zaretskii2020-09-191-11/+14
* | Omit "V" at the start of DEFVAR_BOOL varsPaul Eggert2020-08-251-5/+5
* | Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-151-2/+2
* | Merge from origin/emacs-27Glenn Morris2020-04-201-2/+2
|\ \ | |/
| * * src/regex-emacs.c (re_match_2_internal): Rework comment in last changeStefan Monnier2020-04-181-2/+2
* | Port recent character.h changes to --with-wide-intPaul Eggert2020-04-171-7/+6
* | Prefer more inline functions in character.hPaul Eggert2020-04-171-60/+53
* | (forward-comment -n): escaped newline is sometimes NOT end of commentAlan Mackenzie2020-04-161-2/+3
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Trivial docstring fixesJuanma Barranquero2019-12-241-1/+1
* Revert "Move description of value to syntax-ppss function."Lars Ingebrigtsen2019-10-301-1/+19
* Move description of value to syntax-ppss function.Lars Ingebrigtsen2019-10-301-19/+1
* 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
|\ \ | |/