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