From owner-cvs-src-old@FreeBSD.ORG Sat Oct 31 06:42:33 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 5ABA3106566B for ; Sat, 31 Oct 2009 06:42:33 +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 473A78FC16 for ; Sat, 31 Oct 2009 06:42:33 +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 n9V6gXMF012471 for ; Sat, 31 Oct 2009 06:42:33 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9V6gXwh012470 for cvs-src-old@freebsd.org; Sat, 31 Oct 2009 06:42:33 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <200910310642.n9V6gXwh012470@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Sat, 31 Oct 2009 06:35:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/include langinfo.h src/lib/libc/locale nl_langinfo.c src/lib/libc/stdtime localtime.c src/usr.bin/locale locale.1 locale.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: Sat, 31 Oct 2009 06:42:33 -0000 edwin 2009-10-31 06:35:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) include langinfo.h lib/libc/locale nl_langinfo.c lib/libc/stdtime localtime.c usr.bin/locale locale.1 locale.c Log: SVN rev 198704 on 2009-10-31 06:35:40Z by edwin MFCs of r197764, r197765, r197766, r197847: 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. Add the comment "(FreeBSD only)" to the altmonth_x keywords Revision Changes Path 1.6.36.2 +14 -0 src/include/langinfo.h 1.17.32.2 +6 -0 src/lib/libc/locale/nl_langinfo.c 1.45.2.2 +9 -2 src/lib/libc/stdtime/localtime.c 1.8.10.2 +8 -2 src/usr.bin/locale/locale.1 1.15.30.2 +29 -6 src/usr.bin/locale/locale.c