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