Changeset 4d6662 in git


Ignore:
Timestamp:
Apr 24, 1998, 7:19:50 PM (25 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
a1ccaefe3879da4227e72593fb1ad468f1f0d808
Parents:
a8c3e0a2f4ab015491366776d74f2f38061e6055
Message:
	* ChangeLog: Well ...


git-svn-id: file:///usr/local/Singular/svn/trunk@1468 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ChangeLog

    ra8c3e0a r4d6662  
     1Fri Apr 24 19:14:42 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
     2
     3        * clapsing.cc (FACTORY_GCD_STAT, singclap_divide_content):
     4          dependency on FACTORY_GCD_TEST removed.  Statistics are now done
     5          using `FACTORY_GCDSTAT' and `FCATORY_CONTSTAT' which are defined
     6          to expand to nothing if `FACTORY_GCD_TIMING' is off.
     7
     8        * extra.cc (FACTORY_GCD_STAT): dependency on `FACTORY_GCD_TEST'
     9          removed.  Includes `gcd_stat.h' in dependency on
     10          `FACTORY_CGD_STAT'.
     11
     12        * extra.cc (jjSYSTEM): new command `gcdstat' in dependency on
     13          `FACTORY_GCD_STAT'
     14
    115Fri Apr 24 18:25:23 MET DST 1998 hannes
    216  * fixed bug in maps.cc: size of monom is not pMonomSize but mmGetSpecSize()
     
    721Thu Apr 23 20:16:24 MET DST 1998 hannes
    822  * fixed bug in rKill of Q-rings (ring.cc, polys.cc)
     23
     24Thu Apr 23 11:12:48 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
     25
     26        * clapsing.cc (FACTORY_CFTROUT, FACTORY_CFAOUT): stuipd bug fix
     27
     28        * clapsing.cc (FACTORY_ALGOUT, FACTORY_CFTROUT, FACTORY_CFAOUT):
     29          new macros for debugging data transfer to Factory
     30          (singclap_divide_content, singclap_alglcm,
     31          singclap_algdividecontent): use the new macros
     32
     33        * clapsing.cc (FACTORY_GCD_TIMING, singclap_divide_content,
     34          singclap_alglcm, singclap_algdividecontent): dependency on
     35          FACTORY_GCD_TEST removed.  Timings are now done directly using
     36          `TIMING_START' and `TIMING_END' which are defined to expand to
     37          nothing if `FACTORY_GCD_TIMING' is off.
     38
     39        * extra.cc (FACTORY_GCD_TIMING): dependency on FACTORY_GCD_TEST
     40          removed
     41
     42        * longalg.cc (naNormalize): gcd calculation depends on #define
     43          `FACTORY_GCD_TEST'
     44
    945Wed Apr 22 09:42:35 MET DST 1998 hannes
    1046  * several changes concerning stdfac
Note: See TracChangeset for help on using the changeset viewer.