Files
semi-libc/src/stdio
Rich Felker b91cdbe2bc fix behavior of printf with alt-form octal, zero precision, zero value
in this case there are two conflicting rules in play: that an explicit
precision of zero with the value zero produces no output, and that the
'#' modifier for octal increases the precision sufficiently to yield a
leading zero. ISO C (7.19.6.1 paragraph 6 in C99+TC3) includes a
parenthetical remark to clarify that the precision-increasing behavior
takes precedence, but the corresponding text in POSIX off of which I
based the implementation is missing this remark.

this issue was covered in WG14 DR#151.
2014-11-15 12:16:19 -05:00
..
2011-02-12 00:22:29 -05:00
2012-11-08 16:39:41 -05:00
2012-11-08 16:39:41 -05:00
2011-02-20 17:19:37 -05:00
2011-02-12 00:22:29 -05:00
2012-10-27 19:52:40 -04:00
2012-11-08 16:39:41 -05:00
2012-11-08 16:39:41 -05:00
2012-10-27 19:52:40 -04:00
2012-11-08 16:39:41 -05:00
2012-11-08 16:39:41 -05:00
2012-11-08 16:39:41 -05:00
2011-02-12 00:22:29 -05:00
2013-04-05 23:20:28 -07:00
2012-10-27 19:52:40 -04:00
2011-02-12 00:22:29 -05:00
2012-11-08 16:39:41 -05:00
2012-11-08 16:39:41 -05:00
2012-11-08 16:39:41 -05:00
2012-11-08 16:39:41 -05:00
2012-11-08 16:39:41 -05:00
2012-06-20 09:27:28 -04:00
2012-10-27 19:52:40 -04:00
2011-02-12 00:22:29 -05:00
2012-11-08 16:39:41 -05:00
2012-11-08 16:39:41 -05:00
2013-04-05 23:20:28 -07:00
2013-04-05 23:20:28 -07:00
2012-11-08 16:39:41 -05:00
2014-06-04 03:39:22 -04:00
2013-04-05 23:20:28 -07:00
2012-11-08 16:39:41 -05:00
2013-04-05 23:20:28 -07:00
2012-11-08 16:39:41 -05:00
2013-04-05 23:20:28 -07:00
2013-04-05 23:20:28 -07:00
2013-04-05 23:20:28 -07:00