Module Name: src Committed By: njoly Date: Mon Oct 25 20:35:37 UTC 2010
Modified Files: src/lib/libc/stdlib: getenv.3 putenv.c src/tests/lib/libc/stdlib: t_environment.c Log Message: Make putenv(3) fails with EINVAL for a null pointer, or for a string that either miss or start with a `=' character. Adjust man page and testcase accordingly. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/stdlib/getenv.3 cvs rdiff -u -r1.16 -r1.17 src/lib/libc/stdlib/putenv.c cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/stdlib/t_environment.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.