log src/regex.c @ 16842:72276b334084 before-thomas-posix1996 glibc-2_0_2 libc-970108 libc-970109 libc-970110 libc-970111 libc-970112 libc-970113 libc-970114 libc-970115 libc-970116 libc-970117 libc-970118 libc-970119 libc-970120 libc-970121 libc-970122 libc-970123 libc-970124 libc-970125 libc-970126 libc-970127 libc-970128 libc-970129 libc-970130 libc-970131 libc-970201 libc-970202 libc-970203 libc-970204 libc-970205 libc-970206 libc-970207 libc-970208 libc-970209 libc-970210 libc-970211 libc-970212 libc-970213 libc-970214 libc-970215 libc-970216 libc-970217 libc-970218 libc-970219 libc-970220 libc-970221 libc-970222 libc-970223 libc-970224 libc-970225 libc-970226 libc-970227 libc-970228 libc-970301 libc-970302 libc-970303 libc-970304 libc-970305 libc-970306 libc-970307 libc-970308 libc-970309 libc-970310 libc-970311 libc-970312 libc-970313 libc-970314 libc-970315 libc-970316 libc-970317 libc-970318 libc-970319 libc-970320 libc-970321 libc-970322 libc-970323 libc-970324 libc20x-970306 libc20x-97031 libc20x-970316 libc20x-970318 libc20x-970319 libc20x-970404 root-libc-2_0_x-branch

age author description
Thu, 07 Nov 1996 21:13:22 +0000 Richard M. Stallman [emacs] (malloc, free): Define as xmalloc, and xfree.
Thu, 19 Sep 1996 03:00:06 +0000 Richard M. Stallman (regex_compile): Use TRANSLATE before calling SET_LIST_BIT.
Sun, 01 Sep 1996 19:02:26 +0000 Karl Heuer (re_match_2_internal) [emacs]: Use PT, not point.
Sat, 31 Aug 1996 23:41:26 +0000 Richard M. Stallman Clean up whitespace.
Sat, 31 Aug 1996 23:40:19 +0000 Richard M. Stallman (re_search_2): Optimize regexp that starts with ^.
Sat, 31 Aug 1996 22:29:12 +0000 Richard M. Stallman (FREE_VAR): Clean up C syntax.
Fri, 09 Aug 1996 10:44:37 +0000 Richard M. Stallman (re_max_failures): Increase to 20000 again.
Tue, 09 Jul 1996 09:10:39 +0000 Roland McGrath [_LIBC] (re_comp, re_exec): Use `weak_function' keyword in defn instead of
Wed, 26 Jun 1996 18:00:52 +0000 Richard M. Stallman (re_max_failures): Reduce to 4000.
Sun, 02 Jun 1996 21:33:01 +0000 Richard M. Stallman (re_max_failures): Reduce to 8000.
Fri, 24 May 1996 18:33:30 +0000 Roland McGrath Tue May 21 19:18:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
Sun, 12 May 1996 22:19:55 +0000 Richard M. Stallman Delete the Emacs local variables spec.
Sat, 11 May 1996 18:05:52 +0000 Richard M. Stallman (re_match_2_internal): Fix off-by-one error; don't use
Fri, 12 Apr 1996 22:57:28 +0000 Richard M. Stallman (MAX_FAILURE_ITEMS): Use 5 instead of actual number of regs.
Mon, 29 Jan 1996 22:30:55 +0000 Karl Heuer Update FSF address in comment.
Wed, 13 Dec 1995 02:52:23 +0000 Karl Heuer (AT_WORD_BOUNDARY): Disable macro.
Thu, 16 Nov 1995 02:51:19 +0000 Roland McGrath (gettext_noop): New macro, identity fn.
Sat, 11 Nov 1995 20:51:37 +0000 Richard M. Stallman (NUM_FAILURE_ITEMS, POP_FAILURE_POINT, PUSH_FAILURE_POINT):
Sun, 29 Oct 1995 19:36:39 +0000 Richard M. Stallman (POP_FAILURE_POINT): Use .word.integer.
Sun, 22 Oct 1995 17:47:13 +0000 Richard M. Stallman Don't declare alloca.
Thu, 19 Oct 1995 00:50:51 +0000 Richard M. Stallman (TRANSLATE, PATFETCH): Cast elt of `translate'.
Sun, 01 Oct 1995 20:17:02 +0000 Richard M. Stallman (re_search_2): Use 0, not -1, as the lower bound
Fri, 01 Sep 1995 18:43:30 +0000 Richard M. Stallman (re_search_2): If pattern starts with \=, optimize search.
Tue, 22 Aug 1995 19:44:26 +0000 Richard M. Stallman (PUSH_FAILURE_POINT, POP_FAILURE_POINT): Don't push or pop
Mon, 17 Jul 1995 23:24:57 +0000 Karl Heuer Fix conditional.
Fri, 07 Jul 1995 13:20:16 +0000 Richard M. Stallman Don't use relocatable allocator.
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.