From owner-cvs-lib Sat Feb 8 06:16:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA14051 for cvs-lib-outgoing; Sat, 8 Feb 1997 06:16:22 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA14043; Sat, 8 Feb 1997 06:16:18 -0800 (PST) Date: Sat, 8 Feb 1997 06:16:18 -0800 (PST) From: Joerg Wunsch Message-Id: <199702081416.GAA14043@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/locale collate.c setlocale.c setrunelocale.c src/lib/libc/stdtime strftime.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/08 06:16:17 Branch: lib/libc/locale RELENG_2_2 lib/libc/stdtime RELENG_2_2 Modified: lib/libc/locale collate.c setlocale.c setrunelocale.c lib/libc/stdtime strftime.c Log: YAMFC: use setlocale.h instead of hardcoded constants and `private' external declarations all over the place. Revision Changes Path 1.8.2.5 +2 -2 src/lib/libc/locale/collate.c 1.8.2.5 +21 -29 src/lib/libc/locale/setlocale.c 1.3.2.6 +3 -4 src/lib/libc/locale/setrunelocale.c 1.11.2.4 +3 -4 src/lib/libc/stdtime/strftime.c