From owner-cvs-all Wed Dec 8 7:49:13 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0517314C10; Wed, 8 Dec 1999 07:49:10 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA45396; Wed, 8 Dec 1999 07:49:10 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Message-Id: <199912081549.HAA45396@freefall.freebsd.org> From: Sheldon Hearn Date: Wed, 8 Dec 1999 07:49:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdtime strptime.3 strptime.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk sheldonh 1999/12/08 07:49:10 PST Modified files: lib/libc/stdtime strptime.3 strptime.c Log: Prevent digit-gobbling for all but %l and %e, which can't be fixed. Discuss in the BUGS section of the manpage, problems involved with the use of %C, %e, %l, %p, %U and %W. PR: 13901 Reported by: scott@chronis.pobox.com Revision Changes Path 1.7 +40 -1 src/lib/libc/stdtime/strptime.3 1.16 +47 -13 src/lib/libc/stdtime/strptime.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message