emacs/doc
Paul Eggert 0160cc564b Avoid losing info when formatting integers
* doc/lispref/numbers.texi (Integer Basics): Clarify that
out-of-range integers are treated as floating point only when the
integers are decimal.
* etc/NEWS: Mention changes.
* src/editfns.c (styled_format): Use %.0f when formatting %d or %i
values outside machine integer range, to avoid losing info.
Signal an error for %o or %x values that are too large to be
formatted, to avoid losing info.
2018-12-11 14:14:02 +08:00
..
emacs * lisp/isearch.el (search-exit-option): Add option 'append'. 2018-12-11 14:14:01 +08:00
lispintro Merge from origin/emacs-26 2018-02-28 09:40:40 -08:00
lispref Avoid losing info when formatting integers 2018-12-11 14:14:02 +08:00
man etags(1): fix formatting problem 2018-01-19 14:18:09 +00:00
misc Add OpenDocument formats to Tramp file archives 2018-12-11 14:14:01 +08:00