summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/getenv.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-13environ and __progname are not declared in a public header; declare themguenther1-2/+1
2015-09-13Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther1-2/+2
2010-08-23Check for duplicate variables in the environment when setting a valuemillert1-4/+5
2009-06-03Make putenv(), setenv() and unsetenv() standards compliant. Themillert1-8/+8
2005-08-08zap remaining rcsid.espie1-4/+1
2005-03-30ansi + de-registerpat1-6/+5
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2002-12-10use proper __findenv() prototype; millert@ okmickey1-6/+5
1998-07-16change to lite2 getenv(); getenv(NULL) now returns NULLderaadt1-14/+21
1996-08-19Fix RCS idstholo1-2/+1
1996-03-25Add prototypes for internal functionstholo1-17/+18
1995-10-18initial import of NetBSD treederaadt1-0/+82