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