SHA256
1
0
forked from pool/mpc

- Update to version 0.8 as required by GCC 4.5.

* C99 feature completion:
    - Inverse trigonometric functions: mpc_asin, mpc_acos, mpc_atan,
      mpc_asinh, mpc_acosh, mpc_atanh
    - Power functions: mpc_pow_d, mpc_pow_ld, mpc_pow_si, mpc_pow_ui,
      mpc_pow_z, mpc_pow_fr

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/mpc?expand=0&rev=7
This commit is contained in:
2009-11-05 16:07:31 +00:00
committed by Git OBS Bridge
parent bddff8b435
commit 285f95404c
4 changed files with 16 additions and 6 deletions

View File

@@ -1,7 +1,17 @@
-------------------------------------------------------------------
Thu Nov 5 16:59:22 CET 2009 - rguenther@suse.de
- Update to version 0.8 as required by GCC 4.5.
* C99 feature completion:
- Inverse trigonometric functions: mpc_asin, mpc_acos, mpc_atan,
mpc_asinh, mpc_acosh, mpc_atanh
- Power functions: mpc_pow_d, mpc_pow_ld, mpc_pow_si, mpc_pow_ui,
mpc_pow_z, mpc_pow_fr
-------------------------------------------------------------------
Fri Sep 11 12:18:44 CEST 2009 - rguenther@suse.de
- Update to version 0.7.
- Update to version 0.7. [fate#306970]
* Bumps SONAME to libmpc.so.2.
-------------------------------------------------------------------