Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Sep 1999 14:35:22 -0700 (PDT)
From:      Dmitrij Tejblum <dt@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdtime strftime.c timelocal.c timelocal.h
Message-ID:  <199909112135.OAA23973@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909112135.OAA23973>