summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/setenv.c
AgeCommit message (Expand)Author
2010-08-23Check for duplicate variables in the environment when setting a valueTodd C. Miller
2010-06-29Make unsetenv(NULL) and unsetenv("") give EINVAL, per POSIX. ok deraadt@Christian Weisgerber
2009-06-04Don't assume that we can overwrite strings in the environment.Todd C. Miller
2009-06-03Make putenv(), setenv() and unsetenv() standards compliant. TheTodd C. Miller
2005-08-08zap remaining rcsid.Marc Espie
2005-03-30ansi + de-registerPatrick Latifi
2005-02-16Stash the environment pointer we get from realloc() instead of justTodd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-12-10use proper __findenv() prototype; millert@ okMichael Shalayeff
2001-07-09a first pass at -WallTheo de Raadt
1998-02-02Don't override environ if realloc() fails. Pointed out byTodd C. Miller
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt