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