summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regcomp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove useless comments, once used for header file generation and deleteotto2004-11-301-97/+38
* ansify and deregister; no change in obj code. ok millert@otto2004-10-171-255/+185
* When parsing what follows [, do not allocate memory that is not used,otto2004-05-081-3/+7
* Unbreak handling of non-ASCII chars. Fixes PR 3594. From FreeBSDotto2003-12-071-15/+17
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* strcpy/strcat -> strlcpy/strlcattdeval2003-04-051-3/+2
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-38/+38
* much greater care for malloc & realloc failures; millert okderaadt2001-11-011-16/+37
* realloc repairderaadt1998-08-141-4/+9
* Remove dead code and variablestholo1997-04-301-21/+1
* - cast usages of *printf() to void since we don't check return valmillert1997-04-281-1/+27
* Remove dead codetholo1996-09-151-64/+3
* Fix RCS idstholo1996-08-191-9/+1
* initial import of NetBSD treederaadt1995-10-181-0/+1704