aboutsummaryrefslogtreecommitdiffstats
path: root/src/regex.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | 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
| |_|_|_|/ |/| | | |
* | | | | Port to C89.Paul Eggert2013-07-101-14/+19
| |_|_|/ |/| | |
* | | | Port --enable-gcc-warnings to clang.Paul Eggert2013-05-171-2/+5
* | | | * lisp/progmodes/f90.el (f90-blocks-re): Include the terminating \> in theStefan Monnier2013-05-141-3/+6
* | | | * regex.c: Fix problems when DEBUG is defined.Paul Eggert2013-05-051-199/+179
* | | | Reorder conditions that are written backwardsAndreas Schwab2013-03-241-3/+3
| |_|/ |/| |
* | | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-4/+2
|\ \ \ | |_|/ |/| |
| * | Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| * | Use URLs, not Boston addresses, in copyright notices.Paul Eggert2012-12-311-3/+1
* | | Use ad-hoc comparison function for the profiler's hash-tables.Stefan Monnier2012-11-081-1/+1
|/ /
* | * regex.c (immediate_quit) [emacs]: Remove duplicate decl.Paul Eggert2012-10-101-1/+0
* | Remove configure's --without-sync-input option.Paul Eggert2012-09-161-3/+3
* | Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* | Revert changes prompted only by gcc -Wjump-misses-init.Paul Eggert2012-09-031-4/+2
* | Fix minor problems found by static checking.Paul Eggert2012-09-031-2/+4
|/