summaryrefslogtreecommitdiff
path: root/src/regex.h
Commit message (Expand)AuthorAgeFilesLines
* Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-051-654/+0
* Make regex matching reentrant; update syntax during matchDaniel Colascione2018-06-161-2/+9
* Tweak field ordering in re_pattern_bufferDaniel Colascione2018-06-161-4/+4
* Raise limit of regexp repetition (Bug#24914)Noam Postavsky2018-01-261-3/+6
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* ; Don't use non-ASCII quotes in commentsEli Zaretskii2017-07-301-1/+1
* Use expanded stack during regex matchesNoam Postavsky2017-01-081-1/+6
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | regex.h now includes sys/types.hPaul Eggert2016-12-251-8/+6
* | Merge branch 'concurrency'Eli Zaretskii2016-12-041-3/+5
|\ \
| * \ merge from trunkKen Raeburn2015-11-011-3/+9
| |\ \
| * \ \ Merge from trunkTom Tromey2013-07-121-18/+28
| |\ \ \
| * \ \ \ merge from trunk; clean up some issuesTom Tromey2013-06-031-1/+1
| |\ \ \ \
| * \ \ \ \ merge from trunkTom Tromey2013-01-051-5/+3
| |\ \ \ \ \
| * | | | | | This introduces a thread-state object and moves various C globalsTom Tromey2012-08-151-2/+2
* | | | | | | Merge from origin/emacs-25Paul Eggert2016-11-041-3/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Revert fixes to allocation of regex matchingNoam Postavsky2016-10-251-3/+1
* | | | | | | Merge from origin/emacs-25Paul Eggert2016-10-231-2/+8
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix handling of allocation in regex matchingNoam Postavsky2016-10-211-1/+3
| * | | | | | * src/regex.h (re_match_object): Improve commentary.Eli Zaretskii2016-10-191-2/+6
* | | | | | | Hardcode regex syntax to remove dead code handling different syntaxMichal Nazarewicz2016-08-021-2/+3
* | | | | | | Get rid of re_set_whitespace_regexpMichal Nazarewicz2016-08-021-2/+1
* | | | | | | Get rid of re_set_syntaxMichal Nazarewicz2016-08-021-0/+14
* | | | | | | Refactor regex character class parsing in [:name:]Michal Nazarewicz2016-08-021-13/+1
|/ / / / / /
* | | | | | Update copyright year to 2016Paul Eggert2016-01-011-1/+1
| |_|_|_|/ |/| | | |
* | | | | Make src headers idempotent and standalonePaul Eggert2015-10-161-0/+1
* | | | | Curved quotes in --batch diagnostics in non-UTF-8Paul Eggert2015-08-171-1/+3
* | | | | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | | | | Clean up extern decls a bit.Paul Eggert2014-08-311-0/+3
* | | | | Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* | | | | Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.Dmitry Antipov2013-10-291-1/+1
| |_|_|/ |/| | |
* | | | Port to C89.Paul Eggert2013-07-101-18/+28
| |_|/ |/| |
* | | Reorder conditions that are written backwardsAndreas Schwab2013-03-241-1/+1
| |/ |/|
* | Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | Use URLs, not Boston addresses, in copyright notices.Paul Eggert2012-12-311-3/+1
|/
* Assume C89 or later.Paul Eggert2012-05-211-53/+38
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-051-2/+2
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii2011-04-161-20/+27
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Update copyrights.Stefan Monnier2008-02-121-1/+1
* Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\
* | (struct re_pattern_buffer): New meumber charset_unibyte.Kenichi Handa2007-02-151-3/+4