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