| Commit message (Expand) | Author | Age | Files | Lines |
* | (AT_WORD_BOUNDARY): Disable macro. | Karl Heuer | 1995-12-13 | 1 | -7/+46 |
* | (gettext_noop): New macro, identity fn. | Roland McGrath | 1995-11-16 | 1 | -296/+303 |
* | (NUM_FAILURE_ITEMS, POP_FAILURE_POINT, PUSH_FAILURE_POINT): | Richard M. Stallman | 1995-11-11 | 1 | -4/+5 |
* | (POP_FAILURE_POINT): Use .word.integer. | Richard M. Stallman | 1995-10-29 | 1 | -1/+1 |
* | Don't declare alloca. | Richard M. Stallman | 1995-10-22 | 1 | -0/+2 |
* | (TRANSLATE, PATFETCH): Cast elt of `translate'. | Richard M. Stallman | 1995-10-19 | 1 | -12/+30 |
* | (re_search_2): Use 0, not -1, as the lower bound | Richard M. Stallman | 1995-10-01 | 1 | -3/+4 |
* | (re_search_2): If pattern starts with \=, optimize search. | Richard M. Stallman | 1995-09-01 | 1 | -8/+12 |
* | (PUSH_FAILURE_POINT, POP_FAILURE_POINT): Don't push or pop | Richard M. Stallman | 1995-08-22 | 1 | -34/+38 |
* | Fix conditional. | Karl Heuer | 1995-07-17 | 1 | -1/+1 |
* | Don't use relocatable allocator. | Richard M. Stallman | 1995-07-07 | 1 | -3/+4 |
* | Use `defined' to test HAVE_STRING_H and STDC_HEADERS. | Richard M. Stallman | 1995-06-20 | 1 | -1/+1 |
* | Undefined INHIBIT_STRING_HEADER when we have no | Karl Heuer | 1995-06-03 | 1 | -2/+13 |
* | (at_endline_loc_p): Use 0, not NULL, in ?: for next_next. | Karl Heuer | 1995-05-29 | 1 | -1/+1 |
* | (NULL): Use explicit cast. | Karl Heuer | 1995-05-26 | 1 | -1/+1 |
* | [REGEX_FREE]: Use ((void)0) instead of just (0). | Jim Meyering | 1995-05-21 | 1 | -1/+1 |
* | Add `#ifdef _LIBC' in a few places, so this can be compiled in libc. | Roland McGrath | 1995-05-20 | 1 | -0/+5389 |
* | Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c | Roland McGrath | 1995-05-17 | 1 | -5391/+1 |
* | (re_compile_fastmap): Undo previous change. | Karl Heuer | 1995-05-17 | 1 | -4/+8 |
* | (re_compile_fastmap): Don't free stack if it's empty. | Richard M. Stallman | 1995-05-15 | 1 | -5/+9 |
* | [! emacs]: #undef REL_ALLOC. | Richard M. Stallman | 1995-05-06 | 1 | -0/+5 |
* | (union fail_stack_elt): New union. | Richard M. Stallman | 1995-05-02 | 1 | -26/+29 |
* | (PUSH_FAILURE_INT, POP_FAILURE_INT): Use WIDE_INT. | Richard M. Stallman | 1995-04-29 | 1 | -53/+138 |
* | (re_match_2_internal): Eliminate cast of ptr to int. | Richard M. Stallman | 1995-04-09 | 1 | -24/+33 |
* | (SET_REGS_MATCHED): Enclose if-stmt in `do {...} while(0)' | Jim Meyering | 1995-02-28 | 1 | -14/+16 |
* | [!emacs] (SWITCH_ENUM_CAST): New macro, from emacs/lisp.h | Karl Heuer | 1995-01-18 | 1 | -10/+8 |
* | (regex_compile): Use putchar, not printchar. | Richard M. Stallman | 1994-12-30 | 1 | -11/+9 |
* | (SET_REGS_MATCHED): Do nothing if set_regs_matched_done is 1. | Richard M. Stallman | 1994-12-24 | 1 | -13/+28 |
* | [REG_UNSET_VALUE]: Define to the address of a static variable rather than to | Jim Meyering | 1994-12-11 | 1 | -1/+2 |
* | (gettext): Make sure this is always defined, even #if emacs. | Karl Heuer | 1994-12-01 | 1 | -11/+8 |
* | (re_compile_pattern, re_comp, regerror): Add gettext wrapper. | Paul Eggert | 1994-11-29 | 1 | -16/+26 |
* | (re_compile_fastmap): Really, really treat `succeed' like end. | Richard M. Stallman | 1994-11-19 | 1 | -0/+2 |
* | (re_compile_fastmap): Really treat `succeed' like end. | Richard M. Stallman | 1994-11-19 | 1 | -8/+14 |
* | (re_compile_fastmap): Treat `succeed' like end of pattern. | Karl Heuer | 1994-11-18 | 1 | -1/+1 |
* | (re_opcode_t): New opcode `succeed' | Richard M. Stallman | 1994-11-16 | 1 | -1/+15 |
* | (re_comp, re_exec): Define this obsolete 4.2bsd | Paul Eggert | 1994-10-26 | 1 | -3/+3 |
* | (exactn): Initializer deleted. | Karl Heuer | 1994-10-18 | 1 | -7/+3 |
* | Comment change. | Richard M. Stallman | 1994-10-01 | 1 | -0/+1 |
* | (compile_range): When casting to const unsigned char *, put const first. | Richard M. Stallman | 1994-10-01 | 1 | -2/+2 |
* | remove CONFIG_BROKETS | David J. MacKenzie | 1994-09-26 | 1 | -7/+0 |
* | (regex_compile): Split an if to avoid compiler bug. | Richard M. Stallman | 1994-08-17 | 1 | -7/+17 |
* | (compile_range): Avoid warning in casts for range_start/end. | Richard M. Stallman | 1994-07-31 | 1 | -2/+2 |
* | (re_match_2_internal): Add casts to shut up some compilers. | Richard M. Stallman | 1994-07-15 | 1 | -10/+7 |
* | Be less eager to define MATCH_MAY_ALLOCATE. | Richard M. Stallman | 1994-07-05 | 1 | -4/+5 |
* | (re_compile_fastmap): Either set fastmap['\n'] to 1 or don't change it. | Richard M. Stallman | 1994-07-02 | 1 | -19/+28 |
* | entered into RCS | Richard M. Stallman | 1994-07-01 | 1 | -22/+32 |
* | *** empty log message *** | Jim Meyering | 1994-05-06 | 1 | -0/+2 |
* | *** empty log message *** | Richard M. Stallman | 1994-05-04 | 1 | -0/+4 |
* | *** empty log message *** | Richard M. Stallman | 1994-05-04 | 1 | -1/+1 |
* | *** empty log message *** | Karl Heuer | 1994-04-27 | 1 | -0/+2 |