Fixed numerous memory leaks. Changed many of the test cases to use a canonical
[pspp-builds.git] / src / ChangeLog
1 Tue Jan 18 19:26:59 WST 2005 John Darrington <john@darrington.wattle.id.au>
2
3         * examine.q  factor_stats.[ch] get.c pfm-read.c: Plugged numerous
4         memory leaks.
5
6 Mon Jan 10 14:43:45 WST 2005 John Darrington <john@darrington.wattle.id.au>
7
8         * ascii.c cartesian.c casefile.c chart.h devind.c 
9           examine.q frequencies.q
10           html.c output.h piechart.c plot-chart.c plot-hist.c
11
12           Integrated the chart rendering into the output stream
13           (currently only works for html).
14           
15           Removed gratuitous use of ifndef NO_CHARTS, and replaced with
16           dummy-chart.c for compiling without charts.
17
18         * mkfile.[ch] Created.  
19
20         * som.[ch] tab.[ch]: Changed name of som_table to som_entity
21         Added type element so we can tell if it's a chart or a table.
22
23         * chart.h examine.q piechart.c plot-chart.c plot-hist.c: changed the 
24         API of charts to be more like that of tables.
25
26 Thu Jan 13 21:00:02 WST 2005 John Darrington <john@darrington.wattle.id.au>
27
28         * casefile.c main.c: Moved the SIGINT handler from casefile.c to
29         main.c. Removed the handler for SIGQUIT.
30
31 Mon Jan 10 14:43:45 WST 2005 John Darrington <john@darrington.wattle.id.au>
32
33         * casefile.c: Added a signal handler to delete temp files on 
34         SIGINT and SIGQUIT
35
36         * permissions.c Inhibited the PERMISSIONS command when SAFER is on.
37
38         * command.def Added a lot more unimplemented commands.
39
40         * copyleft.[ch] cmdline.c Moved legal information to copyleft.c
41
42 Sat Jan  8 23:58:34 2005  Ben Pfaff  <blp@gnu.org>
43
44         * sort.c: (compare_initial_runs) Needed additional level of
45         dereferencing.
46         (merge_once) Fix plenty of stupid mistakes.
47
48 Sat Jan  8 23:55:27 2005  Ben Pfaff  <blp@gnu.org>
49
50         * casefile.c: (casefile_sleep) Need to flush_buffer() after
51         calling casefile_to_disk() or we will lose the last block in the
52         file if the casefile started out as disk-based.
53         (casefile_get_reader) Initialize reader->destructive to 0.
54         (cmd_debug_casefile) Add new test pattern.
55         (test_casefile) Define new test pattern to make sure
56         casefile_sleep() works properly.
57
58 Fri Jan  7 08:00:05 WST 2005 John Darrington <john@darrington.wattle.id.au>
59
60         * Makefile.am chart.[ch]  histogram.[ch] piechart.c (Modified);
61           plot-hist.c plot-chart.c (Added) Reorganised these files in an
62           attempt to seperate the creation and processing of charts from their
63           actuall renedering.
64
65         * examine.q frequencies.q generated charts conditional upon the NO_CHARTS
66           macro.
67
68 Thu Jan  6 18:48:58 WST 2005 John Darrington <john@darrington.wattle.id.au>
69
70         * main.c Added a signal handler for SIGFPE
71
72         * sort.c Somewhat more robust fix to the previous entry.
73
74 Wed Jan  5 21:23:31 2005  Ben Pfaff  <blp@gnu.org>
75
76         * sort.c: (merge) Fix assertion for proper Huffman merge pattern:
77         0 == 1 modulo 1.  See Knuth 5.4.9 (vol. 3, 2nd ed.,
78         pp. 361).  Thanks to John Darrington <john@cellform.com.au> for
79         reporting the bug.
80
81 Wed Jan  5 22:42:26 WST 2005 John Darrington <john@darrington.wattle.id.au>
82
83         * case.h Fixed bug # 11307
84         
85 Wed Jan  5 08:30:48 WST 2005 John Darrington <john@darrington.wattle.id.au>
86
87         * val-labs.c Fixed bug which caused a crash if VALUE LABELS had
88         a trailing slash.
89
90 Mon Jan  3 17:44:37 2005  Ben Pfaff  <blp@gnu.org>
91
92         * pfm-read.c: (read_variables) Remove direct manipulation of
93         v->aux, which is no longer needed.  Fixes Bug #11483.
94
95 Sat Jan  1 19:01:16 WST 2005 John Darrington <john@darrington.wattle.id.au>
96
97         * data-list.c Fixed a bug in parsing delimiters.
98
99         * group.c vars-atr.c Fixed buglet in hash/compare functions for alpha
100         values.
101
102         * percentiles.c Properly handled calculation of Tukey hinges where
103         the number of data is small.
104
105         * oneway.q Used the generic value_to_string function for independent
106         variable instead of trying to do it ourselves.
107
108         * box-whisker.c Fixed a buglet which caused a crash if the number of
109         data was zero
110
111
112 Fri Dec 31 16:47:45 WST 2004 John Darrington <john@darrington.wattle.id.au>
113
114         * examine.q box-whisker.c chart.h Implemented boxplots in EXAMINE
115
116         * percentiles.c Fixed some bugs when calculating percentiles when
117         there's a small number of cases.
118
119 Wed Dec 29 08:18:08 WST 2004 John Darrington <john@darrington.wattle.id.au>
120
121         * percentiles.[ch] Added. Calculates percentiles and Tukey hinges
122
123         * examine.q factor_stats.[ch]  Added calculation of percentiles
124
125 Fri Dec 24 15:09:11 WST 2004 John Darrington <john@darrington.wattle.id.au>
126
127         * t-test.q Fixed bug #11227 Made t-test work when the independent
128         variable is alpha
129
130 Sat Dec 11 11:43:45 WST 2004 John Darrington <john@darrington.wattle.id.au>
131
132         * factor_stats.c Fixed calculation of trimmed mean under various
133         special conditions.
134
135 Sat Dec  4 17:14:45 WST 2004 John Darrington <john@darrington.wattle.id.au>
136
137         * histogram.c chart.[ch] factor_stats.c frequencies.q
138
139         Added code to calculate sensible histogram ranges and limits.
140
141 Thu Dec  2 13:37:43 WST 2004 John Darrington <john@darrington.wattle.id.au>
142
143         * chart.h Updated to reflect many API changes.
144
145         * cartesian.c chart.c Moved the definitions of chart_write_{xy}scale from 
146         cartesian.c and into chart.c
147
148         * factorstats.[ch] Added the histogram calculations
149
150         * casefile.c Removed an unused variable.
151
152         * frequencies.q examine.q histogram.c  Reworked the API for 
153         histograms.
154
155         * piechart.c  Revised the API for piecharts.
156
157         * var.h  Moved the definitions of freq_tab and freq out of var.h
158         and into frequencies.q where they belong.
159         
160 Tue Nov 30 21:10:20 2004  Ben Pfaff  <blp@gnu.org>
161
162         * flip.c: (flip_file) Check for off_t separately from fseeko(),
163         using AC_TYPE_OFF_T.
164
165 Tue Nov 30 08:47:41 2004  Ben Pfaff  <blp@gnu.org>
166
167         * flip.c: (flip_file) If fseeko() is not available, use long int
168         for off_t.  Thanks to "Marshall DeBerry" <mdb@radix.net> for
169         reporting the problem.
170
171 Mon Nov 29 12:20:59 WST 2004 John Darrington <john@darrington.wattle.id.au>
172
173         * examine.q factor_stats.[ch] Changed stderr to se_mean to avoid
174         conflict with stdio.
175
176 Sun Nov 21 10:32:41 WST 2004 John Darrington <john@darrington.wattle.id.au>
177
178         * var-labs.c (var_to_string) Now returns null if the variable is null
179
180         * value-labels.c (value_to_string) Made it return null if either the 
181         value or the variable is null.
182
183         * hash.c (hsh_clear) Fixed a buglet.
184
185         * examine.q  factor_stats.[ch] Largely  rewrote, because I'd started 
186         with  the wrong model.
187
188         * casefile.[ch] Added a function to return the casereader.case_idx 
189         member
190
191         * examine.q  Implemented the extreme values results.
192
193 John Darrington <john@darrington.wattle.id.au>
194
195         * settings.h set.c glob.[ch] frequencies.q q2c.c error.c lexer.[ch] 
196           output.[ch] getline.c 
197
198           Plugged some memory leaks
199
200 Mon Nov 15 23:47:40 2004  Ben Pfaff  <blp@gnu.org>
201
202         Adopt GSL random number generators, paving the way for providing
203         the complete suite of random number generators on expressions.
204         
205         * Makefile.am: Remove random.c, random.h.
206
207         * random.c: Removed.
208
209         * random.h: Removed.
210
211         * algorithm.c: (algo_default_random) Use GSL functions.
212
213         * casefile.c: (test_casefile) Use GSL RNG functions.
214
215         * expr-evl.c: (expr_evaluate) Use GSL RNG functions for OP_NORMAL,
216         OP_UNIFORM.
217
218         * sample.c: (cmd_sample) Use GSL RNG functions.
219         (sample_trns_proc) Ditto.
220
221         * set.q: (static var set_seed) Removed.
222         (static var seed_flag) Removed.
223         (static var rng) New variable.
224         (aux_stc_custom_seed) No seed value anymore, don't print anything.
225         (stc_custom_seed) Use new seed functions.
226         (seed_is_set) Removed.
227         (get_rng) New function that composes the entire external
228         interface.
229         (set_rng) New function.
230         (random_seed) New function.
231
232 Mon Nov 15 22:08:25 2004  Ben Pfaff  <blp@gnu.org>
233
234         * expr-evl.c: (expr_evaluate) Fix XDATE.JDAY formula.  Thanks to
235         John Darrington <john@darrington.wattle.id.au> for reporting this
236         bug.
237
238 Tue Nov 16 13:19:18 WST 2004 John Darrington <john@darrington.wattle.id.au>
239
240         * permissions.c command.def Added the PERMISSIONS command
241
242 Mon Nov 15 01:33:32 2004  Ben Pfaff  <blp@gnu.org>
243
244         * q2c.c: (dump_header) Don't try to emit #includes at very top of
245         output file because that will precede #include <config.h>, which
246         is bad.
247         (main) Add needed headers to /* (header) */ code.
248
249 Mon Nov 15 01:21:36 2004  Ben Pfaff  <blp@gnu.org>
250
251         Instead of making system or portable file readers responsible for
252         dropping and reordering variables, make them read full cases and
253         let the caller take care of any changes.
254
255         * get.c: New "case map" structure to handle this.  Use for GET,
256         IMPORT, MATCH FILES.  Essentially rewrite the whole file.
257
258         * pfm-read.c: (pfm_read_case) Read into provided case.  Signature
259         changed appropriately.
260
261         * sfm-read.c: (sfm_read_case) Ditto.
262
263 Mon Nov 15 00:47:45 2004  Ben Pfaff  <blp@gnu.org>
264
265         Decided that case_serialize() and case_unserialize() were too
266         abstract.  Also we need a couple more functions to avoid excessive
267         copying for data in/out fast paths.
268
269         * case.c: (case_serial_size) Removed.
270         (case_serialize) Rename case_to_values() and make its argument
271         explicitly an array of union values.
272         (case_unserialize) Rename case_from_values() and make its argument
273         explicitly an array of union values.
274         (case_data_all) New function.
275         (case_data_all_rw) New function.
276
277         * casefile.c: (struct casefile) Change buffer from array of
278         unsigned char to array of union value for better accuracy.
279         Redefine buffer_used and buffer_size in terms of values, not
280         bytes.  Remove case_size because it is now redundant with
281         value_cnt.  Fix up all references to these members.
282
283 Mon Nov 15 00:45:46 2004  Ben Pfaff  <blp@gnu.org>
284
285         * barchart.c: (struct subcat) Make `label' member const to silence
286         GCC warning with -Wwrite-strings.
287
288         * cartesian.c: (struct dataset) Ditto.
289
290         * case.c: Don't re-define NDEBUG if already defined.
291         Add lots of comments.
292
293         * str.c: Fix includes.
294
295         * crosstabs.q: Fix includes.
296
297         * examine.q: Fix includes.  Fix GCC warning about unused
298         variables.
299         
300         * frequencies.q: (stat macro) Removed and replaced where used by
301         its expansion.
302
303         * list.q: Fix includes.
304
305         * oneway.q: Fix includes.
306
307         * piechart.c: Fix includes.  Only define M_PI if not already
308         defined.
309
310         * sfm-read.c: (bswap) New function.
311         (bswap_int32) Write in terms of bswap.
312         (bswap_flt64) Ditto.
313
314         * str.c: (ds_data) Add external definition here, needed because
315         str.h has only an `extern inline' version.
316
317         * value-labels.c: Fix includes.
318
319 Mon Nov 15 00:40:55 2004  Ben Pfaff  <blp@gnu.org>
320
321         Instead of providing a system or portable file writer with a raw
322         case in the format needed for output, provide it with a regular
323         case.  The writer takes care of any needed translation.
324
325         * aggregate.c: Adopt new scheme for AGGREGATE.
326         (struct agr_proc) sfm_agr_case member removed.
327         (write_case_to_sfm) Removed because the new interface is easier to
328         use.
329
330         * get.c: Adopt new scheme for SAVE, XSAVE, EXPORT.
331
332         * pfm-write.c: Implement new scheme.
333
334         * sfm-write.c: Ditto.
335
336 Mon Nov 15 00:32:24 2004  Ben Pfaff  <blp@gnu.org>
337
338         Instead of treating `struct file_handle' as a class to subclass
339         into data files, system files, and portable files, instead use it
340         as a helper that coordinates access.  Now it is opaque, too.
341
342         This means that most references to a struct file_handle are now
343         changed into references to one of struct dfm_reader, struct
344         dfm_writer, struct sfm_reader, struct sfm_writer, struct
345         pfm_reader, or struct pfm_writer, according to what's being read
346         or written.
347
348         Most related changes are only worth summarizing briefly.
349
350         * dictionary.c: (dict_clear) Destroy aux data in deleted
351         variables.
352         (dict_clear_aux) New function.
353         (dict_create_var) Initialize aux, aux_dtor.
354         (dict_delete_var) Destroy aux data in deleted variable.
355
356         * file-handle.h: (struct fh_ext_class) Removed.
357         (struct file_handle) Removed.
358         (fh_init_files) Removed.
359
360         * file-handle.q: Changed references to a handle's `private' member
361         to direct references.
362         (struct private_file_handle) Renamed file_handle.
363         Add next, open_cnt, type, open_mode, aux members.
364         (struct file_handle_list) Removed.
365         (extern var inline_file) Removed.
366         (static var file_handles) Changed from file_handle_list * to
367         file_handle *.
368         (create_file_handle) Initialize new members.
369         (fh_close_handle) Removed.
370         (mode_name) New function.
371         (fh_open) New function.
372         (fh_close) New function.
373         (fh_parse_file_handle) Renamed fh_parse().
374
375         * glob.c: (init_glob) Remove fh_init_files() call.
376         
377         * aggregate.c: use sfm_writer.
378         (create_sysfile) Removed because the new interface is simpler.
379         
380         * apply-dict.c: Use sfm_reader.
381
382         * data-list.c: Use dfm_reader.
383
384         * file-type.c: Use dfm_reader.
385
386         * get.c: Use sfm_reader, sfm_writer, pfm_reader, pfm_writer.
387
388         * inpt-pgm.c: Use dfm_reader.
389
390         * print.c: Use dfm_writer.
391
392         * sysfile-info: Use sfm_reader.
393
394         * dfm-read.c: Adopt new file handle infrastructure.
395
396         * dfm-write.c: Ditto.
397
398         * pfm-read.c: Ditto.
399         
400         * pfm-write.c: Ditto.
401
402         * sfm-read.c: Ditto.
403
404         * sfm-write.c: Ditto.
405         
406 Mon Nov 15 00:31:44 2004  Ben Pfaff  <blp@gnu.org>
407
408         Break dictionary functions into separate header file.
409
410         * dictionary.h: New file.
411
412         * var.h: Moved dict_*() functions to dictionary.h.
413
414 Mon Nov 15 00:30:33 2004  Ben Pfaff  <blp@gnu.org>
415
416         Get rid of procedure-specific union in struct variable, using
417         instead a void * pointer and a destructor function.
418
419         Most related changes are only worth brief summaries.
420
421         * crosstabs.q: Fix includes.  Use new struct var_range in lieu of
422         old p.crs member in struct variable.
423         
424         * frequencies.q: Fix includes.  Use new struct var_freqs in lieu
425         of old p.frq member in struct variable.
426
427         * histogram.c: (draw_histogram) Takes new freq_tab arg because
428         it's no longer possible to grab this from var->p.frq.
429
430         * piechart.c: (draw_piechart) Ditto.
431
432         * group.c: (group_proc_get) New function.
433
434         * levene.c: Use group_proc_get() in lieu of old p.grp_data member
435         in struct variable.
436
437         * oneway.q: Ditto.
438
439         * t-test.q: Ditto.
440
441         * main.c: (execute_command) Clear aux data in default_dict after
442         each command.  (It's debatable whether this should be done.)
443
444         * matrix-data.c: Use new struct mxd_var in lieu of old p.mxd
445         member in struct variable.
446
447         * means.q: Get rid of integer mode, which is not included in
448         recent SPSS and was the only code that wanted per-variable private
449         data.
450
451         * var.h: (struct crosstab_proc) Removed.
452         (struct frequencies_proc) Removed.
453         (struct list_proc) Removed.
454         (struct get_proc) Removed.
455         (struct means_proc) Removed.
456         (struct matrix_data_proc) Removed.
457         (struct match_files_proc) Removed.
458         (lots of enums) Removed.
459         (struct variable) Removed members `p', `get'.  Add member
460         `aux_dtor'.
461
462         * vars-atr.c: (var_attach_aux) New function.
463         (var_detach_aux) New function.
464         (var_clear_aux) New function.
465         (var_dtor_free) New function.
466         (discard_variables) Use NULL instead of inline_file.
467
468 Fri Nov 12 10:07:11 WST 2004 John Darrington <john@darrington.wattle.id.au>
469
470         * value-labs.c  Fixed the implmentation of value_to_string, so 
471         that it properly handles alpha values.
472
473         * oneway.q  Changed instances where labels were being probed manually, 
474         to use the canonical {var,value}_to_string functions
475
476 Thu Nov 11 21:01:31 WST 2004 John Darrington <john@darrington.wattle.id.au>
477
478         * examine.q cartesian.c chart.[ch]   Added normal and detrended normal
479         plots.  Changed the API of the cartesian plot to be a much lower level
480         thing.
481
482 Sun Nov  7 17:25:04 WST 2004 John Darrington <john@darrington.wattle.id.au>
483
484         * examine.q Added some of the parametric calculations
485
486         * factor_stats.[ch]  Created
487         
488 Sat Nov  6 21:24:31 WST 2004 John Darrington <john@darrington.wattle.id.au>
489
490         * examine.q  Changed the definition of factors to be a composite, and
491         dealt with the consequences.
492
493 Sat Nov  6 20:40:38 WST 2004 John Darrington <john@darrington.wattle.id.au>
494
495         * examine.q Fixed problem where examine wasn't dealing properly with 
496         splits
497
498 Sat Nov  6 14:49:47 WST 2004 John Darrington <john@darrington.wattle.id.au>
499
500         * oneway.q Fixed problem where oneway wasn't dealing properly with 
501         splits
502
503 Thu Nov  4 11:09:01 WST 2004 John Darrington <john@darrington.wattle.id.au>
504
505         * q2c.c examine.q  Fixed a bug (feature?) whereby arrays in the
506         command which had settings didn't get the appropriate code
507         generated.
508
509         * val.h value-labels.[ch] var-labs.c Added v*to_string functions
510         to convert variables/values to strings.
511
512         * examine.q  Added framework for the EXAMINE command.
513
514 Mon Nov  1 12:46:17 WST 2004 John Darrington <john@darrington.wattle.id.au>
515
516         * q2c.c frequencies.q set.q t-test.q  Fixed the q2c parsing of DBL 
517         subcommand types.  Changed frequencies.q to use it rather then the 
518         custom parser.  Dealt with the consequences.  Added a test for NTILES
519         subcommand of frequencies.
520
521 Sat Oct 30 09:16:29 WST 2004 John Darrington <john@darrington.wattle.id.au>
522
523         * oneway.q   Fixed up the behaviour when given missing values
524
525         * levene.c oneway.q Fixed a buglet with the levene statistic and
526         incorporated the levene test into the oneway command.
527
528         * group.h  t-test.q  Moved the CMP_EQ and CMP_LE symbols out of 
529         global scope, since they're only relevant to T-TEST
530
531 Fri Oct 29 17:39:03 WST 2004 John Darrington <john@darrington.wattle.id.au>
532
533         * group.c group.h group_proc.h levene.c oneway.q t-test.q
534
535         Made the t-test more consistent
536         with the way it handles groups.  That is, it now uses a hash instead
537         of an array of 2.  Also, made the levene.c file independent of the 
538         implementation of the t-test.  So now levene should be fine for both
539         t-test and anova.
540
541         * Added an oneway.q file for one way anova
542
543 Wed Jun  2 22:08:02 2004  Ben Pfaff  <blp@gnu.org>
544
545         * descript.c: (cmd_descriptives) Remove harmless but bogus test in
546         STATISTICS parsing.
547
548 Mon May 31 20:45:24 2004  Ben Pfaff  <blp@gnu.org>
549
550         Fix memory leaks.
551
552         * data-list.c: (cmd_data_list) Free dls->delims on lossage.
553         (data_list_trns_free) Free dls->delims.
554
555         * t-test.q: (tts_custom_pairs) Free vars.
556         (ssbox_one_sample_init) Fix tab_vline() argument.
557         (ssbox_independent_samples_init) Ditto.
558         (trbox_paired_init) Ditto.
559         (trbox_one_sample_init) Ditto.
560
561 Mon May 31 17:19:27 2004  Ben Pfaff  <blp@gnu.org>
562
563         Generalize casefiles to the extent that we can use them for
564         sorting and other kinds of data transformations.  Change cases to
565         be copy-on-write to improve memory efficiency in common cases.
566         Every access to a member of a `struct ccase' was changed to be a
567         call to a case_*() function, especially case_data(), case_num(),
568         case_str(), or case_data_rw().  Many instances of a local variable
569         named "case_num" were changed to "case_idx" as a consequence.
570         Many `struct ccase *' were changed to actual `struct ccase'
571         because of copying semantics of cases.  In several places there
572         was a choice between updating debug code to work with the new ADTs
573         or just deleting it because it was useless; I chose to delete it.
574  
575         * Makefile.am: (pspp_SOURCES) Add case.c, case.h.
576
577         * case.c: New file.
578
579         * case.h: New file.
580
581         * aggregate.c: (struct agr_proc) Change type of `sort' to
582         sort_criteria *.  Add `break_vars', `break_var_cnt' members.
583         Rename `vars' to `agr_vars', all references updated.  Change
584         `agr_case' to type `struct ccase'.
585         (cmd_aggregate) Deal with new members.  Use case_create(),
586         sort_active_file_in_place(), sort_active_file_to_casefile().
587         (agr_destroy) Deal with new members.
588         (aggregate_single_case) Ditto.
589         (dump_aggregate_info) Ditto.
590         (initialize_aggregate_info) Ditto.
591         (agr_to_active_file) Ditto.
592         (presorted_agr_to_sysfile) Ditto.
593         (sort_agr_to_sysfile) Removed.
594
595         * alloc.c: (out_of_memory) Make non-static.
596
597         * alloc.h: Prototype out_of_memory().
598
599         * casefile.c: Switched from a linked list in-memory representation
600         to a two-level array-style representation.  The linked list was
601         appropriate when we could stick a header onto cases, but that's no
602         longer the case.  Also, the two-level array will allow for random
603         in-memory access in case that's ever wanted.  Also added the
604         concept of a `destructive casereader', one that destroys cases in
605         the underlying casefile as they are read out.
606         (macro CASES_PER_BLOCK) New macro.
607         (struct casefile) New members `value_cnt', `case_list_size',
608         `case_acct_size', `being_destroyed', `cases'.  Removed `head',
609         `tail'.
610         (struct casereader) Removed `cur'.  Added `destructive', `c'.
611         (global var casefiles) Made static.
612         (static var case_bytes) New var.
613         (casefile_create) Takes a value count, not a case size in bytes,
614         to conform to the case interface.  All callers updated.  Deal with
615         new and removed members.
616         (casefile_destroy) Deal with new and removed members.
617         (casefile_sleep) New function.
618         (casefile_get_case_size) Removed.
619         (casefile_get_value_cnt) New function.
620         (casefile_append) Rewritten to deal with new and removed members.
621         (casefile_append_xfer) New function.
622         (write_case_to_disk) Use case_serialize().
623         (call_posix_fadvise) Removed because posix_fadvise64 segfaults.
624         Couldn't figure out why.
625         (casefile_to_disk) Don't call call_posix_fadvise.  Rewritten to
626         deal with new and removed members.
627         (merge) Removed.
628         (merge_sort) Removed.
629         (casefile_sort) Removed.
630         (casefile_get_reader) Deal with new and removed members.
631         (casefile_get_destructive_reader) New function.
632         (reader_open_file) Make code more readable.  Create case for
633         reader.
634         (casereader_get_casefile) New function.
635         (casereader_read) Deal with new and removed members.  Now returns
636         a copy of the case, so that the caller is responsible for
637         destroying the returned case.
638         (casereader_read_xfer) New function.
639         (casereader_destroy) Destroy reader's case.
640         (test_casefile) Second arg is now a value count, all callers
641         updated.  Now tests destructive readers too.
642         (get_random_case) Deal with new case ADT.
643         (write_random_case) Ditto.
644         (read_and_verify_random_case) Ditto.
645
646         * crosstabs.q: Remove debug code.
647
648         * descript.q: (calc_descriptives) Deal with new case, casefile
649         ADTs.
650
651         * dfm.c: (cmd_begin_data) There's no storage_source_class anymore.
652
653         * do-if.c: Remove unneeded header inclusion.
654
655         * expr-prs.c: Remove debug code.
656
657         * exprP.h: Remove debug code.
658
659         * flip.c: (flip_file) Use fseeko() if available.
660
661         * formats.c: Remove debug code.
662
663         * get.c: Remove debug code.
664         (struct mtf_file) Change `input' from `union value *' to `struct
665         ccase', all references updated.
666
667         * levene.c: (levene) Deal with new case, casefile ADTs.
668
669         * list.q: Remove debug code.
670
671         * loop.c: Remove debug code.
672         
673         * matrix-data.c: Remove debug code.
674
675         * means.q: Remove debug code.
676
677         * mis-val.c: Remove debug code.
678
679         * pfm-read.c: Remove debug code.
680         (pfm_read_code) Change second arg from `union value *' to `struct
681         ccase *', all references updated.
682
683         * recode.c: (string_to_long) Make first arg const.
684         (convert_to_double) Ditto.
685
686         * repeat.c: Remove debug code.
687
688         * sample.c: Remove debug code.
689
690         * sfm-read.c: Remove debug code.
691         (sfm_read_case) Change second arg from `union value *' to `struct
692         ccase *'.
693
694         * sort.c: Redone in terms of casefiles.
695         (enum sort_direction) Moved here from sort.h.
696         (struct sort_criterion) New structure.
697         (struct sort_criteria) New structure.
698         (cmd_sort_cases) Rewritten.
699         (prepare_to_sort_active_file) New function.
700         (sort_active_file_in_place) New function.
701         (sort_active_file_to_casefile) New function.
702         (parse_sort) Renamed sort_parse_criteria(), rewritten & interface
703         changed, all callers updated.
704         (destroy_sort_cases_pgm) Renamed sort_destroy_criteria(),
705         rewritten & interface changed, all callers updated.
706         (sort_cases) Renamed sort_execute(), rewritten & interface
707         changed, all callers updated.
708         (struct internal_sort) Removed.
709         (do_internal_sort) Rewritten, interface changed.
710         (destroy_internal_sort) Removed.
711         (compare_case_dblptrs) Use sort_criteria instead of sort_case_pgm.
712         (struct initial_run) Removed; an initial run is now just a
713         casefile.
714         (compare_initial_runs) Rewritten.
715         (struct external_sort) Changed almost completely.
716         (do_external_sort) Rewritten, interface changed.
717         (destroy_external_sort) Rewritten.
718         [HAVE_MKDTEMP] (make_temp_dir) Removed.
719         [!HAVE_MKDTEMP] (do_mkdir) Removed.
720         [!HAVE_MKDTEMP] (make_temp_dir) Removed.
721         (init_external_sort) Removed.
722         (simulate_error) Removed.
723         (rmdir_temp_dir) Removed.
724         (get_temp_file_name) Removed.
725         (open_temp_file) Removed.
726         (close_temp_file) Removed.
727         (remove_temp_file) Removed.
728         (write_temp_file) Removed.
729         (read_temp_file) Removed.
730         (struct record_run) Change `record' from `struct case_lit *' to
731         `struct ccase'.
732         (struct initial_run_state) Remove `idx_to_fv', `free_list',
733         `file_idx', `output_file'.  Add `run', casefile'.  Change
734         `last_output' from `struct case_list *' to `struct ccase'.
735         (write_initial_runs) Change interface, rewrite.
736         (sort_sink_write) Renamed process_case(), changed interfaced,
737         rewrote.
738         (destroy_initial_run_state) Rewritten.
739         (allocate_cases) Rewritten.
740         (compare_record) Interface changed, rewritten.
741         (start_run) Rewritten.
742         (end_run) Rewritten.
743         (output_record) Rewritten.
744         (grab_case) Removed.
745         (release_case) Removed.
746         (struct merge_case) Change `cases' from double pointer to single
747         pointer.
748         (merge) Deal with new case and casefile ADTs.
749         (struct run) Removed.
750         (merge_once) Rewritten, interface changed.
751         (fill_run_buffer) Removed.
752         (sort_sink_make_source) Removed.
753         (sort_sink_class) Removed.
754         (struct sort_source_aux) Removed.
755         (sort_source_read_helper) Removed.
756         (sort_source_read) Removed.
757         (read_sort_output) Removed.
758         (read_internal_sort_output) Removed.
759         (read_external_sort_output) Removed.
760         (sort_source_destroy) Removed.
761         (sort_source_class) Removed.
762
763         * sort.h: (struct sort_cases_pgm) Removed.
764         (enum sort_direction) Moved to sort.c.
765
766         * t-test.q: (calculate) Deal with new case, casefile ADTs.
767
768         * tab.c: Remove debug code.
769
770         * var-labs.c: Remove debug code.
771
772         * var.h: (struct ccase) Removed.
773         (struct case_list) Removed.
774
775         * vars-atr.c: (discard_variables) Use free_case_source().
776
777         * vars-prs.c: (parse_vs_variable) Make arg const.
778         (parse_dict_variable) Ditto.
779         (parse_variables) Make struct dictionary * arg const.
780         (parse_var_set_vars) Make struct var_set * arg const.
781         (struct var_set) Add const to some of the function pointers' args.
782         (var_set_get_cnt) Make arg const.
783         (var_set_get_var) Make first arg const.
784         (var_set_lookup_var) Make first arg const.
785         (dict_var_set_get_cnt) Make arg const.
786         (dict_var_set_get_var) Make first arg const.
787         (dict_var_set_lookup_var) Make first arg const.
788         (var_set_create_from_dict) Make arg const.  Add cast to aux
789         assignment.
790         (struct array_var_set) Add const to var member.
791         (array_var_set_get_cnt) Make arg const.
792         (array_var_set_get_var) Make first arg const.
793         (array_var_set_lookup_var) Make first arg const.
794         (var_set_create_from_array) Make first arg const.  Insert cast.
795
796         * vfm.c: (struct write_case_data) Change trns_case, sink_case
797         members from `struct ccase *' to `struct ccase'.
798         (static var lag_queue) Change from double to single pointer.
799         (procedure) Optimize trivial case.
800         (internal_procedure) Deal with changed case, case_source ADTs.
801         (create_trns_case) Changed interface, rewrote.
802         (open_active_interface) Initialize modified lag queue.
803         (write_case) Deal with changed case ADT.
804         (lag_case) Deal with modified lag queue.
805         (close_active_file) Destroy modified lag queue.
806         Deal with changed case_source, case_sink ADTs.
807         (destroy_storage_stream_info) Make null arg into no-op.
808         (storage_sink_make_source) Set aux in created source.
809         (storage_source_read) Deal with changed case, casefile ADTs.
810         (storage_source_create) New function.
811         (lagged_case) Rewrite.
812         (free_case_source) New function.
813         (free_case_sink) Rewrite.
814         (struct split_aux_data) Changed prev_case from `struct ccase *' to
815         `struct ccase'.
816         (procedure_with_splits) Deal with changed prev_case.
817         (procedure_with_splits_callback) Ditto.
818         (multipass_split_aux_data) Changed prev_case from `struct ccase *' to
819         `struct ccase'.
820         (multipass_procedure_with_splits) Deal with changed prev_case.
821         (multipass_split_callback) Ditto.
822         
823         
824 Mon May 31 17:19:06 2004  Ben Pfaff  <blp@gnu.org>
825
826         The workspace idea didn't work out.
827
828         * Makefile.am: (pspp_SOURCES) Remove workspace.c, workspace.h.
829         
830         * workspace.c: Removed.
831
832         * workspace.h: Removed.
833
834 Sun May 30 18:35:19 2004  Ben Pfaff  <blp@gnu.org>
835
836         Fully implement arbitrary delimiters on DATA LIST, extending the
837         half implementation that was already there.
838
839         * data-list.c: (struct data_list_pgm) Remove `delim', add
840         `delims', `delim_cnt'.
841         (cmd_data_list) Initialize new members.  Parse delimiters and
842         clean up code a bit.
843         (cut_field) Extract fields with arbitrary delimiters.  Also, fix
844         handling of leading commas.
845         (read_from_data_list_fixed) Expand tabs.  Adapt to new DFM
846         interfaces.
847         (read_from_data_list_free) Adapt to new DFM interfaces.
848         (read_from_data_list_list) Ditto.
849         (repeating_data_trns_proc) Ditto.
850
851         * dfm.c: Split up reader and writer into separate code, because
852         they do different things.  Use struct string instead of explicit
853         allocation code, for clarity.
854         (enum dfm_reader_flags) New enum.
855         (struct dfm_fhuser_ext) Removed.
856         (struct dfm_reader_ext) New.
857         (get_reader) New function, used by just about all the reader
858         functions.
859         (dfm_close) Removed.
860         (close_reader) New function.
861         (dfm_open_for_reading) Rewrite initialization of dfm_fhuser_ext.
862         (dfm_open_for_writing) Ditto.
863         (macro force_line_buffer_expansion) Removed.
864         (count_tabs) Removed.
865         (tabs_to_spaces) Removed.
866         (read_record) Deal with new dfm_reader_ext.  Use struct string
867         functions.  Don't convert tabs to spaces.
868         (dfm_eof) New function.
869         (dfm_get_record) Changed interface, rewrote.
870         (dfm_expand_tabs) New function.
871         (dfm_fwd_record) Renamed dfm_forward_record(), updated to new
872         dfm_reader_ext, rewritten.
873         (dfm_bkwd_record) Renamed dfm_reread_record(), updated to new
874         dfm_reader_ext, rewritten.
875         (dfm_set_record) Removed in favor of dfm_forward_columns().
876         (dfm_forward_columns) New function.
877         (dfm_get_cur_col) Renamed dfm_column_start, updated to new
878         dfm_reader_ext, rewritten.
879         (static var dfm_r_class) Use close_reader for the destructor.
880         (struct dfm_writer_ext) New.
881         (dfm_put_record) Updated to new dfm_writer_ext, rewritten.  Uses
882         bounce buffer now instead of local allocation.
883         (close_writer) New function.
884         (static var dfm_writer_ext) Use close_writer for destructor.
885         (cmd_begin_data) Adapt to new dfm_reader_ext.
886
887         * file-handle.q: Add support for per-file tab width.
888         (struct private_file_handle) Add tab_width member.
889         (q2c specifications) Add tabwidth subcommand.
890         (cmd_file_handle) Put parsed tab width into private_file_handle.
891         (create_file_handle) Set default tab width.
892         (handle_get_tab_width) New function.
893
894         * file-type.c: (file_type_source_read) Adapt to new DFM interface.
895
896         * inpt-pgm.c: (reread_trns_proc) Ditto.
897
898         * matrix-data.c: (context) Ditto.
899         (another_token) Ditto.
900         (mget_token) Ditto.
901         (force_eol) Ditto.
902
903 Sun May 30 18:33:59 2004  Ben Pfaff  <blp@gnu.org>
904
905         * casefile.c: (casefile_destroy) Fix memory leak by freeing
906         cf->filename.
907         (casereader_destroy) Don't close file descriptor -1.
908
909         * recode.c: (cmd_recode) Fix memory leak.
910
911         * set.q: (q2c specifications) Fix typo in user message.
912
913         * str.c: (st_bare_pad_len_copy) Change memcpy to memmove to avoid
914         undefined behavior for overlapping arguments.
915
916 Sun May 30 18:31:48 2004  Ben Pfaff  <blp@gnu.org>
917
918         * casefile.c: valgrind doesn't implement posix_fadvise() yet, so
919         don't call it when we're running under valgrind.
920         (call_posix_fadvise) New function.
921         (casefile_to_disk) Use call_posix_fadvise().
922         (reader_open_file) Ditto.
923         
924 Sun May 30 18:20:12 2004  Ben Pfaff  <blp@gnu.org>
925
926         Update our string ADTs, struct string and struct len_string.  Get
927         rid of pool support, which was largely unused.  Rename lots of
928         functions to have more obvious or consistent names.
929         
930         * ascii.c: Get rid of ascii_pool.  It was only used for string
931         allocations.
932         (ascii_open_global) Don't create ascii_pool.
933         (ascii_close_driver) Don't destroy ascii_pool.
934         (ascii_postopen_driver) Don't use pool.
935         (ascii_close_driver) Destroy strings manually.
936
937         * str.c: (ds_create) Remove pool argument, all references updated.
938         (ds_init) Ditto.
939         (ds_replace) Remove pool support, make more efficient when we
940         don't need to reallocate.
941         (ds_destroy) Remove pool support.
942         (ds_rpad) New function.
943         (ds_size) Renamed ds_capacity(), all references updated.
944         (ds_value) Renamed ds_c_str(), all references updated.
945         (ds_concat) Renamed ds_puts(), all references updated.
946         (ds_concat_buffer) Renamed ds_concat(), all references updated.
947         (ds_putchar) Renamed ds_putc(), all references updated.
948         (ds_getline) Renamed ds_gets(), all references updated.
949         (ls_create) Remove pool argument, all references updated.
950         (ls_create_buffer) Ditto.
951         (ls_destroy) Removed pool support.
952         (ls_value) Renamed ls_c_str(), all references updated.
953
954         * str.h: (ls_length) [__GNUC__] Add inline version.
955         (ls_c_str) [__GNUC__] Add inline version.
956         (ls_end) [__GNUC__] Add inline version.
957         (struct string) Remove pool member.  Rename `size' to `capacity',
958         all references updated.
959
960         * tab.c: (text_format) Instead of using pool argument to
961         ls_create_buffer(), call pool_register() on allocated data.
962
963 Mon Apr 26 22:40:07 2004  Ben Pfaff  <blp@gnu.org>
964
965         We're abusing the current ASCII driver by telling it to allocate a
966         9999-line, 9999-character page in the tests.  This causes some
967         systems to curl up and die because it allocates 20 MB of
968         contiguous RAM.  This change alleviates at least part of the
969         problem.  It is mostly a stop-gap until the new output system is
970         ready.
971         
972         * ascii.c: (struct line) New structure.
973         (struct ascii_driver_ext) Remove `page', `page_size', `line_len',
974         `line_len_size', `n_output' members.  Add `lines', `lines_cap'.
975         (ascii_preopen_driver) Initialize new members, not old ones.
976         (ascii_close_driver) Destroy new members, not old ones.
977         (ascii_open_page) Allocate new members, not old ones.
978         (expand_line) Allocate room in line.
979         (draw_line) Use new members.
980         (ascii_line_horz) Ditto.
981         (ascii_line_vert) Ditto.
982         (ascii_line_intersection) Ditto.
983         (text_draw) Ditto.
984         (output_lines) Ditto.
985         (ascii_close_page) Ditto.
986
987 Sun Apr 25 23:40:15 2004  Ben Pfaff  <blp@gnu.org>
988
989         * matrix.c: Dead code.  Removed.
990
991         * matrix.h: Dead code.  Removed.
992
993 Fri Apr 16 23:59:51 2004  Ben Pfaff  <blp@gnu.org>
994
995         Contrary to what I'd always understood, there is an efficient
996         algorithm for deletion from a hash table populated via linear
997         probing.  This change implements it.
998         
999         * hash.c: (hsh_rehash) Probe in increasing order.
1000         (hsh_probe) Ditto.
1001         (locate_matching_entry) Ditto.
1002         (hsh_delete) Use Knuth's Algorithm 6.4R for deletion.
1003
1004 Tue Apr 13 19:24:15 2004  Ben Pfaff  <blp@gnu.org>
1005
1006         * moments.c (calc_moments): Adjust calculation of kurtosis to
1007         avoid subtracting huge numbers from huge numbers, on Michael
1008         Kiefte's advice.
1009
1010 Sun Apr 11 14:22:12 2004  Ben Pfaff  <blp@gnu.org>
1011
1012         Rework moments routines for improved numerical stability based on
1013         Michael Kiefte's advice.  Any bugs or remaining numerical problems
1014         are still mine though.
1015
1016         There is now a struct moments1 for use with one-pass moments.  It
1017         uses a provisional means algorithm as an attempt to improve
1018         accuracy of higher moments.  The older struct moments now only
1019         handles two-pass moments.
1020         
1021         * aggregate.c: Use moments1 instead moments.
1022
1023         * descript.c: Revert previous change, which is no longer needed
1024         due to the moments revision.
1025
1026         * moments.c: (calc_moments) New function for calculating variance,
1027         skewness, kurtosis.
1028         (moments_pass_one) Only accumulate weights bigger than zero.
1029         (moments_calculate) Allow calculating the mean on pass one, others
1030         require pass two.  Implement in terms of calc_moments().
1031         (struct moments1) New structure.
1032         (init_moments1) New function.
1033         (moments1_clear) Ditto.
1034         (moments1_create) Ditto.
1035         (moments1_add) Ditto.
1036         (moments1_calculate) Ditto.
1037         (moments1_destroy) Ditto.
1038         (cmd_debug_moments) Deal with `struct moments' or `struct
1039         moments1' as requested by user.
1040
1041 Sun Apr 11 14:21:55 2004  Ben Pfaff  <blp@gnu.org>
1042
1043         * Makefile.am (pspp_SOURCES): Remove debug.c.
1044
1045         * debug.c: Removed.  It was empty anyway.
1046
1047 Fri Apr  9 20:04:49 2004  Ben Pfaff  <blp@gnu.org>
1048
1049         * descript.c (calc_descriptives): Fix assert failure when only
1050         MOMENT_MEAN is needed.
1051
1052 2004-04-09  Michael Kiefte  <mkiefte@dal.ca>
1053
1054         * descript.c: 
1055
1056         fixed problem with parsing in match_statistic() causing
1057         "DESCRIPTIVE STAT=MEAN." to barf.
1058
1059         "MEAN" is now default if "SORT" given without specification.
1060
1061         Fixed infinite loop with "DESCRIPT GIBBERISH=ALL."  Parsing is
1062         generally less forgiving of syntax errors: better to have it do
1063         nothing and type it in again then to not know what it actually did
1064         instead.  
1065
1066         z-score transformation now checks score for user-missing values
1067         and checks std_dev for SYSMIS.
1068
1069 2004-04-06  Michael Kiefte  <mkiefte@dal.ca>
1070
1071         * aggregate.c, crosstabs.q, descript.c, dictionary.c, frequencies.q, levene.c, t-test.q, var.h: 
1072         Changed dict_get_case_weight() to accept an additional int * flag
1073         to complain about system-missing, user-missing, zero, or negative
1074         weights and updated existing functions to pass int * to
1075         dict_get_case_weight().
1076
1077 2004-04-05  jmd  <jmd@gnu.org>
1078
1079         * main.c: Fixed configuration problems with gsl
1080
1081         * t-test.q: Fixed some problems encountered when compiling under Cygwin
1082
1083 2004-04-03  blp  <blp@gnu.org>
1084
1085         * lexer.c, ChangeLog:
1086         Fix infinite loop on comment at end of file, add test.
1087
1088 2004-04-03  jmd  <jmd@gnu.org>
1089
1090         * settings.h, var.h, ChangeLog, Makefile.am, cmdline.c, command.c, command.h, error.h, filename.c, frequencies.q, lexer.h, main.c, q2c.c, set.q:
1091         Fixed the calculation of percentiles and added --syntax and --algorithm options
1092
1093 Sat Apr  3 11:43:37 2004  Ben Pfaff  <blp@gnu.org>
1094
1095         * lexer.c: (lex_skip_comment) Handle end-of-file correctly (I
1096         hope).
1097
1098 Sat Apr  3 15:00:18 WST 2004 John Darrington <john@darrington.wattle.id.au>
1099
1100         * frequencies.q:  Fixed the calculation of percentiles
1101
1102         * Makefile.am:  Added the --ansi flag and dealt with the
1103         consequences.  Added some entries to PSPP_sources so that
1104         make distcheck would pass
1105
1106         * cmdline.c:   Added the --syntax and --algorithm options
1107
1108         * q2c.c:  Added an implicit /ALGORITHM subcommand to everything.
1109
1110 Fri Apr  2 11:25:22 WAST 2004 John Darrington <john@darrington.wattle.id.au>
1111
1112         * t-test.q, levene.c, levene.h  Converted t-test (incl levene) to 
1113         use the new multipass_split_... mechanism.
1114
1115 Wed Mar 31 22:36:22 2004  Ben Pfaff  <blp@gnu.org>
1116
1117         * frequencies.q: (calc_stats) Use moments data structure and
1118         calc_seskew(), calc_sekurt() functions.
1119
1120         * set.q main.c settings.h Added support for --syntax and --algorithm 
1121         options
1122
1123 Tue Mar 30 22:04:19 2004  Ben Pfaff  <blp@gnu.org>
1124
1125         * vfm.c: Had to get last call to multipass_split_output() inside
1126         open_active_file()/close_active_file() pairing, so introduce new
1127         function.
1128         (internal_procedure) Move procedure() code here, except for calls
1129         to open_active_file() and close_active_file().
1130         (procedure) Wrap open_active_file() and close_active_file() around
1131         internal_procedure().
1132         (multipass_procedure_with_splits) Wrap open_active_file() and
1133         close_active_file() around internal_procedure().
1134
1135 Tue Mar 30 22:01:57 2004  Ben Pfaff  <blp@gnu.org>
1136
1137         * descript.c: (cmd_descriptives) Free `vars' to avoid memory leak.
1138
1139 Mon Mar 29 16:26:40 2004  Ben Pfaff  <blp@gnu.org>
1140
1141         * debug.c: Removed.  Moved cmd_debug_evaluate() into expr-evl.c.
1142
1143         * expr-evl.c: (cmd_debug_evaluate) Moved here from debug.c.
1144
1145 Mon Mar 29 16:03:08 2004  Ben Pfaff  <blp@gnu.org>
1146
1147         * algorithm.c: By default turn off some of the more expensive
1148         assertions.
1149         (expensive_assert) New macro which expands to assert if
1150         EXTRA_CHECKS is defined, to nothing otherwise.
1151         (unique) Use expensive_assert().
1152         (binary_search) Ditto.
1153         (push_heap) Ditto.
1154         (pop_heap) Ditto.
1155         (make_heap) Ditto.
1156         (sort_heap) Ditto.
1157
1158         * command.c: (conflicting_3char_prefixes) Words that are the same
1159         don't cause conflicts when they are abbreviated to the first three
1160         letters.
1161
1162         * expr-evl.c: (CONCAT_func) Fix memory leak by incrementing struct
1163         nonterm_node's n earlier.
1164         (generic_str_func) Ditto.
1165         
1166 Mon Mar 29 15:32:17 2004  Ben Pfaff  <blp@gnu.org>
1167
1168         Add support for multipass procedures.  Rewrite DESCRIPTIVES to
1169         test multipass support, take advantage of new moments
1170         calculation, and to not be such crappy code.  Get rid of q2c
1171         processing for DESCRIPTIVES.
1172
1173         * vfm.c: (struct multipass_split_aux_data) New structure.
1174         (multipass_procedure_with_splits) New function.
1175         (multipass_split_callback) New function.
1176         (multipass_split_output) New function.
1177         * descript.q: Removed.
1178
1179         * descript.c: New file.
1180
1181         * var.h: Removed descriptives enums.
1182         (struct descriptives_proc) Removed.
1183         (struct variable) Removed p.dsc.
1184
1185         * Makefile.am: (q_sources_c) Remove descript.c.
1186         (q_sources_q) Removed descript.q.
1187         
1188 Mon Mar 29 15:31:55 2004  Ben Pfaff  <blp@gnu.org>
1189
1190         New manager for keeping track of used workspace.
1191         
1192         * workspace.c: New file.
1193
1194         * workspace.h: New file.
1195
1196         * Makefile.am: (pspp_SOURCES) Add workspace.c, workspace.h.
1197
1198         * sort.c: (do_internal_sort) Use workspace_malloc().
1199         (destroy_internal_sort) Use workspace_free().
1200
1201 Mon Mar 29 15:31:08 2004  Ben Pfaff  <blp@gnu.org>
1202
1203         New `struct casefile' for managing sets of cases.
1204
1205         * casefile.c: New file.
1206
1207         * casefile.h: New file.
1208
1209         * command.def: Add DEBUG CASEFILE command.
1210
1211         * Makefile.am: (pspp_SOURCES) Add casefile.c, casefile.h.
1212
1213         * sort.c: (sort_cases) Move logic for sending storage file to disk
1214         into do_external_sort().
1215         (struct internal_sort) Use an array of ccase pointers instead of a
1216         case_list.
1217         (do_internal_sort) Rewrite to handle casefiles.
1218         (compare_case_list) Removed.
1219         (compare_cases) New function.
1220         (compare_case_dblptrs) New function.
1221         (read_internal_sort_output) Deal with new struct internal_sort.
1222
1223         * vfm.c: (static var workspace_overflow) Removed.
1224         (struct storage_stream_info) Removed all the members.  Added
1225         struct casefile * member.
1226         (storage_sink_open) Use casefile.
1227         (open_storage_file) Removed.
1228         (write_storage_file) Removed.
1229         (storage_to_disk) Removed.
1230         (destroy_storage_stream_info) Use casefile.
1231         (storage_sink_write) Use casefile.
1232         (storage_sink_make_source) Use casefile.
1233         (storage_source_count) Use casefile.
1234         (storage_source_read) Use casefile.
1235         (storage_source_on_disk) Removed.
1236         (storage_source_get_cases) Removed.
1237         (storage_source_set_cases) Removed.
1238         (storage_source_get_casefile) New function.
1239         
1240 Mon Mar 29 15:30:09 2004  Ben Pfaff  <blp@gnu.org>
1241
1242         New `struct moments' for calculating moments.
1243
1244         * stats.c: Removed.
1245
1246         * stats.h: Removed.
1247
1248         * moments.c: New file.
1249
1250         * moments.h: New file.
1251
1252         * command.def: Add DEBUG MOMENTS command.
1253
1254         * Makefile.am: (pspp_SOURCES) Add moments.c, moments.h.  Remove
1255         stats.c, stats.h.
1256
1257         * aggregate.c: Modify AGGREGATE to use the new moments
1258         calculation, even if not in such a great way.
1259         (struct agr_var) Add `moments' member.
1260         (parse_aggregate_functions) Set `moments' member to null.
1261         (agr_destroy) Destroy `moments' member.
1262         (accumulate_aggregate_info) Use `moments' for standard deviation.
1263         (dump_aggregate_info) Ditto.
1264         (initialize_aggregate_info) Create or clear `moments'.
1265
1266         * misc.h: Add pow2(), pow3(), pow4() functions in place of sqr(),
1267         cube(), pow4() that were in stats.h.  All references updated.
1268
1269         * crosstabs.q: stats.h had chi-square significance functions.  Use
1270         GSL instead.
1271         (display_chisq) Use gsl_cdf_chisq_Q() instead of chisq_sig().
1272
1273         * expr-evl.c: (expr_evaluate) Use moments_of_values() for
1274         OP_CFVAR, OP_MEAN, OP_SD, OP_VARIANCE.
1275                 
1276 Fri Mar 26 14:21:23 2004  Ben Pfaff  <blp@gnu.org>
1277
1278         * dictionary.c: (dict_compact_values) Compacted values need to
1279         start off from 0.
1280
1281 Fri Mar 26 00:54:57 2004  Ben Pfaff  <blp@gnu.org>
1282
1283         * var-labs.c: (cmd_variable_labels) For compatibility, don't allow
1284         `/' at start.  Check return value of parse_variables() for error
1285         return.
1286
1287 Fri Mar 26 00:19:27 2004  Ben Pfaff  <blp@gnu.org>
1288
1289         Revamp expressions: make the code a little nicer, and fix bugs
1290         found in testing.
1291         
1292         * expr-evl.c: (expr_evaluate) Make expression argument const.
1293         Support OP_ADD, OP_SUB, OP_MUL, OP_DIV instead of OP_PLUS, OP_MUL.
1294         OP_POW is missing for arg 2 <= 0.  OP_LOG is natural log, not
1295         base-10 log.  Fix OP_ANY, OP_ANY_STRING, OP_RANGE, OP_RANGE_STRING
1296         off-by-ones.  Add OP_MAX_STRING, OP_MIN_STRING.  Fix OP_TIME_HMS,
1297         OP_DATE_WKYR boundary conditions.  Add OP_CTIME_DAYS,
1298         OP_CTIME_HOURS, OP_CTIME_MINUTES, OP_CTIME_DAYS, OP_CTIME_SECONDS.
1299         Support OP_INDEX_2, OP_INDEX_3, OP_RINDEX_2, OP_RINDEX_3 instead
1300         of OP_INDEX, OP_INDEX_OPT, OP_RINDEX, OP_RINDEX_OPT.  Merge
1301         OP_LPAD_OPT into OP_LPAD, OP_RPAD_OPT into OP_RPAD, OP_LTRIM_OPT
1302         into OP_LTRIM, OP_RTRIM_OPT into OP_RTRIM, OP_NUMBER_OPT into
1303         OP_NUMBER.  Fix OP_RTRIM fragility.  Support OP_SUBSTR_2,
1304         OP_SUBSTR_3 instead of OP_SUBSTR, OP_SUBSTR_OPT.  Remove OP_INV.
1305         Simplify OP_SYSMIS.  Remove OP_STR_MIS.
1306
1307         * expr-opt.c: (optimize_expression) Rewrite.
1308         (macro n0) Removed.
1309         (macro n1) Removed.
1310         (macro n2) Removed.
1311         (macro s0) Removed.
1312         (macro s0l) Removed.
1313         (macro s1) Removed.
1314         (macro s1l) Removed.
1315         (macro s2) Removed.
1316         (macro s2l) Removed.
1317         (macro s) Removed.
1318         (macro sl) Removed.
1319         (eq_num_con) New function.
1320         (optimize_tree) New function.
1321         (macro rnc) Removed.
1322         (macro frnc) Removed.
1323         (str_search) Add const to string params.
1324         (str_rsearch) Ditto.
1325         (evaluate_tree_no_missing) Renamed from evaluate_tree.  Add num[],
1326         str[], str_len[] locals to substitute for most of removed macros.
1327         Support OP_ADD, OP_SUB, OP_MUL, OP_DIV instead of OP_PLUS, OP_MUL.
1328         Removed support for missing values because we're never called with
1329         missing values.  Use set_number() or set_number_errno() instead of
1330         rnc or frnc.  Removed any stuff that caused trouble in testing.
1331         We can re-add it later if it really slows anything.  Fix some
1332         random problems.
1333         (evaluate_tree_with_missing) Not yet supported.  To be added later
1334         if it's important.
1335         (repl_num_con) Removed.
1336         (collapse_node) New function.
1337         (force_repl_num_con) Removed.
1338         (set_number) New function.
1339         (set_number_errno) New function.
1340         (repl_str_con) Removed.
1341         (set_string) New function.
1342         (yrmoda) Tighten boundary conditions.  Adopt 2030 cut-off for
1343         2-digit years.
1344         (dump_node) No special case for OP_AND, OP_OR.
1345
1346         * expr-prs.c: (expr_prs) Honor EXPR_NO_OPTIMIZE bit.  Rewrite.
1347         (expr_get_type) New function.
1348         (type_check) Rewrite.
1349         (type_coercion) New function.
1350         (struct operator) New structure.
1351         (match_operator New function.
1352         (parse_binary_operators) New function.
1353         (parse_inverting_unary_operator) New function.
1354         (parse_or) Rewritten.
1355         (parse_and) Rewritten.
1356         (parse_not) Rewritten.
1357         (parse_rel) Rewritten.
1358         (parse_add) Rewritten.
1359         (parse_mul) Rewritten.
1360         (parse_neg) Rewritten.
1361         (parse_exp) Rewritten.
1362         (parse_sysvar) Add $TRUE, $FALSE system variables.
1363         Get $LENGTH, $WIDTH from get_viewlength(), get_viewwidth().
1364         (parse_primary) Use allocate_var_node(), allocate_num_con(),
1365         allocate_str_con().
1366         (struct function) Remove desc, change `func' prototype.
1367         (unary_func) Remove special cases.
1368         (MISSING_func) Reduce to unary_func() that just returns a boolean.
1369         (SYSMIS_func) Handle SYSMIS((x)) like SYSMIS(x).
1370         (VALUE_func) Use allocate_var_node().
1371         (nary_num_func) Allow MIN and MAX for strings.
1372         Use allocate_var_node().  Properly clean up.
1373         Fix return type.
1374         (generic_str_func) Use local table instead of removed `desc'
1375         member.  Mostly rewrite.
1376         (get_num_args) Revise error message.
1377         (parse_function) Return EXPR_ERROR, not 0 on error.
1378         (macro op) Removed.
1379         (macro varies) Removed.
1380         (ops[]) Use expr.def.
1381         (free_node) Do nothing if node is null.
1382         (allocate_num_con) New function.
1383         (allocate_str_con) New function.
1384         (allocate_var_node) New function.
1385         (allocate_binary_nonterminal) New function.
1386         (append_nonterminal_arg) Removed.
1387         (static var func_tab[]) Revised.
1388         (expr_debug_print_postfix) Make parameter const.
1389         Use printf() instead of debug_printf().
1390
1391         * expr.def: New file.
1392         
1393         * expr.h: Change PXP_* to EXPR_*, all references updated.  Also
1394         use named enum instead of unnamed, all references updated.  Add
1395         EXPR_ANY, EXPR_NO_OPTIMIZE.
1396
1397         * exprP.h: Remove EX_*.  Add DEFINE_OPERATOR.  Use expr.def
1398         instead of defining OP_* directly.
1399         (macro IS_TERMINAL) New macro.
1400         (macro IS_NONTERMINAL) New macro.
1401         (enum OP_NO_FLAGS) New.
1402         
1403 Fri Mar 26 00:18:01 2004  Ben Pfaff  <blp@gnu.org>
1404
1405         * error.c: (err_assert_fail) msg variable needs to be non-const.
1406
1407 Fri Mar 26 00:17:24 2004  Ben Pfaff  <blp@gnu.org>
1408
1409         * debug.c: (cmd_debug_evaluate) Rewrite.
1410
1411 Fri Mar 26 00:15:13 2004  Ben Pfaff  <blp@gnu.org>
1412
1413         Fix some CROSSTABS bit rot stupidity.
1414
1415         * crosstabs.q: Reorder the CELLS subcommands for compatibility.
1416         (internal_cmd_crosstabs) Initializes cells[] correctly.
1417         (float_M_suffix) Rename format_cell_entry(), change prototype,
1418         rewrite.
1419         (display_crosstabulation) Fix cell formatting.
1420
1421 Fri Mar 26 00:14:09 2004  Ben Pfaff  <blp@gnu.org>
1422
1423         Make lex_rest_of_line(), lex_entire_end() not discard lines.  Have
1424         to call lex_discard_line() to do that.
1425
1426         * command.c: (run_command) Call lex_discard_line() after
1427         lex_rest_of_line().
1428
1429         * lexer.c: (lex_entire_end) Change behavior.
1430         (lex_rest_of_line) Change behavior.  Return const char *.
1431         (lex_discard_line) Don't clear getl_buf, don't emit message.
1432
1433         * main.c: (handle_error) Emit message here.
1434
1435         * repeat.c: (internal_cmd_do_repeat) Use lex_discard_line()
1436         instead of lex_entire_line().
1437
1438         * str.c: (mm_find_reverse) Make length params size_t.  Rewrite.
1439
1440         * title.c: (get_title) Call lex_discard_line() after
1441         lex_rest_of_line().
1442         (cmd_file_label) Ditto.
1443         (cmd_document) Deal with const char * return value.
1444
1445 Fri Mar 26 00:10:16 2004  Ben Pfaff  <blp@gnu.org>
1446
1447         Removed REMARK command.
1448
1449         * command.c: (extract_prefix) Removed.
1450         (output_line) Removed.
1451         (cmd_remark) Removed.
1452
1453         * command.def: Remove REMARK.
1454
1455 Fri Mar 26 00:08:38 2004  Ben Pfaff  <blp@gnu.org>
1456
1457         Added abort() after lots of assert(0) invocations to avoid some
1458         compiler warnings.  We really need a NOT_REACHED macro.
1459
1460 Tue Mar 23 08:00:42 WAST 2004 John Darrington <john@darrington.wattle.id.au>
1461
1462         * sort.c: Added missing call to temp_file_close.  Changed error 
1463         messages to warnings.
1464
1465         * set.q: Improved setting of set_view{length,width} to be more tolerant
1466         of buggy OSes.
1467
1468 Sun Mar 21 10:11:14 WST 2004 John Darrington <john@darrington.wattle.id.au>
1469
1470         * val-labs.c: Fixed a bug where PSPP would crash, if VALUE LABELS was
1471         used with incorrect syntax.
1472
1473         * error.c, error.h et al:  Overridden definition of assert for a
1474         custom one.
1475
1476         * test-q.c: Fixed a buglet where it would crash if no /VARIABLES
1477         subcommand was given when it ought to have been.
1478
1479 Sat Mar 20 22:19:08 2004  Ben Pfaff  <blp@gnu.org>
1480
1481         * tab.c: (tab_vline) Fix assertions to respect row_ofs and
1482         col_ofs.
1483         (tab_hline) Ditto.
1484         (tab_box) Ditto.
1485         (tab_joint_text) Ditto.
1486
1487 Sat Mar 20 17:57:23 2004  Ben Pfaff  <blp@gnu.org>
1488
1489         * levene.c: Add #include.
1490
1491         * set.q: (set_viewport) Add `int' argument to make its prototype
1492         correct for signal().
1493
1494 Sat Mar 20 15:35:17 2004  Ben Pfaff  <blp@gnu.org>
1495
1496         * expr-evl.c: (expr_evaluate) Assert that `c' is nonzero before
1497         using it.
1498
1499 Sat Mar 20 15:18:16 2004  Ben Pfaff  <blp@gnu.org>
1500
1501         Changed DFM from open-at-first-access to explicit-open.  Before,
1502         calling dfm_get_record() or dfm_put_record() would automatically
1503         open the file.  Now, you have to call dfm_open_for_reading() or
1504         dfm_open_for_writing() explicitly.  This makes it possible to
1505         check permissions, file existence, etc. earlier.
1506
1507         Also made struct file_handle more opaque, and clean up in general.
1508
1509         * data-list.c: (cmd_data_list) Open handle for reading.
1510
1511         * dfm.c: (struct dfm_fhuser_ext) Add `where', `saw_begin_data'
1512         members.
1513         (open_file_r) Renamed dfm_open_for_reading(), rewrote.
1514         (open_file_w) Renamed dfm_open_for_writing(), rewrote.
1515         (open_inline_file) Removed.
1516         (read_record) For inline_file, if we haven't seen BEGIN DATA, read
1517         it.  Deal with line_number in extension record instead of file
1518         handle.
1519         (dfm_get_record) Rewrote.
1520         (dfm_put_record) Rewrote.
1521         (dfm_push) Assert file is open and one of ours.  Deal with
1522         line_number in extension record instead of file handle.
1523         (dfm_pop) Assert file is open and one of ours.  Deal with
1524         line_number in extension record instead of file handle.
1525         (cmd_begin_data) Use dfm_open_for_reading().  Mark that we saw
1526         BEGIN DATA.     
1527
1528         * file-handle.h: (enum constants RH_RF_*) Removed.
1529         (enum constants FH_MD_*) Removed.
1530         (struct file_handle) Removed `name', `norm_fn', `fn', `where',
1531         `recform', `lrecl', `mode' members.  Public references to
1532         `recform' changed to use handle_get_mode(), references to `lrecl'
1533         changed to use handle_get_record_width().  Added `private' member.
1534         (enum file_handle_mode) New.
1535
1536         * file-handle.q: (struct private_file_handle) New structure.
1537         (struct file_handle_list) New structure.
1538         (static var files) New.
1539         (static var file_handles) Removed.
1540         (init_file_handle) Removed.
1541         (create_file_handle) Removed.
1542         (get_handle_with_name) New function.
1543         (get_handle_for_filename) New function.
1544         (cmd_file_handle) Rewritten.
1545         (hash_file_handle) Removed.
1546         (cmp_file_handle) Removed.
1547         (fh_init_files) Rewritten.
1548         (fh_parse_file_handle) Rewritten.  Allows identifiers as
1549         filenames.
1550         (fh_get_handle_by_name) Renamed handle_get_name(), all references
1551         updated.  Rewritten.
1552         (fh_get_handle_by_filename) Renamed handle_get_filename(), all
1553         references updated.  Rewritten.
1554         (fh_record_width) Renamed handle_get_record_width(), all
1555         references updated.  Rewritten.
1556         (handle_get_mode) New function.
1557
1558         * file-type.c: (cmd_file_type) Open handle for reading.
1559
1560         * filename.c: [unix] (struct file_identity) New structure.
1561         [unix] (fn_get_identity) New function.
1562         [unix] (fn_free_identity) New function.
1563         [unix] (fn_compare_file_identities) New function.
1564         [!unix] (struct file_identity) New structure.
1565         [!unix] (fn_get_identity) New function.
1566         [!unix] (fn_free_identity) New function.
1567         [!unix] (fn_compare_file_identities) New function.
1568
1569         * lexer.c: (static var put) Renamed put_token, all references
1570         updated.
1571         (static var put_tokstr) New.
1572         (static var put_tokval) New.
1573         (lex_init) Initialize put_tokstr().
1574         (restore_token) New function.
1575         (save_token) New function.
1576         (lex_get) Use restore_token().
1577         (lex_put_back) Use save_token().
1578         (lex_put_back_id) New function.
1579         (lex_put_forward) Removed.
1580         (lex_preprocess_line) Set put_token instead of using
1581         lex_put_forward().
1582         (lex_negative_to_dash) Use save_token(), set put_token directly.
1583         (dump_token) Use stderr instead of stdout.
1584
1585         * main.c: (main) Remove call to cmd_init().
1586         
1587         * matrix-data.c: (cmd_matrix_data) Open file for reading.
1588
1589         * pfm-read.c: Use handle_get_filename() instead of trying to use
1590         h->fn directly, all over.
1591
1592         * pfm-write.c: Ditto.
1593
1594         * print.c: (internal_cmd_print) Open handle for writing.
1595         (dump_table) Use handle_get_filename().
1596         (print_trns_proc) Use handle_get_mode().
1597         (cmd_print_space) Use fh_parse_file_handle().
1598         Open handle for writing.
1599         [0] (debug_print) Removed.
1600
1601         * sfm-read.c: Use handle_get_filename() instead of trying to use
1602         h->fn directly, all over.
1603
1604         * sfm-write.c: Ditto.
1605
1606 Sat Mar 20 14:35:48 2004  Ben Pfaff  <blp@gnu.org>
1607
1608         Fix memory leaks.
1609         
1610         * autorecode.c: (arc_free) Free arc->src_values.
1611
1612         * error.c: (msg) Free buf.
1613
1614         * val-labs.c: (do_value_labels) Always free vars.
1615
1616         * vfm.c: (close_active_file) If sink has no make_source then call
1617         its destroy function.
1618
1619 Sat Mar 20 14:00:24 2004  Ben Pfaff  <blp@gnu.org>
1620
1621         Fixed cmd_parse() so that it always skips past a full command
1622         name.  A few special commands for which this would be bad get
1623         special treatment.  This lets us drop code for skipping past the
1624         end of a command name in most cmd_*() functions.  It's not worth
1625         listing all the commands affected.
1626
1627         * command.c: (struct command) Remove `cmd' member, replace by
1628         `name' member, all references updated.  Remove `word', `next',
1629         `skip_entire_name' members.
1630         (macro DEFCMD) Deal with revised `struct command'.
1631         (macro UNIMPL) Ditto.
1632         (macro SPCCMD) New macro for commands whose last word shouldn't be
1633         skipped.
1634         (static array cmd_table[]) Make const, rename `commands', remove
1635         sentinel element.
1636         (macro COMMAND_CNT) New macro.
1637         (split_words) Removed.
1638         (cmd_init) Removed.
1639         (FILE_TYPE_okay) Make parameter const.
1640         (cmd_parse) Improve error messages.
1641         (match_strings) New function.
1642         (next_word) New function.
1643         (enum command_match) New enum.
1644         (conflicting_3char_prefixes) New function.
1645         (conflicting_3char_prefix_command) New function.
1646         (cmd_match_words) New function.
1647         (count_matching_commands) New function.
1648         (get_command_name) New function.
1649         (free_words) New function.
1650         (unknown_command_error) New function.
1651         (figure_out_command) Renamed parse_command_name(), rewritten.
1652
1653         * command.def: Removed @ command.  Marked BEGIN DATA, DOCUMENT,
1654         FILE LABEL, REMARK, SUBTITLE, TITLE as special.  Renamed EVALUATE
1655         to DEBUG EVALUATE.  Added N alias for N OF CASES, SORT alias for
1656         SORT CASES.
1657
1658         * command.h: (macro SPCCMD) New.
1659
1660         * include.c: (cmd_include_at) Removed.
1661         (cmd_include) Allow identifier to be used as filename.
1662
1663         * inpt-pgm.c: (cmd_reread) Use fh_parse_file_handle().
1664
1665         * t-test.q: (cmd_t_test) Command name is now parsed for us.
1666         
1667
1668 Sat Mar 20 13:56:00 2004  Ben Pfaff  <blp@gnu.org>
1669
1670         Start work on better test framework.
1671         
1672         * Makefile.am: (pspp_sources) Add debug.c.
1673         
1674         * debug.c: New file.
1675
1676         * compute.c: (cmd_evaluate) Moved to debug.c, renamed
1677         cmd_debug_evaluate().
1678
1679         * expr-prs.c: (expr_parse) Remove PXP_DUMP support.
1680
1681         * expr.h: (enum constant PXP_DUMP) Removed.
1682
1683 Sat Mar 20 00:05:42 WST 2004 John Darrington <john@darrington.wattle.id.au>
1684
1685         * set.q:  Implemented the SHOW command, and synced it to the existing 
1686         SET cmd.
1687
1688         Added a handler for SIGWINCH so that viewlength and viewwidth follow
1689         changes as the window size is changed.
1690
1691         Added fallback to set viewlength and viewwidth from LINES and COLUMS
1692         environment variables if other methods are not available.
1693
1694         glob.c: Removed a lot of global variables from glob.c and encapsulated 
1695         them in set.q
1696
1697         random.c: Tidied up the way the random seed is set.
1698
1699         str.c: Added a ds_vprintf function.
1700
1701         error.c: Extended dump_message so that messages are always broken at
1702         '\n' characters.
1703         
1704 Thu Mar 18 11:07:14 2004  Ben Pfaff  <blp@gnu.org>
1705
1706         * pfm-write.c: (bufwrite) Write out the correct element for string
1707         variables.  From Andreas Streichardt <streichardt@globalpark.de>.
1708
1709 Mon Mar 15 20:48:03 2004  Ben Pfaff  <blp@gnu.org>
1710
1711         Get rid of static and global (!) vars in matrix-data.c.
1712
1713         * matrix-data.c: (static var nr_data) Removed.
1714         (static var nr_factor_values) Removed.
1715         (static var max_cell_index) Removed.
1716         (static var split_values) Removed.
1717         (struct nr_aux_data) New structure.
1718         (read_matrices_without_rowtype) Use a local struct nr_aux_data in
1719         place of static vars, pass to create_case_source() and procedure()
1720         as aux data.
1721         (nr_read_data_lines) Use struct nr_aux_data * parameter instead of
1722         struct matrix_data_pgm *.
1723         (nr_read_splits) Ditto.
1724         (nr_read_factors) Ditto.
1725         (nr_output_data) Ditto.
1726         (static var wr_content) Removed.
1727         (global var wr_data) Removed.
1728         (global var wr_current) Removed.
1729         (struct wr_aux_data) New structure.
1730         (read_matrices_with_rowtype) Use a local struct wr_aux_data in
1731         place of static vars, pass to create_case_source() and procedure()
1732         as aux data.
1733         (matrix_data_read_with_rowtype) Use struct wr_aux_data * parameter
1734         instead of matrix_data_pgm *.
1735         (wr_read_splits) Ditto.
1736         (wr_output_data) Ditto.
1737         (wr_read_rowtype) Ditto.
1738         (wr_read_factors) Ditto.
1739         (wr_read_indeps) Ditto.
1740         
1741 Mon Mar 15 20:07:29 2004  Ben Pfaff  <blp@gnu.org>
1742
1743         Get rid of static vars in autorecode.c.
1744
1745         * autorecode.c: (struct autorecode_trns) Rename `arc' to `specs',
1746         `n_arc' to `spec_cnt'.  All references updated.
1747         (static var v_src) Removed.
1748         (static var v_dest) Removed.
1749         (static var h_trns) Removed.
1750         (static var nv_src) Removed.
1751         (static var descend) Removed.
1752         (static var print) Removed.
1753         (enum direction) New enum.
1754         (struct autorecode_pgm) New structure.
1755         (cmd_autorecode) Use struct autorecode_pgm instead of static vars.
1756         Move n_dest local var into struct autorecode_pgm for ease of
1757         clean-up.  Use arc_free().
1758         (arc_free) New function.
1759         (recode) Modify to take struct autorecode_pgm * parameter instead
1760         of using statics.  Let the caller clean up.
1761         (autorecode_proc_func) Use struct autorecode_pgm * auxiliary data
1762         instead of statics.  Rearrange code a little.
1763
1764 Mon Mar 15 00:25:02 2004  Ben Pfaff  <blp@gnu.org>
1765
1766         Get rid of static, global vars in recode.c.  Remove debug code.
1767
1768         * recode.c: (static var head) Removed.
1769         (global var v) Removed.
1770         (global var nv) Removed.
1771         (cmd_recode) New local variables head, v, nv.  Initialize and free
1772         v.  Don't call debug_print().
1773         [DEBUGGING] (dump_dest) Removed.
1774         [DEBUGGING] (debug_print) Removed.
1775
1776 Mon Mar 15 00:14:49 2004  Ben Pfaff  <blp@gnu.org>
1777
1778         Get rid of static vars in expr-opt.c.
1779
1780         * expr-opt.c: (static var e) Removed.
1781         (static var nop) Removed.
1782         (static var mop) Removed.
1783         (static var ndbl) Removed.
1784         (static var mdbl) Removed.
1785         (static var nstr) Removed.
1786         (static var mstr) Removed.
1787         (static var nvars) Removed.
1788         (static var mvars) Removed.
1789         (struct expr_dump_state) New structure.
1790         (dump_expression) Use new struct expr_dump_state instead of static
1791         vars and pass to functions we call.
1792         (dump_node) Use struct expr_dump_state * parameter.
1793         (emit) Ditto.
1794         (emit_num_con) Ditto.
1795         (emit_str_con) Ditto.
1796         (emit_var) Ditto.
1797         
1798 Mon Mar 15 00:03:51 2004  Ben Pfaff  <blp@gnu.org>
1799
1800         Get rid of static var in COUNT.
1801
1802         * count.c: (static var head) Move into cmd_count().
1803         (cmd_count) [DEBUGGING] Don't call debug_print.
1804         [DEBUGGING] (debug_print) Removed.
1805
1806 Sun Mar 14 23:56:09 2004  Ben Pfaff  <blp@gnu.org>
1807
1808         Get rid of static vars in VALUE LABELS, ADD VALUE LABELS.
1809
1810         * val-labs.c: (static var v) Removed.
1811         (static var nv) Removed.
1812         [DEBUGGING] (debug_print) Removed.
1813         (verify_val_labs) Add struct variable **, int parameters.
1814         (get_label) Ditto.  Improve error messages, streamline.
1815         (erase_labels) New function for erasing value labels, taking over
1816         part of verify_val_labs()'s function.
1817         (init) Removed.
1818         (done) Removed.
1819         (cmd_value_labels) No need to call init() or done() anymore.
1820         (cmd_add_value_labels) Ditto.
1821         (do_value_labels) Add vars, var_cnt local variables.  Clean up
1822         after them internally.  Call erase_labels() if we should.  Don't
1823         call debug_print().
1824
1825 Sun Mar 14 23:33:53 2004  Ben Pfaff  <blp@gnu.org>
1826
1827         Get rid of static vars in MATCH FILES.
1828         
1829         * get.c: (static var mtf_head) Removed.
1830         (static var mtf_tail) Removed.
1831         (static var mtf_by) Removed.
1832         (static var mtf_n_by) Removed.
1833         (static var mtf_master) Removed.
1834         (static var mtf_seq_num) Removed.
1835         (static var mtf_seq_nums) Removed.
1836         (static var mtf_sink) Removed.
1837         (static var mtf_case) Removed.
1838         (struct mtf_proc) New structure.
1839         (cmd_match_files) Use struct mtf_proc instead of static vars.
1840         (mtf_processing_finish) Ditto.
1841         (mtf_free) Ditto.
1842         (mtf_delete_file_in_place) Ditto.
1843         (mtf_read_nonactive_records) Ditto.
1844         (mtf_compare_BY_values) Ditto.
1845         (mtf_processing) Ditto.
1846         (mtf_merge_dictionary) Ditto.
1847
1848 Sun Mar 14 22:48:12 2004  Ben Pfaff  <blp@gnu.org>
1849
1850         * command.def: Add CASESTOVARS, VARSTOCASES unimplemented commands.
1851
1852         * dictionary.c: (dict_rename_var) Add assertion.
1853         (dict_contains_var) Check by index instead of name.
1854
1855 Sun Mar 14 22:01:02 2004  Ben Pfaff  <blp@gnu.org>
1856
1857         Get rid of compaction_necessary, compaction_nval, compaction_case.
1858         Redo VFM interface.  Replace disk_sink and memory_sink by
1859         storage_sink, disk_source and memory_source by storage_source.
1860
1861         * vfm.h: (struct case_sink) Add `dict', `idx_to_fv', `value_cnt'
1862         members.
1863
1864         * vfm.c: 
1865         (struct write_case_data) Remove `begin_func', `end_func',
1866         `func_aux' members.  Add `aux', `trns_case', `sink_case',
1867         `cases_written', `cases_analyzed' members.
1868         (global var compaction_necessary) Make static.
1869         (global var compaction_nval) Removed.
1870         (global var compaction_case) Removed.
1871         (static var case_count) Removed.
1872         (struct procedure_aux_data) Removed.
1873         (struct split_aux_data) Removed.
1874         (procedure) Remove begin_func, end_func parameters.  Rewrite.
1875         (static var not_canceled) Removed.
1876         (process_active_file) Removed.
1877         (process_active_file_write_case) Removed.
1878         (process_active_file_output_case) Removed.
1879         (prepare_for_writing) Moved into open_active_file().
1880         (arrange_compaction) Ditto.
1881         (setup_lag) Ditto.
1882         (open_active_file) Rewrote.
1883         (write_case) New function.
1884         [DEBUGGING] (index_to_varname) Removed.
1885         (execute_transformations) New function.
1886         (exclude_this_case) Renamed filter_case(), changed interface.
1887         (clear_case) Added struct ccase * parameter to interface.
1888         (close_active_file) Added struct write_case_data * parameter,
1889         rewrote.
1890         (disk_sink_create) Removed.
1891         (disk_sink_destroy) Removed.
1892         (disk_sink_make_source) Removed.
1893         (disk_sink_write) Removed.
1894         (disk_source_count) Removed.
1895         (disk_source_destroy) Removed.
1896         (disk_source_read) Removed.
1897         (global var disk_sink_class) Removed.
1898         (global var disk_source_class) Removed.
1899         (global var memory_sink_class) Removed.
1900         (global var memory_source_class) Removed.
1901         (memory_sink_create) Removed.
1902         (memory_sink_destroy) Removed.
1903         (memory_sink_make_source) Removed.
1904         (memory_sink_write) Removed.
1905         (memory_source_count) Removed.
1906         (memory_source_destroy) Removed.
1907         (memory_source_get_cases) Removed.
1908         (memory_source_read) Removed.
1909         (memory_source_set_cases) Removed.
1910         (struct disk_stream_info) Removed.
1911         (struct memory_sink_info) Removed.
1912         (struct memory_source_info) Removed.
1913         (write_active_file_to_disk) Removed.
1914         (destroy_storage_stream_info) New function.
1915         (global var null_sink_class) New var.
1916         (global var storage_sink_class) New var.
1917         (global var storage_source_class) New var.
1918         (open_storage_file) New function.
1919         (storage_sink_destroy) New function.
1920         (storage_sink_make_source) New function.
1921         (storage_sink_open) New function.
1922         (storage_sink_write) New function.
1923         (storage_source_count) New function.
1924         (storage_source_destroy) New function.
1925         (storage_source_get_cases) New function.
1926         (storage_source_on_disk) New function.
1927         (storage_source_read) New function.
1928         (storage_source_set_cases) New function.
1929         (storage_source_to_disk) New function.
1930         (storage_to_disk) New function.
1931         (struct storage_stream_info) New structure.
1932         (write_storage_file) New function.
1933         (procedure_write_case) Removed.
1934         (create_case_source) Add `struct dictionary *' parameter, all
1935         references updated.
1936         (create_case_sink) Ditto.
1937         (free_case_sink) New function.
1938         (struct split_aux_data) New structure.
1939         (procedure_with_splits) New function implementing what procedure()
1940         used to.
1941         (SPLIT_FILE_proc_func) Removed.
1942         (procedure_with_splits_callback) New function.
1943         (equal_splits) New function.
1944         
1945         * aggregate.c: Pass around a struct instead of using statics.
1946         (static var outfile) Remove.
1947         (enum type) Give it tag `missing_treatment'.
1948         (static var missing) Remove.
1949         (static var sort) Remove.
1950         (static var agr_first) Remove.
1951         (static var agr_next) Remove.
1952         (static var case_count) Remove.
1953         (static var prev_case) Remove.
1954         (static var buf64_1xx) Remove.
1955         (static var buf_1xx) Remove.
1956         (struct agr_proc) New structure incorporating the above.
1957         (cmd_aggregate) Use new struct.  Clean up error handling using
1958         agr_destroy().  Completely rewrite actual implementation of
1959         aggregation.
1960         (create_sysfile) Add struct agr_proc * parameter, modify
1961         accordingly.
1962         (parse_aggregate_functions) Ditto.
1963         (free_aggregate_functions) Ditto.  Rename agr_destroy().
1964         (aggregate_single_case) Add struct agr_proc * parameter, modify
1965         accordingly.
1966         (accumulate_aggregate_info) Ditto.
1967         (dump_aggregate_info) Ditto.
1968         (initialize_aggregate_info) Ditto.
1969         (agr_00x_trns_proc) Removed.
1970         (agr_00x_end_func) Removed.
1971         (agr_10x_trns_proc) Removed.
1972         (agr_10x_trns_free) Removed.
1973         (agr_10x_end_func) Removed.
1974         (agr_11x_read) Removed.
1975         (agr_11x_finish) Removed.
1976         [DEBUGGING] (debug_print) Removed.
1977         (write_case_to_sfm) Add struct agr_proc * parameter, modify
1978         accordingly.
1979         (agr_to_active_file) New function.
1980         (presorted_agr_to_sysfile) New function.
1981         (sort_agr_to_sysfile) New function.
1982
1983         * autorecode.c: (cmd_autorecode) Use procedure_with_splits().
1984
1985         * crosstabs.q: (internal_cmd_crosstabs) Ditto.
1986
1987         * descript.q: (cmd_descriptives) Ditto.
1988
1989         * dfm.c: (cmd_begin_data) Check for storage_source_class.  Adapt
1990         to new procedure() interface.
1991
1992         * command.c: (cmd_execute) Adapt to new procedure() interface.
1993
1994         * dictionary.c: (dict_compact_values) Also delete scratch
1995         variables.
1996         (dict_get_compacted_value_cnt) New function.
1997         (dict_get_compacted_idx_to_fv) New function.
1998
1999         * flip.c: (cmd_flip) Warn about and cancel TEMPORARY.
2000         (cmd_flip) Adapt to new procedure() interface.
2001         (flip_sink_write) Use sink->idx_to_fv.
2002
2003         * frequencies.q: (internal_cmd_frequencies) Use
2004         procedure_with_splits().
2005
2006         * get.c: (cmd_save_internal) Adapt to new procedure() interface.
2007         (static var mtf_sink) New static var.
2008         (static var mtf_case) New static var.
2009         (cmd_match_files) Warn about and cancel TEMPORARY.  Redo the way
2010         we actually implement the matching.
2011         (mtf_delete_file_in_place) Use mtf_case.
2012         (mtf_processing) Use mtf_case and mtf_sink.
2013         (cmd_export) Adapt to new procedure() interface.
2014
2015         * levene.c: (levene) Use procedure_with_splits().
2016
2017         * list.q: (cmd_list) Use procedure_with_splits().
2018
2019         * matrix-data.c: (read_matrices_without_rowtype) Adapt to new
2020         procedure() interface.
2021         (read_matrices_with_rowtype) Ditto.
2022
2023         * modify-vars.c; (cmd_modify_vars) Warn about and cancel
2024         TEMPORARY.  Adapt to new procedure() interface.
2025
2026         * rename-vars.c: Warn about and cancel TEMPORARY.
2027
2028         * sort.c: (cmd_sort_cases) Warn about TEMPORARY.
2029         (sort_cases) Use dict_get_compacted_value_cnt() instead of
2030         compaction_nval.  Adapt to new procedure() interface.  Use
2031         storage_source_to_disk().
2032         (do_internal_sort) Don't try to dump the cases to memory.
2033         (compare_case_lists) Pass null idx_to_fv.
2034         (struct initial_run_state) Add `idx_to_fv' member.  Remove
2035         `case_size' member.
2036         (write_initial_runs) Don't initialize irs->case_size.  Adapt to
2037         new procedure() interface.  Reset irs->idx_to_fv after calling
2038         procedure().
2039         (sort_sink_write) Set irs->idx_to_fv.  Use case_size from struct
2040         sort_cases_pgm.  Pass irs, not struct sort_cases_pgm to
2041         push_heap().
2042         (destroy_initial_run_state) Don't dereference irs after freeing
2043         it.
2044         (allocate_cases) Don't calculate case_size locally.
2045         (compare_record) Add idx_to_fv parameter.
2046         (compare_record_run) Change parameter from struct sort_cases_pgm *
2047         to struct initial_run_state *.  Pass irs->idx_to_fv to
2048         compare_record().
2049         (compare_record_run) Third parameter now a struct
2050         initial_run_state *.
2051         (output_record) No need for out_case anymore.  Pass irs, not
2052         struct sort_cases_pgm to pop_heap().  Use case_size from struct
2053         sort_cases_pgm.
2054         (merge) Use case_size from struct sort_cases_pgm.
2055         (merge_once) Use case_size from struct sort_cases_pgm.
2056         Pass null pointer to compare_record() as idx_to_fv.
2057         (global var sort_sink_class) Make static.
2058
2059         * t-test.q: (cmd_t_test) Use procedure_with_splits().
2060
2061         * temporary.c: Remove debugging crap.
2062
2063 Sat Mar 13 14:19:52 WST 2004 John Darrington <john@darrington.wattle.id.au>
2064
2065         * t-test.q, levene.c: Fixed up the handling of MISSING values
2066         int the T-TEST
2067
2068 Fri Mar 12 16:23:35 WST 2004 John Darrington <john@darrington.wattle.id.au>
2069
2070         * t-test.q, levene.c: Added support for T-TEST /GROUP where only 
2071         one value is given.
2072
2073 Wed Mar 10 23:25:13 2004  Ben Pfaff  <blp@gnu.org>
2074
2075         Change explicit variable name checks into use of
2076         dict_class_from_id().
2077
2078         * dictionary.c: (dict_create_var)  Change explicit variable name
2079         check into use of dict_class_from_id().
2080
2081         * get.c: (trim_dictionary) Ditto.
2082
2083         * sel-if.c: (cmd_filter) Ditto.
2084
2085         * sysfile-info.c: (cmd_display) Ditto.
2086
2087         * vars-prs.c: (parse_DATA_LIST_vars) Ditto.
2088
2089         * vfm.c: (arrange_compaction) Ditto.
2090
2091         * weight.c: (cmd_weight) Ditto.
2092
2093 Wed Mar 10 21:16:34 2004  Ben Pfaff  <blp@gnu.org>
2094
2095         * temporary.c: (cmd_temporary) When TEMPORARY was the first
2096         transformation following the input program, if any, for some
2097         reason we special-cased f_trns.  That's just wrong.  It should
2098         always be set to n_trns.
2099
2100 Tue Mar  9 23:44:40 2004  Ben Pfaff  <blp@gnu.org>
2101
2102         * format.c: (parse_format_specifier_name) Fix brown-bag bug
2103         introduced in last check-in.
2104
2105 Tue Mar  9 23:10:41 2004  Ben Pfaff  <blp@gnu.org>
2106
2107         * format.c: (global array translate_fmt[]) Removed.
2108         (translate_fmt) New function as replacement.
2109         (parse_format_specifier_name) Rewrite.
2110
2111         * pfm-read.c: (convert_format) Use translate_fmt() instead of
2112         translate_fmt[].
2113
2114         * sfm-read.c: (parse_format_spec) Ditto.
2115
2116         * postscript.c: (text) Fix handling of fonts with missing
2117         ligatures.
2118
2119         * sort.c: (struct external_sort) Add temp_name member.
2120         (destroy_external_sort) Free temp_dir, temp_name members.
2121         (init_external_sort) Allocate temp_name.
2122         (get_temp_file_name) Change prototype.
2123         (open_temp_file) Deal with change to get_temp_file_name().
2124         (close_temp_file) Ditto.
2125         (remove_temp_file) Ditto.
2126         (write_temp_file) Ditto.
2127         (read_temp_file) Ditto.
2128         (sort_sink_destroy) Removed.
2129         (sort_sink_class) Change destroy member to null.
2130
2131 Tue Mar  9 22:36:34 2004  Ben Pfaff  <blp@gnu.org>
2132
2133         Eliminate temp_case.
2134
2135         * aggregate.c: (cmd_aggregate) No need to save/restore temp_case
2136         anymore.  Use agr_11x_finish().
2137         (aggregate_single_case) Make first param const.
2138         (accumulate_aggregate_info) Ditto.
2139         (agr_00x_end_func) Use compaction_case, not temp_case.
2140         (agr_11x_func) Break into agr_11x_read(), agr_11x_finish().
2141
2142         * data-list.c: (struct data_list_pgm) Add `case_size' member.
2143         (cmd_data_list) Initialize case_size.
2144         (read_from_data_list_fixed) Add struct ccase * param, use instead
2145         of temp_case.
2146         (read_from_data_list_free) Ditto.
2147         (read_from_data_list_list) Ditto.
2148         (read_one_case) Rename data_list_trns_proc(), all references
2149         updated.  Add argument in calling above functions.  Use c
2150         argument instead of temp_case.
2151         (destroy_dls) Rename data_list_trns_free(), all references
2152         updated.
2153
2154         * expr-evl.c: (expr_evaluate) Make second parameter const.
2155
2156         * file-type.c: (struct file_type_pgm) Add `case_size' member.
2157         (cmd_end_file_type) Initialize `case_size'.
2158         (file_type_source_read) Add struct ccase * parameter.  Use instead
2159         of temp_case.
2160
2161         * flip.c: Rewritten.
2162
2163         * get.c: (struct get_pgm) New structure to keep track of
2164         case_size.
2165         (cmd_get) Initialize case_size.
2166         (cmd_import) Ditto.
2167         (get_source) Deal with struct get_pgm.
2168         (get_source_read) Add struct ccase * parameter, use instead of
2169         temp_case.
2170         (import_source_read) Ditto.
2171
2172         * get.c: Use a null pointer instead of temp_case to represent the
2173         "current case" in a struct mtf_file's input member.
2174         (mtf_processing_finish) Pass null to mtf_processing(), not
2175         temp_case.
2176         (mtf_read_nonactive_records) Don't set iter->input to temp_case.
2177         (mtf_compare_BY_values) Add extra arg, use instead of null input
2178         members.
2179         (mtf_processing) Use c parameter instead of temp_case.  Pass
2180         compaction_case to process_active_file_output_case().
2181         
2182         * glob.c: (global variable temp_case) Removed.
2183
2184         * inpt-pgm.c: (struct input_program_pgm) Add `case_size' member.
2185         (cmd_input_program) Initialize case_size.  Set
2186         vfm_source->value_cnt.
2187         (init_case) Add struct ccase * parameter, use instead of
2188         temp_case.
2189         (clear_case) Ditto.
2190         (input_program_source_read) Ditto.
2191
2192         * matrix-data.c: (matrix_data_read_without_rowtype) Ditto.
2193         (dump_cell_content) Ditto.
2194         (nr_output_data) Ditto.
2195         (read_matrices_without_rowtype) Ditto.
2196         (matrix_data_read_with_rowtype) Ditto.
2197         (wr_read_splits) Ditto.
2198         (wr_output_data) Ditto.
2199
2200         * sort.h: (struct sort_cases_pgm) New member `case_size'.
2201         
2202         * sort.c: (sort_cases) Initialize scp->case_size.
2203         (struct external_sort) Remove `case_size' member.
2204         (write_initial_runs) Only call vfm_sink->class_destroy if
2205         non-null.
2206         (struct sort_source_aux) New structure.
2207         (sort_source_read_helper) New function.
2208         (sort_source_read) Use sort_source_read_helper().
2209         (read_sort_output) Change interface to be more reasonable.
2210         (read_internal_sort_output) Ditto.
2211         (read_external_sort_output) Ditto.
2212
2213         * vars-prs.c: (dict_class_to_name) Pass return value through
2214         gettext.
2215
2216         * vfm.c: (struct procedure_aux_data) Add `trns_case' member.
2217         (procedure) Initialize trns_case.
2218         (procedure) Pass trns_case to vfm_source->class->read().
2219         Free trns_case.
2220         (process_active_file) Start using struct procedure_aux_data.
2221         (process_active_file_write_case) Pass trns_case to
2222         transformations, lag_case(), clear_case().
2223         (process_active_file_output_case) Add struct ccase * parameter.
2224         (create_trns_case) New function.
2225         (make_temp_case) Removed.
2226         (vector_initialization) Removed.
2227         (close_active_file) Only call make_source if non-null, otherwise
2228         set vfm_source to null pointer.  Don't free temp_case.
2229         (disk_source_read) Add struct ccase * parameter, use instead of
2230         temp_case.
2231         (memory_source_read) Ditto.
2232         (lag_case) Add const struct ccase * member.
2233         (procedure_write_case) Use trns_case instead of temp_case.
2234         (clear_case) Add struct ccase * member, use instead of temp_case.
2235         (exclude_this_case) Ditto.
2236         (create_case_source) Add struct dictionary * parameter, use to
2237         initialize source->value_cnt.
2238
2239         * vfm.h: (struct case_source) Add `value_cnt' member.
2240         (struct case_source_class) Add struct ccase * parameter to `read'
2241         member function pointer.
2242         (struct case_sink_class) Make struct ccase * parameter const in
2243         `write' member function pointer.
2244         
2245 Wed Mar  3 20:44:37 2004  Ben Pfaff  <blp@gnu.org>
2246
2247         Fix a lot of "possibly uninitialized variable" warnings.  Some of
2248         them are even real bugs.  A few of them make me wonder how the
2249         code ever worked.
2250
2251         * aggregate.c: (parse_aggregate_functions) Initialize `function.
2252
2253         * ascii.c: (output_lines) Add default case to switch.
2254
2255         * crosstabs.q: Remove static variable `expected' and all
2256         references to it.
2257         (display_crosstabulation) Always calculate expected value.
2258         (calc_chisq) Ditto.
2259         (output_pivot_table) Initialize `cmp'.
2260         (display_crosstabulation) New variable `last_row', which is
2261         initialized.
2262
2263         * data-in.c: (parse_numeric) Always initialize sign.  How did this
2264         work at all?!
2265
2266         * data-list.c: (repeating_data_trns_proc) Always initialize code.
2267         Always set info.ofs.  (How did this work?!)
2268
2269         * expr-opt.c: (optimize_tree) Always initialize `m'.
2270         (evaluate_tree) Always initialize `c'.  (How did this work?)
2271
2272         * frequencies.q: (frq_custom_variables) Always initialize min,
2273         max.
2274         (frq_custom_grouped) Always initialize `dl'.
2275
2276         * groff-font.c: (groff_read_font) Always initialize char_set.
2277
2278         * matrix-data.c: (nr_output_data) Initialize `split'.
2279         (wr_read_splits) Remove shadowing split_cnt declaration.
2280         (wr_output_data) Initialize `split'.
2281
2282         * output.c: (tokener) Skip add character on syntax error.
2283
2284         * pool.c: (pool_strndup) Always set `copy'.  (How did this work?!)
2285
2286         * postscript.c: (read_ps_encodings) Use line.string instead of
2287         uninitialized `bp'.
2288         (write_text) Add default case to switch.
2289         (text) Always initialize multiple variables.  Fix bug with
2290         ligatures.
2291
2292         * print.c: (fixed_parse_fortran) Initialize head.
2293         (alloc_line) Add default case to switch.
2294
2295         * recode.c: (parse_dest_spec) Handle case where nothing matches.
2296         (recode_trns_proc) Move variable declaration inward.  Add default
2297         case to switch.
2298
2299         * sfm-read.c: (read_header) Initialize skip_amt.
2300
2301         * sysfile-info.c: (display_variables) Always initialize pc.
2302
2303         * vars-prs.c: Initialized `included'.
2304
2305 Wed Mar  3 09:30:09 2004  Ben Pfaff  <blp@gnu.org>
2306
2307         * main.c: (main) sigaction()'s sa_flags member was uninitialized.
2308         Just use signal() instead.
2309
2310 Wed Mar  3 09:26:30 2004  Ben Pfaff  <blp@gnu.org>
2311
2312         Get rid of vfm_sink_info and vfm_source_info.
2313         
2314         * aggregate.c: (agr_00x_end_func) Don't increment
2315         sfm_sink_info.ncases.
2316
2317         * sort.c: (do_internal_sort) Get case count from
2318         vfm_source->class->count().
2319         (struct external_sort) Add `case_size' member.
2320         (do_external_sort) Initialize case_size.
2321         (struct initial_run_state) Add `case_size' member.
2322         (write_initial_runs) Initialize case_size.
2323         (sort_sink_write) Use case_size.
2324         (read_external_sort_output) Use case_size.  Get case_cnt from
2325         initial_runs.
2326
2327         * vfm.c: (struct write_case_data) Add underscores to existing arg
2328         names, all references updated.  Renamed `aux' as `func_aux', all
2329         references updated.  Added new `aux' member.
2330         (global var vfm_source_info) Removed.
2331         (global var vfm_sink_info) Removed.
2332         (struct procedure_aux_data) New.
2333         (struct split_aux_data) New.
2334         (procedure) Use `aux' fields for procedure_aux_data,
2335         split_aux_data.
2336         (process_active_file_write_case) Pass case_count + 1 to
2337         transformation procedures, exclude_this_case().
2338         (process_active_file_output_case) Don't increment
2339         vfm_sink_info.ncases.
2340         (prepare_for_writing) Don't initialize vfm_sink_info.  Don't try
2341         to send data to disk early.
2342         (make_temp_case) Don't use vfm_sink_info.case_size.
2343         (close_active_file) Don't initialize vfm_source_info.
2344         (struct disk_stream_info) New, to allow for case_cnt and case_size fields.
2345         (disk_sink_create) Initialize and/or update disk_stream_info.
2346         (disk_sink_write) Ditto.
2347         (disk_sink_destroy) Ditto.
2348         (disk_sink_make_source) Ditto.
2349         (disk_source_read) Ditto.
2350         (disk_source_destroy) Ditto.
2351         (global var disk_source_class) Add disk_source_count().
2352         (disk_source_count) New function.
2353         (struct memory_sink_info) Add `case_cnt', `case_size' members.
2354         (struct memory_source_info) Ditto.
2355         (memory_sink_create) Deal with case_cnt, case_size.
2356         (memory_sink_write) Ditto.
2357         (memory_sink_make_source) Ditto.
2358         (memory_source_read) Ditto.
2359         (memory_source_count) New function.
2360         (memory_source_class) Add memory_source_count().
2361         (procedure_write_case) Don't use vfm_sink_info.ncases.  Do use
2362         proc_aux->cases_written, and pass it to transformation procedures
2363         and exclude_this_case ().
2364         (exclude_this_case) Add case_num parameter.  Pass it to
2365         expr_evaluate().
2366         (SPLIT_FILE_procfunc) Use split_aux->prev_case instead of static
2367         variable.
2368
2369         * vfm.h: (struct case_source_class) Add `count' member.
2370
2371         * vfmP.h: (struct stream_info) Removed.
2372         (global variable vfm_source_info) Removed.
2373         (global variable vfm_sink_info) Removed.
2374         
2375 Tue Mar  2 23:38:17 2004  Ben Pfaff  <blp@gnu.org>
2376
2377         * var.h: (typedef trns_proc_func) New typedef.
2378         (trns_free_func) New typedef.
2379         (struct trns_header) Change `proc' to type trns_proc_func, `free'
2380         to type trns_free_func.  This only changes the actual type of
2381         trns_proc_func, adding a `case_num' parameter.  Updated all
2382         implementations to use the typedefs instead.
2383
2384         * compute.c: (compute_num) Pass case_num to expr_evaluate().
2385         (compute_num_vec) Ditto.
2386         (compute_str) Ditto.
2387         (compute_str_vec) Ditto.
2388
2389         * do-if.c: (do_if_trns_proc) Ditto.
2390
2391         * expr-evl.c: (expr_evaluate) Add new case_num parameter, use for
2392         OP_CASENUM.
2393
2394         * inpt-pgm.c: (input_program_source_read) Maintain case count,
2395         pass to transformation functions.
2396         (reread_trns_proc) Pass case_num arg to expr_evaluate().
2397
2398         * loop.c: (loop_1_trns_proc) Ditto.
2399         (loop_2_trns_proc) Ditto.
2400         (loop_3_trns_proc) Ditto.
2401
2402         * print.c: (print_space_trns_proc) Ditto.
2403
2404         * sel-if.c: (select_if_proc) Ditto.
2405
2406 Tue Mar  2 11:36:52 2004  Ben Pfaff  <blp@gnu.org>
2407
2408         * frequencies.q: (cleanup_freq_tab) Avoid memory leak by
2409         destroying hash table.
2410
2411         * glob.c: (read_active_file) Variable not referenced, removed.
2412         (cancel_input_pgm) Ditto.
2413
2414         * levene.c: Add #include <stdlib.h> needed to call free().
2415
2416         * aggregate.c: (parse_aggregate_functions) Make `function'
2417         variable const.
2418
2419 Tue Mar  2 11:30:56 2004  Ben Pfaff  <blp@gnu.org>
2420
2421         Start working to eliminate VFM dependence on static variables.
2422
2423         * command.c: (cmd_parse) Use case_source_is_class().
2424
2425         * data-list.c: Rewrite to eliminate use of static variables.
2426
2427         * dfm.c: (cmd_begin_data) Use case_source_is_class().
2428
2429         * file-handle.q: (fh_handle_name) Make parameter const.
2430
2431         * file-type.c: Rewrite to eliminate use of static variables.
2432
2433         * flip.c: Rewrite to eliminate use of static variables.
2434
2435         * format.c: (get_format_var_width) New function.
2436
2437         * get.c: Eliminate use of static variables.
2438
2439         * inpt-pgm.c: Eliminate use of static variables.
2440
2441         * matrix-data.c: Eliminate use of static variables.
2442
2443         * set.q: (set_max_workspace) New variable.
2444         (cmd_set) Use SET WORKSPACE to modify set_max_workspace.
2445
2446         * var.h: (struct case_list) Move here from vfmP.h.
2447
2448         * vars-atr.c: (discard_variables) Handle new vfm_source type.
2449
2450         * vfm.c: (vfm_source) Change type from struct case_stream to
2451         struct case_source.
2452         (vfm_sink) Change type from struct case_stream to struct
2453         case_sink.
2454         (static var paging) Rename workspace_overflow, all references
2455         updated.
2456         (procedure) Use new class structures.
2457         (process_active_file) Ditto.
2458         (process_active_file_write_case) Ditto.
2459         (prepare_for_writing) Use set_max_workspace.  Use new class
2460         structures.
2461         (close_active_file) Use new class structures.  Free old sink.
2462         (global var disk_source_file) Removed.
2463         (global var disk_sink_file) Removed.
2464         (disk_stream_init) Removed.
2465         (disk_stream_read) Removed.
2466         (disk_stream_write) Removed.
2467         (disk_stream_mode) Removed.
2468         (disk_stream_destroy_source) Removed.
2469         (disk_stream_destroy_sink) Removed.
2470         (global var vfm_disk_stream) Removed.
2471         (disk_sink_create) New function.
2472         (disk_sink_write) New function.
2473         (disk_sink_destroy) New function.
2474         (disk_sink_make_source) New function.
2475         (disk_sink_class) New static var.
2476         (disk_source_read) New function.
2477         (disk_source_destroy) New function.
2478         (global var vfm_source_class) New var.
2479         (global var memory_source_cases) Removed.
2480         (global var memory_sink_cases) Removed.
2481         (global var memory_sink_max_cases) Removed.
2482         (struct memory_sink_info) New struct.
2483         (memory_stream_init) Removed.
2484         (memory_stream_read) Removed.
2485         (memory_stream_write) Removed.
2486         (memory_stream_mode) Removed.
2487         (memory_stream_destroy_source) Removed.
2488         (memory_stream_destroy_sink) Removed.
2489         (global var vfm_memory_stream) Removed.
2490         (page_to_disk) Renamed write_active_file_to_disk().
2491         (memory_sink_create) New function.
2492         (memory_sink_write) New function.
2493         (memory_sink_destroy) New function.
2494         (memory_sink_make_source) New function.
2495         (memory_sink_class) New static var.
2496         (memory_source_read) New function.
2497         (memory_source_destroy) New function.
2498         (memory_source_get_cases) New function.
2499         (memory_source_set_cases) New function.
2500         (global var vfm_source_class) New var.
2501         (procedure_write_case) Use new class structures.
2502         (create_case_source) New function.
2503         (case_source_is_complex) New function.
2504         (case_source_is_class) New function.
2505         (create_case_sink) New function.
2506
2507         * vfm.h: (global variable reinit_sysmis) Not used, removed.
2508         (global variable reinit_blanks) Not used, removed.
2509         (global variable init_zero) Not used, removed.
2510         (global variable init_blanks) Not used, removed.
2511         (struct case_source) New struct.
2512         (struct case_source_class) New struct.
2513         (struct case_sink) New struct.
2514         (struct case_sink_class) New struct.
2515         (struct case_stream) Removed.
2516
2517         * vfmP.h: (struct case_list) Moved to var.h.
2518
2519 Tue Mar  2 11:28:30 2004  Ben Pfaff  <blp@gnu.org>
2520
2521         * algorithm.c: (count_equal) New function.
2522         (count_if) New function.
2523         (unique) Add assertions.
2524         (partition) Add assertions.
2525         (is_partitioned) New function.
2526         (copy_if) Add assertions.
2527         (remove_equal) Add assertions.
2528         (lexicographical_compare) Rename lexicographical_compare_3way.
2529         (sort) Add assertions.  Rephrase some code.
2530         (is_sorted) New function.
2531
2532 Sun Feb 29 23:24:57 2004  Ben Pfaff  <blp@gnu.org>
2533
2534         Rewrite SORT CASES.
2535
2536         * sort.c: Completely rewrite.
2537
2538         * sort.h: Expose interface via struct sort_cases_pgm, not via
2539         global variables.
2540
2541         * aggregate.c: (sort) New static var.
2542         (cmd_aggregate) Use sort.
2543         (create_sysfile) Ditto.
2544         (aggregate_single_case) Ditto.
2545         (dump_aggregate_info) Ditto.
2546         (agr_00x_end_func) Ditto.
2547         (debug_print) Ditto.
2548
2549         * var.h: (enum SRT_ASCEND) Removed.
2550         (enum SRT_DESCEND) Removed.
2551         (struct sort_cases_proc) Removed.
2552         (struct variable) Remove p.srt member.
2553
2554 Sun Feb 29 23:22:45 2004  Ben Pfaff  <blp@gnu.org>
2555
2556         Get rid of the old, crappy heap structure and replace it by a new,
2557         shiny, C++ STL-like heap structure.
2558         
2559         * Makefile.am: (pspp_SOURCES) Remove heap.c, heap.h.
2560
2561         * algorithm.c: (push_heap) New function.
2562         (heapify) Ditto.
2563         (pop_heap) Ditto.
2564         (make_heap) Ditto.
2565         (sort_heap) Ditto.
2566         (is_heap) Ditto.
2567         
2568         * heap.c: Removed.
2569
2570         * heap.h: Removed.
2571
2572 Sun Feb 29 23:21:53 2004  Ben Pfaff  <blp@gnu.org>
2573
2574         Increase warning level.
2575         
2576         * Makefile.am: (AM_CFLAGS) Remove -Wnouninitialized.
2577
2578 Sat Feb 21 17:38:58 WST 2004 John Darrington <john@darrington.wattle.id.au>
2579
2580         * main.c: Added a signal handler for SIGSEGV requesting a bug report.
2581          
2582 Fri Feb 20 23:22:14 2004  Ben Pfaff  <blp@gnu.org>
2583
2584         * dictionary.c: (dict_create_var) Fix root cause of bug worked
2585         around by previous change log entry.
2586         
2587         * compute.c: (lvalue_finalize) Remove workaround from previous
2588         change log entry.
2589
2590 Fri Feb 20 14:37:41 WAST 2004 John Darrington <john@darrington.wattle.id.au>
2591
2592         * compute.c: Fixed a bug where the Format was not getting set for 
2593           computed variables (thus causing a crash when SAVEing).
2594
2595         * Added a test to stop this bug ever coming back
2596
2597 Wed Feb 18 22:21:35 2004  Ben Pfaff  <blp@gnu.org>
2598
2599         Got rid of approx.h.  In general, replaced all references to
2600         approx_eq() by ==, approx_lt() by <, etc.  Other types of changes
2601         noted below.
2602
2603         * Makefile.am: (pspp_SOURCES) Removed approx.h.
2604
2605         * data-out.c: (try_F) Replaced test for approx_eq(number, 0.0) by
2606         test for mag < EPSILON.
2607
2608         * misc.h: Add definition of EPSILON.
2609
2610 Wed Feb 18 21:32:44 2004  Ben Pfaff  <blp@gnu.org>
2611
2612         * vfm.c: (procedure) Add check to prevent recursive call.
2613
2614 Wed Feb 18 21:48:54 WST 2004 John Darrington <john@darrington.wattle.id.au>
2615
2616         * Moved the declarations relating to values to their own header file
2617           (val.h)
2618
2619         * Added levene.c and levene.h
2620
2621         * vars-atr.c: Changed the signature of compare_values to 
2622         take const * arguments.
2623                 
2624         * t-test.q: Changed the structure of struct t_test_proc 
2625        variables now contain their own group statistics information.
2626        Eventually, t_test_proc might get renamed, because it'd be 
2627        applicable to other commands too.
2628
2629 Mon Feb 16 23:15:51 2004  Ben Pfaff  <blp@gnu.org>
2630
2631         * data-out.c: Clean up.  Changed interface of convert_*() to take
2632         either a `double' or a `const char *' instead of a `const union
2633         value *'.  Update all implementations of those interfaces.
2634         (data_out) Use switch statements instead of a table.
2635         (convert_AHEX) Rewrite.
2636
2637         * format.h: Update comment.
2638
2639 Mon Feb 16 22:14:36 2004  Ben Pfaff  <blp@gnu.org>
2640
2641         * q2c.c: (dump_header) Add an Emacs header line to output files
2642         that makes generated .c files read-only by default, to make it
2643         difficult to accidentally change generated files.
2644
2645 Mon Feb 16 22:12:07 2004  Ben Pfaff  <blp@gnu.org>
2646
2647         * frequencies.q: (compare_freq_numeric_a) Compare by frequency,
2648         not bogus a->v.c <=> b->v.c pointer compare.
2649         (compare_freq_alpha_a) Ditto.
2650         (compare_freq_numeric_d) Ditto.
2651         (compare_freq_alpha_d) Ditto.
2652         
2653 Mon Feb 16 22:00:53 2004  Ben Pfaff  <blp@gnu.org>
2654
2655         Changed data_out() to store string data directly into a `union
2656         value''s s member, not indirectly into c.
2657
2658         * crosstabs.q: (output_pivot_table) Use format_short() instead of
2659         data_out().
2660         (table_value_missing) Ditto.
2661         (float_M_suffix) Ditto.
2662         (format_short) New function.
2663
2664         * data-in.h: (data_in_finite_line) Remove inline definition.
2665
2666         * data-list.c: (destroy_dls_var_spec) New function.
2667         (destroy_dls) Rewrite in terms of destroy_dls_var_spec().
2668         (data_list_source_destroy_source) Avoid cast.
2669         (struct repeating_data_trns) New field `id_value'.  Update
2670         comments.
2671         (cmd_repeating_data) Initialize id_value.  Use new
2672         repeating_data_trns_free() for freeing REPEATING DATA
2673         transformations.
2674         (rpd_parse_record) Rewrite support for record ID to be less bogus.
2675         (repeating_data_trns_free) New function.
2676
2677         * data-out.c: (data_out) Change return type to `void' by replacing
2678         error returns by writing a message into the output buffer.
2679         (convert_A) Read from v->s instead of v->c.
2680         (convert_AHEX) Ditto.
2681
2682         * expr-evl.c: Update comment.
2683         (expr_evaluate) Add assertion in OP_STRING case.
2684
2685         * format.h: (macro MAX_FORMATTED_LEN) New macro.
2686
2687         * list.q: (list_cases) Update for new data_out() semantics.
2688
2689         * print.c: (print_trns_proc) Ditto.
2690
2691         * tab.c: (tab_value) Ditto.
2692         (tab_float) Avoid stupid cast.
2693
2694         * var.h: Update comments.
2695         (macro MAX_STRING) New macro.
2696         (macro MAX_ELEMS_PER_VALUE) New macro.
2697
2698         * vars-atr.c: (compare_values) New function.
2699
2700         * vfm.c: (dump_splits) Update for new data_out() semantics.
2701
2702 Mon Feb 16 21:45:47 2004  Ben Pfaff  <blp@gnu.org>
2703
2704         * crosstabs.q: (struct table_entry) Rename v[] to values[].  All
2705         references updated.
2706         (struct crosstab) Rename v[] to vars[].  All references updated.
2707         (hash_table_entry) Replace the hash algorithm and fix a bug at the
2708         same time, which caused the hash value to depend only on a single
2709         value, not all of the variables' values.
2710         
2711 Mon Feb 16 12:49:53 2004  Ben Pfaff  <blp@gnu.org>
2712
2713         Clean up struct dictionary's value_cnt usage.
2714
2715         * dictionary.c: Add a function comment to each function.
2716         (struct dictionary) Rename value_cnt to next_value_idx, which more
2717         accurately reflects its meaning.  All references updated.
2718         (dict_rename_vars) Add assertion.
2719         (dict_get_value_cnt) Rename dict_get_next_value_idx().  All
2720         references updated.
2721         (dict_get_case_size) New function.
2722
2723         * aggregate.c: (create_sysfile) Use dict_get_case_size().
2724
2725         * get.c: (mtf_read_nonactive_records) Ditto.
2726
2727         * sort.c: (allocate_cases) Ditto.
2728         (write_initial_runs) Ditto.
2729         (merge) Ditto.
2730         (merge_once) Ditto.
2731
2732         * vfm.c: (prepare_for_writing) Ditto.
2733         (setup_lag) Ditto.
2734         (lag_case) Ditto.
2735
2736 Mon Feb 16 00:17:55 2004  Ben Pfaff  <blp@gnu.org>
2737
2738         Make vfm.c slightly less grotesque.
2739
2740         * vfm.c: (filter_var) Removed.
2741         (filter_index) Removed.
2742         (FILTERED macro) Removed.
2743         (exclude_this_case) New function.
2744         (process_active_file_write_case) Use exclude_this_case() instead
2745         of FILTERED and inline tests.
2746         (procedure_write_case) Ditto.
2747         (setup_filter) Removed.
2748         (open_active_file) Don't call setup_filter().
2749         (close_active_file) Call dict_get_filter() instead of checking
2750         filter_var.
2751
2752 Mon Feb 16 00:01:53 2004  Ben Pfaff  <blp@gnu.org>
2753
2754         * var.h: (struct variable) Update comments.
2755
2756 Sun Feb 15 23:14:59 2004  Ben Pfaff  <blp@gnu.org>
2757
2758         New functions dict_create_var_assert(), dict_lookup_var_assert().
2759         Converted several dict_*_var()/assert pairs into a single
2760         dict_*_var_assert().
2761
2762         * dictionary.c: (dict_create_var_assert) New function.
2763         (dict_lookup_var_assert) New function.
2764
2765 Sun Feb 15 23:06:08 2004  Ben Pfaff  <blp@gnu.org>
2766
2767         Got rid of "struct long_vec", envector(), devector(), etc.  Added
2768         two members `init', `reinit' to struct variable as a substitute.
2769         
2770         * Makefile.am: (pspp_SOURCES) Removed cases.c, cases.h.
2771         
2772         * cases.c: Removed.
2773
2774         * cases.h: Removed.
2775
2776         * aggregate.c: (parse_aggregate_functions) destvar doesn't need
2777         init.
2778
2779         * autorecode.c: (cmd_autorecode) destvars don't need init.
2780
2781         * compute.c: (lvalue_finalize) Set reinit.
2782
2783         * data-list.c: (fixed_parse_compatible) Don't need init usually.
2784         (dump_fmt_list) Ditto.
2785         (parse_free) Ditto.
2786
2787         * descript.q: (run_z_pass) Don't need init for z-scores.
2788
2789         * dictionary.c: (dict_create_var) Initialize `init', `reinit'
2790         members.
2791         (dict_clone_var) Copy `reinit' member, initialize `init' member.
2792
2793         * glob.c: (init_glob) Remove vec_init() calls.
2794
2795         * inpt-pgm.c: (cmd_end_input_program) Use `reinit', not `left'.
2796         
2797         * loop.c: (internal_cmd_loop) Don't need to call envector().
2798
2799         * numeric.c: (cmd_numeric) Ditto.
2800         (cmd_string) Ditto.
2801         (cmd_leave) Ditto.  Set `init', `reinit' members.
2802
2803         * recode.c: (cmd_recode) Don't need to call envector().
2804
2805         * repeat.c: (internal_cmd_do_repeat) Ditto.
2806
2807         * var.h: (struct variable) Remove `left'.  Add `init', `reinit'.
2808         (force_create_variable) Removed prototype.
2809         (force_dup_variable) Ditto.
2810
2811         * vector.c: (cmd_vector) Don't need to call envector().
2812
2813         * vfm.c: (reinit_sysmis) Removed.
2814         (reinit_blanks) Removed.
2815         (init_zero) Removed.
2816         (init_blanks) Removed.
2817         (process_active_file_write_case) No need to deal with vectors.
2818         Call clear_temp_case().
2819         (vector_initialization) Rewrite to use `init', `reinit'.
2820         (close_active_file) No need to call vec_clear().
2821         (procedure_write_case) Call clear_temp_case().
2822         (clear_temp_case) New function.
2823
2824 Sun Feb 15 20:50:36 2004  Ben Pfaff  <blp@gnu.org>
2825
2826         * pfm-write.c: (bufwrite) Get rid of nasty cast that also invoked
2827         undefined behavior.
2828
2829 Thu Feb 12 23:35:15 2004  Ben Pfaff  <blp@gnu.org>
2830
2831         Add auxiliary argument to procedure() interface.  Associated small
2832         clean-ups of vfm interface.
2833         
2834         * Updated every caller of procedure() and process_active_file() to
2835         reflect modified interface.  Simple, ordinary changes not listed
2836         otherwise below.
2837
2838         * Updated every function that implements struct case_stream's
2839         `read' function to take a write_case_func and a write_case_data.
2840         Also updated every caller of write_case() to instead call them
2841         through these arguments.  In some cases this meant that the extra
2842         args had to be threaded through a couple of extra levels.  This
2843         wasn't difficult or interesting so the details won't be given.
2844
2845         * data-list.c: (struct repeating_data_trns) Add members
2846         `write_case', `wc_data' as kluge.
2847         (read_one_set_of_repetitions) Rename repeating_data_trns_proc and
2848         make non-static.
2849         (repeating_data_set_write_case) New function.
2850
2851         * data-list.h: New file to declare repeating_data_trns_proc() and
2852         repeating_data_set_write_case().
2853
2854         * inpt-pgm.c: (input_program_source_read) Call
2855         repeating_data_set_write_case() for all the REPEATING DATA
2856         transformations, so that they know where to send their cases.
2857         It's a big kluge.  Also kluge in END CASE.
2858         (end_case_trns_proc) Never called anymore, but we still need it,
2859         so just assert(0).
2860
2861         * sort.c: (read_sort_output) Update to match struct case_stream
2862         `read' member.
2863
2864         * vfm.c: (struct write_case_data) New structure.
2865         (proc_func) Removed.
2866         (virt_proc_func) Removed.
2867         (begin_func) Removed.
2868         (virt_begin_func) Removed.
2869         (end_func) Removed.
2870         (write_case) Removed.
2871         (procedure) Added an auxiliary parameter to each function pointer
2872         argument's prototype.  Added an auxiliary data parameter.
2873         Rewrote.
2874         (process_active_file) Ditto.
2875         (process_active_file_write_case) Pass aux data along.
2876         (close_active_file) Ditto.
2877         (procedure_write_case) Ditto.
2878         (SPLIT_FILE_procfunc) Ditto.
2879
2880         * vfm.h: (typedef write_case_data) New.
2881         (typedef write_case_func) New.
2882         (struct case_stream) Add parameters to `read' member prototype.
2883         
2884 Thu Feb 12 19:24:53 WST 2004 John Darrington <john@darrington.wattle.id.au>
2885
2886         * t-test.q:  Added calculations for independent samples. (But no Levene
2887         test yet!)
2888
2889         * Makefile.am: Moved q_sources_c into own variable 
2890
2891 Wed Feb 11 23:56:51 2004  Ben Pfaff  <blp@gnu.org>
2892
2893         Miscellaneous cleanups.
2894         
2895         * Change unused to UNUSED in many source files to reflect modified
2896         pref.h.  Change use of __WIN32__, __MSDOS, __DJGPP__,
2897         __CYGWIN32__, __unix__, and unix not to assume that they're
2898         defined to a nonzero value.  Change use of __attribute__ to use
2899         NO_RETURN or PRINTF_FORMAT instead.
2900         
2901         * alloc.h: Move definitions for local_alloc(), local_free() here
2902         from ../pref.h.orig and simplify.
2903
2904         * expr-evl.c: Instead of working differently based on PAGED_STACK,
2905         use a pool allocator unconditionally.
2906         (CHECK_STRING_SPACE) Removed.
2907         (ALLOC_STRING_SPACE) Removed.
2908         (expr_evaluate) Use e->pool instead of CHECK_STRING_SPACE and
2909         ALLOC_STRING_SPACE.
2910
2911         * expr-opt.c: (dump_expression) Allocate string pool.
2912
2913         * expr-prs.c: (expr_free) Free string pool.
2914
2915         * pool.c: (pool_destroy) This pool must be removed from its
2916         parent's list of gizmos, not from its own.  Use free_all_gizmos().
2917         (pool_clear) New function.
2918         (free_all_gizmos) New function.
2919         (pool_alloc) Use space in empty block after this one if any.
2920         (pool_release) Only empty out blocks, don't actually free() them.
2921
2922         * print.c: Get rid of PAGED_STACK special case by always
2923         dynamically allocating line buffers.
2924         (struct print_trns) Always include the `line' member.
2925         (internal_cmd_print) Always initialize the `line' member.
2926         (alloc_line) Always allocate memory for `line'.
2927         (print_trns_proc) Always initialize buf from `line' member.
2928         (print_trns_free) Always free `line' memory.
2929
2930         * sort.c: (allocate_file_handles) Special-case MS-DOS for mkdir()
2931         call.
2932         
2933 Wed Feb 11 20:33:18 2004  Ben Pfaff  <blp@gnu.org>
2934
2935         * flip.c: Fixed crash from FLIP when a numeric variable is
2936           specified on NEWNAMES and a large value is used, and a couple of
2937           other minor bugs besides.
2938           (struct varname) Make name a 9-character fixed-size array
2939           instead of a 1-character variable size array.
2940           (make_new_var) Allow digits in variable names.
2941           (flip_stream_write) Limit numeric values to 8 characters and
2942           format system missing and very large and small values more
2943           appropriately.
2944
2945 Thu Feb  5 13:19:06 WAST 2004 John Darrington <john@darrington.wattle.id.au>
2946
2947         * command.c: Fixed test on command return status for the correct 
2948           value,  which had been causing a crash under certain invalid input.
2949
2950 Wed Feb  4 15:34:11 WST 2004 John Darrington <john@darrington.wattle.id.au>
2951
2952         * t-test.q: Added calculations for the one sample variant of the T-TEST
2953
2954 Tue Feb  3 20:09:54 2004  Ben Pfaff  <blp@gnu.org>
2955
2956         * tab.c: (render_strip) Fix bug that sometimes caused joined text
2957           in joined cells to be rendered outside box boundaries.
2958
2959 Tue Feb  3 18:56:45 WST 2004 John Darrington <john@darrington.wattle.id.au>
2960
2961         * random.c (rng_create): Fixed seeding so that it gets reseeded after
2962         SET seed=xx has been called.
2963
2964 Mon Jan 19 14:08:09 2004  Ben Pfaff  <blp@gnu.org> 
2965
2966         * random.c (rng_get_double): Fix always-returning-zero bug in my
2967         preferred way, and at the same time make sure rounding doesn't
2968         bite us.
2969
2970 Thu Jan  1 23:16:41 2004  Ben Pfaff  <blp@gnu.org>
2971
2972         * html.c: (change_attributes) Dead code, removed.
2973         (escape_string) Eliminate code to call change_attributes() that
2974         never actually called it.
2975         (output_tab_table) Get rid of dependence on tab_hit
2976         and struct tab_joined_cell's hit member, which are abominations.
2977
2978         * tab.c: (tab_output_text) Don't call
2979         d->class->text_set_font_by_name if it's a null pointer.
2980         (macro UNROLL_LOOP) Eliminate.
2981         (macro UNROLL_3_LOOPS) Eliminate.
2982         (tabi_render) Rewrite not to use the above macros.
2983
2984 Thu Jan  1 23:09:07 2004  Ben Pfaff  <blp@gnu.org>
2985
2986         Start working on a new output driver system, one that doesn't suck
2987         so much, by adding a "device-independent" output driver.  The idea
2988         is to write out only a single output stream, then use separate
2989         processes to translate them into whatever formats we want.  This
2990         is similar to how "groff" works with its various output drivers
2991         (grops, grotty, grodvi, ...).
2992         
2993         * Makefile.am: (pspp_SOURCES) Add devind.c, devind.h.
2994
2995         * list.q: (write_all_headers) Stub out devind class.
2996         (clean_up) Ditto.
2997         (determine_layout) Ditto.
2998         (list_cases) Ditto.
2999
3000         * output.c: (outp_init) Add devind class.
3001
3002         * devind.c: New file.
3003
3004         * devind.h: New file.
3005
3006 Thu Jan  1 23:08:14 2004  Ben Pfaff  <blp@gnu.org>
3007
3008         * frequencies.q: (hash_value_alpha) Fixed up the previous change
3009         to use the proper string length.
3010
3011 Wed Dec 31 16:27:33 WAST 2003 John Darrington <john@darrington.wattle.id.au>
3012
3013         * Fixed bug where FREQ would crash on alpha values
3014
3015 Tue Dec 30 22:42:57 2003  Ben Pfaff  <blp@gnu.org>
3016
3017         * Removed bletcherous alloca() workarounds for AIX from top of
3018         many files.  AIX can use the alternative alloca() implementation
3019         instead.
3020
3021 Tue Dec 30 22:35:16 2003  Ben Pfaff  <blp@gnu.org>
3022
3023         * ascii.c: (ascii_option) Fix implementation of headers option.
3024
3025 Tue Dec 30 22:32:53 2003  Ben Pfaff  <blp@gnu.org>
3026
3027         * ascii.c: Add a "squeeze" option to the ASCII driver to squeeze
3028         multiple blank lines into one.
3029         (struct ascii_driver_ext) Add squeeze_blank_lines option.
3030         (ascii_preopen_driver) Initialize squeeze_blank_lines.
3031         (static var option_tab) Add squeeze entry.
3032         (ascii_option) Set squeeze_blank_lines.
3033         (output_lines) Implement squeezing blank lines.
3034
3035 Wed Dec 31 07:19:46 WST 2003 John Darrington <john@darrington.wattle.id.au>
3036
3037         * Removed redundant code from output.h
3038
3039 Sat Dec 27 22:17:52 2003  Ben Pfaff  <blp@gnu.org>
3040
3041         Dictionary classes: each variable is "ordinary", "system", or
3042         "scratch".
3043
3044         * var.h: (enum dict_class) New enum.
3045
3046         * vars-prs.c: (dict_class_from_id) New function.
3047         (dict_class_to_name) New function.
3048
3049 Sat Dec 27 22:16:06 2003  Ben Pfaff  <blp@gnu.org>
3050
3051         * var.h: (struct freq_tab_set) Removed (not used).
3052
3053 Sat Dec 27 22:15:21 2003  Ben Pfaff  <blp@gnu.org>
3054
3055         * value-labels.c: (val_labs_destroy) vls needs to be freed too.
3056
3057 Sat Dec 27 22:10:49 2003  Ben Pfaff  <blp@gnu.org>
3058
3059         * stats.c: (hypercube) Rename pow4().  All references updated.
3060
3061 Sat Dec 27 22:05:49 2003  Ben Pfaff  <blp@gnu.org>
3062
3063         * rename-vars.c: (cmd_rename_variables) Rewritten.
3064         (compare_name) Removed.
3065
3066 Sat Dec 27 22:03:51 2003  Ben Pfaff  <blp@gnu.org>
3067
3068         var_set feature, and code taking advantage of it.
3069         
3070         * crosstabs.q: (static var var_dict) Removed.
3071         (static var variables) New variable.
3072         (static var variables_cnt) New variable.
3073         (cmd_crosstabs) Free variables instead of var_dict.
3074         (internal_cmd_crosstabs) Initialize and use variables,
3075         variables_cnt instead of var_dict.
3076         (free_var_dict) Removed.
3077         (crs_custom_tables) Use var_set instead of a copied dictionary.
3078         (crs_custom_variables) Set up variables, variables_cnt instead of
3079         var_dict.
3080         [DEBUGGING] (debug_print) Ditto.
3081
3082         * means.q: (mns_custom_tables) Use var_set instead of a copied
3083         dictionary.
3084
3085         * vars-prs.c: (parse_vs_variable) New function.
3086         (parse_dict_variable) Rewritten.
3087         (parse_variable) Rewritten.
3088         (parse_variables) Renamed parse_var_set_vars(), rewritten.
3089         (parse_variables) New function in terms of parse_var_set_vars().
3090         Now requires its first argument to be non-null.  All references
3091         that passed a null pointer updated to pass default_dict instead.
3092         (macro id_dict) Removed.
3093         (parse_DATA_LIST_vars) Add assertions.
3094         (parse_mixed_vars) Ditto.
3095         (struct var_set) New structure.
3096         (var_set_get_cnt) New function.
3097         (var_set_get_var) New function.
3098         (var_set_lookup_var) New function.
3099         (var_set_destroy) New function.
3100         (dict_var_set_get_cnt) New function.
3101         (dict_var_set_get_var) New function.
3102         (dict_var_set_lookup_var) New function.
3103         (dict_var_set_destroy) New function.
3104         (var_set_create_from_dict) New function.
3105         (struct array_var_set) New structure.
3106         (array_var_set_get_cnt) New function.
3107         (array_var_set_get_var) New function.
3108         (array_var_set_lookup_var) New function.
3109         (array_var_set_destroy) New function.
3110         (var_set_create_from_array) New function.
3111
3112         * q2c.c: (dump_parser) Use parse_variables(default_dict, ...)
3113         instead of parse_variables(NULL, ...) in output code.
3114
3115 Sat Dec 27 21:38:53 2003  Ben Pfaff  <blp@gnu.org>
3116
3117         Change inp_init from a 2-bit vector to an ordinary array.
3118         Initialize it all in cmd_end_input_program() instead of in
3119         create_variable().
3120
3121         * inpt-pgm.c: (enum value_init_type) New enum.
3122         (global var inp_init) Change to `enum value_init_type *', make
3123         static.
3124         (inp_init_size) Removed.
3125         (inp_nval) Change to `size_t', make static.
3126         (cmd_input_program) Don't initialize inp_init or inp_init_size.
3127         (cmd_end_input_program) Initialize inp_init, inp_nval.
3128         (init_case) Rewrite.
3129         (clear_case) Rewrite.
3130
3131         * inpt-pgm.h: Removed.
3132
3133 Sat Dec 27 21:36:38 2003  Ben Pfaff  <blp@gnu.org>
3134
3135         * hash.c: (hsh_hash_bytes) Use Fowler-Noll-Vo hash instead of
3136         Colin Plumb hash.  It is simpler and should better resist
3137         collisions.
3138         (hsh_hash_string) Ditto.
3139
3140 Sat Dec 27 21:34:57 2003  Ben Pfaff  <blp@gnu.org>
3141
3142         * get.c: (export_write_case_func) Remove debug printing code.
3143
3144 Sat Dec 27 21:11:09 2003  Ben Pfaff  <blp@gnu.org>
3145
3146         * get.c: (cmd_save_internal) Rename parameter.  Use &t->h instead
3147         of cast.
3148         (save_write_case_func) Use &trns->h instead of cast.
3149         (cmd_export) Use &t->h instead of cast.
3150
3151 Sat Dec 27 20:57:42 2003  Ben Pfaff  <blp@gnu.org>
3152
3153         Moved vectors into the dictionary.
3154
3155         * var.h: (struct vector) Moved here from vector.h.  `index' member
3156         renamed `idx', `v' renamed `var', `nv' renamed `cnt'.  All
3157         references updated.
3158         
3159         * vector.h: Removed.
3160
3161         * vector.c: (global var vec) Removed.
3162         (global var nvec) Removed.
3163         (cmd_vector) Rewritten.
3164         (find_vector) Removed.
3165
3166         * dictionary.c: (dict_create_vector) New function.
3167         (dict_get_vector) New function, replaces reading global vec[]
3168         array.
3169         (dict_get_vector_cnt) New function, replaces reading global nvec
3170         variable.
3171         (dict_lookup_vector) New function, replaces find_vector().
3172         (dict_clear_vectors) New function.
3173
3174 Sat Dec 27 20:54:01 2003  Ben Pfaff  <blp@gnu.org>
3175
3176         Start to move away from `struct variable' p `union' member to void
3177         * aux member.
3178
3179         * var.h: (struct variable) Add `aux' member.
3180
3181 Sat Dec 27 20:36:25 2003  Ben Pfaff  <blp@gnu.org>
3182
3183         Get rid of struct variable `foo' member.
3184
3185         * frequencies.q: (internal_cmd_frequencies) Use p.frq.used instead
3186         of foo.
3187         (frq_custom_variables) Ditto.
3188         (frq_custom_grouped) Ditto.
3189
3190         * get.c: (struct save_trns) Change `var' member from `int *' to
3191         `struct variable **'.
3192         (cmd_save_internal) Use aux instead of foo.
3193         (save_trns_proc) Use revised `var' member.
3194         (static var mtf_seq_no) Renamed mtf_seq_num.
3195         (static var mtf_seq_nums) New static var.
3196         (cmd_match_files) Initialize mtf_seq_nums.
3197         (mtf_free) Free mtf_seq_nums.
3198         (mtf_processing) Use mtf_seq_nums instead of foo.
3199         (mtf_merge_dictionary) No need to initialize mv->foo.
3200         (cmd_export) Use aux instead of foo.  Use revised `var' member.
3201         (mns_custom_tables) Don't use foo to check for duplicates, that's
3202         what PV_NO_DUPLICATE is for.
3203
3204         * var.h: (struct variable) Remove `foo' member.
3205         (struct frequencies_proc) New member.
3206         
3207 Sat Dec 27 19:46:13 2003  Ben Pfaff  <blp@gnu.org>
3208
3209         Clean up COMPUTE and IF.
3210
3211         * compute.c: More or less rewrite the darn thing.
3212         (struct compute_trns) Rename and reorder and add and delete
3213         members.
3214         (cmd_compute) Rewrite.
3215         (compute_num) Make conditional on test expression.  Now used for
3216         both COMPUTE and IF.
3217         (compute_num_vec) Ditto.
3218         (compute_str) Ditto.
3219         (compute_str_vec) Ditto.
3220         (cmd_if) Rewrite.
3221         (if_num) Removed.
3222         (if_num_vec) Removed.
3223         (if_str) Removed.
3224         (if_str_vec) Removed.
3225         (parse_target_expression) Renamed parse_rvalue_expression(),
3226         rewritten.
3227         (new_trns) Renamed compute_trns_create(), rewritten.
3228         (delete_trns) Removed.
3229         (free_trns) Renamed compute_trns_free(), rewritten.
3230         (struct lvalue) New structure.
3231         (parse_var_or_vec) Renamed lvalue_parse(), rewritten.
3232         (lvalue_get_type) New function.
3233         (lvalue_is_vector) New function.
3234         (lvalue_finalize) New function.
3235         (lvalue_destroy) New function.
3236         
3237 Sat Dec 27 19:44:14 2003  Ben Pfaff  <blp@gnu.org>
3238
3239         * command.def: Disallow MODIFY VARS in input mode, so that
3240         variables can't get dropped and confuse cmd_end_input_program()'s
3241         attempt to fill inp_init[].
3242         
3243         * modify-vars.c: (static var forward_positional_ordering) New
3244         variable.
3245         (struct var_modification) Entirely changed.
3246         (rearrange_dict) Interface changed, rewritten.
3247         (cmd_modify_vars) Deal with modified struct var_modification, much
3248         rewritten.
3249         (struct var_renaming) New structure.
3250         (compare_var_renaming_by_new_name) New function.
3251         (validate_var_modification) New function.
3252
3253         * var.h: (struct modify_vars_proc) Removed.
3254         (struct variable) Removed member p.mfv.
3255
3256 Sat Dec 27 19:40:26 2003  Ben Pfaff  <blp@gnu.org>
3257
3258         Make EVALUATE a valid command whether we're debugging or not, so
3259         that `make check' can succeed regardless of whether debugging is
3260         turned on.
3261         
3262         * command.def: [GLOBAL_DEBUGGING] Drop the #if.
3263
3264         * compute.c: [GLOBAL_DEBUGGING] (cmd_evaluate) Drop the #if.
3265
3266 Sat Dec 27 19:34:40 2003  Ben Pfaff  <blp@gnu.org>
3267
3268         * apply-dict.c: (cmd_apply_dictionary) Replace a ghastly switch
3269         statement by a simple if test.
3270
3271         * dfm.c: (dfm_get_record) Add assertion.
3272
3273 Sat Dec 27 17:51:26 2003  Ben Pfaff  <blp@gnu.org>
3274
3275         For each file x.c, move #include "x.h" to the very top of the
3276         include list, to catch x.h failing to include the proper headers.
3277
3278 Sat Dec 27 17:50:19 2003  Ben Pfaff  <blp@gnu.org>
3279
3280         * algorithm.c: (find) New function.
3281         (remove_equal) New function.
3282         (set_difference) New function.
3283         (adjacent_find_equal) New function.
3284         [TEST_UNIQUE] Removed test case.
3285         (copy_if) Find end test.
3286
3287 Sat Dec 27 17:42:45 2003  Ben Pfaff  <blp@gnu.org>
3288
3289         * dictionary.c: (dict_get_case_weight) New convenience function.
3290
3291         * aggregate.c: (accumulate_aggregate_info) Use
3292         dict_get_case_weight().
3293
3294         * frequencies.q: (calc_general) Ditto.
3295         (calc_integer) Ditto.
3296         (calc) Ditto.
3297
3298         * t-test.q: (groups_calc) Ditto.
3299         (z_calc) Ditto.
3300
3301 Sat Dec 27 17:29:45 2003  Ben Pfaff  <blp@gnu.org>
3302
3303         * glob.c: (global var default_dict) Change from `struct
3304         dictionary' to `struct dictionary *'.  All references changed.
3305         (init_glob) Initialize default_dict with dict_create().
3306
3307 Sat Dec 27 17:06:06 2003  Ben Pfaff  <blp@gnu.org>
3308
3309         struct dictionary now made opaque.  All related functions:
3310
3311         * get.c: (rename_variables) Removed.
3312         (dict_delete_run) Removed.
3313         
3314         * temporary.c: (copy_variable) Removed.
3315         (new_dictionary) Removed.
3316         (save_dictionary) Removed.
3317         (restore_dictionary) Removed.
3318         (free_dictionary) Removed.
3319
3320         * vars-atr.c: (clear_default_dict) Removed.
3321         (find_variable) Removed.
3322         (find_dict_variable) Removed.
3323         (create_variable) Removed.
3324         (delete_variable) Removed.
3325         (common_init_stuff) Removed.
3326         (init_variable) Removed.  Updating of inp_init moved into
3327         cmd_end_input_program().
3328         (replace_variable) Removed.
3329         (rename_variable) Removed.
3330         (clear_variable) Removed.
3331         (dup_variable) Removed.
3332
3333         * vars-prs.c: (is_varname) Removed.
3334         (is_dict_varname) Removed.
3335         (fill_all_vars) Removed.
3336
3337         * vector.c: (find_vector) Removed.
3338
3339         * weight.c: (stop_weighting) Removed.
3340
3341         * dictionary.c: New file.
3342         (dict_create) New, replaces new_dictionary().
3343         (dict_clone) New, replaces save_dictionary() and
3344         restore_dictionary().
3345         (dict_clear) New, replaces clear_default_dict().
3346         (dict_destroy) New, replaces free_dictionary().
3347         (dict_get_var_cnt) New function, replaces references to
3348         dict->nvar.
3349         (dict_get_var) New function, replaces references to dict->var[i].
3350         (dict_get_vars) New function, replaces fill_all_vars().
3351         (dict_create_var) New, replaces create_variable().  Interface
3352         drops `type' parameter, using a zero `width' to designate numeric.
3353         (dict_clone_var) New, replaces dup_variable().
3354         (dict_rename_var) New, replaces rename_variable().
3355         (dict_lookup_var) New, replaces find_variable(),
3356         find_dict_variable(), is_varname().
3357         (dict_contains_var) New function.
3358         (compare_variable_dblptrs) New function.
3359         (dict_delete_var) New function, replaces clear_variable().
3360         (dict_delete_vars) New function, replaces dict_delete_run().
3361         (dict_reorder_vars) New function.
3362         (dict_rename_vars) New function, replaces rename_variables().
3363         (dict_get_weight) New function, replaces reading dict->weight_var.
3364         (dict_set_weight) New function, replaces writing dict->weight_var
3365         or calling stop_weight(dict).
3366         (dict_get_filter) New function, replaces reading dict->filter_var.
3367         (dict_set_filter) New function, replaces writing dict->filter_var.
3368         (dict_get_case_limit) New function, replaces reading dict->N.
3369         (dict_set_case_limit) New function, replaces writing dict->N.
3370         (dict_get_value_cnt) New function, replaces reading dict->nval.
3371         (dict_compact_values) New function, replaces a loop that was
3372         replicated in several places.
3373         (dict_get_split_vars) New function, replaces reading dict->splits.
3374         (dict_get_split_cnt) New function, replaces reading
3375         dict->n_splits.
3376         (dict_set_split_vars) New function, replaces writing dict->splits.
3377         (dict_get_label) New function, replaces reading dict->label.
3378         (dict_set_label) New function, replaces writing dict->label.
3379         (dict_get_documents) New function, replaces reading
3380         dict->documents.
3381         (dict_set_documents) New function, replaces writing
3382         dict->documents.
3383         
3384         All references to above functions updated.
3385         
3386         * aggregate.c: (cmd_aggregate) Copy file label and documents from
3387         old dictionary to new by hand, because dict_create() can't do it
3388         itself.  Use dict_set_documents(), dict_set_split_vars().
3389
3390         * temporary.c: (cancel_temporary) Also set temp_dict to NULL after
3391         calling dict_destroy().
3392
3393         * data-list.c: (dls_var_spec) Remove `type' member, replace by
3394         `width'.
3395         (fixed_parse_compatible) Some slightly nontrivial changes for
3396         dict_create_var().
3397         (dump_fmt_list) Ditto.
3398         (parse_free) Ditto.
3399
3400         * file-type.c: (create_col_var) Ditto.
3401
3402         * get.c: (cmd_get) Use dict_compact_values() instead of a loop.
3403         (trim_dictionary) Use dict_delete_vars(), dict_reorder_vars().
3404         (rename_variables) Use dict_rename_vars().
3405         (mtf_merge_dictionary) Use dict_get_documents(),
3406         dict_set_documents(), dict_compact_values().
3407
3408         * pfm-read.c: (read_variables) Deal with changes to weighting.
3409
3410         * q2c.c: (dump_parser) Use dict_lookup_var() instead of
3411         is_varname() in output code.
3412
3413         * sfm-read.c: (read_header) Use dict_create(), dict_set_label(),
3414         other dictionary functions.
3415
3416         * title.c: (add_document_line) Use dict_get_documents(),
3417         dict_set_documents().
3418
3419         * vars-atr.c: (discard_variables) Use dict_clear(default_dict),
3420         reset default_handle by hand.  dict_clear() will clear vectors so
3421         there's no need for that by hand.
3422
3423         * vfm.c: (close_active_file) Move call to finish_compaction()
3424         earlier, so that we can do the compaction as a single step using
3425         dict_compact_values().  Use dict_clear_vectors().
3426         (finish_compaction) Use dict_delete_var(), dict_compact_values().
3427                 
3428         Some functions don't have replacements:
3429
3430         * vars-atr.c: (force_create_variable) Removed.  All references
3431         updated to dict_create_var() followed by an assertion.
3432         (force_dup_variable) Removed.  All references updated to
3433         dict_clone_var() followed by an assertion.
3434         
3435         * weight.c: (update_weighting) Removed.  No longer necessary, so
3436         all references removed.
3437
3438 Sat Dec 27 16:43:01 2003  Ben Pfaff  <blp@gnu.org>
3439
3440         Clean up AGGREGATE.
3441         
3442         * aggregate.c: Eliminate separation of weighted and unweighted
3443         case.  It made the code too obscure and I doubt it was actually
3444         faster.  Instead, all code uses the "weighted" code, because
3445         that's a generalization of the "unweighted" code.
3446         (FWEIGHT) Removed.
3447         (FOPTIONS) Ditto.
3448         (parse_aggregate_functions) No need to set FWEIGHT.
3449         (accumulate_aggregate_info) Get rid of FWEIGHT cases.
3450         (dump_aggregate_info) Ditto.
3451         (initialize_aggregate_info) No need for special plain_function
3452         that gets rid of FWEIGHT option.
3453
3454         * aggregate.c: Get rid of approximations.
3455         (accumulate_aggregate_info) Don't use approx_gt(), approx_lt(),
3456         approx_in_range().
3457         (aggregate_single_case) Don't use approx_ne().
3458
3459 Sat Dec 27 16:19:36 2003  Ben Pfaff  <blp@gnu.org>
3460
3461         * ascii.c (ascii_line_width): Dead code, removed.
3462
3463         * postscript.c (ps_line_width): Ditto.
3464
3465         * q2c.c (xrealloc): Ditto.
3466
3467         * count.c (internal_cmd_count): Ditto.
3468
3469         * means.q (validate_dependent_endpoint): Ditto.
3470
3471         * set.q: (cmd_gset) Ditto.
3472
3473         * weight.c: [0] (weight_trns_proc) Ditto.
3474
3475 Sat Dec 27 16:18:16 2003  Ben Pfaff  <blp@gnu.org>
3476
3477         Make the code -Wmissing-prototypes clean.
3478
3479         * Makefile.am (version.c): Add #include "version.h".
3480         
3481         * ascii.c: (ascii_open_global) Make static.
3482         (ascii_close_page) Ditto.
3483         (ascii_font_sizes) Ditto.
3484         (ascii_postopen_driver) Ditto.
3485         (ascii_close_driver) Ditto.
3486         (ascii_option) Ditto.
3487         (ascii_open_page) Ditto.
3488         (ascii_line_horz) Ditto.
3489         (ascii_line_vert) Ditto.
3490         (ascii_line_intersection) Ditto.
3491         (ascii_box) Ditto.
3492         (ascii_polyline_begin) Ditto.
3493         (ascii_polyline_point) Ditto.
3494         (ascii_polyline_end) Ditto.
3495         (ascii_text_set_font_by_name) Ditto.
3496         (ascii_text_set_font_by_position) Ditto.
3497         (ascii_text_set_font_by_family) Ditto.
3498         (ascii_text_get_font_name) Ditto.
3499         (ascii_text_get_font_family) Ditto.
3500         (ascii_text_set_size) Ditto.
3501         (ascii_text_get_size) Ditto.
3502         (ascii_text_metrics) Ditto.
3503         (ascii_text_draw) Ditto.
3504         (ascii_close_page) Ditto.
3505
3506         * cmdline.h: New header for parse_command_line().  Used where
3507         needed.
3508
3509         * command.c: Move prototypes for cmd_*() functions to command.h.
3510
3511         * command.h: Prototypes for cmd_*() functions moved here from
3512         command.c.
3513
3514         * crosstabs.q: (gamma_int) Ditto.
3515
3516         * file-handle.h: Add fh_init_files() prototype.
3517         
3518         * getline.c: (welcome) Ditto.
3519
3520         * glob.h: New header for init_glob().  Used where appropriate.
3521
3522         * hash.c: (comparison_helper) Ditto.
3523
3524         * html.c: (html_open_global) Ditto.
3525         (html_close_global) Ditto.
3526         (html_preopen_driver) Ditto.
3527         (html_postopen_driver) Ditto.
3528         (html_close_driver) Ditto.
3529         (html_option) Ditto.
3530         (html_open_page) Ditto.
3531         (html_close_page) Ditto.
3532         (html_submit) Ditto.
3533
3534         * inpt-pgm.c: (input_program_source_read) Ditto.
3535
3536         * output.c: (find_defn_value) Ditto.
3537         (destroy_list) Ditto.
3538
3539         * pfm-read.c: (read_int) Ditto.
3540
3541         * postscript.c: (ps_open_global) Ditto.
3542         (ps_close_global) Ditto.
3543         (ps_font_sizes) Ditto.
3544         (ps_preopen_driver) Ditto.
3545         (ps_postopen_driver) Ditto.
3546         (ps_close_driver) Ditto.
3547         (ps_option) Ditto.
3548         (ps_open_page) Ditto.
3549         (ps_close_page) Ditto.
3550         (ps_line_horz) Ditto.
3551         (ps_line_vert) Ditto.
3552         (ps_line_intersection) Ditto.
3553         (ps_box) Ditto.
3554         (ps_polyline_begin) Ditto.
3555         (ps_polyline_point) Ditto.
3556         (ps_polyline_end) Ditto.
3557         (ps_text_set_font_by_name) Ditto.
3558         (ps_text_set_font_by_position) Ditto.
3559         (ps_text_set_font_family) Ditto.
3560         (ps_text_get_font_name) Ditto.
3561         (ps_text_get_font_family) Ditto.
3562         (ps_text_set_size) Ditto.
3563         (ps_text_get_size) Ditto.
3564         (ps_text_metrics) Ditto.
3565         (ps_text_draw) Ditto.
3566
3567         * q2c.c: (finish_up) Ditto.
3568         (xmalloc) Ditto.
3569         (xstrdup) Ditto.
3570         (get_buffer) Ditto.
3571         (st_lower) Ditto.
3572         (st_upper) Ditto.
3573         (skip_ws) Ditto.
3574         (get_line) Ditto.
3575         (add_symbol) Ditto.
3576         (find_symbol) Ditto.
3577         (lex_get) Ditto.
3578         (force_id) Ditto.
3579         (force_string) Ditto.
3580         (match_id) Ditto.
3581         (match_token) Ditto.
3582         (skip_token) Ditto.
3583         (parse) Ditto.
3584         (parse_setting) Ditto.
3585         (parse_specifier) Ditto.
3586         (parse_specifiers) Ditto.
3587         (parse_subcommand) Ditto.
3588         (dump_specifier_vars) Ditto.
3589         (is_keyword) Ditto.
3590         (make_identifier) Ditto.
3591         (dump_declarations) Ditto.
3592         (dump_specifier_init) Ditto.
3593         (dump_vars_init) Ditto.
3594         (make_match) Ditto.
3595         (dump_specifier_parse) Ditto.
3596         (dump_subcommand) Ditto.
3597         (dump_parser) Ditto.
3598         (dump_header) Ditto.
3599         (dump_free) Ditto.
3600         (recognize_directive) Ditto.
3601
3602         * recode.c: (string_to_long) Ditto.
3603
3604         * repeat.c: (find_DO_REPEAT_substitution) Ditto.
3605
3606         * repeat.h: New header for perform_DO_REPEAT_substitutions, used
3607         where appropriate.
3608
3609         * sort.c: (sort_stream_read) Ditto.
3610         (sort_stream_mode) Ditto.
3611         
3612 Fri Dec 19 23:35:04 2003  Ben Pfaff  <blp@gnu.org>
3613
3614         * algorithm.c (binary_search): Fix comparison.
3615
3616 Fri Dec 19 23:27:45 2003  Ben Pfaff  <blp@gnu.org>
3617
3618         * algorithm.c: (binary_search) Fix assertion.
3619
3620 Fri Dec 19 21:31:48 2003  Ben Pfaff  <blp@gnu.org>
3621
3622         * sysfile-info.c: (compare_vectors_by_name) Rewrite.
3623
3624 Fri Dec 19 21:30:24 2003  Ben Pfaff  <blp@gnu.org>
3625
3626         * sort.c: (compare_case_lists) Rewrite.
3627
3628 Fri Dec 19 16:44:22 2003  Ben Pfaff  <blp@gnu.org>
3629
3630         * quicksort.c: Removed (not used).
3631
3632         * quicksort.h: Removed (not used).
3633
3634         * sort.c: Removed blp_quicksort() prototype.
3635
3636 Fri Dec 19 16:42:13 2003  Ben Pfaff  <blp@gnu.org>
3637
3638         * postscript.c: (int_2_compare) Rewrite.
3639         (compare_line) Rewrite.
3640
3641 Fri Dec 19 16:38:35 2003  Ben Pfaff  <blp@gnu.org>
3642
3643         * matrix-data.c (compare_factors) Use lexicographical_compare()
3644         algorithm.
3645         (compare_doubles) New function.
3646         
3647         * algorithm.c: (lexicographical_compare) New algorithm.
3648
3649 Fri Dec 19 16:23:45 2003  Ben Pfaff  <blp@gnu.org>
3650
3651         * matrix-data.c (compare_variables_by_mxd_vartype): Rewrite.
3652
3653 Fri Dec 19 15:54:45 2003  Ben Pfaff  <blp@gnu.org>
3654
3655         * expr-prs.c: (cmp_func) Removed.
3656         (parse_function) Use binary_search() algorithm.
3657         (compare_functions) New function.
3658         (init_func_tab) Use sort() algorithm.
3659
3660         * algorithm.c: (binary_search) New algorithm.
3661
3662 Fri Dec 19 15:50:45 2003  Ben Pfaff  <blp@gnu.org>
3663
3664         * descript.q: (display) Use sort() algorithm instead of qsort().
3665         (compare_func) Removed.
3666         (descriptives_compare_variables) New function.
3667
3668 Fri Dec 19 15:08:38 2003  Ben Pfaff  <blp@gnu.org>
3669
3670         Get rid of AVL trees.  Hashes are more appropriate for everything
3671         PSPP does.
3672
3673         * Makefile.am: (pspp_SOURCES) Remove avl.c, avl.h.
3674         
3675         * avl.c: Removed.
3676
3677         * avl.h: Removed.
3678
3679 Fri Dec 19 14:33:31 2003  Ben Pfaff  <blp@gnu.org>
3680
3681         Much code can be clarified by using C++ STL-like algorithms.  Not
3682         all uses of these algorithms are listed below, only the ones where
3683         the change to an algorithm was the only change of interest.
3684         
3685         * Makefile.am: (pspp_SOURCES) Add algorithm.c, algorithm.h.
3686         
3687         * algorithm.c: New file.
3688
3689         * algorithm.h: New file.
3690
3691         * modify-vars.c: (static var forward) Removed.
3692         (static var positional) Removed.
3693         (compare_variables) Removed.
3694         (struct ordering) New.
3695         (cmd_modify_vars) Use sort() algorithm.
3696         (compare_variables_given_ordering) New function.
3697         (rearrange_dict) Use sort() algorithm.
3698
3699         * sysfile-info.c: (cmd_display) Use sort() algorithm.
3700         (cmp_var_by_name) Removed.
3701
3702 Fri Dec 19 14:26:17 2003  Ben Pfaff  <blp@gnu.org>
3703
3704         Make file handles use a hash table.
3705         
3706         * file-handle.q: (files) Change to hash table, make static.
3707         (cmd_file_handle) Use hash table functions.
3708         (fh_get_handle_by_filename) Ditto.
3709         (fh_get_handle_by_name) Ditto.
3710         (hash_file_handle) New function.
3711         (cmp_file_handle) Rewrite.
3712         (fh_init_files) Use hash table functions.
3713
3714 Fri Dec 19 14:24:38 2003  Ben Pfaff  <blp@gnu.org>
3715
3716         Clean up FREQUENCIES.
3717         
3718         * Makefile.am: (pspp_SOURCES) Remove frequencies.g.
3719
3720         * frequencies.q: Remove a lot of old #if'd out code at the end.
3721         (internal_cmd_frequencies) Use calc() instead of calc_no_weight()
3722         or calc_weight().  Initialize percentile_values.
3723         (calc) New function based on calc_weight() from frequencies.g.
3724         (precalc) Use hash functions.
3725         (static var comparison_func) Removed.
3726         (static var comparison_param) Removed.
3727         (comparison_helper) Removed.
3728         (get_freq_comparator) New function.
3729         (not_missing) New function.
3730         (add_freq) Removed.
3731         (postprocess_freq_tab) Use hash table functions, algorithms,
3732         get_freq_comparator().  Rewrite.
3733         (cleanup_freq_tab) Rephrase.
3734         (add_percentile) Clean up spacing.
3735         (hash_value_numeric) New function.
3736         (hash_value_alpha) New function.
3737         (compare_value_numeric_a) Rewrite.
3738         (compare_value_alpha_a) Rewrite.
3739         (compare_value_numeric_d) Rewrite.
3740         (compare_value_alpha_d) Rewrite.
3741         (compare_freq_numeric_a) Rewrite.
3742         (compare_freq_alpha_a) Rewrite.
3743         (compare_freq_numeric_d) Rewrite.
3744         (compare_freq_alpha_d) Rewrite.
3745         (calc_stats) Clean up mode, percentiles, max.
3746         (dump_statistics) Clean up spacing.
3747         
3748         * frequencies.g: Removed.
3749
3750         * var.h: (struct freq_tab) Change `data' to hash table.
3751
3752 Fri Dec 19 14:15:46 2003  Ben Pfaff  <blp@gnu.org>
3753
3754         * file-handle.h: Remove declaration of global variable `files',
3755         which wasn't used anywhere.
3756
3757         * postscript.c: (add_encoding) Remove superfluous cast.
3758         (line) Ditto.
3759
3760         * sfm-read.c: [linux] (bswap_int32) Drop ntohl() non-portable
3761         version.
3762
3763         * temporary.c: [0] (display_tree) Removed.
3764
3765 Fri Dec 19 14:13:04 2003  Ben Pfaff  <blp@gnu.org>
3766
3767         Implement a new random number generator based on the alleged RC4
3768         algorithm.
3769
3770         * expr-evl.c: (expr_evaluate) Use rng_get_double_normal() instead
3771         of rand_normal().
3772
3773         * random.c: [!HAVE_GOOD_RANDOM] (real_rand) Removed.
3774         [!HAVE_GOOD_RANDOM] (real_srand) Removed.
3775         (macro k) Removed.
3776         (static var V[]) Removed.
3777         (static var Y) Removed.
3778         (static var X2) Removed.
3779         (setup_randomize) Removed.
3780         (shuffle) Removed.
3781         (rand_uniform) Removed.
3782         (rand_normal) Removed.
3783         (struct rng) New structure.
3784         (rng_create) New function.
3785         (rng_destroy) New function.
3786         (swap_byte) New static function.
3787         (rng_seed) New function.
3788         (rng_get_bytes) New function.
3789         (rng_get_int) New function.
3790         (rng_get_unsigned) New function.
3791         (rng_get_double) New function.
3792         (rng_get_double_normal) New function.
3793         (pspp_rng) New function.
3794
3795         * random.h: Sync up to random.c.
3796
3797         * sample.c: (struct sample_trns) Make `frac' unsigned and a
3798         fraction of UINT_MAX, not 65536.
3799         (cmd_sample) Use rng_get_unsigned(), rng_get_double(), UINT_MAX
3800         fraction.
3801
3802         * vfm.c: (open_active_file) No need to call setup_randomize() any
3803         longer.
3804
3805 Fri Dec 19 12:05:56 2003  Ben Pfaff  <blp@gnu.org>
3806
3807         Change dictionary name indexes to use hash tables instead of AVL
3808         trees.
3809
3810         * crosstabs.q: (free_var_dict) Use hash tables.
3811         (crs_custom_tables) Ditto.
3812         (calc_general) Ditto.
3813         (compare_table_entry) Rewrite.
3814         (enum_var_values) Reorder parameters.  All references updated.
3815         Rewrite.
3816
3817         * get.c: (rename_variable) Use hash tables.
3818         (mtf_merge_dictionary) Ditto.
3819
3820         * glob.c: (init_glob) Use hash tables.
3821         (cmp_variable) Removed.
3822
3823         * means.q: (mns_custom_tables) Use hash tables.
3824
3825         * modify-vars.c: (rearrange_dict) Use hash tables.
3826
3827         * rename-vars.c: (cmd_rename_variables) Use hash tables.
3828
3829         * sfm-read.c: (read_header) Use hash tables.
3830         (read_variables) Ditto.
3831
3832         * temporary.c: (new_dictionary) Use hash tables.
3833         (save_dictionary) Ditto.
3834         (restore_dictionary) Ditto.
3835
3836         * var.h: (struct dictionary) Change AVL tree `var_by_name' into
3837         hash table `name_tab'.
3838
3839         * vars-atr.c: [DEBUGGING] (dump_one_var_node) Removed.
3840         [DEBUGGING] (dump_var_tree) Removed.
3841         (find_variable) Use hash tables.
3842         (find_dict_variable) Ditto.
3843         (common_init_stuff) Ditto.
3844         (rename_variable) Ditto.
3845         (clear_variable) Ditto.  Also, remove debug code.
3846         (dup_variable) Use hash tables.
3847
3848         * vars-prs.c: (fill_all_vars) Use hash tables.
3849         (is_dict_varname) Ditto.
3850         (parse_dict_variable) Ditto.
3851         
3852 Fri Dec 19 11:46:23 2003  Ben Pfaff  <blp@gnu.org>
3853
3854         Change value labels to use hash tables instead of AVL trees, and
3855         change value labels into an ADT.
3856
3857         * Makefile.am: (pspp_SOURCES) Add value-labels.c, value-labels.h.
3858         
3859         * value-labels.c: New file.
3860
3861         * value-labels.h: New file.
3862
3863         * apply-dict.c: (cmd_apply_dictionary) Use value label ADT.
3864         Get rid of a stupid use of goto.
3865
3866         * autorecode.c: (compare_alpha_value) Rewrite.
3867         (hash_alpha_value) Ditto.
3868         (compare_numeric_value) Rewrite.
3869         (hash_numeric_value) Ditto.
3870
3871         * frequencies.q: (dump_full) Use value label ADT.
3872
3873         * pfm-read.c: (read_value_label) Use value label ADT.
3874
3875         * pfm-write.c: (write_value_labels) Use value label ADT.
3876
3877         * sfm-read.c: (read_variables) Use value label ADT.
3878         (read_value_labels) Rewrite.
3879
3880         * sfm-write.c: (write_value_labels) Rewrite.
3881
3882         * sysfile-info.c: (cmd_sysfile_info) Use value label ADT.
3883         (display_variables) Ditto.
3884         (describe_variable) Ditto.
3885
3886         * t-test.q: (print_t_groups) Use value label ADT.
3887
3888         * temporary.c: (copy_variable) Use value label ADT.
3889         (free_dictionary) Ditto.
3890
3891         * val-labs.c: (verify_val_labs) Use value label ADT.
3892         (get_label) Ditto.
3893         (debug_print) Ditto.
3894         (val_lab_cmp) Removed.
3895         (inc_ref_count) Removed.
3896         (copy_value_labels) Removed.
3897
3898         * var.h: (struct value_label) Removed.
3899         (struct variable) Change AVL tree `val_lab' into hash table
3900         `val_labs'.
3901
3902         * vars-atr.c: (init_variable) Use value label ADT.
3903         (clear_variable) Ditto.
3904         (free_value_label) Removed.
3905         (free_val_lab) Removed.
3906         (get_val_lab) Removed.
3907         (compare_variables) New function.
3908         (hash_variable) New function.
3909
3910         * vfm.c: (dump_splits) Use value label ADT.
3911
3912 Fri Dec 19 11:18:11 2003  Ben Pfaff  <blp@gnu.org>
3913
3914         Add to the hash table interface.
3915
3916         * hash.c: (hsh_hash_bytes) Add assertion.
3917         (hsh_hash_string) Ditto.
3918         (hsh_clear) Ditto.
3919         (hsh_rehash) Ditto.
3920         (hsh_probe) Ditto.
3921         (hsh_create) Ditto.  Also make minimum `size'.
3922         (hsh_destroy) Rephrase.
3923         (sort_nulls_last) Removed.
3924         (not_null) New function.
3925         (hsh_data) Ditto.
3926         (comparison_helper) Ditto.
3927         (hsh_sort) Rewritten.
3928         (hsh_data_copy) New function.
3929         (hsh_sort_copy) Ditto.
3930         (hsh_insert) Ditto.
3931         (hsh_replace) Ditto.
3932         (hsh_hash_double) Ditto.
3933         (hsh_delete) Fix stupid bug.
3934         
3935 Thu Dec 18 12:27:03 WAST 2003 John Darrington <john@darrington.wattle.id.au>
3936         * added a calculation of the mode to FREQUENCIES
3937
3938 Wed Dec 17 12:53:01 WAST 2003 John Darrington <john@darrington.wattle.id.au>
3939
3940         * moved (un)defs of DEBUGGING to config.h
3941
3942 Mon Dec 15 21:35:59 2003  Ben Pfaff  <blp@gnu.org>
3943
3944         * groff-font.c: (add_kern) Fix indentation.
3945         (add_kern) Use & instead of % to take power-of-2 modulus.
3946         (font_get_kern_adjust) Likewise.
3947
3948 Fri Dec 12 23:54:37 2003  Ben Pfaff  <blp@gnu.org>
3949
3950         * autorecode.c: (recode) Replace stupid use of memcpy() by
3951         memberwise copy.
3952         (hash_alpha_value) Use hsh_hash_bytes().  Get rid of nasty casts.
3953         (hash_numeric_value) Ditto.
3954         (autorecode_proc_func) pool_strdup() was wrong here because the
3955         source string was not null-terminated.  Use new pool_strndup()
3956         instead.
3957
3958         * crosstabs.q: (enum_var_values) Remove superfluous and bizarre
3959         use of hsh_iterator_init().
3960
3961         * data-in.c: (parse_N) Initialize i->v->f.
3962
3963         * flip.c: (cmd_flip) Use memmove(), not memcpy(), to copy
3964         overlapping arrays.
3965
3966         * groff-font.c: Use power-of-2 hash table sizes, not prime.
3967         (groff_read_font) Don't call hsh_next_prime().  Don't call
3968         fclose(NULL).
3969         (static var hash) Remove `size_p', `max_used' members.
3970         (font_char_name_to_index) Don't call hsh_next_prime().  Use
3971         hsh_hash_string() instead of hashpjw(), & instead of %.
3972         (default_font) Don't call hsh_next_prime().
3973
3974         * pool.c: (pool_strndup) New function.
3975         (pool_strdup) Reimplement in terms of pool_strndup.
3976
3977         * postscript.c: (hash_font_entry) Use hsh_hash_string().  Get rid
3978         of nasty casts.
3979         (hash_ps_encoding) Use hsh_hash_string().
3980         (hash_ps_combo) Use hsh_hash_string(), hsh_hash_int().
3981         (hash_filename2font) Use hsh_hash_string().
3982
3983         * som.c: Add #include <stdlib.h>.
3984
3985         * tab.c: (tab_destroy) Don't set t->container after freeing `t'
3986         (by destroying its pool).
3987         
3988 Fri Dec 12 23:18:59 2003  Ben Pfaff  <blp@gnu.org>
3989
3990         Miscellaneous hash table code cleanup:
3991         
3992         * hash.h: (struct hsh_table) Moved into hash.c.
3993         (hsh_count) Ditto, and transformed into function.
3994         (hsh_compare_func) New typedef, used for defining otherwise-long
3995         function types here and in hash.c
3996         (hsh_hash_func) Ditto.
3997         (hsh_free_func) Ditto.
3998         
3999         * hash.c: (struct hsh_table) Renamed `n' to `used', `m' to `size',
4000         `table' to `entries'.  Removed `mp'.  All references updated.
4001         (hsh_clear) Don't shrink entries array; if the hash was this big
4002         once, it probably will be again.
4003         (hsh_rehash) Made static.
4004         (force_hsh_insert) Renamed hsh_force_insert.
4005         (force_hsh_find) Renamed hsh_force_find.
4006
4007         Made hash table sizes powers of 2, because that's fine with any
4008         reasonable hash function and because taking a power-of-2 modulus
4009         is faster than any other:
4010         
4011         (hsh_prime_tab) Removed;
4012         (hsh_next_prime) Ditto.
4013         (next_power_of_2) New function.
4014         (hsh_create) Use next_power_of_2.
4015         (hsh_rehash) Use & instead of %.
4016
4017         Cleaned up hsh_sort:
4018         
4019         (internal_comparison_fn) Removed.
4020         (sort_nulls_last) New function.
4021         (hsh_sort) Removed second parameter, switched to using the new
4022         quicksort() function from quicksort.h to avoid using nasty need
4023         for static variables with qsort().  All references updated.
4024
4025         Changed the hash functions offered, because there are better hash
4026         functions than the ones we had, and cleaned up the names to boot:
4027         
4028         * hash.c: (hashpjw_d) Removed.
4029         (hashpjw) Ditto.
4030         (hsh_hash_bytes) New function.
4031         (hsh_hash_string) New function.
4032         (hsh_hash_int) New function.
4033
4034         Improved the hash table iteration interface:
4035         
4036         * hash.h: (hsh_iterator_init) Removed.
4037         (struct hsh_iterator) Removed `init' member, change `next' to
4038         size_t.
4039
4040         * hash.c: (hsh_foreach) Removed.  All references updated to use
4041         hsh_first/hsh_next instead.
4042         (hsh_first) New function.  Notably, unlike hsh_foreach() it does
4043         not treat a null pointer as an empty hash table.
4044         (hsh_next) New function.
4045
4046         Made deletion possible, though slow:
4047
4048         * hash.c: (locate_matching_entry) New function.
4049         (hsh_find) Use locate_matching_entry().
4050         (hsh_delete) New function also using locate_matching_entry().
4051         (hsh_force_delete) New function.
4052
4053 Fri Dec 12 23:16:10 2003  Ben Pfaff  <blp@gnu.org>
4054
4055         * quicksort.c: New file implementing a sort routine with a
4056         interface better than qsort() because it passes a user-provided
4057         parameter to the sort routine.
4058
4059         * Makefile.am: Add quicksort.c, quicksort.h.
4060
4061 Fri Dec 12 13:31:58 2003  Ben Pfaff  <blp@gnu.org>
4062
4063         * All source files: Get rid of nasty special cases for Checker,
4064         which is pretty obsolete now.
4065
4066 Thu Dec 11 21:38:24 WST 2003 John Darrington <john@darrington.wattle.id.au>
4067
4068         * Fixed a bug apparent when using the FREQUENCIES command with the
4069         html driver.  The html driver was incorrectly trying to display 
4070         empty cells.
4071
4072 Sun Jan  2 21:40:13 2000  Ben Pfaff  <blp@gnu.org>
4073
4074         * Makefile.am: Reorganized.  Put locale dir in version.c instead
4075         of passing it to each compile command.  Only put local gmp libs in
4076         LD_ADD if not installed on system.  Remove `boast' target.
4077
4078         * All source files: struct and union typedefs eliminated.
4079         `sizeof type' replaced by `sizeof object' where practical.  Moved
4080         `unused' qualifiers from start to end of declarations for gcc
4081         2.7.2 compatibility.  Change `while (1)' to `for (;;)'.  Made
4082         assertions on pointers strictly compliant.  Removed _ prefixes on
4083         some function parameter names.
4084
4085         * alloc.c: New source file, containing these external linkage
4086         functions removed from common.c: xmalloc, xcalloc, xrealloc,
4087         xstrdup.
4088
4089         * arena.c: Removed.
4090         
4091         * arena.h: Removed.
4092
4093         * ascii.c: Migrated from arenas to pools.
4094         (struct ascii_driver_ext) ops[], box[], fonts[] changed from
4095         c_string to len_string.  All references changed.
4096         (ascii_option) Signature changed to comply to new output.c
4097         interface.
4098         (count_fancy_chars) Removed.
4099         (delineate) Removed support for rich text.
4100         (ascii_text_metrics) Ditto.
4101         (text_draw) Ditto.
4102         (output_shorts) Change `box', `off', `on' from c_string to
4103         len_string.  Change `remaining' from int to size_t.
4104         (ascii_close_page) Make page numbering less haphazard.
4105
4106         * autorecode.c: Migrate from arenas to pools.
4107
4108         * avl.c: Migrate from arenas to pools.  Synch from libavl 1.4.0.
4109
4110         * bitvector.h: New file containing these macros from misc.h:
4111         SET_BIT, CLEAR_BIT, SET_BIT_TO, TEST_BIT, BIT_INDEX.
4112
4113         * command.c: (struct command) cmd1, cmd2, cmd3 members changed to
4114         word[3].  ncmd removed.
4115         (var empty_string) Removed.
4116         (var cmd_table) Declaration updated.
4117         (var cmdtab) Removed.
4118         (cmp_command) Removed.
4119         (split_words) Rewritten to use strtok_r().
4120         (init_cmd_parser) Renamed cmd_init().  Rewritten.
4121         (find_command) Removed.
4122         (FILE_TYPE_okay) Rewritten.
4123         (cmd_parse) Rewritten.  Semantics of the return value of command
4124         handlers has changed: they must now return one of the new CMD_*
4125         enumerals, rather than a magic value.  This meant that all
4126         commands had to be modified, and they were.
4127         (figure_out_command) New function.
4128
4129         * command.def: Add CORRELATIONS, PEARSON CORRELATIONS.  Add
4130         #defines for INIT, INPU, etc.
4131
4132         * command.h: New CMD_* enum series.
4133         (cur_proc) Make const char *, not char *.
4134         (cmd_init) Prototype.
4135         (cmd_parse) Ditto.
4136
4137         * common.c: Removed.
4138
4139         * common.h: Removed.
4140
4141         * correlations.q: New file.
4142
4143         * crosstabs.q: Migrate from arenas to pools.  Migrate to new-style
4144         q2c.
4145         (custom_tables) Renamed crs_custom_tables().
4146         (custom_variables) Renamed crs_custom_variables().
4147         (calc_integer) Add in some `const' qualifiers.
4148         (table_value_missing) Change from a_string to len_string.
4149         (float_M_suffix) Change from a_string to len_string.
4150
4151         * data-in.c: Rewritten.  All references to
4152         parse_string_as_format() changed to data_in().
4153
4154         * data-in.h: New file.
4155
4156         * data-list.c: Change DLS_* from #define's to enums.  Move from
4157         rpd_msg() to tmsg().
4158         (RPD_ERR) New #define.
4159         (do_reading) Change dfm_push_cust() to dfm_push(), pop_cust() to
4160         dfm_pop().
4161         (read_from_data_list_fixed) Change from old
4162         parse_string_as_format() to new data_in().
4163         (read_from_data_list_free) Ditto.
4164         (read_from_data_list_list) Ditto.
4165         (cmd_repeating_data) Modify approach to checking for end of
4166         command.
4167         (rpd_msg) Removed.
4168         (rpd_parse_record) Change from old parse_string_as_format() to new
4169         data_in().  Change from old convert_format_to_string() to new
4170         data_out().
4171         (read_one_set_of_repetitions) Change dfm_push_cust() to
4172         dfm_push(), pop_cust() to dfm_pop().
4173
4174         * data-out.c: Rewritten.  All references to
4175         convert_format_to_string() changed to data_out().
4176
4177         * descript.q: Migrate to new q2c.
4178         (cmd_descriptives) Removed.
4179         (internal_cmd_descriptives) Renamed cmd_descriptives ().
4180         (custom_variables) Renamed dsc_custom_variables().
4181
4182         * dfm.c: (struct dfm_fhuser_ext) `ln' removed.  All references
4183         removed.
4184         (open_file_r) Initialize h->where.line_number.  Migrate to new
4185         struct string.
4186         (open_file_w) Initialize h->where.line_number.
4187         (read_record) Change from ext->ln to h->where.line_number.
4188         Migrate to struct string.
4189         (dfm_put_record) Rephrased.
4190         (dfm_push_cust) Renamed dfm_push(), rewritten.
4191         (dfm_pop) New function.
4192
4193         * error.c: All references updated.
4194         (glob var error_count) Renamed err_err_count.
4195         (glob var warning_count) Renamed err_warning_count.
4196         (glob var error_already_flagged) Renamed err_already_flagged.
4197         (glob var verbosity) Renamed err_verbosity.
4198         (glob var cust_fn) Removed.
4199         (glob var cust_ln) Removed.
4200         (static var file_loc) New.
4201         (static var nfile_loc) New.
4202         (static var mfile_loc) New.
4203         (tmsg) New function.
4204         (push_cust) Removed.
4205         (pop_cust) Removed.
4206         (msg) Rewritten.
4207         (static var terminating) Removed.
4208         (failure) Renamed err_failure().
4209         (hcf) Renamed err_hcf().
4210         (err_push_file_locator) New function.
4211         (err_pop_file_locator) New function.
4212         (err_location) New function.
4213         (check_error_count) Renamed err_check_count().
4214         (vmsg) Renamed err_vmsg().  Interface changed.
4215         (verbose_msg) Removed.
4216         (err_cond_fail) New function.
4217         (error_break) Renamed err_break().
4218
4219         * error.h: All references updated.
4220         (enum MSG_CLASS_COUNT) Renamed ERR_CLASS_COUNT.
4221         (enum ERR_CLASS_MASK, ERR_VERBOSITY_SHIFT, ERR_VERBOSITY_MASK)
4222         New.
4223         (struct file_locator) New.
4224         (struct error) New.
4225         (macro verbose_msg) Removed.
4226         (macro cond_fail) Removed.
4227
4228         * expr-opt.c: (evaluate_tree) sizeof(char) == 1.
4229
4230         * expr-prs.c: Reorganized.  All references updated.
4231         (exprtypename) Renamed expr_type_name().
4232         (typename) Renamed type_name().
4233         (free_expression) Renamed expr_free().
4234         (parse_expression) Renamed expr_parse().  Uses new type_check()
4235         function.
4236         (init_functab) Renamed init_func_tab().
4237         (type_check) New function.
4238         (parse_or) Rewritten to use new allocate_nonterminal() and
4239         append_nonterminal_arg() functions.
4240         (parse_and) Ditto.
4241         (parse_not) Ditto.
4242         (parse_rel) Ditto.  Also simplified logic.
4243         (parse_add) Ditto.
4244         (parse_mul) Ditto.
4245         (parse_neg) Ditto.
4246         (parse_exp) Ditto.
4247         (SYSMIS_func) Ditto.
4248         (VALUE_func) Rephrased.
4249         (CONCAT_func) Fix memory leak by replacing free by free_node on
4250         lossage.
4251         (generic_str_func) Ditto.
4252         (parse_function) Ditto.  Also rephrasings.  Uses bsearch() to find
4253         function.
4254         (allocate_nonterminal) New function.
4255         (append_nonterminal_arg) New function.
4256         (static func_tab[]) Now at file level.
4257         (cmp_func) Moved.
4258         (init_func_tab) Moved.  Now just uses qsort() to sort func_tab[].
4259
4260         * expr.h: (enum series OP_*) Moved to exprP.h.
4261         (OP_* defines) Ditto.
4262         (struct op_desc) Ditto.
4263         (global ops[]) Ditto.
4264         (struct num_con_node) Ditto.
4265         (struct str_con_node) Ditto.
4266         (struct var_node) Ditto.
4267         (struct lag_node) Ditto.
4268         (struct casenum_node) Ditto.
4269         (struct nonterm_node) Ditto.
4270         (union any_node) Members renamed.
4271         (struct sys_node) Removed.
4272         (struct val_node) Removed.
4273         (operator typedef) Removed.
4274         (typedef exprtype) Removed.
4275         (enum series EX_*) Moved to exprP.h.
4276         (struct expression) Ditto.  Also renamed a lot of the members.
4277         (PXP_* defines) Changed to enums.
4278         (free_node prototype) Moved to exprP.h.
4279
4280         * file-handle.h: (struct file_handle) New member `where'.
4281
4282         * file-handle.q: Migrated to new q2c format.
4283         (prepend_current_directory) Removed (dead code).
4284         (cmd_file_handle) Incorporated all of internal_cmd_file_handle().
4285         (fh_get_handle_by_filename) Removed dead code.
4286         Set new `where' member.
4287
4288         * file-type.c: (file_type_source_read) References to
4289         parse_string_as_format() changed to data_in().
4290         dfm_push_cust()/pop_cust() changed to dfm_push()/dfm_pop().
4291
4292         * filename.c: All references updated.
4293         (init_filename) Renamed fn_init().
4294         (expand_line) Removed.
4295         (macro EXPAND_LINE) Removed.
4296         (interp_vars) Renamed fn_interp_vars().  Now uses st_*() instead
4297         of custom functions.
4298         (gnu_getcwd) Renamed fn_get_cwd(), rewritten.
4299         (tilde_expand) Renamed fn_tilde_expand(), uses ds_*().
4300         (normalize_filename) Renamed fn_normalize().
4301         (search_path) Renamed fn_search_path(), rewritten.
4302         (prepend_dir) Renamed fn_prepend_dir().
4303         (blp_getenv) Renamed fn_getenv().
4304         (blp_dirname) Renamed fn_dirname().
4305         (fn_basename) New function, not used.
4306         (absolute_filename_p) Renamed fn_absolute_p().
4307         (is_special_filename) Renamed fn_special_p().
4308         (file_exists) Renamed fn_exists_p().
4309         (readlink_malloc) Renamed fn_readlink().
4310         (getenv_default) Renamed fn_getenv_default().
4311         (open_file) Renamed fn_open().
4312         (close_file) Renamed fn_close().
4313         (open_file_ext) Renamed fn_open_ext().
4314         (close_file_ext) Renamed fn_close_ext().
4315
4316         * font.h: Migrate from arenas to pools.
4317
4318         * format.c: (parse_format_specifier_name) Deal with ds_* strings.
4319
4320         * frequencies.g: Migrate from arenas to pools.
4321
4322         * frequencies.q: Migrate to new q2c version.  Migrate from arenas
4323         to pools.
4324
4325         * getline.c: All references updated.
4326         (global getl_buf) Changed from char * to struct string.
4327         (static getl_include_path) Ditto.
4328         (global getl_buf_len) Removed.
4329         (global getl_buf_size) Removed.
4330         (getl_include_path) Deal with new getl_buf, getl_include_path.
4331         (getl_uninitialize) New function.
4332         (getl_get_current_directory) Rewritten.
4333         (getl_clear_include_path) Rewritten.
4334         (getl_add_include_dir) Rewritten.
4335         (getl_add_file) Assertion fixed.
4336         (getl_add_virtual_file) Change initial value of `remaining_loops'
4337         from 2 to 1.
4338         (welcome) Rewritten.
4339         (handle_line_buffer) Make static.  Change logic to make
4340         getl_add_virtual_file() change sensible.  Use ds_*() strings.
4341         (getl_read_line) Use ds_*() strings.  Implement SET ECHO.
4342         (getl_close_file) Moved.
4343         (getl_location) New function.
4344
4345         * getline.h: All references updated.
4346         (macro curln) Removed.
4347         (macro curfn) Removed.
4348         (macro am_interactive) Renamed getl_am_interactive.
4349         (macro am_reading_script) Renamed getl_reading_script.
4350
4351         * glob.c: (global fmt_parse_ignore_error) Removed.
4352         (init_glob) Use locale_dir not LOCALEDIR.  Use feholdexcept() on
4353         systems that support it (C99).  Turn off SET ECHO by default.  No
4354         necessary julcal initialization anymore.
4355
4356         * groff-font.c: Migrate from arenas to pools.
4357         (groff_read_font) Use err_push_file_locator().
4358         (groff_read_DESC) Ditto.
4359         (font_msg) Use tmsg().
4360
4361         * hash.c: (hsh_sort) Fix debug code.
4362         [GLOBAL_DEBUGGING] Include stdio.h.
4363
4364         * hash.h: (macro force_hsh_insert) Rephrase.
4365
4366         * heap.c: Rewritten.
4367         
4368         * heap.h: Rewritten.
4369
4370         * html.c: (html_option) Change from outp_value to struct string.
4371         (postopen) Change from curfn to getl_location().
4372         (escape_string) Remove rich-text code.  Signature changed.
4373         (output_tab_table) Switch from a_string to struct len_string.
4374         Remove rich text support.
4375
4376         * lexer.c: All references updated.  Largely rewritten.  Major
4377         changes listed below.  Removed tagged quote support.  Adapted to
4378         struct string tokstr.
4379         (global tokstr) Changed to struct string.
4380         (global tokstr_size) Removed.
4381         (global tokstr_len) Removed.
4382         (global tokid) New.
4383         (global tokint) Removed.
4384         (global toklongstr) Removed.
4385         (C* defines) Removed.
4386         (static tbl[]) Removed.
4387         (static id[]) Removed.
4388         (static une[]) Removed.
4389         (discard_line) Renamed lex_discard_line().
4390         (get_entire_line) Renamed lex_entire_line().
4391         (get_rest_of_line) Renamed lex_rest_of_line().
4392         (get_dotted_rest_of_line) Merged into lex_rest_of_line().
4393         (make_hexit) Removed.
4394         (syntax_error) Renamed lex_error().  Return value removed.
4395         (get_token_representation) Renamed lex_token_representation().
4396         (putback) Renamed lex_put_back().
4397         (putfwd) Renamed lex_put_forward().
4398         (convert_negative_to_dash) Renamed lex_negative_to_dash().
4399         (set_prog) Renamed lex_set_prog().
4400         (init_lex) Renamed lex_init().
4401         (reset_eof) Renamed lex_reset_eof().
4402         (lookahead) Renamed lex_look_ahead().
4403         (check_id) Rewritten.
4404         (yylex) Renamed lex_get(), rewritten.
4405         (lex_end_of_command) New function.  Many commands were rephrased
4406         using this.
4407         (lex_integer_p) New function.  Replaces compare of tokint against
4408         NOT_LONG.
4409         (lex_integer) New function.  Replaces tokint.
4410         (match_tok) Renamed lex_match().
4411         (match_id) Renamed lex_match_id().
4412         (match_int) Renamed lex_match_int().
4413         (force_match_id) Renamed lex_force_match_id(), added return value.
4414         (force_match) Renamed lex_force_match(), added return value.
4415         (force_string) Renamed lex_force_string(), added return value.
4416         (force_int) Renamed lex_force_int(), added return value.
4417         (lex_id_match_len) New function.
4418         (id_match) Renamed lex_id_match(), rewritten.
4419         (get_line) Renamed lex_get_line().
4420         (preprocess_line) Renamed lex_preprocess_line().
4421         (tokname) Renamed lex_token_name().
4422         (bin_value_func) Removed.
4423         (oct_value_func) Removed.
4424         (hex_value_func) Removed.
4425         (unexpected_eof) New function.
4426         (convert_numeric_string_to_char_string) New function.
4427         (parse_string) Rewritten, signature changed.
4428         (add_tokstr_char) Removed.
4429         (add_tokstr_unsigned) Removed.
4430         (add_tokstr_string) Removed.
4431         (parse_tagged_quote) Removed.
4432         (skip_comment) Renamed lex_skip_comment().
4433
4434         * lexer.h: All references updated.
4435         (macro is_id1) Renamed CHAR_IS_ID1.
4436         (macro is_idn) Renamed CHAR_IS_IDN.
4437         (token names ID, NUM, STRING, STOP, ... WITH, EXP) Renamed with
4438         prefix T_: T_ID, T_NUM, T_STRING, T_STOP, ... T_WITH, T_EXP.
4439         (macro get_token) Removed.
4440         (macro id_match) Removed.
4441         (macro force_match_id) Removed.
4442         (macro force_match) Removed.
4443         (macro force_string) Removed.
4444         (macro force_int) Removed.
4445         (macro force_num) Removed.
4446         (macro force_id) Removed.
4447
4448         * lexerP.h: Removed.
4449
4450         * list.q: Migrated to new q2c format.
4451         (write_line) Deal with struct len_string.
4452         (write_varname) Ditto.
4453         (write_fallback_headers) Ditto.
4454
4455         * magic.c: New file, incorporating the following global variables
4456         previously in other files: endian, second_lowest_value.  And both
4457         of those are conditional on #define's.
4458
4459         * magic.h: New file, incorporating the following global variable
4460         declarations: endian, second_lowest_value, and the following macro
4461         declarations: NOT_DOUBLE, NOT_LONG, NOT_INT.
4462
4463         * main.c: Added declarations of pgmname, finished, curdate,
4464         start_interactive.
4465         (main) Call new parse_script() function.
4466         (parse_script) New function.
4467         (execute_command) New function.
4468         (dump_token) Removed.
4469         (handle_error) New function.
4470
4471         * matrix.c: New file.
4472
4473         * matrix.h: New file.
4474
4475         * matrix-data.c: Migrated from arenas to pools.
4476         (mget_token) Change from parse_string_as_format() to data_in().
4477
4478         * means.q: Migrate to new q2c.
4479         (custom_tables) Renamed mns_custom_tables().
4480         (custom_crossbreak) Renamed mns_custom_crossbreak().
4481         (custom_variables) Renamed mns_custom_variables().
4482
4483         * mis-val.c: (static var width) Changed from `int' to `size_t'.
4484         (parse_varnames) Prototype.
4485         (parse_numeric) Rephrasings.
4486         (parse_alpha) Adapt to new struct string tokstr.
4487
4488         * misc.c: (intlog10) Rewritten.
4489         (spacing) Removed.
4490         (ansi_rand) Renamed real_rand(), moved into random.c.
4491         (ansi_srand) Renamed real_srand(), moved into random.c.
4492         (setup_randomize) Moved to random.c.
4493         (rand_uniform) Ditto.
4494         (rand_normal) Ditto.
4495         (rand_simple) Ditto.
4496         (get_config_line) Removed.
4497         (reverse) Removed (dead code).
4498
4499         * misc.h: (macro SET_BIT) Moved to bitvector.h.
4500         (macro CLEAR_BIT) Ditto.
4501         (macro TEST_BIT) Ditto.
4502         (macro SET_BIT_TO) Ditto.
4503         (macro BIT_INDEX) Ditto.
4504
4505         * output.c: (outp_read_devices) Move to err_push_file_locator()
4506         from push_cust().  Use struct string.
4507         (expand_op_tokstr) Removed.
4508         (static var op_tokstr) Changed to struct string.
4509         (static var op_tokstr_size) Removed.
4510         (tokener) Rephrasings.  Use struct string.
4511         (parse_options) Use struct string.
4512         (destroy_driver) Fix assertion.
4513         (outp_get_paper_size) Move to err_push_file_locator().
4514         [0] Removed dead code.
4515         (outp_string_width) Move to len_string.
4516
4517         * output.h: Comment fixes.
4518         (TAG_* enum series) Removed.
4519         (struct outp_value) Removed.
4520         (enum OUTP_T_FANCY) Removed.
4521         (struct outp_text) `s' changed from a_string to len_string.
4522         (struct outp_class) `option' change arg 3 from outp_value to
4523         struct string.
4524
4525         * pfm-read.c: (corrupt_msg) Rewritten.
4526
4527         * pfm-write.c: (bufwrite) Fix assertion.
4528
4529         * pool.c: New file, reference version.
4530
4531         * pool.h: New file, reference version.
4532
4533         * postscript.c: (ps_font_sizes) Fix assertion.
4534         (ps_option) Change arg 3 from outp_value to struct string.
4535         Adapt to struct string.
4536         (macro output_line) Removed.
4537         (macro add_string) Removed.
4538         (output_encodings) Adapted to struct string.  Moved to
4539         err_push_file_locator().
4540         (find_encoding_file) Fix assertion.
4541         (read_ps_encodings) Move to err_push_file_locator().
4542         (postopen) Use getl_location() instead of curfn.
4543         (out_text_plain) Move to len_string.
4544         (text) Ditto.  Remove rich text support.
4545
4546         * print.c: (cmd_print) Remove now-unneeded resource cleanup code.
4547         (cmd_print_eject) Ditto.
4548         (cmd_write) Ditto.
4549         (internal_cmd_print) Now cleans up after itself.  Uses
4550         fh_parse_file_handle() now.
4551         (cmd_print_space) Use PXP_NUMERIC to type-check.
4552
4553         * q2c.c: Overhauled.  Removed _("") i18n support.  All references
4554         updated.  All output functions updated to handle structures rather
4555         than local or static variables.  Adapt to new PSPP lex_*()
4556         functions.
4557         (macro _) Removed.
4558         (macro N_) Removed.
4559         (macro MAX_N_SBC) Removed.
4560         (global bare) Removed.
4561         (enum STRING) Renamed T_STRING.
4562         (enum ID) Renamed T_ID.
4563         (get_buffer) Buffer size increased.
4564         (strlower) Renamed st_lower(), rephrased.
4565         (strupper) Renamed st_upper(), rephrased.
4566         (skip_ws) New function.
4567         (get_line) Don't special-case any types of lines (like those
4568         beginning with ! or $, for instance).
4569         (get_token) Renamed lex_get().  Rephrased.
4570         (static var `prefix') New.
4571         (parse) New function.
4572         (parse_setting) Minor rephrasing.
4573         (dump_specifier_vars) Ditto.
4574         (make_identifier) Put null terminator on identifier, duh.
4575         (dump_vars) Renamed dump_declarations().  Never indent.  Never
4576         static.  Output changed entirely.
4577         (dump_specifier_init) Rephrase.
4578         (dump_vars_init) No index variable needed.  Other modifications.
4579         (dump_parser) Don't parse command name.  Do dump functions instead
4580         of just code fragments.
4581         (dump_free) Dump function instead of code fragment.
4582         (recognize_directive) New function.
4583         (main) Use recognize_directive().  Don't rely on magic $ line
4584         beginning: instead, parse comments.  Update list of headers.
4585
4586         * random.c: New file, containing the following functions:
4587         real_rand(), real_srand(), setup_randomize, shuffle, rand_uniform,
4588         rand_normal, rand_simple.
4589
4590         * random.h: New file.
4591
4592         * recode.c: (cmd_recode) Merge internal_cmd_recode() into this
4593         function.  `max_src_width', `max_dst_width' changed to size_t.
4594         (internal_cmd_recode) Removed.
4595         (parse_dest_spec) Merge similar cases.
4596         (parse_src_spec) Add assertion.
4597
4598         * repeat.c: (recognize_keyword) New function.
4599         (internal_cmd_do_repeat) Parse and handle PRINT keyword on END
4600         REPEAT.  Improve recognition of END REPEAT (use
4601         recognize_keyword()).  Move from curfn to getl_location().  Use
4602         struct string.
4603                 
4604         (perform_DO_REPEAT_substitutions) Adapt to struct string.
4605
4606         * set.q: Adapt to new q2c.
4607         (cmd_set) Range-check some values better.
4608         (custom_blanks) Renamed stc_custom_blanks().
4609         (custom_length) Renamed stc_custom_length().
4610         (custom_results) Renamed stc_custom_results().
4611         (custom_seed) Renamed stc_custom_seed().
4612         (custom_width) Renamed stc_custom_width().
4613         (custom_format) Renamed stc_custom_format().
4614         (custom_journal) Renamed stc_custom_journal().
4615         (custom_color) Renamed stc_custom_color().
4616         (custom_listing) Renamed stc_custom_listing().
4617         (custom_disk) Renamed stc_custom_disk().
4618         (custom_log) Renamed stc_custom_log().
4619         (custom_rcolor) Renamed stc_custom_rcolor().
4620         (custom_viewlength) Renamed stc_custom_viewlength().
4621         (custom_workdev) Renamed stc_custom_workdev().
4622
4623         * settings.h: Not necessary to include format.h any longer.
4624
4625         * sfm-read.h: (macro bswap_int32) Moved here from sfmP.h.
4626         (corrupt_msg) Rewritten.
4627
4628         * sort.c: Adapt to rewritten heap ADT.
4629
4630         * str.c: (aa_strcpy) Removed.
4631         (ab_strcpy) Removed.
4632         (ac_strcpy) Removed.
4633         (ba_strcpy) Removed.
4634         (bb_strcpy) Removed.
4635         (ca_strcpy) Removed.
4636         (aa_strdup) Removed.
4637         (aa_strdupcpy) Removed.
4638         (ba_strdup) Removed.
4639         (sa_strdup) Removed.
4640         (memrev) Renamed mm_reverse().
4641         (memrmem) Renamed mm_find_reverse().
4642         (cmp_str) Renamed st_compare_pad().
4643         (strmaxcpy) Removed.
4644         (strbarepadcpy) Renamed st_bare_pad_copy(), signature changed.
4645         (strbarepadlencpy) Renamed st_bare_pad_len_copy(), signature
4646         changed.
4647         (strpadcpy) Renamed st_pad_copy(), signature changed.
4648         (blpstrset) Removed.
4649         (ds_create) New function.
4650         (ds_init) New function.
4651         (ds_replace) New function.
4652         (ds_destroy) New function.
4653         (ds_clear) New function.
4654         (ds_extend) New function.
4655         (ds_shrink) New function.
4656         (ds_truncate) New function.
4657         (ds_length) New function.
4658         (ds_size) New function.
4659         (ds_value) New function.
4660         (ds_end) New function.
4661         (ds_concat) New function.
4662         (ds_concat_buffer) New function.
4663         (ds_printf) New function.
4664         (ds_putchar) New function.
4665         (ds_getline) New function.
4666         (ds_get_config_line) New function derived from the old
4667         misc.c:get_config_line().
4668         (ls_create) New function.
4669         (ls_create_buffer) New function.
4670         (ls_init) New function.
4671         (ls_shallow_copy) New function.
4672         (ls_destroy) New function.
4673         (ls_null) New function.
4674         (ls_null_p) New function.
4675         (ls_empty_p) New function.
4676         (ls_length) New function.
4677         (ls_value) New function.
4678         (ls_end) New function.
4679
4680         * str.h: Reformatted.
4681         (struct a_string) Removed.
4682         (struct b_string) Removed.
4683         (struct c_string) Removed.
4684         (struct len_string) New.
4685         (struct string) New.
4686         (macro as_streq) Removed.
4687         (macro bs_streq) Removed.
4688         (macro cs_streq) Removed.
4689         (macro sa_streq) Removed.
4690         (macro sb_streq) Removed.
4691         [__GNUC__] (inline function ds_putchar) New function.
4692         [__GNUC__] (inline function ds_length) New function.
4693         [__GNUC__] (inline function ds_value) New function.
4694         [__GNUC__] (inline function ds_end) New function.
4695
4696         * sysfile-info.c: (cmd_sysfile_info) Rephrased.
4697         (display_vectors) Fix missing i18n.
4698
4699         * t-test.q: Migrate to new q2c.
4700
4701         * tab.c: Migrate from arenas to pools.
4702         (tab_create) Use struct len_string.
4703         (tab_realloc) Ditto.
4704         (text_format) Ditto.
4705         (tab_joint_text) Ditto.
4706         (tab_natural_width) Remove rich text support.
4707         (tab_natural_height) Ditto.
4708         (tab_output_text) Handle TAT_FIX.
4709         (tab_raw) Change arg from a_string to len_string.
4710         (tabi_driver) Fix assertion.  Use struct len_string.
4711         (render_strip) Use struct len_string.  Remove rich text support.
4712         Add `const' qualifiers.
4713
4714         * tab.h: (enum TAB_RICH) Remove.
4715         (enums TAB_COL_NONE, TAB_COL_DONE) New.  Where appropriate,
4716         SOM_COL_* updated to read TAB_COL_*.
4717         (struct tab_table) Change arena to pool.  Change a_string to
4718         len_string.
4719
4720         * temporary.c: (restore_dictionary) Rewrite Checker code.
4721
4722         * var.h: (macros MAX_SHORT_STRING, MIN_LONG_STRING, SYSMIS,
4723         LOWEST, HIGHEST) Moved here from common.h.
4724         (typedef any_trns) Removed.  All references changed to `struct
4725         trns_header'.
4726
4727         * vars-atr.c: (force_create_variable) Fix assertion.
4728         (force_dup_variable) Fix assertion.
4729         
4730 Thu Jun  3 18:40:42 1999  Ben Pfaff  <blp@gnu.org>
4731
4732         Using alphanumeric variables in functions under AGGREGATE
4733         segfaulted.  Fixed.  Thanks to Dr. Dirk Melcher
4734         <BZN-mdksh@t-online.de> for reporting this bug.
4735         
4736         * aggregate.c: (parse_aggregate_functions) When setting the
4737         FSTRING bit, also allocate memory for the `string' member of
4738         agr_next.
4739         (free_aggregate_functions) Free iter->string.  Don't use the
4740         non-function bits when indexing the array of functions.
4741         [DEBUGGING] (debug_print) Don't use the non-function bits when
4742         indexing the array of functions.        
4743
4744 Sun May 30 00:00:54 1999  Ben Pfaff  <blp@gnu.org>
4745
4746         Under certain circumstances, the final case would be omitted from
4747         the results of an AGGREGATE operation.  Fixed.  Thanks to Dr. Dirk
4748         Melcher <BZN-mdksh@t-online.de> for reporting this bug.
4749         
4750         * aggregate.c (agr_00x_end_func): Increment number of cases in
4751         sink before writing case.  For streams that keep track of how many
4752         cases there are based on this value, this means that the last case
4753         will be read in on the next stream read.
4754
4755 Sat May 29 22:03:31 1999  Ben Pfaff  <blp@gnu.org>
4756
4757         Undefined behavior was invoked by referencing a freed pointer.
4758         
4759         * vfm.c (memory_stream_write): Free pointer *after* checking for
4760         non-null status.
4761
4762 Sat May 29 22:02:22 1999  Ben Pfaff  <blp@gnu.org>
4763
4764         A wrong record size was displayed when paging the active file to
4765         disk.
4766         
4767         * vfm.c: (memory_stream_write) Fix off-by-one error.
4768
4769 Sat May 29 21:50:26 1999  Ben Pfaff  <blp@gnu.org>
4770
4771         Not having enough temporary space for sorting caused a core dump.
4772         Fixed.
4773         
4774         * sort.c: (allocate_cases) Initialize i.
4775
4776 Sat May 29 21:40:54 1999  Ben Pfaff  <blp@gnu.org>
4777
4778         Syntax errors in function descriptions on AGGREGATE caused core
4779         dumps.  Fixed.
4780         
4781         * aggregate.c (cmd_aggregate): Don't free agr_dict after calling
4782         free_aggregate_functions(), since that function already frees
4783         agr_dict.
4784         
4785 Sat May 29 21:06:10 1999  Ben Pfaff  <blp@gnu.org>
4786
4787         A null pointer was dereferenced, causing a core dump, when
4788         PERCENTILES was specified on FREQUENCIES.  This fixes the problem,
4789         but PSPP still doesn't calculate percentiles.  Thanks to Regnor
4790         Jernsletten <rjernsle@eunet.no> for reporting this problem.
4791         
4792         * arena.c: (arena_malloc) If the arena hasn't been initialized
4793         already, initialize it.
4794
4795 Sat May 29 20:47:29 1999  Ben Pfaff  <blp@gnu.org>
4796
4797         * Makefile.cygwin: New file supplied by Hankin <hankin@dunno.com>
4798         for compilation with Cygnus Windows B20.  Not used by other
4799         systems.
4800
4801 Sat May 29 20:36:04 1999  Ben Pfaff  <blp@gnu.org>
4802
4803         SORT always sorted in ascending order.  Fixed.  Thanks to Dr. Dirk
4804         Melcher <BZN-mdksh@t-online.de> for reporting this bug.
4805
4806         * sort.c: (compare_case_lists) Reverse sense of comparison if
4807         sorting in descending order.
4808         (compare_record) Ditto.
4809
4810 Tue Mar  9 13:18:54 1999  Ben Pfaff  <blp@gnu.org>
4811
4812         SPLIT FILE with a string variable caused a core dump.  Fixed.
4813
4814         * vfm.c: If the variable is a string then make a temporary value
4815         struct pointing to it.  The underlying problem is a lot bigger
4816         than this (see TODO) but this is a stopgap for the simple case at
4817         least.
4818         
4819 Tue Mar  9 13:15:53 1999  Ben Pfaff  <blp@gnu.org>
4820
4821         Nested INCLUDEs didn't work.  Fixed.
4822
4823         * getline.c: (getl_include) Set first_line to NULL in allocated
4824         structure.
4825
4826 Tue Mar  9 13:13:46 1999  Ben Pfaff  <blp@gnu.org>
4827
4828         The MATCH FILES procedure set the values of variables not present
4829         to 0.  It should have been SYSMIS.  This is now fixed.
4830
4831         * get.c: (mtf_delete_file_in_place) Replace 0.0 by SYSMIS.
4832
4833 Tue Mar  9 12:52:23 1999  Ben Pfaff  <blp@gnu.org>
4834
4835         The REMARK command was too aggressive about skipping lines.  It
4836         didn't like being the last command in a file.
4837
4838         * command.c: (cmd_remark) Call get_entire_line() instead of
4839         get_line().
4840
4841 Tue Mar  9 12:48:05 1999  Ben Pfaff  <blp@gnu.org>
4842
4843         Comment parsing wasn't consistent with the rest of the code in its
4844         idea of where one command ends and another starts.  This meant
4845         that sometimes commands would be mysteriously ignored.  Thanks to
4846         Dr. Dirk Melcher <BZN-mdksh@t-online.de> for reporting this bug.
4847          
4848         * command.c: (parse_cmd) Hand off comment parsing to new function
4849         skip_comment() in lexer.c.
4850         * lexer.c: (skip_comment) New function.
4851
4852 Wed Jan 20 20:22:07 1999  Ben Pfaff  <blp@gnu.org>
4853
4854         The TABLE subcommand on MATCH FILES worked only erratically at
4855         best.  This fixes it.  Thanks to Dr. Dirk Melcher
4856         <BZN-mdksh@t-online.de> for reporting this bug.
4857
4858         * get.c: (mtf_compare_BY_values) When comparing string values, a
4859         difference of 1 is still a difference :-)
4860         (mtf_processing) Inverted TABLE reading logic fixed.  Also don't
4861         advance TABLE files automatically when matched.  Comment fixes.
4862
4863 Tue Jan 19 22:32:31 1999  Ben Pfaff  <blp@gnu.org>
4864
4865         VARIABLE LABELS rejected a slash before the first variable
4866         specification, contradicting the documentation.  Thanks to Walter
4867         M. Gray <graywm@northernc.on.ca> for reporting this bug.
4868
4869         * var-labs.c: (cmd_variable_labels) Ignore a leading slash in
4870         command specification.
4871
4872 Tue Jan 19 22:29:54 1999  Ben Pfaff  <blp@gnu.org>
4873
4874         Because of an incorrect optimization in memory allocation,
4875         CROSSTABS sometimes segfaulted when asked to output multiple
4876         tables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
4877         reporting this bug.
4878
4879         * crosstabs.q: (postcalc) New variables maxcols, maxcells, which
4880         are passed to output_pivot_table() for its use.
4881         (output_pivot_table) Instead of assuming the number of columns is
4882         constant, keep track with maxcols.  In general mode, use maxcells
4883         to determine whether more matrix cells need to be allocated.    
4884
4885 Tue Jan 19 22:27:46 1999  Ben Pfaff  <blp@gnu.org>
4886
4887         CROSSTABS didn't display value labels for column and row
4888         variables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
4889         reporting this bug.
4890
4891         * crosstabs.q: (table_value_missing) If the specified value has a
4892         value label for this variable, then show it instead of the raw
4893         value.
4894         (display_dimensions) Delegate display of value_labels to
4895         table_value_missing.
4896
4897 Mon Jan 18 20:04:06 1999  Ben Pfaff  <blp@gnu.org>
4898
4899         WRITE didn't write line ends.  Fixed.  Thanks to Dr. Dirk Melcher
4900         <BZN-mdksh@t-online.de> for reporting this bug.
4901
4902         * print.c: (print_trns_proc) Write (CR/)LF if PRINT is used _or_
4903         if the file isn't declared as binary.
4904
4905 Mon Jan 18 19:56:45 1999  Ben Pfaff  <blp@gnu.org>
4906
4907         MATCH FILES corrupted memory and dumped core on some syntax
4908         errors.  Fixed.
4909
4910         * get.c: (cmd_match_files) Set file->handle to NULL before
4911         jumping to lossage.
4912         (mtf_free_file) Don't free a null dictionary.   
4913
4914 Mon Jan 18 19:27:57 1999  Ben Pfaff  <blp@gnu.org>
4915
4916         MATCH FILES should set numeric values not available to the
4917         system-missing value, not to 0.  Thanks to Dr. Dirk Melcher
4918         <BZN-mdksh@t-online.de> for reporting this bug.
4919
4920         * get.c: (mtf_processing) Set unused records to system-missing,
4921         not 0.
4922
4923 Mon Jan 18 15:06:46 1999  Ben Pfaff  <blp@gnu.org>
4924
4925         KEEP didn't work properly on the SAVE procedure.  Fixed.  Thanks
4926         to Ralf Geschke <ralf@kuerbis.org> for reporting this bug.
4927
4928         * temporary.c: (save_dictionary) Initialize var_by_name AVL tree
4929         in newly created dictionary, and add each copied variable to the
4930         tree.
4931  
4932 Mon Jan 18 15:04:48 1999  Ben Pfaff  <blp@gnu.org>
4933
4934         Memory leak fix.
4935         
4936         * get.c: (trim_dictionary) Free variable list for KEEP after
4937         finishing with it.
4938
4939 Mon Jan 18 12:57:36 1999  Ben Pfaff  <blp@gnu.org>
4940
4941         Some systems didn't like the way open_file was coded.  Thanks to
4942         Hankin <hankin@rogue.consultco.com> for pointing this out.
4943
4944         * filename.c: (open_file) Don't try to store stdin, stdout,
4945         stderr as part of an array, because that doesn't always work.
4946
4947 Mon Jan 18 12:53:27 1999  Ben Pfaff  <blp@gnu.org>
4948
4949         The SAVE procedure didn't save long string variables properly.
4950         Fixed by this patch.  Thanks to Hankin
4951         <hankin@rogue.consultco.com> for this patch.
4952         
4953         * sfm-write.c: (write_variable) Fix off-by-one error in writing
4954         out variable pad records.
4955
4956 Tue Jan  5 14:29:27 1999  Ben Pfaff  <blp@gnu.org>
4957
4958         Previously, if PRINT SPACE were given a negative argument, it
4959         would report an error, then spin in an (almost) infinite loop.
4960         This fixes that behavior.
4961
4962         * print.c: (print_space_trns_proc) After reporting a negative
4963         argument, set number of lines to print to 1.
4964
4965 Tue Jan  5 13:59:55 1999  Ben Pfaff  <blp@gnu.org>
4966
4967         SPSS 8.0 outputs some new record types in its system files, and it
4968         allows longer value labels.  Accept these system files.
4969
4970         * sfm-read.c: (sfm_read_dictionary) Ignore record type 7 subtype
4971         11 emitted by SPSS 8.0.
4972         
4973 Tue Jan  5 13:55:50 1999  Ben Pfaff  <blp@gnu.org>
4974
4975         The LIST procedure was too conservative in allocating space for
4976         buffers, which caused a bug that only showed up with very long
4977         output variables.  Thanks to Hankin <hankin@dunno.com> for this
4978         bug report.
4979
4980         * list.q: (determine_layout) Allocate 1022 bytes instead of 256.
4981
4982 Tue Jan  5 13:34:34 1999  Ben Pfaff  <blp@gnu.org>
4983
4984         Typo meant string format specifiers weren't checked properly.  I
4985         think that Hankin <hankin@dunno.com> sent me this report, but I'm
4986         willing to be corrected on this point.
4987  
4988         * format.c: (check_string_specifier) Fix obvious typo.  
4989
4990 Tue Jan  5 12:50:42 1999  Ben Pfaff  <blp@gnu.org>
4991
4992         Using $CASENUM in an expression didn't work.  Here's a fix.
4993         Thanks to Dirk Melcher <BZN-mdksh@t-online.de> for reporting this
4994         bug.
4995          
4996         * expr-evl.c: (evaluate_expression) Add OP_CASENUM case.
4997
4998         * expr-opt.c: (dump_node) OP_CASENUM is acceptable.
4999
5000 Tue Jan  5 12:47:48 1999  Ben Pfaff  <blp@gnu.org>
5001
5002         The changes in 0.2.1 to fix DATA LIST FREE parsing broke some
5003         other behavior, *sigh*.  This patch hopefully fixes that.  This
5004         time I've actually tested it.
5005
5006         Thanks to Hankin <hankin@dunno.com> for reporting this bug.
5007
5008         * data-list.c: (read_from_data_list_free,
5009         read_from_data_list_list) Call parse_string_as_format() directly
5010         without mucking around with the field width.
5011
5012 Tue Jan  5 12:31:19 1999  Ben Pfaff  <blp@gnu.org>
5013
5014         Occasionally, you may encounter a script that wants to be
5015         interpreted in interactive mode.  Make -i emulate this behavior to
5016         allow such scripts to be executed with PSPP.
5017
5018         Thanks to Hankin <hankin@dunno.com> for reporting this behavior.
5019
5020         * cmdline.c: (pre_syntax_message[]) Update -i description.
5021
5022         * lexer.c: (preprocess_line) When getl_interactive is 2 (i.e.,
5023         when -i is given on the command line) don't treat unindented lines
5024         as starting a new command.
5025
5026 Tue Jan  5 12:30:10 1999  Ben Pfaff  <blp@gnu.org>
5027
5028         In conjunction with egcs 1.1.1, Checker emits some bogus warnings,
5029         mostly caused by local initialized aggregates.  After egcs is
5030         fixed upstream these can be removed, but for now they're not a big
5031         deal.
5032         
5033         * ascii.c: (ascii_postopen_driver) Checker chokes on local
5034         initialized arrays.  Avoid this.
5035
5036         * sfm-write.c: (sfm_write_dictionary) Don't use a local
5037         initialized struct.
5038
5039 Tue Jan  5 12:07:24 1999  Ben Pfaff  <blp@gnu.org>
5040
5041         egcs 1.1.1 has some new warnings relative to gcc 2.8.1, which the
5042         following changes avoid.  Currently I compile sources with egcs
5043         1.1.1 and gcc 2.7.2.3 before sending them out.
5044
5045         * apply-dict.c: (apply_dict) Use new avl_traverser_init() macro.
5046         
5047         * ascii.c: (option_tab[]) Initialize all struct members.
5048
5049         * avl.h: (avl_traverser_init) New macro.
5050         
5051         * command.c: (DEFCMD, UNIMPL macros, cmd_table[]) Initialize all
5052         struct members.
5053
5054         * crosstabs.q: (enum_var_values) Use new hsh_iterator_init()
5055         macro.
5056
5057         * hash.c: Comment fix.
5058
5059         * hash.h: (hsh_iterator_init) New macro.
5060
5061         * html.c: (option_tab[]) Initialize all struct members.
5062
5063         * pfm-write.c: (write_value_labels) Use new avl_traverser_init()
5064         macro.
5065
5066         * postscript.c: (option_tab[]) Initialize all struct members.
5067         (output_encodings, preclose, dump_lines) Use new
5068         hsh_iterator_init() macro.
5069
5070         * sfm-write.c: (write_value_labels) Use new avl_traverser_init()
5071         macro.
5072
5073         * sysfile-info.c: (describe_variable) Use new avl_traverser_init()
5074         macro.
5075
5076 Thu Nov 19 12:32:45 1998  Ben Pfaff  <blp@gnu.org>
5077
5078         * data-in.c: Examined each of the parsing functions to make sure
5079         that they wouldn't dump core if they were passed a string of the
5080         wrong length, since now the DATA LIST FREE/LIST routines don't
5081         check for field width before passing it to the data parser.
5082         (parse_RBHEX, parse_AHEX) Reject odd length input.
5083         (parse_string_as_format) Reject input that's too short or too
5084         long.
5085
5086         * data-list.c: Before, the DATA LIST FREE/LIST routines would pad
5087         a field to its entire declared output width then pass it to the
5088         data-in parsing routines.  This contradicted the documented
5089         behavior.  This is fixed in these changes.  Thanks to Mark H. Wood
5090         <mwood@IUPUI.Edu>.  In addition, this fixes a few more details of
5091         free-format parsing that differed from SPSS.
5092         (cut_field) Commas and spaces are treated identically.  Returns
5093         the proper column instead of a fixed 1 value.
5094         (parse_field) Removed.
5095         (read_from_data_list_free, read_from_data_list_list) Call
5096         parse_string_as_format directly instead of parse_field.
5097
5098         * heap.c: (heap_delete) Stylistic fixes.
5099
5100 Sun Aug  9 11:12:13 1998  Ben Pfaff  <blp@gnu.org>
5101
5102         * loop.c: (loop_2_trns_proc) Formatting fix.
5103
5104         * sel-if.c: (cmd_filter) Set FILTER_before_TEMPORARY.
5105
5106         * var.h: (glob var FILTER_before_TEMPORARY) New global var.
5107
5108         * vfm.c: (macro FILTERED) New.
5109         (static var filter_var) New.
5110         (process_active_file_write_case) Use FILTERED.
5111         (setup_filter) Set filter_var.
5112         (close_active_file) Delete the filter if not
5113         FILTER_before_TEMPORARY.
5114         (procedure_write_case) Use FILTERED.
5115
5116 Sat Aug  8 00:20:14 1998  Ben Pfaff  <blp@gnu.org>
5117
5118         * crosstabs.q: Changed /PIVOT={ON,OFF} to /FORMAT={PIVOT,NOPIVOT}.
5119
5120         * data-in.c: (parse_day_count) Message fix.
5121         (parse_month) Style fix.
5122
5123         * data-list.c: (struct data_list_pgm) New member eof.
5124         (cmd_data_list) Init eof to 0.
5125         (do_reading) Implement the /END subcommand and read-past-eof
5126         checking.
5127
5128         * do-if.c: Include stdio.h when debugging.
5129         (cmd_else_if) Make sure the command is .-terminated.
5130
5131         * glob.c: (init_glob) Capitalize the command prompt.
5132
5133         * inpt-pgm.c: (end_case_trns_proc) Debugging message.
5134         (end_file_trns_proc) Debugging message.
5135
5136         * loop.c: (internal_cmd_loop) Make it work when there's no loop
5137         index!
5138         (loop_2_trns_proc) Enable MXLOOPS (why was this disabled?)
5139
5140         * main.c: (dump_token) Make kwtab[] const.
5141
5142         * set.q: Spelling, comment fixes.
5143
5144         * sysfile-info.c: (cmd_display) DISPLAY VECTORS not DISPLAY
5145         VECTOR.
5146
5147         * vars-prs.c: (fill_all_vars) Style fix.
5148
5149         * vfm.c: (index_to_varname) Return const.
5150
5151 Tue Aug  4 23:49:23 1998  Ben Pfaff  <blp@gnu.org>
5152
5153         * Changes in many source files for partial -ansi -pedantic and
5154         no-debugging compliance: Remove trailing common in enum
5155         declarations; add `unused' attributes; insert some appropriate
5156         casts.
5157
5158         * cmdline.c: (parse_command_line) Add new --testing-mode flag.
5159
5160         * command.c: (shell) Make static.
5161         (run_command) Make static.
5162
5163         * data-list.c: (dump_fixed_table) Remove use of local_strdup().
5164
5165         * dfm.c: (cmd_begin_data) I18n fix.
5166
5167         * error.c: (verbose_msg) Define if __STRICT_ANSI__.
5168
5169         * error.h: (macro verbose_msg) Define if __STRICT_ANSI__.
5170
5171         * expr-opt.c: (evaluate_tree) Don't initialize local arrays if
5172         __STRICT_ANSI__.
5173
5174         * file-handle.q: Don't prepend the source file directory name to
5175         the data file name.  (Ongoing issue.)
5176         (prepend_current_directory) Comment out.
5177         (internal_cmd_file_handle) Don't call prepend_current_directory().
5178         (fh_get_handle_by_filename) Ditto.
5179
5180         * filename.c: Append zero byte to readlink() return value.
5181
5182         * getline.c: (getl_read_line) I18n fix.
5183
5184         * lexer.h: Don't use gcc features if __STRICT_ANSI__.
5185
5186         * misc.h: Don't use gcc features if __STRICT_ANSI__.
5187
5188         * pfm-write.c: (bufwrite) Don't try to increment a void * pointer
5189         directly.
5190
5191         * postscript.c: (output_encodings) Don't use local_strdup().
5192         (postopen) Ditto.
5193
5194         * print.c: Don't use gcc features if __STRICT_ANSI__.
5195
5196         * q2c.c: (dump_vars) Don't put a , at the end of the last enum.
5197
5198         * recode.c: (parse_src_spec) Fully brace nested if's.
5199
5200         * set.q: (global var set_testing_mode) New var.
5201
5202 Wed Jul 29 22:01:44 1998  Ben Pfaff  <blp@gnu.org>
5203
5204         * ascii.c: Add some more `unused' attributes that only come into
5205         play when NDEBUG is defined.
5206         (ascii_close_page) Set s_len when reallocating s.
5207         
5208         * crosstabs.q: (delete_missing) New function.
5209         (output_pivot_table) Call delete_missing() if /MISSING=REPORT.
5210         (make_summary_table) Create summary table reallocable.
5211
5212         * postscript.c: Add more `unused' attributes as above.
5213
5214         * tab.c: (tab_create) [GLOBAL_DEBUGGING] Set reallocable member.
5215         (tab_realloc) [GLOBAL_DEBUGGING] Assert that table is reallocable.
5216          
5217         * tab.h: (struct tab_table) [GLOBAL_DEBUGGING] New `reallocable'
5218         member.
5219
5220         * var.h: (macro force_dup_variable) [!GLOBAL_DEBUGGING] Remove
5221         gratuitous space between parameter definition.
5222
5223         * vars-atr.c: Changed some assert(0)'s to abort()'s to prevent
5224         complaints about running off the end of functions with NDEBUG
5225         enabled.
5226
5227 Sun Jul  5 00:17:25 1998  Ben Pfaff  <blp@gnu.org>
5228
5229         * Several source files: Removed some PORTME notes when reflection
5230         revealed that ANSI forbids that sort of breakage.  Also, added
5231         lots of `unused' qualifiers here and there.
5232
5233         * aggregate.c: (accumulate_aggregate_info) Remove local var
5234         weighting that turned out not to be used.
5235
5236         * avl.c: Update to version 1.1.0.  Add unused specifier.
5237         (avl_destroy) Initialize ab to 0.  Comment fixes.  Cast return
5238         value to void *.
5239         (avl_probe) Replace some instances of 1 with +1 where appropriate.
5240         (avl_find) Cast return value to void *.
5241         (avl_delete) q doesn't need to be initialized at the beginning of
5242         the function.  Replace some instances of 1 with +1.
5243         (force_avl_delete) Renamed avl_force_delete, all references changed.
5244         (compare_ints) `param' marked unused.
5245         (print_int) `param' marked unused.
5246         (recurse_tree) Replace some instances of 1 with +1.
5247
5248         * avl.h: Update to version 1.1.0.  Only declares avl function
5249         types if not already declared.
5250         (AVL_MAX_HEIGHT) Only define if not already defined.
5251         (struct avl_node) New unused member char pad[2].
5252         [GLOBAL_DEBUGGING] Change conditionalization to NDEBUG instead.
5253         (force_avl_insert) Renamed avl_force_insert.
5254         (force_avl_delete) Renamed avl_force_delete.
5255
5256         * crosstabs.q: (struct table_entry) Put `freq' into a union with
5257         new member `data'.
5258         (struct crosstab) Add new member `ofs'.
5259         (glob var int_tab) Removed.
5260         (custom_tables) In integer mode, assign v[i] properly through the
5261         indirect var_dict.
5262         (custom_variables) Now p.crs.max == max + 1.
5263         [DEBUGGING] (debug_print) p.crs.min and p.crs.max are now ints.
5264         (precalc) Implement integer mode.
5265         (calc_integer) Implement integer mode.
5266         (compare_table_entry) Remove unused local variable `comparing'.
5267         (make_summary_table) Implement integer mode.
5268         (macro ns_rows) Implemented as static variable now.
5269         (several variables) Made static, from global.
5270         (output_pivot_table) Use table_value_missing() for column heads.
5271         Remove several unused local variables.  Implement integer mode
5272         table summing.  Count up ns_rows.
5273         (crosstabs_dim) Make columns wider when /MISSING=REPORT requested.
5274         (find_pivot_extent) Moved into find_pivot_extent_general; now just
5275         calls that function or find_pivot_extent_integer.
5276         (find_pivot_extent_integer) New function.
5277         (enum_var_values) Implemented for integer mode.
5278         (table_value_missing) New function.
5279         (display_dimensions) Call table_value_missing() for heads.
5280         (float_M_suffix) New function.
5281         (display_crosstabulation) Call table_value_missing() for row
5282         heads.  Handle missing values in /MISSING=REPORT mode.
5283         (calc_fisher) Remove unused var N.
5284         (calc_r) Remove unused var fact.
5285
5286         * data-list.c: (dump_fixed_table) Fix table dimensioning.
5287         (read_one_set_of_repetitions) Remove unused vars var_spec, column.
5288
5289         * data-out.c: (insert_commas) Remove unused var cp.
5290         (convert_CCx) Remove unused vars save_set_decimal,
5291         save_set_grouping.
5292
5293         * descript.q: (dump_z_table) Fix table dimensioning.
5294         (pre_calc) Remove unused var j.
5295         (display) Remove unused vars title, s.  Fix table dimensioning.
5296
5297         * expr-evl.c: Comment fixes.
5298
5299         * frequencies.q: (full_dim) New function.
5300         (dump_full) Fix table dimensioning.
5301         (condensed_dim) New function.
5302         (dump_condensed) Fix table dimensioning.
5303
5304         * get.c: (cmd_match_files) Remove unused var n_val.  Remove unused
5305         label winnage.
5306
5307         * html.c: (html_close_drive) Remove unused var i.
5308         (postopen) Remove unused vars title, curfn_len, cp.
5309         (preclose) Remove unused vars this, x.
5310
5311         * lexer.c: Comment fixes.
5312
5313         * matrix-data.c: (cmd_matrix_data) Remove unused var index.
5314
5315         * means.q: (custom_tables) Remove unused var m_dim.
5316
5317         * mis-val.c: Format fix.
5318
5319         * modify-vars.c: (cmd_modify_vars) Remove unused var new_dict.
5320
5321         * output.c: (outp_get_paper_size) Remove unused var cp.
5322
5323         * pfm-read.c: (read_float) Remove unused var save, unused label
5324         underflow.
5325         (read_variables) Remove unused vars cp, j.
5326         (read_value_label) Remove unused var j.
5327
5328         * pfm-write.c: (bufwrite) Remove unused var i.
5329
5330         * postscript.c: (ps_postopen_drive) Remove unused vars dev_info,
5331         fn.
5332         (output_encodings) Remove unused vars char_cp, n_output.
5333         (read_ps_encodings) Remove unused var ep.
5334         (postopen) Remove unused var title.
5335         (preclose) Remove unused var fp.
5336         (ps_open_page) Remove unused vars true, false, orientation,
5337         mirror_horz, mirror_vert, width, length.
5338         (ps_text_metrics) Remove unused var x.
5339
5340         * q2c.c: (find_symbol) Remove unused var y.
5341         (parse_setting) Remove unused parameter sbc, all references
5342         changed.
5343         (dump_parser) Remove unused var cp.
5344         (dump_free) Remove unused var i.
5345
5346         * set.q: (static vars args, n) Removed.
5347         (internal_cmd_gset) Removed.
5348
5349         * sfm-read.c: (sfm_read_dictionary) Removed unused var i.
5350         (read_machine_flt64_info) Removed unused var file_endian.
5351         (read_documents) Removed unused var i.
5352         (read_compressed_data) Removed unused parameter dict, all
5353         references changed.
5354
5355         * sfm-write.c: (bufwrite) Removed unused var i.
5356         (sfm_write_case) Removed unused var i.
5357
5358         * sort.c: (merge_once) Remove unused var t.
5359         (write_separate) #if 0 out as dead code.
5360
5361         * split-file.c: (cmd_split_file) Remove unused var i.
5362
5363         * sysfile-info.c: (sysfile_info_dim) New function.
5364         (cmd_sysfile_info) Fix table dimensioning.
5365         (variables_dim) New function.
5366         (display_variables) Fix table dimensioning.
5367         (describe_variable) Remove unused var prev_r.
5368
5369         * t-test.q: (z_postcalc) Removed.
5370         (pairs_calc) Remove unused var bad_weight.
5371         (postcalc) Remove unused vars dfn, dfd.
5372
5373         * tab.c: (tab_create) Set t->dim to NULL.
5374         (tab_dim) Make sure t->dim is NULL first.
5375         (tab_natural_width) Remove parameter `clamp'.
5376         (tab_value) Remove duplicate assertion for table.
5377         (tab_raw) New function.
5378         (nowrap_dim) New function.
5379         (wrap_dim) New function.
5380         (tab_output_text) Fix table dimensioning.
5381
5382         * tab.h: (tab_raw) New macro.
5383
5384         * val-labs.c: (get_label) Remove unused var type.
5385         (copy_value_labels) Remove unused var trav.
5386
5387         * var.h: (struct crosstab_proc) Completely changed.
5388
5389         * vars-prs.c: (parse_dict_variable) Remove unused var v.
5390
5391         * vfm.c: (open_active_file) Remove unused vars i, lp.
5392
5393         * weight.c: (weight_trns_proc) #if 0 out as dead code.
5394         
5395 Tue Jun  2 23:37:21 1998  Ben Pfaff  <blp@gnu.org>
5396
5397         * Makefile.am: Add apply-dict.c, flip.c.
5398
5399         * apply-dict.c: New file.
5400         
5401         * command.c: (struct command) Make cmd[] larger for CLEAR
5402         TRANSFORMATIONS command name.
5403         (parse_cmd) Make sure we're in a valid state before using it as an
5404         index.  Discard variables and reset state on invalid transitions.
5405         (cmd_clear_transformations) New function.
5406
5407         * command.def: Add APPLY DICTIONARY, CLEAR TRANSFORMATIONS, FLIP.
5408         Add unimplemented PRESERVE, RESTORE.
5409
5410         * file-handle.h: Include stddef.h.
5411
5412         * flip.c: New file.
5413         
5414         * pfm-read.c: (parse_value) Pad value label values with spaces,
5415         not nulls.
5416
5417         * sfm-read.c: (struct sfm_fhuser_ext) Add reference count.
5418         (sfm_close) Decrement reference count, make sure it's zero.
5419         (sfm_maybe_close) New function.
5420         (sfm_read_dictionary) Handle reference counts.
5421
5422         * vars-atr.c: (clear_default_dict) New function.
5423         (discard_variables) Use clear_default_dict().
5424
5425 Sun May 31 00:58:05 1998  Ben Pfaff  <blp@gnu.org>
5426
5427         * Makefile.am: Add pfm-write.c.
5428         (LDADD) Add the libgmp2 libraries.
5429
5430         * command.def: Define EXPORT.
5431
5432         * get.c: (cmd_export) New function.
5433         (export_write_case_func) New function.
5434
5435         * pfm-read.c: (static spss2ascii[]) Make it const.
5436
5437         * pfm-write.c: New file.
5438
5439         * sfm-write.c: Formatting, comment fixes.
5440
5441         * var.h: Comment fix.
5442
5443 Fri May 29 21:44:12 1998  Ben Pfaff  <blp@gnu.org>
5444
5445         * Makefile.am: Add pfm.h, pfm-read.c.
5446
5447         * command.def: IMPORT is now implemented.
5448
5449         * format.c: (glob var translate_fmt[]) New var.
5450
5451         * get.c: (enum GTSV_NONE) Renamed GTSV_OPT_NONE.
5452         (cmd_import) New function.
5453         (import_source_read) New function.
5454         (glob var import_source) New var.
5455
5456         * pfm-read.c: New file.
5457
5458         * pfm.h: New file.
5459         
5460         * sfm-read.c: (parse_format_spec) Local variable translate_fmt[]
5461         moved in format.c.
5462         (dump_dictionary) Disabled printing a couple of items.
5463
5464 Mon May 25 12:42:37 1998  Ben Pfaff  <blp@gnu.org>
5465
5466         * crosstabs.q: (postcalc) Call make_summary_table().
5467         (make_summary_table) New function.
5468         (insert_summary) New function.
5469         (display_dimensions) Remove some unnecessary arguments, all
5470         references changed.
5471         (output_pivot_table) Fix lots of problems with the risk table
5472         setup.
5473         (submit) Don't display an empty table.
5474         (display_risk) Fix order of arguments to calc_risk().
5475
5476         * glob.c: Always include assert.h and stdlib.h.
5477
5478         * output.h: (enum OUTP_T_JUST_FULL) Removed, all references
5479         removed.
5480
5481         * tab.c: (tab_create) Cosmetic changes.
5482
5483         * tab.h: (enum TAB_JUSTIFY) Removed, all references removed.
5484
5485 Sun May 24 22:39:23 1998  Ben Pfaff  <blp@gnu.org>
5486
5487         * tab.def: Removed.
5488
5489         * crosstabs.q: (output_pivot_table) Headers drawing and submission
5490         code simplified, moved into new function submit().
5491         (submit) New function.
5492         (crosstabs_dim) New function.
5493         (display_directional) Substitute variable names for %s where
5494         appropriate.
5495         (somers_d_v[], somers_d_ase[], somers_d_t[]) New static vars.
5496         (calc_symmetric) Initialize parameters only if non-NULL.
5497         Calculate Somers' d.
5498         (calc_directional) Calculate Somers' d (or copy it, really).
5499         Calculate eta.
5500
5501         * output.c: (outp_string_width) New function.
5502
5503         * postscript.c: (postopen) Calculate font widths based on the
5504         width of the zero '0' character, not the width of the space
5505         character.  Set paper-width and paper-length based on points, not
5506         device units.
5507         (ps_open_page) Fix page setup string for landscape mode.
5508
5509         * som.h: (struct som_dimension) Removed.
5510         (struct som_table_class) height, width members take int * not
5511         som_dimesion * now.
5512
5513         * tab.c: Many functions now have added parameter validation.
5514         (tab_height, tab_width) These functions were removed and merged
5515         into a single function tab_resize(), and all references changed.
5516         (tab_dim) Rewritten since the interface changed; reduced from
5517         hundreds of lines to two.  All callers were changed.  Currently
5518         most of them just use tab_natural_dimensions as their callback and
5519         await detailed translation of functionality.
5520         (tab_natural_width) New function.
5521         (tab_natural_height) New function.
5522         (tab_natural_dimensions) New function.  This is a callback
5523         function, not something that you'd want to call directly.
5524         (tab_nat_dim) Removed.
5525         (tabi_table) Allocates t->w and t->h.
5526         (tabi_driver) Inlined sum_columns()'s functionality.  Calls the
5527         dimensions callback.
5528         (evaluate_dimensions) Removed.
5529         (sum_columns) Removed.
5530
5531         * tab.h: (enum TAL_1THIN) Removed.
5532         (enum series t_*) Removed.
5533         (struct tab_table) Members trh, trv changed to unsigned char *
5534         from int *.  Member dim changed to a function pointer from a
5535         unsigned char *.  Member max_stack_height removed.  New members
5536         hr_tot, vr_tot.
5537         (macros tab_l, tab_r, tab_t, tab_b) New.
5538
5539 Sat May 23 23:22:13 1998  Ben Pfaff  <blp@gnu.org>
5540
5541         * ascii.c: (delineate) Assign last_space_nchars before skipping
5542         spaces, to fix right justification.
5543
5544         * crosstabs.q: (static vars risk, direct) New vars.
5545         (static var pearson_r) Removed.
5546         (glob var chisq_fisher) Made static.
5547         (static vars row_tot[], col_tot[]) Don't include grand total
5548         anymore.
5549         (static var grand_total) Renamed W, all references changed.
5550         (output_pivot_table) Only make `table' if num_cells != 0.  Make
5551         risk and directional tables.  Deal with grand total no longer part
5552         of col_tot[].  Free rows and cols after we're done with them.
5553         (display_risk) New function.
5554         (display_directional) New function.
5555         (clac_r) Rewritten so that it stores all its results into its
5556         arguments, so it can be used for Spearman's correlation too.
5557         (calc_symmetric) Added a t[] argument, all references changed.
5558         Calculates ASEs for tau-b, tau-c, gamma.  Calculates Spearman's r,
5559         Pearson's r, Cohen's kappa.
5560         (calc_risk) New function.
5561         (calc_directional) New function.
5562
5563         * som.c: (som_submit) Improved debugging code.
5564
5565         * stats.c: (hypercube) New function.
5566         (cube) New function.
5567         (sqr) New function.
5568         (normal_sig) Went back to old implementation, which actually
5569         worked.
5570
5571         * stats.h: (macros square, cube, hypercube) Removed.  The
5572         equivalent functions in stats.c are inlined here; all references
5573         to square changed to sqr.
5574
5575 Fri May 22 00:03:41 1998  Ben Pfaff  <blp@gnu.org>
5576
5577         * crosstabs.q: (N_SYMMETRIC) New define.
5578         (postcalc) Disable debug printing.
5579         (static vars chisq_fisher, pearson_r) New.
5580         (output_pivot_table) Add support for symmetric measures.  Add
5581         chi-square output of exact sigs.
5582         (display_chisq) Rewritten.
5583         (display_symmetric) New function.
5584         (gamma_int) New function.
5585         (Pr) New function.
5586         (swap) New function.
5587         (calc_fisher) New function.
5588         (calc_chisq) Check boundary conditions better. Calculate Yates,
5589         Fisher, Mantel-Haenszel tests.
5590         (calc_r) New function.
5591         (calc_symmetric) New function.
5592
5593         * stats.c: (normal_sig) Rewritten with new algorithm.  Renamed
5594         from calc_normal.
5595         (chisq_sig) Better boundary conditions.  Renamed from
5596         calc_significance.
5597
5598         * tab.h: (struct tab_table) New member cf.
5599
5600         * tab.c: (tab_create) Set cf.
5601         (tab_width) New function.
5602         (tab_realloc) Handle cf.
5603         (tab_vline) Handle cf.
5604         (tab_hline) Handle cf.
5605         (tab_box) Handle cf.
5606         (tab_value) Handle cf.
5607         (tab_float) Handle cf.
5608         (tab_text) Handle cf.
5609         (tab_joint_text) Handle cf.
5610         (tab_offset) Handle cf.
5611         (tab_next_row) Handle cf.
5612         (evaluate_dimensions) Handle cf.
5613         (render_strip) Handle cf.
5614
5615 Wed May 20 00:03:59 1998  Ben Pfaff  <blp@gnu.org>
5616
5617         * crosstabs.q: (postcalc) New vars row_tot, col_tot, pass them to
5618         output_pivot_table().
5619         (output_pivot_table) Moved lots of local variables outside and
5620         made them static.  Add beginnings of chi-square statistic
5621         support.  Now column and row totals aren't in the main matrix.
5622         Always zero out any leftover rows & columns after we're done with
5623         the table entries.  Move all output stuff into
5624         display_dimensions(), display_crosstabs(), display_chisq().
5625         (display_dimensions) New function.
5626         (display_crosstabulation) New function.
5627         (display_chisq) New function.
5628         (calc_chisq) Implemented Pearson and likelihood-ratio chisquares.
5629
5630         * frequencies.q: (dump_full, dump_condensed) Remove tab_null()
5631         references, simplify logic.
5632
5633         * postscript.c: Remove scale, translate-x, translate-y,
5634         mirror-horz, mirror-vert, rotate-180 options.
5635         (struct ps_driver_ext) Remove scale, translate_x, translate_y.
5636         All references deleted.
5637         (macro YT) New macro.
5638         (array option_tab[]) Removed options.
5639         (ps_option) Removed options.
5640         (ps_open_page) Write page setup explicitly to output file, without
5641         using now-deleted BP function.
5642         (macro dump_line) Use YT().
5643         (macro dump_thick_line) Use YT().
5644         (draw_headers) Use YT().
5645         (switch_font) Reorder arguments to SF function.
5646         (write_text) Use YT().
5647
5648         * sfm-read.c: (sfm_read_case) Don't attempt to read variables that
5649         have get.fv == -1.
5650
5651         * sysfile-info.c: (describe_variables) Don't use tab_nulls().
5652
5653         * tab.c: (tab_create) Initialize t->ct to zeros.  Remove
5654         null-debugging code.
5655         (tab_realloc) Remove null-debugging code.  Initialize new regions
5656         of t->ct to zeros.
5657         (tab_vline) Support offsets.
5658         (tab_hline) Support offsets.
5659         (tab_box) Support offsets.
5660         (tab_null) Removed.
5661         (tab_nulls) Removed.
5662         (tab_row) Removed.
5663         (tab_col) Removed.
5664         (evaluate_dimensions) Remove null-debugging code.  Understand
5665         TAB_EMPTY attribute.  Assert that text.s.s is always non-NULL if
5666         TAB_EMPTY not present.
5667
5668         * tab.h: New cell attribute TAB_EMPTY.
5669         (macros tab_nr, tab_nc, tab_row, tab_col) New.
5670
5671         * vars-atr.c: (init_variable) Set get.fv to -1 so that GET doesn't
5672         try to read them from system files.
5673
5674         * vfm.c: (dump_splits) Don't call tab_null().   
5675
5676 Sat May 16 19:36:55 1998  Ben Pfaff  <blp@gnu.org>
5677
5678         * crosstabs.q: (struct crosstab) Added `missing' member.
5679         (custom_tables) Init missing.
5680         (calc_general) Handle missing values.
5681         (calc_chisq) New function.
5682         (output_pivot_table) Start work on chi-square output.  Update for
5683         new tab offset support functions.  Shorten statistic names.
5684
5685         * Several files: add in more `const's to placate gcc's warnings.
5686
5687         * tab.h: (struct tab_table) Add col_ofs, row_ofs members.  Comment
5688         fixes.
5689
5690         * tab.c: (tab_height, tab_realloc, tab_vline, tab_hline, tab_box,
5691         tab_null, tab_nulls, tab_value, tab_float, tab_text,
5692         tab_joint_text) Add col_ofs and row_ofs support.
5693         (tab_offset) New function.
5694         (tab_next_row) New function.
5695         (tab_row) New function.
5696         (tab_col) New function.
5697         (tabi_table) Add col_ofs and row_ofs support.
5698
5699         * vars-atr.c: (is_system_missing) New function.
5700
5701 Tue May 12 16:14:30 1998  Ben Pfaff  <blp@gnu.org>
5702
5703         * crosstabs.q: Expanded subcommand names RESID --> RESIDUAL, etc.
5704         (static var no_cells) Removed.
5705         (static var num_cells) New.
5706         (static var expected) New.
5707         (static var cells[]) New.
5708         (internal_cmd_crosstabs) Deal with new variables.
5709         (postcalc) Removed most of the meat and put it in new function
5710         output_pivot_table().
5711         (output_pivot_table) Calculates and outputs an entire pivot table.
5712
5713         * postscript.c: (postopen) Fix problems with free()ing addresses
5714         not obtained from malloc().
5715
5716         * som.c: (som_submit) Add assertion.
5717
5718         * sysfile-info.c: (describe_variable) Use new tab_nulls()
5719         function.
5720
5721         * tab.c: (static var tab_names[]) New.
5722         (tab_realloc) -1 for nc or nr indicates no change.
5723         (tab_nulls) New function.
5724         (tab_dim) Use tab_names[].
5725         (tabi_cumulate) Don't include bottom or right headers.  Furrfu.
5726         (evaluate_dimensions) Don't terminate on uninited cells, just put
5727         an X in them and emit a notice.  Use tab_names[].
5728
5729         * tab.h: Move bits into tab.def.
5730
5731         * tab.def: New.  Don't try to declare tab_table_class because then
5732         som.h has to be included.       
5733         
5734 Thu May  7 22:55:04 1998  Ben Pfaff  <blp@gnu.org>
5735
5736         * command.def: New file, contains all the command definitions
5737         previously included bodily in command.c.
5738
5739         * format.def: New file, contains all of the format definitions
5740         previously split across format.h, format.c, and sfm-write.c.
5741
5742         * lexer.h: Renamed from tokens.h in order to match corresponding
5743         .c file name.
5744
5745         * lexerP.h: Moved some rarely used functions exported by lexer.c
5746         into here.
5747
5748         * Makefile.am: Commemorate renamed files.
5749         (EXTRA_DIST) Add command.def, format.def.
5750
5751         * command.c: [0] (walk_cmdtable_func) Removed.
5752
5753         * crosstabs.q: (postcalc) Made it work and print out matrices
5754         proving it.
5755         (enum_column_values) Renamed enum_var_values, generalized for any
5756         variable.
5757
5758         * format.h: (struct fmt_desc) New member `spss'.
5759
5760         * q2c.c: (main) Generated code includes lexer.h instead of
5761         tokens.h.
5762
5763         * sfm-write.c: (write_format_spec) Use new spss member of fmt_spec
5764         instead of an independent translation table.
5765
5766 Tue May  5 13:19:03 1998  Ben Pfaff  <blp@gnu.org>
5767
5768         * Lots of source files: Added const to declarations.
5769
5770         * aggregate.c: (parse_aggregate_function) Rename inner i to j.
5771         
5772         * arena.c: (arena_clear) Set prev pointer to null when done.
5773
5774         * ascii.c: (ascii_option) Rename index as indx.
5775
5776         * avl.c: This is now a separate library called libavl.
5777         (xmalloc) Make static.
5778         (avl_probe) Step A7 can use the cache instead of an explicit
5779         compare.
5780         (avl_delete) Don't maintain a q pointer because it's always
5781         available in the pointer stack.  Comment fix.
5782
5783         * avl.h: This is now a separate library called libavl.
5784
5785         * command.c: (cmd_table[]) Remove spurious trailing "".
5786
5787         * common.h: Only include random() fix if this system needs it.
5788
5789         * crosstabs.q: Include alloca headers.
5790         (n_sorted_tab) New global var.
5791         (postcalc) Mostly rewritten.
5792         (find_pivot_extent) Rewritten.
5793         (enum_column_values) Rewritten.
5794
5795         * data-out.c: (convert_F) Rename inner n as n_spaces.
5796
5797         * error.c: (dump_message) Don't have an outer var i.
5798
5799         * file-handle.q: (static var f) Removed.  All references removed.
5800         (internal_cmd_file_handle) Uses a local variable instead of f.
5801
5802         * get.c: (trim_dictionary) Change scope of i, i1, i2.
5803         (cmd_match_files) Don't strcpy tokstr into sbc (why was this ever
5804         done?)
5805
5806         * getline.h: Declare getl_history as extern.  Reported by
5807         palme@uni-wuppertal.de (Hubert Palme).
5808
5809         * postscript.c: (postopen) Some large mods for constness.
5810
5811         * recode.c: Remove spurious copyrights since PSPP is owned by FSF
5812         anyway.
5813
5814 Fri Apr 24 12:52:47 1998  Ben Pfaff  <blp@gnu.org>
5815
5816         * Makefile.am: Rename BUILT_SOURCES to q_sources, all references
5817         changed.  Add avl.c, avl.h to pspp_SOURCES.  Remove avllib from
5818         LDADD.
5819
5820         * avl.c, avl.h: New files.  These form a clean-room
5821         reimplementation of avllib.  Iterative algorithms are used in
5822         place of recursive ones, so there is no resemblance in the code.
5823
5824         * Lots of headers: Don't include other headers by default.
5825
5826         * Lots of source files: Explicitly include all needed headers.
5827
5828         * arena.c: (arena_clear) New function.
5829
5830         * crosstabs.q: (ROW_VAR, COL_VAR) New enums.
5831         (static var ar) Removed.
5832         (staitc vars ar_tc, ar_col) New.
5833         (cmd_crosstabs) Destroy the arenas.
5834         (internal_cmd_crosstabs) Create the arenas.
5835         (precalc) Don't need a free function for the hash.
5836         (calc_general) Make sure to zero out the trailer on the key data
5837         before inserting.
5838         (print_table_entries) Updated.
5839         (postcalc) Worked on actually implementing.
5840         (find_pivot_extent) New function.
5841         (compare_value) New function.
5842         (enum_column_values) New function.
5843
5844         * data-in.c: (parse_month) Make local array `static const'.
5845         
5846         * data-out.c: (convert_date) Make local array `static const'.
5847         (convert_WKDAY) Same.
5848         (convert_MONTH) Same.
5849
5850         * frequencies.q: (postprocess_freq_tab) avl_walk_inorder() has
5851         been renamed to avl_walk().
5852         
5853         * hash.c: Rewritten more efficiently.
5854
5855         * hash.h: Add attribute const to hsh_next_prime declaration.
5856
5857         * lexer.c: (id_match) Make arguments const.
5858
5859         * postscript.c: (ps_postopen_driver) Make default fonts the
5860         Helvetica family.
5861
5862         * q2c.c: (main) Generated code needs stdlib.h.
5863
5864         * sfm-write.c: (write_value_labels) An avl_traverser needs to be
5865         initialized to 0 now, not to NULL.  All other references to
5866         avl_traverser were updated in the same way.
5867
5868         * tokens.h: Macro version of id_match updated to use const
5869         properly.
5870
5871         * val-labs.c: (inc_ref_count) New function.
5872         (copy_value_labels) Simply through use of new avl_copy() function.
5873
5874 Wed Apr 15 13:01:58 1998  Ben Pfaff  <blp@gnu.org>
5875
5876         * crosstabs.q: Probably doesn't compile.  New PIVOT subcommand.
5877         (postcalc) Worked on this.
5878
5879         * postscript.c: (OPO_DOUBLE_LINE) New enum.
5880         (struct ps_driver_ext) New line_width_thick member.
5881         (ps_preopen_drive) Init line_width_thick.
5882         (option_tab[]) Add line-* options.
5883         (ps_option) Parse line-* options.
5884         (postopen) Add line_width_thick support.  Strip leading spaces on
5885         prologue output lines.
5886         (ps_open_page) Include line_width_thick in output.
5887         (macro dump_thick_line) New.
5888         (dump_fancy_line) Support thick lines as well as double lines.
5889
5890 Tue Apr 14 00:50:08 1998  Ben Pfaff  <blp@gnu.org>
5891
5892         * Makefile.am: Add crosstabs.c to BUILT_SOURCES.  Add crosstabs.q
5893         to pspp_SOURCES.  Add crosstabs.q to EXTRA_DIST.
5894
5895         * Many source files: Rename `options' to `pv_opts' as appropriate.
5896
5897         * command.c: (static var cmd_table[]) Add CROSSTABS command.
5898
5899         * common.c: (xcalloc) New function.
5900
5901         * crosstabs.q: New file.  Not finished yet, though.
5902                 
5903         * data-list.c: Comment fix.
5904
5905         * error.c: Remove some old Checker cruft.
5906
5907         * frequencies.q: (dump_full) Cumulate valid percent instead of
5908         regular percent.
5909
5910         * getline.c: Comment fix.
5911
5912         * hash.c: Comment fixes.
5913
5914         * hash.h: (struct hsh_table) Make hash functions return unsigned
5915         instead of int to avoid problems with taking the modulo of
5916         negative return values.  All references changed.
5917
5918         * misc.c: (intlog10) Make its table static const instead of auto.
5919
5920         * sfm-read.c: (read_header) Make `prefix' static const instead of
5921         auto.
5922
5923         * var.h: (union value) Add member `hash'.
5924         (struct variable) Rename prv_index as `foo'--all references
5925         changed.  Reorder.
5926         (typedef pv_opts) Removed.  All references changed.
5927
5928         * vars-prs.c: (parse_variables) Message fixes.
5929         
5930 Mon Mar  9 15:35:08 1998  Ben Pfaff  <blp@gnu.org>
5931
5932         * get.c: (cmd_match_files) Don't reverse the order of FILEs as
5933         they are being inserted.  Don't check for BY variables of
5934         different types.  Discard variables if the active file isn't
5935         included in the merge.
5936         (mtf_processing) Essentially rewritten.
5937         (mtf_merge_dictionary) Check for master/slave variables of
5938         different types/widths.
5939
5940         * vfm.c: (static var not_canceled) New var.
5941         (process_active_file) Don't call vfm_source->read() if
5942         there's no vfm-source.  Initialize not_canceled.
5943         (process_active_file_write_case) Honor and update not_canceled.
5944         (prepare_for_writing) Rollback changes from yesterday, they were
5945         wrong.
5946         (close_active_file) Don't destroy vfm_source unless it exists.
5947         
5948 Mon Mar  9 00:56:16 1998  Ben Pfaff  <blp@gnu.org>
5949
5950         * Lots of source files: Added { } around nested if/else constructs
5951         to avoid new gcc 2.8 warnings.
5952
5953         * data-in.c: (parse_Z) Declare `int' type explicitly.
5954         (convert_Z) Ditto.
5955
5956         * get.c: (struct mtf_file) Add prev, next_min, by, input members.
5957         (cmd_match_files) Initialize mtf_by_values.  Manage by, input,
5958         prev members.  Put TABLEs at the end of the chain and FILEs at the
5959         beginning.  Don't allow the active file in STATE_INIT.  Use proper
5960         `seen' value for the active file.  Fill out the by members and
5961         make sure they're of consistent type.  Do the actual merge
5962         operation.
5963         (mtf_processing_finish) New function.
5964         (var_type_description) New function.
5965         (mtf_free_file) New function.
5966         (mtf_free) Rewritten.
5967         (mtf_delete_file_in_place) New function.
5968         (mtf_read_nonactive_records) New function.
5969         (mtf_compare_BY_values) New function.
5970         (static var mtf_seq_no) New var.
5971         (mtf_processing) New function.
5972         (mtf_merge_dictionary) Assign nval members for the system file
5973         dictionary.  Assign fv values for its variables.  Point each slave
5974         variable to the corresponding master variable.
5975
5976         * hash.c: Include str.h.
5977
5978         * mis-val.c: (copy_missing_values) src arg is const.
5979
5980         * misc.c: (spacing) Make `max' var explicitly int.
5981
5982         * sfm-read.c: (dump_dictionary) Message reformatting.
5983         (sfm_read_case) Add assertion.
5984
5985         * sort.c: Esthetic fixes.
5986
5987         * var.h: (struct match_files_proc) New struct.
5988         (struct variable) Add private data match_files_proc.
5989
5990         * vars-atr.c: (delete_variable) Implement.  Add argument for the
5991         dictionary that owning the variable.
5992         (dup_variable) Add assertion.
5993
5994         * vfm.c: Comment fixes, hopefully the comments are correct now.
5995         (process_active_file) New function.
5996         (process_active_file_write_case) New function.
5997         (process_active_file_output_case) New function.
5998         (prepare_for_writing) Use temp_dict->nval for vfm_info, not
5999         default_dict.nval.
6000         (write_case) Renamed procedure_write_case().  Now write_case is a
6001         pointer to a function.  Style fixes.
6002         
6003 1998-03-05  Ben Pfaff  <blp@gnu.org>
6004
6005         * Makefile.am: (q2c) Link with libmisc.
6006         (version.c) Define default_config_path, include_path,
6007         groff_font_path.
6008
6009         * ascii.c: (ascii_postopen_driver) When the default newline string
6010         is requested, open file in text mode.  Suggested by
6011         palme@uni-wuppertal.de (Hubert Palme).
6012         (static vars line_buf, line_p) Change from char * to unsigned char
6013         *.
6014         (ascii_close_page) char * to unsigned char *.
6015
6016         * cmdline.c: (parse_command_line) Implement -r option by
6017         prepending ~/.pspp/rc to the list of files to process.
6018
6019         * command.c: (cmd_remark) Reset getl_prompt to the standard prompt
6020         before pulling in a final line.
6021         (null_func, null_int_func) Removed (dead code).
6022
6023         * descript.q: (display) Calculate width of variable name column
6024         properly.  Calculate number of valid cases properly.  Reported by
6025         palme@uni-wuppertal.de (Hubert Palme).
6026
6027         * filename.c: (init_filename) Use default_config_path instead of
6028         now obsolete CONFIG_PATH.
6029
6030         * getline.c: (getl_initialize) Use include_path instead of now
6031         obsolete INCLUDE_PATH.
6032         (getl_add_file) New argument `where'.  All references changed.
6033
6034         * groff.c: (find_font_file) Use groff_font_path instead of now
6035         obsolete GROFF_FONT_PATH.
6036         
6037         * postscript.c: (find_ps_file) Use groff_font_path instead of now
6038         obsolete GROFF_FONT_PATH.  Copy through temporary variable to
6039         avoid problems with constness.
6040
6041         * str.h: (macro cs_streq) New macro.
6042
6043         * version.h: (glob var default_config_path, include_path,
6044         groff_font_path) New vars.
6045         
6046 1998-02-23  Ben Pfaff  <blp@gnu.org>
6047
6048         * Many source files: Change verbose_msg() priority levels and
6049         messages.
6050
6051         * aggregate.c: Include debug-print.h.
6052
6053         * cmdline.c: (parse_command_line) Add --safer/-s and --command/-c
6054         options.
6055         (static var pre_syntax_message) Document --safer/-s and
6056         --command/-c.
6057
6058         * command.c: (cmd_erase, cmd_host) Disable if set_safer is set.
6059
6060         * dfm.c: (open_inline_file) [__CHECKER__] Zero out ext->file,
6061         because it's not used but it's still copied.
6062         (open_file_r) Remove gratuitous debug message.
6063
6064         * filename.c: (safety_violation) New function.
6065         (open_file) Remove gratuitous debug messages.  Don't allow pipe
6066         files if set_safer is set.
6067
6068         * get.c: Turn off debugging.
6069
6070         * getline.c: (getl_add_virtual_file) New function.
6071         (getl_read_line) Add verbose_msg() call for opening new syntax
6072         file.
6073         (getl_perform_delayed_reset) Add a return value describing whether
6074         any action was taken.  Call reset_eof().
6075
6076         * getline.h: Comment fix.
6077
6078         * groff-font.c: (groff_read_font) Use `goto next_iteration' in
6079         place of incorrect `continue'.  Use strtok_r() instead of
6080         strtok().  Always check strtok_r() return value.
6081         (groff_read_DESC) Use strtok_r() instead of strtok().
6082
6083         * lexer.c: (reset_eof) New function.
6084
6085         * main.c: (parse) Get a token after performing a delayed reset
6086         action; allow empty syntax files.
6087
6088         * postscript.c: (output_encodings) Use strtok_r() instead of
6089         strtok().
6090
6091         * q2c.c: (dump_parser) Use strtok_r() instead of strtok().
6092
6093         * set.q: Comment fixes.
6094         (glob var set_safer) New var.
6095         (internal_cmd_set) Support SAFER.
6096
6097         * str.h: [!HAVE_STRTOK_R] Declare strtok_r() prototype.
6098
6099         * temporary.c: (free_dictionary) Set d->splits to NULL after
6100         freeing.
6101
6102         * vars-atr.c: (clear_variable) Decrement dict->n_splits if
6103         variable deleted, not if it *isn't* deleted.
6104
6105 1998-02-16  Ben Pfaff  <blp@gnu.org>
6106
6107         * command.c: (array cmd_table[]) Add MATCH FILES.
6108
6109         * common.c: Comment fixes.
6110
6111         * data-list.c, dfm.c, error.c, filename.c, list.q, matrix-data.c,
6112         modify-vars.c, postscript.c, sfm-read.c, sfm-write.c, tab.c:
6113         Include alloca.h.  Problem reported by palme@uni-wuppertal.de
6114         (Hubert Palme).
6115
6116         * expr-opt.c: Include str.h.  Problem reported by
6117         palme@uni-wuppertal.de (Hubert Palme).
6118
6119         * get.c: (cmd_get) [DEBUGGING] Update v->p.get to v->get.
6120         (static var mtf_by) Change from char ** to variable **.
6121         (static var mtf_master) New var.
6122         (mtf_merge_dictionary) New function.
6123         (cmd_match_files) Init mtf_master.  Parse mtf_by according to new
6124         var type.  Reorder tests properly.  Initialize file->dict.  Detect
6125         TABLE= without BY=.  Read file dictionaries and merge them.  Give
6126         subcommand name with IN, LAST, FIRST error messages.  Create IN,
6127         LAST, FIRST variables.  Comment fixes.
6128         (mtf_free) Don't free default_dict.  Free mtf_master.
6129
6130         * getline.c: Define getl_mode.  Change getl_buf_size to size_t
6131         from int.
6132         (handle_line_buffer) Cast int to size_t in comparison to avoid
6133         warning.
6134
6135         * getline.h: Declare getl_mode extern.
6136
6137         * groff-font.c: (groff_read_font) Type-fix calls to getline.
6138         (groff_read_DESC) Make line_size a size_t.
6139         (match_tok) Parenthesize name to avoid macro expansion.
6140
6141         * mis-val.c: (copy_missing_values) New function.
6142
6143         * postscript.c: (postopen) Make buf_size a size_t.
6144
6145         * sfm-read.c: (dump_dictionary) Make global from static.  Print
6146         variable info in parts for easier debugging with Checker.
6147
6148         * temporary.c: (copy_variable) Use copy_value_labels().
6149         (new_dictionary) New arg: whether to copy file label, documents.
6150
6151         * val-labs.c: (copy_value_labels) New function.
6152
6153         * var.h: (enums MISSING_*) Add MISSING_COUNT.
6154
6155         * vars-atr.c: [GLOBAL_DEBUGGING] (force_dup_variable) New
6156         function.
6157         (dup_variable) Set prv_index, get.fv, get.nv.
6158
6159 Fri Feb 13 15:38:36 1998  Ben Pfaff  <blp@gnu.org>
6160
6161         * Makefile.am: (pspp_SOURCE) Add htmlP.h.
6162
6163         * Many source files: For ANSI-compliance, add empty statement
6164         after label.  Reported by palme@uni-wuppertal.de (Hubert Palme)
6165         and Micah Altman <maltman@www-vdc.fas.harvard.edu>.
6166
6167         * data-in.c: (parse_numeric) Some header files break on
6168         -DBL_MIN_10_EXP because they get a --; add () for safety.
6169         Reported by palme@uni-wuppertal.de (Hubert Palme).
6170
6171         * dfm.c: Idea by Dr Eberhard W Lisse <el@linux.lisse.na>.
6172         (struct dfm_fhuser_ext) Change `file' from FILE * to file_ext.
6173         (dfm_close) Use close_file_ext.
6174         (open_inline_file) Set file.file to NULL, not file.
6175         (open_file_r, open_file_w) Initialize file.file; fill in file_ext
6176         struct and use open_file_ext().
6177         (read_record) Use file.file.
6178
6179         * file-handle.q: (prepend_current_directory) Pass through special
6180         filenames.
6181
6182         * filename.c: Only include unistd.h if HAVE_UNISTD_H.
6183         (normalize_filename) Pass through special filenames.
6184         (open_file, close_file) Accept pipe| and |pipe syntaxes as
6185         equivalent.
6186         (dirname) Rename blp_dirname() because of name conflict on some
6187         OS.  All references changed.  Reported by palme@uni-wuppertal.de
6188         (Hubert Palme).
6189         (is_special_filename) New function.
6190
6191         * get.c: (GTSV_OPT*) Add GTSV_OPT_MATCH_FILES.
6192         (trim_dictionary) Conditionalize some of the options on whether
6193         GTSV_OPT_MATCH_FILES is in *options.
6194         (rename_variables) Don't allow variables to be renamed as scratch
6195         variables.
6196         (MTF_*) New enum series.
6197         (struct mtf_file) New struct.
6198         (static vars mtf_head, mtf_tail, mtf_by, mtf_n_by, mtf_free) New
6199         vars.
6200         (cmd_match_files, mtf_free) New functions.
6201
6202         * lexer.c: (match_int) Needed parentheses around name to escape
6203         macro expansion.  Reported by Micah Altman
6204         <maltman@www-vdc.fas.harvard.edu>.
6205
6206         * print.c: Needed to include alloca.h.  Reported by Micah Altman
6207         <maltman@www-vdc.fas.harvard.edu>.
6208
6209         * recode.c: (convert_to_double) Parenthesize -DBL_MIN_10_EXP to
6210         -(DBL_MIN_10_EXP).  Reported by palme@uni-wuppertal.de (Hubert
6211         Palme).
6212         
6213         * str.h: Include stdarg.h.  Reported by palme@uni-wuppertal.de
6214         (Hubert Palme) and Micah Altman <maltman@www-vdc.fas.harvard.edu>.
6215
6216 Thu Feb  5 00:18:21 1998  Ben Pfaff  <blp@gnu.org>
6217
6218         * html.c: (struct html_driver_ext) Move into htmlP.h.
6219         (html_preopen_driver) Initialize cp_x, cp_y.
6220         (html_submit) Implement as call to output_tab_table().
6221         (change_attributes) New function.
6222         (escape_string) New function.
6223         (output_tab_table) New function.
6224
6225         * list.q: (write_all_headers) Add code for writing headers for the
6226         html driver.
6227         (clean_up) Write out the html close-table tag.
6228         (determine_layout) Ignore html driver.
6229         (list_cases) Write html data.
6230
6231         * som.c: (som_submit) Move more of the code into output_table().
6232
6233         * tab.c: (static var hit) Make a global var and rename tab_hit.
6234         (static var tab_table_class) Make a global var.
6235
6236         * htmlP.h: New file.
6237
6238 Tue Feb  3 16:12:18 1998  Ben Pfaff  <blp@gnu.org>
6239
6240         * dump-sysfile.c: Removed.
6241
6242         * html.c: (preclose) Change comment in emitted code.
6243
6244         * matrix-data.c: Debugging off by default.  Comment fixes.
6245         (static var container) New var.
6246         (cmd_matrix_data) Create and destroy container.  Initialize
6247         is_per_factor[] to 0s.  Move code into new function
6248         string_to_content_type().  Require split values to be present in
6249         the data when ROWTYPE_ is explicit.  Call specific function, not
6250         general read_matrices().
6251         (string_to_content_type) New function.
6252         (context) Exclude all whitespace, not just spaces.
6253         (mget_token) A dot is a number.  Add assertion.
6254         (static var data) Renamed nr_data.
6255         (static var factor_values) Renamed nr_factor_values.
6256         (read_matrices) Renamed read_matrices_without_rowtype().  Handle
6257         only specific case.  Close data_file before exit.
6258         (fill_matrix) New function.
6259         (read_data_lines) Renamed nr_read_data_lines().  Remove debug
6260         printing.  Style fixes.  Message fixes.  Move code into
6261         fill_matrix().
6262         (read_matrices_without_rowtype) Rename
6263         matrix_data_read_without_rowtype().  Fix off-by-one error on
6264         loops.  Allocate nr_data[] memory from arena.
6265         (read_matrices_with_rowtype) Removed.
6266         (read_splits) Renamed nr_read_splits().  Style fixes.
6267         (read_factors) Renamed nr_read_factors().
6268         (dump_cell_content) Comment fixes.  Arguments changed.  Change
6269         debug printing.  All references changed.
6270         (output_data) Renamed nr_output_data().
6271         (static var wr_content) New var.
6272         (struct factor_data) New struct.
6273         (static var wr_data) New var.
6274         (static var wr_current) New var.
6275         (matrix_data_source_destroy_source) Removed.
6276         (read_matrices_with_rowtype) New function.
6277         (matrix_data_read_with_rowtype) New function.
6278         (wr_read_splits) New function.
6279         (compare_factors) New function.
6280         (wr_output_data) New function.
6281         (wr_read_rowtype) New function.
6282         (wr_read_factors) New function.
6283         (wr_read_indeps) New function.
6284         (glob var matrix_data_source) Make destroy_source member NULL as
6285         well.
6286
6287 Fri Jan 23 00:09:08 1998  Ben Pfaff  <blp@gnu.org>
6288
6289         * lexer.c: (syntax_error) Give better error message when at end of
6290         file.
6291
6292         * matrix-data.c: (var content_names[]) Fix PROX spelling.  Change
6293         N_SCALAR to output as plain N.
6294         (mdump_token) Change output format.
6295         (context) Fix message output interaction with spaces in input.
6296         (another_token) New function.
6297         (force_eol) Improved error message.
6298         (static var max_cell_index) New var.
6299         (read_matrices) Init `cells'.  factor_values is now per-cell.
6300         Init max_cell_index.
6301         (read_data_lines) Replace `compare' local with new `compare' arg.
6302         Debugging messages changed.  Only read factors if per_factor.
6303         Propagate error return from read_factors(), force_eol().
6304         Copy N_SCALAR values across the N vector.
6305         (read_matrices_without_rowtype) Don't init `cells'.  Don't need to
6306         check parentheses manually since we now have is_per_factor[].
6307         Call read_data_lines() with new args.  Check for end of data after
6308         looping, using another_token().
6309         (read_factors) Arguments changed.  Use max_cell_index to determine
6310         whether to read or compare factors.  Message fixes.
6311         (dump_cell_content) New function.
6312         (output_data) Completely rewritten because content types were
6313         supported to be nested inside factor values, not vice versa.
6314         
6315 Thu Jan 22 00:26:38 1998  Ben Pfaff  <blp@gnu.org>
6316
6317         * lexer.c: (syntax_error) Support formatted varargs messages.
6318
6319         * matrix-data.c: Turn debugging on by default.
6320         (static content_type[]) New array.
6321         (static content_names[]) New array.
6322         (static rowtype_, varname_) New vars.
6323         (static is_per_factor[]) New array.
6324         (static split_values) Moved declaration.
6325         (static n_continuous, first_continuous) New var.
6326         (cmd_matrix_data) Don't init split_values.  Assign ROWTYPE_ to
6327         rowtype_.  Simplify SPLIT code.  Init is_per_factor[].  Assign
6328         VARNAME_ to varname_.  Initialize first_continuous, n_continuous.
6329         Check for continuous variables.
6330         [DEBUGGING] (debug_print) Remove content_names[].
6331         (mdump_token) New macro.
6332         (mget_token_dump) New function.
6333         (mdump_token) New function.
6334         (context) New function.
6335         (mget_token) Fix messages.
6336         (static var data, split_values, factor_values) New vars.
6337         (read_matrices) Manage split_values, factor_values.
6338         (read_data_lines) New function.
6339         (read_matrices_without_rowtype) Implemented.
6340         (read_splits) Message fixes.  Uses `just_read'.
6341         (read_factors) New function.
6342         (output_data) New function.
6343         (matrix_data_source_destroy_source) Close the file handle.
6344         (glob var matrix_source) Change name from "DATA LIST" to "MATRIX
6345         DATA".
6346
6347         * str.c: (strpadcmp) Removed.
6348
6349         * vfm.c: (dump_splits) Initialize i; fix test for end of splits.
6350
6351 Sun Jan 18 00:30:59 1998  Ben Pfaff  <blp@gnu.org>
6352
6353         * Lots of source files: Add cast to unsigned character to calls to
6354         tolower() and toupper().
6355
6356         * aggregate.c: Set default_dict.splits to NULL.
6357
6358         * command.c: (static variable tab[]) Add MATRIX DATA.
6359
6360         * data-in.c: Add debugging defines.  Formatting fixes.
6361
6362         * expr-opt.c: Formatting fixes.
6363
6364         * lexer.c: (syntax_error) Message fixes.
6365
6366         * matrix-data.c: New enum series.
6367         (static vars fmt, section, diag, explicit_rowtype, signle_split,
6368         split_values, n_factors, factors, cells, pop_n, contents,
6369         n_contents) New vars.
6370         (cmd_matrix_data) Finished implementation.
6371         (compare_variables_by_mxd_vartype) New function.
6372         [DEBUGGING] (debug_print) New function.
6373         (static vars mtoken, mtokstr, mtoklen, mtokval) New vars.
6374         (read_matrices) New function.
6375         (read_matrices_without_rowtype) New function.
6376         (read_matrices_with_rowtype) New function.
6377         (read_splits) New function.
6378         (mget_token) New function.
6379         (force_eol) New function.
6380         [0] (test_tokenizer) New function.
6381         (matrix_data_source_destroy_source) New function.
6382         (glob var matrix_data_source) New var.
6383
6384         * misc.h: Include ieeefp.h if present.
6385
6386         * split-file.h: (cmd_split_file) Changes corresponding to struct
6387         dictionary changes.
6388
6389         * str.h: Fix memmem prototype.
6390
6391         * temporary.c: (save_dictionary, restore_dictionary,
6392         free_dictionary) Changes corresponding to struct dictionary
6393         changes.
6394
6395         * var.h: (MXD_* enums) New enum series.
6396         (struct matrix_data_proc) New struct.
6397         (struct split) Removed.
6398         (struct dictionary) Changed `splits' member from `split *' to
6399         `variable **'.
6400         (macro force_create_variable) New macro.  Replaced lots of
6401         create_variable()/assert() calls with calls to this macro.
6402
6403         * vars-atr.c: (discard_variables) Changed assertion.
6404         [GLOBAL_DEBUGGING] (force_create_variable) New function
6405         called by the macro of the same name.
6406         (clear_variable) Changes to delete splits from the dictionary
6407         corresponding to struct dictionary changes.
6408
6409         * vars-prs.c: (parse_variables) [GLOBAL_DEBUGGING] Check for
6410         corrupted variable `index' values in the dictionary passed in
6411         every time this function is called.
6412
6413         * vfm.c: (dump_splits, SPLIT_FILE_procfunc) Changes corresponding
6414         to struct dictionary changes.
6415
6416 Tue Jan 13 23:45:02 1998  Ben Pfaff  <blp@gnu.org>
6417
6418         * Makefile.am: (pspp_SOURCES) Add matrix-data.c.
6419
6420         * command.c: New includes.
6421         (static array cmd_table[]) Add ERASE, HOST, NEW FILE.
6422         (cmd_erase) New function.
6423         [unix] (shell) New function.
6424         (run_command) New function.
6425         (cmd_host) New function.
6426         (cmd_new_file) New function.
6427
6428         * expr-prs.c: (parse_primary) Message fix.
6429
6430         * inpt-pgm.c: Formatting fix.
6431         (cmd_reread) Implement the FILE subcommand.
6432
6433         * matrix-data.c: New file.
6434
6435         * q2c.c: (dump_header) Change output commenting style.
6436
6437         * weight.c: Comment fix.
6438
6439 Tue Jan 13 00:53:39 1998  Ben Pfaff  <blp@gnu.org>
6440
6441         * aggregate.c: (buf64_10x) Renamed buf64_1xx, all references
6442         changed.
6443         (buf_10x) Renamed buf_1xx, all references changed.
6444         (cmd_aggregate) Implemented cases 010, 011, 110, and 111 (all
6445         cases now implemented).
6446         (create_sysfile) New function.
6447         (agr_11x_func) New function.
6448
6449         * data-in.c: (parse_numeric) Work properly if there's an
6450         explicitly coded decimal point in the data and decimal places are
6451         specified on DATA LIST.  Bug reported by Dr Eberhard W Lisse
6452         <el@linux.lisse.na>.
6453
6454         * get.c: (cmd_get, cmd_save_internal) Allow extraneous slash
6455         before file specification on GET, SAVE, XSAVE.  Bug reported by Dr
6456         Eberhard W Lisse <el@linux.lisse.na>.
6457
6458         * q2c.c: [!HAVE_STRERROR] Include misc/strerror.c, not
6459         strerror.c.  Bug reported by Alexandre Oliva
6460         <oliva@dcc.unicamp.br>.
6461
6462         * sort.c: Include sort.h.  Comment fixes.  A few esthetic fixes.
6463         (static var separate_case_tab) New var.
6464         (cmd_sort_cases) Cancel temporary transformations here.  Free
6465         v_sort before return.
6466         (sort_cases) Run an EXECUTE procedure if SEPARATE is nonzero and
6467         we're reading from a sort stream.  Don't cancel temporary
6468         transformations.  Offload internal sorting to do_internal_sort().
6469         (do_internal_sort) New function.  Handles internal sorting even
6470         when SEPARATE is nonzero.  Doesn't free v_sort.
6471         (do_external_sort) Take new arg SEPARATE.  Only destroy `x' if
6472         it's non-NULL.
6473         (write_initial_runs) Take new arg SEPARATE.  Only destroy the old
6474         sink if SEPARATE is zero.
6475         (read_output_cases) Renamed read_sort_output(), all references
6476         changed.  Now uses separate_case_tab when it exists.
6477         (write_separate) New function.
6478
6479         * vfm.c: (page_to_disk) Destroy memory_source_cases, not
6480         memory_sink_cases.  Don't redundantly call
6481         vfm_source->destroy_source().
6482         (memory_stream_mode) After switching over, set memory_sink_cases
6483         to NULL.
6484
6485 Sat Jan 10 23:35:51 1998  Ben Pfaff  <blp@gnu.org>
6486
6487         * aggregate.c: (struct agr_var) Expand dbl[] array from 2 to 3
6488         elements.
6489         (static var prev_case) New, moved out of aggregate_single_case()
6490         local scope.
6491         (static var buf64_10x, buf_10x) New.
6492         (cmd_aggregate) Initialize prev_case.  Comment fixes.  Implement
6493         the 000, 001, 100, and 101 cases.  Free prev_case.
6494         (parse_aggregate_functions) Disallow scratch variables.
6495         (free_aggregate_functions) Only free agr_dict if non-null.  Use
6496         iter->function to determine numeric/string type, not
6497         iter->src->type.
6498         (aggregate_single_case) Don't manage prev_case.  Initialize
6499         aggregate info after dumping it.
6500         (accumulate_aggregate_info) Fix sum, weighted sum, mean, weighted
6501         mean, stddev, weighted stddev definitions.
6502         (dump_aggregate_info) Implemented.
6503         (initialize_aggregate_info) Renamed from
6504         initialize_aggregate_functions().  Initializes dbl[2].
6505         (agr_00x_trns_proc, agr_00x_end_func, write_case_to_sfm,
6506         agr_10x_trns_proc, agr_10x_trns_free, agr_10x_end_func) New.
6507
6508         * cases.c: (alloc_val) Removed.
6509
6510         * get.c: (cmd_save_internal) Initialize new `dict' member.
6511
6512         * sfm-write.c: (sfm_write_dictionary, write_header,
6513         write_variable, write_value_labels, write_documents) Reorganize,
6514         simplify for new parameter structure.
6515         (write_variable) Only one variable * argument now.
6516
6517         * sfm.h: (struct sfm_write_info) Removed `pri', `sec', and
6518         replaced by new `dict' member.
6519
6520         * temporary.c: (new_dictionary) Initialize n_documents.
6521
6522         * vars-atr.c: (dup_variable) Allocate `value's from dict into
6523         v->fv manually.
6524         (init_variable, replace_variable) Eliminate usage of alloc_val().
6525
6526         * vars-prs.c: (parse_DATA_LIST_vars) Accept PV_NO_SCRATCH option.
6527
6528         * vfm.c: (arrange_compaction) Allow `temporary' value of 2 to
6529         signal that AGGREGATE is to be used for forming final cases.
6530         (close_active_file) Call end_func before stopping lagging.  Cancel
6531         temporary after finishing compaction.
6532         (write_case) Comment fixes.  Cleaned up.
6533         (compact_case) Let AGGREGATE handle compaction when `temporary' is
6534         2.
6535
6536 Sat Jan 10 02:10:47 1998  Ben Pfaff  <blp@gnu.org>
6537
6538         * Makefile.am: (BUILT_SOURCES) Add means.c.
6539         (pspp_SOURCES) Add means.c.
6540         (EXTRA_DIST) Add means.q.
6541
6542         * command.c: (array cmd_table[]) Add MEANS.
6543
6544         * common.h: Esthetic fixes.  Comment fixes.  Test for
6545         MAX_SHORT_STRING greater than 8.
6546         (macros LOWEST, HIGHEST) New.
6547
6548         * data-in.c, data-list.c, recode.c: Comment fixes.
6549
6550         * means.q: New file, base version.
6551
6552         * mis-val.c: (parse_num_or_range, parse_numeric) Replace -DBL_MAX
6553         with LOWEST, DBL_MAX with HIGHEST.
6554
6555         * q2c.c: (dump_vars) Add an enum to array types giving the number
6556         of values for the enum.
6557
6558         * sfm-read.c: (sfm_read_dictionary, read_machine_flt64_info)
6559         Replace second_lowest_value with second_lowest_flt64.
6560
6561         * sfm-write.c: (write_variable, write_rec_7_34) Replace
6562         second_lowest_value with second_lowest_flt64.
6563
6564         * t-test.q: Comment fix.
6565
6566         * temporary.c: (restore_dictionary) Esthetic fix.
6567
6568         * tokens.h: (force_match_id, force_match, force_string, force_int,
6569         force_num, force_id) Replace msg() with syntax_error().
6570
6571         * var.h: (struct means_proc) New.
6572         (struct variable) Add mns member to `p' union.
6573
6574         * vars-prs.c: (parse_variable, parse_dict_variable,
6575         parse_variables, parse_DATA_LIST_vars) Replace msg() with
6576         syntax_error().
6577
6578 Thu Jan  8 22:28:41 1998  Ben Pfaff  <blp@gnu.org>
6579
6580         * Makefile.am: (pspp_SOURCES) Add tab.h.
6581
6582         * Most source files: Added a cast to unsigned char in usages of
6583         the ctype is*() functions.  Replaced `end of command expected'
6584         calls to msg() with calls to syntax_error().
6585
6586         * frequencies.q: (dump_condensed) Fix tab_dim() column reference.
6587
6588         * lexer.c: (hex_val) Removed (was dead code).
6589         (idmatch) Parenthesize function name to avoid macro expansion.
6590
6591         * postscript.c: Comment fixes.
6592         (ps_preopen_driver) Change default font size to 10pt.
6593
6594         * sfm-read.c: (read_variables) Byteswap sv.print, sv.write as
6595         int32s.
6596         (parse_format_spec) Change system-file format spec argument type
6597         to int32.  Parse the format spec with bitwise operators.
6598
6599         * sfmP.h: (struct sysfile_format) Removed.
6600         (struct sysfile_variable) Changed print, write members from
6601         sysfile_format to int32.
6602
6603         * tokens.h: Esthetic fixes.
6604         [__GNUC__] (macro id_match) New macro to hopefully speed up
6605         identifier matching.
6606         (macros match_id, match_tok, match_int) Implemented in
6607         compiler-independent manner; no longer GNU C only.
6608
6609         * vfm.h: Include time.h.
6610
6611 Mon Jan  5 11:06:15 1998  Ben Pfaff  <blp@gnu.org>
6612
6613         * data-list.c: (dump_fixed_table) Change tab_dim().
6614
6615         * dump-sysfile.c: (open_sysfile) Fix mmap() call.
6616
6617         * error.c: Include command.h.
6618
6619         * frequencies.g: Formatting fixes.
6620
6621         * frequencies.q: Add tab_dim() calls.  Make the total cell a
6622         joined cell.
6623
6624         * glob.c: Include command.h.
6625
6626         * sfm-read.c: (struct sfm_fhuser_ext) New members sysmis, highest,
6627         lowest.
6628         (sfm_read_dictionary) Initialize sysmis, highest, lowest.
6629         (sfm_read_machine_flt64_info) Update sysmis, highest, lowest.
6630         (read_variables) Byteswap sv.type; byteswap sv.print, sv.write as
6631         the other elements (is this right?).
6632         (read_variables) Use lowest, highest members.
6633         (parse_format_spec) New arg `vv' for more stringent checking.
6634         (dump_dictionary) Byteswaps nonexplicit data.
6635         (sfm_read_case) Byteswap numeric data.
6636
6637         * som.c: Initialize table_num to 1.
6638         (render_segments) Remember to increment y_index after each table
6639         segment.
6640
6641         * sysfile-info.c: (cmd_sysfile_info) Change tab_dim().  Don't call
6642         avl_count() on a NULL tree.  No title for the second table.
6643         (cmd_display) Handle DISPLAY VECTORS by calling display_vectors().
6644         Handle AS_SCRATCH as AS_NAMES.  Warn if no variables.  Re-enable;
6645         fix call to display_variables().
6646         (display_variables) Default to 4 columns, not 3.  Set up headers.
6647         Column title is Variable, not Name.  Fix index column.
6648         Add joint text.  Add tab_dim().  Handle value labels properly.
6649         Handle DISPLAY LABELS properly.  Draw boxes correctly.
6650         (describe_variable) Value labels don't need titles.  Don't clear
6651         nonexistent index column.
6652         (compare_vectors_by_name) New function.
6653         (display_vectors) New function.
6654
6655         * tab.c: (tab_height) Add assertion.
6656         (tab_null) Add debug code.
6657         (evaluate_dimensions) Add debug code.
6658
6659         * var.h: (struct variable) get_proc data is sometimes used
6660         simultaneously with other per-procedure info, therefore it was
6661         removed from the union.  All references changed.        
6662
6663 Sun Jan  4 18:13:33 1998  Ben Pfaff  <blp@gnu.org>
6664
6665         * ascii.c: (ascii_close_page) Put title on second line of headers
6666         if there is no subtitle.
6667
6668         * command.c: (glob var cur_proc) Move definition here, from
6669         common.c.
6670         (cmd_remark) Emit blank line before remarks.
6671
6672         * command.h: (glob var cur_proc) Move declaration here, from
6673         common.h.
6674
6675         * data-list.c: (dump_fixed_table) Fix messages.
6676         (dump_free_table) Call tab_nat_dim().
6677
6678         * descript.q: (dump_z_table) Modify tab_dim() call.
6679
6680         * frequencies.q: (dump_condensed, dump_statistics) Add tab_dim()
6681         call.
6682         (dump_statistics) Don't output header.
6683
6684         * groff-font.c: Minor format fix.
6685
6686         * html.c: Comment fix.
6687
6688         * list.q: (write_varname) Indent after advancing page.
6689
6690         * output.h: Minor reordering.
6691
6692         * postscript.c: Comment fixes.  Many places, '\n' was replaced by
6693         a reference to eol[].
6694         (struct ps_driver_ext) New member eol[].
6695         (ps_preopen_driver) Initialize eol[].
6696         (ps_postopen_driver) Fix sense of text for text_opt, line_opt
6697         defaults.  Handle headers.  Fix test for minimum page length.
6698         (static var option_tab[]) Add `line-ends'.
6699         (ps_option) Handle line-ends to change eol[].
6700         (postopen) Scale prop_em_width and fixed_width properly.  Set the
6701         prologue title to outp_title if applicable.  Replace the prologue
6702         line ends with eol[].  Call draw_headers() if headers are enabled.
6703         (text_width) New function.
6704         (out_text_plain) New function.
6705         (draw_headers) New function.
6706
6707         * print.c: (dump_table) Call tab_nat_dim().
6708
6709         * som.c: (som_blank_line) Only advance a line if not at the top of
6710         a page.
6711         (som_submit) Move several informational table calls here.
6712         Increment subtable_num if SOMF_NO_TITLE not set.
6713         (output_table) Advance a line if SOMF_NO_SPACING not set.
6714         (render_columns, render_segments, render_simple) Handle spacing
6715         between tables.  Handle table titles.  Remove debug output.
6716
6717         * som.h: (SOMF_*) New enum series.
6718         (struct som_table_class) New member `flags'.
6719
6720         * sysfile-info.c: (cmd_sysfile_info) Calls tab_nat_dim().  No
6721         headers or spacing.
6722         (display_variables) Calls tab_nat_dim().
6723         (describe_variable) Remove restriction on number of value labels.
6724         Make value labels separated by thin lines.
6725
6726         * tab.c: (tab_create) Default `flags' to none.
6727         (tab_float) New arg `w'.  All references changed.
6728         (tab_nat_dim) New function.
6729         (tab_output_text) No title or spacing.
6730         (tab_flags) New function.
6731         (tabi_flags) New function.
6732         (tabi_title) New function.
6733         (strip_height) Removed.
6734         (tabi_render) Skip title when necessary.
6735         (static var tab_tab_class) Add tabi_flags, tabi_title.
6736         (evaluate_dimensions) Disable display of column, row size.
6737         (sum_columns) Add title height to top header.
6738         (render_strip) Moved within file.
6739
6740         * tab.h: (struct tab_table) New member `flags'.
6741
6742         * vfm.c: (dump_splits) Calls tab_nat_dim().  No title.
6743
6744 Sat Jan  3 16:55:44 1998  Ben Pfaff  <blp@gnu.org>
6745
6746         * Most source files: Add `const' attribute in all appropriate
6747         places.
6748         
6749         * sysfile-info.c: (cmd_sysfile_info) Add tab_dim() call, add a
6750         column to the variables table for use by describe_variable().
6751         (cmd_display) Disable for the present.
6752         (display_documents) Don't wrap documents.
6753         (display_variables) Table has four columns now.
6754         (describe_variable) Table has four columns now.  Don't use a
6755         subtable, use joined cells instead.
6756
6757         * tab.c: (tab_create) Don't set `join'.
6758         (tab_realloc) ct array is not made up of a_string's.
6759         Reallocate trh, hrh, h arrays, initialize trh array.  Initialize
6760         cell contents on GLOBAL_DEBUGGING, not DEBUGGING.
6761         (text_format) New function.
6762         (tab_title) Rewritten, uses text_format().
6763         (tab_text) Rewritten, uses text_format().
6764         (tab_joint_text) New function.
6765         (tab_join) Removed.
6766         (static var hit) New variable.
6767         (render_strip) New args r1, r2.  Implement joined cells that fit
6768         on a single page.
6769         (tabi_render) Increment hit.  Pass new args to render_strip().
6770         (evaluate_dimensions) [GLOBAL_DEBUGGING] Check for uninitialized
6771         cells.  For t_naw and t_nah, ignore joined cells and null cells in
6772         calculations.
6773         
6774         * tab.h: (struct tab_join_rect) Removed.
6775         (struct tab_table) Removed `join'.
6776         (TAB_JOIN_MAIN) Removed.
6777         (struct tab_joined_cell) New struct.
6778         (TAT_NOWRAP) New enum.
6779
6780 Fri Jan  2 01:39:58 1998  Ben Pfaff  <blp@gnu.org>
6781
6782         * ascii.c: (ascii_postopen) Replace ASCII_* macros with their
6783         expansions.
6784         (ascii_postopen_driver) Fix initialization of *_spacing so that
6785         the TAL_0 bit doesn't count.
6786
6787         * data-list.c: (dump_fixed_table) Use natural width for Format
6788         column.
6789
6790         * glob.c: (rerange) Removed.
6791         (get_date) Formatting fixes.  Internationalization fix.
6792
6793         * html.c: (html_postopen_driver) Replace HTML_DEFAULT_OUTPUT_FILE
6794         with "pspp.html".
6795
6796         * postscript.c: (ps_postopen_driver) Replace
6797         PS_DEFAULT_OUTPUT_FILE with "pspp.ps".
6798
6799         * som.c: (som_submit) Don't eject page before every table.
6800         (output_table) Fix order of arguments on call to area().
6801         (render_columns) Fix calculation of max_len.
6802         
6803         * tab.c: (tabi_cumulate) Minor change to increase elegance.
6804         (render_strip) New function.
6805         (strip_height) New function.
6806         (tabi_render) Rewrite as calls to render_strip().
6807
6808         * tab.h: (TAT_* enums) Removed TAT_RICH, all references removed.
6809         Renumbered TAT_PRINTF, TAT_TITLE, TAT_FIX to correspond better
6810         with the TAB_* and OUTP_T_* constants.
6811         
6812 Thu Jan  1 11:53:52 1998  Ben Pfaff  <blp@gnu.org>
6813
6814         * Makefile.am: Formatting fixes.
6815
6816         * ascii.c: (ascii_postopen_driver) Initialize *_line_spacing[],
6817         *_line_width[].
6818
6819         * data-list.c: (dump_fixed_table) Add tab_dim() call.
6820
6821         * descript.q: (dump_z_table, display) Add tab_dim() calls.
6822
6823         * dump-sysfile.c: (glob var length) Make type off_t.
6824         (usage) Fix arguments.
6825         (main) Return 0.
6826
6827         * output.h: (OUTP_T_*) Change constants' value to match tab.h.
6828         Now right-justification is the default so many references had to
6829         change.
6830         (struct outp_class) Removed line_width, all references changed.
6831         (OUTP_DEV_*) Add OUTP_DEV_DISABLED.
6832         (struct outp_driver) Add elements horiz_line_width,
6833         vert_line_width, horiz_line_spacing, vert_line_spacing.  Remove
6834         som element.
6835
6836         * postscript.c: (outp_encodings) Formatting fixes.  Fix garbage
6837         collection.
6838         (postopen) Initialize all the informational members of
6839         outp_driver.
6840
6841         * som.c: (som_blank_line) New function, renamed from blank_line(),
6842         all references changed.
6843         (som_submit) Disables drivers whose pages can't be opened.
6844         (render_columns, render_simple, render_segments) Add debug output.
6845         (render_columns) Fix loop range.
6846         (render_simple) Don't try to render the headers, they're taken
6847         care of automatically.  Advance cp_y past the table when done.
6848         (render_segments) Fix loop ranges.
6849
6850         * tab.c: Initialize new members of tab_table.
6851         (tab_vline) Handle trv[]; don't set style for spacing-only lines.
6852         (tab_hline) Handle trh[]; don't set style for spacing-only lines.
6853         (tab_box) Handle trh[], trv[]; don't set style for spacing-only
6854         lines.
6855         (set_expr) Removed.
6856         (tab_dim) New function.
6857         (tab_col_width) Removed.
6858         (tab_row_height) Removed.
6859         (tab_output_text) Call tab_dim().
6860         (tabi_driver) Call evaluate_dimensions(), sum_columns().
6861         (tabi_area) Implemented.
6862         (tabi_cumulate) Implemented.
6863         (tabi_render) Partially implemented, but broken.
6864         (var tab_table_class) Made static.
6865         (evaluate_dimensions) New function.
6866         (sum_columns) New function.
6867
6868         * tab.h: (enum t_*) Now start at t_end.  New: t_ptw, t_nr, t_nc,
6869         t_nah, t_naw, t_neg, t_xch, t_dup, t_lbl, t_jnz, t_sac, t_sar,
6870         t_scr, t_srr, t_sentinel.  Removed: t_nat.
6871         (struct tab_table) New: wl, wr, ht, hb, trh, hrh, trv, wrv, dim,
6872         max_stack_height, w, h.  Removed: ce, re.
6873         (macro blank_line) Removed.
6874         (glob var zero_length) Removed.
6875
6876 Fri Dec 26 15:44:31 1997  Ben Pfaff  <blp@gnu.org>
6877
6878         * Most source files: include some of the new include files broken
6879         out of var.h.
6880         
6881         * Makefile.am: (pspp_SOURCES) Add all the new source files to the
6882         list.
6883
6884         * aggregate.c: (glob var outfile) Make static.
6885
6886         * command.c: (glob var pgm_state) Move here.
6887
6888         * common.c: (glob vars endian, second_lowest_value, pgmname,
6889         finished, curdate, cur_proc, start_interactive, history_file) Move
6890         here.
6891
6892         * descript.q: (structs dsc_z_score, descriptives_trns) Move here.
6893
6894         * file-handle.q: (glob vars files, inline_file) Move here.
6895
6896         * glob.c: Lost lots of glob vars, detailed in individual file
6897         entries.
6898         (init_glob) set_printer, set_screen were obsolete, deleted.
6899         set_cprompt has fewer spaces because pspp has fewer letters than
6900         fiasco.
6901
6902         * inpt-pgm.c: (glob vars inp_init, inp_init_size) Move here.
6903         (inp_nval) Made static.
6904
6905         * lexer.c: (glob vars token, tokval, tokstr, tokstr_size,
6906         tokstr_len, toklongstr, tokint) Move here.
6907
6908         * misc.c: Lost several vars and functions.
6909
6910         * set.q: (all the set_* variables) Move here.
6911
6912         * str.c: (strmaxcpy, strbarepadcpy, strbarepadlencpy, strpadcpy,
6913         blpstrset, strpadcmp, memrev, memrmem, cmp_str) Move here from
6914         misc.c.
6915
6916         * tab.c: (set_expr, tab_col_width, tab_row_height) New functions.
6917
6918         * tab.h: (enum series t_*) New enums.
6919         (struct tab_table) Use arena struct tag.  New members ce, re.
6920
6921         * tokens.h: Comment fixes.
6922
6923         * var.h: Move lots of enums and variables and functions and
6924         structures to other files.  Use and declare a lot more union and
6925         struct tags.  Comment fixes.  
6926
6927         * vector.c: (glob vars vec, nvec) Move here.
6928
6929         * vfm.c: (glob vars reinit_sysmis, reinit_blanks, init_zero,
6930         init_blanks, last_vfm_invocation) Move here.
6931
6932         * cases.h: New file.
6933         (struct long_vec) Move here.
6934         (vec_init, vec_clear, vec_insert, vec_delete, devector, envector)
6935         Move here.
6936
6937         * command.h: New file.
6938         (STATE_* enums) Move here.
6939         (glob var pgm_state) Move here.
6940
6941         * format.c: New file.
6942         (glob var formats) Move here.
6943         (parse_format_specifier_name, fmt_to_string,
6944         check_input_specifier, check_output_specifier,
6945         check_string_specifier, convert_fmt_ItoO, parse_format_specifier)
6946         Move here.
6947
6948         * format.h: New file.  Move functions now in format.c here.
6949         (FMT_* enums) Move here.
6950         (struct fmt_desc) Move here.
6951         (FCAT_* enums) Move here.
6952         (struct fmt_spec) Move here.
6953         (glob vars formats, fmt_parse_ignore_error) Move here.
6954
6955         * inpt-pgm.h: New file.
6956         (INP_* enums) Move here, make #defines into enums.
6957         (glob vars inp_init, inp_init_size) Move here.
6958
6959         * sort.h: New file.
6960         (glob vars v_sort, nv_sort) Move here.
6961         (sort_cases, read_sort_output) Move here.
6962
6963         * vector.h: New file.
6964         (struct vector) Move here, add struct tag.
6965         (glob vars vec, nvec) Move here.
6966         (find_vector) Move here.
6967
6968         * New file.
6969         (glob vars last_vfm_invocation, temp_case, reinit_sysmis,
6970         reinit_blanks, init_zero, init_blanks) Move here.
6971         (struct case_stream) Move here.
6972         (glob vars vfm_source, vfm_sink, vfm_memory_stream,
6973         vfm_disk_stream, sort_stream, data_list_source,
6974         input_program_source, file_type_source, get_source, n_lag) Move
6975         here.
6976         (procedure, write_case, lagged_case, compact_case, page_to_disk)
6977         Move here.
6978                 
6979 Wed Dec 24 22:40:42 1997  Ben Pfaff  <blp@gnu.org>
6980
6981         * Makefile.am: (pspp_SOURCES) Added html.c, som.c, som.h.
6982         (LDADD) Add libdcdflib.
6983
6984         * ascii.c: Comment and formatting fixes.  Almost every external
6985         function had an assert added, checking driver_open and page_open.
6986         (ascii_init_driver) Broken into ascii_preopen_driver,
6987         ascii_postopen_driver, ascii_close_driver.  Manages driver_open.
6988         (ascii_open_page) Sets page_open.
6989         (ascii_close_page) Clears page_open.
6990
6991         * html.c: Comment and formatting fixes.  Almost every external
6992         function had an assert added, checking driver_open and page_open.
6993         (html_init_driver) Broken into html_preopen_driver,
6994         html_postopen_driver, html_close_driver.  Manages driver_open.
6995         (html_open_page) Sets page_open.
6996         (html_close_page) Clears page_open.
6997         (html_submit) Disabled.
6998
6999         * lexer.c: (parse_string) Remove debugging printf.
7000
7001         * list.q: (determine_layout) Open a page if one is not yet open.
7002
7003         * output.c: Comment fixes.
7004         (add_class) Set the class member of the new list element.
7005         (parse_options) Don't handle device type.
7006         (colon_tokenize) New function.
7007         (configure_driver) New four-field format with a field for device
7008         type.  Now initialize driver_open, page_open, next, and prev
7009         fields.  Use new colon_tokenize() function.  Don't do a memory
7010         copy to replace a driver, it doesn't work; instead delete the old
7011         driver and insert a new one.
7012         (destroy_driver) Don't call som_destroy_driver().  Close the page
7013         if it's open.  Find the class in the list of classes and decrement
7014         that reference count.  Remove the driver from the global driver
7015         list.
7016         (outp_iterate_enabled_drivers) Renamed outp_drivers().  All
7017         references changed.  Rewritten.  Don't return a driver that's not
7018         enabled.
7019         (outp_eject_page) All references to som_internal_eject_page()
7020         changed to use this.  Sets cp_x to 0 as well as cp_y.
7021
7022         * output.h: (OUTP_I_* enums) Removed.
7023         (struct som_submission_form) Removed.
7024         (struct outp_class) init_driver broken into preopen_driver,
7025         postopen_driver, and close_driver.  submit changed to take a
7026         som_table argument.
7027
7028         * postscript.c: Comment and formatting fixes.  Almost every
7029         external function had an assert added, checking driver_open and
7030         page_open.
7031         (ps_init_driver) Broken into ps_preopen_driver,
7032         ps_postopen_driver, ps_close_driver.  Manages driver_open.
7033         (ps_open_page) Sets page_open.
7034         (ps_close_page) Clears page_open.
7035
7036         * som.c: New file, base implementation.
7037         
7038         * som.h: (struct som_table) Add struct tag.
7039         (enum SOM_COL_ACROSS) Removed.
7040         (SOM_ROWS, SOM_COLUMNS) New enums.
7041         (struct som_table_class) Add member `cumulate'.  Remove `segment';
7042         change `render' arguments.
7043         (struct som_point, struct som_rect) Removed.
7044         (som_submit_table) Fixed typo, should have been som_submit.
7045
7046         * sysfile-info: (describe_variable) Don't try to insert a
7047         subtable; just destroy it for now.
7048
7049         * t-test.q: Include dcdflib/cdflib.h instead of cdflib.h.  Fix
7050         references to value labels.
7051
7052         * tab.c: (tab_destroy) New function.
7053         (tab_columns) Change argument.
7054         [0] (tab_submit) Remove dead code.
7055         (tab_title) Allocate string from the table's arena.
7056         (tab_output_text) Only free the buffer if we allocated it.
7057         (tab_submit) New function.
7058         (static vars t, d) New static vars.
7059         (tabi_table, tabi_driver, tabi_count, tabi_area, tabi_columns,
7060         tabi_headers, tabi_cumulate, tabi_render) New functions.
7061         (glob var tab_table_class) New global var.
7062
7063         * tab.h: (struct tab_join_rect) Don't use a som_rect; directly
7064         encapsulate the rectangle.  All references changed.
7065         
7066 Sun Dec 21 16:18:58 1997  Ben Pfaff  <blp@gnu.org>
7067
7068         * All header files updated to use struct tags in addition to
7069         typedefs for all structures.  Don't use word `struct' in struct
7070         tags.
7071         
7072         * Makefile.am: (pspp_SOURCES) Remove html.c.
7073         (INCLUDES) Replace the lib/* includes with a single lib/ include;
7074         all references updated.
7075
7076         * command.c: (parse_cmd) Remove call to som_check_workspace.
7077         (output_line) Update to new som.
7078
7079         * data-in.c: (parse_numeric) A single dot is not an error; it is
7080         the system-missing value.
7081
7082         * data-list.c: (dump_fixed_table, dump_free_table) Update to new
7083         som.
7084
7085         * data-out.c: Added `const' as appropriate to many prototypes.
7086         (convert_E, convert_F, convert_CCx) Take double argument instead
7087         of value * argument.
7088         (convert_format_to_string) Call changed functions appropriately.
7089         Instead of modifying the caller's value for FCAT_SHIFT_DECIMAL,
7090         make a local copy of the value.
7091
7092         * descript.q: Remove custom_variables() prototype now provided by
7093         q2c.  
7094         (custom_variables) Don't increment sbc_variables, the caller does
7095         this.
7096         (dump_z_table, display) Update to new som.
7097
7098         * error.c: (vmsg) Add const to prototype.  Remove code to handle
7099         `too many errors' condition.
7100         (check_error_count) New function.
7101         (msg) Add const to prototype.
7102
7103         * filename.c: (open_file) Rewrite for elegance.
7104
7105         * frequencies.q: Remove custom_*() prototypes now provided by q2c.
7106         (dump_full, dump_condensed, dump_statistics) Update for new som.
7107
7108         * list.q: Don't include somP.h.  Change all references to
7109         som_driver_ext to refer to the new members of som_driver.  Change
7110         som_internal_eject_page() references to outp_eject_page().
7111
7112         * main.c: (parse) Rewrite for elegance.  Add call to
7113         check_error_count().
7114
7115         * output.c: (add_class, outp_list_classes, outp_configure_driver)
7116         Rewrite or revise for new outp_driver_class_list structure.
7117         (outp_iterate_enabled_drivers) Fix comparison between disabled
7118         devices and current device type.
7119         (outp_eject_page) New function.
7120
7121         * output.h: Comment fixes.
7122         (struct outp_driver) New members driver_open, page_open, cp_x,
7123         cp_y, font_height, prop_em_width, fixed_width.  Deleted members
7124         ref_count, next.
7125         (struct outp_driver_class_list) New struct.
7126         (outp_class_list) Changed to type outp_driver_class_list; all
7127         references updated.
7128
7129         * print.c: (dump_table, print_trns_proc) Updated for new som.
7130
7131         * q2c.c: (dump_vars) Simplify array subcommand code.  Declare
7132         prototypes for custom subcommands.
7133         (dump_subcommand) Always include the `else'.
7134         (dump_parser) Fix comments in output code.
7135
7136         * set.q: Reordered functions.
7137
7138         * som-frnt.c, som-high.c, som-low.c, somP.h: Removed.
7139         
7140         * som.h: Rewritten from scratch.
7141
7142         * str.h: Remove dead code.
7143
7144         * tab.c, tab.h: New files, base implementation.
7145
7146         * sysfile-info.c: (cmd_sysfile_info, describe_variable) Update to
7147         new som.
7148
7149         * t-test.q: New code from John Williams
7150         <johnr.williams@stonebow.otago.ac.nz>.  Include math.h, cdflib.h.
7151         Many many new static vars and defines.
7152         (precalc, postcalc, g_postcalc, z_postcalc, t_pairs, t_groups,
7153         groups_calc, pairs_calc, z_dev_calc, z_calc) New functions.
7154         (struct value_list) New struct.
7155         (variance, covariance, pooled_variance, oneway, pearson_r, f_sig,
7156         t_crt, t_sig, print_t_groups) New functions.
7157         (cmd_t_test) Implemented.
7158
7159         * temporary.c: (cancel_temporary) Only free the temp_dict if it's
7160         non-NULL.
7161
7162         * vfm.c: (dump_splits) Update to new som.
7163
7164 Thu Dec  4 23:02:22 1997  Ben Pfaff  <blp@gnu.org>
7165
7166         * Makefile.am: (fiasco_SOURCES) Add html.c.
7167
7168         * aggregate.c: Base source.
7169
7170         * ascii.c: (postopen, preclose) Reformat.
7171
7172         * data-out.c, expr-evl.c: Comment fixes.
7173         
7174         * filename.c: (open_file) When opening a file for writing, use
7175         line buffering instead of full buffering for better interactive
7176         performance.  Suggested by Valerio Aimale
7177         <valerio@svpop.com.dist.unige.it>.  Also, recognize special file
7178         names `stdin', `stdout', `stderr'.
7179
7180         * groff-font.c: Comment fixes.
7181
7182         * html.c: New file; base version.
7183
7184         * list.q: (write_all_headers, clean_up, determine_layout,
7185         list_cases) Ignore `special' devices for now.  Needs to be fixed
7186         later.
7187
7188         * output.c: (outp_init) Add html driver to list; reverse list
7189         order.
7190
7191         * output.h: (struct outp_class_struct) New members `special',
7192         `submit'; comment fixes.  All references changed.
7193
7194         * postscript.c: (ps_init_driver) Make defaults for text_opt,
7195         line_opt depend on whether the OUTP_DEV_SCREEN bit is set on the
7196         device.
7197         (postopen) Comment fix.
7198         (preclose) Comment fixes, formatting fixes.  Change x->file.file
7199         references to more proper f->file.
7200
7201         * som-high.c: (som_submit_table) Special classes use their own
7202         renderers.
7203
7204         * som.h: Comment fixes.
7205
7206         * temporary.c: (new_dictionary) Don't try to xstrdup() a NULL
7207         string.
7208         
7209 Tue Dec  2 14:36:07 1997  Ben Pfaff  <blp@gnu.org>
7210
7211         * Makefile.am: (fiasco_SOURCES) Add aggregate.c back in.
7212
7213         * aggregate.c: Still working on this.
7214
7215         * command.c: (cmd_table[]) Add AGGREGATE back in.
7216         (split_words) Make '-' a legal word separator as well as ' '.
7217
7218         * main.c: Comment fixes.
7219
7220         * q2c.c: (dump_parser) Don't require the procedure's full name to
7221         be present, in the generated source.
7222
7223         * t-test.q: Change name to `t-test' from `t test'.  Let PAIRS be
7224         multiply specified and let it be default; let MISSING, CRITERIA,
7225         FORMAT be multiply specified.
7226         (cmd_t_test) Parse command name.  [DEBUGGING] Call debug_print().
7227         (custom_groups) Fix defaults.
7228         (custom_pairs) Check whether this is a PAIRS subcommand before
7229         attempting to parse.  Better garbage collection.  Proper storage
7230         allocation.
7231         [DEBUGGING] (debug_print) New function.
7232
7233         * temporary.c: Comment fixes.
7234         (copy_variable) Don't copy variable name and index.
7235         (save_dictionary) Copy variable name and index by hand.
7236
7237         * vars-atr.c: Comment fixes.
7238         (create_variable) New dictionary argument.  All references
7239         changed.
7240         (common_init_stuff) New dictionary argument.  All references
7241         changed.
7242         (init_variable) New dictionary argument.  All references changed.
7243         (dup_variable) New function.
7244
7245         * vars-prs.c: (parse_variables) If there are any errors, we always
7246         return 0.  Previously, it was possible for some types of errors to
7247         be ignored.
7248         
7249 Sat Nov 22 01:20:59 1997  Ben Pfaff  <blp@gnu.org>
7250
7251         * Makefile.am: (fiasco_SOURCES) For 0.1.5 release, remove
7252         aggregate.c.
7253
7254         * command.c: (cmd_table[]) Comment out AGGREGATE; add T TEST.
7255
7256         * list.q, t-test.q: Remove ALL option from VARLIST declaration in
7257         grammar rules.
7258
7259         * q2c.c: Comment fixes.
7260         (SBC_* enums) Remove SBC_VARLIST_ALL; all references removed.
7261         
7262         * t-test.q: (cmd_list) Rename cmd_t_test.
7263
7264         * temporary.c: (new_dictionary) Don't declare as static.
7265         
7266 Fri Nov 21 00:03:06 1997  Ben Pfaff  <blp@gnu.org>
7267
7268         * aggregate.c: Changes, still not finished.
7269
7270         * file-handle.q, frequencies.q, list.q, set.q: Comment fixes.
7271
7272         * q2c.c: Comment fixes.  Now its output is internationalized.
7273         (get_token) Fix parsing of escapes within literal strings.
7274         (main) Fix bad #line directives in output.
7275
7276         * t-test.q: Base implementation.
7277
7278         * temporary.c: (new_dictionary) New function.
7279         (restore_dictionary) [__CHECKER__] Change fill character to *
7280         (from @).
7281         
7282 Sun Nov 16 01:29:57 1997  Ben Pfaff  <blp@gnu.org>
7283
7284         * Makefile.am: (BUILT_SOURCES, fiasco_SOURCES) Add t-test.c
7285
7286         * aggregate.c: Changes, still not finished.
7287
7288         * descript.q, list.q: Comment fixes.
7289
7290         * q2c.c: Almost completely rewritten.
7291
7292         * t-test.q: New file, not complete.
7293
7294 Fri Nov 14 00:14:48 1997  Ben Pfaff  <blp@gnu.org>
7295
7296         * aggregate.c: Changes, still not finished.
7297
7298         * sort.c: (sort_cases) Call cancel_temporary() instead of doing it
7299         by hand.
7300
7301         * temporary.c: (cancel_temporary) New function.
7302
7303         * vars-atr.c: (discard_variables) Call cancel_temporary() instead
7304         of doing it by hand.
7305
7306         * vfm.c: (close_active_file) After restoring a TEMPORARY
7307         dictionary, set temp_dict to NULL.  Cancel TEMPORARY through
7308         cancel_temporary().
7309         (SPLIT_FILE_procfunc) Comment fix.
7310
7311 Tue Oct 28 16:08:45 1997  Ben Pfaff  <blp@gnu.org>
7312
7313         * Makefile.am: (fiasco_SOURCES) Add aggregate.c.
7314
7315         * aggregate.c: New file, not finished yet.
7316
7317         * command.c: (cmd_table) Add AGGREGATE.
7318
7319         * common.h: (pgm_state) Move declaration to var.h.
7320
7321         * lexer.c: (bin_value_func, oct_value_func, hex_value_func) i18n
7322         fixes.
7323         (parse_string) Message fix.
7324
7325         * recode.c: Comment fix.
7326
7327         * sfm-read.c: (read_variables) Code esthetic fixes.
7328         (write_header) Default date is `Jan', not `JAN'.
7329
7330         * sfmP.h: (bswap_int32) [!__linux__] Fix off-by-one errors.
7331
7332         * sort.c: (cmd_sort_cases) Farm the work out to new function
7333         parse_sort_variables().
7334         (parse_sort_variables) New function.
7335         (sort_cases) New function.  Cancels temporary transformations,
7336         which sorting didn't do previously.
7337         (cmd_sort_cases) Better garbage collection on error.  Uses
7338         do_external_sort().
7339         (write_initial_runs, merge_once) Improved code esthetics.
7340         (sort_stream_read) Reduced to one call to read_output_cases().
7341         (read_output_cases) New function.
7342
7343         * var-labs.c: (cmd_variable_labels) Re-enabled truncation of
7344         variable labels to 120 characters.
7345
7346         * var.h: Comment fixes.
7347         (glob var pgm_state) From common.h.
7348
7349         * vars-atr.c: (discard_variables) Set pgm_state to STATE_INIT.
7350
7351         * vars-prs.c: (parse_DATA_LIST_vars) Support PV_SINGLE in
7352         options.  Set *names to NULL on error.
7353
7354         * vfm.c: (memory_stream_init) Assert compaction_nval != 0.
7355
7356 Thu Oct  9 09:59:49 1997  Ben Pfaff  <blp@gnu.org>
7357
7358         * sfm-write.c, vfm.c: [HAVE_UNISTD] #include <unistd.h>, needed by
7359         SunOS4.  From Alexandre Oliva <oliva@dcc.unicamp.br>.
7360
7361 Wed Oct  8 18:55:24 1997  Ben Pfaff  <blp@gnu.org>
7362
7363         * vfm.c: (page_to_disk) Added missing local variables.
7364
7365 Tue Oct  7 20:23:17 1997  Ben Pfaff  <blp@gnu.org>
7366
7367         * get.c: Comment fix.
7368
7369         * sort.c: (cmd_sort_cases) Attempt to perform internal sort if the
7370         source is anything other than a disk stream, not just if it's in a
7371         memory stream.  Call page_to_disk() before external sort.
7372         (allocate_cases) Message fix.
7373
7374         * vfm.c: (prepare_for_writing) Warn user when paging workspace to
7375         disk.
7376         (page_to_disk) New function.
7377
7378 Sun Oct  5 15:56:14 1997  Ben Pfaff  <blp@gnu.org>
7379
7380         * Makefile.am: (INCLUDES) Include .. instead of $(top_srcdir).
7381
7382         * common.h: (macro strerror) Remove.  From Alexandre Oliva
7383         <oliva@dcc.unicamp.br>.
7384
7385         * get.c: (dict_delete_run) The number of variables to delete is
7386         not necessarily the number of variables that need to be shifted
7387         up.
7388         (trim_dictionary) Don't set *options to 0.  Fix bug that caused
7389         too many variables to be deleted.
7390
7391         * postscript.c: Comment fix.
7392
7393         * q2c.c: Include strerror.c.  From Alexandre Oliva
7394         <oliva@dcc.unicamp.br>.
7395
7396         * set.q: #undef ON and OFF.  From Alexandre Oliva
7397         <oliva@dcc.unicamp.br>.
7398
7399         * sfm-read.c: (sfm_read_dictionary) Don't set the file class too
7400         early, otherwise errors cause a bad free().
7401
7402         * str.h: (macro nvsprintf) s/FORMATS/FORMAT/ typo.  From Alexandre
7403         Oliva <oliva@dcc.unicamp.br>.
7404
7405         * temporary.c: (save_dictionary) Don't allocate memory if
7406         n_documents is 0.
7407
7408         * vfm.c: (memory_stream_write) Message fix.
7409
7410 Sat Oct  4 16:20:43 1997  Ben Pfaff  <blp@gnu.org>
7411
7412         * command.c: (static var cmd_table[]) Define REPEATING DATA
7413         command.
7414
7415         * common.h: Added support for broken systems that are missing
7416         EXIT_SUCCESS, EXIT_FAILURE, RAND_MAX, and/or strerror().
7417
7418         * Many source files: Replace syntax error messages via msg() with
7419         call to syntax_error().
7420
7421         * data-list.c: (dump_fixed_table) Add support for dumping table
7422         for REPEATING DATA as well as DATA LIST FIXED.
7423         (cmd_repeating_data) Allows and requires `/' between subcommands.
7424         Does proper thing with allowing rpd.starts_end to stay 0.  Allows
7425         CONTINUED specifications to be omitted.  Forces CONTINUED to be
7426         specified if ID is.  Calculates starts_end, cont_end from logical
7427         record length as reported by fhp.  Calls dump_fixed_table() if
7428         requested.  Fixed length of record copied by memcpy.
7429         (parse_num_or_var) Sets `num' to 0, not NOT_INT, for variables.
7430         Message fix.
7431         (realize_value) Returns sensible value for out-of-range variable
7432         values.
7433         (rpd_parse_record) New argument `ofs'.  Fixed confusion between
7434         length of occurrences and length of line.  Added warning for
7435         fields that exceed the line length.  Fixed infinite loop.
7436         (read_one_set_of_repetitions) Numerous minor changes for more
7437         complete SPSS compliance.  Message fixes.
7438
7439         * dfm.c: (dfm_close) If the file being closed is the inline file,
7440         read all the remaining data before closing it.
7441         (dfm_get_record) Don't close the file on lossage, as either it
7442         has been closed already or it doesn't belong to us.
7443
7444         * error.c: (puts_stdout) New function.
7445         (vmsg) Use puts_stdout instead of puts.
7446
7447         * file-handle.q: (fh_record_width) New function.
7448
7449         * inpt-pgm.c: (init_case) Fixed buffer overrun when inp_nval % 4
7450         == 0.
7451         (clear_case) Ditto.
7452         (input_program_source_read) Made an old kluge an approved method.
7453
7454         * lexer.c: (syntax_error) New function.
7455
7456         * misc.c: [BROKEN_RAND] (ansi_rand, ansi_srand; static var next)
7457         New.
7458
7459         * output.c: (oupt_get_paper_size) Message fix.
7460
7461         * q2c.c: Numerous fixes to formatting of generated code made to
7462         conform to GNU coding standards.  Uses syntax_error() in generated
7463         code.  Other miscellaneous generated message fixes.  Added support
7464         for broken systems that are missing EXIT_SUCCESS, EXIT_FAILURE,
7465         RAND_MAX, and/or strerror().
7466
7467 Sat Oct  4 02:09:56 1997  Ben Pfaff  <blp@gnu.org>
7468
7469         * data-in.c: Comment fixes.
7470
7471         * data-list.c: (struct repeating_data_trns) New member `id_spec'.
7472         (find_variable_input_spec) New function.
7473         (cmd_repeating_data) Initializes id_spec.
7474         (rpd_parse_record) Implemented.
7475         (read_one_set_of_repetitions) Returns -3 by default in order to
7476         kluge out some potential bugs.
7477
7478         * data-out.c: Comment fixes.
7479
7480         * file-type.c: (internal_cmd_record_type) Message fix.
7481
7482         * inpt-pgm.c: (input_program_source_read) Special temporary kluge
7483         for handling -3 return value.
7484
7485 Sat Sep 20 23:58:15 1997  Ben Pfaff  <blp@gnu.org>
7486
7487         * data-list.c: Comment fixes.
7488         (struct dls_var_spec) Reordered members.
7489         (read_from_data_list_fixed) Restructured.
7490         (struct repeating_data_trns) Reordered members.  Renamed `starts'
7491         as `starts_beg', `ends' as `starts_end'.
7492         (cmd_repeating_data) Calculates length of repeated data if
7493         necessary and possible.
7494         (parse_num_or_var) Don't allow string variables.
7495         (realize_value) New function.
7496         (rpd_msg) New function.
7497         (rpd_parse_record) New function.  Currently stubbed out.
7498         (read_one_set_of_repetitions) Implemented.
7499
7500         * inpt-pgm.c: (input_program_source_read) Comment fix.
7501
7502 Thu Sep 18 21:34:57 1997  Ben Pfaff  <blp@gnu.org>
7503
7504         * command.c: (cmd_end_repeat_p) Removed.
7505         (init_cmd_parser) Doesn't set cmd_end_repeat_p.
7506         (parse_cmd_name) Removed.
7507
7508         * data-list.c: Comment fixes.
7509         (data_list_pgm) Removed `eof' member.
7510         (static var first) New var.
7511         (cmd_data_list) Sets `first'.  Ensures that DATA LIST uses the
7512         FILE TYPE file inside FILE TYPE structures.
7513         (append_var_spec) Appends to *first, not dls.spec.
7514         (parse_fixed) Message fixes.
7515         (struct rpd_num_or_var) New.
7516         (struct repeating_data_trns) New.
7517         (static var rpd) New.
7518         (cmd_repeating_data) New function.
7519         (parse_num_or_var) New function.
7520         (parse_repeating_data) New function.
7521         (read_one_set_of_repetitions) New function.
7522
7523         * file-type.c: (cmd_file_type) Message fixes.  Always
7524         default_handle to FILE TYPE file handle.
7525         (internal_cmd_record_type) Message fixes.
7526
7527 Wed Aug 20 14:22:03 1997  Ben Pfaff  <blp@gnu.org>
7528
7529         * repeat.c: Comment fix.  Disable debugging.
7530
7531         * temporary.c: (restore_dictionary) Sets splits to NULL and
7532         n_splits to 0 before destroying the variables because now doing
7533         this tries to remove split variables.
7534
7535         * vars-atr.c: (discard_variables) Asserts that n_splits is 0 after
7536         destroying the dictionary.
7537         (clear_variable) Removes a variable from splits after destroying
7538         it.
7539
7540 Mon Aug 18 18:06:55 1997  Ben Pfaff  <blp@gnu.org>
7541
7542         * cmdline.c: (set_compat) Removed.
7543         (pick_compat) Removed.
7544         (parse_command_line) Removed -c option.
7545         (pre_syntax_message) Removed -c option.
7546         (usage) Remove compatibility code.
7547
7548         * common.h: (macros VER_PC, VER_WND, VER_X) Removed.
7549         (glob var compat) Removed.
7550
7551         * compute.c: (type_check) Fixed messages about type mismatches.
7552
7553         * data-list.c: (cmd_data_list) Removed compatibility code.
7554         (fixed_parse_compatible) Calls convert_negative_to_dash().
7555         Fixed bug where it only set the variable in fx.spec if it created
7556         the variable itself.
7557         (dump_fmt_list) Spelling fix.
7558         (cut_field) Removed compatibility code.
7559
7560         * dfm.c: (cmd_begin_data) Don't require a command terminator on
7561         BEGIN DATA command.
7562
7563         * expr-evl.c: (evaluate_expression) Implement LAG.
7564
7565         * expr-prs.c: (parse_add) Calls convert_negative_to_dash().
7566         (parse_neg) Calls convert_negative_to_dash().
7567         (LAG_func) Increases n_lag to the lag requested.  Fixed assignment
7568         bug.
7569
7570         * expr.h: (struct expression_struct) Removed member max_lag.
7571
7572         * file-type.c: (parse_col_spec) Calls convert_negative_to_dash().
7573         (internal_cmd_record_type) Removed special handling to produce
7574         negative numbers from dash tokens.
7575
7576         * getline.c: (static var DO_REPEAT_level) New var.
7577         (getl_add_DO_REPEAT_file) Increments DO_REPEAT_level.
7578         (handle_line_buffer) Copies the line into getl_buf; doesn't call
7579         copy_with_DO_REPEAT_substitutions().
7580         (getl_read_line) Maintains value of getl_mode.  Calls
7581         perform_DO_REPEAT_substitutions() whenever DO_REPEAT_level is
7582         positive.
7583         (getl_close_file) Decrements DO_REPEAT_level when appropriate.
7584
7585         * getline.h: (getl_mode) New glob var.
7586
7587         * glob.c: Comment fixes.
7588         (init_glob) Restructured.  Sets set_seed.
7589         (init_compat_dependent) Removed.  All references removed.
7590         (get_date) Format changed from MM/DD/YY to DD MMM YYYY.
7591         (__htonl, __htons) Removed.  (What were these for?)
7592
7593         * lexer.c: (static var tbl) Dash set to class CNUM.
7594         (make_hexit) New function from data-out.c.
7595         (get_token_representation) Rewritten.
7596         (convert_negative_to_dash) New function.
7597         (lex_init_compat_dependent) Removed.
7598         (yylex) A dash is parsed as part of a number if it is followed by
7599         a digit.  The ASCII representation of a number is copied to
7600         tokstr.  String parsing farmed out to parse_string().  Comment
7601         fixes.
7602         (bin_value_func, oct_value_func, hex_value_func, parse_string) New
7603         functions.
7604         (preprocess_line) Line processing depends on interactive/batch
7605         mode, not on compatibility mode.  Removed PC+ compatibility code.
7606
7607         * loop.c: (loop_3_trns_proc) Comment fix.
7608
7609         * main.c: Remove dead code.
7610         (main) Remove call to init_compat_dependent().
7611
7612         * misc.c: (convert_fmt_ItoO) Make E format conversion more
7613         conformant.
7614
7615         * print.c: (parse_string_argument) Calls
7616         convert_negative_to_dash().
7617         (fixed_parse_compatible) Calls convert_negative_to_dash().
7618
7619         * repeat.c: (RPT_* defines) Removed.
7620         (struct rpt_numeric) Removed.
7621         (struct repeat_entry) New member type, changed `replacement' from
7622         char * to char **.
7623         (clean_up) Deallocation adapted to new repeat_entry.
7624         (internal_cmd_do_repeat) `type' defaults to 0.  Remove lookahead()
7625         usage.  Creates vars for `type' of 1.
7626         (parse_ids) Sets type of 1.  Adapted to new repeat_entry.
7627         (store_numeric) Rewritten, new interface.
7628         (parse_numbers) Rewritten.
7629         (parse_strings) Rewritten.
7630         (find_DO_REPEAT_substitution) New function.
7631         (perform_DO_REPEAT_substitutions) New function.
7632         (copy_with_DO_REPEAT_substitutions) Removed.
7633         (debug_print) Rewritten.
7634
7635         * set.q: Comment fix.
7636         (custom_results) Removed compatibility code.
7637         (internal_cmd_set) Removed SET EMULATION subcommand.  Removed
7638         compatibility code.
7639
7640         * sysfile-info.c: (cmd_display) Removed compatibility code.
7641
7642         * tokens.h: Comment fixes.
7643         (token types enum) Removed `toktype' typedef name for this int
7644         type.  Removed SUBST.  Restructured.
7645
7646         * vars-atr.c: (discard_variables) Sets n_lag to 0.
7647
7648         * vars-prs.c: Comment fix.
7649
7650         * vfm.c: Comment fixes.
7651         (glob var n_lag) New var.
7652         (static vars lag_count, lag_head, lag_queue) New vars.
7653         (procedure) Removed argument nlag.
7654         (setup_lag) New function.
7655         (close_active_file) Discards lagging state.
7656         (lag_case) New function.
7657         (lagged_case) New function.
7658         (write_case) Lags a case if lagging.
7659
7660         * weight.c: (cmd_weight) Removed compatibility code.
7661         
7662 Sun Aug 17 22:34:40 1997  Ben Pfaff  <blp@gnu.org>
7663
7664         * getline.h: (struct getl_script) New members loop_index, macros.
7665
7666         * getline.c: (getl_add_file) Sets first_line field to NULL.
7667         (getl_add_DO_REPEAT_file) New function.
7668         (handle_line_buffer) When the current line's length is negative,
7669         set the filename and line number.  Increment line number after
7670         reading line.  Pass the line to
7671         copy_with_DO_REPEAT_substitutions() for processing.
7672         (getl_close_file) Free DO REPEAT lines before freeing the
7673         filename, and just set the filename to NULL when doing this,
7674         because otherwise the filename gets freed twice.
7675
7676         * glob.c: (glob var queuing) Removed.  All references removed.
7677
7678         * lexer.c: Comment fixes.
7679         (get_token_representation) New function.
7680
7681         * repeat.c: Comment fixes.
7682         (struct repeat_entry) Replaced type and v union members with a
7683         simple string.
7684         (append_record) New function.
7685         (internal_cmd_do_repeat) Started reforming it for the new
7686         repeat_entry struct.  Properly records filename changes in the
7687         getl_line_buf.  Fixed improper use of = for ==.  Fixed sense of
7688         strncasecmp() result usage.  Uses append_record() to simplify.
7689         Properly discards END REPEAT line.  Calls getl_add_DO_REPEAT_file
7690         to add in the file.
7691
7692         (copy_with_DO_REPEAT_substitutions) Started coding.
7693
7694         [DEBUGGING] (debug_print_lines) New function.
7695
7696         * set.q: (custom_results, internal_cmd_set) s/VER_PCP40/VER_PC/;
7697
7698         * tokens.h: (macro is_id1, is_idn) New macros.
7699
7700 Sat Aug 16 10:57:41 1997  Ben Pfaff  <blp@gnu.org>
7701
7702         * cmdline.c: (static var pre_syntax_message) Changed `win'
7703         compatibility mode to `wnd'.
7704
7705         * data-list.c: (fixed_parse_spss) Renamed
7706         fixed_parse_compatible().
7707
7708         * glob.c: (init_glob) Excise unused code for
7709         program_invocation_short_name.
7710
7711         * lexer.c: (preprocess_line) Leading indentors are ignored in Wnd
7712         as well as in X.
7713
7714         * print.c: (fixed_parse_spss) Renamed fixed_parse_compatible().
7715
7716         * set.q: `win' compatibility renamed `wnd'.
7717
7718 Thu Aug 14 22:11:12 1997  Ben Pfaff  <blp@gnu.org>
7719
7720         * filename.c: [__WIN32__] Change the included Windows header files
7721         (again).
7722         (absolute_filename_p) [__MSDOS__] A filename with a colon as the
7723         second character is absolute.
7724         (dirname) Fix logic error.  Don't printf() the results.
7725         (prepend_dir) Don't printf() the results.
7726
7727         * getline.c: (handle_line_buffer) New function.
7728         (getl_read_line) Reads line with handle_line_buffer() when
7729         appropriate.
7730         (getl_close_file) Discard line buffer data.
7731
7732         * getline.h: Comment fixes.
7733         (struct getl_line_list) New struct.
7734         (getl_script_struct) Added line buffer members.  These are hooks
7735         for use by DO REPEAT to allow it to insert virtual source code
7736         into the program.
7737
7738         * glob.c: (init_glob) [__DJGPP__ || (__WIN32__ && __BORLANDC__)]
7739         Override Borland C++ stupidity that claims Windows has a console
7740         window size of 0x3.
7741
7742         * repeat.c: This is in the process of being restructured from
7743         using a token-buffering approach to the DO REPEAT facility to
7744         using the more flexible approach of a line-buffering approach in
7745         conjunction with the getline module.  Comment fixes.
7746         (struct tok_struct) Removed.
7747         (static vars queue_index, queue_head, queue) Removed.
7748         (static vars line_buf_head, line_buf_tail) New vars.
7749         (internal_cmd_do_repeat) Instead of queuing tokens, queue lines.
7750         Not complete.
7751         (pull_queue, destroy_queue) Removed.
7752         [DEBUGGING] (debug_print_tokens) Removed.
7753
7754 Tue Aug  5 13:57:58 1997  Ben Pfaff  <blp@gnu.org>
7755
7756         * file-handle.q: (prepend_current_directory) New function.
7757         (internal_cmd_file_handle, fh_get_handle_by_filename) Prepends
7758         current directory before normalizing filename.
7759
7760         * filename.c: (gnu_getcwd) New function.
7761         (absolute_filename_p) New function.
7762         (search_path) New argument, PREPEND.  All references changed to
7763         pass NULL except those explicitly mentioned.  Uses
7764         absolute_filename_p().  Prepends PREPEND before trying the
7765         filename.
7766         (dirname, prepend_dir) New functions.
7767
7768         * getline.c: (getl_get_current_directory) New function.
7769         (getl_include) Passes getl_get_current_directory() as PREPEND arg
7770         to search_path().
7771                 
7772 Sun Aug  3 11:42:36 1997  Ben Pfaff  <blp@gnu.org>
7773
7774         * In several source files, the term `script' was replaced with
7775         `syntax file' inside error messages.  Usage of the term `script'
7776         in the sense of a syntax file is now deprecated.
7777
7778         * cmdline.c: (static vars pre_syntax_message, post_syntax_message)
7779         Updated messages.
7780
7781         * dump-sysfile.c: (usage) Update message.
7782
7783         * getline.c: (getl_read_line) Ignore lines beginning with `#!'.
7784
7785         * getline.h: (glob var getl_include_path) Declare extern.
7786
7787         * list.q: Define EXTERN as extern before #including somP.h.
7788
7789         * var.h: Remove declaration of `disptype' variable.
7790
7791         * vfm.c: (close_active_file) After switching the data sink to a
7792         data source, set vfm_sink to NULL, because it doesn't exist any
7793         more.
7794
7795 Thu Jul 17 21:41:44 1997  Ben Pfaff  <blp@gnu.org>
7796
7797         * glob.c: [__BORLANDC__] Include math.h.  Define _matherr() and
7798         _matherrl() to ignore all math errors.
7799
7800         * sfm-read.c: (read_value_labels) When reading the labels from
7801         disk, read the little parts separately instead of as a struct;
7802         this avoids alignment problems.
7803
7804         * sfm-write.c: (struct sfm_fhuser_ext) New member `elem_type'.
7805         (sfm_write_dictionary) Sets elem_type and frees it on lossage.
7806         (write_header) Allocates and initializes elem_type.
7807         (sfm_write_case) Uses elem_type to determine how to handle each
7808         flt64 element.
7809         (sfm_close) Frees elem_type.
7810
7811         * sfmP.h: Comment fix.
7812         [__BORLANDC__] Uses #pragma -a to adjust structure member
7813         alignment.
7814         
7815 Thu Jul 17 01:55:12 1997  Ben Pfaff  <blp@gnu.org>
7816
7817         * Makefile.am: (fiasco_SOURCES) Remove display.c.
7818
7819         * common.c: Fix typo.
7820
7821         * dfm.c: (read_record) Remove strncasecmp() emulation and fix the
7822         sense of the condition.
7823
7824         * expr-evl.c: (macro ALLOC_STRING_SPACE) [!PAGED_STACK] Add
7825         line-continuation backslash.
7826
7827         * filename.c: [__WIN32__] Include <windef.h> before <winbase.h>.
7828
7829         * frequencies.q: (custom_grouped, add_percentile) Don't use a
7830         non-constant expression as an argument to sizeof.
7831
7832         * glob.c: [__WIN32__ && __BORLANDC__] When including <conio.h>,
7833         undefine gettext macro because that's a conio function.
7834
7835         * hash.h: (hsh_prime_tab declaration) Remove.
7836
7837         * list.q: (write_fallback_headers) Move `leader' allocation out of
7838         main loop.  Change to local_alloc() allocation.
7839
7840         * output.h: Formatting fixes.  Put __attribute__ in right place on
7841         function prototypes.
7842
7843         * sfm-read.c: (read_machine_flt64_info, read_variables) Change
7844         incorrect `SECOND_LOWEST_VALUE' references to proper
7845         `second_lowest_value'.
7846
7847         * som-frnt.c: (EXTERN macro) Define as `extern' instead of null
7848         value.  This way 2 out of 3 of the som files define the vars
7849         extern, the correct way, that actually works under BC++.
7850         (som_set_float) Don't use nonconstant initializers for a struct.
7851
7852         * som-high.c: Add the standard alloca() header.
7853         (replicate_table) Add prototype.
7854
7855         Merged DISPLAY routine.
7856         * sysfile-info.c: (AS_*) New enum series.
7857         (cmd_sysfile_info) Gutted.  Calls describe_variable() to do the
7858         dirty work.
7859         (cmd_display, display_macros, display_documents,
7860         display_variables) Stolen from defunct display.c.
7861         (describe_variable) New function.
7862
7863         * temporary.c: [0] (display_tree) New debug function.
7864         (copy_variable) Performs shallow copy of value labels instead of
7865         deep copy; i.e., just copys the AVL tree and increments the
7866         reference counts.
7867
7868         * val-labs.c: Comment fixes.
7869         (do_value_labels) Optionally skip leading forward slash.
7870         (get_label) Creates only a single value label instead of many
7871         copies of one, and sets the reference count.
7872
7873         * display.c: Removed.
7874
7875         * dump-sysfile.c: New file, not yet complete.
7876
7877 Fri Jul 11 23:02:18 1997  Ben Pfaff  <blp@gnu.org>
7878
7879         For lots of source files I added more verbose_msg's.  These aren't
7880         listed below as they have tested as being benign.  In some cases
7881         these replaced debug_printf() calls.
7882
7883         * output.c: (outp_read_devices) Message fix.
7884
7885         * postscript.c: (output_encodings) Message fix.  Reports errors on
7886         fclose().
7887         (postopen) Message fix.
7888         
7889 Fri Jul 11 14:09:40 1997  Ben Pfaff  <blp@gnu.org>
7890
7891         * dfm.c: (dfm_close) Don't call fclose() for a NULL FILE.
7892
7893         * filename.c: (close_file_ext) Set f->file to NULL *after* closing
7894         it.
7895
7896         * main.c: Remove <malloc.h> #include.
7897
7898         * mis-val.c: (parse_numeric) Set .f member for each missing[]
7899         instead of trying to just set the missing[] itself, which is a
7900         gcc-specific idiom.
7901
7902         * sfm-read.c: (read_variables) Same.
7903
7904         * str.h: Add memmem() prototype.
7905
7906         * val-labs.c, var-labs.c: Replace <malloc.h> with <stdlib.h>.
7907
7908 Thu Jul 10 22:13:53 1997  Ben Pfaff  <blp@gnu.org>
7909
7910         * Makefile.am: (q2c) Don't include any libraries in the link.
7911
7912         * dfm.c: (force_line_buffer_extension) New macro.
7913         (count_tabs) New function.
7914         (tabs_To_spaces) New function.
7915         (read_record) Calls tabs_to_spaces() on the line being processed.
7916
7917         * q2c.c: Disabled i18n for this proglet so that libintl.a doesn't
7918         have to be compiled twice (once for CC, once for LOCAL_CC).
7919  
7920 Sun Jul  6 19:14:33 1997  Ben Pfaff  <blp@gnu.org>
7921
7922         * Makefile.am: (INCLUDES) Add intl directory; fix directories.
7923         (LDADD) Add @INTLLIBS@.
7924         (q2c) Add LIBS, @INTLLIBS@ to link step.
7925
7926         * inpt-pgm.c: Turn off debugging.
7927
7928         * postscript.c: (postopen) Format fix.  local_free() blocks
7929         returned by local_alloc(); don't free() them.
7930
7931 Sat Jul  5 23:44:51 1997  Ben Pfaff  <blp@gnu.org>
7932
7933         * data-in.c: (parse_string_as_format) Comment fix.  Fix check for
7934         string length.
7935
7936         * data-list.c: (read_from_data_list_fixed) Pass proper value for
7937         LEN arg, not simply the full string length.
7938
7939         * sort.c: (allocate_file_handles) Check SPSS compatible temp file
7940         directories before generic temp file directories.
7941
7942         * vfm.c: Disable debugging.
7943
7944 Fri Jul  4 13:26:41 1997  Ben Pfaff  <blp@gnu.org>
7945
7946         * get.c: Comment fix.
7947         (cmd_save_internal) Always passes GTSV_OPT_SAVE option.
7948
7949 Wed Jun 25 22:52:28 1997  Ben Pfaff  <blp@gnu.org>
7950
7951         * expr-prs.c: (debug_print_postfix) Conditionally included on
7952         GLOBAL_DEBUGGING.  Removed out_header() reference.
7953
7954         * exprP.h: Removed #undef GLOBAL_DEBUGGING.
7955
7956 Sun Jun 22 22:00:28 1997  Ben Pfaff  <blp@gnu.org>
7957
7958         * ascii.c: Removed obsolete ascii_close_page() prototype.
7959
7960         * command.c: (output_line) Comment fix.
7961
7962         * data-in.c: Formatting fix.
7963         (parse_string_as_format) Now the `fc' argument is used only for
7964         the purpose of error messages; it is not an index into the string
7965         passed.  All references changed.
7966
7967         * data-list.c: Comment fix.
7968         (cut_field) Comment fix.  Now returns the column number of the
7969         position of the field cut out on success.
7970         (parse_field) Added `column' argument.  Puts the column numbers in
7971         the error message.
7972         (read_from_data_list_free, read_from_data_list_list) Record the
7973         column number returned by cut_field(), pass it to parse_field().
7974
7975         * dfm.c: Comment fix.
7976
7977         * do-ifP.h: Comment fix.
7978
7979         * expr-prs.c: (SYSMIS_func) Implemented string-type arguments for
7980         the SYSMIS function.
7981
7982         * expr.h, exprP.h: Comment fix.
7983
7984         * glob.c: (init_glob) Only calls setlocale() and family if
7985         ENABLE_NLS set.
7986
7987         * hash.h: Comment fix.
7988
7989         * include.c: Comment fix.
7990
7991         * output.c: Comment fix.
7992
7993         * postscript.c: (ps_line_intersection) Simplified assertion.
7994
7995         * repeat.c: Comment fix.
7996
7997         * vars-atr.c: Comment fix.
7998
7999         * vars-prs.c: Comment fix.
8000
8001         * vfm.c: (vector_initialization) [DEBUGGING] Fixed undefined
8002         behavior with usage of postincrement.
8003         (memory_stream_read) Discards cases as it goes. 
8004
8005 Sun Jun 15 16:45:17 1997  Ben Pfaff  <blp@gnu.org>
8006
8007         * Makefile.am: Cleans q2c, not just distcleans it.  Distcleans
8008         foo.
8009
8010         * Most source files: Includes debug-print.h, related comment
8011         fixes.
8012
8013         * cases.c: (alloc_val) Removed complex allocation code.  Merely
8014         increments default_dict.nval and returns the former value.
8015         (envector, devector) Removed references to lv member of struct
8016         variable.
8017
8018         * common.h: (macro VME) Replaced complex definition with simple
8019         one.
8020
8021         * data-list.c: (cmd_data_list) Sets vfm_source instead of
8022         read_active_file and cancel_input_pgm.
8023         (read_from_data_list, cancel_data_list) Removed.
8024         (data_list_source_read, data_list_source_destroy_source) New
8025         functions.
8026         (glob var data_list_source) New var.
8027
8028         * dfm.c: (open_file_r, open_file_w) Simplified debug output.
8029         (cmd_begin_data) Improved criteria for an input program accessing
8030         the inline file.  Still not perfect.
8031
8032         * do-if.c: (do_if_trns_proc) Simplified debug output.
8033
8034         * expr-prs.c: Comment fixes.
8035         [DEBUGGING] (debug_print_postfix) Simplified debug output.
8036
8037         * file-handle.q: (fh_close_handle) Simplified debug output.
8038
8039         * file-type.c: Comment fixes.
8040         (cmd_file_type) Sets vfm_source instead of read_active_file and
8041         cancel_input_pgm.
8042         (cmd_end_file_type) On failure, discards variables in place of
8043         just canceling the input program.
8044         (read_from_file_type) Renamed file_type_source_read.
8045         (cancel_file_type) Renamed file_type_source_destroy_source.
8046         (glob var file_type_source) New var.
8047
8048         * get.c: (GTSV_* enum series) New enums GTSV_OPT_SAVE, GTSV_NONE.
8049         (cmd_get) Initializes options to GTSV_NONE before passing to
8050         trim_dictionary().  Removed `lv' reference.  Sets vfm_source
8051         instead of read_active_file and cancel_input_pgm.
8052         (cmd_save_internal) Initializes options before passing to
8053         trim_dictionary().  Local var `nval' removed.
8054         (dict_delete_run) Comment fixes.
8055         (trim_dictionary) Comment fixes.  Disallows scratch variables if
8056         GTSV_OPT_SAVE set in options.
8057         (read_from_get) Renamed get_source_read.
8058         (cancel_get) Renamed get_source_destroy_source.
8059         (glob var get_source) New var.
8060
8061         * inpt-pgm.c: (cmd_input_program) Sets vfm_source instead of
8062         read_active_file and cancel_input_pgm.
8063         (read_from_input_program) Renamed input_program_source_read.
8064         Simplified debug output.
8065         (cancel_input_program) Renamed
8066         input_program_source_destroy_source.
8067         (glob var input_program_source) New var.
8068
8069         * loop.c: (loop_1_trns_proc) Simplified debug output.
8070
8071         * main.c: (dump_token) Made eof output more explicit.
8072
8073         * sfm-read.c: (read_variables, dump_dictionary) Removed `lv'
8074         references.
8075
8076         * sort.c: (cmd_sort_cases) Disallows scratch variables.  Removed
8077         code for always-memory or always-disk cases.  malloc's case-list
8078         based on vfm_source_info.ncases.  Explicit support for
8079         memory_stream via memory_source_cases.
8080         (do_external_sort) Sets vfm_source instead of read_active_file and
8081         cancel_input_pgm.
8082         (allocate_file_handles) The temporary directory permissions are
8083         set to 0700 instead of 0777.
8084         (allocate_cases) Formatting fixes.  Simplified debug output.
8085         (output_record) Compacts the case if necessary before writing it
8086         out.
8087         (close_handle, open_handle_w) Simplified debug output.
8088         (write_initial_runs) Destroys vfm_sink, then sets it to
8089         sort_stream.  Writes records to memory based on
8090         vfm_sink_info.case_size.
8091         (write_to_sort_cases) Renamed sort_stream_write().
8092         (merge) Simplified error handling.  Simplified debug output.
8093         Formatting fixes.
8094         (read_from_external_sort) Renamed sort_stream_read().
8095         Reads records based on vfm_source_info.case_size.
8096         (sort_stream_write) Writes records to memory based on
8097         vfm_sink_info.case_size.
8098         (sort_stream_mode) New function.
8099         (glob var sort_stream) New variable.
8100
8101         * temporary.c: (cmd_temporary) Simplified debug output.
8102         (copy_variable) Removed references to `lv'.
8103
8104         * title.c: (get_title) Simplified debug output.
8105
8106         * var.h: Comment fixes.
8107         (struct get_proc) Removed member `lv'.
8108         (struct variable) Removed member `lv'.  Comment fixes.
8109         (glob vars read_active_file, write_active_file, cancel_input_pgm)
8110         Removed.
8111         (struct case_stream) New.
8112
8113         * vars-atr.c: (discard_variables) Changed cancel_input_pgm,
8114         read_active_file references to use vfm_source.
8115         (init_variable, replace_variable) Removed references to `lv'.
8116
8117         * vfm.c: Comment fixes.
8118         (glob var vfm_source, vfm_sink, vfm_source_info, vfm_sink_info)
8119         New variables.
8120         (static var queue, qh, qt, n_lag) Removed.  All references
8121         removed.
8122         (glob var compaction_necessary, compaction_nval, compaction_case,
8123         paging) New variables.
8124         (record_case) Removed.
8125         (procedure) Comment fixes.  Calls vfm_source->read() instead of
8126         read_active_file().
8127         (lag) Removed.
8128         (prepare_for_writing, arrange_compaction, make_temp_case,
8129         vector_initialization, setup_filter) New function.
8130         (open_active_file) Most of the code moved into the abovementioned
8131         new functions.  Now sets temp_dict to &default_dict if there is no
8132         temporary dictionary, for convenience.  New debug output.
8133         (close_active_file) Deals with changing the sink to the source.
8134         Calls finish_compaction().  Frees compaction_case.  Mostly
8135         rewritten.
8136         (glob vars disk_source_file, disk_sink_file) New vars.
8137         (destroy_active_file, read_from_memory) Removed.
8138         (disk_stream_init, disk_stream_read, disk_stream_write,
8139         disk_stream_mode, disk_stream_destroy_source,
8140         disk_stream_destroy_sink) New functions.
8141         (glob var vfm_disk_stream) New var.
8142         (glob vars memory_source_cases, memory_sink_cases,
8143         memory_sink_iter, memory_sink_max_cases) New vars.
8144         (memory_stream_init, memory_stream_read, memory_stream_write,
8145         memory_stream_mode, memory_stream_destroy_source,
8146         memory_stream_destroy_sink) New functions.
8147         (glob var vfm_memory_stream) New var.
8148         (write_case) Local var `i' renamed `cur_trns'; local var `retval'
8149         named `more_cases'.  Simplified debug output.  Otherwise mostly
8150         rewritten.
8151         (record_case) Moved into the stream drivers.  Removed.
8152         (transform) Removed (was dead code).
8153         (SPLIT_FILE_procfunc) s/vfm_replacement/vfm_sink_info/.  In the
8154         common case that the splits don't change, we don't need to copy
8155         the case into prev_case again--pointless.
8156         (compact_case) New function.
8157         (finish_compaction) New function.
8158
8159         * vfmP.h: Comment fixes.
8160         (DEV_* enum series) Removed. 
8161         (struct storage) Renamed `stream_info'.  Removed variant record.
8162         Removed `device' member.
8163
8164         * debug-print.h: New file.
8165         
8166 Sun Jun  8 01:12:38 1997  Ben Pfaff  <blp@gnu.org>
8167
8168         * autorecode.c: Turned off debugging.
8169
8170         * data-list.c: (destroy_dls) Closes the associated file handle.
8171
8172         * descript.q: (custom_variables) Added PV_NO_SCRATCH to
8173         parse_variables() options.
8174
8175         * dfm.c: (open_file_r) Removed gratuituous argument to msg() call.
8176
8177         * display.c: (display_variables) Really fixed null cell bug.
8178
8179         * file-handle.q: (fh_close_handle) Changed debugging message.
8180
8181         * frequencies.q: (custom_variables) Added PV_NO_SCRATCH to
8182         parse_variables() options.
8183
8184         * list.q: Added PV_NO_SCRATCH in q2c varlist options.
8185         (cmd_list) Fails if no variables specified.
8186         (determine_layout) Writes blank lines manually.
8187
8188         * loop.c: (loop_1_trns_proc) Made debugging code only print
8189         messages if debugging.
8190
8191         * q2c.c: (dump_subcommand) Appends sbc->message to SBC_VARLIST
8192         parse_variables() arguments.
8193         (main) Parses optional parenthesized options to varlist
8194         subcommands into sbc->message.
8195
8196         * sfm-read.c: Format fix.
8197
8198         * var.h: (FV_*) New enum series.
8199         (PV_*) New enum PV_NO_SCRATCH.
8200
8201         * vars-prs.c: (find_var) Removed.
8202         (fill_all_vars) Takes FV_* enum instead of boolean third
8203         argument.  Rewritten to deal with scratch as well as system
8204         variables.
8205         (parse_variables) Error message on scratch variable if
8206         PV_NO_SCRATCH set.
8207
8208         * vfm.c: (static var virt_begin_func) New var.
8209         (procedure) Sets up virt_begin_func.
8210         (SPLIT_FILE_procfunc) For the first case, calls virt_begin_func()
8211         after dump_splits().  For succeeding groups changes, calls
8212         virt_begin_func() instead of begin_func().      
8213
8214 Fri Jun  6 22:42:23 1997  Ben Pfaff  <blp@gnu.org>
8215
8216         * count.c, data-out.c, file-handle.q, list.q, loop.c: Turned off
8217         debugging.
8218
8219         * dfm.c: Added some debugging messages, disabled by default.
8220         (open_file_r) Fixed error message.
8221         (read_record) On eof on inline_file, instead of calling
8222         fh_close_handle(), simply jump to eof label like a normal file.
8223         Message fixes.
8224
8225         * display.c: Thin lines between rows for certain kinds of
8226         listing.  Fixed `null cell' bug.
8227
8228         * error.c: (failure) Flush stdout, stderr before failing.
8229
8230         * file-handle.q: (fh_close_handle) Added debugging message.
8231
8232         * frequencies.q: (dump_full) Bottom line extends across entire
8233         table width.  Changed title formatting.
8234         (dump_condensed) Changed title formatting.
8235         (dump_statistics) Fixed title formatting.
8236
8237         * glob.c: (init_glob) Moved initialization of cur_proc out of #if.
8238         Sets default value of set_format.
8239
8240         * list.q: (cmd_list) Calls blank_line() before determine_layout().
8241         Passes write_all_headers() to procedure() as pre-group func.
8242         (write_all_headers) New function.
8243         (determine_layout) Removed calls to write_header().
8244         Calls blank_line() before and after write_fallback_headers().
8245
8246         * recode.c: (recode_trns_free) Only attempts to free head->map if
8247         non-NULL.
8248
8249         * sfm-read.c: (read_variables) Allows `#' at beginning of system
8250         file variable names but gives a warning.  Sets `left' based on
8251         first character being/not being `#'.  On lossage frees dict->var.
8252
8253         * som-high.c: (som_draw_title) Simplified title formatting.
8254
8255         * vfm.c: (dump_splits) Fixed and changed splits formatting.
8256
8257 Thu Jun  5 22:51:15 1997  Ben Pfaff  <blp@gnu.org>
8258
8259         * autorecode.c: (cmd_autorecode) Sets h_trans to NULL at
8260         beginning.  Frees v_src, v_dest on successful exit.  Frees
8261         h_trans[*], h_trans on lossage.
8262         (recode) Frees h_trans[*], h_trans.
8263
8264         * dfm.c: (dfm_close) Formatting change.
8265         (open_inline_file) Now passed a dfm_fhuser_ext to initialize; no
8266         longer allocates its own in inline_file.
8267         (open_file_r) Passes the local dfm_fhuser_ext to
8268         open_inline_file().
8269         (open_file_w) Message fix. 
8270         (read_record) Buffer reallocation strategy changed.  Frees
8271         ext->line even in inline_file to prevent leaks.
8272         (dfm_put_record) Fixed bug where `ext' was cached before the file
8273         was opened and thus it would be NULL when the file really was
8274         open.
8275         (cmd_begin_data) Sets up inline_file basics itself, then calls
8276         open_inline_file() for the dfm_fhuser_ext.  Formatting fix.
8277
8278         * list.q: (write_line) Formatting fix.
8279         (clean_up) Minor strategy change.  Sets proportional font after
8280         finishing cleanup.
8281         (determine_layout) Sets fixed font before writing regular headers,
8282         or after writing fallback headers.
8283
8284         * modify-vars.c: (cmd_modify_vars) Frees variable lists for DROP
8285         and KEEP vars after using them.
8286
8287         * postscript.c: (ps_init_driver) Frees x->family.
8288         (postopen) When loading fonts, free the temporary font name buffer
8289         after using it.
8290         (ps_text_set_font_by_position) Free temporary font name buffer
8291         after using it.
8292         (text) Fixed code that calculated `lig' so that `lig' always gets
8293         initialized.  Formatting fix.
8294
8295         * som-low.c: (get_cell_size, som_get_table_size) `prop_height' ->
8296         `font_height'.
8297         [GLOBAL_DEBUGGIGN] (check_table) Use arena_alloc() to allocate
8298         cells, not xmalloc(), so that the cells will get destroyed
8299         automatically.
8300
8301         * sysfile-info.c: (cmd_sysfile_info) Frees the dictionary after
8302         using it.
8303
8304 Tue Jun  3 23:33:22 1997  Ben Pfaff  <blp@gnu.org>
8305
8306         * ascii.c: (ascii_text_draw) Always sets metrics for strings that
8307         are drawn.
8308
8309         * dfm.c: Comment fix.
8310
8311         * list.q: Comment fixes.  Include somP.h.  Removed static vars
8312         table, n_columns, n_rows, part.  New struct list_ext.  New static
8313         var line_buf.
8314         (n_lines_remaining, n_chars_width, write_line) New functions.
8315         (cmd_list, list_cases) Rewritten.
8316         (begin_row, end_row, flush_table) Removed.
8317         (write_header, clean_up, write_varname, write_fallback_headers,
8318         determine_layout) New functions.
8319
8320         * output.c: (outp_iterate_enabled_drivers) Minor reformat.
8321
8322         * output.h: Comment fix.
8323
8324         * postscript.c: Comment fix.
8325         (struct ps_driver_ext) Removed prop_size, fixed_size members;
8326         added font_size.  All references changed.
8327         (ps_init_driver) Initializes font_size.  Simplified space checking
8328         code.
8329         (static var option_tab[]) Removed prop-size, fixed-size; added
8330         font-size.
8331         (ps_option) Handles font_size.
8332
8333         * som-high.c: Moved prototypes into somP.h.
8334         (som_init_driver) New function.
8335         (som_submit_table) Moved some code into new function
8336         som_init_driver().
8337         (build_target) Moved some code into new function
8338         som_internal_eject_page().
8339         (som_eject_page) Uses som_internal_eject_page().
8340         (som_internal_eject_page) New function.
8341
8342         * som-low.c: Moved prototypes into somP.h.
8343
8344         * som.h: Formatting fixes.
8345
8346         * somP.h: (struct som_driver_ext) Removed em_width;
8347         added prop_em_width, fixed_width.
8348
8349 Mon Jun  2 14:25:25 1997  Ben Pfaff  <blp@gnu.org>
8350
8351         * Makefile.am: Added `localedir' definition.  Added
8352         -DLOCALEDIR="..." to DEFS.  Added -I. to INCLUDES.
8353
8354         * ascii.c: (macro draw_line) Fixed capitalization.
8355
8356         * ascii.c, autorecode.c, cases.c, cmdline.c, command.c, common.c,
8357         compute.c, count.c, data-in.c, data-list.c, data-out.c,
8358         descript.q, dfm.c, display.c, do-if.c, error.c, expr-evl.c,
8359         expr-opt.c, expr-prs.c, file-handle.q, file-type.c, filename.c,
8360         formats.c, frequencies.q, get.c, getline.c, glob.c, groff-font.c,
8361         hash.c, heap.c, include.c, inpt-pgm.c, lexer.c, list.q, loop.c,
8362         main.c, mis-val.c, misc.c, modify-vars.c, numeric.c, output.c,
8363         postscript.c, print.c, q2c.c, recode.c, rename-vars.c, repeat.c,
8364         sample.c, sel-if.c, sfm-read.c, sfm-write.c, sfmP.h, som-frnt.c,
8365         som-high.c, som-low.c, sort.c, split-file.c, sysfile-info.c,
8366         temporary.c, title.c, tokens.h, val-labs.c, var-labs.c,
8367         vars-atr.c, vars-prs.c, vector.c, vfm.c, weight.c: Marked strings
8368         for internationlization.
8369
8370         * glob.c: [HAVE_LOCALE_H] Includes locale.h.
8371
8372 Sun Jun  1 23:31:18 1997  Ben Pfaff  <blp@gnu.org>
8373
8374         * do-if.c, sort.c, val-labs.c: Comment fixes.
8375
8376         * glob.c: (init_glob) Uncommented, updated i18n support.
8377         
8378         * arena.c, ascii.c, data-in.c, descript.q, error.c, expr-evl.c,
8379         expr-opt.c, expr-prs.c, filename.c, frequencies.q, groff-font.c,
8380         output.c, postscript.c, sfm-read.c, som-high.c, vars-prs.c: Made
8381         the declarations of macros taking arguments a lot nicer.
8382
8383 Sun Jun  1 17:22:04 1997  Ben Pfaff  <blp@gnu.org>
8384
8385         * error.h: Removed CE, CW aliases for SE, SW.
8386
8387         * q2c.c: Removed explicit streq() definition since it's duplicated
8388         in str.h.
8389         
8390         * approx.h, error.h, font.h, hash.h, misc.h, output.h, somP.h,
8391         stats.h, str.h, tokens.h: Made the declarations of macros taking
8392         arguments a lot nicer-looking of <pinard@iro.umontreal.ca>.
8393         Comment fixes.
8394
8395 Sun Jun  1 12:02:06 1997  Ben Pfaff  <blp@gnu.org>
8396
8397         * cmdline.c: Comment fixes.
8398         (pick_compat) Changed return type to int.  Now, instead of setting
8399         glob var `compat' to the emulation, returns the emulation.  All
8400         references changed.
8401         (parse_command_line) Added terminating null to end of
8402         `long_options' array definition.
8403         (pre_syntax_message) Fixes.
8404         (usage) Shows the default emulation in the syntax message by
8405         calling pick_compat().
8406
8407         * getline.c: (getl_add_include_dir) Separates paths with
8408         PATH_DELIMITER, not DIR_SEPARATOR.
8409
8410         * glob.c: (init_glob) Fixed references to DEFAULT_VER_PCP40,
8411         DEFAULT_VER_WIN61, DEFAULT_VER_X40.
8412
8413         * output.c: (outp_configure_macro) Make earlier definitions for a
8414         particular key override later ones for the same key.
8415         
8416 Fri May 30 19:40:49 1997  Ben Pfaff  <blp@gnu.org>
8417
8418         * ascii.c: Comment fixes.
8419
8420         * output.c: (outp_get_paper_size)
8421         s/STAT_OUTPUT_INIT_FILE/STAT_OUTPUT_PAPERSIZE_FILE/.
8422         
8423 Sun May 25 22:34:07 1997  Ben Pfaff  <blp@gnu.org>
8424
8425         * ascii.c, postscript.c, sfm-read.c, sfm-write.c, sort.c: Include
8426         <errno.h>.  GNU libc 2 enforces this!
8427
8428         * command.c: (parse_cmd) Fixed problem with `else' clause being
8429         paired with wrong `if'.  Comment fix.
8430
8431 Fri May  9 16:53:52 1997  Ben Pfaff  <blp@gnu.org>
8432
8433         * getline.c: [!HAVE_LIBREADLINE] (read_console) Changed
8434         blp_getline() to getline().
8435
8436         * output.c: (outp_eval_dimension) Changed the fix from last time;
8437         there was no variable `a'.
8438
8439         * q2c.c: (get_line) Fixed boundary condition overrun bug.
8440
8441 Mon May  5 21:58:22 1997  Ben Pfaff  <blp@gnu.org>
8442
8443         * output.c: (outp_evaluate_dimension) Fixed handling of negative
8444         numbers having fractional parts.  Added case of a fraction without
8445         a whole-number part.
8446
8447 Fri May  2 22:08:05 1997  Ben Pfaff  <blp@gnu.org>
8448
8449         * ascii.c: (ascii_text_get_font_position) Removed.
8450
8451         * expr.h, exprP.h: Disabled debugging.
8452
8453         * groff-font.c, postscript.c: Changed `groff' to `Groff' in
8454         several places.
8455
8456         * output.h: (struct outp_class_struct) Removed
8457         text_get_font_position method.  All references deleted.
8458
8459         * postscript.c: Big change here.  Fontmaps were completely
8460         eliminated because of a change in philosophy.  Comment fixes.
8461         (struct ps_fontmap, ps2dit_map, font_family, dit2family_map)
8462         Removed.
8463         (struct ps_driver_ext) `position', `fontmap', `prop_name',
8464         `fixed_name' members removed.  New members `prop_family',
8465         `fixed_family'.  `family' member changed to type char *.
8466         (static var ps_fontmaps) Removed.
8467         () Removed.
8468         (ps_init_driver) Removed obsolete references, updated.
8469         Initializes `translate_x', `translate_y', `scale'.  Doesn't read
8470         fontmap, of course.  Refers to font names through internal_name
8471         rather than subversive means.  Frees proper items.
8472         (static var option_tab[]) Removed `fontmap-file' option; renamed
8473         `fixed-font', `prop-font'.
8474         (ps_option) Corresponds to option_tab[].
8475         (read_fontmap, release_fontmap, ps_to_dit, compare_ps2dit,
8476         hash_ps2dit, compare_dit2family, hash_dit2family, compare_family,
8477         hash_family) Removed.
8478         (postopen) Generates font names from family names.  Gets
8479         PostScript font name properly.  New prologue file comment `!!!'
8480         style.
8481         (ps_open_page) Adds translate_x, translate_y to BP prologue
8482         function; gives SF argument floating-point format.
8483         (ps_text_set_font_by_name) Doesn't try to map PostScript->Groff
8484         font name.  Doesn't change font family.
8485         (ps_text_set_font_by_position) Generates Groff font name from font
8486         family name instead of through table lookup.
8487         (ps_text_set_font_by_family) Renamed `ps_text_set_font_family',
8488         all references changed.  Reduced to simple string assignment.
8489         (ps_get_font_name) Removed.
8490         (ps_get_font_family) Reduced to string return.
8491         (text) Doesn't save `position' since it no longer exists.  Ugly
8492         kluge to save font family--fix soon?
8493         (load_font) Removed PostScript name argument.
8494         
8495 Thu May  1 14:58:59 1997  Ben Pfaff  <blp@gnu.org>
8496
8497         * postscript.c: Comment fix.
8498         (ps_open_page) Puts scale factor in PostScript output.
8499         
8500 Sat Apr 26 11:49:32 1997  Ben Pfaff  <blp@gnu.org>
8501
8502         * Makefile.am: Distcleans q2c.
8503
8504 Wed Apr 23 21:33:48 1997  Ben Pfaff  <blp@gnu.org>
8505
8506         * ascii.c: (delineate) Sets text size even if width is zero.
8507
8508         * command.c: Comment fix.
8509         (static var cmd_table[]) Re-enabled EVALUATE command.
8510         (parse_cmd) Lotsa comment fixes.  Fixed infinite loop in parsing
8511         of comments in script files.  Now more liberal on criteria for
8512         performing a state transition--if *anything* happened correctly,
8513         not just if *everything* happened correctly.
8514
8515         * data-out.c: (convert_F) Comment fix.  Why in the fsck does
8516         Checker segfault on formatting large numbers and why in the fsck
8517         hadn't I noticed this before?
8518
8519         * expr.h, exprP.h: No longer turn off GLOBAL_DEBUGGING.
8520
8521         * list.q: (cmd_list) Commented out the actual output routine
8522         because of various problems.  Probably will abandon the idea of
8523         using the general `crushed tables' for the LIST procedure.
8524
8525         * temporary.c: (restore_dictionary) Sets var_by_name to NULL after
8526         clearing it.  Allocates a new var_by_name dictionary before trying
8527         to add members to it.
8528
8529         * vars-atr.c: [DEBUGGING] (dump_one_var_node) Removed argument
8530         `sib'.  Changed type of `node' argument.
8531         [DEBUGGING] (dump_var_tree) Replaced avlwalk() with
8532         avl_walk_inorder().
8533         (clear_variable) Only dumps the var tree if var_by_name non-NULL.
8534         [DEBUGGING] Only deletes the variable from var_by_name if that var
8535         non-NULL.
8536
8537 Fri Apr 18 16:48:41 1997  Ben Pfaff  <blp@gnu.org>
8538
8539         * Makefile.am: Added include files to SOURCES.  Added
8540         frequencies.q to EXTRA_DIST.  Removed include/ from INCLUDES.  Now
8541         includes rules for q2c.  Added `boast' target.
8542
8543 Fri Apr 18 15:42:22 1997  Ben Pfaff  <blp@gnu.org>
8544
8545         * Makefile.am: Maintainer-clean Makefile.in.
8546         
8547         * Makefile.am: Fixed redundant EXTRA_DIST line.
8548
8549         * ascii.c: Comment fixes.
8550         (ascii_line_vert) Fixed overly aggressive range check.
8551
8552         * display.c: Removed dead code.
8553
8554         * list.q: Turn debugging on.
8555         (flush_table) New debug code.
8556
8557         * sfm-read.c: (read_value_labels) malloc's the structure before
8558         trying to assign to its members.
8559
8560         * sfm-write.c: Comment fix.
8561
8562         * som-high.c: (som_submit_table) Sets som.t and som.d on each call
8563         to output_table().
8564         (output_table) No arguments anymore--gets them through `som'
8565         global.  New debug code.  In crushed tables, now sets `htv' as
8566         well as `hv' to avoid bad confusion later.
8567         (dump_crush_page) New debug code.
8568
8569         * som-low.c: (som_dump_crush_page) New debug code.
8570
8571 Thu Mar 27 01:11:29 1997  Ben Pfaff  <blp@gnu.org>
8572
8573         All source files: Broke long lines into multiple lines.
8574         
8575         * ascii.c: (ascii_close_page) Uses host_system var in place of
8576         HOST_SYSTEM constant.
8577
8578         * cmdline.c: (var syntax_message[]) Broke into
8579         pre_syntax_message[] and post_syntax_message[].
8580         (usage) Outputs both parts, separated by driver list.
8581
8582         * error.h: Fixed broken formatting.
8583
8584         * expr-opt.c: (str_search, str_rsearch) New functions.
8585
8586         * misc.c: (blp_getdelim) Removed.  All references changed to
8587         `getdelim'.
8588         (str_search, str_rsearch) Removed.
8589         (memrmem) New function.
8590
8591         * misc.h: (blp_getline) Removed.  All reference changed to
8592         `getline'.
8593
8594         * stat.h: New file.
8595
8596         * filename.c: Includes "stat.h", not <sys/stat.h>.
8597         (blp_getenv) Uses host_system var instead of HOST_SYSTEM constant.
8598
8599         * output.c: (outp_list_classes) Changed output formatting.
8600
8601         * sfm-write.c: (write_header) Uses host_system var instead of
8602         HOST_SYSTEM constant.
8603         (write_rec_7_34) Extracts version numbers from the version string.
8604         Untested.
8605
8606         * sort.c: Includes "stat.h", not <sys/stat.h>.
8607
8608         * str.c: (strcasecmp) Removed.
8609
8610         * title.c: (cmd_document) Uses host_system var instead of
8611         HOST_SYSTEM constant.
8612
8613         * version.c: Generated on-the-fly by the Makefile instead of being
8614         static.
8615
8616         * str.h: Comment fixes.  Doesn't substitute for missing memmove or
8617         memcpy.
8618         [!HAVE_STRNCASECMP] Declares strncasecmp().
8619
8620         * version.h: Removed stray character.  Comment fixes.
8621         (vars host_system, build_system) New vars.
8622
8623 Mon Mar 24 21:47:31 1997  Ben Pfaff  <blp@gnu.org>
8624
8625         * Most source files: Changed formatting of copyright notice; fixed
8626         FSF address; reformatted to better conform to GNU standards;
8627         comment fixes.  Added markups to prevent GNU indent from messing
8628         up my beautiful formatting :-).
8629         
8630         * q2c.c: (get_line) Ignores lines that begin with `/* *INDENT' so
8631         that GNU indent markups can be passed through without problems.
8632
8633 Wed Feb 19 21:30:31 1997  Ben Pfaff  <blp@gnu.org>
8634
8635         * get.c: Turned off debugging.
8636
8637         * glob.c: (init_glob) Turned on save-file compression by default.
8638
8639         * sfm-write.c: (sfm_write_case) Fixed bug which resulted in less
8640         compression than was possible in save files.
8641
8642 Sun Feb 16 20:57:20 1997  Ben Pfaff  <blp@gnu.org>
8643
8644         * data-out.c: (convert_F) Comment fixes.  Debug message fixes.
8645
8646         * frequencies.q: Removed Fiasco extensions.  Updated calculation
8647         algorithms.  Polished output format. 
8648         (struct frq_info_struct) Removed members `max_degree', `min_n',
8649         all references removed.
8650         (macro frq_extensions) Removed.
8651         (static vars min_n, max_degree) Removed, all references removed.
8652         (internal_cmd_frequencies) Doesn't handle extensions.  Doesn't
8653         calculate `min_n', `max_degree'.
8654         (postcalc) Passes new arg to dump_statistics().
8655         (dump_full) Honor NOLABEL option.  Buggy?  Adds variable name
8656         title.
8657         (dump_condensed) Adds variable name title.
8658         (sum_freqs) Removed.
8659         (calc_stats) Updated calculation algorithm.
8660         (dump_statistics) Removed warning for too-few observations.
8661         Changed table formatting.  Adds variable name title if passed new
8662         arg is nonzero.
8663
8664         * output.h: Comment fix.
8665
8666         * recode.c, sample.c, sort.c: Disabled debug code.
8667
8668         * som-frnt.c: (som_set_value, som_set_float, som_set_text)
8669         Improved debug code.
8670
8671         * var.h: (enum series frq_*) Removed Fiasco extensions.
8672
8673 Sat Feb 15 21:26:53 1997  Ben Pfaff  <blp@gnu.org>
8674
8675         * command.c: Added PROCESS IF to command table.
8676
8677         * Lots & lots of places, removed checks for NULLs preceding calls
8678         to free_expression(), which itself checks.
8679
8680         * descript.q: Removed Fiasco extensions.  Removed optimizations
8681         for non-weighted active files.  Implemented some options.
8682         Finished polishing output format.  Comment fixes.  Merged
8683         `descript.g'.
8684         (static vars n_glob_miss_list, n_glob_valid, n_glob_missing,
8685         max_degree, min_n) Removed.
8686         (macro dsc_extensions) Removed.
8687         (struct dsc_info_struct) Removed `min_n' member, all references
8688         fixed.
8689         (internal_cmd_descriptives) Removed calculation of min_n,
8690         max_degree.  Only deals with one `calc' routine instead of two
8691         flavors.
8692         (precalc) Eliminated redundancy.  Updated for changes to
8693         descriptives_proc structure.
8694         (calc) Moved here from `descript.g'.  Rewritten to calculate
8695         statistics via `moments about the mean' rather than by summing,
8696         summing squares, summing cubes, and so on.
8697         (postcalc) Rewritten for new-style statistical calculation.
8698         (display) Removed support for displaying variables across rows.
8699         No longer crushes the descriptives table.  Removed ancient code.
8700         Added display of N, by variable and listwise.
8701
8702         * descript.g: Removed; merged into `descript.q'.
8703
8704         * expr-evl.c: (evaluate_expression) Now returns a double.  For
8705         numeric results, it returns the result as well as storing it in
8706         the passed `value' structure if non-NULL.  For string results it
8707         just returns 0.0 and it must be passed non-NULL.  Many references
8708         to this function were optimized by use of this change, especially
8709         but not exclusively in `compute.c'.
8710
8711         * frequencies.g: Comment fix.
8712
8713         * glob.c: (glob var process_if_expr) New global var.
8714
8715         * postscript.c: (static var option_tab[]) Corrected entry for
8716         `fixed_size'.
8717         (postopen) Sets x->size to x->prop_size.
8718         (ps_text_set_font_by_name) Sets font size as well as typeface for
8719         PROP and FIXED fonts.
8720         
8721         * sel-if.c: (cmd_process_if) New function.
8722
8723         * sfm-write.c: (struct sfm_fhuser_ext) New member `n_cases'.
8724         (sfm_write_dictionary) Sets `n_cases' to 0.
8725         (sfm_write_case) Increments `n_cases'.
8726         (sfm_close) Attempts to seek the system file back to the header
8727         and write the number of cases in its proper slot.
8728
8729         * som-frnt.c: (som_insert_table) Masks off expansion options since
8730         only SOPT_X_NORM seems to work sensibly.
8731
8732         * som-low.c: (get_cell_size) Fixed bug when a table cell was sized
8733         with a `fixed' value of 2.
8734
8735         * sort.c: (cmd_sort_cases) Cancels PROCESS IF.
8736
8737         * sysfile-info.c: (cmd_sysfile_info) Doesn't display more than 10
8738         value labels; uses SOPT_NONE instead of SOPT_X_BOTH.
8739
8740         * var.h: (enum series dsc_*) Removed Fiasco extensions.
8741         (struct descriptives_proc) Removed `miss_noweight'; new members
8742         `X_bar', `M2', `M3', `M4', `min', `max'.
8743
8744         * vars-atr.c: (discard_variables) Cancels PROCESS IF.
8745
8746         * vfm.c: (close_active_file) Cancels PROCESS IF.
8747         (write_case) Doesn't process cases unselected by PROCESS IF.
8748
8749 Fri Feb 14 23:32:58 1997  Ben Pfaff  <blp@gnu.org>
8750
8751         * glob.c: (glob var err) Removed.
8752
8753         * sysfile-info.c: (cmd_sysfile_info) When adjusting table size,
8754         doesn't have to take into account number of value labels since
8755         they're in a subtable anyway.  Also, doesn't display more than 10
8756         value labels since we can't yet break pages in subtables.
8757
8758 Tue Feb  4 15:15:50 1997  Ben Pfaff  <blp@gnu.org>
8759
8760         * som-frnt.c: (som_change_table_size) Simple change for elegance
8761         that shouldn't change behavior.
8762         (som_set_value) Comment fix.
8763
8764         * som-high.c: (som_submit_table) Message fix.
8765
8766 Wed Jan 22 21:54:00 1997  Ben Pfaff  <blp@gnu.org>
8767
8768         * command.c: Added SYSFILE INFO to command table.
8769
8770         * file-handle.q: (fh_handle_filename) New function.
8771
8772         * get.c: (save_trns_proc) Fixed a bug in padding of output data
8773         with spaces.
8774
8775         * main.c: (parse) New return value for command functions, -3.
8776
8777         * misc.h: Comment fix.
8778
8779         * output.h: Comment fixes.
8780         (macro COMPONENTS) Removed.
8781
8782         * postscript.c: (write_text) Modified literal_chars[] so that `('
8783         and ')' are not written to the output in strings as literals.
8784
8785         * sfm-read.c: (sfm_read_dictionary) New argument.
8786         (read_header) New argument.  Sets the information structure's
8787         values from the header information.  
8788         (read_variables) [__CHECKER__] Redefines isalnum()--some sort of
8789         bizarre Checker problem, I guess.
8790         (read_variables) Proper cleanup on lossage.
8791
8792         * sfm.h: (struct sfm_read_info) New struct for use by
8793         sfm_read_dictionary().
8794
8795         * som-frnt.c: (som_create_table) New argument CREATE_FLAGS,
8796         currently used just for tables that can be dynamically resized and
8797         thus have to be allocated with arena_malloc() instead of
8798         arena_alloc().  All references changed.
8799         (som_change_table_size) New function.
8800         (som_insert_table) Bugfix: now inserts `cell', not `c'!
8801
8802         * som-high.c: [GLOBAL_DEBUGGING] (check_table) Moved to som-low.c.
8803         (som_submit_table) [GLOBAL_DEBUGGING] Doesn't call check_table()
8804         any more.
8805
8806         * som-low.c: (draw_cell) Calls draw_table_cell() for SCON_TABLE
8807         cells.
8808         (draw_intersection) Now takes an argument specifying the table in
8809         question.  All references changed.
8810         (draw_table_cell) New function.
8811         (som_get_table_size) [GLOBAL_DEBUGGING] Calls check_table().
8812         (som_get_table_size) Many nice new explanatory comments.
8813         [GLOBAL_DEBUGGING] (check_table) Moved here from som-high.c.
8814
8815         * som.h: New enum series SOM_CREATE_* for use as create flags with
8816         som_create_table().
8817
8818         * str.h: Moved a comment here from TODO.
8819
8820         * sysfile-info.c: New file.  Reference implementation.
8821
8822 Sun Jan 19 14:22:11 1997  Ben Pfaff  <blp@gnu.org>
8823
8824         * command.c: Added RENAME VARIABLES to table of commands.
8825
8826         * data-in.c: (dls_error) Sets `cust_field'.
8827         (parse_N) Message fix.
8828         (parse_day_count) New function.
8829         (to_roman) Never outputs VX as a `short form' of V.
8830         (parse_month) Fixed parsing of Roman numerals.
8831         (parse_trailer) Message fix.
8832         (parse_DATE, parse_ADATE, parse_EDATE, parse_SDATE, parse_JDATE,
8833         parse_QYR, parse_MOYR, parse_WKYR, parse_DTIME) Issue a message if
8834         the date is invalid.
8835         (parse_SDATE) Fixed swapped day, year.
8836         (parse_JDATE) Fixed bug for dates in 1582.
8837         (parse_DTIME) Allows days not between 1 and 31.
8838         (parse_numeric) Makes local copy of f.type for easier usage.
8839         FMT_DOLLAR fixed.
8840
8841         * data-out.c: (convert_F) When outputting as scientific, properly
8842         sets f.type as fp->type.
8843         (insert_commas) Fixed operator precedence problem with setting of
8844         nitems.  Changed strcpy to memcpy (no null terminator). 
8845         (convert_date) Fixed FMT_JDATE: added 1900 to year.
8846         (convert_CCx) Essentially rewritten, but now it works.
8847
8848         * display.c: (cmd_display) Added DISPLAY FILE LABEL (undocumented
8849         feature of Fiasco).
8850         (display_documents) Implemented.
8851
8852         * error.c: (glob var cust_field) New var.
8853         (vmsg) Displays cust_field as part of message classes DE and DW.
8854
8855         * formats.c: (debug_print) Fixed to compile under updated
8856         dictionary format.
8857
8858         * get.c: (cmd_get, cmd_save_internal) Close file handle on
8859         failure.
8860
8861         * misc.c: (parse_format_specifier) Formatting fix.
8862
8863         * modify-vars.c: (struct var_modification) Renamed `n_reorder' as
8864         `n_rename' for clarity.
8865         (cmd_modify_vars) Initializes `forward' and `positional' at
8866         appropriate times.  Frees lists of vars to rename on failure.
8867         Comment fix.  Frees memory on success.  
8868         (rearrange_dict) Simplified `for' loop condition.
8869
8870         * rename-vars.c: New file (reference implementation).
8871         
8872         * set.q: (internal_cmd_set) Fixed `emu' test condition.
8873
8874         * sfm-read.c: (read_header) File label is created only if file
8875         label in file is not blank.
8876         (read_variables) Initializes `dict' local variable.
8877         (read_documents) Proper behavior on lossage.
8878
8879         * sfm-write.c: (write_header) Doesn't blank out the file label
8880         (why was this here to begin with?!)
8881
8882         * temporary.c: (save_dictionary) File label is copied only if
8883         non-NULL.  Doesn't try to xstrdup() dictionary documents.
8884         Adapted so as to not irritate Checker.
8885         (free_dictionary) Only destroys var_by_name if non-NULL.
8886
8887         * title.c: (cmd_file_label) Doesn't skip FILE, LABEL tokens.
8888         (cmd_document) Doesn't skip DOCUMENT token.  Adds some header
8889         lines to the document, indents the document.  Also, it works now.
8890         (add_document_line) New function.
8891
8892         * var.h: (struct dictionary) Reordering.
8893
8894         * vars-prs.c: (parse_variables) On lossage, only local_free()'s
8895         bits if it was allocated to begin with.
8896
8897 Thu Jan 16 13:08:57 1997  Ben Pfaff  <blp@gnu.org>
8898
8899         * command.c: Added MODIFY VARS to list of commands.
8900
8901         * configure.in: Updated custom macros for autoconf 2.12.  Removed
8902         mmap reference; fixed termcap library reference.
8903
8904         * display.c: (display_variables) Fixed a few bugs although it's
8905         still not well written.
8906
8907         * error.c: [!__CHECKER__] (chkr_disp_call_chain) New function.
8908         (induce_segfault) Calls chkr_disp_call_chain() instead of
8909         inducing an actual SIGSEGV.
8910
8911         * expr-opt.c: (evaluate_tree) Swapped order of arguments to
8912         str_search() and str_rsearch().  Fixed tests for matches on
8913         OP_INDEX and OP_RINDEX.
8914
8915         * filename.c: (good_getcwd) Removed as the new libc for Checker
8916         doesn't contain this bug, apparently.
8917
8918         * misc.c: (str_search, str_rsearch) Changed order of arguments for
8919         consistency with GNU memmem.
8920         (blp_getdelim) Changed `len' from `int' to `size_t'.
8921
8922         * modify-vars.c: Reference implementation.
8923
8924         * som-frnt.c: (zero_length) New global var.
8925         (som_create_table) Message fix.
8926
8927         * som.h: Added gcc attributions to som_set_text(),
8928         som_output_text() prototypes.  blank_line() refers to
8929         zero_length[] instead of a literal null string to suppress gcc
8930         warnings.
8931
8932         * sort.c: (do_external_sort) Fixed fencepost error on lossage.
8933         (allocate_cases) Decrements x_max so the last element of x[] can
8934         be used by the algorithm.
8935
8936         * var.h: Changed minor details of `variable' declaration.  
8937         (struct modify_vars_proc) New struct.
8938         (struct variable) Added field p.mfv.
8939
8940         * vars-atr.c: Comment fix.
8941
8942         * vars-prs.c: (fill_all_vars) More optimal implementation.
8943
8944         * vfm.c: (dump_splits) Sets the last byte of temp_buf to a null
8945         character, which it shouldn't have to do but printf() seems to
8946         read the null byte even though I supply a maximum length...
8947
8948 Fri Jan 10 20:22:08 1997  Ben Pfaff  <blp@gnu.org>
8949
8950         * command.c: Removed command alias X for QUIT.
8951         (parse_cmd) Fixed comment parsing.
8952
8953         * dfm.c: (struct dfm_fhuser_ext) Fields `len', `size' are now of
8954         type size_t.
8955         (read_record) Fixed references to len, size.
8956         (dfm_get_record) Restructured.
8957
8958         * file-handle.h: (struct file_handle) Field `lrecl' now of type
8959         size_t.
8960
8961         * file-handle.q: (internal_cmd_file_handle) Checks for nonpositive
8962         record length.
8963
8964         * modify-vars.c: New file.  Not complete.
8965         
8966         * set.q: (set_ccx) Fixed operator precedence problem regarding ^
8967         and ==.
8968
8969         * sfm-read.c: (bswap_flt64, read_header, write_variable) Fixed
8970         problems caused by int/size_t differences.
8971
8972         * sort.c: (output_record, merge_once) Cast `size_t's to `int's in
8973         appropriate spots.
8974
8975         * str.c: (strcasecmp) Fixed bug that cropped up when the strings
8976         being compared were of equal length.
8977
8978 Thu Jan  2 19:08:23 1997  Ben Pfaff  <blp@gnu.org>
8979
8980         * command.c: Added DOCUMENT, DROP DOCUMENTS, FILE LABEL.
8981
8982         * lexer.c: (get_dotted_rest_of_line) New function.
8983
8984         * sel-if.c: (cmd_filter) Cannot choose string or scratch variables
8985         as filters.
8986
8987         * sfm-read.c: (sfm_read_dictionary) Calls read_documents() to read
8988         type 6 records.  Frees the dictionary properly.
8989         (read_header) Initializes the dictionary instead of letting
8990         read_variables() do it.  Sets the dictionary file label from the
8991         system file.
8992         (read_documents) New function.
8993
8994         * sfm-write.c: (sfm_write_dictionary) Calls write_documents() to
8995         write type 6 record if appropriate.
8996         (write_header) Writes file label from dictionary.
8997         (write_documents) New function.
8998
8999         * temporary.c: (save_dictionary, restore_dictionary,
9000         free_dictionary) Properly handle new fields in dictionary struct.
9001
9002         * title.c: (get_title) Returns after failure().
9003         (cmd_file_label, cmd_document, cmd_drop_documents) New functions
9004         for new commands FILE LABEL, DOCUMENT, DROP DOCUMENTS.  Untested.
9005
9006         * var.h: (struct dictionary) New fields `label', `n_documents',
9007         `documents'.
9008
9009 Wed Jan  1 22:08:10 1997  Ben Pfaff  <blp@gnu.org>
9010
9011         * command.c: Added FILTER to list of commands.
9012
9013         * frequencies.g: [WEIGHTING] Removed test for weighting!=-1 since
9014         it's always true.
9015
9016         * get.c: (cmd_save_internal) Removed weighting code since it's now
9017         handled by sfm-write.c.  Properly commented out debug code.
9018
9019         * glob.c: (glob var weighting) Removed.
9020
9021         * sel-if.c: Comment fixes.
9022         (cmd_filter) New function.
9023
9024         * sfm-read.c: (struct sfm_fhuser_ext) New field `weight_index'.
9025         (sfm_read_dictionary) Sets weighting variable direct in the
9026         created dictionary now.  (Apparently we previously didn't support
9027         weighting on GET?)
9028         (read_header) Sets weight_index field in sfm_fhuser_ext from
9029         header read from disk.
9030
9031         * sfm-write.c: (sfm_write_dictionary) Comment fix.
9032         (write_header) Now sets the weighting in the header from the
9033         passed primary dictionary instead of from the sfm_write_info.
9034
9035         * sfm.h: (struct sfm_write_info) Removed field `weight'.
9036
9037         * som-high.c: (dump_crush_table) Fixed a couple of assertions that
9038         broke on boundary conditions.
9039
9040         * var.h: (struct dictionary) New fields `weight_var',
9041         `weight_index', and `filter_var'.
9042         (glob var weighting) Removed.  This is now part of struct
9043         dictionary.  All references changed; the less mechanical changes
9044         are described above.
9045
9046         * vars-atr.c: (find_dict_variable) New function.
9047
9048         * vfm.c: (static var filter_index) New variable.
9049         (open_active_file) Initializes filter_index from default_dict.
9050         (write_case) Calls proc_func() only if the filter variable is
9051         nonzero; this implements FILTER behavior.
9052
9053         * weight.c: (static var weight_varname) Removed.
9054         (cmd_weight) Modified default_dict instead of glob vars.
9055         (update_weighting) Changed the signature to modify a dictionary
9056         instead of glob vars.  Now returns the weighting variable.
9057         (get_weighting_variable) Removed; its function is absorbed by
9058         update_weighting().
9059         (stop_weighting) Operates on a dictionary now.
9060
9061 Wed Jan  1 17:00:59 1997  Ben Pfaff  <blp@gnu.org>
9062
9063         * sort.c: Removed debugging info from messages.
9064         (do_external_sort) Cleans up after itself by deleting the
9065         temporary directory on failure.  (On success it is deleted by the
9066         input program.)
9067         (allocate_cases) Removed debug code.  Added clean up code.
9068         (output_record) Removed debug code.
9069         (merge) Added code to close all the input files that are currently
9070         open.  This is a likely location for bugs, because I'm not sure
9071         about boundary conditions.  Removed an unnecesary heap_delete().
9072         (merge_once) Removed input file "optimization" that in fact
9073         screwed up the rest of the code.  Message and comment fixes.
9074
9075 Sun Dec 29 21:36:48 1996  Ben Pfaff  <blp@gnu.org>
9076
9077         * error.c: [__CHECKER__] (induce_segfault) Flushes output streams.
9078
9079         * heap.c: (heap_delete) New argument.
9080
9081         * sort.c: Finished implementation of external sort.
9082
9083         * vfm.c: (read_from_disk) Returns after a disk error.
9084
9085 Sun Dec 22 23:10:39 1996  Ben Pfaff  <blp@gnu.org>
9086
9087         * sort.c: (static var state) Removed.
9088         (static vars max_handles, tmp_basename, tmp_extname,
9089         huffman_queue) New variables.
9090         (do_external_sort) Moved most code to new functions.
9091         Creates huffman_queue.
9092         (allocate_file_handles, allocate_cases) New functions.
9093         (static vars run_no, run_length, file_index, case_count) New
9094         variables. 
9095         (output_record) Returns success.  Now really writes to the output
9096         file.
9097         (begin_run, end_run) New functions.
9098         (write_initial_runs) Returns success.  Initializes run_no to -1.
9099         Calls begin_run(), end_run() at appropriate times.  Outputs debug
9100         messages.
9101         (write_to_sort_cases) Calls begin_run(), end_run() at appropriate
9102         times.
9103         (merge) New function.
9104
9105         * heap.c, heap.h: New files.  Hopefully in near-final form.
9106
9107 Sat Dec 21 21:51:04 1996  Ben Pfaff  <blp@gnu.org>
9108
9109         * glob.c: Added write_active_file to global vars.
9110
9111         * sort.c: Several new miscellaneous static variables.
9112         (cmd_sort_cases) Big comment fix.
9113         (perform_case_2) Renamed `do_external_sort' and completely
9114         rewritten.
9115         (case_2_proc_func) Removed.
9116         (output_record, write_initial_runs, write_to_sort_cases,
9117         compare_record) New functions.
9118
9119         * vfm.c: [DEBUGGING] (index_to_varname) Excised bit rot.
9120
9121 Tue Dec 17 18:57:59 1996  Ben Pfaff  <blp@gnu.org>
9122
9123         * sort.c: (perform_case_2) Changed the method for allocation of
9124         lots of memory--now allocates one case at a time in hopes that
9125         more cases can be allocated with heavily fragmented memory.
9126
9127         * var.h: (write_active_file) New global var.
9128
9129         * vfm.c: (procedure, close_active_file, write_case,
9130         SPLIT_FILE_procfunc) Now allow beginfunc, procfunc, and endfunc
9131         arguments to procedure() to be NULL.  All references to
9132         procedure() that made use of dummy functions were changed to NULL
9133         functions.
9134         (open_active_file) If write_active_file is non-NULL, the output
9135         device becomes DEV_PGM (a new enum).
9136         (close_active_file) Sets write_active_file to NULL.
9137         (read_from_memory) Comment fix.
9138         (record_case) Calls write_active_file() when the output device is
9139         DEV_PGM.
9140
9141 Sun Dec 15 15:32:16 1996  Ben Pfaff  <blp@gnu.org>
9142
9143         * sort.c: New file.
9144
9145         * autorecode.c: (cmd_autorecode) Fixed parsing of options.
9146         Fixed checking for duplicate varnames.
9147         (recode) xmalloc()'s the transformation instead of arena_alloc()'ing
9148         it.
9149         (autorecode_trns_free) Destroys hash tables for each recoding
9150         specification.
9151         (autorecode_proc_func) Compares NULL to *vpp instead of vpp.
9152
9153         * command.c: Added SORT CASES to cmd_table.
9154         (null_func, null_int_func) Prototyped.
9155
9156         * descript.g: (calc_weight, calc_noweight) Computes own case
9157         number now.
9158         
9159         * frequencies.q: (dump_statistics) Fixed problem with
9160         too-few-cases warning message.
9161
9162         * get.c: (cmd_save_internal) Handles weighting properly.
9163
9164         * hash.c: (hsh_dump) Output format changed.
9165         (force_hsh_insert) Actually works now, prototype changed.
9166
9167         * list.q: (static var case_num) New variable.
9168         (cmd_list) Initializes case_num.
9169         (list_cases) Increments case_num.
9170
9171         * var.h: Added definitions for SORT CASES.  Comment fixes.
9172
9173         * vfm.c: Some definitions moved to new file vfmP.h.  Comment
9174         fixes.  `active' renamed vfm_active, `rep' renamed
9175         vfm_replacement, all references changed.
9176         (procedure) The procfunc no longer receives a case number.  All
9177         references changed.
9178         (write_case) Subtle reordering.
9179         (SPLIT_FILE_procfunc) Counts cases differently.  Slightly less
9180         redundant.
9181
9182         * weight.c: (get_weighting_variable) New function.
9183
9184         * vfmP.h: New file with definitions from vfm.c.
9185
9186 Sat Dec 14 10:35:30 1996  Ben Pfaff  <blp@gnu.org>
9187
9188         * command.c: (FILE_TYPE_okay) Commented out some tests because
9189         they're clumsy and not yet needed.
9190
9191         * var.h: Most *_trns structures moved to their respective source
9192         files.  Some were moved into a new file, do-ifP.h.  Comment fixes.
9193         (union any_trns) Changed to a typedef for trns_header.
9194         (struct input_program_pgm) Removed.
9195
9196         * vars-prs.c: (parse_variables) Only local_free()'s bits if it
9197         was allocated in the first place.
9198
9199 Fri Dec 13 21:30:53 1996  Ben Pfaff  <blp@gnu.org>
9200
9201         * autorecode.c: New file.
9202         
9203         * command.c: Added AUTORECODE to command table; re-enabled SET.
9204
9205         * data-out.c: (convert_F) Handles infinities and NaNs properly.
9206
9207         * error.c: (vmsg) Comment fixes.
9208
9209         * hash.c: Comment fix.
9210         (hashpjw_d) New function.
9211         (hashpjw) Reimplemented as call to more general function
9212         hashpjw_d().
9213         (internal_comparison_fn) Initializes pointers properly.
9214         (hsh_sort) [GLOBAL_DEBUGGING] New debugging code.
9215         (force_hsh_insert, force_hsh_find) New debugging wrapper
9216         functions.
9217
9218         * main.c: (main) Message fix.
9219
9220         * output.c: (outp_read_devices) Message fix.
9221
9222         * set.q: Comment fixes.
9223         (custom_results) Implemented Wnd/X form of subcommand.
9224         (set_routing) New function.
9225         (internal_cmd_set) Implemented ERRORS, MESSAGES.
9226
9227         * settings.h: (SET_ROUTE_*) New enum series.
9228         (set_results) Renamed set_results_file, all references changed.
9229         (set_messages) Removed.
9230         (glob vars set_errors, set_messages, set_results) New vars.
9231
9232         * title.c: (get_title) Remembers to xstrdup() the result of
9233         get_rest_of_line().
9234
9235         * var.h: (arc_item, arc_spec, autorecode_trns) New structures for
9236         use by AUTORECODE.
9237         (union any_trns) New element `arc'.
9238
9239 Fri Dec  6 23:53:47 1996  Ben Pfaff  <blp@gnu.org>
9240
9241         * command.c: (output_line) Removed references to set_screen.
9242
9243         * error.c: (static var terminating) New var.
9244         (hcf) Sets terminating to 1.
9245         (vmsg) If terminating is nonzero, does not attempt to call hcf().
9246         This prevents an infinite loop if an error occurs within hcf().
9247
9248         * expr-evl.c: (evaluate_expression) [__CHECKER__] Replaced case
9249         statement circumlocution with `case 42000' trick.
9250         (evaluate_expression) New support for OP_STR_MIS.
9251
9252         * expr-opt.c: (evaluate_expression) [__CHECKER__] Replaced case
9253         statement circumlocution with `case 42000' trick.
9254         (dump_node) Handles OP_STR_MIS.
9255
9256         * expr-prs.c: (MISSING_func, SYSMIS_func) Rewrote to handle string
9257         variables exceptions.
9258         (parse_function) Message fix.
9259         (ops[]) Added OP_STR_MIS.
9260
9261         * expr.h: Added OP_STR_MIS to OP_* enum.  Comment fixes.
9262
9263         * exprP.h: [__CHECKER__] Removed case statement circumlocution.
9264
9265         * glob.c: Removed set_scrnfile glob var.
9266         (init_glob) set_errorbreak set to 0 by default.
9267
9268         * groff-font.c: Changed included files.
9269         (groff_read_font) Initializes font_arena local var correctly.
9270         (default_font) New function.
9271
9272         * output.c: Comment fixes.
9273         (glob var disabled_devices) New variable.
9274         [GLOBAL_DEBUGGING] (static var iterating_driver_list) New
9275         variable.
9276         [GLOBAL_DEBUGGING] (reentrancy) New function.
9277         [GLOBAL_DEBUGGING] (outp_read_devices, outp_done, find_driver,
9278         outp_iterate_enabled_drivers) Calls to reentrancy().
9279         (destroy_list) New function.
9280         (outp_done) Moved code to destroy_list().
9281         (parse_options) Parses `listing', `screen', `printer' options
9282         internally.
9283         (configure_driver) Sets new `device' member of driver.
9284         (outp_iterate_enabled_drivers, outp_enable_device) New functions.
9285
9286         * output.h: Comment fixes.  New enum series OUTP_DEV_*.
9287         (struct outp_driver_struct) New member `device'.
9288
9289         * postscript.c: (find_encoding_file) Doesn't display its own error
9290         messages.
9291         (default_encoding) New function.
9292         (switch_font) Calls default_encoding() if no encoding can be
9293         found.
9294         (text) Makes up a character metric if none exists for the desired
9295         character.
9296         (load_font) Properly copies a fallback filename.  Calls
9297         default_font() for a font if none at all are known.
9298
9299         * set.q: Comment fixes.  Removed OUTPUT subcommand.
9300         (custom_listing) Calls outp_enable_device() to enable/disable
9301         listing device.
9302         (turn_screen_on) Removed.
9303         (internal_cmd_set) Calls outp_enable_device() to enable/disable
9304         screen, printer devices.
9305
9306         * settings.h: Comment fixes.
9307         (glob vars set_output, set_printer, set_screen, set_scrnfile)
9308         Removed.
9309
9310         * som-high.c: (som_submit_table, som_eject_page) Use
9311         outp_iterate_enabled_drivers() instead of iterating
9312         outp_driver_list directly.
9313
9314 Wed Dec  4 21:34:17 1996  Ben Pfaff  <blp@gnu.org>
9315
9316         * data-in.c: (parse_EDATE, parse_SDATE) New functions.
9317         (parse_string_as_format) Handles new formats.
9318         (parse_numeric) Now handles DOT and PCT formats.
9319
9320         * data-out.c: (convert_E, convert_F, insert_commas) Handle DOT
9321         format now.
9322         (convert_date) Handle EDATE and SDATE formats.
9323         (convert_CCx) Now if there's not room for the currency characters,
9324         converts it as F format if it's positive instead of giving up
9325         quickly.  Also fixed save-and-restore bug with decimal point
9326         characters.  
9327         (convert_format_to_string) Handles new formats.
9328
9329         * misc.c: (formats[]) Added new formats.
9330         (convert_fmt_ItoO) Supports new formats.
9331
9332         * sfm-read.c: (parse_format_spec) Supports new formats.  Better
9333         data checking.  New argument, all references changed.
9334
9335         * sfm-write.c: (write_format_spec) Supports new formats.
9336
9337         * var.h: New formats FMT_DOT, FMT_PCT, FMT_EDATE, FMT_SDATE.
9338         Comment fixes.
9339
9340 Sun Dec  1 17:19:00 1996  Ben Pfaff  <blp@gnu.org>
9341
9342         * cmdline.c: Comment fixes.
9343         (parse_command_line) Changed return type to void.
9344
9345         * data-in.c: (parse_string_as_format) Added FMT_CCA...FMT_CCE to
9346         switch.
9347         (parse_numeric) Handles international numbers (comma as decimal
9348         point).  Some reformatting.
9349
9350         * data-list.c: (parse_free) Default output format is now
9351         set_format instead of hard-coded F8.2.
9352         (read_from_data_list_list) Emits error message on undefined data
9353         only if set_undefined is nonzero.
9354
9355         * data-out.c: (convert_E) Changes decimal point from period to
9356         comma if appropriate.  Restructured.  Better comments.
9357         (convert_F) Changes decimal point from period to comma if
9358         appropriate.
9359         (insert_commas) Major bug with handling of negative values fixed.
9360         Also, inserts periods instead of commas if appropriate.
9361         (convert_CCx) New function.
9362         (convert_format_to_string) Added FMT_CCA...FMT_CCE to switch.
9363         (num_to_string) Changed `.' to set_decimal.
9364
9365         * dfm.c: Comment fixes.
9366         (dfm_close) Frees ext->line even in inline_file.
9367         (open_inline_file) New function.
9368         (open_file_r) When opening the inline file: now properly
9369         recognizes `BEGIN DATA.' line, and calls open_inline_file() to
9370         finish up.
9371         (read_record) Calls fh_close_handle() instead of dfm_close() to
9372         close the inline file.  Makes a copy of the line getl_buf to avoid
9373         interlock problems.
9374         (dfm_get_record) Restructured.  Now checks the return value of
9375         open_file_r().
9376         (cmd_begin_data) Moved open code into open_inline_file().  Relaxed
9377         checking for use of inline file.  No longer tries to close inline
9378         file.
9379
9380         * error.c: (glob var error_already_flagged) New var.
9381         (vmsg) Message change.  Now checks max number of errors/warnings,
9382         acts on it.
9383
9384         * file-handle.q: (fh_handle_name) Now allows closing of
9385         inline_file.
9386         (fh_init_files) Reformatted.
9387
9388         * get.c: (trim_dictionary) Checks SCOMP option instead of COMP.
9389
9390         * getline.c: (getl_include) Fixed bug that popped up when called
9391         when file queue was empty.
9392         (read_console) Resets error_count, warning_count,
9393         error_already_flagged to zero.
9394
9395         * glob.c: Many changes to update list of variables.
9396         (init_compat_dependent) Now this function is called whenever
9397         `compat' changes.  It now sets set_seed only if it hasn't
9398         previously been referenced.  It now calls
9399         lex_init_compat_dependent().
9400
9401         * include.c: (cmd_include_at) Frees temporary buffer instead of
9402         line buffer.  
9403         (cmd_include) Doesn't make copy of include file name.
9404
9405         * lexer.c: Comment fixes.
9406         (init_lex) Moved some code into new function
9407         lex_init_compat_dependent().
9408         (lex_init_compat_dependent) New function.
9409         (hex_val) Simplified.
9410         (preprocess_line) Uses set_endcmd instead of hardcoding `.'.
9411
9412         * main.c: Comment fixes.
9413         (main) Reformatted.
9414
9415         * misc.c: (formats[]) Added FMT_CCA...FMT_CCE.
9416         (check_input_specifier) Disallows FMT_CCA...FMT_CCE.
9417         (convert_fmt_ItoO) Detects FMT_CCA...FMT_CCE.
9418         (setup_randomize) Sets set_seed_used.
9419
9420         * set.q: Comment fixes.
9421         (custom_results) Conditionalizes on `compat'.
9422         (custom_log) Calls custom_journal().
9423         (set_ccx) New function.
9424         (cmd_set) Calls init_compat_dependent() when `compat' changes.
9425         Calls set_ccx() to handle CCA...CCE.  Sets set_grouping
9426         when set_decimal changes.  Range-checks values for MITERATE,
9427         MNEST.  Message fixes.
9428
9429         * settings.h: Comment fixes.
9430         (struct set_cust_currency) New struct.
9431         (set_cc[], set_grouping, set_seed_used) New global vars.
9432
9433         * var.h: (FMT_CCA...FMT_CCE) New output formats.
9434         (FCAT_OUTPUT_ONLY) New FCAT_* constant.
9435
9436 Thu Nov 28 23:14:07 1996  Ben Pfaff  <blp@gnu.org>
9437
9438         * glob.c: Revised variables to correspond to settings.h.
9439         (init_glob) Initializes variables from settings.h properly.
9440
9441         * set.q: Began long-overdue major revision to correspond to new
9442         philosophy.  Most code changed. 
9443
9444         * settings.h: Mostly changed; reorganized, reordered, large new
9445         comment.
9446
9447 Thu Nov 28 19:46:10 1996  Ben Pfaff  <blp@gnu.org>
9448
9449         * get.c: (cmd_save_internal) No longer forces compression off.
9450
9451         * sfm-read.c: (read_compressed_data) If eof is reached when
9452         reading a new instruction octet, only signal error if we're in the
9453         middle of a case.
9454
9455         * sfm-write.c: (COMPRESSION_BIAS) New #define.
9456         (struct sfm_fhuser_ext) New member `end'.
9457         (write_header) Refers to COMPRESSION_BIAS instead of magic 100.0.
9458         (ensure_buf_space) New function.
9459         (sfm_write_case) Reimplemented in order to support compression.
9460         (sfm_close) Writes out the remaining contents of the compression
9461         buffer if any.
9462
9463 Wed Nov 27 23:18:35 1996  Ben Pfaff  <blp@gnu.org>
9464
9465         * command.c: Defined SAVE and XSAVE commands in command table.
9466
9467         * common.h: second_lowest_value is of type flt64, not double.
9468
9469         * file-handle.h: Comment fix.
9470
9471         * get.c: Comment fixes.
9472         (static var `trns') New.
9473         (save_write_case_func, save_trns_proc, save_trns_free, null_func,
9474         cmd_save_internal, cmd_save, cmd_xsave) New functions.
9475         (dict_delete_run) Clears the variables and frees them now.
9476         (trim_dictionary) Sets default for compression.
9477         On KEEP subcommand, frees deleted variables as well as clearing
9478         them.  Finally got the sense of the test for deleting all
9479         variables correct.
9480         [DEBUGGING] (dump_dict_variables) Message fix.
9481
9482         * glob.c: (init_glob) set_compression set to 1 by default.
9483
9484         * list.q: Properly #includes config.h.
9485
9486         * misc.h: New macro REM_RND_UP.
9487
9488         * settings.h: Comment fix.
9489
9490         * sfm-read.c: (structs sysfile_header, sysfile_format,
9491         sysfile_variable; inline function bswap_int32) Moved to new file
9492         sfmP.h.
9493         (corrupt_msg) [__CHECKER__] No longer induces segfault.
9494         (sfm_read_dictionary) Fixed bug caused by failing to initialize
9495         var_by_index.
9496         (read_machine_flt64_info) Fixed some problems caused by confusion
9497         between flt64 and double types.
9498         (read_header) Message fix.
9499         (read_variables) Fixed set of cases in which we byte-swap sv.print
9500         and sv.write.  Fixed confusion of flt64 and double.
9501
9502         * sfm.h: (struct sfm_write_info) New.
9503
9504         * som-high.c: (som_draw_title) Properly frees `s'.
9505
9506         * temporary.c: (save_dictionary) Comment fix.
9507
9508         * var.h: Comment fixes.  New FMT_* enum, FMT_NUMBER_OF_FORMATS.
9509         (struct trns_header) Formatting fix.
9510         (struct save_trns) New.
9511
9512         * vars-atr.c: (discard_variables) Comment fix.
9513
9514         * sfm-write.c: New file, baseline release.
9515
9516         * sfmP.h: New file, baseline release.
9517
9518 Sun Nov 24 14:53:53 1996  Ben Pfaff  <blp@gnu.org>
9519
9520         * cmdline.c: (parse_command_line) `--version' output updated.
9521         (glob var syntax_message[]) Added my e-mail address.
9522
9523         * file-handle.q, lexer.c, vfm.c: Changed many instances of
9524         `illegal' to `invalid'.
9525
9526         * sfm-read.c: (struct sfm_fhuser_ext) New fields used as
9527         uncompression buffer.
9528         (sfm_close) Frees decompression buffer.
9529         (sfm_read_dictionary) Initializes decompression buffer.
9530         (buffer_input, read_compressed_data) New functions.
9531         (sfm_read_case) Restructured; now calls read_compressed_data() to
9532         handle compressed system file data.
9533
9534         * var.h: Comment fix.
9535
9536 Mon Nov 11 15:34:09 1996  Ben Pfaff  <blp@gnu.org>
9537
9538         * dfm.c: (dfm_close) Does not set h->{ext,class} because the
9539         caller handles it.
9540          
9541         * get.c: New comments.  New static var `get_file'.
9542         (cmd_get) Now fully implemented.  Calls discard_variables();
9543         initializes fv and lv for all variables; new debug code; sets
9544         up the dictionary; sets up the input program.
9545         (read_from_get, cancel_get) New functions.
9546
9547         * sfm-read.c: Comment fixes.
9548         (sfm_close) New static function.
9549         (sfm_read_dictionary) Properly sets up the class of the
9550         file_handle.  No longer cares what size the data is in records of
9551         type 7.  Also, on failure, properly cleans up the file_handle and
9552         free()s some stuff.
9553         (read_variables) No longer thinks it knows `nval' of the
9554         dictionary.  Now sets p.get.fv, etc., instead of speculatively
9555         setting fv itself.
9556         (read_value_labels) Fixed off-by-one error in indexing of
9557         var_by_index[].
9558         (sfm_read_case) New function.
9559         (sfm_r_class) New static var.
9560
9561         * var.h: (get_proc) New struct.
9562         (struct variable) New member p.get.
9563
9564 Thu Nov  7 20:52:28 1996  Ben Pfaff  <blp@gnu.org>
9565
9566         * get.c: Removed GTSV_OPT_MAP because of a misinterpretation of
9567         the manual's meaning.
9568         (rename_variables) New function.
9569         (trim_variables) Doesn't try to parse MAP any more.  Removed debug
9570         code.  Now properly reorders the dictionary on the KEEP keyword.
9571
9572         * sfm-read.c: (read_value_labels) Fixed some bugs regarding
9573         garbage collection.
9574
9575         * vars-atr.c: (clear_variable) New argument `dictionary *'.
9576         (rename_variable) New function.
9577         (free_val_lab) Reformatted.
9578
9579 Thu Nov  7 17:29:16 1996  Ben Pfaff  <blp@gnu.org>
9580
9581         * var.h: Reindented entire file.  Comment fixes.
9582         (glob vars var, var_by_name, nvar, N, nval, n_splits, splits)
9583         Removed.
9584         (glob var default_dict) New.
9585         (struct indirect_dictionary) Removed.
9586
9587         * Many other source files were changed to add `default_dict.'
9588         before all references to the dictionary of the active file.
9589         
9590         * vars-atr.c: (make_indirect_dictionary) Removed.
9591
9592         * glob.c: Reindented all variable declarations.  Updated for
9593         changed var.h.  Comment fixes.
9594
9595         * temporary.c: (restore_dictionary, save_dictionary) Simplified
9596         because now we can mainly copy dictionary structs.
9597
9598         * vars-prs.c: (is_dict_varname, parse_dict_variable,
9599         parse_variables) Takes dictionary instead of indirect_dictionary
9600         first argument.
9601         (parse_variables) Instead of calling make_indirect_dictionary,
9602         just sets DICT to &default_dict if DICT is NULL.  Of course, lots
9603         of `*dict.' references had to be changed to `dict->'.  Removed
9604         debug code.
9605
9606 Thu Nov  7 15:48:52 1996  Ben Pfaff  <blp@gnu.org>
9607
9608         * get.c: Added GTSV_OPT_* series of enums.
9609         (trim_dictionary, dict_delete_run) New functions.
9610         [DEBUGGING] (dump_dict_variables) New function.
9611         (cmd_get) Calls trim_dictionary() to get dictionary fully set-up.
9612         [DEBUGGING] Calls dump_dict_variables() to display results.
9613
9614         * glob.c: (cmp_variable) Now a public function declared in var.h.
9615
9616         * sfm-read.c: Turned off debug code.  Comment fixes.
9617         (read_machine_int32_info, read_machine_flt64_info) New functions
9618         to parse type 7 records.
9619         (sfm_read_dictionary) Properly byteswaps several fields now.
9620         Calls read_machine_*_info() to parse type 7 subtypes 3 and 4
9621         records.  [DEBUGGING] Dumps dictionary.
9622         (read_variables) Sets `index' field of variables created properly.
9623         Constructs avl tree of variables in dictionary.  [DEBUGGING] No
9624         longer dumps dictionary.
9625         (read_value_labels) Properly byteswaps fields.  [DEBUGGING] New
9626         debug code.
9627         [DEBUGGING] (dump_dictionary) No longer stubbed out.
9628
9629         * temporary.c: (restore_dictionary) Destroys `var_by_name' glob
9630         var before destroying any variables just to save a little time.
9631
9632         * var.h: (struct variable) Reordered in order to make name[] the
9633         first member; this makes pointers to `variable' pointers to the
9634         variable name, simplifying avl trees, etc.
9635         (struct indirect_dictionary) New struct.
9636
9637         * vars-atr.c: (find_variable) Rewritten for efficiency.
9638         (make_indirect_dictionary, is_dict_varname, parse_dict_variable)
9639         New functions.
9640         (is_varname) Rewritten for efficiency.
9641         (parse_variables) New argument, which is a `dictionary *'.  All
9642         references changed.  This function now reads variable names from
9643         the dictionary passed, or from the default dictionary if NULL.
9644
9645 Tue Nov  5 18:34:59 1996  Ben Pfaff  <blp@gnu.org>
9646
9647         * misc.h: Added new macro DIV_RND_UP to perform integer division,
9648         rounding up.  Changed many references to ROUND_UP to use this
9649         instead.
9650
9651         * sfm-read.c: Includes avl.h.
9652         (corrupt_msg) Induces a segfault under Checker.
9653         (macro assertive_bufread) New.  Many references to bufread() now
9654         use this instead.
9655         (sfm_read_dictionary) Split up into several functions.  Added code
9656         to read dictionary records following the the type 2 records.  Not
9657         quite complete.  New variable `var_by_index'.
9658         (read_header, read_variables) New functions extracted from
9659         sfm_read_dictionary().
9660         (read_value_labels) New function.
9661         (bufread) Checks ferror() if fread() doesn't return the expected
9662         value; if ferror() is zero it's just EOF.
9663         (dump_dictionary) Stubbed out.
9664
9665         * BTW: The source code now exceeds 50000 lines!
9666         
9667 Mon Nov  4 22:03:28 1996  Ben Pfaff  <blp@gnu.org>
9668
9669         * command.c: Added GET to cmd_table[].
9670
9671         * list.q: Removed reference to alloca headers.
9672         (cmd_list) Gave prototype.
9673
9674         * sfm-read.c: Added DEBUGGING comments.
9675         (sfm_read_dictionary) Checks bias correctly.  Sets
9676         dict->var_by_name to NULL.  Calculates long_string_count
9677         correctly.  realloc's dict->var[] array to minimum size.
9678         [DEBUGGING] Calls dump_dictionary.
9679         [DEBUGGING] (dump_dictionary) New function.
9680
9681         * temporary.c: (save_dictionary) Sets var_by_name to NULL.
9682         (restore_dictionary) If the dictionary contains a non-NULL
9683         var_by_name, uses that instead of generating one.
9684         (free_dictionary) Destroys var_by_name.
9685
9686         * var.h: (struct dictionary) Added field `var_by_name'.
9687
9688         * get.c: New file, not complete.
9689
9690 Sun Nov  3 12:24:36 1996  Ben Pfaff  <blp@gnu.org>
9691
9692         * mis-val.c: New enums MV_NOR_*.  New struct num_or_range.
9693         (parse_num_or_range) New function.
9694         (parse_numeric) Reimplemented in order to support LOW THRU <n> and
9695         <n> THRU HIGH missing values.
9696
9697         * output.h: [__GNUC__>1 && __OPTIMIZE__] (width, height) Made
9698         __attribute__((const)).
9699
9700         * q2c.c: (get_token) Merged isdigit || isalpha into isalnum.
9701
9702         * sfm-read.c: Finished reference implementation.
9703
9704         * sfm.h: Includes var.h.
9705
9706         * var.h: Comment fixes.
9707         (struct `variable') Reordered some fields.
9708
9709         * vars-atr.c: (is_num_user_missing) Added support for MISSING_*
9710         constants added previously.
9711
9712 Wed Oct 30 17:13:08 1996  Ben Pfaff  <blp@gnu.org>
9713
9714         * common.h: Comment fixes.  Added declaration of
9715         `second_lowest_value' as variable or macro.  Made `compat_type',
9716         `pgm_state_type' into anonymous enums.
9717
9718         * display.c: Comment fix.
9719
9720         * glob.c: [ENDIAN==UNKNOWN] Added definition for `endian' global
9721         var.
9722         [!defined SECOND_LOWEST_VALUE] Added definition for
9723         `second_lowest_value' global var.
9724         (compat, pgm_state global vars) Changed types to `int'.
9725         (init_glob) Initializes `second_lowest_value'.
9726
9727         * sfm-read.c: Continued work, not complete.
9728
9729         * var.h: Added new MISSING_* constants to handle LOWEST and
9730         HIGHEST.
9731
9732 Sat Oct 26 23:06:06 1996  Ben Pfaff  <blp@gnu.org>
9733
9734         * sfm-read.c: New file, not complete.
9735
9736         * cases.c: (vec_insert) Changed vector expansion algorithm.
9737         (vec_delete) Fixed bug that screwed up deletion sometimes, it was
9738         mucking up the RECODE transformation in particular.
9739         (envector) Harmless change in notation.
9740
9741         dfm is now fairly well tested again.  
9742         * dfm.c: (dfm_get_record) Only returns ext->ptr if ext is
9743         non-NULL--duh.
9744         (cmd_begin_data) if(ext->line) replaced by if(ext && ext->line).
9745
9746         * recode.c: Comment fix.
9747
9748         * sfm.h: Interface should be fairly final now, or at least for a
9749         day or so...
9750
9751         * vfm.c: [DEBUGGING] (index_to_varname) New function.
9752         (open_active_file) [DEBUGGING] Translates ccase indices into
9753         variable names now to make it easier to understand what's really
9754         going on.
9755
9756 Sat Oct 26 20:46:31 1996  Ben Pfaff  <blp@gnu.org>
9757
9758         * data-in.c: Comment fix.
9759
9760         * data-list.c: Includes dfm.h.
9761         (do_reading) Uses new function dfm_push_cust().
9762
9763         * data-out.c: (convert_time, convert_WKDAY, convert_MONTH) Added
9764         `return 1;' at end.
9765
9766         * file-handle.h: Completely changed.  Some parts split off into
9767         new file dfm.h.  Implemented in file-handle.q.
9768         (enum FH_*) Removed.
9769         (struct fh_ext_class) New struct.
9770         (struct file_handle) Retained only these fields: name, norm_fn,
9771         fn, recform, lrecl, mode.  New fields class, ext.
9772         (get_handle_by_name, get_handle_by_filename, parse_file_handle,
9773         close_handle, handle_name) Added `fh_' prefix to name, all
9774         references changed.
9775
9776         * dfm.h: New file, implemented in dfm.c.
9777         (get_record, put_record, fwd_record, bkwd_record, set_record,
9778         get_cur_col) Functions moved from file-handle.h, now prefixed with
9779         `dfm_'.
9780         (dfm_push_cust) New function.
9781
9782         * sfm.h: New file.  Incomplete.
9783
9784         * dfm.c: All functions adjusted/rewritten for new dfm/fhp
9785         interface.  Functions reordered, comments changed.  Not well
9786         tested, probably full of bugs.
9787         (struct dfm_fhuser_ext) New struct.
9788         (dfm_close) New function.
9789         (open_file_r) Pickier about finding `BEGIN DATA.' line.
9790         (open_file_w) User messages changed.
9791         (get_record) Comment fixed.
9792         (read_record) Increments ext->ln even for inline_file.  Calls
9793         dfm_close() for inline_file when `END DATA.' encountered.
9794         (dfm_get_record) Experimental restructuring.
9795         (dfm_push_cust) New function.
9796         (cmd_begin_data) Detects whether the inline file was fully read by
9797         checking whether it is still open; detects whether it was read at
9798         all by checking whether the line number is greater than zero.
9799
9800         * file-handle.q: All functions adjust/rewritten for new dfm/fhp
9801         interface.  Functions reordered, comments changed.  Not well
9802         tested, probably full of bugs.
9803         (init_file_handle) Removed initializers for obsolete fields, added
9804         new fields.
9805         (fh_close_handle) Much simpler, now mainly calls the class
9806         function.
9807         (fh_init_files) Renamed inline file internal filename.
9808
9809         * file-type.c: Includes dfm.h.
9810         (read_from_file_type) Doesn't use dfm internal state anymore.
9811
9812         * inpt-pgm.c, print.c: Include dfm.h.
9813
9814         * recode.c: (internal_cmd_recode) Casts strlen() return value to
9815         int in comparison with other int.
9816
9817         * som-high.c: (build_target) Fixed operator precedence problem in
9818         if statement (& versus ==).
9819
9820 Sat Oct 26 10:39:25 1996  Ben Pfaff  <blp@gnu.org>
9821
9822         * dfm.c: (read_record) Can now read fixed-length records; not
9823         tested.
9824         (put_record) Can now write fixed-length records; not tested.
9825
9826         * file-handle.h: FH_* defines changed to enums.  New enum series
9827         FH_RF_*, FH_MD_*.
9828         (struct file_handle) New members recform, lrecl, mode.
9829
9830         * file-handle.q: Parser changed.
9831         (internal_cmd_file_handle) Added support for new /RECFORM, /MODE,
9832         /LRECL subcommands.  These are compatible with Windows.
9833         (init_file_handle) Initializes recform, mode fields.
9834
9835         * q2c.c: (get_line) When outputting `!' comment lines, now
9836         increments the output file line number so that `#line' directives
9837         are correct.
9838         (make_identifier) New function that converts an arbitrary string
9839         into a valid C identifier.
9840         (dump_vars) Calls make_identifier() in two places in order to
9841         suppress some errors for bad identifiers.
9842         (make_match) Allows TRUE as synonym for YES and FALSE as synonym
9843         for NO.  Allows numbers to be prefixed by underscores to make them
9844         acceptable C identifiers but still to be parsed as numbers by the
9845         Fiasco lexer.
9846
9847 Thu Oct 24 20:13:42 1996  Ben Pfaff  <blp@gnu.org>
9848
9849         * command.c: Re-enabled RECODE, SAMPLE, SELECT IF.
9850         
9851         * dfm.c: Comment fixes. (get_record) Gives error if file handle
9852         was opened for writing.
9853         (open_file_w) New function.
9854         (read_record) Uses strncasecmp if available.  Improved error
9855         messages, comments.
9856         (put_record) New function.
9857
9858         * file-handle.h: Moved function comments into dfm.c and
9859         file-handle.q.  Comment fixes.  Removed declarations of
9860         tilde_expand() and normalize_filename().
9861         (struct file_handle) Changed `open' from boolean to enumerated
9862         field to allow for three states--closed, open for reading, open
9863         for writing--all references changed.
9864
9865         * file-handle.q: Includes filename.h.
9866
9867         * print.c: (CMD_* enums) Renamed PRT_* and moved into var.h; all
9868         references changed.
9869         (alloc_line) Makes allowance for line terminator characters in
9870         calculations.
9871         (print_trns_proc) Now handles OUTFILE, WRITE differences.
9872         (print_space_trns_proc) Handles OUTFILE differences.
9873
9874         * recode.c, sample.c: Comment fixes.
9875
9876         * var.h: (struct print_trns) Changed boolean field `eject' to
9877         bitmapped field `options'; all references changed.  New enums
9878         PRT_* for use with this field.
9879
9880         * exception.h, test-exception.c: Removed.
9881
9882 Thu Oct 24 17:47:14 1996  Ben Pfaff  <blp@gnu.org>
9883
9884         * ascii.c: (delineate) Turned off debug output.
9885
9886         * common.c: [Checker and Linux] (__assert_fail, __eprintf) Moved
9887         to error.c.
9888
9889         * data-in.c: (parse_string_as_format) Sets the entire string value
9890         to spaces, not just the short string part of it.  Is this correct
9891         now? 
9892
9893         * data-out.c: (convert_date) Fixed DATETIME format problems with
9894         decimal places, removed debug code.
9895
9896         * dfm.c: (open_file_r) Fixed bug where an error would occur in the
9897         middle of parsing BEGIN DATA that would cause the lexer to read
9898         from a wild pointer `prog'; now calls new function
9899         preprocess_line() in lexer.c.
9900
9901         * error.c: [__CHECKER__] (hcf) Calls induce_segfault() on improper
9902         termination.
9903         [Checker and Linux] (__assert_fail, _eprintf) Moved from common.c.
9904         Now call induce_segfault() to induce the segfault.
9905         (induce_segfault) New function.
9906
9907         * expr-opt.c: Comment fix.
9908         (parse_sysvar) New function.
9909         (parse_primary) Added system variable support--calls
9910         parse_sysvar().
9911         (global var ops) Added OP_CASENUM operator.
9912
9913         * expr.h: Comment fixes.
9914         (OP_* enum) added OP_CASENUM operator.
9915         (struct casenum_node) New struct.
9916         (union any_union_union) New member `cas' of type `casenum_node'.
9917
9918         * glob.c: (global var last_vfm_invocation) New var.
9919         (init_glob) Initializes last_vfm_invocation.
9920
9921         * lexer.c: (lookahead) Fixed reversed condition on if statement.
9922
9923         * getline.c: (get_line) Split into get_line() and preprocess_line().
9924         (preprocess_line) New function.
9925
9926         * var.h: Declares last_vfm_invocation.
9927
9928         * vfm.c: (procedure) Sets last_vfm_invocation.
9929
9930 Wed Oct 23 21:53:43 1996  Ben Pfaff  <blp@gnu.org>
9931
9932         * command.c: (parse_cmd) Fixed bad assertion related to
9933         lookahead().
9934
9935         * data-in.c: (parse_month) Implemented to parse months according
9936         to full interpretation of standard.
9937         (to_roman) New function.
9938         (parse_wk_delimiter) Bug fix (forgot to skip `WK' in string).
9939         (parse_weekday) Bug fix (forgot to skip all the day name).
9940
9941         * data-list.c: (read_from_data_list_fixed) Fixed bug that screwed
9942         up parsing of multirecord data items.  Also fixed user message.
9943
9944         * data-out.c: Comment fix.
9945         (year2, year4, convert_date, convert_time, convert_WKDAY,
9946         convert_MONTH) New functions to support time & date output.
9947         (convert_format_to_string) Calls new time & date output routines.
9948
9949         * expr-prs.c: (nary_num_func) Found a bug, but didn't fix it yet.
9950
9951         * lexer.c: (lookahead) Noted a previously unnoticed caveat in
9952         comment.
9953
9954         * main.c: [DEBUGGING] (dump_token) Updated to handle getline.h.
9955
9956         * misc.c: (global var formats) Fixed declarations of DATETIME,
9957         TIME, DTIME.
9958
9959         * postscript.c: (text) Fixed a pair of bugs in the reallocation of
9960         the output_char buffer.
9961
9962         * vars-prs.c: (parse_DATA_LIST_vars) Fixed a failure to free
9963         memory bug.  Fixed user messages.
9964
9965 Tue Oct 22 17:27:04 1996  Ben Pfaff  <blp@gnu.org>
9966
9967         * Removed #pragma argsused from lots of places.
9968         
9969         * data-in.c: Implemented zoned decimal and time-date formats.
9970         Untested.  This is a huge chunk of code--maybe 1000 lines and 50
9971         new functions.
9972
9973         * data-out.c: Implemented zoned decimal format.
9974
9975         * expr.h: Moved yrmoda() declaration here from exprP.h.
9976
9977         * misc.c: (global var formats) Minor fixes--added
9978         FCAT_SHIFT_DECIMAL to formats N and Z.
9979         (convert_fmt_ItoO) Added support for format Z.
9980
9981         * som-frnt.c: (som_set_value) Fixed bug regarding string values.
9982
9983 Mon Oct 21 20:39:59 1996  Ben Pfaff  <blp@gnu.org>
9984
9985         * command.c: (parse_cmd) [GLOBAL_DEBUGGING] Inserted call to
9986         som_check_workspace() that is activated between commands.
9987
9988         * data-list.c: (dump_fixed_table, dump_free_table) Finished these
9989         for good, I hope.
9990
9991         * list.q: (begin_row) Changed title expansion style from
9992         SOPT_X_VERT to SOPT_X_SHSP.
9993
9994         * som-frnt.c: Now includes `somP.h'.
9995         (som_push_workspace, som_pop_workspace) New functions that, taken
9996         together, form a solution to the recursive table building problem
9997         mentioned yesterday.  Surrounded every table output routine
9998         throughout the program with calls to these functions.
9999         [GLOBAL_DEBUGGING] (som_check_workspace) New function.
10000         (som_create_table) Checks that there's an active workspace.
10001         (som_destroy_all_tables, som_crush) Removed.
10002
10003         * som-high.c: (global var som_preserve_tables) Removed, all
10004         references deleted.
10005         (som_submit_table) Checks that there's an active workspace.
10006         (dump_columnated_table) Doesn't columnate tables that would have
10007         just one row per column.
10008         (dump_crush_page, som_dump_crush_page) Removed debugging code.
10009         (som_dump_crush_page) Moved row number labels from left side of
10010         tables to right side.
10011         (som_get_table_size) Added support for SOPT_X_SHSP.
10012
10013         * som.h: New cell expansion type SOPT_X_SHSP.
10014
10015         * somP.h: (global vars arena_stack, n_arena_stack, m_arena_stack)
10016         New vars.
10017         (global var curtab_arena) Moved from som-frnt.c.
10018
10019 Sun Oct 20 13:45:28 1996  Ben Pfaff  <blp@gnu.org>
10020
10021         * ascii.c: [GLOBAL_DEBUGGING] (SUPPRESS_WARNINGS) New debug option
10022         that causes bad location warnings to be suppressed.
10023         (delineate) Saves current font when calling draw_text(); fixed
10024         handling of NULLs when backing up.  Also fixed line-wrapping bug.
10025
10026         * command.c: Re-enabled `LEAVE', `NUMERIC', `PRINT', `PRINT EJECT',
10027         `PRINT FORMATS', `PRINT SPACE', `STRING', `TITLE', `WRITE'.
10028
10029         * common.c: Added code to cause assertion failure to dump core
10030         when run under Checker.
10031
10032         * data-list.c: (dump_fixed_table) Fixed some inconsistencies, but
10033         there are still bugs.
10034
10035         * glob.c: (__eprintf) Removed.
10036
10037         * list.q: Inserted som_preserve_tables kluge that prevents tables
10038         from being thrown away due to recursive table building through
10039         som_output_line being called from a transformation during the LIST
10040         procedure invocation.  This is a general problem that must be
10041         solved in a better way since it applies to all procedures in
10042         general.
10043         (begin_row) Changed title options to SOM_X_VERT from SOM_X_BOTH.
10044         (flush_table) Removed SOM_TOPT_PRESERVE from submission options.
10045
10046         * numeric.c: Fixed several errors in the form of msg() calls.
10047
10048         * print.c: Updated for use of som.
10049         (dump_table) Reimplemented.
10050         (print_trns_proc) Calls som_eject_page() instead of eject_page().
10051         Calls som_output_text() instead of outs_line().
10052
10053         * som-frnt.c: (som_destroy_all_tables) Sets som_preserve_tables to
10054         0.
10055         (som_output_text) Function moved from som-low.c.  Interface
10056         changed.
10057
10058         * som-high.c: (som_preserve_tables) New global public variable
10059         declared in som.h.
10060         (som_submit_table) Destroys the tables only if som_preserve_tables
10061         is 0.
10062         (paginate_horizontally) Bugfix: sets som.mpw even if there's only
10063         one subrow per row.  Now labels subrows if there's more than one
10064         subrow per row.
10065         (dump_crush_table) Added wishlist comment.
10066         (som_eject_page) New public function declared in som.h.
10067
10068         * som-low.c: (som_dump_crush_page) Draws row labels if there's
10069         more than one subrow per row.
10070         (som_output_text) Moved to som-frnt.c.
10071
10072         * som.h: (SOM_TOPT_PRESERVE) Removed.
10073
10074         * title.c: (get_title) Changed interface.
10075         (cmd_title) Changed `title' to `outp_title'.
10076         (cmd_subtitle) Changed `subtitle' to `outp_subtitle'.
10077
10078 Sun Oct 20 09:04:15 1996  Ben Pfaff  <blp@gnu.org>
10079
10080         * list.q: (flush_table) Conforms to new partial options in
10081         som_submission_form.
10082
10083         * som-high.c: (paginate_horizontally) Changed form of subrow
10084         number labels.
10085         (build_target) Omits spacing before table if
10086         SOM_TOPT_PARTIAL_OMIT_TOP is selected.
10087         (dump_crush_page) Changed interface.  Only trims bottom rule if
10088         SOM_TOPT_PARTIAL_OMIT_BTM is not selected.
10089         (dump_crush_table) Handles partial tables.
10090         (output_row_label) New function.
10091         (som_dump_crush_page) Emits subrow number labels.  Draws vertical
10092         rule on the right edge of narrow subrows.
10093
10094         * som.h: Changed SOM_SUB_PARTIAL_* series of submission type
10095         constants to a series of SOM_TOPT_PARTIAL_* submission options.
10096         All references updated.
10097
10098 Fri Oct 18 19:46:49 1996  Ben Pfaff  <blp@gnu.org>
10099
10100         * misc.c: Comment fix.
10101
10102         * som-high.c: (examine_table) Treats crushed tables separates for
10103         purpose of determining header size.
10104         (paginate_horizontally) Allots space for line numbers in crushed
10105         tables with lots of subrows per row.  Calculates the `maximum page
10106         width', the width of the widest horizontal page.
10107         (build_target) Removed trim argument; all references changed.
10108         Stricter assertions.  (dump_crush_page) New function.
10109         (dump_crush_table) Reimplemented.
10110
10111         * som-low.c: (som_dump_page) Uses new RULE_ROW &c. constants.
10112         (som_dump_crush_page) Reimplemented, interface changed.
10113
10114         * somP.h: Many many new helper macros for use with crushed tables.
10115         (global var som) Removed `tv', `cum_y' members; all references
10116         removed.  New members `mpw', `digit_space'.
10117
10118 Sun Sep 29 19:37:03 1996  Ben Pfaff  <blp@gnu.org>
10119
10120         * arena.c: (arena_alloc) [!DISCRETE_BLOCKS] Removed `size'
10121         variable, changed to constant 1024.
10122         (arena_ca_strdup) Changed `sizeof(a_string)' to
10123         `sizeof(c_string)'.
10124         (arena_ca_strdup) [!DISCRETE_BLOCKS] Changed bad cast from
10125         `(c_string *)' to `(char *)'; this fixed some offset problems.
10126
10127         * filename.c: (readlink_malloc) Changed initial allocation from
10128         100 bytes to 128.
10129         (good_getcwd) Changed from xmalloc() to local_alloc(); removed
10130         comment.
10131
10132         * postscript.c: (read_fontmap) Fixed leak by changing &owner to
10133         &fm->owner in several places.
10134
10135         * som-high.c: (output_table) Changed interface to rest of world.
10136         (examine_crush_table) Removed.  Crushed tables are re-broken now,
10137         in preparation for rewrite.
10138
10139         * som.h: Comment fix.
10140
10141 Sat Sep 28 21:28:07 1996  Ben Pfaff  <blp@gnu.org>
10142
10143         * ascii.c: (ascii_init_driver) Disposes of x->file.filename and x
10144         itself in the cleanup stage.
10145
10146         * descript.q: (display) At least temporarily, changed the table
10147         format to a crushed table.
10148
10149         * list.q: (begin_row) At least temporarily, added horizontal lines
10150         between cases.
10151
10152         * som-high.c: (examine_crush_table) Sets som.hh to the width of
10153         the horizontal "headers," that is, to the width of the far left
10154         and far right rules.
10155         (justify_pagination) Sets som.th to the width of the widest row
10156         in the crushed table.  Fixed inner loop off-by-one error.
10157
10158         * som-low.c: (som_dump_crush_page) Added code to draw horizontal
10159         rules.
10160
10161         * somP.h: Comment fix.
10162
10163 Fri Sep 27 20:08:39 1996  Ben Pfaff  <blp@gnu.org>
10164
10165         * filename.c: (open_file_ext) Now, doesn't set f->file to NULL
10166         before closing it; also, opens the constructed filename `s'
10167         instead of f->filename.
10168
10169         * postscript.c: Moved initialization of x->loaded, x->prop,
10170         x->fixed, x->current, also the add_encoding() calls, into
10171         postopen().
10172         (preclose) Destroys x->combos; sets x->loaded, x->combos to NULL;
10173         sets x->last_font to NULL; sets x->next_combo to zero.
10174
10175         * som-high.c: (crushed_row_height) Moved definition farther up.
10176         (som_submit_table) Doesn't calculate line width, font size until
10177         after calling open_page(), to accomodate changes to PostScript
10178         driver.
10179         (vert_headers) Removed; equivalent functionality moved to
10180         examine_table(), examine_crush_table().
10181         (justify_pagination) Replaced with different algorithm.
10182         (dump_crush_table) Bugfix that caused tables to fail to be clipped
10183         at the bottom of the page.
10184
10185 Thu Sep 26 22:20:26 1996  Ben Pfaff  <blp@gnu.org>
10186
10187         * command.c: Added cmd_list back into cmd_table.
10188
10189         * freq.c, frequencies.q, repeat.c, list.q, vars-atr.c, vfm.c:
10190         Comment fix: `#define DEBUGGING' --> `#define DEBUGGING 1'.
10191
10192         * list.q: (flush_table) Updated to new som_submission_form format.
10193
10194         * som-frnt.c: Comment fix.
10195
10196         * som-high.c: Changed `#endif' to `#undef EXTERN'.
10197         (output_table) Calls som_get_table_size() directly; handles
10198         crushed tables.
10199         (examine_crush_table) New function; calls vert_headers().
10200         (examine_table) Moved some code into new function, vert_headers().
10201         (justify_pagination) New function.
10202         (dump_plain_table) Removed `static' from `cy'.
10203         (dump_crush_table) New function.
10204
10205         * som-low.c: (som_dump_crush_page) New function.
10206
10207         * som.h: Comment fixes.
10208         (enum SOM_TOPT_CRUSH) New.
10209         (SOM_SUB_PARTIAL_BEG, SOM_SUB_PARTIAL_MID, SOM_SUB_PARTIAL_END)
10210         Temporarily set to zero to make do with LIST procedure.
10211
10212         * somP.h: Re-ordering.
10213
10214 Wed Sep 25 19:36:11 1996  Ben Pfaff  <blp@gnu.org>
10215
10216         * som.c: Split into som-frnt.c, som-high.c, som-low.c.
10217
10218         * somP.h: New file for use by som-high.c, som-low.c.
10219
10220         * q2c.c: Added definition for VME.
10221         (get_line) Now dumps `!' comment lines to the output file
10222         verbatim.
10223
10224         * crosstabs.q, descript.q, file-handle.q, frequencies.q, list.q,
10225         set.q: Changed format of `!' comment lines.
10226
10227 Tue Sep 24 18:39:09 1996  Ben Pfaff  <blp@gnu.org>
10228
10229         * All source files: Added copyright notice.
10230
10231         * common.c: (xmalloc, xrealloc, xstrdup) Cast size_t's to unsigned
10232         longs in msg() calls.
10233
10234         * con32s.c: (xmalloc, xrealloc) Updated from common.c.
10235
10236         * q2c.c: (xmalloc, xrealloc, xstrdup) Updated from common.c.
10237
10238 Sat Sep 21 23:16:31 1996  Ben Pfaff  <blp@gnu.org>
10239
10240         * output.c: (outp_read_devices) Changed criteria for
10241         distinguishing different types of lines.
10242
10243 Fri Sep 20 22:52:28 1996  Ben Pfaff  <blp@gnu.org>
10244
10245         * cmdline.c: Changed syntax message.
10246
10247         * filename.c: (good_getcwd) Bug fix (?).
10248         (normalize_filename) [__BORLANDC__] Uses _fullpath() library
10249         function.
10250         (search_path) Appends DIR_SEPARATOR to directory name only if it
10251         does not already end with one.
10252
10253         * glob.c: Checks STAT_PAGER envvar before PAGER.
10254
10255         * output.c: Checks environment variables instead of just local
10256         macros.
10257
10258 Tue Sep 10 21:39:00 1996  Ben Pfaff  <blp@gnu.org>
10259
10260         * arena.c: (arena_destroy) Swatted a subtle bug that cropped up
10261         when the pointer passed to the function was within the arena
10262         itself, so that it couldn't properly be set to NULL _after the
10263         arena was freed_.
10264
10265         * command.c: Re-enabled DISPLAY.
10266
10267         * display.c: Rewritten to handle tables.  Untested.
10268
10269         * filename.c: (search_path) Fixed memory leak.
10270
10271         * frequencies.q: (cmd_frequencies) Frees v_variables.
10272         (postcalc) Calls cleanup_freq_tab() after displaying statistics.
10273         (cleanup_freq_tab) New function to garbage collect.
10274         (dump_full) Elegantized.
10275
10276         * main.c: New comment.
10277
10278         * output.h: New tag for tagged quotes: TAG_NEWLINE.
10279
10280         * postscript.c: Comment fix.
10281         (release_fontmap, free_font_entry) New functions.
10282         (ps_init_driver) Sets free_font_entry() as the freefunc for
10283         hashtable `loaded'.  Calls release_fontmap() when destroying a
10284         driver; also frees the output filename; also frees the
10285         ps_driver_ext block.
10286         (free_ps_encoding) Frees the filename as well as the encoding
10287         block.
10288         (output_encodings) Frees the line buffer and pops the msg-filename
10289         stack.
10290         (read_fontmap) Frees the fontmap filename and the line buffer.
10291         (postopen, preclose) Misc. garbage collection fixes.
10292         (ps_open_page) Destroys the `combos' hash table; sets `last_font'
10293         to NULL; this fixes some output problems.
10294         (text) Handles TAG_NEWLINE.  Untested.
10295
10296         * som.c: (cell_byte_size) Merged SCON_VALUE and SCON_TEXT cases.
10297         (som_set_string) Removed.  All references changed to
10298         `som_set_text'.
10299         (som_set_text) Rewritten.  New interface.  More general.
10300
10301         * som.h: Minor format changes.
10302         (struct som_value_cell) Removed; all references changed to
10303         `som_text_cell'.
10304         (enums SOT_*) Changed.
10305
10306 Mon Sep  9 21:43:13 1996  Ben Pfaff  <blp@gnu.org>
10307
10308         * command.c: Re-enabled SPLIT FILE.
10309
10310         * postscript.c: Comment fix.
10311
10312         * som.h: Added `SOT_NONE'.
10313
10314         * split-file.h: (cmd_split_file) Removed superfluous parenthesis.
10315
10316         * vfm.c: (dump_splits) Reimplemented.
10317
10318 Sat Sep  7 22:35:12 1996  Ben Pfaff  <blp@gnu.org>
10319
10320         * Compiled the project under gcc 2.7.2, which gave some new
10321         warnings.  This led to many additions of casts from unsigned to
10322         int sprinkled throughout the code.
10323         
10324         * arena.c: Many uses of `unsigned' changed to `size_t'.
10325
10326         * command.c: Added END FILE, END REPEAT to command table.
10327         (var cmd_end_repeat) Renamed cmd_end_repeat_p.
10328         (find_command, FILE_TYPE_okay) Not commented out anymore.
10329         (parse_cmd) Calls FILE_TYPE_okay again.
10330         (output_line) Added calls to som_output_text() to put the line
10331         in the output files.
10332
10333         * common.c: (macro VME) Format changes.
10334         (xstrdup) Asserts that its argument is not NULL.
10335         
10336         * data-list.c: Implemented dump_fixed_table().
10337         
10338         * inpt-pgm.c: Formatting changes.  Comment changes.
10339         (end_case_proc) Renamed end_case_trns_proc.
10340         (cmd_end_file, end_file_trns_proc) New functions.
10341
10342         * misc.c: Many uses of `int' and `unsigned' changed to `size_t'.
10343
10344         * misc.h: (local_strdup) New macro corresponding to strdup() but
10345         allocating its data through local_alloc() if possible--that is, if
10346         GNU C is in use.
10347
10348         * postscript.c: Comment changes.
10349         (quote_ps_name, quote_ps_string, output_encodings) New functions.
10350         (output_line, add_string) New macros supporting
10351         output_encodings().
10352         (postopen) Fixed contents of ${fixed-font} and ${prop-font}
10353         substitution vars.  Calls output_encodings() when a line
10354         consisting of `!encodings' is encountered.
10355         (preclose) Some code moved into quote_ps_string().
10356         (dump_line) Changed into macro supporting dump_fancy_line().
10357         (switch_font) Now outputs DSC "%%IncludeResource: font (...)"
10358         command when appropriate.
10359         (write_text) Fixed `literal_char' array (I think it's fixed, at
10360         least.)
10361         (text) Fixed bug when width was zero.  Now exits immediately on
10362         zero height_left.  Now, when executing `goto restart;', checks
10363         that cp<end, so that we don't read beyond end-of-string.  Also,
10364         outputs the correct code to the output file by outputting the code
10365         from the metric instead of the internal metric index.
10366
10367         * repeat.c: (cmd_end_repeat) New function.
10368
10369         * som.c: (var som) `headers' renamed `options' and semantics
10370         changed.  All references changed.
10371         (draw_title) `if(px!=-1 || px!=-1)' --> `if(px!=-1 || py!=-1)'.
10372         (build_target) Only inserts spacing if SOM_TOPT_SPACING not
10373         selected.
10374         (som_text_table) Removed.
10375         (som_output_text) New function.
10376
10377         * som.h: (struct som_submission_form) Removed `header', `reuse',
10378         replaced with bitmapped field `options'.
10379         (SOM_TOPT_*) New enum set for som_submission_form.options.
10380         (SOT_*) New enum set for som_output_text().
10381
10382         * temporary.c: (copy_variable) When copying the var label, only
10383         calls xstrdup() if it's non-NULL.
10384
10385         * var.h: (enum type `vartype') Removed; all references changed to
10386         `int'.
10387
10388         * vars-atr.c: (init_variable) Changed local var `nbytes' from
10389         `int' to `size_t'.
10390
10391 Thu Sep  5 22:05:56 1996  Ben Pfaff  <blp@gnu.org>
10392
10393         * font.h: Comment changes.
10394
10395         * groff-font.c: (groff_read_font) Initializes `name' field to
10396         NULL.  Handles `encoding' field.
10397
10398         * hash.c: (hsh_dump) [GLOBAL_DEBUGGING] Output formatting changes.
10399
10400         * postscript.c: (struct font_entry) Removed `position' field.
10401         (struct ps_font_combo) New struct.
10402         (struct ps_driver_ext) Removed field `next_position'.  New fields
10403         `combos', `next_combo'.  `last_font' field changed from
10404         `font_entry *' to `ps_font_combo *'.
10405         (ps_init_driver) Reformatted; handles new fields.  When
10406         OPO_AUTO_ENCODE is set, adds the two default fonts' encodings to
10407         the encoding list.
10408         (get_encoding, find_encoding_file) New functions.
10409         (add_encoding) Some code moved out into find_encoding_file().
10410         (postopen) Changed value for ${title}.
10411         (preclose) Sets `loaded' field to NULL after destroying the hash
10412         table.
10413         (ps_open_page) Added comment.  Inits the `combos' and `next_combo'
10414         fields.
10415         (ps_text_set_font_by_position) Figures out the current family if
10416         not known.
10417         (compare_ps_combo, hash_ps_combo, free_ps_combo) New functions.
10418         (switch_font) Implemented.
10419         (write_text) Calls switch_font() more often.  Format changes.
10420         #undefs its macros after they're no longer useful.
10421         (text) Changed `continue' at one point to a jump to the top of the
10422         loop because we don't want `separate' reset to 0 at that point.
10423         (load_font) No longer sets `position' in the font_entry created.
10424
10425 Wed Sep  4 21:45:35 1996  Ben Pfaff  <blp@gnu.org>
10426
10427         * font.h: (struct font_desc) New member `encoding', which is not
10428         properly handled yet.
10429
10430         * glob.c: (init_glob) Some new i18n code, which is probably
10431         screwed up.
10432
10433         * output.c: (outp_read_devices, outp_get_paper_size) Changed
10434         `size' local from `int' to `size_t'.
10435
10436         * postscript.c: New driver configuration parameter `auto-encode'.
10437         New enums OPO_AUTO_ENCODE, ODA_COUNT.
10438         (struct font_entry) New member `position'.
10439         (struct ps_driver_ext) Reordered.  New hash table member
10440         `encodings'; new members `next_position', `next_encoding',
10441         `last_font'.  Members `current', `prop', `fixed' changed from type
10442         `font_desc *' to `font_entry *'; all references changed.
10443         (struct ps_encoding) New struct.
10444         (read_ps_encodings, compare_ps_encoding, hash_ps_encoding,
10445         free_ps_encoding, add_encoding) New functions.
10446         (ps_init_driver) Added OPO_AUTO_ENCODE to default
10447         x->output_options.  Initializes new members of ps_driver_ext.
10448         Changed default value for prologue_fn, encoding_fn.  Calls
10449         read_ps_encodings after loading default fonts.
10450         (option_tab[], ps_option) Handle new configuration parameter.
10451         (switch_font) New function.
10452         (struct output_char) `font' member changed from `font_desc *' to
10453         `font_entry *'.  New member `separate'.
10454         (read_fontmap) Changed `size' from `int' to `size_t'.
10455         (output_line, put_number) New macros for write_text().
10456         (write_text) Optimizes text output by consolidating multiple
10457         calls to PostScript `show' operator.
10458         (text) Keeps track of when text arguments can't be consolidated by
10459         write_text(), and marks those spots in the output stream.
10460         (load_font) Sets `position' of the allocated font_entry to -1, cuz
10461         the font hasn't been switched to by switch_font(), which is where
10462         the position is important--the PostScript is what cares about the
10463         position.
10464
10465 Sat Aug 31 23:52:38 1996  Ben Pfaff  <blp@gnu.org>
10466
10467         * hash.c: (hsh_destroy) Ignores NULL argument.  Doesn't try to
10468         call a NULL free_func.
10469         (hsh_rehash) Elegantized.
10470         (hsh_probe) Fix bug that manifested when the table was expanded
10471         and thus had to change location in memory.  Good thing
10472         too--otherwise could have been much more subtle.
10473         (hsh_find) [GLOBAL_DEBUGGING] Not stubbed out anymore.
10474         (hsh_foreach) New function for hash table iteration.
10475
10476         * hash.h: (struct hsh_iterator) New.
10477
10478         * lexer.c: (parse_tagged_quote) Font and family name strings in
10479         tags are now null-terminated.
10480
10481         * output.c: (outp_evaluate_dimension) Fixed over-aggressive unit
10482         parsing.
10483         (internal_get_paper_size, outp_get_paper_size) Fixed; now work as
10484         documented.  (Never before tested?)
10485
10486         * output.h: Comment changes.
10487
10488         * postscript.c: New driver options `optimize-text-size',
10489         `optimize-line-size', `max-fonts-simult'.  New enum set for
10490         specing cached line types.  Comment fixes.
10491         (struct line_form) New struct.
10492         (struct ps_driver_struct) New members `text_opt', `line_opt',
10493         `max_fonts', `lines'.
10494         (ps_init_driver) Initializes new members of ps_driver_struct.
10495         (user option type enum set) New member `nonneg_int_arg'.
10496         (static var option_tab[]) Supports new options.
10497         (ps_option) Handles new options.
10498         (find_ps_file) Made static.  No longer calls hsh_dump().
10499         (ps_get_var) Made static.
10500         (preclose) Dumps out proper DSC trailer.
10501         (ps_open_page) Elegantized.
10502         (ps_close_page) Calls dump_lines() if appropriate.
10503         (ps_line_horz, ps_line_vert, ps_line_intersection) Reduced to
10504         wrappers around line().
10505         (int_2_compare, compare_line, dump_line, dump_fancy_line,
10506         dump_lines, hash_line, free_line, line) New functions for support
10507         of line caching.
10508         (write_text, text) Made static.
10509         (text) Added to font support, not finished.
10510
10511 Thu Aug 29 21:36:41 1996  Ben Pfaff  <blp@gnu.org>
10512
10513         * font.h: (struct font_desc) New members ascent, descent.
10514
10515         * groff-font.c: (groff_read_font) Calculates font ascent and
10516         descent from the ascent and descent of the `d' and `p' characters,
10517         respectively, as per a suggestion on comp.fonts.
10518
10519         * postscript.c: (ps_open_page, ps_close_page, ps_line_horz,
10520         ps_line_vert, ps_line_intersection) Rewritten to deal with changed
10521         prologue.
10522         (write_text) Handles text right-justification and centering (not
10523         full justification).  Still very inefficient.  (One output line
10524         per character?!)
10525         (struct output_char) Added fields for font and font size.
10526         (text) Many bugfixes.
10527
10528 Sat Aug 24 23:26:00 1996  Ben Pfaff  <blp@gnu.org>
10529
10530         * cmdline.c: (usage) Calls outp_list_classes().
10531
10532         * font.h: Comment fix.
10533
10534         * groff-font.c: New exported global var `space_index'.
10535         (groff_init) New function to initialize `space_index'.
10536         (hash_kern) Casts result to unsigned.
10537         (font_name_to_index) Renamed font_char_name_to_index.  All
10538         references changed.  Also, now returns the value of `space_index'
10539         when passed an ASCII space character as an argument.  Fixed
10540         handling of nulls.
10541         (font_get_kern_adjust) Changed i from `int' to `unsigned'.
10542         Handles passed NULL pointers properly.
10543
10544         * lexer.c: (parse_tagged_quote) Comment fix.  Better range
10545         checking.
10546
10547         * output.c: (outp_list_drivers) Removed.  Removed all references.
10548         
10549         * output.h: Comment fixes.
10550
10551         * postscript.c: (ps_open_global) Calls groff_init().
10552         (output_char) New structure.
10553         (write_text) New function.
10554         (text) No longer stubbed out!  Now the output is correct--with a
10555         few exceptions, one of them being that the page has to be held
10556         upside down into a mirror.
10557
10558 Sun Aug 11 21:31:22 1996  Ben Pfaff  <blp@gnu.org>
10559
10560         * font.h: Comment fix.
10561         
10562         * font.c: (name_to_index) Renamed font_name_to_index, made extern.
10563         All callers changed.
10564         (number_to_index) Renamed font_number_to_index, made extern.  All
10565         callers changed.
10566         (font_get_kern_adjust, font_get_char_metrics) New functions.
10567
10568         * output.h: New constant OUTP_T_INTERNAL_DRAW.
10569
10570         * postscript.c: Changed default line width back to 1/2 point.
10571         (ps_line_horz, ps_line_vert, ps_line_intersection) Now lines are
10572         in the center of the space allotted for them, not just a fixed
10573         offset from the edge of the space; this fixes some bugs.
10574         (ps_line_intersection) Now supports all command line styles.
10575         (ps_text_get_size) Bug fix in computation of em width.
10576         (text) New function, the meat behind ps_text_metrics and
10577         ps_text_draw.  Not complete.
10578         (ps_text_metrics, ps_text_draw) Removed the stub taken from
10579         ascii.c; call text().
10580
10581 Sat Aug 10 23:28:17 1996  Ben Pfaff  <blp@gnu.org>
10582
10583         * arena.c: (arena_free) Assert that the argument is non-NULL.
10584         
10585         * groff-font.c: (add_kern) Calls arena_free() for old_kern if and
10586         only if old_kern is non-NULL.
10587
10588         * postscript.c: (ps_init_driver) Changed default line width to 1
10589         point.
10590         (postopen) New prologue variables.
10591         (ps_line_horz, ps_line_vert, ps_line_intersection) Implements some
10592         more of the common line styles properly, but not all.
10593         (ps_text_metrics) Fixed problem with this stubbed out version that
10594         kept it from taking font sizes into account.
10595
10596 Thu Aug  8 22:31:11 1996  Ben Pfaff  <blp@gnu.org>
10597
10598         * arena.c: (arena_malloc) Bug fix.
10599         (arena_dump) [GLOBAL_DEBUGGING] New function.
10600
10601         * ascii.c: Comment fix.
10602         (count_fancy_chars, delineate) Now static functions.
10603         
10604         * filename.c: (interp_vars) Bug fixes.
10605
10606         * font.h: Comment fixes.
10607
10608         * glob.c: (init_glob) Sets set_viewwidth, set_viewlength at
10609         beginning in case we have an error message to display before
10610         initializing the display.
10611
10612         * groff-font.c: Comment fix.  Changed rehash threshold from 2/3
10613         full to 1/2 full.
10614         (groff_read_font) Bug fixes.
10615         (name_to_index) Increments hash.used.  Sets `name' field of hash
10616         entry properly.
10617         (add_kern) Sets kern_max_used after rehashing.  Other bug fixes.
10618
10619         * hash.c: Return type changed.
10620
10621         * postscript.c: Continued development.  Now marks lines on the
10622         paper, but very buggy.
10623
10624 Sat Aug  3 20:50:35 1996  Ben Pfaff  <blp@gnu.org>
10625
10626         * Changed comments in many source files from `/* xxx /* yyy */' to
10627         `/* xxx */ /* yyy */' for cleanliness.
10628
10629         * arena.c: (arena_sd_strdup) New function.
10630         
10631         * ascii.c: (struct ascii_driver_ext) New member `file'.
10632         (ascii_init_driver) Fills out member `file' for initing; uses
10633         close_file_ext for closing drivers.
10634         (ascii_option) Changed %.*s back to %s because the a_string's are
10635         always null-terminated.
10636         (postopen, preclose) New functions.
10637         (ascii_open_page) Uses new style of open_file_ext.
10638         (ascii_option, commit_line_buf, output_lines) Use ext->file.file
10639         instead of this->output.
10640         (__assert_fail) Removed.
10641
10642         * cmdline.c: Changed syntax_message[].
10643
10644         * error.c: #include's <readline/history.h> only if the history
10645         library is available, not if just the readline library is
10646         available.
10647
10648         * filename.c: (expand_line) Removed alloca() support.
10649         (interp_vars) No longer tilde-expands argument.  Limit on output
10650         length removed.
10651         (tilde_expand) Now treats argument as path rather than filename.
10652         [!unix] Now is a no-op function.
10653         (search_path) Better verbose message formatting.
10654         (open_file, close_file) Comment fixes.
10655         (close_file) [!unix] Doesn't bother with pipes.
10656         (open_file_ext) Completely rewritten, interface revamped.
10657         (close_file_ext) New function.
10658
10659         * font.h: Comment changes.
10660
10661         * frequencies.q: Removed AIX alloca support since it doesn't use
10662         alloca.
10663
10664         * hash.c: Comment changes & additions.
10665         (hsh_create) Initializes entire table instead of first M entries.
10666         (hsh_probe) Stupid bug fixed.  Now it works.
10667         (hsh_dump) [GLOBAL_DEBUGGING] New function.
10668
10669         * main.c: (parse) Detects EOF properly in token-eating loop.
10670         Should the STOP token have its value changed to 0?
10671
10672         * misc.c: (blp_getdelim) [HAVE_GETDELIM] Now it's a macro.
10673         (blp_getline) Now it's a macro.
10674
10675         * output.h: (struct outp_driver) Removed members output, filename.
10676         
10677         * output.c: (outp_init) [!NO_POSTSCRIPT] Installs PostScript
10678         drivers in driver table.
10679         (outp_read_devices) Frees buf.  Warns if there are no active
10680         output drivers.
10681         (outp_configure_clear) Sets outp_configure_vec to NULL after
10682         deleting its elements.
10683         (configure_driver, destroy_driver) Removed references to output,
10684         filename members of outp_driver.
10685         (outp_evaluate_dimension, internal_get_paper_size,
10686         outp_get_paper_size) New functions.
10687
10688         * postscript.c: Continued development.  Now links but doesn't make
10689         any marks on the page.  Lotsa bugs I suppose.
10690
10691         * str.c: (strcasecmp) [!HAVE_STRCASECMP] New function.
10692
10693         * str.h: Comment changes.
10694
10695 Sat Jul 27 22:32:38 1996  Ben Pfaff  <blp@gnu.org>
10696
10697         * Removed dependencies on non-nested comments in several files.
10698         Also removed references to (unix || __unix__) in #if's since
10699         prefh.orig makes those two equivalent.
10700         
10701         * ascii.c: (ascii_open_global) Creates ascii_arena.
10702         (ascii_close_global) Destroys ascii_arena.
10703         (ascii_init_driver) Doesn't create ascii_arena.
10704         (ascii_copy_driver) Removed.
10705         (ascii_option) Possible bugfix regarding %s vs. %.*s with a_string's.
10706         (outp_class ascii_class) Removed ascii_copy_driver reference.
10707
10708         * frequencies.q: Now can display all statistics except median.
10709         Still not finished.
10710
10711         * output.c: Handles outp_class.ref_count so output class
10712         destructors are called properly.
10713         (add_class) Sets ref_count to 0.
10714         (configure_driver) Initializes class if ref_count++ is 0.
10715         (destroy_driver) Destructs class if --ref_count is 0.  Frees the
10716         class output file name.
10717         
10718         * output.h: (struct outp_class) Removed copy_driver, inited.
10719         Added ref_count.
10720
10721         * postscript.c: Completely replaced but not finished.
10722         
10723 Tue Jul 23 21:48:36 1996  Ben Pfaff  <blp@gnu.org>
10724
10725         * approx.h: #includes <float.h>.
10726
10727         * arena.h, arena.c: Many functions changed to take an arena **
10728         instead of an arena *, for consistency.  All callers changed.
10729         (arena_alloc) Now creates a new arena if passed *A that is NULL.
10730         (arena_destroy) Sets *A to NULL.
10731         
10732         * ascii.c: (delineate) Implements OUTP_T_VERT correctly.  Removed
10733         assertion that `width' be positive.
10734
10735         * command.c: Removed #if's from cmd_table.
10736         (walk_cmdtable_func) [0] New function (debug code).
10737         (init_cmd_parser) [0] Dumps out cmd_table (debug code).
10738         (parse_cmd) Doesn't return failure for unimplemented commands.
10739
10740         * common.h: (SYSMIS) Changed from DBL_MAX to -DBL_MAX.
10741         (SYSCODE) New constant macro.
10742
10743         * descript.q: Checks for positive n_variables before performing
10744         analysis.
10745
10746         * file-handle.q: (get_handle_by_filename) Bug fix: passes &f to
10747         avl_find instead of &fp as arg 2.
10748
10749         * frequencies.g, frequencies.q: Continued updating; now compiles &
10750         works again, but not complete.
10751
10752         * main.c: Changes to user messages.
10753
10754         * misc.c: (reverse) [0] New function.
10755
10756         * settings.h: Comment removed.  #includes "common.h".
10757
10758         * som.c: (som_set_null) New function.
10759         (som_set_value, som_set_string, som_set_text) More detailing
10760         assertions.
10761         (som_set_float) Implemented function.
10762         (dump_columnated_table) Bug fix regarding page breaks.
10763         (draw_cell) Bug fix regarding text that spilled out of a cell.
10764         (draw_intersection, draw_horz_rule, draw_vert_rule) No longer draw
10765         null lines.
10766         (get_cell_size) Support SCON_EMPTY cells.
10767         (get_table_size) When calculating rules' widths and heights, mask
10768         out SLIN_SPACING bit.  Added SOPT_X_HLTL support.
10769         
10770         * som.h: (som_any_cell) New option SOPT_X_HTLT.  Removed
10771         SOPT_X_SHADE.
10772         (struct som_submission_form) New member `header'; all users
10773         changed.
10774
10775         * val-labs.c: (get_label) User messages changed.
10776
10777         * var.h: Changed FREQUENCIES structures.
10778
10779         * vars-atr.c: (is_num_user_missing, is_str_user_missing) Made
10780         inline.
10781         
10782 Fri Jul 19 19:11:13 1996  Ben Pfaff  <blp@gnu.org>
10783
10784         * approx.h: Definition of EPSILON now depends on system's
10785         DBL_EPSILON.  Removed GNU C specific code.
10786         (cmpapx) Renamed approx_compare.
10787
10788         * frequencies.g, frequencies.q: Continued updating; still doesn't
10789         compile.
10790
10791         * groff-font.c: (name_to_index) Fix bug that kept it from
10792         compiling.
10793
10794         * hash.c, hash.h: Completed work.
10795
10796         * var.h: Changes to freq_tab, frequencies_proc.
10797         
10798 Wed Jul 17 21:23:36 1996  Ben Pfaff  <blp@gnu.org>
10799
10800         New hashing code.
10801         * hash.c, hash.h: New files.  Not completed.
10802         * Makefile.am: Added hash.c to source file list.
10803         * font.h: (struct font_desc) New member kern_size_p.
10804         * groff-font.c: Uses hash.h.
10805         (hashpjw) Moved to hash.c.
10806         (next_prime_power) Rewrote, renamed hsh_next_prime, moved to
10807         hash.c.
10808         (static var hash) New member size_p.
10809         * var.h: Includes hash.h.
10810         (struct freq_tab) Changed AVL_TREE to hash_tab.
10811
10812         * vars-prs.c: Comment, formatting fixes.
10813
10814         * frequencies.g, frequencies.q: Continued updating.  Not yet
10815         working.
10816
10817         * formats.c: Bug fix.
10818
10819 Tue Jul 16 22:10:04 1996  Ben Pfaff  <blp@gnu.org>
10820
10821         Increasing parallelism between DESCRIPTIVES and FREQUENCIES.
10822         * descript.g: Comment fixes.
10823         * descript.q: Comment fixes.  Moved some declarations into var.h.
10824         Made dsc_info a static table.  Updated FIXMEs.
10825         (internal_cmd_descriptives) Beautified.
10826         
10827         * frequencies.q: Started updating into working order.
10828         * frequencies.g: New file analogous to descript.g.
10829         * var.h: Comment fixes.  Added structures for FREQUENCIES.
10830         
10831         * som.c: Removed vestiges of crushing and partial table support.
10832
10833 Sun Jul 14 15:45:31 1996  Ben Pfaff  <blp@gnu.org>
10834
10835         * Many more changes to som.c especially, but these will not be
10836         documented as I have resolved to remove them.  This patchlevel is
10837         being released solely so that I can fall back to it if I decide
10838         that removing the changes is not a good idea.
10839
10840 Sat Jul 13 09:58:44 1996  Ben Pfaff  <blp@gnu.org>
10841
10842         * som.c: (global var som) New member `cum_y'.
10843         (build_target) Properly handles titles for partial tables.
10844         (dump_partial_beg, dump_partial_mid, dump_partial_end)
10845         Merged into single new function dump_partial().  Fixed problem
10846         with titles on partial tables.
10847         (dump_table) Calls dump_partial() for all parts of partial tables.
10848         (dump_page) Criteria for drawing title changed.
10849         
10850 Fri Jul 12 22:03:36 1996  Ben Pfaff  <blp@gnu.org>
10851
10852         * command.c: (cmd_table) Added LIST, WEIGHT.
10853
10854         * command.c: (cmd_remark) No longer frees `s' since it's not
10855         dynamically allocated.
10856         
10857         * data-out.c: (convert_f) Now correctly handles the case where
10858         abs(v->f)<1 but v->f rounds to a value of 1.00 given the specified
10859         number of decimals.
10860         (som_destroy_all_tables) Removed argument.  All callers changed.
10861         (som_vline, som_hline) Argument validity checking corrected.
10862         (som_set_value) Implemented half-heartedly.
10863         (replicate_table) Copies tables piece-by-piece when using Checker.
10864
10865         * som.h: New line style SLIN_1THIN, currently equivalent to
10866         SLIN_0.  New enum set SOM_SUB_*.
10867         (struct som_submission_form) Removed `seq_no'.  Added `type'.
10868         
10869         * list.q: Newly working file; uses partial tables.
10870         
10871         * som.c: (som_reduce_table) Renamed som_set_table_height().
10872         (som_crush) Removed argument `group'.
10873         (global var som) Removed `nt', `seq_no'.  Added `type'.
10874         (som_submit_table) Arguments changed.
10875         (output_table) Removed partial table code.
10876         (build_target) New arg; partial table support added.  All callers
10877         changed.
10878         (dump_plain_table) Removed partial table code.
10879         (dump_partial_beg, dump_partial_mid, dump_partial_end) New functions.
10880         (dump_table) Supports partial tables.
10881         (dump_page) New argument to allow not drawing top and/or bottom
10882         headers.  All callers changed.  Supports partial tables.
10883
10884 Sat Jul  6 22:22:25 1996  Ben Pfaff  <blp@gnu.org>
10885
10886         * data-out.c: Changed `#include <approx.h>' to `#include
10887         "approx.h".
10888         (convert_F) Comment fix.  Now won't print `-.000', etc.
10889
10890         * descript.q: Now Z-scores work, although there appears to
10891         be a bug (which might actually be in data-out.c:convert_F()).
10892         (descriptives_trns_proc, descriptives_trns_free) New functions.
10893         (run_z_pass) Implemented.
10894         
10895         * var.h: Comment fixes.
10896         (dsc_z_score, descriptives_trns) New structs.
10897         (descriptives_trns) Added to any_trns as `dsc'.
10898
10899         * error.c, error.h: New error class, IS (Installation Script
10900         error), used in those instances where the error is in the
10901         installation, but there is a script file or installation file that
10902         can be usefully referred to.
10903         
10904         * output.c: Change many IE classes to IS classes.
10905
10906         * cases.c, command.c, common.c, crosstabs.q, expr-evl.c,
10907         frequencies.q, list.q, vars-prs.c, vfm.c: Removed reference to
10908         HAVE_MALLOC_H because Borland C++ alloca() is broken, so why
10909         include the corresponding header?
10910         
10911         * glob.c: (init_glob) Don't malloc term_buffer under Checker.
10912         Don't bail out if termcap can't be read.
10913
10914         * som.c: (som_destroy_table) Removed.
10915         (som_reduce_table, som_destroy_all_tables) New functions.
10916         (som_crush) New function, not implemented.
10917         
10918         * som.h: New table option STAB_CRUSH.  Comment fix.  New struct
10919         som_submission_form.  Function prototypes revised.
10920
10921         Outputting huge tables (1000s of rows) a few rows at a time
10922         is supported, though untested.  May even break everything.
10923         Actually, the code doesn't even compile right now.
10924         * som.c: (struct som) New fields htv, nt, seq_no.
10925         (som_submit_table) Multiple arguments changed to a single
10926         pointer to struct submission_form.  Only increments subtable_num
10927         if seq_no is zero.  Only destroys table if it's not going to
10928         be reused.
10929         (replicate_table) New function.
10930         (output_table) Comment fix.
10931         (examine_table) Changed inline code to code calling
10932         replicate_table().  Calculates htv.  Supports partial tables.
10933         (draw_title) Removed comment.
10934         (build_target) Only allows for title on first part of partial
10935         tables.
10936         (dump_plain_table) Only resets table chunk number on first part
10937         of partial tables; FIXME: doesn't work quite right.  Supports
10938         partial tables.
10939         (dump_page) Titles only on first part of partial tables.
10940
10941 Fri Jul  5 20:16:19 1996  Ben Pfaff  <blp@gnu.org>
10942
10943         * Thanks to an unreliable IDE hard drive, I have spent the last
10944         day reconstructing my Debian GNU/Linux installation and redoing
10945         the previous day's changes--somehow I managed to save every file
10946         except for output.c and output.h.  So the following changes could
10947         really be considered independent of the output.c, output.h changes
10948         from Jul 4.
10949
10950         * output.h, output.c: Moved the outp_configure_vec global var,
10951         outp_names struct, and enum set OUTP_S_* from output.h to output.c.
10952         outp_configure_vec is now static.
10953         
10954 Thu Jul  4 20:20:24 1996  Ben Pfaff  <blp@gnu.org>
10955
10956         * The entire philosophy behind configuration of the output drivers
10957         changed.  Now there is a termcap-type configuration where drivers
10958         to be read are determined beforehand, rather than parsing the
10959         entire output init file and storing it in memory & deciding what
10960         to actually use later.  Faster & more memory-efficient at the same
10961         time, cool.
10962         
10963         * output.c: Comment fix.  Removed outp_init_drivers global var.
10964         Removed all references to synonyms.  New structure outp_defn.  New
10965         global vars outp_macros, outp_configure_vec.
10966         (search_name, delete_name, add_name, check_configure_vec,
10967         expand_name, find_defn_value) New static functions.
10968         (outp_configure_clear, outp_configure_add, outp_configure_macro,
10969         outp_read_devices) New extern functions.
10970         (outp_init) Much functionality moved into outp_read_devices.
10971         (outp_read_devices) Format of output init file changed; name of
10972         file is `devices' rather than `output' to avoid Makefile
10973         conflicts.
10974         (outp_clear) Renamed outp_done.
10975         (outp_list_classes) Bug fix, cleaned up.
10976         (outp_list_drivers) Not implemented anymore.
10977         (outp_configure_driver) Now a static function; simplified; now
10978         interpolates macros; supports new structure.
10979         (outp_enable_driver, match_synonym) Removed; all references
10980         removed.
10981         (find_driver) First argument removed.
10982         
10983         * output.h: Global var outp_init_drivers removed; new structure
10984         outp_names; new enum set OUTP_S_*; new global var
10985         outp_configure_vec; function prototypes for output.c exports
10986         updated.
10987         
10988         * main.c: (main) Calls outp_read_devices() after parsing the
10989         command line.
10990         
10991         * cmdline.c: (parse_command_line) New option -v --verbose;
10992         --version changed to -V.  --device option changed syntax to just
10993         take a single device name.  Accepts key=value declaration of
10994         output init file macros.  Syntax message updated.
10995
10996         * filename.c: (expand_line) New function.
10997         (interp_environ_vars) Renamed interp_vars; no longer uses
10998         fixed-size buffer.
10999         (blp_getenv) Allows $ARCH and $VER pseudo-environment-vars to be
11000         overridden by real environment vars.
11001         (search_path) Uses verbose_msg() instead of #ifdef'd printf().
11002         * filename.h: interp_environ_vars() renamed interp_vars().
11003         
11004         * error.c, error.h: Added extern variable `verbosity', message
11005         class MM.
11006         
11007         * error.c: (vmsg) Support message class MM.
11008         (verbose_msg) New function.
11009
11010         * descript.q: (generate_z_varname) Bug fix in generation of
11011         Z-score varnames.
11012         (dump_z_table) Bug fix in column headers.
11013         
11014         * ascii.c: (ascii_init_driver) Changed minimum number of lines per
11015         page from 29 to 15.  Don't set a default for ops[OPS_INIT,
11016         OPS_DONE].  Writes the uninit string when the driver is closed.
11017         (ascii_open_page) Write the init string before the first page.
11018         (output_shorts) Form of main loop changed from `while' to `for'.
11019         Bug fix with overstrikes: the character is printed *after* the
11020         backspace.  Eliminated a lot of `& 0xff' modifiers.
11021         (advance_to_left_margin) New function.
11022         (return_carriage, output_lines) Handle left margin.
11023
11024 Thu Jul  4 00:35:59 1996  Ben Pfaff  <blp@gnu.org>
11025
11026         * ascii.c: New option `carriage-return-style'.
11027
11028         * ascii.c: (count_fancy_chars) New function.
11029         (delineate, text_metrics) Use new function; bug fixes regarding
11030         rich text strings.
11031         (text_draw) Bug fix with rich text.
11032         (output_string, output_shorts) Reordered.
11033         (output_shorts) Now handles boxchars and some overstrike font
11034         changes.
11035         (output_char, return_carriage) New functions.
11036         (output_lines) Now handles overstriking and font changes properly;
11037         some code moved to output_shorts.
11038
11039 Tue Jul  2 22:13:23 1996  Ben Pfaff  <blp@gnu.org>
11040
11041         [GLOBAL_DEBUGGING]
11042         * ascii.c: New member `debug' in ascii_driver_ext.
11043         (ascii_init_driver, delineate) Uses new member.
11044
11045         Now you can set a vertical height on writing text.
11046         * ascii.c: (delineate) Keeps track of vertical position.
11047         (text_draw) No longer considers fully justified text an internal
11048         error.
11049         
11050         * output.h: New flag OUTP_T_VERT; other OUTP_T_ values changed.
11051
11052         Tables' titles are drawn; they can have variable height.
11053         * som.c: `som' struct has new member, title_height.
11054         (draw_title) New argument.  Moved within file.  All caller
11055         changed.
11056         (build_target) New argument, amount of space needed for first row.
11057         Calculates height of title, takes that into account.  All callers
11058         changed.
11059         (dump_plain_table, dump_columnated_table) Took calculation of y1,
11060         y2 out of loop.
11061         (dump_columnated_table) [GLOBAL_DEBUGGING] Debugging code
11062         improved.
11063         (dump_columnated_table) Organized for readability.
11064         (dump_page) Makes use of som.title_height.
11065
11066         * som.c: Many comment bug fixes.
11067
11068         * descript.q: (try_name, generate_z_name) Bug fix regarding
11069         generation of Z-score variable names.
11070         * var.h: Removed num from descriptives_proc; all referents removed.
11071
11072 Mon Jul  1 22:13:39 1996  Ben Pfaff  <blp@gnu.org>
11073
11074         * ascii.c: (ascii_line_horz, ascii_line_vert,
11075         ascii_line_intersection) Added debugging code.
11076
11077         Added a descriptive line above each table to describe it.
11078         * command.c: (parse_cmd) Calls som_new_series.
11079         
11080         * som.c: New static vars table_num, subtable_num.  New `som'
11081         member `title'.
11082         (dump_page) New arguments.
11083         (som_submit_table) Handle new variables.
11084         
11085         * som.c, som.h: (som_submit_table) New arguments.  All callers
11086         changed.
11087         (som_new_series) New function.
11088         (build_target) Makes room for extra line.
11089         (draw_title) New function.
11090         (dump_page) Calls draw_title.  Bug fix: doesn't always set
11091         som.ext->cp to 0.
11092         
11093         Columnation of tables support.
11094         * som.h: Deleted fr, lr, ri from som_table.  Reorganized.
11095         
11096         * som.c: Deleted references to fr, lr, ri.
11097         (som_columnate) Bux fix: sets group member of table.
11098         (som_add_options) Function removed.
11099         (dump_table) Split into three functions; extensively reworked.
11100         
11101         * descript.q: (dump_z_table) Better output table formatting; added
11102         title support to correspond to som.h changes.
11103         (display) Title support.
11104
11105         * output.h: Added OUTP_T_NONE.
11106         
11107 Mon Jul  1 13:00:00 1996  Ben Pfaff  <blp@gnu.org>
11108
11109         * descript.q: Improved handling of Z scores; still not perfect.
11110         
11111         * output.h, ascii.c: Added hook for getting em width of current
11112         font.
11113         
11114         * som.c: Uses new em-width hook.  Added debugging code to
11115         several functions.
11116         (som_columnate) New argument.
11117         (som_add_options) Removed.
11118
11119 Jun 29 17:40:47 1996  Ben Pfaff  <blp@gnu.org>
11120
11121         * som.h, som.c, output.c, output.h, ascii.c: Updated to work with
11122         rules as a property of the table instead of as a property of the
11123         cells.
11124         
11125         * ascii.c: Added `header' to table of options.
11126         
11127         * descript.q: Added even shorter statistic names; modified to work
11128         with new som interface.
11129         
11130         * misc.c (blp_getdelim): Bug fix.
11131         
11132         * version.c: includes 'conf.h'.
11133         
11134 ----------------------------------------------------------------------
11135 Local Variables:
11136 mode: change-log
11137 version-control: never
11138 End: