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