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