log src/regex.c @ 12331:444c5079cb22

age author description
Tue, 20 Jun 1995 03:11:14 +0000 Richard M. Stallman Use `defined' to test HAVE_STRING_H and STDC_HEADERS.
Sat, 03 Jun 1995 17:32:10 +0000 Karl Heuer Undefined INHIBIT_STRING_HEADER when we have no
Mon, 29 May 1995 06:15:30 +0000 Karl Heuer (at_endline_loc_p): Use 0, not NULL, in ?: for next_next.
Fri, 26 May 1995 22:35:10 +0000 Karl Heuer (NULL): Use explicit cast.
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.
Tue, 29 Nov 1994 16:25:39 +0000 Paul Eggert (re_compile_pattern, re_comp, regerror): Add gettext wrapper.
Sat, 19 Nov 1994 13:57:27 +0000 Richard M. Stallman (re_compile_fastmap): Really, really treat `succeed' like end.
Sat, 19 Nov 1994 10:37:38 +0000 Richard M. Stallman (re_compile_fastmap): Really treat `succeed' like end.
Fri, 18 Nov 1994 01:04:41 +0000 Karl Heuer (re_compile_fastmap): Treat `succeed' like end of pattern.
Wed, 16 Nov 1994 20:29:39 +0000 Richard M. Stallman (re_opcode_t): New opcode `succeed'
Wed, 26 Oct 1994 22:43:45 +0000 Paul Eggert (re_comp, re_exec): Define this obsolete 4.2bsd
Tue, 18 Oct 1994 03:48:00 +0000 Karl Heuer (exactn): Initializer deleted.
Sat, 01 Oct 1994 09:07:05 +0000 Richard M. Stallman Comment change.
Sat, 01 Oct 1994 09:06:07 +0000 Richard M. Stallman (compile_range): When casting to const unsigned char *, put const first.
Mon, 26 Sep 1994 21:59:04 +0000 David J. MacKenzie remove CONFIG_BROKETS
Wed, 17 Aug 1994 23:13:50 +0000 Richard M. Stallman (regex_compile): Split an if to avoid compiler bug.
Sun, 31 Jul 1994 20:59:32 +0000 Richard M. Stallman (compile_range): Avoid warning in casts for range_start/end.
Fri, 15 Jul 1994 07:48:35 +0000 Richard M. Stallman (re_match_2_internal): Add casts to shut up some compilers.
Tue, 05 Jul 1994 07:25:05 +0000 Richard M. Stallman Be less eager to define MATCH_MAY_ALLOCATE.
Sat, 02 Jul 1994 00:10:58 +0000 Richard M. Stallman (re_compile_fastmap): Either set fastmap['\n'] to 1 or don't change it.
Fri, 01 Jul 1994 06:19:16 +0000 Richard M. Stallman entered into RCS
Fri, 06 May 1994 15:23:06 +0000 Jim Meyering *** empty log message ***
Wed, 04 May 1994 21:21:25 +0000 Richard M. Stallman *** empty log message ***
Wed, 04 May 1994 01:58:05 +0000 Richard M. Stallman *** empty log message ***
Wed, 27 Apr 1994 20:02:46 +0000 Karl Heuer *** empty log message ***
Sat, 23 Apr 1994 04:07:29 +0000 Richard M. Stallman *** empty log message ***
Thu, 21 Apr 1994 19:45:27 +0000 Karl Heuer *** empty log message ***
Thu, 21 Apr 1994 19:26:10 +0000 Karl Heuer *** empty log message ***
Thu, 21 Apr 1994 03:24:35 +0000 Richard M. Stallman *** empty log message ***
Sat, 26 Mar 1994 05:37:00 +0000 Richard M. Stallman *** empty log message ***
Fri, 04 Mar 1994 22:26:03 +0000 Karl Heuer *** empty log message ***
Fri, 25 Feb 1994 01:30:59 +0000 Karl Heuer *** empty log message ***
Wed, 23 Feb 1994 23:04:30 +0000 Karl Heuer *** empty log message ***
Tue, 08 Feb 1994 04:01:10 +0000 Jim Meyering *** empty log message ***
Tue, 08 Feb 1994 03:47:10 +0000 Karl Heuer *** empty log message ***
Sat, 20 Nov 1993 04:05:45 +0000 Karl Heuer *** empty log message ***
Mon, 15 Nov 1993 04:04:59 +0000 Richard M. Stallman *** empty log message ***
Sat, 06 Nov 1993 08:05:07 +0000 Richard M. Stallman *** empty log message ***
Tue, 12 Oct 1993 05:02:22 +0000 Jim Meyering *** empty log message ***
Wed, 16 Jun 1993 21:28:28 +0000 Jim Blandy *** empty log message ***
Thu, 10 Jun 1993 12:50:56 +0000 Jim Blandy *** empty log message ***
Mon, 07 Jun 1993 08:06:10 +0000 Richard M. Stallman *** empty log message ***
Sat, 22 May 1993 08:30:16 +0000 Jim Blandy *** empty log message ***
Sat, 22 May 1993 08:16:25 +0000 Jim Blandy *** empty log message ***
Sat, 22 May 1993 07:25:53 +0000 Jim Blandy *** empty log message ***
Thu, 13 May 1993 01:47:22 +0000 Jim Blandy *** empty log message ***