<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/mpcomplex, branch pkgsrc_2015Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2015Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2015Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2015-02-21T09:16:37Z</updated>
<entry>
<title>Update to 1.0.3:</title>
<updated>2015-02-21T09:16:37Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2015-02-21T09:16:37Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a7c43d1201189cdcc668cc6524ecb848cc722a62'/>
<id>urn:sha1:a7c43d1201189cdcc668cc6524ecb848cc722a62</id>
<content type='text'>
Changes in version 1.0.3:
  - Fixed mpc_pow, see
    http://lists.gforge.inria.fr/pipermail/mpc-discuss/2014-October/001315.html
  - #18257: Switched to libtool 2.4.5.
</content>
</entry>
<entry>
<title>Changes 1.0.2:</title>
<updated>2014-02-23T15:32:10Z</updated>
<author>
<name>adam</name>
<email>adam</email>
</author>
<published>2014-02-23T15:32:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5695b885fcbed36286ad8f884e3b57b0f95184c5'/>
<id>urn:sha1:5695b885fcbed36286ad8f884e3b57b0f95184c5</id>
<content type='text'>
- Fixed mpc_atan, mpc_atanh for (+-0, +-1), see
  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57994#c7
- Fixed mpc_log10 for purely imaginary argument, see
  http://lists.gforge.inria.fr/pipermail/mpc-discuss/2012-September/001208.html
</content>
</entry>
<entry>
<title>Split the extract phase into fetch and extract, to ensure that distfiles</title>
<updated>2013-07-08T20:18:52Z</updated>
<author>
<name>jperkin</name>
<email>jperkin</email>
</author>
<published>2013-07-08T20:18:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=75c7d3b6c170af0b1de4ebed4d648aae5047f7b8'/>
<id>urn:sha1:75c7d3b6c170af0b1de4ebed4d648aae5047f7b8</id>
<content type='text'>
can be fetched correctly, keeping in sync with devel/gmp inplace.mk
</content>
</entry>
<entry>
<title>Remove "Trailing empty lines." and/or "Trailing white-space."</title>
<updated>2013-04-08T11:17:08Z</updated>
<author>
<name>rodent</name>
<email>rodent</email>
</author>
<published>2013-04-08T11:17:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=964e82f84a31c3742d196f3ebcf9cf755a13725d'/>
<id>urn:sha1:964e82f84a31c3742d196f3ebcf9cf755a13725d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update mpcomplex to mpc 1.0.1</title>
<updated>2012-09-13T17:34:22Z</updated>
<author>
<name>asau</name>
<email>asau</email>
</author>
<published>2012-09-13T17:34:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f17977850330deb8f2d13325f3f481bdc69370af'/>
<id>urn:sha1:f17977850330deb8f2d13325f3f481bdc69370af</id>
<content type='text'>
Note that tests might need the package installed.


Changes in version 1.0.1:
  - Switched to automake 1.11.6, see
    https://lists.gnu.org/archive/html/automake/2012-07/msg00023.html
  - #14669: Fixed extraction of CC from gmp.h
  - Fixed case of intermediate zero real or imaginary part in mpc_fma,
    found by hydra with GMP_CHECK_RANDOMIZE=1346362345
</content>
</entry>
<entry>
<title>"user-destdir" is default these days</title>
<updated>2012-09-11T23:04:15Z</updated>
<author>
<name>asau</name>
<email>asau</email>
</author>
<published>2012-09-11T23:04:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2616ea74347a099f94cc21357dd8070ab5cad4a4'/>
<id>urn:sha1:2616ea74347a099f94cc21357dd8070ab5cad4a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>math/mpcomplex: Update from version 0.9 to 1.0</title>
<updated>2012-08-05T18:24:56Z</updated>
<author>
<name>marino</name>
<email>marino</email>
</author>
<published>2012-08-05T18:24:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3dc2f3294d2122613471cb10da7b623fe527506d'/>
<id>urn:sha1:3dc2f3294d2122613471cb10da7b623fe527506d</id>
<content type='text'>
Changes since version 0.9:
  - First release as a GNU package
  - License change: LGPLv3+ for code, GFDLv1.3+ (with no invariant sections)
    for documentation
  - 100% of all lines are covered by tests
  - Functions renamed:
    mpc_mul_2exp to mpc_mul_2ui, mpc_div_2exp to mpc_div_2ui
  - 0^0, which returned (NaN,NaN) previously, now returns (1,+0)
  - Removed compatibility with K&amp;R compilers, untestable due to lack of
    such compilers
  - New functions: mpc_log10, mpc_mul_2si, mpc_div_2si
  - Speed-ups:
    - mpc_fma
  - Bug fixes:
    - mpc_div and mpc_norm now return a value indicating the effective
      rounding direction, as the other functions
    - mpc_mul, mpc_sqr and mpc_norm now return correct results even if there
      are over- or underflows during the computation
    - mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
      infinite part and equals output variable is corrected
    - mpc_fr_sub: Wrong return value for imaginary part is corrected
</content>
</entry>
<entry>
<title>Add inplace.mk to allow building this inside another package.</title>
<updated>2012-04-13T11:00:14Z</updated>
<author>
<name>hans</name>
<email>hans</email>
</author>
<published>2012-04-13T11:00:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=950ee6cd9359f8603b819da138e4035f59e6f6ff'/>
<id>urn:sha1:950ee6cd9359f8603b819da138e4035f59e6f6ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Work around a bug in SunOS complex.h to make this build with Suns gcc.</title>
<updated>2011-10-13T13:22:46Z</updated>
<author>
<name>hans</name>
<email>hans</email>
</author>
<published>2011-10-13T13:22:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=748240990c253bc26afeaf15c2a303a2f8670a70'/>
<id>urn:sha1:748240990c253bc26afeaf15c2a303a2f8670a70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Explicitly depend on gmp&gt;=4.3.2 and mpfr&gt;=2.4.2.</title>
<updated>2011-09-14T17:14:09Z</updated>
<author>
<name>hans</name>
<email>hans</email>
</author>
<published>2011-09-14T17:14:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8a4e13c5da6f0da7061b74c531fdacb0635bb824'/>
<id>urn:sha1:8a4e13c5da6f0da7061b74c531fdacb0635bb824</id>
<content type='text'>
</content>
</entry>
</feed>
