summaryrefslogtreecommitdiffstats
path: root/libc/string/generic/strcpy.c
Commit message (Expand)AuthorAgeFilesLines
* strcpy: remove unneeded includes from the generic versionPeter S. Mazinger2011-03-031-3/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-1/+0
* Remove the rest of "bounded pointers" scaffolding. gcc website says"Denis Vlasenko2008-12-131-1/+0
* *: remove vestiges of gcc's "bounded pointers" feature,Denis Vlasenko2008-12-121-18/+9
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-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-3/+3
* Use strong_alias everywhere instead of .global/.set. Correct some cases where...Peter S. Mazinger2006-01-031-3/+1
* Correct Warning: function declaration isn't a prototypePeter S. Mazinger2005-11-151-3/+1
* Move to use attribute_hiddenPeter S. Mazinger2005-11-141-2/+3
* Add a couple of mips-specific string funcs.Manuel Novoa III2004-09-021-0/+50