index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syntax.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Allow line comments ending with escaped NL to be continued to the next line.
Alan Mackenzie
2015-12-28
1
-3
/
+12
*
Revert regexp reentrancy abort patch
Paul Eggert
2015-11-21
1
-0
/
+1
*
Improve fix for regex reentrancy abort
Paul Eggert
2015-11-16
1
-8
/
+5
*
Fix regex abort when it tries to reenter itself
Paul Eggert
2015-11-15
1
-7
/
+8
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-3
/
+0
*
* src/syntax.c (syms_of_syntax): Make syntax-propertize--done local
Stefan Monnier
2015-10-07
1
-0
/
+1
*
Fix recent bootstrap problems
Stefan Monnier
2015-09-24
1
-1
/
+2
*
* src/syntax.c: Handle spurious e_property_truncated flag
Stefan Monnier
2015-09-23
1
-1
/
+7
*
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
1
-1
/
+1
*
Add -Wswitch to --enable-gcc-warnings
Paul Eggert
2015-09-16
1
-6
/
+7
*
Merge syntax-propertize--done and parse-sexp-propertize-done
Stefan Monnier
2015-09-11
1
-56
/
+57
*
* src/syntax.c (SETUP_SYNTAX_TABLE): Move truncation...
Stefan Monnier
2015-09-09
1
-7
/
+9
*
Make syntax.c call syntax-propertize on demand
Stefan Monnier
2015-09-09
1
-11
/
+67
*
Fix minor text quoting problems in lisp top level
Paul Eggert
2015-08-28
1
-1
/
+1
*
Fix minor glitches from ‘format’ reversion
Paul Eggert
2015-08-23
1
-3
/
+5
*
Revert "Prefer ‘format’ to ‘substitute-command-keys’"
Andreas Schwab
2015-08-23
1
-5
/
+3
*
Use new q ‘format’ flag when fixing quotes in C
Paul Eggert
2015-08-18
1
-4
/
+5
*
Prefer ‘format’ to ‘substitute-command-keys’
Paul Eggert
2015-08-14
1
-3
/
+4
*
Fix some minor quoting issues with grave accent
Paul Eggert
2015-08-09
1
-1
/
+3
*
* src/syntax.c (Fbackward_prefix_chars): Reword docstring
Nicolas Richard
2015-06-11
1
-1
/
+2
*
Remove the deprecated INTERNAL_FIELD macro by expanding it
Oleh Krehel
2015-04-29
1
-1
/
+1
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-8
/
+0
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Merge from emacs-24; up to 117687
Glenn Morris
2014-11-08
1
-1
/
+1
|
\
|
*
* src/syntax.c (back_comment): Fix off-by-one error.
Alan Mackenzie
2014-11-06
1
-1
/
+1
|
*
Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.
Eli Zaretskii
2014-08-28
1
-4
/
+7
*
|
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-09-07
1
-2
/
+4
*
|
Remove stray semicolons.
Paul Eggert
2014-09-04
1
-1
/
+1
*
|
Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.
Eli Zaretskii
2014-08-27
1
-4
/
+7
*
|
* syntax.c (back_comment): Use more-natural location for label.
Paul Eggert
2014-07-09
1
-4
/
+2
|
/
*
* src/syntax.c (find_defun_start): Try the cache even
Stefan Monnier
2014-07-04
1
-13
/
+23
*
* syntax.c (Fskip_syntax_backward): Doc clarification.
Lars Ingebrigtsen
2014-02-07
1
-1
/
+2
*
Fix bug #16453.
Bastien Guerry
2014-02-05
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Fix syntax.h bug introduced by recent INLINE change.
Paul Eggert
2013-09-21
1
-3
/
+5
*
A simpler, centralized INLINE.
Paul Eggert
2013-09-20
1
-2
/
+0
*
* syntax.c (init_syntax_once): Adjust comment and do an early
Dmitry Antipov
2013-08-26
1
-3
/
+3
*
Doc fix for forward-word and backward-word.
Xue Fuqiao
2013-08-13
1
-0
/
+1
*
Syntax cleanup, mostly replacing macros with functions.
Paul Eggert
2013-07-10
1
-72
/
+200
*
* syntax.c: Integer cleanups.
Paul Eggert
2013-06-20
1
-189
/
+162
*
* syntax.c (skip_chars): Don't use uninitialized storage
Paul Eggert
2013-06-18
1
-24
/
+21
*
* syntax.c (scan_sexps_forward): Fix byte position calculation
Dmitry Antipov
2013-02-10
1
-0
/
+1
*
* search.c (scan_buffer): Calculate end byte position just once.
Dmitry Antipov
2013-02-08
1
-2
/
+5
*
* lisp.h (make_uninit_vector): New function.
Dmitry Antipov
2013-02-08
1
-2
/
+2
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-2
/
+2
*
Prefer plain 'static' to 'static inline'.
Paul Eggert
2012-09-30
1
-2
/
+2
*
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-15
1
-1
/
+1
*
Introduce "raw syntax descriptor" terminology, and use it.
Chong Yidong
2012-09-08
1
-5
/
+5
*
* buffer.h (BSET): Remove.
Paul Eggert
2012-08-17
1
-1
/
+8
[next]