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