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