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