Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / strdup.c
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-11-17 Daniel Stenbergmem-include-scan: verify memory #includes
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2008-02-06 Yang TseFix problem in strdup replacement when dealing with...
2007-11-07 Daniel Stenbergif () => if()
2007-05-01 Dan FandrichUse memcpy instead of strcpy to improve performance.
2006-07-17 Yang TseReturn NULL if argument is NULL.
2006-07-11 Dan FandrichMoved strdup replacement from src/main.c into src/strdu...