aboutsummaryrefslogtreecommitdiffstats
path: root/src/regex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/regex.c (re_search_2): Use UNINIT, not IF_LINT.Paul Eggert2016-10-231-2/+2
* Merge from origin/emacs-25Paul Eggert2016-10-231-2/+77
|\
| * * src/regex.c (re_search_2): Make new code safe for -Wjump-misses-init.Paul Eggert2016-10-231-3/+6
| * Port to GCC 6.2.1 + --enable-gcc-warningsPaul Eggert2016-10-221-17/+19
| * Fix handling of allocation in regex matchingNoam Postavsky2016-10-211-3/+73
* | Limit <config.h>’s includesPaul Eggert2016-09-301-14/+2
* | Remove dead loop iterations in regex.cMichal Nazarewicz2016-09-091-16/+12
* | Replace decimalnump with alphanumericpMichal Nazarewicz2016-09-091-1/+1
* | Remove inaccurate comment in regex.cMichal Nazarewicz2016-09-091-2/+1
* | Spelling and minor grammar fixesPaul Eggert2016-08-051-2/+2
* | Port regex changes to strict ISO CPaul Eggert2016-08-021-2/+2
* | Remove unused STREQ macroMichal Nazarewicz2016-08-021-2/+0
* | Hardcode regex syntax to remove dead code handling different syntaxMichal Nazarewicz2016-08-021-9/+31
* | Get rid of re_set_whitespace_regexpMichal Nazarewicz2016-08-021-15/+24
* | Get rid of re_set_syntaxMichal Nazarewicz2016-08-021-1/+11
* | Remove dead opcodes in regex bytecodeMichal Nazarewicz2016-08-021-27/+1
* | Refactor regex character class parsing in [:name:]Michal Nazarewicz2016-08-021-156/+154
* | Fix ‘is multibyte’ test regex.c’s mutually_exclusive_p (bug#24020)Michal Nazarewicz2016-07-271-1/+1
* | Fix ‘[[:cc:]]*literal’ regex failing to match ‘literal’ (bug#24020)Michal Nazarewicz2016-07-251-116/+93
* | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-1/+1
* | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-3/+3
* | * src/regex.c (IF_LINT): Remove; it’s in conf_post.hKen Brown2016-05-301-7/+0
* | Port redirect-debugging-output to non-GNU/LinuxPaul Eggert2016-04-041-2/+2
* | --enable-gcc-warnings now uses -Wjump-misses-initPaul Eggert2016-02-261-16/+17
|/
* Fix "[:upper:]" for non-ASCII charactersEli Zaretskii2016-02-201-4/+10
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Unrevert most of regexp reentrancy abort patchStefan Monnier2015-11-211-9/+9
* Revert regexp reentrancy abort patchPaul Eggert2015-11-211-9/+9
* Fix regex abort when it tries to reenter itselfPaul Eggert2015-11-151-9/+9
* Fix some minor quoting issues with grave accentPaul Eggert2015-08-091-7/+7
* '[:graph:]' now excludes whitespace, not just ' 'Paul Eggert2015-04-151-1/+1
* Make [:graph:] act like [:print:] sans spacePaul Eggert2015-04-151-4/+8
* Make [:print:] support non-ASCII characters correctlyEli Zaretskii2015-04-141-3/+6
* Improve [:alpha:] and [:alnum:] for multibyte characters (Bug#19878)Eli Zaretskii2015-02-281-6/+12
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Spelling fixesPaul Eggert2014-12-131-9/+9
* Consistently use min and max macros from lisp.h.Dmitry Antipov2014-10-031-11/+13
* Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-17/+19
* * regex.c (re_search_2): Use ssize_t to avoid integer overflow.Dmitry Antipov2014-07-151-2/+1
* Assume C99 or later.Paul Eggert2014-05-171-6/+1
* Avoid undefined behavior in signed left shift.Paul Eggert2014-04-271-1/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix bug in previous regex.c change, which broke a\{2,}.Paul Eggert2013-12-121-5/+5
* Avoid undefined behavior with huge regexp interval counts.Paul Eggert2013-12-121-11/+9
* Spelling and punctuation fixes.Paul Eggert2013-12-011-1/+1
* * regex.c: Fix --enable-gcc-warning glitch with GCC 4.5.2.Paul Eggert2013-11-061-1/+1
* Fix syntax.h bug introduced by recent INLINE change.Paul Eggert2013-09-211-3/+3
* * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE, CHAR_HEAD_P)Andreas Schwab2013-08-281-16/+15
* Fix minor problems found by static checking.Paul Eggert2013-08-261-2/+2
* Omit some unnecessary casts.Paul Eggert2013-08-101-5/+4