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

/freebsd-10-stable/lib/libc/stdio/
H A Dfloatio.hdiff 113142 Sat Apr 05 20:03:43 MST 2003 das Correct some buffer sizes.

- __vfprintf()'s 'buf' has never been used for floating point, so
don't define it in terms of (incorrect) constants describing
floating point numbers. The actual size needed depends on
sizeof(uintmax_t) and locale details, so I slightly overestimated.

- We don't need a 308-character buffer to store the string "308".
With long doubles and %a we need more than three characters, though.
H A Dprintf-pos.cdiff 113142 Sat Apr 05 20:03:43 MST 2003 das Correct some buffer sizes.

- __vfprintf()'s 'buf' has never been used for floating point, so
don't define it in terms of (incorrect) constants describing
floating point numbers. The actual size needed depends on
sizeof(uintmax_t) and locale details, so I slightly overestimated.

- We don't need a 308-character buffer to store the string "308".
With long doubles and %a we need more than three characters, though.

Completed in 114 milliseconds