Date: Thu, 4 Nov 2004 08:34:57 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdtime strftime.3 strftime.c Message-ID: <200411040834.iA48Yv35076385@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411040834.iA48Yv35076385>