| Commit message (Expand) | Author | Age | Files | Lines |
* | (re_match_2_internal) <symend, wordend>: | Richard M. Stallman | 2004-12-20 | 1 | -2/+2 |
* | (GET_UNSIGNED_NUMBER): Signal an error when reaching the end. | Stefan Monnier | 2004-12-06 | 1 | -26/+23 |
* | (regex_compile): Fix end-of-pattern case for space. | Richard M. Stallman | 2004-12-05 | 1 | -2/+2 |
* | Fix previous change. | Richard M. Stallman | 2004-11-19 | 1 | -2/+2 |
* | (regex_compile): Substitute whitespace_regexp for spaces, if it is nonzero. | Richard M. Stallman | 2004-11-19 | 1 | -2/+71 |
* | (re_error_msgid): Add an entry for REG_ERANGEX. | Kenichi Handa | 2004-10-24 | 1 | -1/+2 |
* | (re_wctype, re_iswctype): Function defs longer static. | Richard M. Stallman | 2004-06-13 | 1 | -34/+3 |
* | (print_partial_compiled_pattern): Add missing 'break' | Stefan Monnier | 2004-05-28 | 1 | -2/+3 |
* | Add support for new '\_<' and '\_>' regexp operators, matching the | Stefan Monnier | 2004-05-19 | 1 | -7/+125 |
* | (mutually_exclusive_p): In 'case wordbeg', compare op2 | Eli Zaretskii | 2004-05-11 | 1 | -1/+1 |
* | (MAX_BUF_SIZE): Reduce to 2**15. | Richard M. Stallman | 2003-10-13 | 1 | -6/+11 |
* | (regex_compile): Free the stack when returning from function. | Richard M. Stallman | 2003-09-30 | 1 | -3/+1 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | (print_partial_compiled_pattern): Output to stderr. | Richard M. Stallman | 2003-02-23 | 1 | -49/+48 |
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -11/+11 |
* | (GET_CHAR_BEFORE_2): Use PREV_CHAR_BOUNDARY. | Kenichi Handa | 2003-01-16 | 1 | -19/+16 |
* | (_GNU_SOURCE): Don't define. | Dave Love | 2002-11-18 | 1 | -3/+0 |
* | (regexec): Fix pmatch declaration. | Dave Love | 2002-11-07 | 1 | -1/+1 |
* | (DISCARD_FAILURE_REG_OR_COUNT): Delete. | Stefan Monnier | 2002-09-10 | 1 | -132/+127 |
* | (regnum_t): Use signed int, not unsigned int. | Richard M. Stallman | 2002-09-09 | 1 | -1/+1 |
* | (set_image_of_range_1): In no-TRANSLATE case, | Richard M. Stallman | 2002-09-06 | 1 | -18/+45 |
* | (set_image_of_range_1): New function. | Richard M. Stallman | 2002-09-05 | 1 | -36/+233 |
* | (PATFETCH): Remove the translating fetch. | Stefan Monnier | 2002-08-23 | 1 | -26/+50 |
* | (GET_UNSIGNED_NUMBER): Give proper error for spaces. | Richard M. Stallman | 2002-03-25 | 1 | -2/+4 |
* | (DISCARD_FAILURE_REG_OR_COUNT): New macro. | Richard M. Stallman | 2002-03-21 | 1 | -7/+37 |
* | (re_wctype): Try to fix some warnings. | Stefan Monnier | 2001-11-02 | 1 | -8/+10 |
* | (WIDE_CHAR_SUPPORT): Do not use defined() in macro. | Gerd Moellmann | 2001-10-09 | 1 | -1/+5 |
* | (malloc, realloc, free) [emacs]: Undefine before | Eli Zaretskii | 2001-05-12 | 1 | -0/+9 |
* | (mutually_exclusive_p): Add missing `break' at the end of `charset' processing. | Stefan Monnier | 2001-01-25 | 1 | -0/+1 |
* | (mutually_exclusive_p): Don't blindly handle `charset_not' | Stefan Monnier | 2001-01-24 | 1 | -6/+19 |
* | (re_iswctype, re_wctype_to_bit): Fix braino. | Stefan Monnier | 2000-10-30 | 1 | -41/+40 |
* | (POP_FAILURE_REG_OR_COUNT, re_match_2_internal) | Stefan Monnier | 2000-10-27 | 1 | -13/+14 |
* | More `unsigned char' -> `re_char' changes. | Stefan Monnier | 2000-10-26 | 1 | -195/+165 |
* | (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on | Andrew Innes | 2000-10-24 | 1 | -8/+13 |
* | (regex_compile): Fix previous change. | Kenichi Handa | 2000-10-24 | 1 | -1/+1 |
* | (regex_compile): Change the way of handling a range from a char less | Kenichi Handa | 2000-10-24 | 1 | -7/+8 |
* | Remove warning that noone noticed anyway | Jeff Bailey | 2000-10-17 | 1 | -4/+0 |
* | (WIDE_CHAR_SUPPORT): Define if _LIBC as well. | Stefan Monnier | 2000-10-15 | 1 | -3/+3 |
* | Add warning to top of source files | Jeff Bailey | 2000-09-19 | 1 | -0/+4 |
* | (WIDE_CHAR_SUPPORT): New macro. | Stefan Monnier | 2000-09-04 | 1 | -112/+156 |
* | * regex.h (RE_NO_NEWLINE_ANCHOR): New syntax flag. | Stefan Monnier | 2000-08-31 | 1 | -53/+96 |
* | Merge some changes from GNU libc. Add prototypes. | Stefan Monnier | 2000-08-30 | 1 | -142/+197 |
* | * regex.c: Indent cpp directives and remove parens after `defined'. | Stefan Monnier | 2000-08-28 | 1 | -296/+284 |
* | (PUSH_FAILURE_COUNT): New macro. | Stefan Monnier | 2000-08-25 | 1 | -25/+49 |
* | (regex_compile) <normal_char>: Pay attention to multibyteness. | Kenichi Handa | 2000-08-11 | 1 | -2/+15 |
* | (re_match, re_match_2): Protect calls to alloca (0). | Stefan Monnier | 2000-06-20 | 1 | -3/+10 |
* | (MAKE_CHAR) [!emacs]: Dummy macro for non-Emacs env. | Kenichi Handa | 2000-06-10 | 1 | -11/+17 |
* | (PREFETCH_NOLIMIT): New function. | Stefan Monnier | 2000-05-30 | 1 | -9/+20 |
* | (at_begline_loc_p): Also recognize the \\(?:^ case | Stefan Monnier | 2000-05-25 | 1 | -1/+6 |
* | (re_match_2_internal): Don't shorten the strings anymore, | Stefan Monnier | 2000-04-19 | 1 | -21/+34 |