OpenGrok
Cross Reference: strchr.c
xref
: /
src
/
common
/
lib
/
libc
/
string
/
strchr.c
Home
|
History
|
Annotate
|
Download
|
only in
string
History log of
/src/common/lib/libc/string/strchr.c
Revision
Date
Author
Comments
1.7
07-Apr-2020
skrll
Fix KASAN build on aarch64
1.6
04-Feb-2018
mrg
branches: 1.6.4;
updates for GCC 6.4:
- remove many _DIAGASSERT() checks against not NULL for functions
with arguments with nonnull attributes. (probably more to come,
the set between x86 and sparc us disjoint.)
- port libsanitizer's GetPcSpBp() to sparc, sparc64 and amd64.
1.5
31-Aug-2011
plunky
NULL does not need a cast
1.4
17-Jul-2009
dsl
Change all archs so that strchr.[cS] and strrchr.[cS] exist and generate
duplicate symbols for index() and rindex().
1.3
08-Jan-2008
martin
branches: 1.3.12;
When passing char (or unsigned char) arguments as int, assign them to a
temporary char (resp. unsigned char) before comparing, to force truncation
to the proper domain. This makes the coresponding regression tests succeed.
1.2
04-Jun-2007
christos
branches: 1.2.4;
handle fortify, ansify.
1.1
20-Dec-2005
christos
Merge libkern + libc common files. As requested by core.
1.2.4.1
23-Mar-2008
matt
sync with HEAD
1.3.12.1
23-Jul-2009
jym
Sync with HEAD.
1.6.4.3
21-Apr-2020
martin
Ooops, restore accidently removed files from merge mishap
1.6.4.2
21-Apr-2020
martin
Sync with HEAD
1.6.4.1
13-Apr-2020
martin
Mostly merge changes from HEAD upto 20200411
Indexes created Sat Sep 20 22:09:52 GMT 2025