summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getenv.c
Commit message (Expand)AuthorAgeFilesLines
* Revert behavior change to setenv(), unsetenv() and putenv() until a morescf2009-12-071-3/+6
* Change the behavior of setenv(), putenv() and unsetenv() to continue parsingscf2009-12-061-6/+3
* Improve the comment within getenv() explaining the search order it takes toscf2009-12-061-8/+9
* Temporarily revert the previous change because the linker has beengreen2009-12-011-36/+28
* Do not gratuitously fail *env(3) operations due to corrupt ('='-less)green2009-12-011-28/+36
* Restructure and use different variables in the tests that involvescf2008-08-031-13/+15
* Detect if the application has cleared the environ variable by settingscf2008-08-021-7/+12
* Replace the use of warnx() with direct output to stderr using _write().scf2008-02-281-12/+36
* The precision for a string argument in a call to warnx() needs to be castscf2007-09-221-1/+2
* Skip rebuilding environ in setenv() only upon reuse of an active variable;scf2007-09-151-2/+2
* Added environ-replacement detection. For programs that "clean" (i.e., su)scf2007-07-201-78/+163
* Significantly reduce the memory leak as noted in BUGS section forscf2007-07-041-59/+538
* Back out all POSIXified *env() changes.ache2007-05-011-5/+2
* Make putenv() fully conforms to Open Group specs Issue 6ache2007-04-301-2/+5
* Make setenv, putenv, getenv and unsetenv conforming to Open Group specsache2007-04-301-5/+5
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Remove __P() usage.obrien2002-03-211-1/+1
* Remove 'register' keyword.obrien2002-03-211-4/+6
* Doubled the performance of getenv()/__findenv() by rewriting it to notdg1995-10-171-20/+24
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+87
OpenPOWER on IntegriCloud