| 1 |
|
2000-11-01 Richard Kreckel <kreckel@ginac.de> |
| 2 |
|
|
| 3 |
|
* include/cln/object.h (cl_combine): define additional signatures, if |
| 4 |
|
HAVE_LONGLONG is defined, in order to keep the compiler happy. |
| 5 |
|
* src/base/cl_macros.h: include "cln/types.h", since we need HAVE_DD... |
| 6 |
|
* src/base/cl_macros.h (bit): ...for this macro... |
| 7 |
|
* src/base/cl_macros.h (minus_bit): ...and this one. |
| 8 |
|
* src/base/cl_low.h: include "cln/types.h", since we need HAVE_DD... |
| 9 |
|
* src/base/cl_low.h (logcount_64): ...for this macro. |
| 10 |
|
* src/base/random/cl_UL_random.cc (random32): if HAVE_DD a is an ULL. |
| 11 |
|
* src/integer/gcd/cl_I_gcd_aux2.cc (floorDD): fixed algorithmic bug |
| 12 |
|
that turned up when intDsize==32 and cl_word_size==64. |
| 13 |
|
* src/float/dfloat/elem/cl_DF_div.cc (operator/): fixed a missing cast |
| 14 |
|
to uint64 that turned up when intDsize==32 and cl_word_size==64. |
| 15 |
|
|
| 16 |
2000-10-29 Richard Kreckel <kreckel@ginac.de> |
2000-10-29 Richard Kreckel <kreckel@ginac.de> |
| 17 |
|
|
| 18 |
* src/real/input/cl_R_read.cc, src/complex/input/cl_N_read.cc: |
* src/real/input/cl_R_read.cc, src/complex/input/cl_N_read.cc: |