Changeset c86c6b in git for factory/ftest


Ignore:
Timestamp:
Oct 15, 1997, 11:19:20 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
b55ae42a39693f77a317a2e813784890e744ee3c
Parents:
96c1fd15447bd64a7e673f1b32ea12a74a9a73d7
Message:
	* gcd.m4, deriv.m4, feval.m4, resultant.m4, size.m4,
	  totaldegree.m4: doc fix


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

Legend:

Unmodified
Added
Removed
  • factory/ftest/ChangeLog

    r96c1fd rc86c6b  
     1Wed Oct 15 10:50:07 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
     2
     3        * gcd.m4, deriv.m4, feval.m4, resultant.m4, size.m4,
     4          totaldegree.m4: doc fix
     5
     6Fri Oct 10 14:33:59 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
     7
     8        * runfex: runfxc renamed to runfex
     9
     10        * feval.m4: eval.m4 renamed to feval.m4
     11        * runfxc (EvalAlg): is 'feval' now instead of './eval'
     12
     13        * runfxc (main): variable 'rawCollectionName' added
     14
    115Wed Oct  8 11:16:07 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
     16
     17        * runfxc (example): reports examples being called
     18          (defineSkip): new function.  Call in main() added.
    219
    320        * eval.m4 (main): does not output timer/check status when there
  • factory/ftest/deriv.m4

    r96c1fd rc86c6b  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: deriv.m4,v 1.2 1997-09-24 10:49:52 schmidt Exp $ */
     2/* $Id: deriv.m4,v 1.3 1997-10-15 09:19:06 schmidt Exp $ */
    33
    44ftestSetNameOfGame( deriv,
     
    1414// the following way:
    1515//
    16 // m4 ftest_util.m4 ftestAlgorithm.m4 > ftestAlgorithm.cc'
     16// m4 ftest_util.m4 ftestAlgorithm.m4 > ftestAlgorithm.cc
    1717//
    1818//}}}
  • factory/ftest/feval.m4

    r96c1fd rc86c6b  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: feval.m4,v 1.1 1997-10-10 12:52:51 schmidt Exp $ */
     2/* $Id: feval.m4,v 1.2 1997-10-15 09:19:09 schmidt Exp $ */
    33
    44ftestSetNameOfGame( feval,
     
    1919// the following way:
    2020//
    21 // m4 ftest_util.m4 ftestAlgorithm.m4 > ftestAlgorithm.cc'
     21// m4 ftest_util.m4 ftestAlgorithm.m4 > ftestAlgorithm.cc
    2222//
    2323//}}}
  • factory/ftest/gcd.m4

    r96c1fd rc86c6b  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: gcd.m4,v 1.3 1997-09-29 13:00:17 schmidt Exp $ */
     2/* $Id: gcd.m4,v 1.4 1997-10-15 09:19:11 schmidt Exp $ */
    33
    44ftestSetNameOfGame( gcd,
     
    1616// the following way:
    1717//
    18 // m4 ftest_util.m4 ftestAlgorithm.m4 > ftestAlgorithm.cc'
     18// m4 ftest_util.m4 ftestAlgorithm.m4 > ftestAlgorithm.cc
    1919//
    2020//}}}
  • factory/ftest/resultant.m4

    r96c1fd rc86c6b  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: resultant.m4,v 1.3 1997-09-29 13:02:02 schmidt Exp $ */
     2/* $Id: resultant.m4,v 1.4 1997-10-15 09:19:14 schmidt Exp $ */
    33
    44ftestSetNameOfGame( resultant,
     
    1414// the following way:
    1515//
    16 // m4 ftest_util.m4 ftestAlgorithm.m4 > ftestAlgorithm.cc'
     16// m4 ftest_util.m4 ftestAlgorithm.m4 > ftestAlgorithm.cc
    1717//
    1818//}}}
  • factory/ftest/size.m4

    r96c1fd rc86c6b  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: size.m4,v 1.1 1997-09-30 08:35:01 schmidt Exp $ */
     2/* $Id: size.m4,v 1.2 1997-10-15 09:19:17 schmidt Exp $ */
    33
    44ftestSetNameOfGame( size,
     
    1616// the following way:
    1717//
    18 // m4 ftest_util.m4 ftestAlgorithm.m4 > ftestAlgorithm.cc'
     18// m4 ftest_util.m4 ftestAlgorithm.m4 > ftestAlgorithm.cc
    1919//
    2020//}}}
  • factory/ftest/totaldegree.m4

    r96c1fd rc86c6b  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: totaldegree.m4,v 1.1 1997-09-29 12:57:26 schmidt Exp $ */
     2/* $Id: totaldegree.m4,v 1.2 1997-10-15 09:19:20 schmidt Exp $ */
    33
    44ftestSetNameOfGame( totaldegree,
     
    1616// the following way:
    1717//
    18 // m4 ftest_util.m4 ftestAlgorithm.m4 > ftestAlgorithm.cc'
     18// m4 ftest_util.m4 ftestAlgorithm.m4 > ftestAlgorithm.cc
    1919//
    2020//}}}
Note: See TracChangeset for help on using the changeset viewer.