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