| 1 |
|
2007-01-20 Bruno Haible <bruno@clisp.org> |
| 2 |
|
|
| 3 |
|
Avoid some gcc warnings. |
| 4 |
|
* autoconf/floatparam.c (flipped_double): Use a union instead of a |
| 5 |
|
type-punning cast. |
| 6 |
|
* include/cln/number.h (union ffloatjanus, union dfloatjanus): Remove |
| 7 |
|
declarations. |
| 8 |
|
(cl_float_to_FF_pointer, cl_double_to_DF_pointer): Change argument |
| 9 |
|
type. |
| 10 |
|
(CL_DEFINE_FLOAT_CONSTRUCTOR, CL_DEFINE_DOUBLE_CONSTRUCTOR): Update. |
| 11 |
|
* src/float/ffloat/cl_FF.h (cl_float_to_FF_pointer): Change argument |
| 12 |
|
type. |
| 13 |
|
(cl_float_to_FF): Remove function. |
| 14 |
|
* src/float/ffloat/conv/cl_FF_from_float.cc (FAST_FLOAT): Define. |
| 15 |
|
(cl_float_to_FF_pointer): Change argument type. |
| 16 |
|
* src/float/dfloat/cl_DF.h (cl_double_to_DF_pointer): Change argument |
| 17 |
|
type. |
| 18 |
|
(cl_double_to_DF): Remove function. |
| 19 |
|
* src/float/dfloat/conv/cl_DF_from_double.cc (FAST_DOUBLE): Define. |
| 20 |
|
(cl_double_to_DF_pointer): Change argument type. |
| 21 |
|
* src/float/lfloat/cl_LF_impl.h (LF_decode): Mark the mantlen_zuweisung |
| 22 |
|
assignment as possibly unused. |
| 23 |
|
* src/base/cl_low.h (mulu32): Mark the hi_zuweisung assignment as |
| 24 |
|
possibly unused. |
| 25 |
|
* src/float/transcendental/cl_LF_zeta_int.cc (compute_zeta_cvz2): |
| 26 |
|
Remove unused local variable. |
| 27 |
|
|
| 28 |
2007-01-19 Richard B. Kreckel <kreckel@ginac.de> |
2007-01-19 Richard B. Kreckel <kreckel@ginac.de> |
| 29 |
|
|
| 30 |
* Version 1.2.0 released. |
* Version 1.2.0 released. |