summaryrefslogtreecommitdiff
path: root/src/syntax.c
AgeCommit message (Expand)Author
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
2015-11-21Revert regexp reentrancy abort patchPaul Eggert
2015-11-16Improve fix for regex reentrancy abortPaul Eggert
2015-11-15Fix regex abort when it tries to reenter itselfPaul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-10-07* src/syntax.c (syms_of_syntax): Make syntax-propertize--done localStefan Monnier
2015-09-24Fix recent bootstrap problemsStefan Monnier
2015-09-23* src/syntax.c: Handle spurious e_property_truncated flagStefan Monnier
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-09-16Add -Wswitch to --enable-gcc-warningsPaul Eggert
2015-09-11Merge syntax-propertize--done and parse-sexp-propertize-doneStefan Monnier
2015-09-09* src/syntax.c (SETUP_SYNTAX_TABLE): Move truncation...Stefan Monnier
2015-09-09Make syntax.c call syntax-propertize on demandStefan Monnier
2015-08-28Fix minor text quoting problems in lisp top levelPaul Eggert
2015-08-23Fix minor glitches from ‘format’ reversionPaul Eggert
2015-08-23Revert "Prefer ‘format’ to ‘substitute-command-keys’"Andreas Schwab
2015-08-18Use new q ‘format’ flag when fixing quotes in CPaul Eggert
2015-08-14Prefer ‘format’ to ‘substitute-command-keys’Paul Eggert
2015-08-09Fix some minor quoting issues with grave accentPaul Eggert