aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_getenv.3
AgeCommit message (Collapse)Author
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
2020-03-02curl_getenv.3: Fix the memory handling descriptionJay Satiro
- Tell the user to call curl_free() to free the pointer returned by curl_getenv(). Prior to this change the user was directed to call free(), but that would not work in cases where the library and application use separate C runtimes and therefore have separate heap memory management. Closes https://github.com/curl/curl/pull/5016
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2011-03-12source header: added to more filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2008-12-28Anthony Bryan's man page cleanup in language and spellingDaniel Stenberg
2006-03-17slight rewording based on debian bug report #357388 by Justin PryzbyDaniel Stenberg
2004-04-30these functions are marked to get removed from the public API "soon"Daniel Stenberg
2004-02-27formatting update to produce better links with the new roffit versionDaniel Stenberg
2002-03-04ripped out from ../ and put in its own directory nowDaniel Stenberg