From owner-cvs-src@FreeBSD.ORG Mon Apr 30 03:47:32 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6434A16A401; Mon, 30 Apr 2007 03:47:32 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 3D89513C44C; Mon, 30 Apr 2007 03:47:32 +0000 (UTC) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3U3lWes057132; Mon, 30 Apr 2007 03:47:32 GMT (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3U3lWcf057131; Mon, 30 Apr 2007 03:47:32 GMT (envelope-from ache) Message-Id: <200704300347.l3U3lWcf057131@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 30 Apr 2007 03:47:32 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/stdlib getenv.3 setenv.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Apr 2007 03:47:32 -0000 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