Date: Mon, 30 Apr 2007 03:47:32 +0000 (UTC) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdlib getenv.3 setenv.c Message-ID: <200704300347.l3U3lWcf057131@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2007-04-30 03:47:32 UTC FreeBSD src repository Modified files: lib/libc/stdlib getenv.3 setenv.c Log: Remove special case skipping initial '=' of the setenv() value "for compatibility with the different environment conventions" (man page). With the standards, we don't have them different anymore and IEEE Std 1003.1-2001 says that "The values that the environment variables may be assigned are not restricted except that they are considered to end with a null byte" Revision Changes Path 1.22 +0 -5 src/lib/libc/stdlib/getenv.3 1.12 +0 -2 src/lib/libc/stdlib/setenv.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704300347.l3U3lWcf057131>