diff options
| author | Michael Welsh Duggan | 2011-02-14 17:25:29 -0500 |
|---|---|---|
| committer | Chong Yidong | 2011-02-14 17:25:29 -0500 |
| commit | 75b43359dd68edd356d9f611ebc3dd5b477fa637 (patch) | |
| tree | 2a2deaeb8fc360762e77a4596d6c7e1b65c511f9 /src/ChangeLog | |
| parent | aa0935b987a4a10e8adcd1af64ea4fc10e860e54 (diff) | |
| download | emacs-75b43359dd68edd356d9f611ebc3dd5b477fa637.tar.gz emacs-75b43359dd68edd356d9f611ebc3dd5b477fa637.zip | |
Fix use of dtoastr from gnulib.
* src/print.c (float_to_string): Ensure that a decimal point is
printed if using dtoastr (Bug#8033).
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2f5749238ff..e3a3137e482 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-02-14 Michael Welsh Duggan <md5i@md5i.com> | ||
| 2 | |||
| 3 | * print.c (float_to_string): Ensure that a decimal point is | ||
| 4 | printed if using dtoastr (Bug#8033). | ||
| 5 | |||
| 1 | 2011-02-14 Eli Zaretskii <eliz@gnu.org> | 6 | 2011-02-14 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * msdos.c (IT_frame_up_to_date): | 8 | * msdos.c (IT_frame_up_to_date): |