COMMITS
/ Modules/_decimal/libmpdec/mpdecimal.h March 30, 2021
A
bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962)
Antoine Pitrou committed
July 22, 2020
S
bpo-41369 Update to libmpdec-2.5.1: new features (GH-21593)
Stefan Krah committed
July 15, 2020
F
bpo-41302: Fix build with system libmpdec (GH-21481)
Felix Yan committed
June 30, 2020
L
bpo-41100: fix _decimal for arm64 Mac OS (GH-21228)
Lawrence D'Anna committed
June 5, 2020
S
bpo-40874: Update to libmpdec-2.5.0 (GH-20652)
Stefan Krah committed
October 26, 2018
V
bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)
Victor Stinner committed
September 6, 2016
B
include (now) int standard headers
Benjamin Peterson committed
March 23, 2016
S
Issue #26621: Update libmpdec version and remove unnecessary test case.
Stefan Krah committed
August 26, 2014
S
Introduce and check for MPD_VERSION_HEX for precise management of builds
Stefan Krah committed
January 4, 2014
S
Whitespace.
Stefan Krah committed
December 14, 2013
S
Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subverted
Stefan Krah committed
December 8, 2013
S
Update copyright. The four year increment is intentional (to save work).
Stefan Krah committed
December 3, 2013
S
Make a couple of parameters constant.
Stefan Krah committed
November 24, 2013
S
1) Prepare libmpdec for the 2.4.0 release. None of the following changes affects
Stefan Krah committed
December 23, 2012
S
Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc).
Stefan Krah committed
December 22, 2012
S
Issue #16745: The gcc visibility pragma is buggy on OpenIndiana and NetBSD.
Stefan Krah committed
S
Fix Visual Studio build.
Stefan Krah committed
S
Issue #16745: Hide symbols in _decimal.so.
Stefan Krah committed
June 30, 2012
S
Proactive reliability fix for broken FPUs: The base conversion functions
Stefan Krah committed
March 30, 2012
S
Use abort() rather than exit() to appease tools like rpmlint. abort() is used
Stefan Krah committed
March 21, 2012
S
Whitespace.
Stefan Krah committed
S
Issue #7652: Integrate the decimal floating point libmpdec library to speed
Stefan Krah committed