cvs commit: src/lib/libc/stdtime strftime.3 strftime.c

Xin LI delphij at FreeBSD.org
Thu Nov 4 00:34:58 PST 2004


delphij     2004-11-04 08:34:57 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdtime     strftime.3 strftime.c 
  Log:
  Add glibc-style strftime(3) padding specifiers, namely, -(no padding),
  _(use space as padding), and 0(zero padding).
  
  These GNU extensions are widely used ones that is worthy for us to
  have.
  
  Discussed with: stefanf, roam, -current
  Approved by:    murray
  Prodded by:     ports/72722, ports/72723
  MFC After:      1 month
  
  Revision  Changes    Path
  1.35      +10 -1     src/lib/libc/stdtime/strftime.3
  1.41      +69 -20    src/lib/libc/stdtime/strftime.c


More information about the cvs-all mailing list