| 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. |
| 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. |