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