cvs commit: src/lib/libc/stdtime strftime.3 strftime.c
David Xu
davidxu at freebsd.org
Thu Nov 4 00:43:37 PST 2004
Will this fix ugly date text bug at up-right corner of gnome
desktop ?
David Xu
Xin LI wrote:
> 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-src
mailing list