summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getenv.c
Commit message (Expand)AuthorAgeFilesLines
* 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