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