| Commit message (Expand) | Author | Age | Files | Lines |
* | (re_match_2) <anychar>: In unibyte case, set buf_ch as unsigned. | Karl Heuer | 1998-04-07 | 1 | -1/+1 |
* | (re_match_2_internal): Declare buf_ch unsigned int. | Richard M. Stallman | 1998-04-07 | 1 | -2/+2 |
* | (regex_compile) [!MATCH_MAY_ALLOCATE]: Fix paren error. | Richard M. Stallman | 1998-04-04 | 1 | -1/+1 |
* | (compile_range): Unused function deleted. | Richard M. Stallman | 1998-04-03 | 1 | -97/+133 |
* | (re_match_2_internal): Use SYNTAX_TABLE_BYTE_TO_CHAR. | Richard M. Stallman | 1998-01-16 | 1 | -8/+8 |
* | (re_search_2): Fix call to CHAR_HEAD_P. | Richard M. Stallman | 1998-01-09 | 1 | -11/+26 |
* | (GROW_FAIL_STACK): Fix test for stack size at max. | Karl Heuer | 1997-12-11 | 1 | -1/+2 |
* | (GROW_FAIL_STACK): Fix previous change: | Karl Heuer | 1997-12-09 | 1 | -3/+5 |
* | (TYPICAL_FAILURE_SIZE): Renamed from MAX_FAILURE_ITEMS. | Karl Heuer | 1997-12-09 | 1 | -28/+42 |
* | Whitespace change. | Richard M. Stallman | 1997-08-06 | 1 | -6/+7 |
* | (TRANSLATE, re_search_2, re_match_2_internal,bcmp_translate): | Richard M. Stallman | 1997-07-04 | 1 | -4/+5 |
* | (re_search_2): Cast result of POS_ADDR_VSTRING. | Richard M. Stallman | 1997-07-02 | 1 | -6/+9 |
* | Fix previous change. | Richard M. Stallman | 1997-06-15 | 1 | -1/+1 |
* | Fix up whitespace. | Richard M. Stallman | 1997-06-15 | 1 | -1686/+1686 |
* | (PTR_TO_OFFSET): New macro. | Richard M. Stallman | 1997-06-15 | 1 | -1951/+2687 |
* | [emacs] (malloc, free): Define as xmalloc, and xfree. | Richard M. Stallman | 1996-11-07 | 1 | -0/+3 |
* | (regex_compile): Use TRANSLATE before calling SET_LIST_BIT. | Richard M. Stallman | 1996-09-19 | 1 | -3/+4 |
* | (re_match_2_internal) [emacs]: Use PT, not point. | Karl Heuer | 1996-09-01 | 1 | -3/+3 |
* | Clean up whitespace. | Richard M. Stallman | 1996-08-31 | 1 | -1914/+1913 |
* | (re_search_2): Optimize regexp that starts with ^. | Richard M. Stallman | 1996-08-31 | 1 | -1/+19 |
* | (FREE_VAR): Clean up C syntax. | Richard M. Stallman | 1996-08-31 | 1 | -1/+1 |
* | (re_max_failures): Increase to 20000 again. | Richard M. Stallman | 1996-08-09 | 1 | -1/+1 |
* | [_LIBC] (re_comp, re_exec): Use `weak_function' keyword in defn instead of | Roland McGrath | 1996-07-09 | 1 | -9/+9 |
* | (re_max_failures): Reduce to 4000. | Richard M. Stallman | 1996-06-26 | 1 | -2/+2 |
* | (re_max_failures): Reduce to 8000. | Richard M. Stallman | 1996-06-02 | 1 | -1/+3 |
* | Tue May 21 19:18:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> | Roland McGrath | 1996-05-24 | 1 | -2/+11 |
* | Delete the Emacs local variables spec. | Richard M. Stallman | 1996-05-12 | 1 | -8/+0 |
* | (re_match_2_internal): Fix off-by-one error; don't use | Richard M. Stallman | 1996-05-11 | 1 | -3/+3 |
* | (MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs. | Richard M. Stallman | 1996-04-12 | 1 | -2/+5 |
* | Update FSF address in comment. | Karl Heuer | 1996-01-29 | 1 | -1/+2 |
* | (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 |