summaryrefslogtreecommitdiff
path: root/src/syntax.h
AgeCommit message (Expand)Author
2026-04-13SETUP_SYNTAX_TABLE: syntax-propertize more lazily (bug#80600)Stefan Monnier
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-04-12(RE_SETUP_SYNTAX_TABLE_FOR_OBJECT): SimplifyStefan Monnier
2023-04-12src/regex-emacs.c (POS_AS_IN_BUFFER): Delete macroStefan Monnier
2023-04-12(struct gl_state_s): Delete `offset` fieldStefan Monnier
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-03-19Remove unused fns/data and make fns staticPaul Eggert
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-06-16Make regex matching reentrant; update syntax during matchDaniel Colascione
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-21Unrevert most of regexp reentrancy abort patchStefan Monnier
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-16Make src headers idempotent and standalonePaul Eggert
2015-09-11Merge syntax-propertize--done and parse-sexp-propertize-doneStefan Monnier
2015-09-09Make syntax.c call syntax-propertize on demandStefan Monnier
2015-01-01Update copyright year to 2015Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-14Use bool for boolean, focusing on headers.Paul Eggert
2013-09-21Fix syntax.h bug introduced by recent INLINE change.Paul Eggert
2013-09-20A simpler, centralized INLINE.Paul Eggert
2013-07-10Syntax cleanup, mostly replacing macros with functions.Paul Eggert
2013-06-20* syntax.c: Integer cleanups.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-04-09* syntax.h (SETUP_SYNTAX_TABLE_FOR_OBJECT): Use PTRDIFF_MAX, not MOST_POSITIV...Paul Eggert
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-04-19Support buffers > 2GB on 64-bit hosts.Eli Zaretskii
2011-04-16Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert
2011-02-16Change B_ to BVARTom Tromey
2011-02-14Hide implementation of `struct buffer'Tom Tromey
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-15Nuke arch-tags.Glenn Morris