summaryrefslogtreecommitdiffstats
path: root/libc/string/strdup.c
Commit message (Expand)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-4/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-3/+3
* mark a bunch of public mem/str functions as weak so that people who insist on...Mike Frysinger2007-12-221-1/+1
* Make strdup() use memcpy() rather than strcpy() to duplicate the string. Peter Kjellerstedt2006-10-191-6/+4
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-8/+13
* Complete split of all the string functions. Hope haven't broken too much. wcs...Peter S. Mazinger2006-01-031-9/+24
* Hide mostly used functionsPeter S. Mazinger2005-12-011-2/+2
* Correct Warning: function declaration isn't a prototypePeter S. Mazinger2005-11-151-2/+2
* Split up wstring.c and use attribute_hiddenPeter S. Mazinger2005-11-141-0/+19