summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regexec.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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