summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/getenv.c
Commit message (Expand)AuthorAgeFilesLines
* Revert behavior change to setenv(), unsetenv() and putenv() until a moreSean Farley2009-12-071-3/+6
* Change the behavior of setenv(), putenv() and unsetenv() to continue parsingSean Farley2009-12-061-6/+3
* Improve the comment within getenv() explaining the search order it takes toSean Farley2009-12-061-8/+9
* Temporarily revert the previous change because the linker has beenBrian Feldman2009-12-011-36/+28
* Do not gratuitously fail *env(3) operations due to corrupt ('='-less)Brian Feldman2009-12-011-28/+36
* Restructure and use different variables in the tests that involveSean Farley2008-08-031-13/+15
* Detect if the application has cleared the environ variable by settingSean Farley2008-08-021-7/+12
* Replace the use of warnx() with direct output to stderr using _write().Sean Farley2008-02-281-12/+36
* The precision for a string argument in a call to warnx() needs to be castSean Farley2007-09-221-1/+2
* Skip rebuilding environ in setenv() only upon reuse of an active variable;Sean Farley2007-09-151-2/+2
* Added environ-replacement detection. For programs that "clean" (i.e., su)Sean Farley2007-07-201-78/+163
* Significantly reduce the memory leak as noted in BUGS section forSean Farley2007-07-041-59/+538
* Back out all POSIXified *env() changes.Andrey A. Chernov2007-05-011-5/+2
* Make putenv() fully conforms to Open Group specs Issue 6Andrey A. Chernov2007-04-301-2/+5
* Make setenv, putenv, getenv and unsetenv conforming to Open Group specsAndrey A. Chernov2007-04-301-5/+5
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Remove __P() usage.David E. O'Brien2002-03-211-1/+1
* Remove 'register' keyword.David E. O'Brien2002-03-211-4/+6
* Doubled the performance of getenv()/__findenv() by rewriting it to notDavid Greenman1995-10-171-20/+24
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+87