summaryrefslogtreecommitdiff
path: root/libc/string/i386/strnlen.c
AgeCommit message (Expand)Author
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2008-12-20string/i386/strncpy: faster i386 version (same code size), testing codeDenis Vlasenko
2008-12-19strncat: shorter version for i386, add small embedded testDenis Vlasenko
2008-12-19string/i386: smaller, and hopefully easier to read, strnlen().Denis Vlasenko
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2006-03-22Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...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-14Corrections to splitted filesPeter S. Mazinger
2005-11-11Split up string.c, make internals hiddenPeter S. Mazinger