summaryrefslogtreecommitdiff
path: root/src/regex.c
Commit message (Expand)AuthorAgeFilesLines
* Revert fixes to allocation of regex matchingNoam Postavsky2016-10-251-73/+0
* * 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
* 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
* Use bool for Emacs Lisp booleans.Paul Eggert2012-08-141-2/+1
* * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.Paul Eggert2012-07-301-10/+8
* Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert2012-07-291-14/+0
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-1/+1
* More xmalloc and related cleanup.Paul Eggert2012-07-051-30/+13
* * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)Paul Eggert2012-07-031-1/+1