index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_decimal
/
libmpdec
/
mpdecimal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.8] bpo-41100: Support macOS 11 Big Sur and Apple Silicon Macs (#25806)
Ned Deily
2021-05-02
1
-0/+3
*
bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)
Victor Stinner
2018-10-26
1
-5/+5
*
include (now) int standard headers
Benjamin Peterson
2016-09-06
1
-6/+2
*
Issue #26621: Update libmpdec version and remove unnecessary test case.
Stefan Krah
2016-03-23
1
-2/+2
*
Introduce and check for MPD_VERSION_HEX for precise management of builds
Stefan Krah
2014-08-26
1
-2/+6
*
Whitespace.
Stefan Krah
2014-01-04
1
-3/+3
*
Fix C++ header usage. This __STDC_LIMIT_MACROS scheme can still be subverted
Stefan Krah
2013-12-14
1
-9/+11
*
Update copyright. The four year increment is intentional (to save work).
Stefan Krah
2013-12-08
1
-1/+1
*
Make a couple of parameters constant.
Stefan Krah
2013-12-03
1
-7/+7
*
1) Prepare libmpdec for the 2.4.0 release. None of the following changes aff...
Stefan Krah
2013-11-24
1
-35/+59
*
Issue #16753: Define __GNUC_STDC_INLINE__ to an integer (same as gcc).
Stefan Krah
2012-12-23
1
-1/+1
*
Issue #16745: The gcc visibility pragma is buggy on OpenIndiana and NetBSD.
Stefan Krah
2012-12-22
1
-1/+2
*
Fix Visual Studio build.
Stefan Krah
2012-12-22
1
-0/+3
*
Issue #16745: Hide symbols in _decimal.so.
Stefan Krah
2012-12-22
1
-0/+17
*
Proactive reliability fix for broken FPUs: The base conversion functions
Stefan Krah
2012-06-30
1
-5/+5
*
Use abort() rather than exit() to appease tools like rpmlint. abort() is used
Stefan Krah
2012-03-30
1
-1/+1
*
Whitespace.
Stefan Krah
2012-03-21
1
-7/+7
*
Issue #7652: Integrate the decimal floating point libmpdec library to speed
Stefan Krah
2012-03-21
1
-0/+800