summaryrefslogtreecommitdiff
path: root/src/regex.h
AgeCommit message (Expand)Author
2018-08-05Rename src/regex.c to src/regex-emacs.c.Paul Eggert
2018-06-16Make regex matching reentrant; update syntax during matchDaniel Colascione
2018-06-16Tweak field ordering in re_pattern_bufferDaniel Colascione
2018-01-26Raise limit of regexp repetition (Bug#24914)Noam Postavsky
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-07-30; Don't use non-ASCII quotes in commentsEli Zaretskii
2017-01-08Use expanded stack during regex matchesNoam Postavsky
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-25regex.h now includes sys/types.hPaul Eggert
2016-12-04Merge branch 'concurrency'Eli Zaretskii
2016-11-04Merge from origin/emacs-25Paul Eggert
2016-10-25Revert fixes to allocation of regex matchingNoam Postavsky
2016-10-23Merge from origin/emacs-25Paul Eggert
2016-10-21Fix handling of allocation in regex matchingNoam Postavsky
2016-10-19* src/regex.h (re_match_object): Improve commentary.Eli Zaretskii
2016-08-02Hardcode regex syntax to remove dead code handling different syntaxMichal Nazarewicz
2016-08-02Get rid of re_set_whitespace_regexpMichal Nazarewicz
2016-08-02Get rid of re_set_syntaxMichal Nazarewicz
2016-08-02Refactor regex character class parsing in [:name:]Michal Nazarewicz
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-01merge from trunkKen Raeburn
2015-10-16Make src headers idempotent and standalonePaul Eggert
2015-08-17Curved quotes in --batch diagnostics in non-UTF-8Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-08-31Clean up extern decls a bit.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-10-29Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov
2013-07-12Merge from trunkTom Tromey
2013-07-10Port to C89.Paul Eggert
2013-06-03merge from trunk; clean up some issuesTom Tromey
2013-03-24Reorder conditions that are written backwardsAndreas Schwab
2013-01-05merge from trunkTom Tromey
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-31Use URLs, not Boston addresses, in copyright notices.Paul Eggert
2012-08-15This introduces a thread-state object and moves various C globalsTom Tromey
2012-05-21Assume C89 or later.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-05Spelling fixes.Paul Eggert
2011-11-14Spelling fixes.Paul Eggert
2011-04-16Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-02-12Update copyrights.Stefan Monnier
2007-07-27Merge from emacs--devo--0Miles Bader
2007-02-15(struct re_pattern_buffer): New meumber charset_unibyte.Kenichi Handa