summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/engine.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* remaining easy snprintf conversionsderaadt2002-05-251-4/+4
* 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-11/+11
* - cast usages of *printf() to void since we don't check return valmillert1997-04-281-11/+15
* 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-2/+2
* Fix RCS idstholo1996-08-191-4/+4
* initial import of NetBSD treederaadt1995-10-181-0/+1093