| Commit message (Expand) | Author | Age | Files | Lines |
* | (regex_compile): Free the stack when returning from function. | Richard 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.kfs_20030524_pre | Richard Stallman | 2003-02-23 | 1 | -49/+48 |
* | Trailing whitespace deleted.RMAIL-MBOX-BASE | 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 Stallman | 2002-09-09 | 1 | -1/+1 |
* | (set_image_of_range_1): In no-TRANSLATE case, | Richard Stallman | 2002-09-06 | 1 | -18/+45 |
* | (set_image_of_range_1): New function. | Richard 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.lexbind-before-merge-20030404 | Richard Stallman | 2002-03-25 | 1 | -2/+4 |
* | (DISCARD_FAILURE_REG_OR_COUNT): New macro. | Richard Stallman | 2002-03-21 | 1 | -7/+37 |
* | (re_wctype): Try to fix some warnings.emacs-unicode-base | 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 beforeEMACS_21_1 | Eli Zaretskii | 2001-05-12 | 1 | -0/+9 |
* | (mutually_exclusive_p): Add missing `break' at the end of `charset' processing.EMACS_PRETEST_21_0_103 | 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.EMACS_PRETEST_21_0_95 | 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).raeburn-tag-4-for-export | 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 |
* | * regex.c (PTR_TO_OFFSET) [!emacs]: Remove. | Stefan Monnier | 2000-04-02 | 1 | -131/+85 |
* | (analyse_first): New function obtained by ripping out most | Stefan Monnier | 2000-03-29 | 1 | -62/+85 |
* | (REGEX_FREE_STACK, RESET_FAIL_STACK): Make them usable as an expression. | Stefan Monnier | 2000-03-27 | 1 | -123/+104 |
* | (enum re_opcode_t): New opcode on_failure_jump_nastyloop. | Stefan Monnier | 2000-03-26 | 1 | -6/+50 |
* | (enum syntaxcode): Provide default for non-Emacs. | Stefan Monnier | 2000-03-23 | 1 | -8/+4 |
* | (re_compile_fastmap, re_match_2_internal): Fix cast to re_opcode_t. | Dave Love | 2000-03-22 | 1 | -2/+2 |
* | (CHAR_CHARSET, CHARSET_LEADING_CODE_BASE): Add default | Stefan Monnier | 2000-03-22 | 1 | -307/+113 |
* | (RE_STRING_CHAR): New macro. | Stefan Monnier | 2000-03-19 | 1 | -201/+219 |
* | (re_match_2): Fix string shortening (to fit `stop') to make sure | Stefan Monnier | 2000-03-16 | 1 | -183/+211 |
* | * regex.c: Declare a new type `re_char' used throughout the code for the | Stefan Monnier | 2000-03-14 | 1 | -114/+84 |
* | This is a big redesign of failure-stack and register handling, prompted | Stefan Monnier | 2000-03-08 | 1 | -1219/+623 |