From owner-cvs-lib Sun Oct 22 18:34:23 1995 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14338 for cvs-lib-outgoing; Sun, 22 Oct 1995 18:34:23 -0700 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA14329 ; Sun, 22 Oct 1995 18:34:18 -0700 Date: Sun, 22 Oct 1995 18:34:18 -0700 From: "Andrey A. Chernov" Message-Id: <199510230134.SAA14329@freefall.freebsd.org> To: CVS-commiters, cvs-lib Subject: cvs commit: src/lib/libc/locale setrunelocale.c Makefile.inc euc.c rune.c runetype.c setlocale.c tolower.c toupper.c utf2.c common_rune.h common_setlocale.c common_setlocale.h read_runemagi.c startup_setlocale.c Sender: owner-cvs-lib@FreeBSD.org Precedence: bulk ache 95/10/22 18:34:18 Modified: lib/libc/locale Makefile.inc euc.c rune.c runetype.c setlocale.c tolower.c toupper.c utf2.c Added: lib/libc/locale setrunelocale.c Removed: lib/libc/locale common_rune.h common_setlocale.c common_setlocale.h read_runemagi.c startup_setlocale.c Log: Migrate from XPG4 to XPG3 (libxpg4 will be added soon) Remove big part of my startup_setlocale hack. Add missing manpage links.