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