summaryrefslogtreecommitdiff
path: root/regex.c
Commit message (Expand)AuthorAgeFilesLines
* [emacs] (malloc, free): Define as xmalloc, and xfree.Richard Stallman1996-11-071-0/+3
* (regex_compile): Use TRANSLATE before calling SET_LIST_BIT.Richard Stallman1996-09-191-3/+4
* (re_match_2_internal) [emacs]: Use PT, not point.Karl Heuer1996-09-011-3/+3
* Clean up whitespace.Richard Stallman1996-08-311-1914/+1913
* (re_search_2): Optimize regexp that starts with ^.Richard Stallman1996-08-311-1/+19
* (FREE_VAR): Clean up C syntax.Richard Stallman1996-08-311-1/+1
* (re_max_failures): Increase to 20000 again.Richard Stallman1996-08-091-1/+1
* [_LIBC] (re_comp, re_exec): Use `weak_function' keyword in defn instead ofRoland McGrath1996-07-091-9/+9
* (re_max_failures): Reduce to 4000.Richard Stallman1996-06-261-2/+2
* (re_max_failures): Reduce to 8000.Richard Stallman1996-06-021-1/+3
* Tue May 21 19:18:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-241-2/+11
* Delete the Emacs local variables spec.Richard Stallman1996-05-121-8/+0
* (re_match_2_internal): Fix off-by-one error; don't useRichard Stallman1996-05-111-3/+3
* (MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs.Richard Stallman1996-04-121-2/+5
* Update FSF address in comment.Karl Heuer1996-01-291-1/+2
* (AT_WORD_BOUNDARY): Disable macro.Karl Heuer1995-12-131-7/+46
* (gettext_noop): New macro, identity fn.Roland McGrath1995-11-161-296/+303
* (NUM_FAILURE_ITEMS, POP_FAILURE_POINT, PUSH_FAILURE_POINT):Richard Stallman1995-11-111-4/+5
* (POP_FAILURE_POINT): Use .word.integer.Richard Stallman1995-10-291-1/+1
* Don't declare alloca.Richard Stallman1995-10-221-0/+2
* (TRANSLATE, PATFETCH): Cast elt of `translate'.Richard Stallman1995-10-191-12/+30
* (re_search_2): Use 0, not -1, as the lower boundRichard Stallman1995-10-011-3/+4
* (re_search_2): If pattern starts with \=, optimize search.Richard Stallman1995-09-011-8/+12
* (PUSH_FAILURE_POINT, POP_FAILURE_POINT): Don't push or popRichard Stallman1995-08-221-34/+38
* Fix conditional.Karl Heuer1995-07-171-1/+1
* Don't use relocatable allocator.Richard Stallman1995-07-071-3/+4
* Use `defined' to test HAVE_STRING_H and STDC_HEADERS.Richard Stallman1995-06-201-1/+1
* Undefined INHIBIT_STRING_HEADER when we have noKarl Heuer1995-06-031-2/+13
* (at_endline_loc_p): Use 0, not NULL, in ?: for next_next.Karl Heuer1995-05-291-1/+1
* (NULL): Use explicit cast.Karl Heuer1995-05-261-1/+1
* [REGEX_FREE]: Use ((void)0) instead of just (0).Jim Meyering1995-05-211-1/+1
* Add `#ifdef _LIBC' in a few places, so this can be compiled in libc.Roland McGrath1995-05-201-0/+5389
* Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.cRoland McGrath1995-05-171-5391/+1
* (re_compile_fastmap): Undo previous change.Karl Heuer1995-05-171-4/+8
* (re_compile_fastmap): Don't free stack if it's empty.Richard Stallman1995-05-151-5/+9
* [! emacs]: #undef REL_ALLOC.Richard Stallman1995-05-061-0/+5
* (union fail_stack_elt): New union.Richard Stallman1995-05-021-26/+29
* (PUSH_FAILURE_INT, POP_FAILURE_INT): Use WIDE_INT.Richard Stallman1995-04-291-53/+138
* (re_match_2_internal): Eliminate cast of ptr to int.Richard Stallman1995-04-091-24/+33
* (SET_REGS_MATCHED): Enclose if-stmt in `do {...} while(0)'Jim Meyering1995-02-281-14/+16
* [!emacs] (SWITCH_ENUM_CAST): New macro, from emacs/lisp.hKarl Heuer1995-01-181-10/+8
* (regex_compile): Use putchar, not printchar.Richard Stallman1994-12-301-11/+9
* (SET_REGS_MATCHED): Do nothing if set_regs_matched_done is 1.Richard Stallman1994-12-241-13/+28
* [REG_UNSET_VALUE]: Define to the address of a static variable rather than toJim Meyering1994-12-111-1/+2
* (gettext): Make sure this is always defined, even #if emacs.Karl Heuer1994-12-011-11/+8
* (re_compile_pattern, re_comp, regerror): Add gettext wrapper.Paul Eggert1994-11-291-16/+26
* (re_compile_fastmap): Really, really treat `succeed' like end.Richard Stallman1994-11-191-0/+2
* (re_compile_fastmap): Really treat `succeed' like end.Richard Stallman1994-11-191-8/+14
* (re_compile_fastmap): Treat `succeed' like end of pattern.Karl Heuer1994-11-181-1/+1
* (re_opcode_t): New opcode `succeed'Richard Stallman1994-11-161-1/+15