]> git.eshelyaron.com Git - emacs.git/commit
Fix bug with ‘mod’ and float+bignum
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Aug 2018 06:27:47 +0000 (23:27 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 19 Aug 2018 06:29:16 +0000 (23:29 -0700)
commit06b5bcd639bf97fc77dc89dd52f136d4f262e888
tree4533e24794585504e3c5fce20f00fb873f1a0235
parent351859238d8b72c514f6714bd0f6b4dd39941606
Fix bug with ‘mod’ and float+bignum

Problem reported by Andy Moreton in:
https://lists.gnu.org/r/emacs-devel/2018-08/msg00442.html
* src/floatfns.c (fmod_float): Work even if an arg is a bignum.
* test/src/floatfns-tests.el (bignum-mod): New test.
src/floatfns.c
test/src/floatfns-tests.el