aboutsummaryrefslogtreecommitdiffstats
path: root/src/regex.c
Commit message (Expand)AuthorAgeFilesLines
* 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:[email protected]Paul 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
* Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert2012-06-251-3/+1
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctlyAndreas Schwab2012-06-101-11/+30
* Assume C89 or later.Paul Eggert2012-05-211-52/+31
* configure: new option --enable-gcc-warningsPaul Eggert2012-04-091-2/+15
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Spelling fixes.Paul Eggert2011-12-051-1/+1
* Fix typos.Juanma Barranquero2011-11-151-1/+1
* Support MSVC build with newer versions of Visual Studio.Eli Zaretskii2011-11-051-0/+4
* Whitespace changes.Juanma Barranquero2011-09-091-11/+11
* * regex.c (re_iswctype): Remove some redundant boolean conversions.Andreas Schwab2011-08-041-2/+2
* * src/regex.c (re_comp): Protoize.Andreas Schwab2011-07-301-4/+3
* * regex.c (re_iswctype): Convert return values to boolean.Andreas Schwab2011-07-281-17/+17
* Merge from trunk.Paul Eggert2011-07-101-10/+7
|\
| * ProtoizeAndreas Schwab2011-07-101-10/+7
* | Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-061-39/+17
* | [ChangeLog]Paul Eggert2011-07-041-12/+1
|/
* Fix regex.c, syntax.c and friends for buffers > 2GB.Eli Zaretskii2011-04-161-67/+74
* * regex.c (IF_LINT): Add defn, for benefit of ../lib-src.Paul Eggert2011-03-151-0/+7