From owner-cvs-src-old@FreeBSD.ORG Mon Oct 5 07:15:55 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDD89106568D for ; Mon, 5 Oct 2009 07:15:55 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C31AD8FC17 for ; Mon, 5 Oct 2009 07:15:55 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n957FtrG037015 for ; Mon, 5 Oct 2009 07:15:55 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n957FtbQ037014 for cvs-src-old@freebsd.org; Mon, 5 Oct 2009 07:15:55 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200910050715.n957FtbQ037014@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Mon, 5 Oct 2009 07:13:15 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/locale nl_langinfo.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Oct 2009 07:15:56 -0000 edwin 2009-10-05 07:13:15 UTC FreeBSD src repository Modified files: lib/libc/locale nl_langinfo.c Log: SVN rev 197765 on 2009-10-05 07:13:15Z by edwin Modified locale(1) to be able to show the altmon_X fields and the [cxX]_fmt's. Also modify the "-k list" option to display only fields with a certain prefix. MFC after: 1 week Revision Changes Path 1.18 +6 -0 src/lib/libc/locale/nl_langinfo.c