me='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/putenv.c
AgeCommit message (Expand)Author
2015-01-20Fix non _REENTRANT build.christos
2013-04-25Remove weak_alias since that's now in the compat_putenv.cmatt
2010-11-14Improve and simplify implementation of *env(3) functions:tron
2010-11-03Handle the case where a program attempted to cleanup the environment bychristos
2010-10-25Make putenv(3) fails with EINVAL for a null pointer, or for a stringnjoly
2010-10-05Avoid unnecessary malloc(). Since __findenv() kindly treatsenami
2010-10-02Restore binary compatibility with applications which use putenv(3)tron
2010-10-02Remember that we didn't malloc() memory for an environment variabletron
2010-10-01make putenv POSIX compliant.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2000-01-22Delint.mycroft
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1998-01-30update to lite-2perry
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-13Add local.h for local prototypes.christos