das c0e486bd07 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.
2003-04-05 22:03:43 +00:00
..
2003-02-06 11:04:47 +00:00
2002-12-19 09:40:28 +00:00
2003-03-05 19:16:41 +00:00
2003-04-01 23:28:50 +00:00
2003-04-05 22:03:43 +00:00
2003-03-12 06:41:49 +00:00
2002-12-19 09:40:28 +00:00