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