Reverse order of arguments to DATEDIFF, for compatibility. Thanks to
[pspp-builds.git] / tests / ChangeLog
1 Sat Dec 16 12:20:58 2006  Ben Pfaff  <blp@gnu.org>
2
3         * expressions/expressions.sh: Fix DATEDIFF function tests to
4         correspond with change to DATEDIFF.
5
6 Wed Dec 13 19:34:29 2006  Ben Pfaff  <blp@gnu.org>
7
8         * expressions/expressions.sh: Test DATEDIFF, DATESUM functions.
9
10 Sun Dec 10 16:52:04 2006  Ben Pfaff  <blp@gnu.org>
11
12         * automake.mk: Add new test.
13
14         * expressions/valuelabel.sh: New test, for VALUELABEL function.
15
16 Thu Nov 30 22:46:17 2006  Ben Pfaff  <blp@gnu.org>
17
18         * automake.mk: Add new test.
19
20         * bugs/compute-sum.sh: New test, for bug #17422.
21
22 Thu Nov 30 22:01:57 2006  Ben Pfaff  <blp@gnu.org>
23
24         * automake.mk: Add new test.
25
26         * bugs/empty-do-repeat: New test, for bug #18407.
27
28 Wed Nov 22 06:28:04 2006  Ben Pfaff  <blp@gnu.org>
29
30         * bugs/signals.sh: Fix race condition.
31
32 Sun Nov 19 09:23:34 2006  Ben Pfaff  <blp@gnu.org>
33
34         * automake.mk: Add the new tests listed below.
35
36         * formats/bcd-in.sh: New test.
37
38         * formats/bcd-in.expected.cmp.gz: New support file for
39         bcd-in.sh.
40
41         * formats/date-in.sh: New test.
42
43         * formats/ib-in.sh: New test.
44
45         * formats/ib-in.expected.cmp.gz: New test.
46
47         * formats/legacy-in.sh: New test.
48
49         * formats/legacy-in.expected.cmp.gz: New support file for
50         legacy-in.sh.
51
52         * formats/month-in.sh: New test.
53
54         * formats/num-in.sh: New test.
55
56         * formats/num-in.expected.gz: New support file for num-in.sh.
57
58         * formats/time-in.sh: New test.
59
60         * formats/wkday-in.sh: New test.
61
62         * commands/no_case_size.sh: Update output to conform with
63         update scientific notation code.
64
65         * formats/num-out.expected.cmp.gz: Ditto.
66
67 Thu Nov  2 20:58:12 2006  Ben Pfaff  <blp@gnu.org>
68
69         * command/data-list.sh: Test newly implement SKIP keyword on DATA
70         LIST.
71
72 Sat Nov  4 16:08:58 2006  Ben Pfaff  <blp@gnu.org>
73
74         * automake.mk: Add binhex-out.sh, date-out.sh, month-out.sh,
75         num-out.sh, time-out.sh, wkday-out.sh from formats directory.  Add
76         formats/inexactify as a program needed by tests.
77
78         * command/no_case_size.sh: Update output to conform with updated
79         formatted output code.
80
81         * expressions/expressions.sh: Ditto.
82
83         * formats/binhex-out.sh: New test.
84
85         * formats/date-out.sh: New test.
86
87         * formats/month-out.sh: New test.
88
89         * formats/num-out.sh: New test.
90
91         * formats/time-out.sh: New test.
92
93         * formats/wkday-out.sh: New test.
94
95 Thu Oct 26 20:20:39 2006  Ben Pfaff  <blp@gnu.org>
96
97         * automake.mk: Add tests/formats/float-format.sh.
98
99         * formats/float-format.sh: New test.
100
101 Sat Oct  7 11:06:59 WST 2006 John Darrington <john@darrington.wattle.id.au>
102
103         * command/rank.sh: New file 
104
105 Sun Jul 16 21:08:51 2006  Ben Pfaff  <blp@gnu.org>
106
107         * command/print.sh: Update output to match PRINT revisions.
108
109 Wed Jul 12 10:07:52 2006  Ben Pfaff  <blp@gnu.org>
110
111         * automake.mk: Put ll-test, llx-test in check_PROGRAMS instead of
112         noinst_PROGRAMS.
113
114 Wed Jul  5 22:15:24 2006  Ben Pfaff  <blp@gnu.org>
115
116         * automake.mk: Add expressions/randist/compare.pl to EXTRA_DIST.
117
118 Tue Jul  4 09:59:52 2006  Ben Pfaff  <blp@gnu.org>
119
120         Fix bug #15766 (/KEEP subcommand on SAVE doesn't fully support
121         ALL) and additional underlying system file issues.
122         
123         * automake.mk: Add keep-all.sh to TESTS.
124         
125         * bugs/keep-all.sh: New test.
126
127 Mon Jul  3 21:09:52 2006  Ben Pfaff  <blp@gnu.org>
128
129         Modify the random distributions test to verify to 2 more decimal
130         places of accuracy, but to allow +/- 1 units in the last (tested)
131         place.  This allows the test to pass on machines or with compilers
132         whose calculated values are off by epsilon from the expected
133         results.  Because of the way the test is constructed, this was
134         quite common and often caused gratuitous test failures.
135
136         This is patch #5215, tested by Jason Stover and John Darrington.
137          
138         * expressions/randist.sh: Use compare.pl to do comparisons.
139
140         * expressions/randist/compare.pl: New script to do comparisons.
141
142         * expressions/randist/randist.pl: Print output to 4 decimal
143         places, not just 2.  Also, print a brief explanatory header at the
144         top of each output file.
145
146         * expressions/randist/*.out: Replace with new expected output.
147
148 Sat Jul  1 15:33:37 2006  Ben Pfaff  <blp@gnu.org>
149
150         * automake.mk: Add ll-test, llx-test to TESTS.
151         
152         * libpspp/ll-test.c: New file.
153
154         * libpspp/llx-test.c: New file.
155
156 Sun May  7 18:15:52 2006  Ben Pfaff  <blp@gnu.org>
157
158         * command/do-repeat.sh: Only use "A TO B" for increasing runs of
159         integers, which is all we now support (for closer compatibility).
160
161 Wed Apr 26 13:36:42 2006  Ben Pfaff  <blp@gnu.org>
162
163         * command/missing-values.sh: Update output to match behavior
164         changes.
165
166 Mon Apr  3 12:32:36 2006  Ben Pfaff  <blp@gnu.org>
167
168         * Updated tests to match changes in output formatting.
169
170 2006-03-23  Jason Stover  <jhs@math.gcsu.edu>
171
172         * command/regression.sh: New test.
173
174 Sat Mar 11 14:16:01 WST 2006 John Darrington <john@darrington.wattle.id.au>
175
176         * Updated the tests to use the new location of the pspp binary.
177         * Made all the tests work as stand-alone scripts.
178
179 Sun Feb 12 19:07:24 2006  Ben Pfaff  <blp@gnu.org>
180
181         * command/do-repeat.sh: New test.
182
183         * bugs/terminate.sh: Removed (no longer applicable).
184
185 Fri Nov  4 19:30:34 2005  Ben Pfaff  <blp@gnu.org>
186
187         * command/recode-bug.sh: Improve failure reports.
188
189 Wed Nov  2 21:54:11 2005  Ben Pfaff  <blp@gnu.org>
190
191         * command/loop.sh: Update expected error messages.
192
193 Sun Aug 21 00:20:02 2005  Ben Pfaff  <blp@gnu.org>
194
195         * command/import-export.sh: Simplify.
196
197         * command/sysfiles-old.sh: Use version 2, not 3x.
198
199 Sat Aug  6 17:32:39 2005  Ben Pfaff  <blp@gnu.org>
200
201         * command/missing-values.sh: New test.
202
203         * Makefile.am: Add new test.
204
205 Mon Aug  1 21:51:46 2005  Ben Pfaff  <blp@gnu.org>
206
207         * bugs/big-input-2.sh: Don't use 1...100000 (etc.) with Perl
208         because that may allocate a large amount of memory.
209
210 Mon Aug  1 21:48:54 2005  Ben Pfaff  <blp@gnu.org>
211
212         * xforms/expression.sh: Break this monolithic test up into 36
213         subtests to give a better idea of what's failing in some cases.
214
215 Sat Jul 30 21:54:23 2005  Ben Pfaff  <blp@gnu.org>
216
217         * command/sys-info.sh: Removed.  (This was not actually in TESTS
218         in Makefile.am, so it was never called.
219         tests/command/sysfile-info.sh does what it was trying to do, but
220         better.)
221         
222 Sat Jul 30 21:50:33 2005  Ben Pfaff  <blp@gnu.org>
223
224         Fixes for Solaris.
225
226         * Most tests: Add `cd /' before `rm -rf $TEMPDIR' because some
227         OSes do not allow the current working directory to be removed.
228
229         * bugs/big-input-2.sh: Use perl instead of a shell loop, because
230         the shell loop was very slow on Solaris.
231
232         * command/sort.sh: Use `printf' instead of `echo -n' for
233         portability. 
234         
235 Sat Jul 30 21:48:37 2005  Ben Pfaff  <blp@gnu.org>
236
237         * Makefile.am: Add coverage.sh, temp_template to EXTRA_DIST.
238
239 Sun Jul 24 20:35:04 2005  Ben Pfaff  <blp@gnu.org>
240
241         * command/sysfile-info.sh: Add "-b -B -w" to diff command line.
242         Fixes apparent failure under Cygwin.  Thanks to John Darrington
243         <john@cellform.com.au> for reporting this problem.
244
245 Mon Jul  4 18:02:44 2005  Ben Pfaff  <blp@gnu.org>
246
247         * command/sysfile-info.sh: Don't verify endianness.  Fixes bug
248         reported by "Marshall DeBerry" <mdb@radix.net>.
249
250 Mon Jun  6 22:40:10 2005  Ben Pfaff  <blp@gnu.org>
251
252         * command/print.sh: Get rid of RBHEX output.  It wasn't worth
253         much.  Fixes bug 12312.
254
255 Tue May 10 19:59:10 2005  Ben Pfaff  <blp@gnu.org>
256
257         * bugs/agg-crash-2.sh: Fix output given bug 13054.
258
259 Wed May  4 23:50:02 2005  Ben Pfaff  <blp@gnu.org>
260
261         * bugs/match-files-scratch.sh: New test for bug 12948.
262
263         * Makefile.am: (TESTS) Add bugs/match-files-scratch.sh.
264
265 Sun May  1 23:18:37 2005  Ben Pfaff  <blp@gnu.org>
266
267         Most tests: changed capitalization of variable names in
268         definitions or in output, because now we preserve it.
269
270 Mon Apr 25 23:30:17 2005  Ben Pfaff  <blp@gnu.org>
271
272         * commands/match-files.sh: New test.
273
274         * Makefile.am: (TESTS) Add commands/match-files.sh.
275
276 Sun Apr 17 16:38:00 2005  Ben Pfaff  <blp@gnu.org>
277
278         * crosstabs.stat, data-fmts.stat, do-if.stat, do-repeat.stat,
279         gengarbage.c, inpt-pgm.stat, mdfy-vars.stat, means.stat,
280         mtch-file.stat, pcs-if.stat, recode.stat, repeating.stat,
281         reread.data, reread.stat, sys-info.stat, t-test.stat,
282         temporary.stat, time-date.stat, vector.stat: Removed because they
283         were unused.
284
285         * Makefile.am: Removed sort.data references.  Fixed up
286         DISTCLEANFILES.
287
288 Sun Mar 20 14:16:31 2005  Ben Pfaff  <blp@gnu.org>
289
290         * command/aggregate.sh: Rewrite.
291
292 Mon Mar 14 21:58:23 2005  Ben Pfaff  <blp@gnu.org>
293
294         * Makefile.am: (TESTS_ENVIRONMENT) Add PERL to the test
295         environment.
296
297         * commands/sort.sh: Rewrite to test more thoroughly and to verify
298         that the sort is stable.
299         
300 Sat Mar 12 23:30:37 2005  Ben Pfaff  <blp@gnu.org>
301
302         * bugs/agg-crash-2.sh, bugs/big-input-2.sh, command/aggregate.sh:
303         Fix AGGREGATE command syntax.
304
305 Sat Mar 12 13:16:34 2005  Ben Pfaff  <blp@gnu.org>
306
307         * bugs/temp-freq.sh: Add another test.
308
309 Fri Mar 11 10:40:41 2005  Ben Pfaff  <blp@gnu.org>
310
311         * expressions/expressions.sh: Add another test.
312
313 Sun Mar  6 19:30:14 2005  Ben Pfaff  <blp@gnu.org>
314
315         * expressions/vectors.sh: New test.
316
317         * Makefile.am: Add expressions/vectors.sh.
318
319 Sun Mar  6 17:56:27 2005  Ben Pfaff  <blp@gnu.org>
320
321         * expressions/expressions.sh: Add tests for generic optimizations.
322
323 Sun Mar  6 11:03:58 2005  Ben Pfaff  <blp@gnu.org>
324
325         * Makefile.am: Add expressions/variables.sh.  Remove expr.stat.
326
327         * expr.stat: Removed.
328
329 'Mon Feb 28 23:31:16 2005  Ben Pfaff  <blp@gnu.org>
330
331         * Makefile.am: Removed xforms/expressions.sh.  Added
332         expressions/expressions.sh, expressions/epoch.sh,
333         expressions/randist.sh.
334
335         * command/print.sh: Update error messages.
336
337 Sun Feb 13 16:15:09 2005  Ben Pfaff  <blp@gnu.org>
338
339         * bugs/agg-crash-2.sh: Add new test for Bug #11955.
340
341 Fri Feb 11 23:27:08 2005  Ben Pfaff  <blp@gnu.org>
342
343         * bugs/crosstabs-crash.sh: Add new test for Bug #11916.
344
345 Tue Jan 18 19:25:24 WST 2005 John Darrington <john@darrington.wattle.id.au>
346
347         * Canonicalised (some of) the tests' temp file names to make it
348         easier to recognise valgrind ouput.
349
350 Sun Jan  9 16:39:08 WST 2005 John Darrington <john@darrington.wattle.id.au>
351
352         * bugs/big-input-2.sh Made the test a bit faster
353
354 John Darrington <john@darrington.wattle.id.au>
355
356         * command/examine.sh Added
357         
358 Mon Nov 15 23:52:55 2004  Ben Pfaff  <blp@gnu.org>
359
360         * bugs/random.sh: Update expected random values to reflect the GSL
361         random number generator.
362
363 Sat Nov  6 14:49:27 WST 2004 John Darrington <john@darrington.wattle.id.au>
364
365         * command/oneway-with-splits.sh  Added.
366
367 Sun Oct 31 16:08:47 WST 2004 John Darrington <john@darrington.wattle.id.au>
368
369         * bugs/recode-copy-bug.sh bugs/computebug.sh  Fixed problem which 
370         caused make distcheck to not know where some critical files were.
371
372 Mon May 31 21:49:19 2004  Ben Pfaff  <blp@gnu.org>
373
374         * bugs/t-test-with-temp.sh: Use $SUPERVISOR.
375
376         * bugs/t-test-1-indep-val.sh: Ditto.
377
378         * bugs/t-test-1-sample-missing-anal.sh: Ditto.
379         
380         * bugs/t-test-1-sample-missing-list.sh: Ditto.
381
382         * bugs/t-test-1s.sh: Ditto.
383
384         * bugs/t-test-groups.sh: Ditto.
385
386         * bugs/t-test-indep-missing-anal.sh: Ditto.
387
388         * bugs/t-test-indep-missing-list.sh: Ditto.
389
390         * bugs/t-test-paired-missing-anal.sh: Ditto.
391
392         * bugs/t-test-paired-missing-list.sh: Ditto.
393
394         * bugs/t-test-pairs.sh: Ditto.
395
396 Sun May 30 19:18:26 2004  Ben Pfaff  <blp@gnu.org>
397
398         * command/tabs.sh: Default tab width is now 4.
399
400         * command/data-list.sh: New test.
401
402         * Makefile.am: (TESTS) Add command/data-list.sh.
403
404 Sun Apr 11 14:21:16 2004  Ben Pfaff  <blp@gnu.org>
405
406         * stats/moments.sh: Now that our one-pass moments algorithm is
407         better we don't have to omit any of the test cases for it.
408
409 Fri Apr  9 20:03:33 2004  Ben Pfaff  <blp@gnu.org>
410
411         * Makefile.am: (TESTS) Add stats/descript-mean-bug.sh.
412
413         * stats/descript-mean-bug.sh: Add test for a bug where
414         DESCRIPTIVES asking only for the mean assert-failed.
415
416 Sat Apr  3 11:42:31 2004  Ben Pfaff  <blp@gnu.org>
417
418         * Makefile.am: (TESTS) Add bugs/comment-at-eof.sh.  Alphabetize
419         test order.
420         
421         * bugs/comment-at-eof.sh: Add test for a bug where a comment at
422         end of file caused an infinite loop.
423
424 Sat Mar 27 11:29:06 WST 2004 John Darrington <john@darrington.wattle.id.au>
425
426         * bugs/get.sh Added regression test for a bug in loading a dictionary
427         with the GET command.
428
429 Tue Mar 30 22:10:08 2004  Ben Pfaff  <blp@gnu.org>
430
431         * Makefile.am: (TESTS) Add bugs/multipass.sh.
432
433 Mon Mar 29 15:25:09 2004  Ben Pfaff  <blp@gnu.org>
434
435         * Makefile.am: (TESTS) Add xforms/casefile.sh,
436         stats/descript-basic.sh, stats/descript-missing.sh,
437         stats/moments.sh.  Remove command/descriptives.sh.
438
439         * command/descriptives.sh: Removed.
440
441         * command/weight.sh: Fix output (statistic values were wrong!).
442
443         * stats/descript-basic.sh: New test.
444         
445         * stats/descript-missing.sh: New test.
446         
447         * stats/moments.sh: New test.
448
449         * xforms/casefile.sh: New test.
450
451         * xforms/expressions.sh: Cleans up after itself now.
452
453 Fri Mar 26 00:55:48 2004  Ben Pfaff  <blp@gnu.org>
454
455         * Makefile.am: (TESTS) Add xforms/expressions.sh, remove
456         command/compute.sh.
457
458         * command/beg-data.sh: Remove REMARK usage.
459
460         * command/bignum.sh: Ditto.
461
462         * command/list.sh: Ditto.
463
464         * command/print.sh: Ditto.
465
466 Sat Mar 20 18:11:15 2004  Ben Pfaff  <blp@gnu.org>
467
468         * command/list.sh: Update output.
469
470         * command/print.sh: Ditto.
471
472         * command/weight.sh: Ditto.
473
474 Sun Mar 14 23:04:14 2004  Ben Pfaff  <blp@gnu.org>
475
476         * command/sort.sh: Use numeric, not string, data to avoid spurious
477         valgrind complaints.
478
479 Wed Mar 10 21:22:03 2004  Ben Pfaff  <blp@gnu.org>
480
481         * bugs/temporary.sh: Test that basic use of TEMPORARY works.
482
483 Mon Feb 16 21:36:57 2004  Ben Pfaff  <blp@gnu.org>
484
485         * */*.sh: Prepend $SUPERVISOR to invocations of pspp so that we
486         can run valgrind or gdb easily with `make check'
487
488 Sat Dec 13 00:08:23 2003  Ben Pfaff  <blp@gnu.org>
489
490         * syntax: Run a diff when there's no expected output, too.
491
492 Fri Jan  7 20:30:23 2000  Ben Pfaff  <blp@gnu.org>
493
494         * data-fmts.stat: Add more date tests.
495
496         * do-repeat.stat: SET ECHO ON.
497
498         * syntax: Replace test -L with test -h.
499
500 Tue Jan  5 14:21:52 1999  Ben Pfaff  <blp@gnu.org>
501
502         * data-list.stat, data-list.data: Adjust so that it can tell if
503         DATA LIST FREE properly parses and pads string values.
504
505         * list.stat: Remove anachronistic `SET EMULATION PC'.
506
507         * Rebuilt benchmark.
508
509 Tue Jan  5 14:12:58 1999  Ben Pfaff  <blp@gnu.org>
510
511         * syntax: Replaced `test' calls with `['.  This may or may not fix
512         the problems some people have reported.
513
514 Sun Aug  9 11:15:38 1998  Ben Pfaff  <blp@gnu.org>
515
516         * Makefile.am: (EXTRA_DIST) Update for renamed files.
517
518         * autorecode.stat: Renamed autorecod.stat.
519
520         * begin-data.stat: Renamed beg-data.stat.
521
522         * data-formats.stat: Renamed data-fmts.stat.
523
524         * expression.stat: Renamed expr.stat.
525
526         * file-label.stat: Renamed file-lab.stat.
527
528         * input-program.stat: Renamed inpt-pgm.stat.
529
530         * modify-vars.stat: Renamed mdfy-vars.stat.
531
532         * match-files.stat: Renamed mtch-file.stat.
533
534         * process-if.stat: Renamed pcs-if.stat.
535
536         * split-file.stat: Renamed splt-file.stat.
537
538         * sysfile-info.stat: Renamed sys-info.stat.
539
540         * expect/: Refreshed.
541
542 Sat Aug  8 00:27:07 1998  Ben Pfaff  <blp@gnu.org>
543
544         * Makefile.am: (EXTRA_DIST) Add `syntax'.
545         (dist-hook) New target.
546
547 Wed Aug  5 00:04:16 1998  Ben Pfaff  <blp@gnu.org>
548
549         * TEST-RESULTS: Removed.
550
551         * show-check-msg: Removed.
552
553         * expect/: New.
554
555         * syntax: New.  Thanks to James R. Van Zandt <jrv@vanzandt.mv.com>
556         for this implementation of automatic testing.
557
558         * Makefile: (TESTS) Set to the syntax script.
559         (bench) New target.
560         (EXTRA_DIST) Remove TEST-RESULTS.  Add `syntax'.
561
562 Sun Jul  5 14:16:18 1998  Ben Pfaff  <blp@gnu.org>
563
564         * Makefile.am: (EXTRA_DIST) Add flip.stat.
565
566 Sun Jul  5 00:50:41 1998  Ben Pfaff  <blp@gnu.org>
567
568         * crosstabs.stat: Change to test /MISSING=REPORT.
569
570 Tue Jun  2 23:42:23 1998  Ben Pfaff  <blp@gnu.org>
571
572         * flip.stat: New file.
573         
574         * weighting.stat: Update.
575
576 Mon May 25 12:45:46 1998  Ben Pfaff  <blp@gnu.org>
577
578         * Makefile.am: (EXTRA_DIST) Add crosstabs.stat, match-files.stat.
579
580         * crosstabs.stat: Turn off cells=all.
581
582 Tue May 12 16:22:06 1998  Ben Pfaff  <blp@gnu.org>
583
584         * crosstabs.stat: Minor changes.
585
586 Thu May  7 23:16:03 1998  Ben Pfaff  <blp@gnu.org>
587
588         * crosstabs.stat: Replace with a test that is hopefully better.
589
590 Tue Apr 14 01:00:46 1998  Ben Pfaff  <blp@gnu.org>
591
592         * crosstabs.stat: New.
593
594 Mon Mar  9 15:40:25 1998  Ben Pfaff  <blp@gnu.org>
595
596         * match-files.stat: More thorough.
597
598 Mon Mar  9 01:14:14 1998  Ben Pfaff  <blp@gnu.org>
599
600         * match-files.stat: More thorough.
601
602 1998-03-05  Ben Pfaff  <blp@gnu.org>
603
604         * Makefile.am: Use ./gengarbage instead of gengarbage.
605
606 1998-02-23  Ben Pfaff  <blp@gnu.org>
607
608         * Many tests: Remove final finish command.
609
610 1998-02-16  Ben Pfaff  <blp@gnu.org>
611
612         * (DISTCLEANFILES) Clean *.save, pspp.*, foo*
613
614         * file-label.stat, sysfile-info.stat: Replace .sav with .save.
615
616         * match-files.stat: New file.
617         
618 Fri Feb 13 15:58:11 1998  Ben Pfaff  <blp@gnu.org>
619
620         * Makefile.am: (EXTRA_DIST) Add TEST-RESULTS.
621
622 Tue Jan 13 01:11:36 1998  Ben Pfaff  <blp@gnu.org>
623
624         * aggregate.stat: Some more testing.
625
626 Sat Jan 10 23:57:14 1998  Ben Pfaff  <blp@gnu.org>
627
628         * Makefile.am: (DISTCLEANFILES) Add aggregate.save.
629
630         * aggregate.stat: Slightly more thorough.
631
632 Sat Jan 10 02:17:00 1998  Ben Pfaff  <blp@gnu.org>
633
634         * Makefile.am: (EXTRA_DIST) Add means.stat, t-test.stat.
635         
636         * means.stat: New file.
637
638 Thu Jan  8 22:38:59 1998  Ben Pfaff  <blp@gnu.org>
639
640         * Many tests: Removed extra newlines from REMARKs.
641
642 Mon Jan  5 11:18:44 1998  Ben Pfaff  <blp@gnu.org>
643
644         * sysfile-info.stat: Test most of the DISPLAY commands.  Update
645         title.
646
647         * vector.stat: Display vectors.
648
649 Sun Jan  4 18:31:36 1998  Ben Pfaff  <blp@gnu.org>
650
651         * All tests: Added title.
652
653         * begin-data.stat: Updated REMARK format.
654
655         * descript.stat: Comment fix.
656
657 Sun Dec 21 16:57:31 1997  Ben Pfaff  <blp@gnu.org>
658
659         * TEST-RESULTS: New file.
660
661 Fri Dec  5 22:02:20 1997  Ben Pfaff  <blp@gnu.org>
662
663         * Makefile.am: (DISTCLEANFILES) Add fiasco.html.
664
665 Tue Dec  2 14:55:22 1997  Ben Pfaff  <blp@gnu.org>
666
667         * t-test.stat: New file.
668
669 Fri Nov 14 00:17:25 1997  Ben Pfaff  <blp@gnu.org>
670
671         * aggregate.stat: Changed.      
672
673 Tue Oct 28 16:26:25 1997  Ben Pfaff  <blp@gnu.org>
674
675         * aggregate.stat: New file.
676
677         * Makefile.am: (EXTRA_DIST) Add aggregate.stat.
678
679 Sun Oct  5 16:02:02 1997  Ben Pfaff  <blp@gnu.org>
680
681         * fall92.stat, fall92.data: Removed (unknown copyright).
682
683         * gengarbage.c: Define EXIT_SUCCESS if not defined by headers.
684         From Alexandre Oliva <oliva@dcc.unicamp.br>.
685
686 Sat Oct  4 16:35:59 1997  Ben Pfaff  <blp@gnu.org>
687
688         * repeating.stat: New file.
689
690         * Makefile.am: (EXTRA_DIST) Add repeating.stat.
691
692 Thu Sep 18 21:40:50 1997  Ben Pfaff  <blp@gnu.org>
693
694         * Makefile.am: (EXTRA_DIST) Add lag.stat.
695
696 Mon Aug 18 18:31:42 1997  Ben Pfaff  <blp@gnu.org>
697
698         * do-repeat.stat: Even more useful.
699
700         * lag.stat: New file.
701
702 Sun Aug 17 22:47:53 1997  Ben Pfaff  <blp@gnu.org>
703
704         * do-repeat.stat: Made actually useful, not stupid.
705
706 Sun Aug  3 11:46:00 1997  Ben Pfaff  <blp@gnu.org>
707
708         * In several files, replace usage of deprecated term `script' by
709         `syntax file'.
710
711 Thu Jul 17 02:12:17 1997  Ben Pfaff  <blp@gnu.org>
712
713         * Makefile.am: (EXTRA_DIST) Add tabs.stat.
714
715         * file-label.stat: Improved.
716
717         * sysfile-info.stat: Tests DISPLAY DICTIONARY now as well.
718
719 Fri Jul 11 14:13:49 1997  Ben Pfaff  <blp@gnu.org>
720
721         * gengarbage.c: Reformat.  #include's <time.h>.  Uses ANSI C
722         rand() in place of random().  Calls the randomizer srand().
723
724 Thu Jul 10 22:16:34 1997  Ben Pfaff  <blp@gnu.org>
725
726         * tabs.stat: New file.
727
728 Wed Jun 25 22:54:40 1997  Ben Pfaff  <blp@gnu.org>
729
730         * Makefile.am: (EXTRA_DIST) Removed bug.stat, file-type.stat.
731
732 Sun Jun  8 01:24:55 1997  Ben Pfaff  <blp@gnu.org>
733
734         * Makefile.am: Added fiasco.ps, fiasco.list, foo, foo.sav, msgs to
735         DISTCLEANFILES.
736
737         * input-program.stat: Made some variables scratch.
738
739 Fri Jun  6 22:53:03 1997  Ben Pfaff  <blp@gnu.org>
740
741         * Many files: Comment fixes, removed `set output raw.' commands.
742
743         * Other miscellaneous changes.
744
745 Tue Jun  3 23:44:46 1997  Ben Pfaff  <blp@gnu.org>
746
747         * list.stat: Re-enabled some of it.
748
749 Wed Apr 23 21:33:48 1997  Ben Pfaff  <blp@gnu.org>
750
751         * sysfile-info.stat: A little more generalized now.
752
753 Fri Apr 18 15:42:22 1997  Ben Pfaff  <blp@gnu.org>
754
755         * Makefile.am: Maintainer-clean Makefile.in.
756         
757 Thu Mar 27 01:11:29 1997  Ben Pfaff  <blp@gnu.org>
758
759         * gengarbage.pl: Removed.
760         
761 Sat Feb 15 21:26:53 1997  Ben Pfaff  <blp@gnu.org>
762
763         * descript.stat: Syntax fixes.
764
765         * process-if.stat: New test for PROCESS IF.
766
767 Sun Jan 19 14:22:11 1997  Ben Pfaff  <blp@gnu.org>
768
769         * autorecode.stat, modify-vars.stat: More thorough.
770
771         * data-formats.stat, file-label.stat: New tests.
772         
773 Thu Jan 16 13:08:57 1997  Ben Pfaff  <blp@gnu.org>
774
775         * bug.stat: Comment fix.
776
777 Wed Jan  1 22:08:10 1997  Ben Pfaff  <blp@gnu.org>
778
779         * filter.stat: New file; tests FILTER behavior.
780
781 Wed Jan  1 17:00:59 1997  Ben Pfaff  <blp@gnu.org>
782
783         * gengarbage.pl: New perl program equivalent to gengarbage.c.
784
785 Sun Dec 29 21:36:48 1996  Ben Pfaff  <blp@gnu.org>
786
787         * gengarbage.c: Changed.
788
789         * sort.stat: Changed.
790
791 Sun Dec 22 23:10:39 1996  Ben Pfaff  <blp@gnu.org>
792
793         * sort.stat: New file.
794
795 Fri Dec 13 21:30:53 1996  Ben Pfaff  <blp@gnu.org>
796
797         * autorecode.stat: New file.
798
799         * fall92.stat: Mods for practicality.
800
801         * test.bat, testall.bat: Removed.
802         
803 Thu Nov 28 23:14:07 1996  Ben Pfaff  <blp@gnu.org>
804
805         * list.stat, weighting.stat: Changed SET COMPATIBILITY subcommand
806         to SET EMULATION in anticipation of change.
807
808 Sat Oct 26 23:06:06 1996  Ben Pfaff  <blp@gnu.org>
809
810         * recode.stat: Removed comment about bug, since I fixed that.
811
812 Thu Oct 24 20:13:42 1996  Ben Pfaff  <blp@gnu.org>
813
814         * print.stat: Slightly more thorough.
815
816 Thu Oct 24 17:47:14 1996  Ben Pfaff  <blp@gnu.org>
817
818         * time-date.stat: Slightly more thorough.
819
820 Wed Oct 23 21:53:43 1996  Ben Pfaff  <blp@gnu.org>
821
822         * time-date.stat: New file.
823
824 Thu Sep 26 22:20:26 1996  Ben Pfaff  <blp@gnu.org>
825
826         * list.data: More data.
827
828         * list.stat: Handles all that extra data.
829
830         * weighting.stat: Doesn't try to list $WEIGHT because PC+ isn't
831         quite supported yet.
832
833 Wed Sep  4 21:45:35 1996  Ben Pfaff  <blp@gnu.org>
834
835         * weighting.stat: Tests for proper ligatures.  Won't work until
836         encodings are correct, of course...
837
838 ----------------------------------------------------------------------
839 Local Variables:
840 mode: change-log
841 version-control: never
842 End: