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