Mercurial > emacs
diff src/ChangeLog @ 75181:ea255892b6fd
(Fformat): Allow integer-format to work with floats of size
larger than most-positive-fixnum (but still smaller than MAXINT).
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Wed, 10 Jan 2007 03:50:19 +0000 |
| parents | cf3da57bf8a5 |
| children | 71763661a76e |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jan 10 03:44:49 2007 +0000 +++ b/src/ChangeLog Wed Jan 10 03:50:19 2007 +0000 @@ -1,5 +1,8 @@ 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca> + * editfns.c (Fformat): Allow integer-format to work with floats of size + larger than most-positive-fixnum (but still smaller than MAXINT). + * dired.c (Ffile_attributes): Use floats for large uids/gids. 2007-01-09 Eli Zaretskii <eliz@gnu.org>
