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
2022-03-19
Remove unused fns/data and make fns static
Paul Eggert
2022-01-20
Fix Fchar_syntax for non-ASCII in unibyte buffers
Mattias EngdegÄrd
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-08-22
Fix recent parse-partial-sexp argument validation
Basil L. Contovounesios
2021-08-21
; * src/syntax.c: Remove a stray comment.
Eli Zaretskii
2021-08-21
Tweak the comment-start-skip example in the manual
Lars Ingebrigtsen
2021-08-21
Make parse-partial-sexp signal an error if TO is smaller than FROM
Lars Ingebrigtsen
2021-06-15
Add a new function syntax-class-to-char
Lars Ingebrigtsen
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-10-18
Add new Lisp implementation of substitute-command-keys
Stefan Kangas
2020-09-23
Handle escaped comment enders correctly in syntax.c, fixing bug #43558
Alan Mackenzie
2020-09-20
Merge from origin/emacs-27
Glenn Morris
2020-09-19
Fix a rare segfault in syntax.c
Eli Zaretskii
2020-08-25
Omit "V" at the start of DEFVAR_BOOL vars
Paul Eggert
2020-08-15
Fix GC bugs related to uninitialized vectors
Paul Eggert
2020-04-20
Merge from origin/emacs-27
Glenn Morris
2020-04-18
* src/regex-emacs.c (re_match_2_internal): Rework comment in last change
Stefan Monnier
2020-04-17
Port recent character.h changes to --with-wide-int
Paul Eggert
2020-04-17
Prefer more inline functions in character.h
Paul Eggert
2020-04-16
(forward-comment -n): escaped newline is sometimes NOT end of comment
Alan Mackenzie
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-12-24
Trivial docstring fixes
Juanma Barranquero
2019-10-30
Revert "Move description of value to syntax-ppss function."
Lars Ingebrigtsen
2019-10-30
Move description of value to syntax-ppss function.
Lars Ingebrigtsen
2019-03-21
Fix misuses of NULL when talking about the NUL character
Stefan Monnier
2019-03-04
Simplify list creation in C code
Paul Eggert
2019-03-01
* src/syntax.c (update_syntax_table): Prefer 'else' to 'goto'
Stefan Monnier
2019-03-01
Maintain interval ->position fields correctly in update_interval
Alan Mackenzie
2019-01-31
Widen modiff counts to avoid wraparound
Paul Eggert
2019-01-15
Add portable dumper
Daniel Colascione
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-08-27
Improve bignum support for system types
Paul Eggert
2018-08-09
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-08-05
Rename src/regex.c to src/regex-emacs.c.
Paul Eggert
2018-07-12
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-03-20
Merge from origin/emacs-26
Paul Eggert
2018-03-16
Improve word motion docs (Bug#30815)
Noam Postavsky
2018-02-17
Merge from origin/emacs-26
Glenn Morris
2018-02-16
; Fix doc typos related to indefinite articles
Glenn Morris
2018-01-26
Merge from emacs-26
Noam Postavsky
2018-01-26
* src/syntax.c (char-syntax): Warn about ignoring text properties (Bug#22765).
Noam Postavsky
2018-01-01
Merge from origin/emacs-26
Paul Eggert
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-12-12
* src/syntax.c (find_defun_start): Use syntax-ppss
Stefan Monnier
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
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
[next]