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