From owner-cvs-src@FreeBSD.ORG Mon Mar 1 09:57:05 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF13016A4CE; Mon, 1 Mar 2004 09:57:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C19B343D1F; Mon, 1 Mar 2004 09:57:05 -0800 (PST) (envelope-from ache@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i21Hv5Ge022818; Mon, 1 Mar 2004 09:57:05 -0800 (PST) (envelope-from ache@repoman.freebsd.org) Received: (from ache@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i21Hv5Yg022817; Mon, 1 Mar 2004 09:57:05 -0800 (PST) (envelope-from ache) Message-Id: <200403011757.i21Hv5Yg022817@repoman.freebsd.org> From: "Andrey A. Chernov" Date: Mon, 1 Mar 2004 09:57:05 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/stdlib getopt_long.3 getopt_long.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 01 Mar 2004 17:57:06 -0000 ache 2004/03/01 09:57:05 PST FreeBSD src repository Modified files: lib/libc/stdlib getopt_long.3 getopt_long.c Log: Improve GNU compatibility in several places, use internal GNU_COMPATIBLE define for it. Don't catch POSIXLY_CORRECT env. into static variable, it can be changed on the fly by program. Use P1003.2 standartized illoptchar[] Revision Changes Path 1.8 +19 -19 src/lib/libc/stdlib/getopt_long.3 1.6 +30 -10 src/lib/libc/stdlib/getopt_long.c