Changeset 195424 in git


Ignore:
Timestamp:
Mar 12, 1998, 3:32:10 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2f58625cdc1cde42e7673759b68e29a39e705314
Parents:
c6caf132c3c53b23c40b054ef0ef7cf1439d4221
Message:
	* ChangeLog: Well ...


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

Legend:

Unmodified
Added
Removed
  • factory/ChangeLog

    rc6caf1 r195424  
     1Thu 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
     18Wed 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
     44Tue 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
     56Fri 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
    161Mon Feb  9 15:57:07 1998  Ruediger Stobbe  <rstobbe@de.oracle.com>
    262
  • factory/ftest/ChangeLog

    rc6caf1 r195424  
     1Wed Mar 11 20:33:40 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
     2
     3        * commonden.m4, norm.m4: new files
     4
    15Wed Feb 25 17:26:18 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
    26
Note: See TracChangeset for help on using the changeset viewer.