diff options
| author | Paul Eggert | 2011-01-08 17:18:39 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-08 17:18:39 -0800 |
| commit | fa2c4f5619481856c8cdf33be987d5785f51b750 (patch) | |
| tree | 70cdbb77315aaccccd98822732fb718d63d4855c /src/ChangeLog | |
| parent | 743c80a7253985de327fa6b3dc9ff1724da5cc78 (diff) | |
| download | emacs-fa2c4f5619481856c8cdf33be987d5785f51b750.tar.gz emacs-fa2c4f5619481856c8cdf33be987d5785f51b750.zip | |
Use gnulib's ftoastr module.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c8bcd2ab669..a7d7b87a9b5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-01-09 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Use gnulib's ftoastr module. | ||
| 4 | * print.c: Include ftoastr.h. | ||
| 5 | (FLT_RADIX, DBL_MANT_DIG, DBL_DIG, DBL_MIN, DOUBLE_DIGITS_BOUND): | ||
| 6 | Remove; no longer needed. | ||
| 7 | (float_to_string): Use dtoastr rather than rolling our own code, | ||
| 8 | which had an off-by-one bug on non-IEEE hosts. | ||
| 9 | |||
| 1 | 2011-01-08 Paul Eggert <eggert@cs.ucla.edu> | 10 | 2011-01-08 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 11 | ||
| 3 | Automate syncing from gnulib. | 12 | Automate syncing from gnulib. |