source: git/factory/ftest/ChangeLog @ 085370c

spielwiese
Last change on this file since 085370c was 085370c, checked in by Jens Schmidt <schmidt@…>, 26 years ago
***** merge from branch `factory-gcd' to main trunk git-svn-id: file:///usr/local/Singular/svn/trunk@1209 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 11.0 KB
Line 
1Wed Feb 25 17:26:18 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
2
3        * runfex (printData): arguments `$name' and `$note' re-added
4          which are printed on occurence of `h' in `$options'.  All
5          callers changed.
6
7        * runfex (main): variable `$runNote' and corresponding commandline
8          option removed.
9
10        * gcd.fex (collection gcd): cosmetic changes
11
12        * gcd.fex (univ0RanA, univ0RanB, univ0CofactorSerialA,
13          univ0GCDSerialA): real results added
14
15        * gcd.fex (univ0CofactorSerialA): slightly modified
16
17        * ftest_util.m4 (ftestGetInVar): recognizes tagged arguments
18
19        * ftest_util.m4 (ftestGetEnv, _ftestOutput): cosmetic changes
20
21        * ftest_util.m4 (ftestRun): checks for end of commandline before
22          running algorithm
23
24        * ftest_util.m4 (ftestDefaultInitializer): new macro.
25        * ftest_util.m4 (ftestOutVar, ftestInVar): call
26          `ftestDefaultInitializer()' to write default initializer
27
28        * ftest_io.cc (ftestGetbool): new function.  Declaration adapted.
29
30        * ftest_util.cc (ftestSearchTaggedArg, ftestCutBlancs): new
31          functions.  Declarations adapted.
32
33        * ftest_util.cc (ftestSubStr): made external.  Declaration
34          adapted.
35
36        * ftest_util.cc (ftestError, ftestGetOpts, ftestGetEnv,
37          ftestPrintTimer, ftestPrintEnv): superfluous `const' removed
38          from signature.  Declarations adapted.
39
40Fri Feb 20 18:29:40 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
41
42        * ftest_util.cc (ftestError): returns on `errno' == `noError'
43
44        * ftest_util.h (ftestErrorT): `Ok' renamed to `noError'
45
46Thu Feb 19 16:07:09 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
47
48        * ftest_util.m4: `#line' preprocessor directives added to most of
49          the macros (that's cool, man!)
50
51        * ftest_util.m4 (ftestSetEnv): macro removed
52
53Mon Feb  2 11:59:36 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
54
55        * runfex (runConfiguration): new global variable.  `runfex'
56          supports different configurations.
57
58Fri Jan 30 15:11:23 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
59
60        * gcd.fex (univ0CofactorSerialA, univ0GCDSerialA): new examples
61
62        * gcd.fex (univ0RanC, univ0RanD): examples removed
63
64        * runfex: (example): does not print `skipping example ...'
65
66        * runfex: cosmetic changes
67
68        * runfex: totally rewritten.  Does not print html-code any longer,
69          only ASCII-information.
70
71Thu Jan 22 10:46:03 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
72
73        * bgcd.m4, bgcdext.m4: new files
74
75Tue Jan  6 12:10:04 1998  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
76
77        * feval.m4 (main): bug fix.  Off-by-one error fixed.
78
79Wed Dec 17 13:14:30 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
80
81        * ftest_util.m4 (ftestOutVar): `bool's are initialized to `false'
82          on definition
83
84        * fbinops.m4 (main): initializations for `operatorName' and
85          `operatorTag' added
86
87Fri Nov 21 11:34:36 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
88
89        * ftest_util.cc (CFSwitchesMax): const replaced by `#include
90          <cd_switches.h>'
91
92        * ftest_util.cc (ftestParseRandom, ftestWriteSeed): uses stream io
93          to read/write seed file
94
95        * ftest_io.cc (ftestPrintResult): adapted to new output format
96        * ftest_util.cc (ftestPrint): function removed.  All references
97          adapted to new ouptut format.  Declaration removed, too.
98          (ftestPrintEnv):  adapted to new output format
99          (ftestPrintShortFlag): variable removed.  All references, too.
100
101        * ftest_util.cc (ftestCheckFlag): new external variable.
102          Declaration added.
103          (ftestGetOpts): sets `ftestCheckFlag'
104        * ftest_util.m4 (ftestCheck): check on `ftestCheckFlag' added
105
106        * fbinops.m4 (ftestCheckRelation): function renamed to
107          `ftestCheckImplementation()'.  All caller changed.
108
109        * fbinops.m4: new file
110
111        * feval.m4 (main): prints long usage (well, not really)
112
113        * ftest_util.m4 (ftestRun): resets alarm timer after running
114          algorithm
115
116        * ftest_util.m4 (ftestMainInit): calls `ftestUsagePrint()' if
117          there are not any arguments
118        * ftest_util.cc (ftestError): call to `ftestUsagePrint()' added
119          (ftestUsagePrint): new function.  Declaration added.
120
121        * ftest_util.h (ftestErrorT): new enumerator `CheckError'
122        * ftest_util.cc (ftestError): handling for `CheckError' added
123        * fbinops.m4 (ftestRelOpTest): error messages for checks added
124        * gcd.m4 (gcdCheck): error messages for checks added
125
126Thu Nov 13 09:20:42 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
127
128        * insert.fex, ranMulGCD.fex: new files
129
130        * ftest_util.cc (ftestGetOpts): uses `getopt()' instead of `GetOpt'
131
132        * ftest_util.cc (ftestSignalHandler, ftestAlarmHandler): block new
133          signals, flush cout before printing error message
134
135        * ftest_util.m4: cosmetic changes
136
137        * GNUmakefile.in (ftest_util.cc): rule slightly changed
138
139Wed Nov  5 15:59:13 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
140
141        * GNUmakefile.in: new file
142
143        * insert.m4, factorize.m4: new files
144
145        * deriv.m4: cosmetic changes
146
147        * size.m4, degree.m4, deriv.m4, totaldegree.m4, resultant.m4,
148          feval.m4, gcd.m4: doc fix
149
150Wed Oct 29 10:05:36 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
151
152        * ftest_util.cc (ftestSignalCatch): parameter `block' added.
153          Declaration adapted.
154
155        * ftest_io.cc (ftestPrintResult): adapted to new output format
156
157        * ftest_util.cc (ftestSignalCatch): catches `SIGTERM'
158
159Tue Oct 28 18:16:54 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
160
161        * gcd.fex (univ0RanD, univ0RanC): new monster examples
162
163        * ftest_io.cc (ftestGetCanonicalForm): reads canonical forms from
164         stdin when given `<-' as input specifier
165
166        * runfex (collection): (almost) reads `collectionName'
167
168        * runfex: case labels fixed
169
170        * runfex: table format slightly changed
171
172Wed Oct 22 16:03:02 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
173
174        * ftest_util.cc (ftestWriteSeed): calls `factoryrandom( 0 )'
175          instead of `factoryrandom()'
176
177Wed Oct 15 10:50:07 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
178
179        * ftest_util.m4 (ftestOutVar): `int's are initialized to 0 on
180          definition
181
182        * ftest_io.cc (ftestPrintResult(CFFList)): new function.
183          Declaration added.
184
185        * ftest_util.m4 (ftestPreprocInit): call to `changecom()' macro
186          moved from root level to `ftestPreprocInit()'
187
188        * ftest_util.m4 (ftestInVar): `int's are initialized to 0 on
189          definition
190
191        * ftest_util.m4 (ftestRun): calls to `TIMING_START()' and
192          `TIMING_END()' macros moved outside while loop
193
194        * degree.m4, randomgcd.m4: new files
195
196        * gcd.m4, deriv.m4, feval.m4, resultant.m4, size.m4,
197          totaldegree.m4: doc fix
198
199Fri Oct 10 14:33:59 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
200
201        * runfex: runfxc renamed to runfex
202
203        * feval.m4: eval.m4 renamed to feval.m4
204        * runfxc (EvalAlg): is 'feval' now instead of './eval'
205
206        * runfxc (main): variable 'rawCollectionName' added
207
208Wed Oct  8 11:16:07 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
209
210        * runfxc (example): reports examples being called
211          (defineSkip): new function.  Call in main() added.
212
213        * eval.m4 (main): does not output timer/check status when there
214          are not any arguments
215
216Tue Oct  7 09:57:59 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
217
218        * ftest_io.cc (ftestPrintResult): adds end mark at end of output
219          now
220
221        * ftest_util.cc (ftestPrintEnv): cosmetic changes
222        (ftestPrintEnv): more cosmetic changes
223
224Thu Oct  2 09:14:15 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
225
226        * ftest_util.m4 (ftestRun): call to ftestWriteSeed() added
227        * ftest_util.cc (ftestWriteSeed): new function.  Declaration
228          added.
229        * ftest_util.cc(ftestSeedFile): new static variable
230          (ftestParseRandom): reads seed from file
231        * ftest_util.h (ftestErrorT): new enumerator FileError
232        * ftest_util.cc (ftestError): handles error `FileError' now
233
234        * ftest_util.cc (ftestParseSwitches): bug fix.  Explicitly
235          switches off switch if specifies with `-'
236          (ftestParseEnv): cosmetic changes
237          (ftestParseVars): check on error removed
238          (ftestEnv): declared static
239
240        * ftest_util.cc (struct ftestEnvT): new member `seedSet'
241          (ftestParseRandom): sets `seedSet' if a definite seed has
242          been set
243          (ftestGetEnv): initialization for `seedSet' added
244          (ftestPrintEnv, ftestSetRandom): handles `seedSet' more neatly
245
246        * ftest_util.cc (ftestSetSeed, ftestSetRandom): function
247          ftestSetSeed() renamed to ftestSetRandom().  All callers
248          changed.
249          (ftestParseSeed, ftestParseRandom): function ftestParseSeed()
250          renamed to ftestParseRandom().  All callers changed.
251
252        * ftest_util.m4 (ftestRun): cosmetic changes
253
254        * ftest_util.cc (ftestMainExit): function removed.  Declaration,
255          too.
256        * ftest_util.m4 (ftestMainExit): call to function ftestMainExit()
257          removed
258
259        * ftest_util.cc (ftestMainExit): new function.  Declaration added.
260        * ftest_util.m4 (ftestMainExit): call to function ftestMainExit()
261          added
262
263Wed Oct  1 12:27:33 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
264
265        * ftest_io.cc (ftestGetCanonicalForm, ftestGetVariable): cosmetic
266          changes
267
268        * ftest_io.cc (ftestGetCanonicalForm, ftestGetint): cosmetic changes
269
270        * ftest_util.cc (ftestParseVars): cosmetic changes
271
272        * ftest_util.m4 (_ftestOutput): bug fix
273
274        * ftest_util.m4 (ftestGetInVar): checks for non existing arguments
275          now
276
277        * ftest_util.m4: changes comment character to `//' when finished
278          reading library
279
280        * ftest_io.cc (ftestGetVariable): parses variables in a more
281          beautiful and safe way
282
283        * ftest_io.cc (ftestGetint): new function.  Declaration added.
284
285Tue Sep 30 12:16:59 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
286
287        * ftest_io.cc (ftestGetCanonicalForm): argument renamed from
288          `stringF' to `canFormSpec'.  Declaration adapted.
289          (ftestGetCanonicalForm): reads canonical forms from environment
290          variables now
291
292        * ftest_util.h (ftestErrorT): new enumerator CanFormSpecError
293        * ftest_util.cc (ftestError): check for CanFormSpecError added
294
295        * ftest_util.cc (ftestSkipBlancs): made external.  Declaration
296          added.
297
298        * ftest_io.cc (ftestGetVariable): cosmetic changes
299
300Mon Sep 29 14:58:09 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
301
302        * eval.m4: new file
303
304        * ftest_util.cc (ftestError): does not print any result output in
305          error case any more
306
307        * ftest_util.cc (ftestPrintFlag): new external variable.
308          Declarations adapted.
309        * ftest_io.cc (ftestPrintResult( .., CF ), ftestPrintResult( ..,
310          int )): use new output format now
311
312        * ftest_io.cc (ftestPrintResult( .., CF ), ftestPrintResult( ..,
313          int )): functions ftestPrintCanonicalForm() and ftestPrintInt()
314          renamed to ftestPrintResult.  All callers changed.  Decarations
315          adapted.
316
317        * ftest_util.m4 (ftestArgGiven): new macro
318          (ftestInVar, ftestGetInVar): support added for macro
319          ftestArgGiven()
320
321        * ftest_util.m4 (ftestOutput): supports multiple (or no) output
322          variables now
323
324        * resultant.m4: doc fix
325
326        * totaldegree.m4: new file
327
328        * gcd.m4 (main): call to ftestOutput() rewritten to new format
329
330Fri Sep 26 11:50:21 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
331
332        * ftest_util.cc (ftestError): does not print result in case of an
333          error any longer
334
335Thu Sep 25 09:56:29 1997  Jens Schmidt  <schmidt@mathematik.uni-kl.de>
336
337        * ftest_util.cc (ftestParseOutputType): option `-a' includes `-e'
338          now
339
340        * ftest_util.cc (ftestGetOpts): lookups for environment variable
341          `FTEST_ALARM' and `FTEST_CIRCLE' added
342
343        * ftest_util.cc (ftestConcatEnv): lookups for environment variables
344          `FTEST_SWITCHES', `FTEST_CHAR', `FTEST_VARS', `FTEST_SEED'
345          removed
346          (ftestStrLen, ftestStrCat): are superfluous now
Note: See TracBrowser for help on using the repository browser.