Searched hist:124657 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/lib/libc/stdio/
H A Dprintf-pos.cdiff 124657 Sun Jan 18 08:28:32 MST 2004 das Fix some bugs affecting the %a and %A format specifiers. Since
these are not fully implemented and ifdef'd out, the bugs have
never manifested themselves. Specifically:

- Fix a memory leak in the case where %a follows another
floating-point format.
- Make the %a/%A code behave like %e/%E with respect to
precision.
- It is no longer valid to assume that '-' and '0x' are
mutually exclusive.
- Address other minor issues.
H A Dvfprintf.cdiff 124657 Sun Jan 18 08:28:32 MST 2004 das Fix some bugs affecting the %a and %A format specifiers. Since
these are not fully implemented and ifdef'd out, the bugs have
never manifested themselves. Specifically:

- Fix a memory leak in the case where %a follows another
floating-point format.
- Make the %a/%A code behave like %e/%E with respect to
precision.
- It is no longer valid to assume that '-' and '0x' are
mutually exclusive.
- Address other minor issues.

Completed in 174 milliseconds