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