summaryrefslogtreecommitdiffstats
path: root/Modules/_decimal/libmpdec/mpdecimal.h
Commit message (Expand)AuthorAgeFilesLines
* [3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)Ned Deily2021-05-021-0/+3
* bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)Victor Stinner2018-10-261-5/+5
* include (now) int standard headersBenjamin Peterson2016-09-061-6/+2
* Issue #26621: Update libmpdec version and remove unnecessary test case.Stefan Krah2016-03-231-2/+2
* Introduce and check for MPD_VERSION_HEX for precise management of buildsStefan Krah2014-08-261-2/+6
* Whitespace.Stefan Krah2014-01-041-3/+3
* Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subvertedStefan Krah2013-12-141-9/+11
* Update copyright. The four year increment is intentional (to save work).Stefan Krah2013-12-081-1/+1
* Make a couple of parameters constant.Stefan Krah2013-12-031-7/+7
* 1) Prepare libmpdec for the 2.4.0 release. None of the following changes aff...Stefan Krah2013-11-241-35/+59
* Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc).Stefan Krah2012-12-231-1/+1
* Issue #16745: The gcc visibility pragma is buggy on OpenIndiana and NetBSD.Stefan Krah2012-12-221-1/+2
* Fix Visual Studio build.Stefan Krah2012-12-221-0/+3
* Issue #16745: Hide symbols in _decimal.so.Stefan Krah2012-12-221-0/+17
* Proactive reliability fix for broken FPUs: The base conversion functionsStefan Krah2012-06-301-5/+5
* Use abort() rather than exit() to appease tools like rpmlint. abort() is usedStefan Krah2012-03-301-1/+1
* Whitespace.Stefan Krah2012-03-211-7/+7
* Issue #7652: Integrate the decimal floating point libmpdec library to speedStefan Krah2012-03-211-0/+800