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