Changeset 2819fd in git for factory


Ignore:
Timestamp:
Dec 19, 1997, 12:22:24 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
0f524316b872d04bd510acdf58f3e7af61d7a1d9
Parents:
32a335bdc8e761065cf9c3fb1fca406036fcd883
Message:
	* ChangeLog: Well ...


git-svn-id: file:///usr/local/Singular/svn/trunk@1001 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
factory
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • factory/ChangeLog

    r32a335b r2819fd  
     1Wed 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
     31Fri 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
    138Tue 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
    242
    343        * winnt/factory.h:  automatically created from `factory.template'
     
    105145Fri Nov 21 15:25:27 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
    106146
    107         * canonicalform.h (class CanonicalForm): inline function hasGcd()
     147        * canonicalform.h (class CanonicalForm): inline method hasGcd()
    108148          removed.
    109149
     
    113153        * int_rat.cc (comparecoeff): bug fix.  Did not calculate dummy
    114154          correctly.
    115           (comparecoeff): assertion moved into if branch
     155          (comparecoeff): assertion moved into `if' branch
    116156
    117157        * int_pp.cc (comparesame): assertion added
     
    372412
    373413        * cf_gcd.cc (chinesePoly): function removed
    374         (gcd_poly_univar0): slightly speeded up
     414          (gcd_poly_univar0): slightly speeded up
    375415
    376416        * cf_gcd.cc (lcm): bug fix.  Returns zero now if f or g equals
  • factory/ftest/ChangeLog

    r32a335b r2819fd  
     1Wed 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
    19Fri Nov 21 11:34:36 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
    210
Note: See TracChangeset for help on using the changeset viewer.