From owner-cvs-lib Sun Sep 14 06:14:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA09571 for cvs-lib-outgoing; Sun, 14 Sep 1997 06:14:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA09447; Sun, 14 Sep 1997 06:12:42 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA22268; Sun, 14 Sep 1997 06:09:21 -0700 (PDT) Date: Sun, 14 Sep 1997 06:09:21 -0700 (PDT) Message-Id: <199709141309.GAA22268@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/locale collcmp.c euc.4 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 mbrune.3 multibyte.3 rune.3 setlocale.3 setlocale.c setlocale.h ... Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/09/14 06:09:21 PDT Modified files: (Branch: RELENG_2_2) lib/libc/locale collcmp.c euc.4 isalnum.3 isalpha.3 isascii.3 isblank.3 iscntrl.3 isdigit.3 isgraph.3 islower.3 isprint.3 ispunct.3 isspace.3 isupper.3 isxdigit.3 mbrune.3 multibyte.3 rune.3 setlocale.3 setlocale.c setlocale.h setrunelocale.c utf2.4 lib/libc/stdtime Makefile.inc strftime.3 strftime.c Log: MFC: Just the locale fixes (small doc tweaks for the most part) and the new strptime(3) call. Having added something, does this require a version bump? Haven't we bumped once already? There are a *LOT* of additional 3.0 changes to be merged but I'm not entirely comfortable with some of them so I'll take the conservative (read: cowardly :) way out and just merge this much. Revision Changes Path 1.8.2.1 +1 -10 src/lib/libc/locale/collcmp.c 1.3.2.2 +1 -1 src/lib/libc/locale/euc.4 1.1.1.1.8.2 +1 -1 src/lib/libc/locale/isalnum.3 1.1.1.1.8.2 +1 -1 src/lib/libc/locale/isalpha.3 1.1.1.1.8.1 +1 -1 src/lib/libc/locale/isascii.3 1.1.1.1.8.1 +1 -1 src/lib/libc/locale/isblank.3 1.1.1.1.8.2 +1 -1 src/lib/libc/locale/iscntrl.3 1.1.1.1.8.2 +1 -1 src/lib/libc/locale/isdigit.3 1.1.1.1.8.2 +1 -1 src/lib/libc/locale/isgraph.3 1.1.1.1.8.2 +1 -1 src/lib/libc/locale/islower.3 1.1.1.1.8.2 +1 -1 src/lib/libc/locale/isprint.3 1.1.1.1.8.2 +2 -2 src/lib/libc/locale/ispunct.3 1.1.1.1.8.2 +1 -1 src/lib/libc/locale/isspace.3 1.2.2.2 +1 -1 src/lib/libc/locale/isupper.3 1.1.1.1.8.2 +1 -1 src/lib/libc/locale/isxdigit.3 1.1.1.1.8.2 +1 -1 src/lib/libc/locale/mbrune.3 1.1.1.1.8.2 +2 -2 src/lib/libc/locale/multibyte.3 1.1.1.1.8.2 +2 -2 src/lib/libc/locale/rune.3 1.4.2.3 +1 -1 src/lib/libc/locale/setlocale.3 1.8.2.7 +15 -4 src/lib/libc/locale/setlocale.c 1.2.2.1 +1 -0 src/lib/libc/locale/setlocale.h 1.3.2.7 +14 -2 src/lib/libc/locale/setrunelocale.c 1.2.2.2 +1 -1 src/lib/libc/locale/utf2.4 1.3.2.2 +3 -2 src/lib/libc/stdtime/Makefile.inc 1.4.2.3 +2 -1 src/lib/libc/stdtime/strftime.3 1.11.2.5 +2 -177 src/lib/libc/stdtime/strftime.c