Date: Mon, 27 Dec 2004 21:33:57 +0000 From: Josef El-Rayes <josef@FreeBSD.org> To: standards@FreeBSD.org Subject: replacing "%+" with "%c %Z" Message-ID: <20041227213356.GA25737@daemon.li>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] hi! i was playing around with making usr.bin/ WARNS=6 clean and noticed that using "%+" in the format string of strftime makes gcc unhappy, so i tried to make similiar behaviour using existing format chars and when i compare "%+" with "%c %Z" its almost the same: Mon Dec 27 12:52:34 CET 2004 (%+) Mon Dec 27 12:52:34 2004 CET (%c %Z) so i was wondering if i should note this in the manpage and run over the tree to replace all existing '%+' with "%c %Z", any idea? -josef for example: http://people.freebsd.org/~josef/stuff/at-clean.diff -- Josef El-Rayes (__) Email: josef@daemon.li \\\'',) Web: http://daemon.li/ \/ \ ^ FreeBSD Security Team .\._/_) [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iQEVAwUBQdB/w1nFItmnnbU8AQKiAQf+OuCIcl8aK3EYr8k6BWruUHY/4IWKAqoB C1x3UTlriNbLKp9e1pYKjcROwsJk4qbZNIvn+g0b/YMEFj6A0b0Hj8sh0xKOpnMz YXuHog34ewScI4FPWS5QZSLaCLXVL/lBr+x9lwWlHEz2VeCmgKY6lqeayMDCZmcO jnB4D2S3d+0Rj/UGocp+q/7GarOuMcKQn0+0fu/S+LVQ33q50qcBYHZKZgoH0Vcn O+x4s6TPuMo9JalniVjI/VjOnRNGprm+rYIsJnjLk/iCW501SXGfBM/m8CHNpUqN +L3vgVf+8Bn17wSBR3S7ZCWnNyWGleJsaVNaDFrEPZOJaY9/U9Z8IA== =RtQN -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041227213356.GA25737>
