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