1 2007-08-03 Ben Pfaff <blp@gnu.org>
3 * command/rank.sh: Test RANK with noncontiguous groups of SPLIT
4 FILE variables and how they should behave differently from
5 noncontiguous groups of BY variables. Regression test for bug
8 2007-08-01 Ben Pfaff <blp@gnu.org>
10 * command/weight.sh: Update to match new output format for median
13 * stats/percentiles-compatible.sh: Ditto.
15 * stats/percentiles-enhanced.sh: Ditto.
17 2007-07-28 John Darrington <john@darrington.wattle.id.au>
19 * command/t-test-1-indep-val.sh: Changed the order of groups in the
20 summary box to match new behaviour. (Fixes bug #19604).
22 2007-07-25 Ben Pfaff <blp@gnu.org>
25 * command/data-list.sh: Add tests for multi-record DATA LIST with
26 and without empty trailing record.
28 2007-07-24 Ben Pfaff <blp@gnu.org>
30 * command/flip.sh: Add tests to avoid regression on bugs #20493,
33 2007-07-22 Ben Pfaff <blp@gnu.org>
35 * command/very-long-strings.sh: Test both compressed and
36 uncompressed system files with very long strings.
38 2007-07-17 Ben Pfaff <blp@gnu.org>
40 Patch #19335. Reviewed by John Darrington.
42 * expressions/randist/compare.pl: Use strict and all warnings.
44 * expressions/randist/randist.pl: Ditto.
46 * formats/num-out-cmp.pl: Ditto.
48 * formats/num-out-compare.pl: Ditto.
50 * formats/num-out-decmp.pl: Ditto.
52 * formats/num-out.pl: Ditto.
54 2007-07-17 Ben Pfaff <blp@gnu.org>
56 * formats/float-format.h: Drop the tests that depend on parsing
57 "-0" from a syntax file. Also make float-format.sh error messages
58 easier to read, by changing the sed command so that error line
59 numbers are easier to match to the test input.
60 Reviewed by John Darrington as patch #6091.
62 2007-07-11 Ben Pfaff <blp@gnu.org>
64 * xforms/expressions.sh: Remove unused file. Fixes bug
67 2007-06-06 Ben Pfaff <blp@gnu.org>
69 * commands/match-files.sh: Test the new support for FIRST and LAST
72 2007-06-06 Ben Pfaff <blp@gnu.org>
74 * automake.mk: Remove test.
76 * xforms/casefile.sh: Removed test.
78 2007-06-06 Ben Pfaff <blp@gnu.org>
80 * automake.mk: Add new test.
82 * command/datasheet.sh: New test.
84 2007-06-03 Ben Pfaff <blp@gnu.org>
86 * libpspp/tower-test.c: Also test tower_last, tower_prev functions.
88 * libpspp/range-set-test.c: Also test the range_set_clone function.
90 2007-05-06 Ben Pfaff <blp@gnu.org>
92 Abstract the documents within a dictionary a little better.
93 Thanks to John Darrington for suggestion, initial version, and
96 * command/file-label.sh: Update to match new DOCUMENT behavior.
98 2007-04-19 John Darrington <john@darrington.wattle.id.au>
100 * command/no_case_size.sh command/sysfiles-old.sh:
101 Changed tests to reflect new behaviour (case changing) when
102 reading system files with no long name table.
104 2007-04-15 Ben Pfaff <blp@gnu.org>
106 * automake.mk: Add recode.sh to tests.
108 * xforms/recode.sh: New test.
110 2007-04-03 Ben Pfaff <blp@gnu.org>
111 John McCabe-Dansted <gmatht@gmail.com>
113 * npar-binomial.sh: Be less picky about whitespace in PSPP output.
115 * npar-chisquare.sh: Ditto.
117 * very-long-strings.sh: Ditto.
119 2007-04-03 Ben Pfaff <blp@gnu.org>
121 Apply patches #5828, #5837, #5841, #5843.
123 * automake.mk (tests_libpspp_bt_test_LDADD): Add range-map-test,
124 range-set-test, tower-test.
126 * libpspp/range-map-test.c: New test.
128 * libpspp/range-set-test.c: New test.
130 * libpspp/tower-test.c: New test.
132 2007-03-31 Ben Pfaff <blp@gnu.org>
134 * automake.mk (tests_libpspp_bt_test_LDADD): Add tests/libpspp/bt.
136 * libpspp/bt-test.c: New test.
138 2007-03-25 Ben Pfaff <blp@gnu.org>
140 * automake.mk: Add tests/libpspp/sparse-array-test.
142 * libpspp/sparse-array-test.c: New test.
144 2007-03-18 Ben Pfaff <blp@gnu.org>
146 * automake.mk: Don't try to distribute tests that are compiled
147 from C source. This fixes "make dist" when "make all" has not yet
150 Mon Feb 12 06:29:30 2007 Ben Pfaff <blp@gnu.org>
152 * libpspp/ll-test.c, libpspp/llx-test.c: Include <config.h>.
154 Sat Feb 3 21:57:34 2007 Ben Pfaff <blp@gnu.org>
156 * automake.mk: Add tests/command/vector.sh.
158 * command/vector.sh: New test.
160 Wed Jan 24 21:13:53 2007 Ben Pfaff <blp@gnu.org>
162 * automake.mk: Add tests/libpspp/abt-test.
164 * libpspp/abt-test.c: New test.
166 * libpspp/heap-test.c, libpspp/ll-test.c, libpspp/llx-test.c:
169 Wed Jan 10 06:50:01 2007 Ben Pfaff <blp@gnu.org>
171 * automake.mk: Add tests/libpspp/heap-test.
173 * libpspp/heap-test.c: New test.
175 Wed Dec 13 21:00:46 2006 Ben Pfaff <blp@gnu.org>
177 * command/rank.sh (activity): Use DELETE VAR (which is new)
178 instead of MODIFY VARS.
180 Tue Dec 19 08:17:28 2006 Ben Pfaff <blp@gnu.org>
182 * command/loop.sh: Test all the possible combinations of clauses.
184 Sat Dec 16 14:00:48 2006 Ben Pfaff <blp@gnu.org>
186 * command/rank.sh: Fix test to allow string grouping variables.
189 Sat Dec 16 12:20:58 2006 Ben Pfaff <blp@gnu.org>
191 * expressions/expressions.sh: Fix DATEDIFF function tests to
192 correspond with change to DATEDIFF.
194 Wed Dec 13 19:34:29 2006 Ben Pfaff <blp@gnu.org>
196 * expressions/expressions.sh: Test DATEDIFF, DATESUM functions.
198 Sun Dec 10 16:52:04 2006 Ben Pfaff <blp@gnu.org>
200 * automake.mk: Add new test.
202 * expressions/valuelabel.sh: New test, for VALUELABEL function.
204 Thu Nov 30 22:46:17 2006 Ben Pfaff <blp@gnu.org>
206 * automake.mk: Add new test.
208 * bugs/compute-sum.sh: New test, for bug #17422.
210 Thu Nov 30 22:01:57 2006 Ben Pfaff <blp@gnu.org>
212 * automake.mk: Add new test.
214 * bugs/empty-do-repeat: New test, for bug #18407.
216 Wed Nov 22 06:28:04 2006 Ben Pfaff <blp@gnu.org>
218 * bugs/signals.sh: Fix race condition.
220 Sun Nov 19 09:23:34 2006 Ben Pfaff <blp@gnu.org>
222 * automake.mk: Add the new tests listed below.
224 * formats/bcd-in.sh: New test.
226 * formats/bcd-in.expected.cmp.gz: New support file for
229 * formats/date-in.sh: New test.
231 * formats/ib-in.sh: New test.
233 * formats/ib-in.expected.cmp.gz: New test.
235 * formats/legacy-in.sh: New test.
237 * formats/legacy-in.expected.cmp.gz: New support file for
240 * formats/month-in.sh: New test.
242 * formats/num-in.sh: New test.
244 * formats/num-in.expected.gz: New support file for num-in.sh.
246 * formats/time-in.sh: New test.
248 * formats/wkday-in.sh: New test.
250 * commands/no_case_size.sh: Update output to conform with
251 update scientific notation code.
253 * formats/num-out.expected.cmp.gz: Ditto.
255 Thu Nov 2 20:58:12 2006 Ben Pfaff <blp@gnu.org>
257 * command/data-list.sh: Test newly implement SKIP keyword on DATA
260 Sat Nov 4 16:08:58 2006 Ben Pfaff <blp@gnu.org>
262 * automake.mk: Add binhex-out.sh, date-out.sh, month-out.sh,
263 num-out.sh, time-out.sh, wkday-out.sh from formats directory. Add
264 formats/inexactify as a program needed by tests.
266 * command/no_case_size.sh: Update output to conform with updated
267 formatted output code.
269 * expressions/expressions.sh: Ditto.
271 * formats/binhex-out.sh: New test.
273 * formats/date-out.sh: New test.
275 * formats/month-out.sh: New test.
277 * formats/num-out.sh: New test.
279 * formats/time-out.sh: New test.
281 * formats/wkday-out.sh: New test.
283 Sun Oct 29 14:03:37 2006 Ben Pfaff <blp@gnu.org>
285 * ll-test.c, llx-test.c: Reduce verbosity of output.
287 Thu Oct 26 20:20:39 2006 Ben Pfaff <blp@gnu.org>
289 * automake.mk: Add tests/formats/float-format.sh.
291 * formats/float-format.sh: New test.
293 Sat Oct 7 11:06:59 WST 2006 John Darrington <john@darrington.wattle.id.au>
295 * command/rank.sh: New file
297 Sun Jul 16 21:08:51 2006 Ben Pfaff <blp@gnu.org>
299 * command/print.sh: Update output to match PRINT revisions.
301 Wed Jul 12 10:07:52 2006 Ben Pfaff <blp@gnu.org>
303 * automake.mk: Put ll-test, llx-test in check_PROGRAMS instead of
306 Wed Jul 5 22:15:24 2006 Ben Pfaff <blp@gnu.org>
308 * automake.mk: Add expressions/randist/compare.pl to EXTRA_DIST.
310 Tue Jul 4 09:59:52 2006 Ben Pfaff <blp@gnu.org>
312 Fix bug #15766 (/KEEP subcommand on SAVE doesn't fully support
313 ALL) and additional underlying system file issues.
315 * automake.mk: Add keep-all.sh to TESTS.
317 * bugs/keep-all.sh: New test.
319 Mon Jul 3 21:09:52 2006 Ben Pfaff <blp@gnu.org>
321 Modify the random distributions test to verify to 2 more decimal
322 places of accuracy, but to allow +/- 1 units in the last (tested)
323 place. This allows the test to pass on machines or with compilers
324 whose calculated values are off by epsilon from the expected
325 results. Because of the way the test is constructed, this was
326 quite common and often caused gratuitous test failures.
328 This is patch #5215, tested by Jason Stover and John Darrington.
330 * expressions/randist.sh: Use compare.pl to do comparisons.
332 * expressions/randist/compare.pl: New script to do comparisons.
334 * expressions/randist/randist.pl: Print output to 4 decimal
335 places, not just 2. Also, print a brief explanatory header at the
336 top of each output file.
338 * expressions/randist/*.out: Replace with new expected output.
340 Sat Jul 1 15:33:37 2006 Ben Pfaff <blp@gnu.org>
342 * automake.mk: Add ll-test, llx-test to TESTS.
344 * libpspp/ll-test.c: New file.
346 * libpspp/llx-test.c: New file.
348 Sun May 7 18:15:52 2006 Ben Pfaff <blp@gnu.org>
350 * command/do-repeat.sh: Only use "A TO B" for increasing runs of
351 integers, which is all we now support (for closer compatibility).
353 Wed Apr 26 13:36:42 2006 Ben Pfaff <blp@gnu.org>
355 * command/missing-values.sh: Update output to match behavior
358 Mon Apr 3 12:32:36 2006 Ben Pfaff <blp@gnu.org>
360 * Updated tests to match changes in output formatting.
362 2006-03-23 Jason Stover <jhs@math.gcsu.edu>
364 * command/regression.sh: New test.
366 Sat Mar 11 14:16:01 WST 2006 John Darrington <john@darrington.wattle.id.au>
368 * Updated the tests to use the new location of the pspp binary.
369 * Made all the tests work as stand-alone scripts.
371 Sun Feb 12 19:07:24 2006 Ben Pfaff <blp@gnu.org>
373 * command/do-repeat.sh: New test.
375 * bugs/terminate.sh: Removed (no longer applicable).
377 Fri Nov 4 19:30:34 2005 Ben Pfaff <blp@gnu.org>
379 * command/recode-bug.sh: Improve failure reports.
381 Wed Nov 2 21:54:11 2005 Ben Pfaff <blp@gnu.org>
383 * command/loop.sh: Update expected error messages.
385 Sun Aug 21 00:20:02 2005 Ben Pfaff <blp@gnu.org>
387 * command/import-export.sh: Simplify.
389 * command/sysfiles-old.sh: Use version 2, not 3x.
391 Sat Aug 6 17:32:39 2005 Ben Pfaff <blp@gnu.org>
393 * command/missing-values.sh: New test.
395 * Makefile.am: Add new test.
397 Mon Aug 1 21:51:46 2005 Ben Pfaff <blp@gnu.org>
399 * bugs/big-input-2.sh: Don't use 1...100000 (etc.) with Perl
400 because that may allocate a large amount of memory.
402 Mon Aug 1 21:48:54 2005 Ben Pfaff <blp@gnu.org>
404 * xforms/expression.sh: Break this monolithic test up into 36
405 subtests to give a better idea of what's failing in some cases.
407 Sat Jul 30 21:54:23 2005 Ben Pfaff <blp@gnu.org>
409 * command/sys-info.sh: Removed. (This was not actually in TESTS
410 in Makefile.am, so it was never called. command/sysfile-info.sh
411 does what it was trying to do, but better.)
413 Sat Jul 30 21:50:33 2005 Ben Pfaff <blp@gnu.org>
417 * Most tests: Add `cd /' before `rm -rf $TEMPDIR' because some
418 OSes do not allow the current working directory to be removed.
420 * bugs/big-input-2.sh: Use perl instead of a shell loop, because
421 the shell loop was very slow on Solaris.
423 * command/sort.sh: Use `printf' instead of `echo -n' for
426 Sat Jul 30 21:48:37 2005 Ben Pfaff <blp@gnu.org>
428 * Makefile.am: Add coverage.sh, temp_template to EXTRA_DIST.
430 Sun Jul 24 20:35:04 2005 Ben Pfaff <blp@gnu.org>
432 * command/sysfile-info.sh: Add "-b -B -w" to diff command line.
433 Fixes apparent failure under Cygwin. Thanks to John Darrington
434 <john@cellform.com.au> for reporting this problem.
436 Mon Jul 4 18:02:44 2005 Ben Pfaff <blp@gnu.org>
438 * command/sysfile-info.sh: Don't verify endianness. Fixes bug
439 reported by "Marshall DeBerry" <mdb@radix.net>.
441 Mon Jun 6 22:40:10 2005 Ben Pfaff <blp@gnu.org>
443 * command/print.sh: Get rid of RBHEX output. It wasn't worth
444 much. Fixes bug 12312.
446 Tue May 10 19:59:10 2005 Ben Pfaff <blp@gnu.org>
448 * bugs/agg-crash-2.sh: Fix output given bug 13054.
450 Wed May 4 23:50:02 2005 Ben Pfaff <blp@gnu.org>
452 * bugs/match-files-scratch.sh: New test for bug 12948.
454 * Makefile.am: (TESTS) Add bugs/match-files-scratch.sh.
456 Sun May 1 23:18:37 2005 Ben Pfaff <blp@gnu.org>
458 Most tests: changed capitalization of variable names in
459 definitions or in output, because now we preserve it.
461 Mon Apr 25 23:30:17 2005 Ben Pfaff <blp@gnu.org>
463 * commands/match-files.sh: New test.
465 * Makefile.am: (TESTS) Add commands/match-files.sh.
467 Sun Apr 17 16:38:00 2005 Ben Pfaff <blp@gnu.org>
469 * crosstabs.stat, data-fmts.stat, do-if.stat, do-repeat.stat,
470 gengarbage.c, inpt-pgm.stat, mdfy-vars.stat, means.stat,
471 mtch-file.stat, pcs-if.stat, recode.stat, repeating.stat,
472 reread.data, reread.stat, sys-info.stat, t-test.stat,
473 temporary.stat, time-date.stat, vector.stat: Removed because they
476 * Makefile.am: Removed sort.data references. Fixed up
479 Sun Mar 20 14:16:31 2005 Ben Pfaff <blp@gnu.org>
481 * command/aggregate.sh: Rewrite.
483 Mon Mar 14 21:58:23 2005 Ben Pfaff <blp@gnu.org>
485 * Makefile.am: (TESTS_ENVIRONMENT) Add PERL to the test
488 * commands/sort.sh: Rewrite to test more thoroughly and to verify
489 that the sort is stable.
491 Sat Mar 12 23:30:37 2005 Ben Pfaff <blp@gnu.org>
493 * bugs/agg-crash-2.sh, bugs/big-input-2.sh, command/aggregate.sh:
494 Fix AGGREGATE command syntax.
496 Sat Mar 12 13:16:34 2005 Ben Pfaff <blp@gnu.org>
498 * bugs/temp-freq.sh: Add another test.
500 Fri Mar 11 10:40:41 2005 Ben Pfaff <blp@gnu.org>
502 * expressions/expressions.sh: Add another test.
504 Sun Mar 6 19:30:14 2005 Ben Pfaff <blp@gnu.org>
506 * expressions/vectors.sh: New test.
508 * Makefile.am: Add expressions/vectors.sh.
510 Sun Mar 6 17:56:27 2005 Ben Pfaff <blp@gnu.org>
512 * expressions/expressions.sh: Add tests for generic optimizations.
514 Sun Mar 6 11:03:58 2005 Ben Pfaff <blp@gnu.org>
516 * Makefile.am: Add expressions/variables.sh. Remove expr.stat.
518 * expr.stat: Removed.
520 'Mon Feb 28 23:31:16 2005 Ben Pfaff <blp@gnu.org>
522 * Makefile.am: Removed xforms/expressions.sh. Added
523 expressions/expressions.sh, expressions/epoch.sh,
524 expressions/randist.sh.
526 * command/print.sh: Update error messages.
528 Sun Feb 13 16:15:09 2005 Ben Pfaff <blp@gnu.org>
530 * bugs/agg-crash-2.sh: Add new test for Bug #11955.
532 Fri Feb 11 23:27:08 2005 Ben Pfaff <blp@gnu.org>
534 * bugs/crosstabs-crash.sh: Add new test for Bug #11916.
536 Tue Jan 18 19:25:24 WST 2005 John Darrington <john@darrington.wattle.id.au>
538 * Canonicalised (some of) the tests' temp file names to make it
539 easier to recognise valgrind ouput.
541 Sun Jan 9 16:39:08 WST 2005 John Darrington <john@darrington.wattle.id.au>
543 * bugs/big-input-2.sh Made the test a bit faster
545 John Darrington <john@darrington.wattle.id.au>
547 * command/examine.sh Added
549 Mon Nov 15 23:52:55 2004 Ben Pfaff <blp@gnu.org>
551 * bugs/random.sh: Update expected random values to reflect the GSL
552 random number generator.
554 Sat Nov 6 14:49:27 WST 2004 John Darrington <john@darrington.wattle.id.au>
556 * command/oneway-with-splits.sh Added.
558 Sun Oct 31 16:08:47 WST 2004 John Darrington <john@darrington.wattle.id.au>
560 * bugs/recode-copy-bug.sh bugs/computebug.sh Fixed problem which
561 caused make distcheck to not know where some critical files were.
563 Mon May 31 21:49:19 2004 Ben Pfaff <blp@gnu.org>
565 * bugs/t-test-with-temp.sh: Use $SUPERVISOR.
567 * bugs/t-test-1-indep-val.sh: Ditto.
569 * bugs/t-test-1-sample-missing-anal.sh: Ditto.
571 * bugs/t-test-1-sample-missing-list.sh: Ditto.
573 * bugs/t-test-1s.sh: Ditto.
575 * bugs/t-test-groups.sh: Ditto.
577 * bugs/t-test-indep-missing-anal.sh: Ditto.
579 * bugs/t-test-indep-missing-list.sh: Ditto.
581 * bugs/t-test-paired-missing-anal.sh: Ditto.
583 * bugs/t-test-paired-missing-list.sh: Ditto.
585 * bugs/t-test-pairs.sh: Ditto.
587 Sun May 30 19:18:26 2004 Ben Pfaff <blp@gnu.org>
589 * command/tabs.sh: Default tab width is now 4.
591 * command/data-list.sh: New test.
593 * Makefile.am: (TESTS) Add command/data-list.sh.
595 Sun Apr 11 14:21:16 2004 Ben Pfaff <blp@gnu.org>
597 * stats/moments.sh: Now that our one-pass moments algorithm is
598 better we don't have to omit any of the test cases for it.
600 Fri Apr 9 20:03:33 2004 Ben Pfaff <blp@gnu.org>
602 * Makefile.am: (TESTS) Add stats/descript-mean-bug.sh.
604 * stats/descript-mean-bug.sh: Add test for a bug where
605 DESCRIPTIVES asking only for the mean assert-failed.
607 Sat Apr 3 11:42:31 2004 Ben Pfaff <blp@gnu.org>
609 * Makefile.am: (TESTS) Add bugs/comment-at-eof.sh. Alphabetize
612 * bugs/comment-at-eof.sh: Add test for a bug where a comment at
613 end of file caused an infinite loop.
615 Sat Mar 27 11:29:06 WST 2004 John Darrington <john@darrington.wattle.id.au>
617 * bugs/get.sh Added regression test for a bug in loading a dictionary
618 with the GET command.
620 Tue Mar 30 22:10:08 2004 Ben Pfaff <blp@gnu.org>
622 * Makefile.am: (TESTS) Add bugs/multipass.sh.
624 Mon Mar 29 15:25:09 2004 Ben Pfaff <blp@gnu.org>
626 * Makefile.am: (TESTS) Add xforms/casefile.sh,
627 stats/descript-basic.sh, stats/descript-missing.sh,
628 stats/moments.sh. Remove command/descriptives.sh.
630 * command/descriptives.sh: Removed.
632 * command/weight.sh: Fix output (statistic values were wrong!).
634 * stats/descript-basic.sh: New test.
636 * stats/descript-missing.sh: New test.
638 * stats/moments.sh: New test.
640 * xforms/casefile.sh: New test.
642 * xforms/expressions.sh: Cleans up after itself now.
644 Fri Mar 26 00:55:48 2004 Ben Pfaff <blp@gnu.org>
646 * Makefile.am: (TESTS) Add xforms/expressions.sh, remove
649 * command/beg-data.sh: Remove REMARK usage.
651 * command/bignum.sh: Ditto.
653 * command/list.sh: Ditto.
655 * command/print.sh: Ditto.
657 Sat Mar 20 18:11:15 2004 Ben Pfaff <blp@gnu.org>
659 * command/list.sh: Update output.
661 * command/print.sh: Ditto.
663 * command/weight.sh: Ditto.
665 Sun Mar 14 23:04:14 2004 Ben Pfaff <blp@gnu.org>
667 * command/sort.sh: Use numeric, not string, data to avoid spurious
670 Wed Mar 10 21:22:03 2004 Ben Pfaff <blp@gnu.org>
672 * bugs/temporary.sh: Test that basic use of TEMPORARY works.
674 Mon Feb 16 21:36:57 2004 Ben Pfaff <blp@gnu.org>
676 * */*.sh: Prepend $SUPERVISOR to invocations of pspp so that we
677 can run valgrind or gdb easily with `make check'
679 Sat Dec 13 00:08:23 2003 Ben Pfaff <blp@gnu.org>
681 * syntax: Run a diff when there's no expected output, too.
683 Fri Jan 7 20:30:23 2000 Ben Pfaff <blp@gnu.org>
685 * data-fmts.stat: Add more date tests.
687 * do-repeat.stat: SET ECHO ON.
689 * syntax: Replace test -L with test -h.
691 Tue Jan 5 14:21:52 1999 Ben Pfaff <blp@gnu.org>
693 * data-list.stat, data-list.data: Adjust so that it can tell if
694 DATA LIST FREE properly parses and pads string values.
696 * list.stat: Remove anachronistic `SET EMULATION PC'.
700 Tue Jan 5 14:12:58 1999 Ben Pfaff <blp@gnu.org>
702 * syntax: Replaced `test' calls with `['. This may or may not fix
703 the problems some people have reported.
705 Sun Aug 9 11:15:38 1998 Ben Pfaff <blp@gnu.org>
707 * Makefile.am: (EXTRA_DIST) Update for renamed files.
709 * autorecode.stat: Renamed autorecod.stat.
711 * begin-data.stat: Renamed beg-data.stat.
713 * data-formats.stat: Renamed data-fmts.stat.
715 * expression.stat: Renamed expr.stat.
717 * file-label.stat: Renamed file-lab.stat.
719 * input-program.stat: Renamed inpt-pgm.stat.
721 * modify-vars.stat: Renamed mdfy-vars.stat.
723 * match-files.stat: Renamed mtch-file.stat.
725 * process-if.stat: Renamed pcs-if.stat.
727 * split-file.stat: Renamed splt-file.stat.
729 * sysfile-info.stat: Renamed sys-info.stat.
731 * expect/: Refreshed.
733 Sat Aug 8 00:27:07 1998 Ben Pfaff <blp@gnu.org>
735 * Makefile.am: (EXTRA_DIST) Add `syntax'.
736 (dist-hook) New target.
738 Wed Aug 5 00:04:16 1998 Ben Pfaff <blp@gnu.org>
740 * TEST-RESULTS: Removed.
742 * show-check-msg: Removed.
746 * syntax: New. Thanks to James R. Van Zandt <jrv@vanzandt.mv.com>
747 for this implementation of automatic testing.
749 * Makefile: (TESTS) Set to the syntax script.
751 (EXTRA_DIST) Remove TEST-RESULTS. Add `syntax'.
753 Sun Jul 5 14:16:18 1998 Ben Pfaff <blp@gnu.org>
755 * Makefile.am: (EXTRA_DIST) Add flip.stat.
757 Sun Jul 5 00:50:41 1998 Ben Pfaff <blp@gnu.org>
759 * crosstabs.stat: Change to test /MISSING=REPORT.
761 Tue Jun 2 23:42:23 1998 Ben Pfaff <blp@gnu.org>
763 * flip.stat: New file.
765 * weighting.stat: Update.
767 Mon May 25 12:45:46 1998 Ben Pfaff <blp@gnu.org>
769 * Makefile.am: (EXTRA_DIST) Add crosstabs.stat, match-files.stat.
771 * crosstabs.stat: Turn off cells=all.
773 Tue May 12 16:22:06 1998 Ben Pfaff <blp@gnu.org>
775 * crosstabs.stat: Minor changes.
777 Thu May 7 23:16:03 1998 Ben Pfaff <blp@gnu.org>
779 * crosstabs.stat: Replace with a test that is hopefully better.
781 Tue Apr 14 01:00:46 1998 Ben Pfaff <blp@gnu.org>
783 * crosstabs.stat: New.
785 Mon Mar 9 15:40:25 1998 Ben Pfaff <blp@gnu.org>
787 * match-files.stat: More thorough.
789 Mon Mar 9 01:14:14 1998 Ben Pfaff <blp@gnu.org>
791 * match-files.stat: More thorough.
793 1998-03-05 Ben Pfaff <blp@gnu.org>
795 * Makefile.am: Use ./gengarbage instead of gengarbage.
797 1998-02-23 Ben Pfaff <blp@gnu.org>
799 * Many tests: Remove final finish command.
801 1998-02-16 Ben Pfaff <blp@gnu.org>
803 * (DISTCLEANFILES) Clean *.save, pspp.*, foo*
805 * file-label.stat, sysfile-info.stat: Replace .sav with .save.
807 * match-files.stat: New file.
809 Fri Feb 13 15:58:11 1998 Ben Pfaff <blp@gnu.org>
811 * Makefile.am: (EXTRA_DIST) Add TEST-RESULTS.
813 Tue Jan 13 01:11:36 1998 Ben Pfaff <blp@gnu.org>
815 * aggregate.stat: Some more testing.
817 Sat Jan 10 23:57:14 1998 Ben Pfaff <blp@gnu.org>
819 * Makefile.am: (DISTCLEANFILES) Add aggregate.save.
821 * aggregate.stat: Slightly more thorough.
823 Sat Jan 10 02:17:00 1998 Ben Pfaff <blp@gnu.org>
825 * Makefile.am: (EXTRA_DIST) Add means.stat, t-test.stat.
827 * means.stat: New file.
829 Thu Jan 8 22:38:59 1998 Ben Pfaff <blp@gnu.org>
831 * Many tests: Removed extra newlines from REMARKs.
833 Mon Jan 5 11:18:44 1998 Ben Pfaff <blp@gnu.org>
835 * sysfile-info.stat: Test most of the DISPLAY commands. Update
838 * vector.stat: Display vectors.
840 Sun Jan 4 18:31:36 1998 Ben Pfaff <blp@gnu.org>
842 * All tests: Added title.
844 * begin-data.stat: Updated REMARK format.
846 * descript.stat: Comment fix.
848 Sun Dec 21 16:57:31 1997 Ben Pfaff <blp@gnu.org>
850 * TEST-RESULTS: New file.
852 Fri Dec 5 22:02:20 1997 Ben Pfaff <blp@gnu.org>
854 * Makefile.am: (DISTCLEANFILES) Add fiasco.html.
856 Tue Dec 2 14:55:22 1997 Ben Pfaff <blp@gnu.org>
858 * t-test.stat: New file.
860 Fri Nov 14 00:17:25 1997 Ben Pfaff <blp@gnu.org>
862 * aggregate.stat: Changed.
864 Tue Oct 28 16:26:25 1997 Ben Pfaff <blp@gnu.org>
866 * aggregate.stat: New file.
868 * Makefile.am: (EXTRA_DIST) Add aggregate.stat.
870 Sun Oct 5 16:02:02 1997 Ben Pfaff <blp@gnu.org>
872 * fall92.stat, fall92.data: Removed (unknown copyright).
874 * gengarbage.c: Define EXIT_SUCCESS if not defined by headers.
875 From Alexandre Oliva <oliva@dcc.unicamp.br>.
877 Sat Oct 4 16:35:59 1997 Ben Pfaff <blp@gnu.org>
879 * repeating.stat: New file.
881 * Makefile.am: (EXTRA_DIST) Add repeating.stat.
883 Thu Sep 18 21:40:50 1997 Ben Pfaff <blp@gnu.org>
885 * Makefile.am: (EXTRA_DIST) Add lag.stat.
887 Mon Aug 18 18:31:42 1997 Ben Pfaff <blp@gnu.org>
889 * do-repeat.stat: Even more useful.
891 * lag.stat: New file.
893 Sun Aug 17 22:47:53 1997 Ben Pfaff <blp@gnu.org>
895 * do-repeat.stat: Made actually useful, not stupid.
897 Sun Aug 3 11:46:00 1997 Ben Pfaff <blp@gnu.org>
899 * In several files, replace usage of deprecated term `script' by
902 Thu Jul 17 02:12:17 1997 Ben Pfaff <blp@gnu.org>
904 * Makefile.am: (EXTRA_DIST) Add tabs.stat.
906 * file-label.stat: Improved.
908 * sysfile-info.stat: Tests DISPLAY DICTIONARY now as well.
910 Fri Jul 11 14:13:49 1997 Ben Pfaff <blp@gnu.org>
912 * gengarbage.c: Reformat. #include's <time.h>. Uses ANSI C
913 rand() in place of random(). Calls the randomizer srand().
915 Thu Jul 10 22:16:34 1997 Ben Pfaff <blp@gnu.org>
917 * tabs.stat: New file.
919 Wed Jun 25 22:54:40 1997 Ben Pfaff <blp@gnu.org>
921 * Makefile.am: (EXTRA_DIST) Removed bug.stat, file-type.stat.
923 Sun Jun 8 01:24:55 1997 Ben Pfaff <blp@gnu.org>
925 * Makefile.am: Added fiasco.ps, fiasco.list, foo, foo.sav, msgs to
928 * input-program.stat: Made some variables scratch.
930 Fri Jun 6 22:53:03 1997 Ben Pfaff <blp@gnu.org>
932 * Many files: Comment fixes, removed `set output raw.' commands.
934 * Other miscellaneous changes.
936 Tue Jun 3 23:44:46 1997 Ben Pfaff <blp@gnu.org>
938 * list.stat: Re-enabled some of it.
940 Wed Apr 23 21:33:48 1997 Ben Pfaff <blp@gnu.org>
942 * sysfile-info.stat: A little more generalized now.
944 Fri Apr 18 15:42:22 1997 Ben Pfaff <blp@gnu.org>
946 * Makefile.am: Maintainer-clean Makefile.in.
948 Thu Mar 27 01:11:29 1997 Ben Pfaff <blp@gnu.org>
950 * gengarbage.pl: Removed.
952 Sat Feb 15 21:26:53 1997 Ben Pfaff <blp@gnu.org>
954 * descript.stat: Syntax fixes.
956 * process-if.stat: New test for PROCESS IF.
958 Sun Jan 19 14:22:11 1997 Ben Pfaff <blp@gnu.org>
960 * autorecode.stat, modify-vars.stat: More thorough.
962 * data-formats.stat, file-label.stat: New tests.
964 Thu Jan 16 13:08:57 1997 Ben Pfaff <blp@gnu.org>
966 * bug.stat: Comment fix.
968 Wed Jan 1 22:08:10 1997 Ben Pfaff <blp@gnu.org>
970 * filter.stat: New file; tests FILTER behavior.
972 Wed Jan 1 17:00:59 1997 Ben Pfaff <blp@gnu.org>
974 * gengarbage.pl: New perl program equivalent to gengarbage.c.
976 Sun Dec 29 21:36:48 1996 Ben Pfaff <blp@gnu.org>
978 * gengarbage.c: Changed.
980 * sort.stat: Changed.
982 Sun Dec 22 23:10:39 1996 Ben Pfaff <blp@gnu.org>
984 * sort.stat: New file.
986 Fri Dec 13 21:30:53 1996 Ben Pfaff <blp@gnu.org>
988 * autorecode.stat: New file.
990 * fall92.stat: Mods for practicality.
992 * test.bat, testall.bat: Removed.
994 Thu Nov 28 23:14:07 1996 Ben Pfaff <blp@gnu.org>
996 * list.stat, weighting.stat: Changed SET COMPATIBILITY subcommand
997 to SET EMULATION in anticipation of change.
999 Sat Oct 26 23:06:06 1996 Ben Pfaff <blp@gnu.org>
1001 * recode.stat: Removed comment about bug, since I fixed that.
1003 Thu Oct 24 20:13:42 1996 Ben Pfaff <blp@gnu.org>
1005 * print.stat: Slightly more thorough.
1007 Thu Oct 24 17:47:14 1996 Ben Pfaff <blp@gnu.org>
1009 * time-date.stat: Slightly more thorough.
1011 Wed Oct 23 21:53:43 1996 Ben Pfaff <blp@gnu.org>
1013 * time-date.stat: New file.
1015 Thu Sep 26 22:20:26 1996 Ben Pfaff <blp@gnu.org>
1017 * list.data: More data.
1019 * list.stat: Handles all that extra data.
1021 * weighting.stat: Doesn't try to list $WEIGHT because PC+ isn't
1022 quite supported yet.
1024 Wed Sep 4 21:45:35 1996 Ben Pfaff <blp@gnu.org>
1026 * weighting.stat: Tests for proper ligatures. Won't work until
1027 encodings are correct, of course...
1029 ----------------------------------------------------------------------
1032 version-control: never