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