summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regexec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Drop a const-bomb on regexec. It's probably not a good idea to remove amartijn2018-07-111-4/+3
* Userland reallocarray() audit.doug2014-10-111-2/+3
* silence some warnings by adding prototypes, casts, and headers astedu2013-04-171-3/+5
* zap rcsidespie2005-08-051-8/+1
* remove useless comments, once used for header file generation and deleteotto2004-11-301-9/+1
* ansify and deregister; no change in obj code. ok millert@otto2004-10-171-8/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Remove dead code and variablestholo1997-04-301-3/+1
* - cast usages of *printf() to void since we don't check return valmillert1997-04-281-14/+22
* long -> int to fix 64bit issues. This breaks 16bit machines but since we don't have any 16bit ports...) The alternative is to use int32_t's but then this code will break when/if int > 32bits which is not so unlikely. Fixes NetBSD PR #3450 from Ross Harvey (but in a different way)millert1997-04-121-14/+14
* Remove dead codetholo1996-09-151-3/+1
* Fix RCS idstholo1996-08-191-9/+1
* Make a proper lvalue in INCtholo1996-03-251-1/+1
* initial import of NetBSD treederaadt1995-10-181-0/+187