log src/regex.c @ 11865:5e83aee9e412

age author description
Sun, 21 May 1995 06:19:05 +0000 Jim Meyering [REGEX_FREE]: Use ((void)0) instead of just (0).
Sat, 20 May 1995 16:40:11 +0000 Roland McGrath Add `#ifdef _LIBC' in a few places, so this can be compiled in libc.
Wed, 17 May 1995 20:54:49 +0000 Roland McGrath Updated from ../gpl2lgpl.sed /home/gd/gnu/lib/regex.c
Wed, 17 May 1995 20:29:52 +0000 Karl Heuer (re_compile_fastmap): Undo previous change.
Mon, 15 May 1995 23:30:28 +0000 Richard M. Stallman (re_compile_fastmap): Don't free stack if it's empty.
Sat, 06 May 1995 20:14:52 +0000 Richard M. Stallman [! emacs]: #undef REL_ALLOC.
Tue, 02 May 1995 16:27:24 +0000 Richard M. Stallman (union fail_stack_elt): New union.
Sat, 29 Apr 1995 20:21:41 +0000 Richard M. Stallman (PUSH_FAILURE_INT, POP_FAILURE_INT): Use WIDE_INT.
Sun, 09 Apr 1995 19:14:40 +0000 Richard M. Stallman (re_match_2_internal): Eliminate cast of ptr to int.
Tue, 28 Feb 1995 13:46:40 +0000 Jim Meyering (SET_REGS_MATCHED): Enclose if-stmt in `do {...} while(0)'
Wed, 18 Jan 1995 20:47:36 +0000 Karl Heuer [!emacs] (SWITCH_ENUM_CAST): New macro, from emacs/lisp.h
Fri, 30 Dec 1994 23:28:45 +0000 Richard M. Stallman (regex_compile): Use putchar, not printchar.
Sat, 24 Dec 1994 23:40:43 +0000 Richard M. Stallman (SET_REGS_MATCHED): Do nothing if set_regs_matched_done is 1.
Sun, 11 Dec 1994 23:16:11 +0000 Jim Meyering [REG_UNSET_VALUE]: Define to the address of a static variable rather than to
Thu, 01 Dec 1994 22:59:35 +0000 Karl Heuer (gettext): Make sure this is always defined, even #if emacs.