summaryrefslogtreecommitdiff
path: root/src/syntax.c
AgeCommit message (Expand)Author
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
2015-06-11* src/syntax.c (Fbackward_prefix_chars): Reword docstringNicolas Richard
2015-04-29Remove the deprecated INTERNAL_FIELD macro by expanding itOleh Krehel
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-11-08Merge from emacs-24; up to 117687Glenn Morris
2014-11-06* src/syntax.c (back_comment): Fix off-by-one error.Alan Mackenzie
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-09-04Remove stray semicolons.Paul Eggert
2014-08-28Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.Eli Zaretskii
2014-08-27Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.Eli Zaretskii
2014-07-09* syntax.c (back_comment): Use more-natural location for label.Paul Eggert
2014-07-04* src/syntax.c (find_defun_start): Try the cache evenStefan Monnier
2014-02-07* syntax.c (Fskip_syntax_backward): Doc clarification.Lars Ingebrigtsen
2014-02-05Fix bug #16453.Bastien Guerry
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-09-21Fix syntax.h bug introduced by recent INLINE change.Paul Eggert
2013-09-20A simpler, centralized INLINE.Paul Eggert
2013-08-26* syntax.c (init_syntax_once): Adjust comment and do an earlyDmitry Antipov
2013-08-13Doc fix for forward-word and backward-word.Xue Fuqiao
2013-07-10Syntax cleanup, mostly replacing macros with functions.Paul Eggert
2013-06-20* syntax.c: Integer cleanups.Paul Eggert
2013-06-18* syntax.c (skip_chars): Don't use uninitialized storagePaul Eggert
2013-02-10* syntax.c (scan_sexps_forward): Fix byte position calculationDmitry Antipov
2013-02-08* search.c (scan_buffer): Calculate end byte position just once.Dmitry Antipov
2013-02-08* lisp.h (make_uninit_vector): New function.Dmitry Antipov
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-09-30Prefer plain 'static' to 'static inline'.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-08Introduce "raw syntax descriptor" terminology, and use it.Chong Yidong
2012-08-17* buffer.h (BSET): Remove.Paul Eggert
2012-08-17* lisp.h (CSET): Remove.Paul Eggert
2012-08-16Use ASCII tests for character types.Paul Eggert