index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syntax.c
Age
Commit message (
Expand
)
Author
2017-05-16
Merge with gnulib, pacifying GCC 7
Paul Eggert
2017-02-01
Fix quitting bug when buffers are frozen
Paul Eggert
2017-02-01
Revamp quitting and fix infloops
Paul Eggert
2017-02-01
Remove immediate_quit.
Paul Eggert
2017-01-25
Replace QUIT with maybe_quit
Paul Eggert
2017-01-23
Fix comment detection on open parens
Noam Postavsky
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-12-25
regex.h now includes sys/types.h
Paul Eggert
2016-12-06
Clean out some IRIX cruft
Paul Eggert
2016-10-30
Handle chars of syntax word which are also flagged as comment delimiters
Alan Mackenzie
2016-08-02
Refactor regex character class parsing in [:name:]
Michal Nazarewicz
2016-06-19
Merge from origin/emacs-25
Paul Eggert
2016-06-19
Merge from origin/emacs-25
Paul Eggert
2016-06-16
Fbackward_prefix_chars: stay within buffer bounds
Noam Postavsky
2016-06-08
Replace IF_LINT by NONVOLATILE and UNINIT
Paul Eggert
2016-06-07
* src/syntax.c (syms_of_syntax) <comment-end-can-be-escaped>: Doc fix.
Glenn Morris
2016-06-07
Merge from origin/emacs-25
Paul Eggert
2016-06-07
Fix crash in syntax.c after GC
Paul Eggert
2016-06-06
Fix doc string quoting
Stephen Berman
2016-05-30
Omit IF_LINT code that no longer seems needed
Paul Eggert
2016-03-21
Fix problems caused by new implementation of sub-word mode
Eli Zaretskii
2016-03-20
Amend parse-partial-sexp correctly to handle two character comment delimiters
Alan Mackenzie
2016-03-11
Merge from origin/emacs-25
John Wiegley
2016-03-10
Rework 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-15
Merge from origin/emacs-25
John Wiegley
2016-02-10
Improve doc strings of 'forward/backward-word-strictly'
Eli Zaretskii
2016-02-05
Fix problems caused by new implementation of sub-word mode
Eli Zaretskii
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-12-28
Allow line comments ending with escaped NL to be continued to the next line.
Alan Mackenzie
2015-11-21
Revert regexp reentrancy abort patch
Paul Eggert
2015-11-16
Improve fix for regex reentrancy abort
Paul Eggert
2015-11-15
Fix regex abort when it tries to reenter itself
Paul Eggert
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-10-07
* src/syntax.c (syms_of_syntax): Make syntax-propertize--done local
Stefan Monnier
2015-09-24
Fix recent bootstrap problems
Stefan Monnier
2015-09-23
* src/syntax.c: Handle spurious e_property_truncated flag
Stefan Monnier
2015-09-16
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
Add -Wswitch to --enable-gcc-warnings
Paul Eggert
2015-09-11
Merge syntax-propertize--done and parse-sexp-propertize-done
Stefan Monnier
2015-09-09
* src/syntax.c (SETUP_SYNTAX_TABLE): Move truncation...
Stefan Monnier
2015-09-09
Make syntax.c call syntax-propertize on demand
Stefan Monnier
2015-08-28
Fix minor text quoting problems in lisp top level
Paul Eggert
2015-08-23
Fix minor glitches from ‘format’ reversion
Paul Eggert
2015-08-23
Revert "Prefer ‘format’ to ‘substitute-command-keys’"
Andreas Schwab
2015-08-18
Use new q ‘format’ flag when fixing quotes in C
Paul Eggert
2015-08-14
Prefer ‘format’ to ‘substitute-command-keys’
Paul Eggert
2015-08-09
Fix some minor quoting issues with grave accent
Paul Eggert
[next]