Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2002 01:57:11 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include wchar.h src/lib/libc/locale Makefile.inc wcsftime.3 wcsftime.c
Message-ID:  <200209110857.g8B8vBh9062416@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/09/11 01:57:11 PDT

  Modified files:
    include              wchar.h 
    lib/libc/locale      Makefile.inc 
  Added files:
    lib/libc/locale      wcsftime.3 wcsftime.c 
  Log:
  Add an implementation of wcsftime() (wide character version of strftime()).
  
  Revision  Changes    Path
  1.23      +3 -0      src/include/wchar.h
  1.37      +4 -2      src/lib/libc/locale/Makefile.inc
  1.1       +61 -0     src/lib/libc/locale/wcsftime.3 (new)
  1.1       +87 -0     src/lib/libc/locale/wcsftime.c (new)

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?200209110857.g8B8vBh9062416>