summaryrefslogtreecommitdiff
path: root/libc/string/generic/strchr.c
AgeCommit message (Expand)Author
2022-12-07uclibc-ng: fix overflow warning when compiling string/strchr in ILP32 mode on...Evgeniy Manachkin
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2007-12-22mark a bunch of public mem/str functions as weak so that people who insist on...Mike Frysinger
2006-05-15fix signed warningsMike Frysinger
2006-03-23Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/ind...Peter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2006-01-03Use strong_alias everywhere instead of .global/.set. Correct some cases where...Peter S. Mazinger
2005-11-15Correct Warning: function declaration isn't a prototypePeter S. Mazinger
2005-11-14Move to use attribute_hiddenPeter S. Mazinger
2004-09-02Add a couple of mips-specific string funcs.Manuel Novoa III