<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/math/mpcomplex, branch pkgsrc-2014Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2014Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2014-02-23T15:32:10Z</updated>
<entry>
<title>Changes 1.0.2:</title>
<updated>2014-02-23T15:32:10Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2014-02-23T15:32:10Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1669f8d8aed03c88151afb7bc05b061428aaa1b4'/>
<id>urn:sha1:1669f8d8aed03c88151afb7bc05b061428aaa1b4</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@pkgsrc.org</email>
</author>
<published>2013-07-08T20:18:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f5dea59b2c6f370f05f3b099d444344b3f3ef3fb'/>
<id>urn:sha1:f5dea59b2c6f370f05f3b099d444344b3f3ef3fb</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@pkgsrc.org</email>
</author>
<published>2013-04-08T11:17:08Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2ab539dcf6641013cf030237fb4971b6a93757f5'/>
<id>urn:sha1:2ab539dcf6641013cf030237fb4971b6a93757f5</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@pkgsrc.org</email>
</author>
<published>2012-09-13T17:34:22Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5accc91280b55df36b12c3b28a34c9bc0168b42e'/>
<id>urn:sha1:5accc91280b55df36b12c3b28a34c9bc0168b42e</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@pkgsrc.org</email>
</author>
<published>2012-09-11T23:04:15Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b0feb9f5b186a62a131121fe59db9ccdc0a844bd'/>
<id>urn:sha1:b0feb9f5b186a62a131121fe59db9ccdc0a844bd</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@pkgsrc.org</email>
</author>
<published>2012-08-05T18:24:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=2e61fd580813443dae27045bdc7cc13395742b71'/>
<id>urn:sha1:2e61fd580813443dae27045bdc7cc13395742b71</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@pkgsrc.org</email>
</author>
<published>2012-04-13T11:00:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bdd250074efa9f9ddf0e0e2703d8a51604fa2ae0'/>
<id>urn:sha1:bdd250074efa9f9ddf0e0e2703d8a51604fa2ae0</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@pkgsrc.org</email>
</author>
<published>2011-10-13T13:22:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4e80dcfdb60a51fba523e0774ff91d29e3e419f6'/>
<id>urn:sha1:4e80dcfdb60a51fba523e0774ff91d29e3e419f6</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@pkgsrc.org</email>
</author>
<published>2011-09-14T17:14:09Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f2301d9494fa1c3bdefb99bf189f82d491519032'/>
<id>urn:sha1:f2301d9494fa1c3bdefb99bf189f82d491519032</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow to use gmp/mpfr/mpc which comes with the system (eg on</title>
<updated>2011-07-08T09:40:57Z</updated>
<author>
<name>drochner</name>
<email>drochner@pkgsrc.org</email>
</author>
<published>2011-07-08T09:40:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1d65eb092e179bdc2deef7d8b1094b66cabbdaa1'/>
<id>urn:sha1:1d65eb092e179bdc2deef7d8b1094b66cabbdaa1</id>
<content type='text'>
NetBSD-current with gcc45)</content>
</entry>
</feed>
