CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/06/03 09:52:16
Modified files:
include : stdlib.h
lib/libc/stdlib: Makefile.inc getenv.3 getenv.c setenv.c
Removed files:
lib/libc/stdlib: putenv.c
Log message:
Make putenv(), setenv() and unsetenv() standards compliant. The
standard explicitly disallows passing setenv a name with a '=' in
it but historic BSD behavior is to allow this but to ignore the '='
and anything after it.
