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