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