summaryrefslogtreecommitdiff
path: root/lib/libc/string/strpbrk.c
AgeCommit message (Expand)Author
2008-09-24pacify lint.christos
2008-09-24fix newer gcc warning.christos
2008-09-24From Ilya Dogolazky ilya.dogolazky at teleca dot fi:christos
2008-02-23fix lint issues.christos
2008-02-22Also cast before anding the characters.joerg
2008-02-22Add some explicit casts to stop GCC complains about signed char shifts.joerg
2008-02-22Replace O(nm) versions of strspn, strcspn and strpbrk with O(n+m)joerg
2005-11-29WARNS=4christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1998-11-15delintchristos
1998-02-03remove obsolete register declarationsperry
1998-01-30update to lite-2perry
1997-07-13Fix RCSID'schristos
1995-06-15don't include <sys/cdefs.h>, it's a 'private' headerjtc
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd