- Timestamp:
- Dec 19, 1997, 12:22:24 PM (26 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 0f524316b872d04bd510acdf58f3e7af61d7a1d9
- Parents:
- 32a335bdc8e761065cf9c3fb1fca406036fcd883
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/ChangeLog
r32a335b r2819fd 1 Wed Dec 17 09:56:25 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 2 3 * canonicalform.cc (operator ==, operator !=): rewritten and 4 speeded up 5 (operator >): slightly speeded up 6 7 * int_cf.h (class InternalCF): `sign()' declared as const 8 9 * int_poly.cc (comparesame): doc and assertion fix 10 11 * int_int.cc (sqrt, ilog2): assertion fixes 12 13 * int_pp.cc (comparecoeff): assertion fix 14 15 * int_rat.cc (comparesame): doc fix 16 17 * int_cf.cc (InternalCF::sign): method made pure virtual. 18 Declaration adapted. 19 20 * int_cf.cc (taildegree): bug fix. Did not check whether CO is 21 zero. 22 23 * imm.h (imm_cmp): doc fix 24 25 * canonicalform.cc (CanonicalForm::gcd): method removed. 26 Declaration adapted. 27 28 * canonicalform.cc (degree, taildegree): one more time slightly 29 speeded up. Hopefully for the last time. 30 31 Fri Dec 12 10:06:33 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 32 33 * imm.h (imm_cmp_p, imm_cmp_gf): comparisons fulfill law of 34 trichitomy 35 36 * readcf.y (yylex): parser reads generator from GF(q) correctly 37 1 38 Tue Dec 9 10:03:07 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 39 40 * GNUmakefile.in (.PHONY): dependencies `$(srcdir)/winnt/factory.h' 41 and `$(srcdir)/winnt/factoryconf.h' added 2 42 3 43 * winnt/factory.h: automatically created from `factory.template' … … 105 145 Fri Nov 21 15:25:27 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 106 146 107 * canonicalform.h (class CanonicalForm): inline functionhasGcd()147 * canonicalform.h (class CanonicalForm): inline method hasGcd() 108 148 removed. 109 149 … … 113 153 * int_rat.cc (comparecoeff): bug fix. Did not calculate dummy 114 154 correctly. 115 (comparecoeff): assertion moved into ifbranch155 (comparecoeff): assertion moved into `if' branch 116 156 117 157 * int_pp.cc (comparesame): assertion added … … 372 412 373 413 * cf_gcd.cc (chinesePoly): function removed 374 (gcd_poly_univar0): slightly speeded up414 (gcd_poly_univar0): slightly speeded up 375 415 376 416 * cf_gcd.cc (lcm): bug fix. Returns zero now if f or g equals -
factory/ftest/ChangeLog
r32a335b r2819fd 1 Wed Dec 17 13:14:30 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 2 3 * ftest_util.m4 (ftestOutVar): `bool's are initialized to `false' 4 on definition 5 6 * fbinops.m4 (main): initializations for `operatorName' and 7 `operatorTag' added 8 1 9 Fri Nov 21 11:34:36 1997 Jens Schmidt <schmidt@mathematik.uni-kl.de> 2 10
Note: See TracChangeset
for help on using the changeset viewer.