aboutsummaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/libc/string.c
AgeCommit message (Expand)Author
2007-08-21Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces num...Anton Korobeynikov
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer
2004-10-17Make sure that for systems where the string functions are actually macrosReid Spencer
2004-02-20Add a simple implementation of strncpyChris Lattner
2004-02-19Add strndupChris Lattner
2003-10-21Fix strcpy implementation and trieChris Lattner
2003-08-28Squelch warningChris Lattner
2003-02-18Remove support for memsetChris Lattner
2002-07-18Fixes to be LP64 correctChris Lattner
2002-03-11Add strcat functionChris Lattner
2002-03-08Checkin library infrastructure for building stuff to be linked withChris Lattner