summaryrefslogtreecommitdiff
path: root/src/syntax.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Improve word motion docs (Bug#30815)Noam Postavsky2018-03-161-4/+5
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* * src/syntax.c (char-syntax): Warn about ignoring text properties (Bug#22765).Noam Postavsky2018-01-261-1/+6
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* 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
* | Merge from origin/emacs-25John Wiegley2016-02-151-3/+9
|\ \ | |/
| * Improve doc strings of 'forward/backward-word-strictly'Eli Zaretskii2016-02-101-3/+9
| * Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-3/+3
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Allow line comments ending with escaped NL to be continued to the next line.Alan Mackenzie2015-12-281-3/+12
* Revert regexp reentrancy abort patchPaul Eggert2015-11-211-0/+1
* Improve fix for regex reentrancy abortPaul Eggert2015-11-161-8/+5
* Fix regex abort when it tries to reenter itselfPaul Eggert2015-11-151-7/+8
* Include-file cleanup for src directoryPaul Eggert2015-10-201-3/+0
* * src/syntax.c (syms_of_syntax): Make syntax-propertize--done localStefan Monnier2015-10-071-0/+1
* Fix recent bootstrap problemsStefan Monnier2015-09-241-1/+2
* * src/syntax.c: Handle spurious e_property_truncated flagStefan Monnier2015-09-231-1/+7
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-1/+1
* Add -Wswitch to --enable-gcc-warningsPaul Eggert2015-09-161-6/+7
* Merge syntax-propertize--done and parse-sexp-propertize-doneStefan Monnier2015-09-111-56/+57
* * src/syntax.c (SETUP_SYNTAX_TABLE): Move truncation...Stefan Monnier2015-09-091-7/+9
* Make syntax.c call syntax-propertize on demandStefan Monnier2015-09-091-11/+67