freebsd-nq/lib/libc/regex
Daniel C. Sobral 6b709b74ae Initialize variables used by the Boyer-Moore algorithm.
This should fix core dumps when the must pattern is of length
three or less.

Bug found by: knu
2000-06-29 18:53:55 +00:00
..
cclass.h
cname.h
COPYRIGHT
engine.c Add Boyler-Moore algorithm to pre-matching test. 2000-06-29 04:48:34 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
re_format.7 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
regcomp.c Initialize variables used by the Boyer-Moore algorithm. 2000-06-29 18:53:55 +00:00
regerror.c remove <ctype.h> - not needed 1999-07-26 05:50:43 +00:00
regex2.h Add Boyler-Moore algorithm to pre-matching test. 2000-06-29 04:48:34 +00:00
regex.3 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
regexec.c int -> long changes that reduce the diffs with the NetBSD version to 1998-05-14 21:45:18 +00:00
regfree.c
utils.h
WHATSNEW