/[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.37 by kreckel, Sat May 19 15:10:59 2001 UTC
# Line 1  Line 1 
1    2001-05-19  Richard Kreckel  <kreckel@ginac.de>
2    
3            * INSTALL: Update toolchain info: no egcs, some more platforms.
4            * doc/cln.tex: Likewise.
5    
6    2001-05-18  Richard Kreckel  <kreckel@ginac.de>
7    
8            * src/base/cl_low.h: prepended variables declared inside macros
9              with underscore.  Fixes equal_hashcode() on various platforms.
10    
11    2001-04-25  Richard Kreckel  <kreckel@ginac.de>
12    
13            * src/base/cl_low.h: Added several checks if NO_ASM is defined, so
14              this definition becomes actually useful.  This is needed for
15              compilation on Arm until somebody fixes the assembler files for Arm.
16            * src/base/digitseq/cl_asm.h: Likewise.
17            * src/base/digitseq/cl_asm_.cc: Likewise.
18            * */Makefile.in: Added `override' in front of `CPPFLAGS +=' so
19               one can say `make CPPFLAGS=-DFOOBAR'.
20    
21    2001-03-26  Arvid Norberg <c99ang@cs.umu.se>
22    
23            * src/base/random/cl_random_from.cc: ported to beos.
24    
25    2001-03-05  Richard Kreckel  <kreckel@ginac.de>
26    
27            * include/cln/modules.h (CL_JUMP_TO): Fix IA64 brokenness.
28    
29    2001-01-28  Richard Kreckel  <kreckel@ginac.de>
30    
31            * include/cln/number.h (cl_as_N): Remove bogus comment.
32    
33    2001-01-22  Richard Kreckel  <kreckel@ginac.de>
34    
35            * configure.in: Make build in separate builddir possible (again).
36    
37    2001-01-22  Richard Kreckel  <kreckel@ginac.de>
38    
39            * include/cln/*.h: Change signatures of all classes' methods
40              cln::cl_foo::operator new(size_t, cl_foo*) to
41              cln::cl_foo::operator new(size_t, void*) so one can declare
42              std::vector<cln::cl_foo>, std::list<cln::cl_foo> etc. for
43              certain STL implementations (like libstdc++-v3).
44    
45    2000-12-14  Richard Kreckel  <kreckel@ginac.de>
46    
47            * Version 1.1 released.
48    
49    2000-12-13  Richard Kreckel  <kreckel@ginac.de>
50    
51            * */*: cl_istream -> std::istream, cl_ostream -> std::ostream.
52    
53    2000-12-05  Richard Kreckel  <kreckel@ginac.de>
54    
55            * Makefile.in, src/Makefile.in, doc/Makefile.in: Use mkdir -p.
56            * include/cln/version.h.in, src/base/verion.cc: New files.
57            * configure.in: Generate include/cln/version.h.
58            * cln.m4: Rewrote it. Check result of cln-config without compiling.
59              Do cross-check library version and header version information.
60    
61    2000-12-02  Christian Bauer  <cbauer@ginac.de>
62    
63            * Makefile.in, src/Makefile.in, doc/Makefile.in: Added $DESTDIR.
64            * cln.m4, cln.spec.in: some minor fixes with respect to RPM package
65              building.
66    
67    2000-11-24  Richard Kreckel  <kreckel@ginac.de>
68    
69            * */*: Removed problematic stdin, stdout and stderr definitions.
70              Use std::cin, std::cout, std::cerr instead (obsoletes 2000-10-29).
71    
72    2000-11-20  Bruno Haible
73    
74            * cln-config.1: change title.
75    
76    2000-11-18  Richard Kreckel  <kreckel@ginac.de>
77    
78            * cln.m4: New file.
79            * doc/cln.tex: Document package tools cln-config and cln.m4.
80            * Makefile.in: Care about cln.m4.
81    
82    2000-11-17  Richard Kreckel  <kreckel@ginac.de>
83    
84            * cln-config.1: added manpage, as required by a couple of distros.
85            * Makefile.in, doc/Makefile.in: target install depends on installdirs.
86    
87    2000-11-16  Richard Kreckel  <kreckel@ginac.de>
88    
89            * autoconf/aclocal.m4 (CL_GMP_SET_UINTD): New macro...
90            * configure.in: ...used here.
91            * include/cln/config.h.in: Put in macros defined by CL_GMP_SET_UINTD...
92            * include/cln/types.h: ...used here.
93            * autoconf/acgeneral.m4, autoconf/aclocal.m4: Adhere to FHS.
94    
95    2000-11-13  Richard Kreckel  <kreckel@ginac.de>
96    
97            * src/base/digitseq/cl_asm.h: Test if (intDsize==32) for MIPS and HPPA,
98              in order to guard against an accidented configuration.
99            * src/integer/conv/cl_I_to_digits.cc (table): member b_hoch_k of
100              struct power_table_entry initialized as ULL instead of as UL, if
101              intDsize==64 (caused misprinting on MIPS w/ GMP).
102            * src/base/cl_macros.h (minus_bitm, bitc): implemented ULL, if
103              HAVE_FAST_LONGLONG.
104            * src/integer/bitwise/cl_I_mkfx.cc (mkf_extract): Likewise.
105            * src/integer/conv/cl_I_from_L.cc (cl_I_from_L): Added trival
106              generation of Bignum for intDsize==64 and a notreached-check at end.
107            * autoconf/config.guess, autoconf/config.sub: updated from FSF.
108            * include/cln/config.h.in: Prepared support for IA64.
109            * include/cln/types.h: Likewise.
110            * include/cln/object.h: Likewise.
111            * include/cln/modules.h: Likewise.
112            * src/base/cl_macros.h (nonreturning_function): Likewise (NUE's
113              compiler claims __GNUC_MINOR__==9).
114    
115    2000-11-03  Richard Kreckel  <kreckel@ginac.de>
116    
117            * src/base/cl_macros.h (bit, minus_bit): changed criterion for ULL from
118              HAVE_DD to HAVE_FAST_LONGLONG.
119            * src/base/cl_macros.h (bitm): implemented ULL, if HAVE_FAST_LONGLONG.
120            * src/base/cl_low.h: actually no need to include "cln/types.h" here.
121            * src/base/cl_low.h (logcount_64): always ULL, independent of HAVE_DD.
122            * src/base/random/cl_UL_random.cc (random32): a is always ULL.
123    
124    2000-11-01  Richard Kreckel  <kreckel@ginac.de>
125    
126            * include/cln/object.h (cl_combine): define additional signatures, if
127              HAVE_LONGLONG is defined, in order to keep the compiler happy.
128            * src/base/cl_macros.h: include "cln/types.h", since we need HAVE_DD...
129            * src/base/cl_macros.h (bit): ...for this macro...
130            * src/base/cl_macros.h (minus_bit): ...and this one.
131            * src/base/cl_low.h: include "cln/types.h", since we need HAVE_DD...
132            * src/base/cl_low.h (logcount_64): ...for this macro.
133            * src/base/random/cl_UL_random.cc (random32): if HAVE_DD a is an ULL.
134            * src/integer/gcd/cl_I_gcd_aux2.cc (floorDD): fixed algorithmic bug.
135              that turned up when intDsize==32 and cl_word_size==64.
136            * src/float/dfloat/elem/cl_DF_div.cc (operator/): fixed a missing cast
137              to uint64 that turned up when intDsize==32 and cl_word_size==64.
138    
139  2000-10-29  Richard Kreckel  <kreckel@ginac.de>  2000-10-29  Richard Kreckel  <kreckel@ginac.de>
140    
141          * 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.37

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