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