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