/[cln]/ChangeLog
ViewVC logotype

Diff of /ChangeLog

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

revision 1.28 by kreckel, Fri Nov 24 20:51:01 2000 UTC revision 1.29 by kreckel, Tue Dec 5 15:38:25 2000 UTC
# Line 1  Line 1 
1    2000-12-05  Richard Kreckel  <kreckel@ginac.de>
2    
3            * Makefile.in, src/Makefile.in, doc/Makefile.in: Use mkdir -p.
4            * include/cln/version.h.in, src/base/verion.cc: New files.
5            * configure.in: Generate include/cln/version.h.
6            * cln.m4: Rewrote it. Check result of cln-config without compiling.
7              Do cross-check library version and header version information.
8    
9    2000-12-02  Christian Bauer  <cbauer@ginac.de>
10    
11            * Makefile.in, src/Makefile.in, doc/Makefile.in: Added $DESTDIR.
12            * cln.m4, cln.spec.in: some minor fixes with respect to RPM package
13              building.
14    
15  2000-11-24  Richard Kreckel  <kreckel@ginac.de>  2000-11-24  Richard Kreckel  <kreckel@ginac.de>
16    
17          * */*: Removed problematic stdin, stdout and stderr definitions.          * */*: Removed problematic stdin, stdout and stderr definitions.
# Line 65  Line 79 
79          * src/base/cl_low.h: include "cln/types.h", since we need HAVE_DD...          * src/base/cl_low.h: include "cln/types.h", since we need HAVE_DD...
80          * src/base/cl_low.h (logcount_64): ...for this macro.          * src/base/cl_low.h (logcount_64): ...for this macro.
81          * src/base/random/cl_UL_random.cc (random32): if HAVE_DD a is an ULL.          * src/base/random/cl_UL_random.cc (random32): if HAVE_DD a is an ULL.
82          * src/integer/gcd/cl_I_gcd_aux2.cc (floorDD): fixed algorithmic bug          * src/integer/gcd/cl_I_gcd_aux2.cc (floorDD): fixed algorithmic bug.
83            that turned up when intDsize==32 and cl_word_size==64.            that turned up when intDsize==32 and cl_word_size==64.
84          * src/float/dfloat/elem/cl_DF_div.cc (operator/): fixed a missing cast          * src/float/dfloat/elem/cl_DF_div.cc (operator/): fixed a missing cast
85            to uint64 that turned up when intDsize==32 and cl_word_size==64.            to uint64 that turned up when intDsize==32 and cl_word_size==64.

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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