MAINTAINER: -- Martin Albrecht -- 2007-11-02 Michael Abshoff * apply rpw's work aorund for OSX 10.5 * add .hgignore -- 2007-02-03 Martin Albrecht * new upstream release: 3.2.6 * Changes to upstream (everything else below is irrelevant): ./src/library/poly1/givpoly1factor.h (2006-10-21 fix) ./src/kernel/zpz/givgfq.inl (2006-10-21 fix) ./src/kernel/zpz/givgfq.h (2006-10-21 fix) ./aclocal.m4 64-bit (2006-10-29 fix) ./src/library/poly1/givpoly1padic.h (2006-11-09 fix) -- 2006-12-15 William Stein I don't know why, but I had to comment out Rep& amxy( Rep& r, const Rep& a, const Rep& b, const Rep& c ) const { return Integer::amxy(r,a,b,c); } in src/kernel/integer/givinteger.h in order to get Givaro to compile on my computer. I'm guessing maybe amxy was deprecated from the C++ stl? -- 2006-12-10 Martin Albrecht * delete[] not delete where new[] in GivaroMM -- 2006-11-09 Martin Albrecht * GCC 4.0.0 on OSX PPC boxes doesn't seem to like "using Poly1Dom::_domain" so we work around this in givpoly1padic.h -- 2006-10-29 Martin Albrecht * replaced macro AC_LIBTOOL_SYS_DYNAMIC_LINKER with same macro from libtool 1.5.23a in aclocal.m4 to fix build on x86-64 systems as suggested by Kate Minola -- 2006-10-21 Martin Albrecht * ported constructor with modulus parameter from linbox to givaro * added sage_generator() which returns the generator == cardinality if interpreted as an integer not a random one