]> www.ginac.de Git - cln.git/commit
* include/cln/object.h (cl_combine): define additional signatures, if
authorRichard Kreckel <kreckel@ginac.de>
Wed, 1 Nov 2000 18:31:57 +0000 (18:31 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Wed, 1 Nov 2000 18:31:57 +0000 (18:31 +0000)
commit2f48af80594306e67a14421b56ea3d1960acd237
treef474c17441a8936cfc983ad8b725a0c0cfdd6fb0
parent1897760a44c001651b60283a2fbbb547bb7c2cb8
    * include/cln/object.h (cl_combine): define additional signatures, if
          HAVE_LONGLONG is defined, in order to keep the compiler happy.
        * src/base/cl_macros.h: include "cln/types.h", since we need HAVE_DD...
        * src/base/cl_macros.h (bit): ...for this macro...
        * src/base/cl_macros.h (minus_bit): ...and this one.
        * src/base/cl_low.h: include "cln/types.h", since we need HAVE_DD...
        * src/base/cl_low.h (logcount_64): ...for this macro.
        * src/base/random/cl_UL_random.cc (random32): if HAVE_DD a is an ULL.
        * src/integer/gcd/cl_I_gcd_aux2.cc (floorDD): fixed algorithmic bug
          that turned up when intDsize==32 and cl_word_size==64.
        * src/float/dfloat/elem/cl_DF_div.cc (operator/): fixed a missing cast
          to uint64 that turned up when intDsize==32 and cl_word_size==64.
ChangeLog
src/base/cl_low.h
src/base/cl_macros.h
src/base/random/cl_UL_random.cc
src/float/dfloat/elem/cl_DF_div.cc
src/integer/gcd/cl_I_gcd_aux2.cc