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