| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Fix bug in previous regex.c change, which broke a\{2,}. | Paul Eggert | 2013-12-12 | 1 | -5/+5 |
* | Avoid undefined behavior with huge regexp interval counts.... | Paul Eggert | 2013-12-12 | 1 | -11/+9 |
* | Spelling and punctuation fixes. | Paul Eggert | 2013-12-01 | 1 | -1/+1 |
* | * regex.c: Fix --enable-gcc-warning glitch with GCC 4.5.2. | Paul Eggert | 2013-11-06 | 1 | -1/+1 |
* | Fix syntax.h bug introduced by recent INLINE change.... | Paul Eggert | 2013-09-21 | 1 | -3/+3 |
* | * regex.c (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE, CHAR_HEAD_P)... | Andreas Schwab | 2013-08-28 | 1 | -16/+15 |
* | Fix minor problems found by static checking.... | Paul Eggert | 2013-08-26 | 1 | -2/+2 |
* | Omit some unnecessary casts.... | Paul Eggert | 2013-08-10 | 1 | -5/+4 |
* | Port to C89.... | Paul Eggert | 2013-07-10 | 1 | -14/+19 |
* | Port --enable-gcc-warnings to clang.... | Paul Eggert | 2013-05-17 | 1 | -2/+5 |
* | * lisp/progmodes/f90.el (f90-blocks-re): Include the terminating \> in the... | Stefan Monnier | 2013-05-14 | 1 | -3/+6 |
* | * regex.c: Fix problems when DEBUG is defined.... | Paul Eggert | 2013-05-05 | 1 | -199/+179 |
* | Reorder conditions that are written backwards... | Andreas Schwab | 2013-03-24 | 1 | -3/+3 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -4/+2 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| * | Use URLs, not Boston addresses, in copyright notices. | Paul Eggert | 2012-12-31 | 1 | -3/+1 |
* | | Use ad-hoc comparison function for the profiler's hash-tables.... | Stefan Monnier | 2012-11-08 | 1 | -1/+1 |
|/ |
|
* | * regex.c (immediate_quit) [emacs]: Remove duplicate decl. | Paul Eggert | 2012-10-10 | 1 | -1/+0 |
* | Remove configure's --without-sync-input option.... | Paul Eggert | 2012-09-16 | 1 | -3/+3 |
* | Port better to POSIX hosts lacking _setjmp.... | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | Revert changes prompted only by gcc -Wjump-misses-init. | Paul Eggert | 2012-09-03 | 1 | -4/+2 |
* | Fix minor problems found by static checking.... | Paul Eggert | 2012-09-03 | 1 | -2/+4 |
* | Use bool for Emacs Lisp booleans.... | Paul Eggert | 2012-08-14 | 1 | -2/+1 |
* | * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed.... | Paul Eggert | 2012-07-30 | 1 | -10/+8 |
* | Don't use the abbreviation "win" to refer to Windows (Bug#10421).... | Paul Eggert | 2012-07-29 | 1 | -14/+0 |
* | Simplify by avoiding confusing use of strncpy etc. | Paul Eggert | 2012-07-10 | 1 | -1/+1 |
* | More xmalloc and related cleanup.... | Paul Eggert | 2012-07-05 | 1 | -30/+13 |
* | * regex.c: Suppress GCC warning on RHEL 6. (Bug#11207)... | Paul Eggert | 2012-07-03 | 1 | -1/+1 |
* | Clean out last vestiges of the old HAVE_CONFIG_H stuff. | Paul Eggert | 2012-06-25 | 1 | -3/+1 |
* | * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.... | Andreas Schwab | 2012-06-16 | 1 | -1/+1 |
* | * regex.c (at_begline_loc_p): Also recognize `(?N:' and correctly... | Andreas Schwab | 2012-06-10 | 1 | -11/+30 |
* | Assume C89 or later.... | Paul Eggert | 2012-05-21 | 1 | -52/+31 |
* | configure: new option --enable-gcc-warnings... | Paul Eggert | 2012-04-09 | 1 | -2/+15 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-12-05 | 1 | -1/+1 |
* | Fix typos. | Juanma Barranquero | 2011-11-15 | 1 | -1/+1 |
* | Support MSVC build with newer versions of Visual Studio.... | Eli Zaretskii | 2011-11-05 | 1 | -0/+4 |
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -11/+11 |
* | * regex.c (re_iswctype): Remove some redundant boolean conversions. | Andreas Schwab | 2011-08-04 | 1 | -2/+2 |
* | * src/regex.c (re_comp): Protoize.... | Andreas Schwab | 2011-07-30 | 1 | -4/+3 |
* | * regex.c (re_iswctype): Convert return values to boolean. | Andreas Schwab | 2011-07-28 | 1 | -17/+17 |
* | Merge from trunk. | Paul Eggert | 2011-07-10 | 1 | -10/+7 |
|\ |
|
| * | Protoize... | Andreas Schwab | 2011-07-10 | 1 | -10/+7 |
* | | Assume freestanding C89 headers, string.h, stdlib.h. | Paul Eggert | 2011-07-06 | 1 | -39/+17 |
* | | [ChangeLog]... | Paul Eggert | 2011-07-04 | 1 | -12/+1 |
|/ |
|
* | Fix regex.c, syntax.c and friends for buffers > 2GB.... | Eli Zaretskii | 2011-04-16 | 1 | -67/+74 |
* | * regex.c (IF_LINT): Add defn, for benefit of ../lib-src. | Paul Eggert | 2011-03-15 | 1 | -0/+7 |
* | Use functions, not macros, for up- and down-casing. | Paul Eggert | 2011-03-15 | 1 | -2/+2 |
* | * regex.c (RETALLOC_IF): Define only if needed.... | Paul Eggert | 2011-03-15 | 1 | -43/+12 |