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