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