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