Make file names in change log consistently relative to tests
[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         Reviewed by John Darrington as patch #6091.
8
9 2007-07-11  Ben Pfaff  <blp@gnu.org>
10
11         * xforms/expressions.sh: Remove unused file.  Fixes bug
12         #18140.
13
14 2007-06-06  Ben Pfaff  <blp@gnu.org>
15
16         * commands/match-files.sh: Test the new support for FIRST and LAST
17           subcommands.
18
19 2007-06-06  Ben Pfaff  <blp@gnu.org>
20
21         * automake.mk: Remove test.
22
23         * xforms/casefile.sh: Removed test.
24
25 2007-06-06  Ben Pfaff  <blp@gnu.org>
26
27         * automake.mk: Add new test.
28
29         * command/datasheet.sh: New test.
30
31 2007-06-03  Ben Pfaff  <blp@gnu.org>
32
33         * libpspp/tower-test.c: Also test tower_last, tower_prev functions.
34
35         * libpspp/range-set-test.c: Also test the range_set_clone function.
36
37 2007-05-06  Ben Pfaff  <blp@gnu.org>
38
39         Abstract the documents within a dictionary a little better.
40         Thanks to John Darrington for suggestion, initial version, and
41         review.  Patch #5917.
42
43         * command/file-label.sh: Update to match new DOCUMENT behavior.
44
45 2007-04-19 John Darrington <john@darrington.wattle.id.au>
46         
47         * command/no_case_size.sh command/sysfiles-old.sh:
48         Changed tests to reflect new behaviour (case changing) when
49         reading system files with no long name table.
50
51 2007-04-15  Ben Pfaff  <blp@gnu.org>
52
53         * automake.mk: Add recode.sh to tests.
54
55         * xforms/recode.sh: New test.
56
57 2007-04-03  Ben Pfaff  <blp@gnu.org>
58             John McCabe-Dansted <gmatht@gmail.com>
59         
60         * npar-binomial.sh: Be less picky about whitespace in PSPP output.
61
62         * npar-chisquare.sh: Ditto.
63
64         * very-long-strings.sh: Ditto.
65
66 2007-04-03  Ben Pfaff  <blp@gnu.org>
67
68         Apply patches #5828, #5837, #5841, #5843.
69
70         * automake.mk (tests_libpspp_bt_test_LDADD): Add range-map-test,
71         range-set-test, tower-test.
72
73         * libpspp/range-map-test.c: New test.
74
75         * libpspp/range-set-test.c: New test.
76
77         * libpspp/tower-test.c: New test.
78
79 2007-03-31  Ben Pfaff  <blp@gnu.org>
80
81         * automake.mk (tests_libpspp_bt_test_LDADD): Add tests/libpspp/bt.
82
83         * libpspp/bt-test.c: New test.
84
85 2007-03-25  Ben Pfaff  <blp@gnu.org>
86
87         * automake.mk: Add tests/libpspp/sparse-array-test.
88
89         * libpspp/sparse-array-test.c: New test.
90
91 2007-03-18  Ben Pfaff  <blp@gnu.org>
92
93         * automake.mk: Don't try to distribute tests that are compiled
94         from C source.  This fixes "make dist" when "make all" has not yet
95         been run.
96
97 Mon Feb 12 06:29:30 2007  Ben Pfaff  <blp@gnu.org>
98
99         * libpspp/ll-test.c, libpspp/llx-test.c: Include <config.h>.
100
101 Sat Feb  3 21:57:34 2007  Ben Pfaff  <blp@gnu.org>
102
103         * automake.mk: Add tests/command/vector.sh.
104
105         * command/vector.sh: New test.
106
107 Wed Jan 24 21:13:53 2007  Ben Pfaff  <blp@gnu.org>
108
109         * automake.mk: Add tests/libpspp/abt-test.
110
111         * libpspp/abt-test.c: New test.
112
113         * libpspp/heap-test.c, libpspp/ll-test.c, libpspp/llx-test.c:
114         Style fixes.
115
116 Wed Jan 10 06:50:01 2007  Ben Pfaff  <blp@gnu.org>
117
118         * automake.mk: Add tests/libpspp/heap-test.
119
120         * libpspp/heap-test.c: New test.
121
122 Wed Dec 13 21:00:46 2006  Ben Pfaff  <blp@gnu.org>
123
124         * command/rank.sh (activity): Use DELETE VAR (which is new)
125         instead of MODIFY VARS.
126
127 Tue Dec 19 08:17:28 2006  Ben Pfaff  <blp@gnu.org>
128
129         * command/loop.sh: Test all the possible combinations of clauses.
130
131 Sat Dec 16 14:00:48 2006  Ben Pfaff  <blp@gnu.org>
132
133         * command/rank.sh: Fix test to allow string grouping variables.
134         See bug #18533.
135
136 Sat Dec 16 12:20:58 2006  Ben Pfaff  <blp@gnu.org>
137
138         * expressions/expressions.sh: Fix DATEDIFF function tests to
139         correspond with change to DATEDIFF.
140
141 Wed Dec 13 19:34:29 2006  Ben Pfaff  <blp@gnu.org>
142
143         * expressions/expressions.sh: Test DATEDIFF, DATESUM functions.
144
145 Sun Dec 10 16:52:04 2006  Ben Pfaff  <blp@gnu.org>
146
147         * automake.mk: Add new test.
148
149         * expressions/valuelabel.sh: New test, for VALUELABEL function.
150
151 Thu Nov 30 22:46:17 2006  Ben Pfaff  <blp@gnu.org>
152
153         * automake.mk: Add new test.
154
155         * bugs/compute-sum.sh: New test, for bug #17422.
156
157 Thu Nov 30 22:01:57 2006  Ben Pfaff  <blp@gnu.org>
158
159         * automake.mk: Add new test.
160
161         * bugs/empty-do-repeat: New test, for bug #18407.
162
163 Wed Nov 22 06:28:04 2006  Ben Pfaff  <blp@gnu.org>
164
165         * bugs/signals.sh: Fix race condition.
166
167 Sun Nov 19 09:23:34 2006  Ben Pfaff  <blp@gnu.org>
168
169         * automake.mk: Add the new tests listed below.
170
171         * formats/bcd-in.sh: New test.
172
173         * formats/bcd-in.expected.cmp.gz: New support file for
174         bcd-in.sh.
175
176         * formats/date-in.sh: New test.
177
178         * formats/ib-in.sh: New test.
179
180         * formats/ib-in.expected.cmp.gz: New test.
181
182         * formats/legacy-in.sh: New test.
183
184         * formats/legacy-in.expected.cmp.gz: New support file for
185         legacy-in.sh.
186
187         * formats/month-in.sh: New test.
188
189         * formats/num-in.sh: New test.
190
191         * formats/num-in.expected.gz: New support file for num-in.sh.
192
193         * formats/time-in.sh: New test.
194
195         * formats/wkday-in.sh: New test.
196
197         * commands/no_case_size.sh: Update output to conform with
198         update scientific notation code.
199
200         * formats/num-out.expected.cmp.gz: Ditto.
201
202 Thu Nov  2 20:58:12 2006  Ben Pfaff  <blp@gnu.org>
203
204         * command/data-list.sh: Test newly implement SKIP keyword on DATA
205         LIST.
206
207 Sat Nov  4 16:08:58 2006  Ben Pfaff  <blp@gnu.org>
208
209         * automake.mk: Add binhex-out.sh, date-out.sh, month-out.sh,
210         num-out.sh, time-out.sh, wkday-out.sh from formats directory.  Add
211         formats/inexactify as a program needed by tests.
212
213         * command/no_case_size.sh: Update output to conform with updated
214         formatted output code.
215
216         * expressions/expressions.sh: Ditto.
217
218         * formats/binhex-out.sh: New test.
219
220         * formats/date-out.sh: New test.
221
222         * formats/month-out.sh: New test.
223
224         * formats/num-out.sh: New test.
225
226         * formats/time-out.sh: New test.
227
228         * formats/wkday-out.sh: New test.
229
230 Sun Oct 29 14:03:37 2006  Ben Pfaff  <blp@gnu.org>
231
232         * ll-test.c, llx-test.c: Reduce verbosity of output.
233
234 Thu Oct 26 20:20:39 2006  Ben Pfaff  <blp@gnu.org>
235
236         * automake.mk: Add tests/formats/float-format.sh.
237
238         * formats/float-format.sh: New test.
239
240 Sat Oct  7 11:06:59 WST 2006 John Darrington <john@darrington.wattle.id.au>
241
242         * command/rank.sh: New file 
243
244 Sun Jul 16 21:08:51 2006  Ben Pfaff  <blp@gnu.org>
245
246         * command/print.sh: Update output to match PRINT revisions.
247
248 Wed Jul 12 10:07:52 2006  Ben Pfaff  <blp@gnu.org>
249
250         * automake.mk: Put ll-test, llx-test in check_PROGRAMS instead of
251         noinst_PROGRAMS.
252
253 Wed Jul  5 22:15:24 2006  Ben Pfaff  <blp@gnu.org>
254
255         * automake.mk: Add expressions/randist/compare.pl to EXTRA_DIST.
256
257 Tue Jul  4 09:59:52 2006  Ben Pfaff  <blp@gnu.org>
258
259         Fix bug #15766 (/KEEP subcommand on SAVE doesn't fully support
260         ALL) and additional underlying system file issues.
261         
262         * automake.mk: Add keep-all.sh to TESTS.
263         
264         * bugs/keep-all.sh: New test.
265
266 Mon Jul  3 21:09:52 2006  Ben Pfaff  <blp@gnu.org>
267
268         Modify the random distributions test to verify to 2 more decimal
269         places of accuracy, but to allow +/- 1 units in the last (tested)
270         place.  This allows the test to pass on machines or with compilers
271         whose calculated values are off by epsilon from the expected
272         results.  Because of the way the test is constructed, this was
273         quite common and often caused gratuitous test failures.
274
275         This is patch #5215, tested by Jason Stover and John Darrington.
276          
277         * expressions/randist.sh: Use compare.pl to do comparisons.
278
279         * expressions/randist/compare.pl: New script to do comparisons.
280
281         * expressions/randist/randist.pl: Print output to 4 decimal
282         places, not just 2.  Also, print a brief explanatory header at the
283         top of each output file.
284
285         * expressions/randist/*.out: Replace with new expected output.
286
287 Sat Jul  1 15:33:37 2006  Ben Pfaff  <blp@gnu.org>
288
289         * automake.mk: Add ll-test, llx-test to TESTS.
290         
291         * libpspp/ll-test.c: New file.
292
293         * libpspp/llx-test.c: New file.
294
295 Sun May  7 18:15:52 2006  Ben Pfaff  <blp@gnu.org>
296
297         * command/do-repeat.sh: Only use "A TO B" for increasing runs of
298         integers, which is all we now support (for closer compatibility).
299
300 Wed Apr 26 13:36:42 2006  Ben Pfaff  <blp@gnu.org>
301
302         * command/missing-values.sh: Update output to match behavior
303         changes.
304
305 Mon Apr  3 12:32:36 2006  Ben Pfaff  <blp@gnu.org>
306
307         * Updated tests to match changes in output formatting.
308
309 2006-03-23  Jason Stover  <jhs@math.gcsu.edu>
310
311         * command/regression.sh: New test.
312
313 Sat Mar 11 14:16:01 WST 2006 John Darrington <john@darrington.wattle.id.au>
314
315         * Updated the tests to use the new location of the pspp binary.
316         * Made all the tests work as stand-alone scripts.
317
318 Sun Feb 12 19:07:24 2006  Ben Pfaff  <blp@gnu.org>
319
320         * command/do-repeat.sh: New test.
321
322         * bugs/terminate.sh: Removed (no longer applicable).
323
324 Fri Nov  4 19:30:34 2005  Ben Pfaff  <blp@gnu.org>
325
326         * command/recode-bug.sh: Improve failure reports.
327
328 Wed Nov  2 21:54:11 2005  Ben Pfaff  <blp@gnu.org>
329
330         * command/loop.sh: Update expected error messages.
331
332 Sun Aug 21 00:20:02 2005  Ben Pfaff  <blp@gnu.org>
333
334         * command/import-export.sh: Simplify.
335
336         * command/sysfiles-old.sh: Use version 2, not 3x.
337
338 Sat Aug  6 17:32:39 2005  Ben Pfaff  <blp@gnu.org>
339
340         * command/missing-values.sh: New test.
341
342         * Makefile.am: Add new test.
343
344 Mon Aug  1 21:51:46 2005  Ben Pfaff  <blp@gnu.org>
345
346         * bugs/big-input-2.sh: Don't use 1...100000 (etc.) with Perl
347         because that may allocate a large amount of memory.
348
349 Mon Aug  1 21:48:54 2005  Ben Pfaff  <blp@gnu.org>
350
351         * xforms/expression.sh: Break this monolithic test up into 36
352         subtests to give a better idea of what's failing in some cases.
353
354 Sat Jul 30 21:54:23 2005  Ben Pfaff  <blp@gnu.org>
355
356         * command/sys-info.sh: Removed.  (This was not actually in TESTS
357         in Makefile.am, so it was never called.  command/sysfile-info.sh
358         does what it was trying to do, but 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: