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