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