From owner-cvs-all Sat Sep 11 14:43: 9 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 2C92314D18; Sat, 11 Sep 1999 14:43:07 -0700 (PDT) (envelope-from dt@FreeBSD.org) Received: (from dt@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA23973; Sat, 11 Sep 1999 14:35:22 -0700 (PDT) (envelope-from dt@FreeBSD.org) Message-Id: <199909112135.OAA23973@freefall.freebsd.org> From: Dmitrij Tejblum Date: Sat, 11 Sep 1999 14:35:22 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdtime strftime.c timelocal.c timelocal.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1999/09/11 14:35:22 PDT Modified files: lib/libc/stdtime strftime.c timelocal.c timelocal.h Log: Implement new format specifier for strftime: %OB, alternative national representation of the full month name. In the Russian locale, this alternative will be "nominative case", useful when the date designate month as a whole. E.g. month heading in a calendar. I hope it can be useful for some other locales too. Discussed with: wollman, ache Revision Changes Path 1.22 +7 -3 src/lib/libc/stdtime/strftime.c 1.4 +52 -18 src/lib/libc/stdtime/timelocal.c 1.3 +2 -1 src/lib/libc/stdtime/timelocal.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message