aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-08-07More macro renamings for bignumTom Tromey1-1/+1
2018-06-16Make regex matching reentrant; update syntax during matchDaniel Colascione1-14/+0
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-11-21Unrevert most of regexp reentrancy abort patchStefan Monnier1-0/+14
2015-11-21Revert regexp reentrancy abort patchPaul Eggert1-14/+0
2015-11-16Improve fix for regex reentrancy abortPaul Eggert1-4/+3
2015-11-15Fix regex abort when it tries to reenter itselfPaul Eggert1-2/+17
2015-10-16Make src headers idempotent and standalonePaul Eggert1-0/+8
2015-09-11Merge syntax-propertize--done and parse-sexp-propertize-doneStefan Monnier1-2/+3
2015-09-09Make syntax.c call syntax-propertize on demandStefan Monnier1-13/+17
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert1-7/+8
2013-09-21Fix syntax.h bug introduced by recent INLINE change.Paul Eggert1-11/+25
2013-09-20A simpler, centralized INLINE.Paul Eggert1-11/+8
2013-07-10Syntax cleanup, mostly replacing macros with functions.Paul Eggert1-200/+96
2013-06-20* syntax.c: Integer cleanups.Paul Eggert1-11/+11
2013-01-01Update copyright notices for 2013.Paul Eggert1-2/+2
2012-04-09* syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not MOST_POSITIV...Paul Eggert1-1/+1
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-7/+7
2011-04-19Support buffers > 2GB on 64-bit hosts.Eli Zaretskii1-3/+4
2011-04-16Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii1-6/+6
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert1-2/+0
2011-02-16Change B_ to BVARTom Tromey1-3/+3
2011-02-14Hide implementation of `struct buffer'Tom Tromey1-3/+3
2011-01-26Refill some long/short copyright headers.Glenn Morris1-1/+3
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey1-2/+0
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-12-27Remove unused declarationsAndreas Schwab1-1/+0
2010-09-24Fix int/EMACS_INT use in casefiddle.c and syntax.c.Eli Zaretskii1-2/+2
2010-08-12Introduce a new comment style "c" flag.Stefan Monnier1-49/+2
2010-07-02Remove P_ and __P macros.Jan D1-3/+3
2010-03-10Cleanup setup of gl_state in various parts of the code.Stefan Monnier1-4/+10
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2009-01-08Add 2009 to copyright years.Glenn Morris1-1/+1
2008-05-15Switch to recommended form of GPLv3 permissions notice.Glenn Morris1-6/+4
2008-02-07Use "do...while (0)", not "if (1)..else" in macro definitions.Jan Djärv1-4/+4
2008-01-08Add 2008 to copyright years.Glenn Morris1-1/+1
2007-07-25Switch license to GPLv3 or later.Glenn Morris1-1/+1