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