/[cln]/ChangeLog
ViewVC logotype

Diff of /ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.21 by kreckel, Mon Oct 30 17:44:15 2000 UTC revision 1.22 by kreckel, Wed Nov 1 18:31:57 2000 UTC
# Line 1  Line 1 
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:

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15