aboutsummaryrefslogtreecommitdiff
path: root/src/homedir.c
AgeCommit message (Collapse)Author
2004-05-12Disable memdebug for the allocs done by the app, unless CURLTOOLDEBUG isDaniel Stenberg
defined (which it never is atm). Now, we can focus on making 'runtests -t [num]' work on all test cases and we should never leak nor crash.
2004-01-29make pedantic compiler options generate less warningsDaniel Stenberg
2004-01-07updated year in the copyright stringDaniel Stenberg
2003-11-08use char, not boolDaniel Stenberg
2003-11-07Based on Gisle Vanem's $HOME patch, we now attempt to find the home dirDaniel Stenberg
in a slightly better way for more platforms. The $HOME is only used for .curlrc atm, but the possible upcoming change of .netrc treatment may also need the home dir.