Changeset 741512c in git
- Timestamp:
- Sep 18, 1997, 9:44:14 AM (26 years ago)
- Branches:
- (u'spielwiese', 'ec94ef7a30b928574c0c3daf41f6804dff5f6b69')
- Children:
- 5dc4ea4d2e5e725fea3a3273f88c1e2d6ac1b22a
- Parents:
- b87f398f210af68e7fcb39a8ec7b8329aa182574
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/ChangeLog
rb87f398 r741512c 1 Fri Sep 12 17:25:14 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 2 3 * cf_gcd.cc (isqrt): function removed 4 5 * canonicalform.cc: doc fix 6 7 Wed Sep 10 15:36:15 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 8 9 * int_cf.cc (InternalCF::sign): assertion added 10 11 * int_rat.cc (InternalRational::sign): call to mpz_cmp_si() 12 replaced by call to mpz_sgn() 13 * int_pp.cc (InternalPrimePower::sign): call to mpz_cmp_si() 14 replaced by call to mpz_sgn() 15 * int_int.cc (InternalInteger::sign): call to mpz_cmp_si() 16 replaced by call to mpz_sgn() 17 18 * int_pp.cc, int_int.cc, int_rat.cc, int_poly.cc, int_cf.cc, 19 canonicalform.cc (sign): doc fix 20 21 * imm.h (imm_sign): bug fix. imm_sign() returned 0 for sign(1) 22 when calculating in GF(q). 23 * imm.h (imm_sign): bug bug fix 24 25 * gfops.h (gf_sign): doc fix 26 27 * configure.in (expl_datadir): initialization fixed. If 28 $expl_datadir is relative we prepend the current working 29 directory now. 30 31 * cf_gcd.cc (isqrt): function removed 32 1 33 Tue Sep 9 09:06:17 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 2 34
Note: See TracChangeset
for help on using the changeset viewer.