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