summaryrefslogtreecommitdiff
path: root/libc/string/strlcpy.c
AgeCommit message (Expand)Author
2011-03-09wchar.h, _collate.c, strlcpy.c: use a common prototype of __wcslcpyPeter S. Mazinger
2011-03-09ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functionsPeter S. Mazinger
2008-11-26libc/string: need additional work to remove libc_hidden_proto's properlyDenis Vlasenko
2008-11-25Make wcsxfrm visible also when LOCALE support is disabled.Carmelo Amoroso
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-15make gcc4 happy w/ hidden_def/proto, correct some typosPeter 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-03Complete split of all the string functions. Hope haven't broken too much. wcs...Peter S. Mazinger
2005-12-08Use hidden_strong_alias for alias(__x,__y), do not use recursive aliasesPeter S. Mazinger
2005-12-06Use correct syntax, correct weak/strong for [__]strxfrmPeter S. Mazinger
2005-11-14Split up wstring.c and use attribute_hiddenPeter S. Mazinger