aboutsummaryrefslogtreecommitdiffstats
path: root/src/regex.c
Commit message (Expand)AuthorAgeFilesLines
* [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 M. Stallman1995-05-151-5/+9
* [! emacs]: #undef REL_ALLOC.Richard M. Stallman1995-05-061-0/+5
* (union fail_stack_elt): New union.Richard M. Stallman1995-05-021-26/+29
* (PUSH_FAILURE_INT, POP_FAILURE_INT): Use WIDE_INT.Richard M. Stallman1995-04-291-53/+138
* (re_match_2_internal): Eliminate cast of ptr to int.Richard M. 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 M. Stallman1994-12-301-11/+9
* (SET_REGS_MATCHED): Do nothing if set_regs_matched_done is 1.Richard M. 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 M. Stallman1994-11-191-0/+2
* (re_compile_fastmap): Really treat `succeed' like end.Richard M. 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 M. Stallman1994-11-161-1/+15
* (re_comp, re_exec): Define this obsolete 4.2bsdPaul Eggert1994-10-261-3/+3
* (exactn): Initializer deleted.Karl Heuer1994-10-181-7/+3
* Comment change.Richard M. Stallman1994-10-011-0/+1
* (compile_range): When casting to const unsigned char *, put const first.Richard M. Stallman1994-10-011-2/+2
* remove CONFIG_BROKETSDavid J. MacKenzie1994-09-261-7/+0
* (regex_compile): Split an if to avoid compiler bug.Richard M. Stallman1994-08-171-7/+17
* (compile_range): Avoid warning in casts for range_start/end.Richard M. Stallman1994-07-311-2/+2
* (re_match_2_internal): Add casts to shut up some compilers.Richard M. Stallman1994-07-151-10/+7
* Be less eager to define MATCH_MAY_ALLOCATE.Richard M. Stallman1994-07-051-4/+5
* (re_compile_fastmap): Either set fastmap['\n'] to 1 or don't change it.Richard M. Stallman1994-07-021-19/+28
* entered into RCSRichard M. Stallman1994-07-011-22/+32
* *** empty log message ***Jim Meyering1994-05-061-0/+2
* *** empty log message ***Richard M. Stallman1994-05-041-0/+4
* *** empty log message ***Richard M. Stallman1994-05-041-1/+1
* *** empty log message ***Karl Heuer1994-04-271-0/+2
* *** empty log message ***Richard M. Stallman1994-04-231-7/+20
* *** empty log message ***Karl Heuer1994-04-211-4/+2
* *** empty log message ***Karl Heuer1994-04-211-5/+15
* *** empty log message ***Richard M. Stallman1994-04-211-4/+0
* *** empty log message ***Richard M. Stallman1994-03-261-2/+1
* *** empty log message ***Karl Heuer1994-03-041-1/+1
* *** empty log message ***Karl Heuer1994-02-251-6/+30
* *** empty log message ***Karl Heuer1994-02-231-4/+8
* *** empty log message ***Jim Meyering1994-02-081-1/+6
* *** empty log message ***Karl Heuer1994-02-081-8/+5
* *** empty log message ***Karl Heuer1993-11-201-16/+18
* *** empty log message ***Richard M. Stallman1993-11-151-1/+1
* *** empty log message ***Richard M. Stallman1993-11-061-8/+13
* *** empty log message ***Jim Meyering1993-10-121-0/+11
* *** empty log message ***Jim Blandy1993-06-161-8/+8