<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/_decimal/libmpdec, branch enum-lost-fixes</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962)</title>
<updated>2021-03-30T16:11:06+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>antoine@python.org</email>
</author>
<published>2021-03-30T16:11:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=73b20ae2fb7a5c1374aa5c3719f64c53d29fa0d2'/>
<id>73b20ae2fb7a5c1374aa5c3719f64c53d29fa0d2</id>
<content type='text'>
Complete the update to libmpdec-2.5.1.

Co-authored-by: Stefan Krah &lt;skrah@bytereef.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Complete the update to libmpdec-2.5.1.

Co-authored-by: Stefan Krah &lt;skrah@bytereef.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40878: xlc cannot handle C99 extern inline. (GH-21887)</title>
<updated>2020-08-15T14:06:21+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2020-08-15T14:06:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=40e700ad042089120456cc2ee79b8ca69479416b'/>
<id>40e700ad042089120456cc2ee79b8ca69479416b</id>
<content type='text'>
This applies to the default "extc99" mode.  Python does not compile with "stdc99".</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This applies to the default "extc99" mode.  Python does not compile with "stdc99".</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41369 Update to libmpdec-2.5.1: new features (GH-21593)</title>
<updated>2020-07-22T19:54:42+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2020-07-22T19:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9b9f1582753979f38d2fd927cddf0621a65e9ed6'/>
<id>9b9f1582753979f38d2fd927cddf0621a65e9ed6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41302: Fix build with system libmpdec (GH-21481)</title>
<updated>2020-07-15T12:14:11+00:00</updated>
<author>
<name>Felix Yan</name>
<email>felixonmars@archlinux.org</email>
</author>
<published>2020-07-15T12:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=015efdbef7454a522e88cd79ba2b4cd77a5fb2a2'/>
<id>015efdbef7454a522e88cd79ba2b4cd77a5fb2a2</id>
<content type='text'>
Move definition of UNUSED from modified headers of libmpdec to
_decimal.c itself. This makes the vendored source closer to the
standalone library and fixes build with --with-system-libmpdec.

Tested to build fine with either system libmpdec or the vendored one.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move definition of UNUSED from modified headers of libmpdec to
_decimal.c itself. This makes the vendored source closer to the
standalone library and fixes build with --with-system-libmpdec.

Tested to build fine with either system libmpdec or the vendored one.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-41100: fix _decimal for arm64 Mac OS (GH-21228)</title>
<updated>2020-06-30T09:15:46+00:00</updated>
<author>
<name>Lawrence D'Anna</name>
<email>64555057+lawrence-danna-apple@users.noreply.github.com</email>
</author>
<published>2020-06-30T09:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=604d95e235d86465b8c17f02095edcaf18464d4c'/>
<id>604d95e235d86465b8c17f02095edcaf18464d4c</id>
<content type='text'>
Patch by Lawrence Danna.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Lawrence Danna.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-40874: Update to libmpdec-2.5.0 (GH-20652)</title>
<updated>2020-06-05T17:43:01+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2020-06-05T17:43:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=087d612efebe7c64e5f079b07e0454111859830e'/>
<id>087d612efebe7c64e5f079b07e0454111859830e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581)</title>
<updated>2020-02-21T00:52:47+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2020-02-21T00:52:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=90930e65455f60216f09d175586139242dbba260'/>
<id>90930e65455f60216f09d175586139242dbba260</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename memory.c to mpalloc.c for consistency with the header file. (#14687)</title>
<updated>2019-07-10T16:27:38+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2019-07-10T16:27:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f117d871c467e82d98b127fd77d2542600d67c39'/>
<id>f117d871c467e82d98b127fd77d2542600d67c39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Really remove vcstdint.h. (#14686)</title>
<updated>2019-07-10T15:55:48+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2019-07-10T15:55:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4749dbe54cfbcae64a06da2623e44f4017032207'/>
<id>4749dbe54cfbcae64a06da2623e44f4017032207</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)</title>
<updated>2018-10-26T15:06:57+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@redhat.com</email>
</author>
<published>2018-10-26T15:06:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3b1cba3701fd1321a9bdafa9e683f891369f0cfd'/>
<id>3b1cba3701fd1321a9bdafa9e683f891369f0cfd</id>
<content type='text'>
Declare functions with EXTINLINE:

* mpd_del()
* mpd_uint_zero()
* mpd_qresize()
* mpd_qresize_zero()
* mpd_minalloc()

These functions are implemented with "inline" or "ALWAYS_INLINE", but
declared without inline which cause linker error on Visual Studio in
Debug mode when using /Ob1.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Declare functions with EXTINLINE:

* mpd_del()
* mpd_uint_zero()
* mpd_qresize()
* mpd_qresize_zero()
* mpd_minalloc()

These functions are implemented with "inline" or "ALWAYS_INLINE", but
declared without inline which cause linker error on Visual Studio in
Debug mode when using /Ob1.</pre>
</div>
</content>
</entry>
</feed>
