| 1 |
|
2000-09-05 Richard Kreckel <kreckel@ginac.de> |
| 2 |
|
|
| 3 |
|
* src/complex/transcendental/cl_C_expt_C.cc (expt): fix logic for |
| 4 |
|
the 0^y cases. |
| 5 |
|
|
| 6 |
2000-08-30 Richard Kreckel <kreckel@ginac.de> |
2000-08-30 Richard Kreckel <kreckel@ginac.de> |
| 7 |
|
|
| 8 |
* include/cln/number.h, cl_number::_as_cl_private_thing(): removed. |
* include/cln/number.h, cl_number::_as_cl_private_thing(): removed. |
| 16 |
|
|
| 17 |
2000-08-29 Richard Kreckel <kreckel@ginac.de> |
2000-08-29 Richard Kreckel <kreckel@ginac.de> |
| 18 |
|
|
| 19 |
* TODO: DESCRIBE NAMESPACE CHANGES HERE!!! |
* */*: Pushed CLN into a namespace `cln'. While doing so, the |
| 20 |
|
following identifiers got their poor-man's namespace (i.e. the |
| 21 |
|
prefix `cl_') stripped off: |
| 22 |
|
cl_catalanconst() -> catalanconst() |
| 23 |
|
cl_compare() -> compare() |
| 24 |
|
cl_cos_sin() -> cos_sin() |
| 25 |
|
cl_cos_sin_t -> cos_sin_t |
| 26 |
|
cl_cosh_sinh() -> cosh_sinh() |
| 27 |
|
cl_cosh_sinh_t -> cosh_sinh_t |
| 28 |
|
cl_decoded_dfloat -> decoded_dfloat |
| 29 |
|
cl_decoded_ffloat -> decoded_ffloat |
| 30 |
|
cl_decoded_float -> decoded_float |
| 31 |
|
cl_decoded_lfloat -> decoded_lfloat |
| 32 |
|
cl_decoded_sfloat -> decoded_sfloat |
| 33 |
|
cl_default_float_format -> default_float_format |
| 34 |
|
cl_default_print_flags -> default_print_flags |
| 35 |
|
cl_default_random_state -> default_random_state |
| 36 |
|
cl_double_approx() -> double_approx() |
| 37 |
|
cl_equal() -> equal() |
| 38 |
|
cl_equal_hashcode() -> equal_hashcode() |
| 39 |
|
cl_eulerconst() -> eulerconst() |
| 40 |
|
cl_find_modint_ring() -> find_modint_ring() |
| 41 |
|
cl_find_univpoly_ring() -> find_univ_poly_ring() |
| 42 |
|
cl_float_approx() -> float_approx |
| 43 |
|
cl_float_format() -> float_format() |
| 44 |
|
cl_float_format_t -> float_format_t |
| 45 |
|
cl_free_hook() -> free_hook() |
| 46 |
|
cl_hermite() -> hermite() |
| 47 |
|
cl_laguerre() -> laguerre() |
| 48 |
|
cl_legendre() -> legandre() |
| 49 |
|
cl_malloc_hook() -> malloc_hook() |
| 50 |
|
cl_pi() -> pi() |
| 51 |
|
cl_tschebychev() -> tschebychev() |
| 52 |
|
cl_zeta() -> zeta() |
| 53 |
|
NB: For functions these changes includes all signatures. |
| 54 |
|
* include/*: moved to include/cln/*, stripped `cl_' off filenames. |
| 55 |
|
* cln-config.in: new file. |
| 56 |
|
|
| 57 |
2000-08-26 Bruno Haible <haible@clisp.cons.org> |
2000-08-26 Bruno Haible <haible@clisp.cons.org> |
| 58 |
|
|