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