summaryrefslogtreecommitdiffstats
path: root/libc/string/strlcpy.c
Commit message (Expand)AuthorAgeFilesLines
* libc/string: need additional work to remove libc_hidden_proto's properlyDenis Vlasenko2008-11-261-11/+10
* Make wcsxfrm visible also when LOCALE support is disabled.Carmelo Amoroso2008-11-251-0/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-2/+2
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-1/+3
* make gcc4 happy w/ hidden_def/proto, correct some typosPeter S. Mazinger2006-01-151-1/+1
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-13/+18
* Complete split of all the string functions. Hope haven't broken too much. wcs...Peter S. Mazinger2006-01-031-9/+46
* Use hidden_strong_alias for alias(__x,__y), do not use recursive aliasesPeter S. Mazinger2005-12-081-2/+2
* Use correct syntax, correct weak/strong for [__]strxfrmPeter S. Mazinger2005-12-061-1/+2
* Split up wstring.c and use attribute_hiddenPeter S. Mazinger2005-11-141-0/+18