]> git.eshelyaron.com Git - emacs.git/commit
Fix format-time-string bignum bug
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Sep 2018 02:14:01 +0000 (19:14 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 5 Sep 2018 02:15:57 +0000 (19:15 -0700)
commitccb3891ff5446b578b9306aec0fd9c5ec3ed8e98
tree888bda0e0584ef78d2a3b25cc6c03b35b6b8ea8e
parentecb985c10d5241a65ab9552ebfcecaa150b35427
Fix format-time-string bignum bug

The problem can occur on 32-bit platforms with current timestamps.
* src/editfns.c (disassemble_lisp_time, decode_time_components):
Support seconds counts that are bignums.
* test/src/editfns-tests.el (editfns-tests--have-leap-seconds):
New function.
(format-time-string-with-bignum-on-32-bit): New test.
src/editfns.c
test/src/editfns-tests.el