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