diff options
| author | Eli Zaretskii | 2006-07-21 17:28:23 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-07-21 17:28:23 +0000 |
| commit | 69b72317aeb1cc87010be0b2e8f612481ed56334 (patch) | |
| tree | f0664874408283d3c6d0ad370c46edb5c8980d96 /src/ChangeLog | |
| parent | 796660a58f7c4947f7aba51a6387ac1c0ad98277 (diff) | |
| download | emacs-69b72317aeb1cc87010be0b2e8f612481ed56334.tar.gz emacs-69b72317aeb1cc87010be0b2e8f612481ed56334.zip | |
(convert_time): Use explicit long double constants to ensure long double
arithmetics is used throughout.
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 510e1f9e49a..8c36f58cca2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-07-21 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (convert_time): Use explicit long double constants to | ||
| 4 | ensure long double arithmetics is used throughout. | ||
| 5 | |||
| 1 | 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 6 | 2006-07-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 7 | ||
| 3 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars. | 8 | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): New vars. |