aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-28Allow line comments ending with escaped NL to be continued to the next line.Alan Mackenzie1-3/+12
2015-11-21Revert regexp reentrancy abort patchPaul Eggert1-0/+1
2015-11-16Improve fix for regex reentrancy abortPaul Eggert1-8/+5
2015-11-15Fix regex abort when it tries to reenter itselfPaul Eggert1-7/+8
2015-10-20Include-file cleanup for src directoryPaul Eggert1-3/+0
2015-10-07* src/syntax.c (syms_of_syntax): Make syntax-propertize--done localStefan Monnier1-0/+1
2015-09-24Fix recent bootstrap problemsStefan Monnier1-1/+2
2015-09-23* src/syntax.c: Handle spurious e_property_truncated flagStefan Monnier1-1/+7
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert1-1/+1
2015-09-16Add -Wswitch to --enable-gcc-warningsPaul Eggert1-6/+7
2015-09-11Merge syntax-propertize--done and parse-sexp-propertize-doneStefan Monnier1-56/+57
2015-09-09* src/syntax.c (SETUP_SYNTAX_TABLE): Move truncation...Stefan Monnier1-7/+9
2015-09-09Make syntax.c call syntax-propertize on demandStefan Monnier1-11/+67
2015-08-28Fix minor text quoting problems in lisp top levelPaul Eggert1-1/+1
2015-08-23Fix minor glitches from ‘format’ reversionPaul Eggert1-3/+5
2015-08-23Revert "Prefer ‘format’ to ‘substitute-command-keys’"Andreas Schwab1-5/+3
2015-08-18Use new q ‘format’ flag when fixing quotes in CPaul Eggert1-4/+5
2015-08-14Prefer ‘format’ to ‘substitute-command-keys’Paul Eggert1-3/+4
2015-08-09Fix some minor quoting issues with grave accentPaul Eggert1-1/+3
2015-06-11* src/syntax.c (Fbackward_prefix_chars): Reword docstringNicolas Richard1-1/+2
2015-04-29Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel1-1/+1
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-8/+0
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-11-06* src/syntax.c (back_comment): Fix off-by-one error.Alan Mackenzie1-1/+1
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert1-2/+4
2014-09-04Remove stray semicolons.Paul Eggert1-1/+1
2014-08-28Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.Eli Zaretskii1-4/+7
2014-08-27Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.Eli Zaretskii1-4/+7
2014-07-09* syntax.c (back_comment): Use more-natural location for label.Paul Eggert1-4/+2
2014-07-04* src/syntax.c (find_defun_start): Try the cache evenStefan Monnier1-13/+23
2014-02-07* syntax.c (Fskip_syntax_backward): Doc clarification.Lars Ingebrigtsen1-1/+2
2014-02-05Fix bug #16453.Bastien Guerry1-1/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-09-21Fix syntax.h bug introduced by recent INLINE change.Paul Eggert1-3/+5
2013-09-20A simpler, centralized INLINE.Paul Eggert1-2/+0
2013-08-26* syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov1-3/+3
2013-08-13Doc fix for forward-word and backward-word.Xue Fuqiao1-0/+1
2013-07-10Syntax cleanup, mostly replacing macros with functions.Paul Eggert1-72/+200
2013-06-20* syntax.c: Integer cleanups.Paul Eggert1-189/+162
2013-06-18* syntax.c (skip_chars): Don't use uninitialized storagePaul Eggert1-24/+21
2013-02-10* syntax.c (scan_sexps_forward): Fix byte position calculationDmitry Antipov1-0/+1
2013-02-08* search.c (scan_buffer): Calculate end byte position just once.Dmitry Antipov1-2/+5
2013-02-08* lisp.h (make_uninit_vector): New function.Dmitry Antipov1-2/+2
2013-01-01Update copyright notices for 2013.Paul Eggert1-2/+2
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert1-2/+2
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+1
2012-09-08Introduce "raw syntax descriptor" terminology, and use it.Chong Yidong1-5/+5
2012-08-17* buffer.h (BSET): Remove.Paul Eggert1-1/+8
2012-08-17* lisp.h (CSET): Remove.Paul Eggert1-1/+1