index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
string
/
strcspn.c
Age
Commit message (
Expand
)
Author
2014-07-19
lua: updated from 5.1 to 5.3 work3
lneto
2012-03-21
size_t -> uint8_t
christos
2009-07-30
Use a 'register only' str[c]spn() on 64 bit systems.
dsl
2008-07-30
Before using the slightly more involved bitmap tables,
joerg
2008-02-23
use the proper variable.
christos
2008-02-23
fix lint issues.
christos
2008-02-22
Also cast before anding the characters.
joerg
2008-02-22
Add some explicit casts to stop GCC complains about signed char shifts.
joerg
2008-02-22
Replace O(nm) versions of strspn, strcspn and strpbrk with O(n+m)
joerg
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
1999-09-20
back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.
lukem
1999-09-16
* use _DIAGASSERT() to check pointer arguments against NULL and file
lukem
1998-02-03
remove obsolete register declarations
perry
1998-01-30
update to lite-2
perry
1997-07-13
Fix RCSID's
christos
1995-06-15
don't include <sys/cdefs.h>, it's a 'private' header
jtc
1993-08-26
Declare rcsid strings so they are stored in text segment.
jtc
1993-08-01
Add RCS identifiers.
mycroft
1993-03-21
initial import of 386bsd-0.1 sources
cgd