David Schultz 38cac8f88b 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
..
2002-09-28 00:25:32 +00:00
2003-04-05 22:03:43 +00:00
2002-12-27 12:15:40 +00:00
2003-03-24 16:02:05 +00:00
2002-12-27 12:15:40 +00:00
2003-03-19 14:15:32 +00:00
2003-02-06 11:25:03 +00:00
2002-12-27 12:15:40 +00:00
2002-12-27 12:15:40 +00:00
2003-03-27 14:35:00 +00:00
2003-03-24 16:02:05 +00:00
2002-09-28 00:25:32 +00:00
2003-04-01 04:49:12 +00:00
2003-03-24 16:02:05 +00:00
2003-01-28 23:03:15 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2003-03-24 15:56:36 +00:00
2003-01-07 13:18:21 +00:00
2002-09-28 00:25:32 +00:00
2003-03-24 16:02:05 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2002-09-28 00:25:32 +00:00
2003-03-09 19:56:21 +00:00
2002-09-28 00:25:32 +00:00