From owner-cvs-all Wed Oct 16 6:17:22 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 113F537B401; Wed, 16 Oct 2002 06:17:22 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B623943E7B; Wed, 16 Oct 2002 06:17:21 -0700 (PDT) (envelope-from phantom@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9GDHImV051880; Wed, 16 Oct 2002 06:17:18 -0700 (PDT) (envelope-from phantom@repoman.freebsd.org) Received: (from phantom@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9GDHIQg051879; Wed, 16 Oct 2002 06:17:18 -0700 (PDT) Message-Id: <200210161317.g9GDHIQg051879@repoman.freebsd.org> From: Alexey Zelkin Date: Wed, 16 Oct 2002 06:17:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/locale Makefile locale.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2002/10/16 06:17:18 PDT Added files: usr.bin/locale Makefile locale.c Log: Add locale(1). I have used it for while as useful debugging tool for locale related things. So, I think it could be useful for others. It's not yet implement (or implement in different manner) all POSIX things, but I think it's good enough for start. POSIX conformance related updates and manpage to follow relatively soon. Revision Changes Path 1.1 +6 -0 src/usr.bin/locale/Makefile (new) 1.1 +214 -0 src/usr.bin/locale/locale.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message