From 91ecd30193433c2d35e87b6810c790e2937c2f39 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Mon, 21 Sep 2015 14:24:59 +0000 Subject: web2c/mplibdir/mpmathdecimal.w: Sync with the upstream. git-svn-id: svn://tug.org/texlive/trunk@38424 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/mplibdir/ChangeLog | 4 ++++ Build/source/texk/web2c/mplibdir/mpmathdecimal.w | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'Build/source/texk/web2c/mplibdir') diff --git a/Build/source/texk/web2c/mplibdir/ChangeLog b/Build/source/texk/web2c/mplibdir/ChangeLog index 0c4707eefc6..db853ec24eb 100644 --- a/Build/source/texk/web2c/mplibdir/ChangeLog +++ b/Build/source/texk/web2c/mplibdir/ChangeLog @@ -1,3 +1,7 @@ +2015-09-21 Akira Kakuto + + * mpmathdecimal.w: Sync with the upstream trunk. + 2015-07-10 Peter Breitenlohner * mptraptest (removed): Renamed ... diff --git a/Build/source/texk/web2c/mplibdir/mpmathdecimal.w b/Build/source/texk/web2c/mplibdir/mpmathdecimal.w index 8137e4aaa96..2d5a7e3d0a0 100644 --- a/Build/source/texk/web2c/mplibdir/mpmathdecimal.w +++ b/Build/source/texk/web2c/mplibdir/mpmathdecimal.w @@ -1424,8 +1424,8 @@ int mp_round_unscaled(mp_number x_orig) { @c void mp_number_floor (mp_number *i) { - int round = set.round; - set.round = DEC_ROUND_DOWN; + int round = set.round; + set.round = DEC_ROUND_FLOOR; decNumberToIntegralValue(i->data.num, i->data.num, &set); set.round = round; } -- cgit v1.2.3