Changeset 195424 in git for factory/ChangeLog
- Timestamp:
- Mar 12, 1998, 3:32:10 PM (26 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 2f58625cdc1cde42e7673759b68e29a39e705314
- Parents:
- c6caf132c3c53b23c40b054ef0ef7cf1439d4221
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/ChangeLog
rc6caf1 r195424 1 Thu Mar 12 12:21:33 1998 Jens Schmidt <schmidt@mathematik.uni-kl.de> 2 3 * cf_gcd.cc (maxnorm): function removed. All references replaced 4 by `maxNorm()'. 5 6 * fac_univar.cc (norm): function removed. All references replaced 7 by `euclideanNorm()'. 8 9 * fac_util.cc (maxCoeff): function removed. Declarations 10 adapted. All references replaced by `maxNorm()'. 11 12 * cf_algorithm.cc (divides): slightly speeded up. 13 14 * canonicalform.h (sign): new function 15 16 * canonicalform.cc (blcm): new function. Declaration added. 17 18 Wed Mar 11 10:39:33 1998 Jens Schmidt <schmidt@mathematik.uni-kl.de> 19 20 * cf_algorithm.cc (cden, common_den): renamed to 21 `internalBCommonDen()' and `bCommonDen()', resp. Declarations 22 adapted. All references changed. 23 24 * cf_algorithm.h (abs): function `abs()' moved from 25 `canonicalform.h' to `cf_algorithm.h'. All referring files 26 include `cf_algorithm.h'. 27 28 * cf_algorithm.cc (maxNorm, euclideanNorm): new functions. 29 Declarations added. 30 31 * cf_algorithm.cc (internalBCommonDen): uses `blcm()' instead of 32 `lcm()' 33 34 * GNUmakefile.in (ftestm4src): `norm.m4' and `commonden.m4' added 35 to distribution 36 37 * templates/ftmpl_functions.h: doc checked 38 39 * templates/ftmpl_functions.h (tabs): new function 40 41 * ffops.cc (ff_setprime): uses `memset()' to clear inversion 42 table 43 44 Tue Mar 10 15:44:06 1998 Jens Schmidt <schmidt@mathematik.uni-kl.de> 45 46 * factory.template, ftmpl_inst.cc, templates/ftmpl_array.cc, 47 templates/ftmpl_factor.cc, templates/ftmpl_list.cc, 48 templates/ftmp_matrix.cc: #include directives for mac fixed 49 50 * ftmpl_array.h, ftmpl_factor.h, ftmpl_functions.h, ftmpl_list.h, 51 ftmpl_matrix.h: new files. #include of `templates/ftmpl_xxx.h' 52 changed to include of `ftmpl_xxx.h'. 53 * GNUmakefile.in (basefactoryincl): new header files added to 54 distribution 55 56 Fri Feb 20 17:41:23 1998 Jens Schmidt <schmidt@mathematik.uni-kl.de> 57 58 * GNUmakefile.in (installcf, installmem): `ranlib' libraries after 59 installing them for SUN machines 60 1 61 Mon Feb 9 15:57:07 1998 Ruediger Stobbe <rstobbe@de.oracle.com> 2 62
Note: See TracChangeset
for help on using the changeset viewer.