freebsd-dev/lib/libc/regex
Pedro F. Giffuni e234ddef95 Revert r265367:
Use of calloc instead of malloc in regex (from OpenBSD).

In this case the change makes no sense since we are using realloc() later.

Reported by:	ache
2014-05-05 18:04:57 +00:00
..
grot Add two test cases from PR 130504. 2009-09-15 21:15:29 +00:00
cname.h
COPYRIGHT
engine.c regex: Remove some unreachable breaks. 2014-05-01 23:34:14 +00:00
Makefile.inc Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} 2014-03-04 02:19:39 +00:00
re_format.7 mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
regcomp.c Revert r265367: 2014-05-05 18:04:57 +00:00
regerror.c Diff reduction against other *BSDs: ANSIfy function 2007-06-11 03:05:54 +00:00
regex2.h
regex.3
regexec.c Diff reduction against other *BSDs: ANSIfy function 2007-06-11 03:05:54 +00:00
regfree.c Diff reduction against other *BSDs: ANSIfy function 2007-06-11 03:05:54 +00:00
Symbol.map Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
utils.h
WHATSNEW