data-out.c clean ups.
[pspp-builds.git] / src / ChangeLog
1 Mon Feb 16 23:15:51 2004  Ben Pfaff  <blp@gnu.org>
2
3         * data-out.c: Clean up.  Changed interface of convert_*() to take
4         either a `double' or a `const char *' instead of a `const union
5         value *'.  Update all implementations of those interfaces.
6         (data_out) Use switch statements instead of a table.
7         (convert_AHEX) Rewrite.
8
9         * format.h: Update comment.
10
11 Mon Feb 16 22:14:36 2004  Ben Pfaff  <blp@gnu.org>
12
13         * q2c.c: (dump_header) Add an Emacs header line to output files
14         that makes generated .c files read-only by default, to make it
15         difficult to accidentally change generated files.
16
17 Mon Feb 16 22:12:07 2004  Ben Pfaff  <blp@gnu.org>
18
19         * frequencies.q: (compare_freq_numeric_a) Compare by frequency,
20         not bogus a->v.c <=> b->v.c pointer compare.
21         (compare_freq_alpha_a) Ditto.
22         (compare_freq_numeric_d) Ditto.
23         (compare_freq_alpha_d) Ditto.
24         
25 Mon Feb 16 22:00:53 2004  Ben Pfaff  <blp@gnu.org>
26
27         Changed data_out() to store string data directly into a `union
28         value''s s member, not indirectly into c.
29
30         * crosstabs.q: (output_pivot_table) Use format_short() instead of
31         data_out().
32         (table_value_missing) Ditto.
33         (float_M_suffix) Ditto.
34         (format_short) New function.
35
36         * data-in.h: (data_in_finite_line) Remove inline definition.
37
38         * data-list.c: (destroy_dls_var_spec) New function.
39         (destroy_dls) Rewrite in terms of destroy_dls_var_spec().
40         (data_list_source_destroy_source) Avoid cast.
41         (struct repeating_data_trns) New field `id_value'.  Update
42         comments.
43         (cmd_repeating_data) Initialize id_value.  Use new
44         repeating_data_trns_free() for freeing REPEATING DATA
45         transformations.
46         (rpd_parse_record) Rewrite support for record ID to be less bogus.
47         (repeating_data_trns_free) New function.
48
49         * data-out.c: (data_out) Change return type to `void' by replacing
50         error returns by writing a message into the output buffer.
51         (convert_A) Read from v->s instead of v->c.
52         (convert_AHEX) Ditto.
53
54         * expr-evl.c: Update comment.
55         (expr_evaluate) Add assertion in OP_STRING case.
56
57         * format.h: (macro MAX_FORMATTED_LEN) New macro.
58
59         * list.q: (list_cases) Update for new data_out() semantics.
60
61         * print.c: (print_trns_proc) Ditto.
62
63         * tab.c: (tab_value) Ditto.
64         (tab_float) Avoid stupid cast.
65
66         * var.h: Update comments.
67         (macro MAX_STRING) New macro.
68         (macro MAX_ELEMS_PER_VALUE) New macro.
69
70         * vars-atr.c: (compare_values) New function.
71
72         * vfm.c: (dump_splits) Update for new data_out() semantics.
73
74 Mon Feb 16 21:45:47 2004  Ben Pfaff  <blp@gnu.org>
75
76         * crosstabs.q: (struct table_entry) Rename v[] to values[].  All
77         references updated.
78         (struct crosstab) Rename v[] to vars[].  All references updated.
79         (hash_table_entry) Replace the hash algorithm and fix a bug at the
80         same time, which caused the hash value to depend only on a single
81         value, not all of the variables' values.
82         
83 Mon Feb 16 12:49:53 2004  Ben Pfaff  <blp@gnu.org>
84
85         Clean up struct dictionary's value_cnt usage.
86
87         * dictionary.c: Add a function comment to each function.
88         (struct dictionary) Rename value_cnt to next_value_idx, which more
89         accurately reflects its meaning.  All references updated.
90         (dict_rename_vars) Add assertion.
91         (dict_get_value_cnt) Rename dict_get_next_value_idx().  All
92         references updated.
93         (dict_get_case_size) New function.
94
95         * aggregate.c: (create_sysfile) Use dict_get_case_size().
96
97         * get.c: (mtf_read_nonactive_records) Ditto.
98
99         * sort.c: (allocate_cases) Ditto.
100         (write_initial_runs) Ditto.
101         (merge) Ditto.
102         (merge_once) Ditto.
103
104         * vfm.c: (prepare_for_writing) Ditto.
105         (setup_lag) Ditto.
106         (lag_case) Ditto.
107
108 Mon Feb 16 00:17:55 2004  Ben Pfaff  <blp@gnu.org>
109
110         Make vfm.c slightly less grotesque.
111
112         * vfm.c: (filter_var) Removed.
113         (filter_index) Removed.
114         (FILTERED macro) Removed.
115         (exclude_this_case) New function.
116         (process_active_file_write_case) Use exclude_this_case() instead
117         of FILTERED and inline tests.
118         (procedure_write_case) Ditto.
119         (setup_filter) Removed.
120         (open_active_file) Don't call setup_filter().
121         (close_active_file) Call dict_get_filter() instead of checking
122         filter_var.
123
124 Mon Feb 16 00:01:53 2004  Ben Pfaff  <blp@gnu.org>
125
126         * var.h: (struct variable) Update comments.
127
128 Sun Feb 15 23:14:59 2004  Ben Pfaff  <blp@gnu.org>
129
130         New functions dict_create_var_assert(), dict_lookup_var_assert().
131         Converted several dict_*_var()/assert pairs into a single
132         dict_*_var_assert().
133
134         * dictionary.c: (dict_create_var_assert) New function.
135         (dict_lookup_var_assert) New function.
136
137 Sun Feb 15 23:06:08 2004  Ben Pfaff  <blp@gnu.org>
138
139         Got rid of "struct long_vec", envector(), devector(), etc.  Added
140         two members `init', `reinit' to struct variable as a substitute.
141         
142         * Makefile.am: (pspp_SOURCES) Removed cases.c, cases.h.
143         
144         * cases.c: Removed.
145
146         * cases.h: Removed.
147
148         * aggregate.c: (parse_aggregate_functions) destvar doesn't need
149         init.
150
151         * autorecode.c: (cmd_autorecode) destvars don't need init.
152
153         * compute.c: (lvalue_finalize) Set reinit.
154
155         * data-list.c: (fixed_parse_compatible) Don't need init usually.
156         (dump_fmt_list) Ditto.
157         (parse_free) Ditto.
158
159         * descript.q: (run_z_pass) Don't need init for z-scores.
160
161         * dictionary.c: (dict_create_var) Initialize `init', `reinit'
162         members.
163         (dict_clone_var) Copy `reinit' member, initialize `init' member.
164
165         * glob.c: (init_glob) Remove vec_init() calls.
166
167         * inpt-pgm.c: (cmd_end_input_program) Use `reinit', not `left'.
168         
169         * loop.c: (internal_cmd_loop) Don't need to call envector().
170
171         * numeric.c: (cmd_numeric) Ditto.
172         (cmd_string) Ditto.
173         (cmd_leave) Ditto.  Set `init', `reinit' members.
174
175         * recode.c: (cmd_recode) Don't need to call envector().
176
177         * repeat.c: (internal_cmd_do_repeat) Ditto.
178
179         * var.h: (struct variable) Remove `left'.  Add `init', `reinit'.
180         (force_create_variable) Removed prototype.
181         (force_dup_variable) Ditto.
182
183         * vector.c: (cmd_vector) Don't need to call envector().
184
185         * vfm.c: (reinit_sysmis) Removed.
186         (reinit_blanks) Removed.
187         (init_zero) Removed.
188         (init_blanks) Removed.
189         (process_active_file_write_case) No need to deal with vectors.
190         Call clear_temp_case().
191         (vector_initialization) Rewrite to use `init', `reinit'.
192         (close_active_file) No need to call vec_clear().
193         (procedure_write_case) Call clear_temp_case().
194         (clear_temp_case) New function.
195
196 Sun Feb 15 20:50:36 2004  Ben Pfaff  <blp@gnu.org>
197
198         * pfm-write.c: (bufwrite) Get rid of nasty cast that also invoked
199         undefined behavior.
200
201 Thu Feb 12 23:35:15 2004  Ben Pfaff  <blp@gnu.org>
202
203         Add auxiliary argument to procedure() interface.  Associated small
204         clean-ups of vfm interface.
205         
206         * Updated every caller of procedure() and process_active_file() to
207         reflect modified interface.  Simple, ordinary changes not listed
208         otherwise below.
209
210         * Updated every function that implements struct case_stream's
211         `read' function to take a write_case_func and a write_case_data.
212         Also updated every caller of write_case() to instead call them
213         through these arguments.  In some cases this meant that the extra
214         args had to be threaded through a couple of extra levels.  This
215         wasn't difficult or interesting so the details won't be given.
216
217         * data-list.c: (struct repeating_data_trns) Add members
218         `write_case', `wc_data' as kluge.
219         (read_one_set_of_repetitions) Rename repeating_data_trns_proc and
220         make non-static.
221         (repeating_data_set_write_case) New function.
222
223         * data-list.h: New file to declare repeating_data_trns_proc() and
224         repeating_data_set_write_case().
225
226         * inpt-pgm.c: (input_program_source_read) Call
227         repeating_data_set_write_case() for all the REPEATING DATA
228         transformations, so that they know where to send their cases.
229         It's a big kluge.  Also kluge in END CASE.
230         (end_case_trns_proc) Never called anymore, but we still need it,
231         so just assert(0).
232
233         * sort.c: (read_sort_output) Update to match struct case_stream
234         `read' member.
235
236         * vfm.c: (struct write_case_data) New structure.
237         (proc_func) Removed.
238         (virt_proc_func) Removed.
239         (begin_func) Removed.
240         (virt_begin_func) Removed.
241         (end_func) Removed.
242         (write_case) Removed.
243         (procedure) Added an auxiliary parameter to each function pointer
244         argument's prototype.  Added an auxiliary data parameter.
245         Rewrote.
246         (process_active_file) Ditto.
247         (process_active_file_write_case) Pass aux data along.
248         (close_active_file) Ditto.
249         (procedure_write_case) Ditto.
250         (SPLIT_FILE_procfunc) Ditto.
251
252         * vfm.h: (typedef write_case_data) New.
253         (typedef write_case_func) New.
254         (struct case_stream) Add parameters to `read' member prototype.
255         
256 Thu Feb 12 19:24:53 WST 2004 John Darrington <john@darrington.wattle.id.au>
257
258         * t-test.q:  Added calculations for independent samples. (But no Levene
259         test yet!)
260
261         * Makefile.am: Moved q_sources_c into own variable 
262
263 Wed Feb 11 23:56:51 2004  Ben Pfaff  <blp@gnu.org>
264
265         Miscellaneous cleanups.
266         
267         * Change unused to UNUSED in many source files to reflect modified
268         pref.h.  Change use of __WIN32__, __MSDOS, __DJGPP__,
269         __CYGWIN32__, __unix__, and unix not to assume that they're
270         defined to a nonzero value.  Change use of __attribute__ to use
271         NO_RETURN or PRINTF_FORMAT instead.
272         
273         * alloc.h: Move definitions for local_alloc(), local_free() here
274         from ../pref.h.orig and simplify.
275
276         * expr-evl.c: Instead of working differently based on PAGED_STACK,
277         use a pool allocator unconditionally.
278         (CHECK_STRING_SPACE) Removed.
279         (ALLOC_STRING_SPACE) Removed.
280         (expr_evaluate) Use e->pool instead of CHECK_STRING_SPACE and
281         ALLOC_STRING_SPACE.
282
283         * expr-opt.c: (dump_expression) Allocate string pool.
284
285         * expr-prs.c: (expr_free) Free string pool.
286
287         * pool.c: (pool_destroy) This pool must be removed from its
288         parent's list of gizmos, not from its own.  Use free_all_gizmos().
289         (pool_clear) New function.
290         (free_all_gizmos) New function.
291         (pool_alloc) Use space in empty block after this one if any.
292         (pool_release) Only empty out blocks, don't actually free() them.
293
294         * print.c: Get rid of PAGED_STACK special case by always
295         dynamically allocating line buffers.
296         (struct print_trns) Always include the `line' member.
297         (internal_cmd_print) Always initialize the `line' member.
298         (alloc_line) Always allocate memory for `line'.
299         (print_trns_proc) Always initialize buf from `line' member.
300         (print_trns_free) Always free `line' memory.
301
302         * sort.c: (allocate_file_handles) Special-case MS-DOS for mkdir()
303         call.
304         
305 Wed Feb 11 20:33:18 2004  Ben Pfaff  <blp@gnu.org>
306
307         * flip.c: Fixed crash from FLIP when a numeric variable is
308           specified on NEWNAMES and a large value is used, and a couple of
309           other minor bugs besides.
310           (struct varname) Make name a 9-character fixed-size array
311           instead of a 1-character variable size array.
312           (make_new_var) Allow digits in variable names.
313           (flip_stream_write) Limit numeric values to 8 characters and
314           format system missing and very large and small values more
315           appropriately.
316
317 Thu Feb  5 13:19:06 WAST 2004 John Darrington <john@darrington.wattle.id.au>
318
319         * command.c: Fixed test on command return status for the correct 
320           value,  which had been causing a crash under certain invalid input.
321
322 Wed Feb  4 15:34:11 WST 2004 John Darrington <john@darrington.wattle.id.au>
323
324         * t-test.q: Added calculations for the one sample variant of the T-TEST
325
326 Tue Feb  3 20:09:54 2004  Ben Pfaff  <blp@gnu.org>
327
328         * tab.c: (render_strip) Fix bug that sometimes caused joined text
329           in joined cells to be rendered outside box boundaries.
330
331 Tue Feb  3 18:56:45 WST 2004 John Darrington <john@darrington.wattle.id.au>
332
333         * random.c (rng_create): Fixed seeding so that it gets reseeded after
334         SET seed=xx has been called.
335
336 Mon Jan 19 14:08:09 2004  Ben Pfaff  <blp@gnu.org> 
337
338         * random.c (rng_get_double): Fix always-returning-zero bug in my
339         preferred way, and at the same time make sure rounding doesn't
340         bite us.
341
342 Thu Jan  1 23:16:41 2004  Ben Pfaff  <blp@gnu.org>
343
344         * html.c: (change_attributes) Dead code, removed.
345         (escape_string) Eliminate code to call change_attributes() that
346         never actually called it.
347         (output_tab_table) Get rid of dependence on tab_hit
348         and struct tab_joined_cell's hit member, which are abominations.
349
350         * tab.c: (tab_output_text) Don't call
351         d->class->text_set_font_by_name if it's a null pointer.
352         (macro UNROLL_LOOP) Eliminate.
353         (macro UNROLL_3_LOOPS) Eliminate.
354         (tabi_render) Rewrite not to use the above macros.
355
356 Thu Jan  1 23:09:07 2004  Ben Pfaff  <blp@gnu.org>
357
358         Start working on a new output driver system, one that doesn't suck
359         so much, by adding a "device-independent" output driver.  The idea
360         is to write out only a single output stream, then use separate
361         processes to translate them into whatever formats we want.  This
362         is similar to how "groff" works with its various output drivers
363         (grops, grotty, grodvi, ...).
364         
365         * Makefile.am: (pspp_SOURCES) Add devind.c, devind.h.
366
367         * list.q: (write_all_headers) Stub out devind class.
368         (clean_up) Ditto.
369         (determine_layout) Ditto.
370         (list_cases) Ditto.
371
372         * output.c: (outp_init) Add devind class.
373
374         * devind.c: New file.
375
376         * devind.h: New file.
377
378 Thu Jan  1 23:08:14 2004  Ben Pfaff  <blp@gnu.org>
379
380         * frequencies.q: (hash_value_alpha) Fixed up the previous change
381         to use the proper string length.
382
383 Wed Dec 31 16:27:33 WAST 2003 John Darrington <john@darrington.wattle.id.au>
384
385         * Fixed bug where FREQ would crash on alpha values
386
387 Tue Dec 30 22:42:57 2003  Ben Pfaff  <blp@gnu.org>
388
389         * Removed bletcherous alloca() workarounds for AIX from top of
390         many files.  AIX can use the alternative alloca() implementation
391         instead.
392
393 Tue Dec 30 22:35:16 2003  Ben Pfaff  <blp@gnu.org>
394
395         * ascii.c: (ascii_option) Fix implementation of headers option.
396
397 Tue Dec 30 22:32:53 2003  Ben Pfaff  <blp@gnu.org>
398
399         * ascii.c: Add a "squeeze" option to the ASCII driver to squeeze
400         multiple blank lines into one.
401         (struct ascii_driver_ext) Add squeeze_blank_lines option.
402         (ascii_preopen_driver) Initialize squeeze_blank_lines.
403         (static var option_tab) Add squeeze entry.
404         (ascii_option) Set squeeze_blank_lines.
405         (output_lines) Implement squeezing blank lines.
406
407 Wed Dec 31 07:19:46 WST 2003 John Darrington <john@darrington.wattle.id.au>
408
409         * Removed redundant code from output.h
410
411 Sat Dec 27 22:17:52 2003  Ben Pfaff  <blp@gnu.org>
412
413         Dictionary classes: each variable is "ordinary", "system", or
414         "scratch".
415
416         * var.h: (enum dict_class) New enum.
417
418         * vars-prs.c: (dict_class_from_id) New function.
419         (dict_class_to_name) New function.
420
421 Sat Dec 27 22:16:06 2003  Ben Pfaff  <blp@gnu.org>
422
423         * var.h: (struct freq_tab_set) Removed (not used).
424
425 Sat Dec 27 22:15:21 2003  Ben Pfaff  <blp@gnu.org>
426
427         * value-labels.c: (val_labs_destroy) vls needs to be freed too.
428
429 Sat Dec 27 22:10:49 2003  Ben Pfaff  <blp@gnu.org>
430
431         * stats.c: (hypercube) Rename pow4().  All references updated.
432
433 Sat Dec 27 22:05:49 2003  Ben Pfaff  <blp@gnu.org>
434
435         * rename-vars.c: (cmd_rename_variables) Rewritten.
436         (compare_name) Removed.
437
438 Sat Dec 27 22:03:51 2003  Ben Pfaff  <blp@gnu.org>
439
440         var_set feature, and code taking advantage of it.
441         
442         * crosstabs.q: (static var var_dict) Removed.
443         (static var variables) New variable.
444         (static var variables_cnt) New variable.
445         (cmd_crosstabs) Free variables instead of var_dict.
446         (internal_cmd_crosstabs) Initialize and use variables,
447         variables_cnt instead of var_dict.
448         (free_var_dict) Removed.
449         (crs_custom_tables) Use var_set instead of a copied dictionary.
450         (crs_custom_variables) Set up variables, variables_cnt instead of
451         var_dict.
452         [DEBUGGING] (debug_print) Ditto.
453
454         * means.q: (mns_custom_tables) Use var_set instead of a copied
455         dictionary.
456
457         * vars-prs.c: (parse_vs_variable) New function.
458         (parse_dict_variable) Rewritten.
459         (parse_variable) Rewritten.
460         (parse_variables) Renamed parse_var_set_vars(), rewritten.
461         (parse_variables) New function in terms of parse_var_set_vars().
462         Now requires its first argument to be non-null.  All references
463         that passed a null pointer updated to pass default_dict instead.
464         (macro id_dict) Removed.
465         (parse_DATA_LIST_vars) Add assertions.
466         (parse_mixed_vars) Ditto.
467         (struct var_set) New structure.
468         (var_set_get_cnt) New function.
469         (var_set_get_var) New function.
470         (var_set_lookup_var) New function.
471         (var_set_destroy) New function.
472         (dict_var_set_get_cnt) New function.
473         (dict_var_set_get_var) New function.
474         (dict_var_set_lookup_var) New function.
475         (dict_var_set_destroy) New function.
476         (var_set_create_from_dict) New function.
477         (struct array_var_set) New structure.
478         (array_var_set_get_cnt) New function.
479         (array_var_set_get_var) New function.
480         (array_var_set_lookup_var) New function.
481         (array_var_set_destroy) New function.
482         (var_set_create_from_array) New function.
483
484         * q2c.c: (dump_parser) Use parse_variables(default_dict, ...)
485         instead of parse_variables(NULL, ...) in output code.
486
487 Sat Dec 27 21:38:53 2003  Ben Pfaff  <blp@gnu.org>
488
489         Change inp_init from a 2-bit vector to an ordinary array.
490         Initialize it all in cmd_end_input_program() instead of in
491         create_variable().
492
493         * inpt-pgm.c: (enum value_init_type) New enum.
494         (global var inp_init) Change to `enum value_init_type *', make
495         static.
496         (inp_init_size) Removed.
497         (inp_nval) Change to `size_t', make static.
498         (cmd_input_program) Don't initialize inp_init or inp_init_size.
499         (cmd_end_input_program) Initialize inp_init, inp_nval.
500         (init_case) Rewrite.
501         (clear_case) Rewrite.
502
503         * inpt-pgm.h: Removed.
504
505 Sat Dec 27 21:36:38 2003  Ben Pfaff  <blp@gnu.org>
506
507         * hash.c: (hsh_hash_bytes) Use Fowler-Noll-Vo hash instead of
508         Colin Plumb hash.  It is simpler and should better resist
509         collisions.
510         (hsh_hash_string) Ditto.
511
512 Sat Dec 27 21:34:57 2003  Ben Pfaff  <blp@gnu.org>
513
514         * get.c: (export_write_case_func) Remove debug printing code.
515
516 Sat Dec 27 21:11:09 2003  Ben Pfaff  <blp@gnu.org>
517
518         * get.c: (cmd_save_internal) Rename parameter.  Use &t->h instead
519         of cast.
520         (save_write_case_func) Use &trns->h instead of cast.
521         (cmd_export) Use &t->h instead of cast.
522
523 Sat Dec 27 20:57:42 2003  Ben Pfaff  <blp@gnu.org>
524
525         Moved vectors into the dictionary.
526
527         * var.h: (struct vector) Moved here from vector.h.  `index' member
528         renamed `idx', `v' renamed `var', `nv' renamed `cnt'.  All
529         references updated.
530         
531         * vector.h: Removed.
532
533         * vector.c: (global var vec) Removed.
534         (global var nvec) Removed.
535         (cmd_vector) Rewritten.
536         (find_vector) Removed.
537
538         * dictionary.c: (dict_create_vector) New function.
539         (dict_get_vector) New function, replaces reading global vec[]
540         array.
541         (dict_get_vector_cnt) New function, replaces reading global nvec
542         variable.
543         (dict_lookup_vector) New function, replaces find_vector().
544         (dict_clear_vectors) New function.
545
546 Sat Dec 27 20:54:01 2003  Ben Pfaff  <blp@gnu.org>
547
548         Start to move away from `struct variable' p `union' member to void
549         * aux member.
550
551         * var.h: (struct variable) Add `aux' member.
552
553 Sat Dec 27 20:36:25 2003  Ben Pfaff  <blp@gnu.org>
554
555         Get rid of struct variable `foo' member.
556
557         * frequencies.q: (internal_cmd_frequencies) Use p.frq.used instead
558         of foo.
559         (frq_custom_variables) Ditto.
560         (frq_custom_grouped) Ditto.
561
562         * get.c: (struct save_trns) Change `var' member from `int *' to
563         `struct variable **'.
564         (cmd_save_internal) Use aux instead of foo.
565         (save_trns_proc) Use revised `var' member.
566         (static var mtf_seq_no) Renamed mtf_seq_num.
567         (static var mtf_seq_nums) New static var.
568         (cmd_match_files) Initialize mtf_seq_nums.
569         (mtf_free) Free mtf_seq_nums.
570         (mtf_processing) Use mtf_seq_nums instead of foo.
571         (mtf_merge_dictionary) No need to initialize mv->foo.
572         (cmd_export) Use aux instead of foo.  Use revised `var' member.
573         (mns_custom_tables) Don't use foo to check for duplicates, that's
574         what PV_NO_DUPLICATE is for.
575
576         * var.h: (struct variable) Remove `foo' member.
577         (struct frequencies_proc) New member.
578         
579 Sat Dec 27 19:46:13 2003  Ben Pfaff  <blp@gnu.org>
580
581         Clean up COMPUTE and IF.
582
583         * compute.c: More or less rewrite the darn thing.
584         (struct compute_trns) Rename and reorder and add and delete
585         members.
586         (cmd_compute) Rewrite.
587         (compute_num) Make conditional on test expression.  Now used for
588         both COMPUTE and IF.
589         (compute_num_vec) Ditto.
590         (compute_str) Ditto.
591         (compute_str_vec) Ditto.
592         (cmd_if) Rewrite.
593         (if_num) Removed.
594         (if_num_vec) Removed.
595         (if_str) Removed.
596         (if_str_vec) Removed.
597         (parse_target_expression) Renamed parse_rvalue_expression(),
598         rewritten.
599         (new_trns) Renamed compute_trns_create(), rewritten.
600         (delete_trns) Removed.
601         (free_trns) Renamed compute_trns_free(), rewritten.
602         (struct lvalue) New structure.
603         (parse_var_or_vec) Renamed lvalue_parse(), rewritten.
604         (lvalue_get_type) New function.
605         (lvalue_is_vector) New function.
606         (lvalue_finalize) New function.
607         (lvalue_destroy) New function.
608         
609 Sat Dec 27 19:44:14 2003  Ben Pfaff  <blp@gnu.org>
610
611         * command.def: Disallow MODIFY VARS in input mode, so that
612         variables can't get dropped and confuse cmd_end_input_program()'s
613         attempt to fill inp_init[].
614         
615         * modify-vars.c: (static var forward_positional_ordering) New
616         variable.
617         (struct var_modification) Entirely changed.
618         (rearrange_dict) Interface changed, rewritten.
619         (cmd_modify_vars) Deal with modified struct var_modification, much
620         rewritten.
621         (struct var_renaming) New structure.
622         (compare_var_renaming_by_new_name) New function.
623         (validate_var_modification) New function.
624
625         * var.h: (struct modify_vars_proc) Removed.
626         (struct variable) Removed member p.mfv.
627
628 Sat Dec 27 19:40:26 2003  Ben Pfaff  <blp@gnu.org>
629
630         Make EVALUATE a valid command whether we're debugging or not, so
631         that `make check' can succeed regardless of whether debugging is
632         turned on.
633         
634         * command.def: [GLOBAL_DEBUGGING] Drop the #if.
635
636         * compute.c: [GLOBAL_DEBUGGING] (cmd_evaluate) Drop the #if.
637
638 Sat Dec 27 19:34:40 2003  Ben Pfaff  <blp@gnu.org>
639
640         * apply-dict.c: (cmd_apply_dictionary) Replace a ghastly switch
641         statement by a simple if test.
642
643         * dfm.c: (dfm_get_record) Add assertion.
644
645 Sat Dec 27 17:51:26 2003  Ben Pfaff  <blp@gnu.org>
646
647         For each file x.c, move #include "x.h" to the very top of the
648         include list, to catch x.h failing to include the proper headers.
649
650 Sat Dec 27 17:50:19 2003  Ben Pfaff  <blp@gnu.org>
651
652         * algorithm.c: (find) New function.
653         (remove_equal) New function.
654         (set_difference) New function.
655         (adjacent_find_equal) New function.
656         [TEST_UNIQUE] Removed test case.
657         (copy_if) Find end test.
658
659 Sat Dec 27 17:42:45 2003  Ben Pfaff  <blp@gnu.org>
660
661         * dictionary.c: (dict_get_case_weight) New convenience function.
662
663         * aggregate.c: (accumulate_aggregate_info) Use
664         dict_get_case_weight().
665
666         * frequencies.q: (calc_general) Ditto.
667         (calc_integer) Ditto.
668         (calc) Ditto.
669
670         * t-test.q: (groups_calc) Ditto.
671         (z_calc) Ditto.
672
673 Sat Dec 27 17:29:45 2003  Ben Pfaff  <blp@gnu.org>
674
675         * glob.c: (global var default_dict) Change from `struct
676         dictionary' to `struct dictionary *'.  All references changed.
677         (init_glob) Initialize default_dict with dict_create().
678
679 Sat Dec 27 17:06:06 2003  Ben Pfaff  <blp@gnu.org>
680
681         struct dictionary now made opaque.  All related functions:
682
683         * get.c: (rename_variables) Removed.
684         (dict_delete_run) Removed.
685         
686         * temporary.c: (copy_variable) Removed.
687         (new_dictionary) Removed.
688         (save_dictionary) Removed.
689         (restore_dictionary) Removed.
690         (free_dictionary) Removed.
691
692         * vars-atr.c: (clear_default_dict) Removed.
693         (find_variable) Removed.
694         (find_dict_variable) Removed.
695         (create_variable) Removed.
696         (delete_variable) Removed.
697         (common_init_stuff) Removed.
698         (init_variable) Removed.  Updating of inp_init moved into
699         cmd_end_input_program().
700         (replace_variable) Removed.
701         (rename_variable) Removed.
702         (clear_variable) Removed.
703         (dup_variable) Removed.
704
705         * vars-prs.c: (is_varname) Removed.
706         (is_dict_varname) Removed.
707         (fill_all_vars) Removed.
708
709         * vector.c: (find_vector) Removed.
710
711         * weight.c: (stop_weighting) Removed.
712
713         * dictionary.c: New file.
714         (dict_create) New, replaces new_dictionary().
715         (dict_clone) New, replaces save_dictionary() and
716         restore_dictionary().
717         (dict_clear) New, replaces clear_default_dict().
718         (dict_destroy) New, replaces free_dictionary().
719         (dict_get_var_cnt) New function, replaces references to
720         dict->nvar.
721         (dict_get_var) New function, replaces references to dict->var[i].
722         (dict_get_vars) New function, replaces fill_all_vars().
723         (dict_create_var) New, replaces create_variable().  Interface
724         drops `type' parameter, using a zero `width' to designate numeric.
725         (dict_clone_var) New, replaces dup_variable().
726         (dict_rename_var) New, replaces rename_variable().
727         (dict_lookup_var) New, replaces find_variable(),
728         find_dict_variable(), is_varname().
729         (dict_contains_var) New function.
730         (compare_variable_dblptrs) New function.
731         (dict_delete_var) New function, replaces clear_variable().
732         (dict_delete_vars) New function, replaces dict_delete_run().
733         (dict_reorder_vars) New function.
734         (dict_rename_vars) New function, replaces rename_variables().
735         (dict_get_weight) New function, replaces reading dict->weight_var.
736         (dict_set_weight) New function, replaces writing dict->weight_var
737         or calling stop_weight(dict).
738         (dict_get_filter) New function, replaces reading dict->filter_var.
739         (dict_set_filter) New function, replaces writing dict->filter_var.
740         (dict_get_case_limit) New function, replaces reading dict->N.
741         (dict_set_case_limit) New function, replaces writing dict->N.
742         (dict_get_value_cnt) New function, replaces reading dict->nval.
743         (dict_compact_values) New function, replaces a loop that was
744         replicated in several places.
745         (dict_get_split_vars) New function, replaces reading dict->splits.
746         (dict_get_split_cnt) New function, replaces reading
747         dict->n_splits.
748         (dict_set_split_vars) New function, replaces writing dict->splits.
749         (dict_get_label) New function, replaces reading dict->label.
750         (dict_set_label) New function, replaces writing dict->label.
751         (dict_get_documents) New function, replaces reading
752         dict->documents.
753         (dict_set_documents) New function, replaces writing
754         dict->documents.
755         
756         All references to above functions updated.
757         
758         * aggregate.c: (cmd_aggregate) Copy file label and documents from
759         old dictionary to new by hand, because dict_create() can't do it
760         itself.  Use dict_set_documents(), dict_set_split_vars().
761
762         * temporary.c: (cancel_temporary) Also set temp_dict to NULL after
763         calling dict_destroy().
764
765         * data-list.c: (dls_var_spec) Remove `type' member, replace by
766         `width'.
767         (fixed_parse_compatible) Some slightly nontrivial changes for
768         dict_create_var().
769         (dump_fmt_list) Ditto.
770         (parse_free) Ditto.
771
772         * file-type.c: (create_col_var) Ditto.
773
774         * get.c: (cmd_get) Use dict_compact_values() instead of a loop.
775         (trim_dictionary) Use dict_delete_vars(), dict_reorder_vars().
776         (rename_variables) Use dict_rename_vars().
777         (mtf_merge_dictionary) Use dict_get_documents(),
778         dict_set_documents(), dict_compact_values().
779
780         * pfm-read.c: (read_variables) Deal with changes to weighting.
781
782         * q2c.c: (dump_parser) Use dict_lookup_var() instead of
783         is_varname() in output code.
784
785         * sfm-read.c: (read_header) Use dict_create(), dict_set_label(),
786         other dictionary functions.
787
788         * title.c: (add_document_line) Use dict_get_documents(),
789         dict_set_documents().
790
791         * vars-atr.c: (discard_variables) Use dict_clear(default_dict),
792         reset default_handle by hand.  dict_clear() will clear vectors so
793         there's no need for that by hand.
794
795         * vfm.c: (close_active_file) Move call to finish_compaction()
796         earlier, so that we can do the compaction as a single step using
797         dict_compact_values().  Use dict_clear_vectors().
798         (finish_compaction) Use dict_delete_var(), dict_compact_values().
799                 
800         Some functions don't have replacements:
801
802         * vars-atr.c: (force_create_variable) Removed.  All references
803         updated to dict_create_var() followed by an assertion.
804         (force_dup_variable) Removed.  All references updated to
805         dict_clone_var() followed by an assertion.
806         
807         * weight.c: (update_weighting) Removed.  No longer necessary, so
808         all references removed.
809
810 Sat Dec 27 16:43:01 2003  Ben Pfaff  <blp@gnu.org>
811
812         Clean up AGGREGATE.
813         
814         * aggregate.c: Eliminate separation of weighted and unweighted
815         case.  It made the code too obscure and I doubt it was actually
816         faster.  Instead, all code uses the "weighted" code, because
817         that's a generalization of the "unweighted" code.
818         (FWEIGHT) Removed.
819         (FOPTIONS) Ditto.
820         (parse_aggregate_functions) No need to set FWEIGHT.
821         (accumulate_aggregate_info) Get rid of FWEIGHT cases.
822         (dump_aggregate_info) Ditto.
823         (initialize_aggregate_info) No need for special plain_function
824         that gets rid of FWEIGHT option.
825
826         * aggregate.c: Get rid of approximations.
827         (accumulate_aggregate_info) Don't use approx_gt(), approx_lt(),
828         approx_in_range().
829         (aggregate_single_case) Don't use approx_ne().
830
831 Sat Dec 27 16:19:36 2003  Ben Pfaff  <blp@gnu.org>
832
833         * ascii.c (ascii_line_width): Dead code, removed.
834
835         * postscript.c (ps_line_width): Ditto.
836
837         * q2c.c (xrealloc): Ditto.
838
839         * count.c (internal_cmd_count): Ditto.
840
841         * means.q (validate_dependent_endpoint): Ditto.
842
843         * set.q: (cmd_gset) Ditto.
844
845         * weight.c: [0] (weight_trns_proc) Ditto.
846
847 Sat Dec 27 16:18:16 2003  Ben Pfaff  <blp@gnu.org>
848
849         Make the code -Wmissing-prototypes clean.
850
851         * Makefile.am (version.c): Add #include "version.h".
852         
853         * ascii.c: (ascii_open_global) Make static.
854         (ascii_close_page) Ditto.
855         (ascii_font_sizes) Ditto.
856         (ascii_postopen_driver) Ditto.
857         (ascii_close_driver) Ditto.
858         (ascii_option) Ditto.
859         (ascii_open_page) Ditto.
860         (ascii_line_horz) Ditto.
861         (ascii_line_vert) Ditto.
862         (ascii_line_intersection) Ditto.
863         (ascii_box) Ditto.
864         (ascii_polyline_begin) Ditto.
865         (ascii_polyline_point) Ditto.
866         (ascii_polyline_end) Ditto.
867         (ascii_text_set_font_by_name) Ditto.
868         (ascii_text_set_font_by_position) Ditto.
869         (ascii_text_set_font_by_family) Ditto.
870         (ascii_text_get_font_name) Ditto.
871         (ascii_text_get_font_family) Ditto.
872         (ascii_text_set_size) Ditto.
873         (ascii_text_get_size) Ditto.
874         (ascii_text_metrics) Ditto.
875         (ascii_text_draw) Ditto.
876         (ascii_close_page) Ditto.
877
878         * cmdline.h: New header for parse_command_line().  Used where
879         needed.
880
881         * command.c: Move prototypes for cmd_*() functions to command.h.
882
883         * command.h: Prototypes for cmd_*() functions moved here from
884         command.c.
885
886         * crosstabs.q: (gamma_int) Ditto.
887
888         * file-handle.h: Add fh_init_files() prototype.
889         
890         * getline.c: (welcome) Ditto.
891
892         * glob.h: New header for init_glob().  Used where appropriate.
893
894         * hash.c: (comparison_helper) Ditto.
895
896         * html.c: (html_open_global) Ditto.
897         (html_close_global) Ditto.
898         (html_preopen_driver) Ditto.
899         (html_postopen_driver) Ditto.
900         (html_close_driver) Ditto.
901         (html_option) Ditto.
902         (html_open_page) Ditto.
903         (html_close_page) Ditto.
904         (html_submit) Ditto.
905
906         * inpt-pgm.c: (input_program_source_read) Ditto.
907
908         * output.c: (find_defn_value) Ditto.
909         (destroy_list) Ditto.
910
911         * pfm-read.c: (read_int) Ditto.
912
913         * postscript.c: (ps_open_global) Ditto.
914         (ps_close_global) Ditto.
915         (ps_font_sizes) Ditto.
916         (ps_preopen_driver) Ditto.
917         (ps_postopen_driver) Ditto.
918         (ps_close_driver) Ditto.
919         (ps_option) Ditto.
920         (ps_open_page) Ditto.
921         (ps_close_page) Ditto.
922         (ps_line_horz) Ditto.
923         (ps_line_vert) Ditto.
924         (ps_line_intersection) Ditto.
925         (ps_box) Ditto.
926         (ps_polyline_begin) Ditto.
927         (ps_polyline_point) Ditto.
928         (ps_polyline_end) Ditto.
929         (ps_text_set_font_by_name) Ditto.
930         (ps_text_set_font_by_position) Ditto.
931         (ps_text_set_font_family) Ditto.
932         (ps_text_get_font_name) Ditto.
933         (ps_text_get_font_family) Ditto.
934         (ps_text_set_size) Ditto.
935         (ps_text_get_size) Ditto.
936         (ps_text_metrics) Ditto.
937         (ps_text_draw) Ditto.
938
939         * q2c.c: (finish_up) Ditto.
940         (xmalloc) Ditto.
941         (xstrdup) Ditto.
942         (get_buffer) Ditto.
943         (st_lower) Ditto.
944         (st_upper) Ditto.
945         (skip_ws) Ditto.
946         (get_line) Ditto.
947         (add_symbol) Ditto.
948         (find_symbol) Ditto.
949         (lex_get) Ditto.
950         (force_id) Ditto.
951         (force_string) Ditto.
952         (match_id) Ditto.
953         (match_token) Ditto.
954         (skip_token) Ditto.
955         (parse) Ditto.
956         (parse_setting) Ditto.
957         (parse_specifier) Ditto.
958         (parse_specifiers) Ditto.
959         (parse_subcommand) Ditto.
960         (dump_specifier_vars) Ditto.
961         (is_keyword) Ditto.
962         (make_identifier) Ditto.
963         (dump_declarations) Ditto.
964         (dump_specifier_init) Ditto.
965         (dump_vars_init) Ditto.
966         (make_match) Ditto.
967         (dump_specifier_parse) Ditto.
968         (dump_subcommand) Ditto.
969         (dump_parser) Ditto.
970         (dump_header) Ditto.
971         (dump_free) Ditto.
972         (recognize_directive) Ditto.
973
974         * recode.c: (string_to_long) Ditto.
975
976         * repeat.c: (find_DO_REPEAT_substitution) Ditto.
977
978         * repeat.h: New header for perform_DO_REPEAT_substitutions, used
979         where appropriate.
980
981         * sort.c: (sort_stream_read) Ditto.
982         (sort_stream_mode) Ditto.
983         
984 Fri Dec 19 23:35:04 2003  Ben Pfaff  <blp@gnu.org>
985
986         * algorithm.c (binary_search): Fix comparison.
987
988 Fri Dec 19 23:27:45 2003  Ben Pfaff  <blp@gnu.org>
989
990         * algorithm.c: (binary_search) Fix assertion.
991
992 Fri Dec 19 21:31:48 2003  Ben Pfaff  <blp@gnu.org>
993
994         * sysfile-info.c: (compare_vectors_by_name) Rewrite.
995
996 Fri Dec 19 21:30:24 2003  Ben Pfaff  <blp@gnu.org>
997
998         * sort.c: (compare_case_lists) Rewrite.
999
1000 Fri Dec 19 16:44:22 2003  Ben Pfaff  <blp@gnu.org>
1001
1002         * quicksort.c: Removed (not used).
1003
1004         * quicksort.h: Removed (not used).
1005
1006         * sort.c: Removed blp_quicksort() prototype.
1007
1008 Fri Dec 19 16:42:13 2003  Ben Pfaff  <blp@gnu.org>
1009
1010         * postscript.c: (int_2_compare) Rewrite.
1011         (compare_line) Rewrite.
1012
1013 Fri Dec 19 16:38:35 2003  Ben Pfaff  <blp@gnu.org>
1014
1015         * matrix-data.c (compare_factors) Use lexicographical_compare()
1016         algorithm.
1017         (compare_doubles) New function.
1018         
1019         * algorithm.c: (lexicographical_compare) New algorithm.
1020
1021 Fri Dec 19 16:23:45 2003  Ben Pfaff  <blp@gnu.org>
1022
1023         * matrix-data.c (compare_variables_by_mxd_vartype): Rewrite.
1024
1025 Fri Dec 19 15:54:45 2003  Ben Pfaff  <blp@gnu.org>
1026
1027         * expr-prs.c: (cmp_func) Removed.
1028         (parse_function) Use binary_search() algorithm.
1029         (compare_functions) New function.
1030         (init_func_tab) Use sort() algorithm.
1031
1032         * algorithm.c: (binary_search) New algorithm.
1033
1034 Fri Dec 19 15:50:45 2003  Ben Pfaff  <blp@gnu.org>
1035
1036         * descript.q: (display) Use sort() algorithm instead of qsort().
1037         (compare_func) Removed.
1038         (descriptives_compare_variables) New function.
1039
1040 Fri Dec 19 15:08:38 2003  Ben Pfaff  <blp@gnu.org>
1041
1042         Get rid of AVL trees.  Hashes are more appropriate for everything
1043         PSPP does.
1044
1045         * Makefile.am: (pspp_SOURCES) Remove avl.c, avl.h.
1046         
1047         * avl.c: Removed.
1048
1049         * avl.h: Removed.
1050
1051 Fri Dec 19 14:33:31 2003  Ben Pfaff  <blp@gnu.org>
1052
1053         Much code can be clarified by using C++ STL-like algorithms.  Not
1054         all uses of these algorithms are listed below, only the ones where
1055         the change to an algorithm was the only change of interest.
1056         
1057         * Makefile.am: (pspp_SOURCES) Add algorithm.c, algorithm.h.
1058         
1059         * algorithm.c: New file.
1060
1061         * algorithm.h: New file.
1062
1063         * modify-vars.c: (static var forward) Removed.
1064         (static var positional) Removed.
1065         (compare_variables) Removed.
1066         (struct ordering) New.
1067         (cmd_modify_vars) Use sort() algorithm.
1068         (compare_variables_given_ordering) New function.
1069         (rearrange_dict) Use sort() algorithm.
1070
1071         * sysfile-info.c: (cmd_display) Use sort() algorithm.
1072         (cmp_var_by_name) Removed.
1073
1074 Fri Dec 19 14:26:17 2003  Ben Pfaff  <blp@gnu.org>
1075
1076         Make file handles use a hash table.
1077         
1078         * file-handle.q: (files) Change to hash table, make static.
1079         (cmd_file_handle) Use hash table functions.
1080         (fh_get_handle_by_filename) Ditto.
1081         (fh_get_handle_by_name) Ditto.
1082         (hash_file_handle) New function.
1083         (cmp_file_handle) Rewrite.
1084         (fh_init_files) Use hash table functions.
1085
1086 Fri Dec 19 14:24:38 2003  Ben Pfaff  <blp@gnu.org>
1087
1088         Clean up FREQUENCIES.
1089         
1090         * Makefile.am: (pspp_SOURCES) Remove frequencies.g.
1091
1092         * frequencies.q: Remove a lot of old #if'd out code at the end.
1093         (internal_cmd_frequencies) Use calc() instead of calc_no_weight()
1094         or calc_weight().  Initialize percentile_values.
1095         (calc) New function based on calc_weight() from frequencies.g.
1096         (precalc) Use hash functions.
1097         (static var comparison_func) Removed.
1098         (static var comparison_param) Removed.
1099         (comparison_helper) Removed.
1100         (get_freq_comparator) New function.
1101         (not_missing) New function.
1102         (add_freq) Removed.
1103         (postprocess_freq_tab) Use hash table functions, algorithms,
1104         get_freq_comparator().  Rewrite.
1105         (cleanup_freq_tab) Rephrase.
1106         (add_percentile) Clean up spacing.
1107         (hash_value_numeric) New function.
1108         (hash_value_alpha) New function.
1109         (compare_value_numeric_a) Rewrite.
1110         (compare_value_alpha_a) Rewrite.
1111         (compare_value_numeric_d) Rewrite.
1112         (compare_value_alpha_d) Rewrite.
1113         (compare_freq_numeric_a) Rewrite.
1114         (compare_freq_alpha_a) Rewrite.
1115         (compare_freq_numeric_d) Rewrite.
1116         (compare_freq_alpha_d) Rewrite.
1117         (calc_stats) Clean up mode, percentiles, max.
1118         (dump_statistics) Clean up spacing.
1119         
1120         * frequencies.g: Removed.
1121
1122         * var.h: (struct freq_tab) Change `data' to hash table.
1123
1124 Fri Dec 19 14:15:46 2003  Ben Pfaff  <blp@gnu.org>
1125
1126         * file-handle.h: Remove declaration of global variable `files',
1127         which wasn't used anywhere.
1128
1129         * postscript.c: (add_encoding) Remove superfluous cast.
1130         (line) Ditto.
1131
1132         * sfm-read.c: [linux] (bswap_int32) Drop ntohl() non-portable
1133         version.
1134
1135         * temporary.c: [0] (display_tree) Removed.
1136
1137 Fri Dec 19 14:13:04 2003  Ben Pfaff  <blp@gnu.org>
1138
1139         Implement a new random number generator based on the alleged RC4
1140         algorithm.
1141
1142         * expr-evl.c: (expr_evaluate) Use rng_get_double_normal() instead
1143         of rand_normal().
1144
1145         * random.c: [!HAVE_GOOD_RANDOM] (real_rand) Removed.
1146         [!HAVE_GOOD_RANDOM] (real_srand) Removed.
1147         (macro k) Removed.
1148         (static var V[]) Removed.
1149         (static var Y) Removed.
1150         (static var X2) Removed.
1151         (setup_randomize) Removed.
1152         (shuffle) Removed.
1153         (rand_uniform) Removed.
1154         (rand_normal) Removed.
1155         (struct rng) New structure.
1156         (rng_create) New function.
1157         (rng_destroy) New function.
1158         (swap_byte) New static function.
1159         (rng_seed) New function.
1160         (rng_get_bytes) New function.
1161         (rng_get_int) New function.
1162         (rng_get_unsigned) New function.
1163         (rng_get_double) New function.
1164         (rng_get_double_normal) New function.
1165         (pspp_rng) New function.
1166
1167         * random.h: Sync up to random.c.
1168
1169         * sample.c: (struct sample_trns) Make `frac' unsigned and a
1170         fraction of UINT_MAX, not 65536.
1171         (cmd_sample) Use rng_get_unsigned(), rng_get_double(), UINT_MAX
1172         fraction.
1173
1174         * vfm.c: (open_active_file) No need to call setup_randomize() any
1175         longer.
1176
1177 Fri Dec 19 12:05:56 2003  Ben Pfaff  <blp@gnu.org>
1178
1179         Change dictionary name indexes to use hash tables instead of AVL
1180         trees.
1181
1182         * crosstabs.q: (free_var_dict) Use hash tables.
1183         (crs_custom_tables) Ditto.
1184         (calc_general) Ditto.
1185         (compare_table_entry) Rewrite.
1186         (enum_var_values) Reorder parameters.  All references updated.
1187         Rewrite.
1188
1189         * get.c: (rename_variable) Use hash tables.
1190         (mtf_merge_dictionary) Ditto.
1191
1192         * glob.c: (init_glob) Use hash tables.
1193         (cmp_variable) Removed.
1194
1195         * means.q: (mns_custom_tables) Use hash tables.
1196
1197         * modify-vars.c: (rearrange_dict) Use hash tables.
1198
1199         * rename-vars.c: (cmd_rename_variables) Use hash tables.
1200
1201         * sfm-read.c: (read_header) Use hash tables.
1202         (read_variables) Ditto.
1203
1204         * temporary.c: (new_dictionary) Use hash tables.
1205         (save_dictionary) Ditto.
1206         (restore_dictionary) Ditto.
1207
1208         * var.h: (struct dictionary) Change AVL tree `var_by_name' into
1209         hash table `name_tab'.
1210
1211         * vars-atr.c: [DEBUGGING] (dump_one_var_node) Removed.
1212         [DEBUGGING] (dump_var_tree) Removed.
1213         (find_variable) Use hash tables.
1214         (find_dict_variable) Ditto.
1215         (common_init_stuff) Ditto.
1216         (rename_variable) Ditto.
1217         (clear_variable) Ditto.  Also, remove debug code.
1218         (dup_variable) Use hash tables.
1219
1220         * vars-prs.c: (fill_all_vars) Use hash tables.
1221         (is_dict_varname) Ditto.
1222         (parse_dict_variable) Ditto.
1223         
1224 Fri Dec 19 11:46:23 2003  Ben Pfaff  <blp@gnu.org>
1225
1226         Change value labels to use hash tables instead of AVL trees, and
1227         change value labels into an ADT.
1228
1229         * Makefile.am: (pspp_SOURCES) Add value-labels.c, value-labels.h.
1230         
1231         * value-labels.c: New file.
1232
1233         * value-labels.h: New file.
1234
1235         * apply-dict.c: (cmd_apply_dictionary) Use value label ADT.
1236         Get rid of a stupid use of goto.
1237
1238         * autorecode.c: (compare_alpha_value) Rewrite.
1239         (hash_alpha_value) Ditto.
1240         (compare_numeric_value) Rewrite.
1241         (hash_numeric_value) Ditto.
1242
1243         * frequencies.q: (dump_full) Use value label ADT.
1244
1245         * pfm-read.c: (read_value_label) Use value label ADT.
1246
1247         * pfm-write.c: (write_value_labels) Use value label ADT.
1248
1249         * sfm-read.c: (read_variables) Use value label ADT.
1250         (read_value_labels) Rewrite.
1251
1252         * sfm-write.c: (write_value_labels) Rewrite.
1253
1254         * sysfile-info.c: (cmd_sysfile_info) Use value label ADT.
1255         (display_variables) Ditto.
1256         (describe_variable) Ditto.
1257
1258         * t-test.q: (print_t_groups) Use value label ADT.
1259
1260         * temporary.c: (copy_variable) Use value label ADT.
1261         (free_dictionary) Ditto.
1262
1263         * val-labs.c: (verify_val_labs) Use value label ADT.
1264         (get_label) Ditto.
1265         (debug_print) Ditto.
1266         (val_lab_cmp) Removed.
1267         (inc_ref_count) Removed.
1268         (copy_value_labels) Removed.
1269
1270         * var.h: (struct value_label) Removed.
1271         (struct variable) Change AVL tree `val_lab' into hash table
1272         `val_labs'.
1273
1274         * vars-atr.c: (init_variable) Use value label ADT.
1275         (clear_variable) Ditto.
1276         (free_value_label) Removed.
1277         (free_val_lab) Removed.
1278         (get_val_lab) Removed.
1279         (compare_variables) New function.
1280         (hash_variable) New function.
1281
1282         * vfm.c: (dump_splits) Use value label ADT.
1283
1284 Fri Dec 19 11:18:11 2003  Ben Pfaff  <blp@gnu.org>
1285
1286         Add to the hash table interface.
1287
1288         * hash.c: (hsh_hash_bytes) Add assertion.
1289         (hsh_hash_string) Ditto.
1290         (hsh_clear) Ditto.
1291         (hsh_rehash) Ditto.
1292         (hsh_probe) Ditto.
1293         (hsh_create) Ditto.  Also make minimum `size'.
1294         (hsh_destroy) Rephrase.
1295         (sort_nulls_last) Removed.
1296         (not_null) New function.
1297         (hsh_data) Ditto.
1298         (comparison_helper) Ditto.
1299         (hsh_sort) Rewritten.
1300         (hsh_data_copy) New function.
1301         (hsh_sort_copy) Ditto.
1302         (hsh_insert) Ditto.
1303         (hsh_replace) Ditto.
1304         (hsh_hash_double) Ditto.
1305         (hsh_delete) Fix stupid bug.
1306         
1307 Thu Dec 18 12:27:03 WAST 2003 John Darrington <john@darrington.wattle.id.au>
1308         * added a calculation of the mode to FREQUENCIES
1309
1310 Wed Dec 17 12:53:01 WAST 2003 John Darrington <john@darrington.wattle.id.au>
1311
1312         * moved (un)defs of DEBUGGING to config.h
1313
1314 Mon Dec 15 21:35:59 2003  Ben Pfaff  <blp@gnu.org>
1315
1316         * groff-font.c: (add_kern) Fix indentation.
1317         (add_kern) Use & instead of % to take power-of-2 modulus.
1318         (font_get_kern_adjust) Likewise.
1319
1320 Fri Dec 12 23:54:37 2003  Ben Pfaff  <blp@gnu.org>
1321
1322         * autorecode.c: (recode) Replace stupid use of memcpy() by
1323         memberwise copy.
1324         (hash_alpha_value) Use hsh_hash_bytes().  Get rid of nasty casts.
1325         (hash_numeric_value) Ditto.
1326         (autorecode_proc_func) pool_strdup() was wrong here because the
1327         source string was not null-terminated.  Use new pool_strndup()
1328         instead.
1329
1330         * crosstabs.q: (enum_var_values) Remove superfluous and bizarre
1331         use of hsh_iterator_init().
1332
1333         * data-in.c: (parse_N) Initialize i->v->f.
1334
1335         * flip.c: (cmd_flip) Use memmove(), not memcpy(), to copy
1336         overlapping arrays.
1337
1338         * groff-font.c: Use power-of-2 hash table sizes, not prime.
1339         (groff_read_font) Don't call hsh_next_prime().  Don't call
1340         fclose(NULL).
1341         (static var hash) Remove `size_p', `max_used' members.
1342         (font_char_name_to_index) Don't call hsh_next_prime().  Use
1343         hsh_hash_string() instead of hashpjw(), & instead of %.
1344         (default_font) Don't call hsh_next_prime().
1345
1346         * pool.c: (pool_strndup) New function.
1347         (pool_strdup) Reimplement in terms of pool_strndup.
1348
1349         * postscript.c: (hash_font_entry) Use hsh_hash_string().  Get rid
1350         of nasty casts.
1351         (hash_ps_encoding) Use hsh_hash_string().
1352         (hash_ps_combo) Use hsh_hash_string(), hsh_hash_int().
1353         (hash_filename2font) Use hsh_hash_string().
1354
1355         * som.c: Add #include <stdlib.h>.
1356
1357         * tab.c: (tab_destroy) Don't set t->container after freeing `t'
1358         (by destroying its pool).
1359         
1360 Fri Dec 12 23:18:59 2003  Ben Pfaff  <blp@gnu.org>
1361
1362         Miscellaneous hash table code cleanup:
1363         
1364         * hash.h: (struct hsh_table) Moved into hash.c.
1365         (hsh_count) Ditto, and transformed into function.
1366         (hsh_compare_func) New typedef, used for defining otherwise-long
1367         function types here and in hash.c
1368         (hsh_hash_func) Ditto.
1369         (hsh_free_func) Ditto.
1370         
1371         * hash.c: (struct hsh_table) Renamed `n' to `used', `m' to `size',
1372         `table' to `entries'.  Removed `mp'.  All references updated.
1373         (hsh_clear) Don't shrink entries array; if the hash was this big
1374         once, it probably will be again.
1375         (hsh_rehash) Made static.
1376         (force_hsh_insert) Renamed hsh_force_insert.
1377         (force_hsh_find) Renamed hsh_force_find.
1378
1379         Made hash table sizes powers of 2, because that's fine with any
1380         reasonable hash function and because taking a power-of-2 modulus
1381         is faster than any other:
1382         
1383         (hsh_prime_tab) Removed;
1384         (hsh_next_prime) Ditto.
1385         (next_power_of_2) New function.
1386         (hsh_create) Use next_power_of_2.
1387         (hsh_rehash) Use & instead of %.
1388
1389         Cleaned up hsh_sort:
1390         
1391         (internal_comparison_fn) Removed.
1392         (sort_nulls_last) New function.
1393         (hsh_sort) Removed second parameter, switched to using the new
1394         quicksort() function from quicksort.h to avoid using nasty need
1395         for static variables with qsort().  All references updated.
1396
1397         Changed the hash functions offered, because there are better hash
1398         functions than the ones we had, and cleaned up the names to boot:
1399         
1400         * hash.c: (hashpjw_d) Removed.
1401         (hashpjw) Ditto.
1402         (hsh_hash_bytes) New function.
1403         (hsh_hash_string) New function.
1404         (hsh_hash_int) New function.
1405
1406         Improved the hash table iteration interface:
1407         
1408         * hash.h: (hsh_iterator_init) Removed.
1409         (struct hsh_iterator) Removed `init' member, change `next' to
1410         size_t.
1411
1412         * hash.c: (hsh_foreach) Removed.  All references updated to use
1413         hsh_first/hsh_next instead.
1414         (hsh_first) New function.  Notably, unlike hsh_foreach() it does
1415         not treat a null pointer as an empty hash table.
1416         (hsh_next) New function.
1417
1418         Made deletion possible, though slow:
1419
1420         * hash.c: (locate_matching_entry) New function.
1421         (hsh_find) Use locate_matching_entry().
1422         (hsh_delete) New function also using locate_matching_entry().
1423         (hsh_force_delete) New function.
1424
1425 Fri Dec 12 23:16:10 2003  Ben Pfaff  <blp@gnu.org>
1426
1427         * quicksort.c: New file implementing a sort routine with a
1428         interface better than qsort() because it passes a user-provided
1429         parameter to the sort routine.
1430
1431         * Makefile.am: Add quicksort.c, quicksort.h.
1432
1433 Fri Dec 12 13:31:58 2003  Ben Pfaff  <blp@gnu.org>
1434
1435         * All source files: Get rid of nasty special cases for Checker,
1436         which is pretty obsolete now.
1437
1438 Thu Dec 11 21:38:24 WST 2003 John Darrington <john@darrington.wattle.id.au>
1439
1440         * Fixed a bug apparent when using the FREQUENCIES command with the
1441         html driver.  The html driver was incorrectly trying to display 
1442         empty cells.
1443
1444 Sun Jan  2 21:40:13 2000  Ben Pfaff  <blp@gnu.org>
1445
1446         * Makefile.am: Reorganized.  Put locale dir in version.c instead
1447         of passing it to each compile command.  Only put local gmp libs in
1448         LD_ADD if not installed on system.  Remove `boast' target.
1449
1450         * All source files: struct and union typedefs eliminated.
1451         `sizeof type' replaced by `sizeof object' where practical.  Moved
1452         `unused' qualifiers from start to end of declarations for gcc
1453         2.7.2 compatibility.  Change `while (1)' to `for (;;)'.  Made
1454         assertions on pointers strictly compliant.  Removed _ prefixes on
1455         some function parameter names.
1456
1457         * alloc.c: New source file, containing these external linkage
1458         functions removed from common.c: xmalloc, xcalloc, xrealloc,
1459         xstrdup.
1460
1461         * arena.c: Removed.
1462         
1463         * arena.h: Removed.
1464
1465         * ascii.c: Migrated from arenas to pools.
1466         (struct ascii_driver_ext) ops[], box[], fonts[] changed from
1467         c_string to len_string.  All references changed.
1468         (ascii_option) Signature changed to comply to new output.c
1469         interface.
1470         (count_fancy_chars) Removed.
1471         (delineate) Removed support for rich text.
1472         (ascii_text_metrics) Ditto.
1473         (text_draw) Ditto.
1474         (output_shorts) Change `box', `off', `on' from c_string to
1475         len_string.  Change `remaining' from int to size_t.
1476         (ascii_close_page) Make page numbering less haphazard.
1477
1478         * autorecode.c: Migrate from arenas to pools.
1479
1480         * avl.c: Migrate from arenas to pools.  Synch from libavl 1.4.0.
1481
1482         * bitvector.h: New file containing these macros from misc.h:
1483         SET_BIT, CLEAR_BIT, SET_BIT_TO, TEST_BIT, BIT_INDEX.
1484
1485         * command.c: (struct command) cmd1, cmd2, cmd3 members changed to
1486         word[3].  ncmd removed.
1487         (var empty_string) Removed.
1488         (var cmd_table) Declaration updated.
1489         (var cmdtab) Removed.
1490         (cmp_command) Removed.
1491         (split_words) Rewritten to use strtok_r().
1492         (init_cmd_parser) Renamed cmd_init().  Rewritten.
1493         (find_command) Removed.
1494         (FILE_TYPE_okay) Rewritten.
1495         (cmd_parse) Rewritten.  Semantics of the return value of command
1496         handlers has changed: they must now return one of the new CMD_*
1497         enumerals, rather than a magic value.  This meant that all
1498         commands had to be modified, and they were.
1499         (figure_out_command) New function.
1500
1501         * command.def: Add CORRELATIONS, PEARSON CORRELATIONS.  Add
1502         #defines for INIT, INPU, etc.
1503
1504         * command.h: New CMD_* enum series.
1505         (cur_proc) Make const char *, not char *.
1506         (cmd_init) Prototype.
1507         (cmd_parse) Ditto.
1508
1509         * common.c: Removed.
1510
1511         * common.h: Removed.
1512
1513         * correlations.q: New file.
1514
1515         * crosstabs.q: Migrate from arenas to pools.  Migrate to new-style
1516         q2c.
1517         (custom_tables) Renamed crs_custom_tables().
1518         (custom_variables) Renamed crs_custom_variables().
1519         (calc_integer) Add in some `const' qualifiers.
1520         (table_value_missing) Change from a_string to len_string.
1521         (float_M_suffix) Change from a_string to len_string.
1522
1523         * data-in.c: Rewritten.  All references to
1524         parse_string_as_format() changed to data_in().
1525
1526         * data-in.h: New file.
1527
1528         * data-list.c: Change DLS_* from #define's to enums.  Move from
1529         rpd_msg() to tmsg().
1530         (RPD_ERR) New #define.
1531         (do_reading) Change dfm_push_cust() to dfm_push(), pop_cust() to
1532         dfm_pop().
1533         (read_from_data_list_fixed) Change from old
1534         parse_string_as_format() to new data_in().
1535         (read_from_data_list_free) Ditto.
1536         (read_from_data_list_list) Ditto.
1537         (cmd_repeating_data) Modify approach to checking for end of
1538         command.
1539         (rpd_msg) Removed.
1540         (rpd_parse_record) Change from old parse_string_as_format() to new
1541         data_in().  Change from old convert_format_to_string() to new
1542         data_out().
1543         (read_one_set_of_repetitions) Change dfm_push_cust() to
1544         dfm_push(), pop_cust() to dfm_pop().
1545
1546         * data-out.c: Rewritten.  All references to
1547         convert_format_to_string() changed to data_out().
1548
1549         * descript.q: Migrate to new q2c.
1550         (cmd_descriptives) Removed.
1551         (internal_cmd_descriptives) Renamed cmd_descriptives ().
1552         (custom_variables) Renamed dsc_custom_variables().
1553
1554         * dfm.c: (struct dfm_fhuser_ext) `ln' removed.  All references
1555         removed.
1556         (open_file_r) Initialize h->where.line_number.  Migrate to new
1557         struct string.
1558         (open_file_w) Initialize h->where.line_number.
1559         (read_record) Change from ext->ln to h->where.line_number.
1560         Migrate to struct string.
1561         (dfm_put_record) Rephrased.
1562         (dfm_push_cust) Renamed dfm_push(), rewritten.
1563         (dfm_pop) New function.
1564
1565         * error.c: All references updated.
1566         (glob var error_count) Renamed err_err_count.
1567         (glob var warning_count) Renamed err_warning_count.
1568         (glob var error_already_flagged) Renamed err_already_flagged.
1569         (glob var verbosity) Renamed err_verbosity.
1570         (glob var cust_fn) Removed.
1571         (glob var cust_ln) Removed.
1572         (static var file_loc) New.
1573         (static var nfile_loc) New.
1574         (static var mfile_loc) New.
1575         (tmsg) New function.
1576         (push_cust) Removed.
1577         (pop_cust) Removed.
1578         (msg) Rewritten.
1579         (static var terminating) Removed.
1580         (failure) Renamed err_failure().
1581         (hcf) Renamed err_hcf().
1582         (err_push_file_locator) New function.
1583         (err_pop_file_locator) New function.
1584         (err_location) New function.
1585         (check_error_count) Renamed err_check_count().
1586         (vmsg) Renamed err_vmsg().  Interface changed.
1587         (verbose_msg) Removed.
1588         (err_cond_fail) New function.
1589         (error_break) Renamed err_break().
1590
1591         * error.h: All references updated.
1592         (enum MSG_CLASS_COUNT) Renamed ERR_CLASS_COUNT.
1593         (enum ERR_CLASS_MASK, ERR_VERBOSITY_SHIFT, ERR_VERBOSITY_MASK)
1594         New.
1595         (struct file_locator) New.
1596         (struct error) New.
1597         (macro verbose_msg) Removed.
1598         (macro cond_fail) Removed.
1599
1600         * expr-opt.c: (evaluate_tree) sizeof(char) == 1.
1601
1602         * expr-prs.c: Reorganized.  All references updated.
1603         (exprtypename) Renamed expr_type_name().
1604         (typename) Renamed type_name().
1605         (free_expression) Renamed expr_free().
1606         (parse_expression) Renamed expr_parse().  Uses new type_check()
1607         function.
1608         (init_functab) Renamed init_func_tab().
1609         (type_check) New function.
1610         (parse_or) Rewritten to use new allocate_nonterminal() and
1611         append_nonterminal_arg() functions.
1612         (parse_and) Ditto.
1613         (parse_not) Ditto.
1614         (parse_rel) Ditto.  Also simplified logic.
1615         (parse_add) Ditto.
1616         (parse_mul) Ditto.
1617         (parse_neg) Ditto.
1618         (parse_exp) Ditto.
1619         (SYSMIS_func) Ditto.
1620         (VALUE_func) Rephrased.
1621         (CONCAT_func) Fix memory leak by replacing free by free_node on
1622         lossage.
1623         (generic_str_func) Ditto.
1624         (parse_function) Ditto.  Also rephrasings.  Uses bsearch() to find
1625         function.
1626         (allocate_nonterminal) New function.
1627         (append_nonterminal_arg) New function.
1628         (static func_tab[]) Now at file level.
1629         (cmp_func) Moved.
1630         (init_func_tab) Moved.  Now just uses qsort() to sort func_tab[].
1631
1632         * expr.h: (enum series OP_*) Moved to exprP.h.
1633         (OP_* defines) Ditto.
1634         (struct op_desc) Ditto.
1635         (global ops[]) Ditto.
1636         (struct num_con_node) Ditto.
1637         (struct str_con_node) Ditto.
1638         (struct var_node) Ditto.
1639         (struct lag_node) Ditto.
1640         (struct casenum_node) Ditto.
1641         (struct nonterm_node) Ditto.
1642         (union any_node) Members renamed.
1643         (struct sys_node) Removed.
1644         (struct val_node) Removed.
1645         (operator typedef) Removed.
1646         (typedef exprtype) Removed.
1647         (enum series EX_*) Moved to exprP.h.
1648         (struct expression) Ditto.  Also renamed a lot of the members.
1649         (PXP_* defines) Changed to enums.
1650         (free_node prototype) Moved to exprP.h.
1651
1652         * file-handle.h: (struct file_handle) New member `where'.
1653
1654         * file-handle.q: Migrated to new q2c format.
1655         (prepend_current_directory) Removed (dead code).
1656         (cmd_file_handle) Incorporated all of internal_cmd_file_handle().
1657         (fh_get_handle_by_filename) Removed dead code.
1658         Set new `where' member.
1659
1660         * file-type.c: (file_type_source_read) References to
1661         parse_string_as_format() changed to data_in().
1662         dfm_push_cust()/pop_cust() changed to dfm_push()/dfm_pop().
1663
1664         * filename.c: All references updated.
1665         (init_filename) Renamed fn_init().
1666         (expand_line) Removed.
1667         (macro EXPAND_LINE) Removed.
1668         (interp_vars) Renamed fn_interp_vars().  Now uses st_*() instead
1669         of custom functions.
1670         (gnu_getcwd) Renamed fn_get_cwd(), rewritten.
1671         (tilde_expand) Renamed fn_tilde_expand(), uses ds_*().
1672         (normalize_filename) Renamed fn_normalize().
1673         (search_path) Renamed fn_search_path(), rewritten.
1674         (prepend_dir) Renamed fn_prepend_dir().
1675         (blp_getenv) Renamed fn_getenv().
1676         (blp_dirname) Renamed fn_dirname().
1677         (fn_basename) New function, not used.
1678         (absolute_filename_p) Renamed fn_absolute_p().
1679         (is_special_filename) Renamed fn_special_p().
1680         (file_exists) Renamed fn_exists_p().
1681         (readlink_malloc) Renamed fn_readlink().
1682         (getenv_default) Renamed fn_getenv_default().
1683         (open_file) Renamed fn_open().
1684         (close_file) Renamed fn_close().
1685         (open_file_ext) Renamed fn_open_ext().
1686         (close_file_ext) Renamed fn_close_ext().
1687
1688         * font.h: Migrate from arenas to pools.
1689
1690         * format.c: (parse_format_specifier_name) Deal with ds_* strings.
1691
1692         * frequencies.g: Migrate from arenas to pools.
1693
1694         * frequencies.q: Migrate to new q2c version.  Migrate from arenas
1695         to pools.
1696
1697         * getline.c: All references updated.
1698         (global getl_buf) Changed from char * to struct string.
1699         (static getl_include_path) Ditto.
1700         (global getl_buf_len) Removed.
1701         (global getl_buf_size) Removed.
1702         (getl_include_path) Deal with new getl_buf, getl_include_path.
1703         (getl_uninitialize) New function.
1704         (getl_get_current_directory) Rewritten.
1705         (getl_clear_include_path) Rewritten.
1706         (getl_add_include_dir) Rewritten.
1707         (getl_add_file) Assertion fixed.
1708         (getl_add_virtual_file) Change initial value of `remaining_loops'
1709         from 2 to 1.
1710         (welcome) Rewritten.
1711         (handle_line_buffer) Make static.  Change logic to make
1712         getl_add_virtual_file() change sensible.  Use ds_*() strings.
1713         (getl_read_line) Use ds_*() strings.  Implement SET ECHO.
1714         (getl_close_file) Moved.
1715         (getl_location) New function.
1716
1717         * getline.h: All references updated.
1718         (macro curln) Removed.
1719         (macro curfn) Removed.
1720         (macro am_interactive) Renamed getl_am_interactive.
1721         (macro am_reading_script) Renamed getl_reading_script.
1722
1723         * glob.c: (global fmt_parse_ignore_error) Removed.
1724         (init_glob) Use locale_dir not LOCALEDIR.  Use feholdexcept() on
1725         systems that support it (C99).  Turn off SET ECHO by default.  No
1726         necessary julcal initialization anymore.
1727
1728         * groff-font.c: Migrate from arenas to pools.
1729         (groff_read_font) Use err_push_file_locator().
1730         (groff_read_DESC) Ditto.
1731         (font_msg) Use tmsg().
1732
1733         * hash.c: (hsh_sort) Fix debug code.
1734         [GLOBAL_DEBUGGING] Include stdio.h.
1735
1736         * hash.h: (macro force_hsh_insert) Rephrase.
1737
1738         * heap.c: Rewritten.
1739         
1740         * heap.h: Rewritten.
1741
1742         * html.c: (html_option) Change from outp_value to struct string.
1743         (postopen) Change from curfn to getl_location().
1744         (escape_string) Remove rich-text code.  Signature changed.
1745         (output_tab_table) Switch from a_string to struct len_string.
1746         Remove rich text support.
1747
1748         * lexer.c: All references updated.  Largely rewritten.  Major
1749         changes listed below.  Removed tagged quote support.  Adapted to
1750         struct string tokstr.
1751         (global tokstr) Changed to struct string.
1752         (global tokstr_size) Removed.
1753         (global tokstr_len) Removed.
1754         (global tokid) New.
1755         (global tokint) Removed.
1756         (global toklongstr) Removed.
1757         (C* defines) Removed.
1758         (static tbl[]) Removed.
1759         (static id[]) Removed.
1760         (static une[]) Removed.
1761         (discard_line) Renamed lex_discard_line().
1762         (get_entire_line) Renamed lex_entire_line().
1763         (get_rest_of_line) Renamed lex_rest_of_line().
1764         (get_dotted_rest_of_line) Merged into lex_rest_of_line().
1765         (make_hexit) Removed.
1766         (syntax_error) Renamed lex_error().  Return value removed.
1767         (get_token_representation) Renamed lex_token_representation().
1768         (putback) Renamed lex_put_back().
1769         (putfwd) Renamed lex_put_forward().
1770         (convert_negative_to_dash) Renamed lex_negative_to_dash().
1771         (set_prog) Renamed lex_set_prog().
1772         (init_lex) Renamed lex_init().
1773         (reset_eof) Renamed lex_reset_eof().
1774         (lookahead) Renamed lex_look_ahead().
1775         (check_id) Rewritten.
1776         (yylex) Renamed lex_get(), rewritten.
1777         (lex_end_of_command) New function.  Many commands were rephrased
1778         using this.
1779         (lex_integer_p) New function.  Replaces compare of tokint against
1780         NOT_LONG.
1781         (lex_integer) New function.  Replaces tokint.
1782         (match_tok) Renamed lex_match().
1783         (match_id) Renamed lex_match_id().
1784         (match_int) Renamed lex_match_int().
1785         (force_match_id) Renamed lex_force_match_id(), added return value.
1786         (force_match) Renamed lex_force_match(), added return value.
1787         (force_string) Renamed lex_force_string(), added return value.
1788         (force_int) Renamed lex_force_int(), added return value.
1789         (lex_id_match_len) New function.
1790         (id_match) Renamed lex_id_match(), rewritten.
1791         (get_line) Renamed lex_get_line().
1792         (preprocess_line) Renamed lex_preprocess_line().
1793         (tokname) Renamed lex_token_name().
1794         (bin_value_func) Removed.
1795         (oct_value_func) Removed.
1796         (hex_value_func) Removed.
1797         (unexpected_eof) New function.
1798         (convert_numeric_string_to_char_string) New function.
1799         (parse_string) Rewritten, signature changed.
1800         (add_tokstr_char) Removed.
1801         (add_tokstr_unsigned) Removed.
1802         (add_tokstr_string) Removed.
1803         (parse_tagged_quote) Removed.
1804         (skip_comment) Renamed lex_skip_comment().
1805
1806         * lexer.h: All references updated.
1807         (macro is_id1) Renamed CHAR_IS_ID1.
1808         (macro is_idn) Renamed CHAR_IS_IDN.
1809         (token names ID, NUM, STRING, STOP, ... WITH, EXP) Renamed with
1810         prefix T_: T_ID, T_NUM, T_STRING, T_STOP, ... T_WITH, T_EXP.
1811         (macro get_token) Removed.
1812         (macro id_match) Removed.
1813         (macro force_match_id) Removed.
1814         (macro force_match) Removed.
1815         (macro force_string) Removed.
1816         (macro force_int) Removed.
1817         (macro force_num) Removed.
1818         (macro force_id) Removed.
1819
1820         * lexerP.h: Removed.
1821
1822         * list.q: Migrated to new q2c format.
1823         (write_line) Deal with struct len_string.
1824         (write_varname) Ditto.
1825         (write_fallback_headers) Ditto.
1826
1827         * magic.c: New file, incorporating the following global variables
1828         previously in other files: endian, second_lowest_value.  And both
1829         of those are conditional on #define's.
1830
1831         * magic.h: New file, incorporating the following global variable
1832         declarations: endian, second_lowest_value, and the following macro
1833         declarations: NOT_DOUBLE, NOT_LONG, NOT_INT.
1834
1835         * main.c: Added declarations of pgmname, finished, curdate,
1836         start_interactive.
1837         (main) Call new parse_script() function.
1838         (parse_script) New function.
1839         (execute_command) New function.
1840         (dump_token) Removed.
1841         (handle_error) New function.
1842
1843         * matrix.c: New file.
1844
1845         * matrix.h: New file.
1846
1847         * matrix-data.c: Migrated from arenas to pools.
1848         (mget_token) Change from parse_string_as_format() to data_in().
1849
1850         * means.q: Migrate to new q2c.
1851         (custom_tables) Renamed mns_custom_tables().
1852         (custom_crossbreak) Renamed mns_custom_crossbreak().
1853         (custom_variables) Renamed mns_custom_variables().
1854
1855         * mis-val.c: (static var width) Changed from `int' to `size_t'.
1856         (parse_varnames) Prototype.
1857         (parse_numeric) Rephrasings.
1858         (parse_alpha) Adapt to new struct string tokstr.
1859
1860         * misc.c: (intlog10) Rewritten.
1861         (spacing) Removed.
1862         (ansi_rand) Renamed real_rand(), moved into random.c.
1863         (ansi_srand) Renamed real_srand(), moved into random.c.
1864         (setup_randomize) Moved to random.c.
1865         (rand_uniform) Ditto.
1866         (rand_normal) Ditto.
1867         (rand_simple) Ditto.
1868         (get_config_line) Removed.
1869         (reverse) Removed (dead code).
1870
1871         * misc.h: (macro SET_BIT) Moved to bitvector.h.
1872         (macro CLEAR_BIT) Ditto.
1873         (macro TEST_BIT) Ditto.
1874         (macro SET_BIT_TO) Ditto.
1875         (macro BIT_INDEX) Ditto.
1876
1877         * output.c: (outp_read_devices) Move to err_push_file_locator()
1878         from push_cust().  Use struct string.
1879         (expand_op_tokstr) Removed.
1880         (static var op_tokstr) Changed to struct string.
1881         (static var op_tokstr_size) Removed.
1882         (tokener) Rephrasings.  Use struct string.
1883         (parse_options) Use struct string.
1884         (destroy_driver) Fix assertion.
1885         (outp_get_paper_size) Move to err_push_file_locator().
1886         [0] Removed dead code.
1887         (outp_string_width) Move to len_string.
1888
1889         * output.h: Comment fixes.
1890         (TAG_* enum series) Removed.
1891         (struct outp_value) Removed.
1892         (enum OUTP_T_FANCY) Removed.
1893         (struct outp_text) `s' changed from a_string to len_string.
1894         (struct outp_class) `option' change arg 3 from outp_value to
1895         struct string.
1896
1897         * pfm-read.c: (corrupt_msg) Rewritten.
1898
1899         * pfm-write.c: (bufwrite) Fix assertion.
1900
1901         * pool.c: New file, reference version.
1902
1903         * pool.h: New file, reference version.
1904
1905         * postscript.c: (ps_font_sizes) Fix assertion.
1906         (ps_option) Change arg 3 from outp_value to struct string.
1907         Adapt to struct string.
1908         (macro output_line) Removed.
1909         (macro add_string) Removed.
1910         (output_encodings) Adapted to struct string.  Moved to
1911         err_push_file_locator().
1912         (find_encoding_file) Fix assertion.
1913         (read_ps_encodings) Move to err_push_file_locator().
1914         (postopen) Use getl_location() instead of curfn.
1915         (out_text_plain) Move to len_string.
1916         (text) Ditto.  Remove rich text support.
1917
1918         * print.c: (cmd_print) Remove now-unneeded resource cleanup code.
1919         (cmd_print_eject) Ditto.
1920         (cmd_write) Ditto.
1921         (internal_cmd_print) Now cleans up after itself.  Uses
1922         fh_parse_file_handle() now.
1923         (cmd_print_space) Use PXP_NUMERIC to type-check.
1924
1925         * q2c.c: Overhauled.  Removed _("") i18n support.  All references
1926         updated.  All output functions updated to handle structures rather
1927         than local or static variables.  Adapt to new PSPP lex_*()
1928         functions.
1929         (macro _) Removed.
1930         (macro N_) Removed.
1931         (macro MAX_N_SBC) Removed.
1932         (global bare) Removed.
1933         (enum STRING) Renamed T_STRING.
1934         (enum ID) Renamed T_ID.
1935         (get_buffer) Buffer size increased.
1936         (strlower) Renamed st_lower(), rephrased.
1937         (strupper) Renamed st_upper(), rephrased.
1938         (skip_ws) New function.
1939         (get_line) Don't special-case any types of lines (like those
1940         beginning with ! or $, for instance).
1941         (get_token) Renamed lex_get().  Rephrased.
1942         (static var `prefix') New.
1943         (parse) New function.
1944         (parse_setting) Minor rephrasing.
1945         (dump_specifier_vars) Ditto.
1946         (make_identifier) Put null terminator on identifier, duh.
1947         (dump_vars) Renamed dump_declarations().  Never indent.  Never
1948         static.  Output changed entirely.
1949         (dump_specifier_init) Rephrase.
1950         (dump_vars_init) No index variable needed.  Other modifications.
1951         (dump_parser) Don't parse command name.  Do dump functions instead
1952         of just code fragments.
1953         (dump_free) Dump function instead of code fragment.
1954         (recognize_directive) New function.
1955         (main) Use recognize_directive().  Don't rely on magic $ line
1956         beginning: instead, parse comments.  Update list of headers.
1957
1958         * random.c: New file, containing the following functions:
1959         real_rand(), real_srand(), setup_randomize, shuffle, rand_uniform,
1960         rand_normal, rand_simple.
1961
1962         * random.h: New file.
1963
1964         * recode.c: (cmd_recode) Merge internal_cmd_recode() into this
1965         function.  `max_src_width', `max_dst_width' changed to size_t.
1966         (internal_cmd_recode) Removed.
1967         (parse_dest_spec) Merge similar cases.
1968         (parse_src_spec) Add assertion.
1969
1970         * repeat.c: (recognize_keyword) New function.
1971         (internal_cmd_do_repeat) Parse and handle PRINT keyword on END
1972         REPEAT.  Improve recognition of END REPEAT (use
1973         recognize_keyword()).  Move from curfn to getl_location().  Use
1974         struct string.
1975                 
1976         (perform_DO_REPEAT_substitutions) Adapt to struct string.
1977
1978         * set.q: Adapt to new q2c.
1979         (cmd_set) Range-check some values better.
1980         (custom_blanks) Renamed stc_custom_blanks().
1981         (custom_length) Renamed stc_custom_length().
1982         (custom_results) Renamed stc_custom_results().
1983         (custom_seed) Renamed stc_custom_seed().
1984         (custom_width) Renamed stc_custom_width().
1985         (custom_format) Renamed stc_custom_format().
1986         (custom_journal) Renamed stc_custom_journal().
1987         (custom_color) Renamed stc_custom_color().
1988         (custom_listing) Renamed stc_custom_listing().
1989         (custom_disk) Renamed stc_custom_disk().
1990         (custom_log) Renamed stc_custom_log().
1991         (custom_rcolor) Renamed stc_custom_rcolor().
1992         (custom_viewlength) Renamed stc_custom_viewlength().
1993         (custom_workdev) Renamed stc_custom_workdev().
1994
1995         * settings.h: Not necessary to include format.h any longer.
1996
1997         * sfm-read.h: (macro bswap_int32) Moved here from sfmP.h.
1998         (corrupt_msg) Rewritten.
1999
2000         * sort.c: Adapt to rewritten heap ADT.
2001
2002         * str.c: (aa_strcpy) Removed.
2003         (ab_strcpy) Removed.
2004         (ac_strcpy) Removed.
2005         (ba_strcpy) Removed.
2006         (bb_strcpy) Removed.
2007         (ca_strcpy) Removed.
2008         (aa_strdup) Removed.
2009         (aa_strdupcpy) Removed.
2010         (ba_strdup) Removed.
2011         (sa_strdup) Removed.
2012         (memrev) Renamed mm_reverse().
2013         (memrmem) Renamed mm_find_reverse().
2014         (cmp_str) Renamed st_compare_pad().
2015         (strmaxcpy) Removed.
2016         (strbarepadcpy) Renamed st_bare_pad_copy(), signature changed.
2017         (strbarepadlencpy) Renamed st_bare_pad_len_copy(), signature
2018         changed.
2019         (strpadcpy) Renamed st_pad_copy(), signature changed.
2020         (blpstrset) Removed.
2021         (ds_create) New function.
2022         (ds_init) New function.
2023         (ds_replace) New function.
2024         (ds_destroy) New function.
2025         (ds_clear) New function.
2026         (ds_extend) New function.
2027         (ds_shrink) New function.
2028         (ds_truncate) New function.
2029         (ds_length) New function.
2030         (ds_size) New function.
2031         (ds_value) New function.
2032         (ds_end) New function.
2033         (ds_concat) New function.
2034         (ds_concat_buffer) New function.
2035         (ds_printf) New function.
2036         (ds_putchar) New function.
2037         (ds_getline) New function.
2038         (ds_get_config_line) New function derived from the old
2039         misc.c:get_config_line().
2040         (ls_create) New function.
2041         (ls_create_buffer) New function.
2042         (ls_init) New function.
2043         (ls_shallow_copy) New function.
2044         (ls_destroy) New function.
2045         (ls_null) New function.
2046         (ls_null_p) New function.
2047         (ls_empty_p) New function.
2048         (ls_length) New function.
2049         (ls_value) New function.
2050         (ls_end) New function.
2051
2052         * str.h: Reformatted.
2053         (struct a_string) Removed.
2054         (struct b_string) Removed.
2055         (struct c_string) Removed.
2056         (struct len_string) New.
2057         (struct string) New.
2058         (macro as_streq) Removed.
2059         (macro bs_streq) Removed.
2060         (macro cs_streq) Removed.
2061         (macro sa_streq) Removed.
2062         (macro sb_streq) Removed.
2063         [__GNUC__] (inline function ds_putchar) New function.
2064         [__GNUC__] (inline function ds_length) New function.
2065         [__GNUC__] (inline function ds_value) New function.
2066         [__GNUC__] (inline function ds_end) New function.
2067
2068         * sysfile-info.c: (cmd_sysfile_info) Rephrased.
2069         (display_vectors) Fix missing i18n.
2070
2071         * t-test.q: Migrate to new q2c.
2072
2073         * tab.c: Migrate from arenas to pools.
2074         (tab_create) Use struct len_string.
2075         (tab_realloc) Ditto.
2076         (text_format) Ditto.
2077         (tab_joint_text) Ditto.
2078         (tab_natural_width) Remove rich text support.
2079         (tab_natural_height) Ditto.
2080         (tab_output_text) Handle TAT_FIX.
2081         (tab_raw) Change arg from a_string to len_string.
2082         (tabi_driver) Fix assertion.  Use struct len_string.
2083         (render_strip) Use struct len_string.  Remove rich text support.
2084         Add `const' qualifiers.
2085
2086         * tab.h: (enum TAB_RICH) Remove.
2087         (enums TAB_COL_NONE, TAB_COL_DONE) New.  Where appropriate,
2088         SOM_COL_* updated to read TAB_COL_*.
2089         (struct tab_table) Change arena to pool.  Change a_string to
2090         len_string.
2091
2092         * temporary.c: (restore_dictionary) Rewrite Checker code.
2093
2094         * var.h: (macros MAX_SHORT_STRING, MIN_LONG_STRING, SYSMIS,
2095         LOWEST, HIGHEST) Moved here from common.h.
2096         (typedef any_trns) Removed.  All references changed to `struct
2097         trns_header'.
2098
2099         * vars-atr.c: (force_create_variable) Fix assertion.
2100         (force_dup_variable) Fix assertion.
2101         
2102 Thu Jun  3 18:40:42 1999  Ben Pfaff  <blp@gnu.org>
2103
2104         Using alphanumeric variables in functions under AGGREGATE
2105         segfaulted.  Fixed.  Thanks to Dr. Dirk Melcher
2106         <BZN-mdksh@t-online.de> for reporting this bug.
2107         
2108         * aggregate.c: (parse_aggregate_functions) When setting the
2109         FSTRING bit, also allocate memory for the `string' member of
2110         agr_next.
2111         (free_aggregate_functions) Free iter->string.  Don't use the
2112         non-function bits when indexing the array of functions.
2113         [DEBUGGING] (debug_print) Don't use the non-function bits when
2114         indexing the array of functions.        
2115
2116 Sun May 30 00:00:54 1999  Ben Pfaff  <blp@gnu.org>
2117
2118         Under certain circumstances, the final case would be omitted from
2119         the results of an AGGREGATE operation.  Fixed.  Thanks to Dr. Dirk
2120         Melcher <BZN-mdksh@t-online.de> for reporting this bug.
2121         
2122         * aggregate.c (agr_00x_end_func): Increment number of cases in
2123         sink before writing case.  For streams that keep track of how many
2124         cases there are based on this value, this means that the last case
2125         will be read in on the next stream read.
2126
2127 Sat May 29 22:03:31 1999  Ben Pfaff  <blp@gnu.org>
2128
2129         Undefined behavior was invoked by referencing a freed pointer.
2130         
2131         * vfm.c (memory_stream_write): Free pointer *after* checking for
2132         non-null status.
2133
2134 Sat May 29 22:02:22 1999  Ben Pfaff  <blp@gnu.org>
2135
2136         A wrong record size was displayed when paging the active file to
2137         disk.
2138         
2139         * vfm.c: (memory_stream_write) Fix off-by-one error.
2140
2141 Sat May 29 21:50:26 1999  Ben Pfaff  <blp@gnu.org>
2142
2143         Not having enough temporary space for sorting caused a core dump.
2144         Fixed.
2145         
2146         * sort.c: (allocate_cases) Initialize i.
2147
2148 Sat May 29 21:40:54 1999  Ben Pfaff  <blp@gnu.org>
2149
2150         Syntax errors in function descriptions on AGGREGATE caused core
2151         dumps.  Fixed.
2152         
2153         * aggregate.c (cmd_aggregate): Don't free agr_dict after calling
2154         free_aggregate_functions(), since that function already frees
2155         agr_dict.
2156         
2157 Sat May 29 21:06:10 1999  Ben Pfaff  <blp@gnu.org>
2158
2159         A null pointer was dereferenced, causing a core dump, when
2160         PERCENTILES was specified on FREQUENCIES.  This fixes the problem,
2161         but PSPP still doesn't calculate percentiles.  Thanks to Regnor
2162         Jernsletten <rjernsle@eunet.no> for reporting this problem.
2163         
2164         * arena.c: (arena_malloc) If the arena hasn't been initialized
2165         already, initialize it.
2166
2167 Sat May 29 20:47:29 1999  Ben Pfaff  <blp@gnu.org>
2168
2169         * Makefile.cygwin: New file supplied by Hankin <hankin@dunno.com>
2170         for compilation with Cygnus Windows B20.  Not used by other
2171         systems.
2172
2173 Sat May 29 20:36:04 1999  Ben Pfaff  <blp@gnu.org>
2174
2175         SORT always sorted in ascending order.  Fixed.  Thanks to Dr. Dirk
2176         Melcher <BZN-mdksh@t-online.de> for reporting this bug.
2177
2178         * sort.c: (compare_case_lists) Reverse sense of comparison if
2179         sorting in descending order.
2180         (compare_record) Ditto.
2181
2182 Tue Mar  9 13:18:54 1999  Ben Pfaff  <blp@gnu.org>
2183
2184         SPLIT FILE with a string variable caused a core dump.  Fixed.
2185
2186         * vfm.c: If the variable is a string then make a temporary value
2187         struct pointing to it.  The underlying problem is a lot bigger
2188         than this (see TODO) but this is a stopgap for the simple case at
2189         least.
2190         
2191 Tue Mar  9 13:15:53 1999  Ben Pfaff  <blp@gnu.org>
2192
2193         Nested INCLUDEs didn't work.  Fixed.
2194
2195         * getline.c: (getl_include) Set first_line to NULL in allocated
2196         structure.
2197
2198 Tue Mar  9 13:13:46 1999  Ben Pfaff  <blp@gnu.org>
2199
2200         The MATCH FILES procedure set the values of variables not present
2201         to 0.  It should have been SYSMIS.  This is now fixed.
2202
2203         * get.c: (mtf_delete_file_in_place) Replace 0.0 by SYSMIS.
2204
2205 Tue Mar  9 12:52:23 1999  Ben Pfaff  <blp@gnu.org>
2206
2207         The REMARK command was too aggressive about skipping lines.  It
2208         didn't like being the last command in a file.
2209
2210         * command.c: (cmd_remark) Call get_entire_line() instead of
2211         get_line().
2212
2213 Tue Mar  9 12:48:05 1999  Ben Pfaff  <blp@gnu.org>
2214
2215         Comment parsing wasn't consistent with the rest of the code in its
2216         idea of where one command ends and another starts.  This meant
2217         that sometimes commands would be mysteriously ignored.  Thanks to
2218         Dr. Dirk Melcher <BZN-mdksh@t-online.de> for reporting this bug.
2219          
2220         * command.c: (parse_cmd) Hand off comment parsing to new function
2221         skip_comment() in lexer.c.
2222         * lexer.c: (skip_comment) New function.
2223
2224 Wed Jan 20 20:22:07 1999  Ben Pfaff  <blp@gnu.org>
2225
2226         The TABLE subcommand on MATCH FILES worked only erratically at
2227         best.  This fixes it.  Thanks to Dr. Dirk Melcher
2228         <BZN-mdksh@t-online.de> for reporting this bug.
2229
2230         * get.c: (mtf_compare_BY_values) When comparing string values, a
2231         difference of 1 is still a difference :-)
2232         (mtf_processing) Inverted TABLE reading logic fixed.  Also don't
2233         advance TABLE files automatically when matched.  Comment fixes.
2234
2235 Tue Jan 19 22:32:31 1999  Ben Pfaff  <blp@gnu.org>
2236
2237         VARIABLE LABELS rejected a slash before the first variable
2238         specification, contradicting the documentation.  Thanks to Walter
2239         M. Gray <graywm@northernc.on.ca> for reporting this bug.
2240
2241         * var-labs.c: (cmd_variable_labels) Ignore a leading slash in
2242         command specification.
2243
2244 Tue Jan 19 22:29:54 1999  Ben Pfaff  <blp@gnu.org>
2245
2246         Because of an incorrect optimization in memory allocation,
2247         CROSSTABS sometimes segfaulted when asked to output multiple
2248         tables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
2249         reporting this bug.
2250
2251         * crosstabs.q: (postcalc) New variables maxcols, maxcells, which
2252         are passed to output_pivot_table() for its use.
2253         (output_pivot_table) Instead of assuming the number of columns is
2254         constant, keep track with maxcols.  In general mode, use maxcells
2255         to determine whether more matrix cells need to be allocated.    
2256
2257 Tue Jan 19 22:27:46 1999  Ben Pfaff  <blp@gnu.org>
2258
2259         CROSSTABS didn't display value labels for column and row
2260         variables.  Thanks to Walter M. Gray <graywm@northernc.on.ca> for
2261         reporting this bug.
2262
2263         * crosstabs.q: (table_value_missing) If the specified value has a
2264         value label for this variable, then show it instead of the raw
2265         value.
2266         (display_dimensions) Delegate display of value_labels to
2267         table_value_missing.
2268
2269 Mon Jan 18 20:04:06 1999  Ben Pfaff  <blp@gnu.org>
2270
2271         WRITE didn't write line ends.  Fixed.  Thanks to Dr. Dirk Melcher
2272         <BZN-mdksh@t-online.de> for reporting this bug.
2273
2274         * print.c: (print_trns_proc) Write (CR/)LF if PRINT is used _or_
2275         if the file isn't declared as binary.
2276
2277 Mon Jan 18 19:56:45 1999  Ben Pfaff  <blp@gnu.org>
2278
2279         MATCH FILES corrupted memory and dumped core on some syntax
2280         errors.  Fixed.
2281
2282         * get.c: (cmd_match_files) Set file->handle to NULL before
2283         jumping to lossage.
2284         (mtf_free_file) Don't free a null dictionary.   
2285
2286 Mon Jan 18 19:27:57 1999  Ben Pfaff  <blp@gnu.org>
2287
2288         MATCH FILES should set numeric values not available to the
2289         system-missing value, not to 0.  Thanks to Dr. Dirk Melcher
2290         <BZN-mdksh@t-online.de> for reporting this bug.
2291
2292         * get.c: (mtf_processing) Set unused records to system-missing,
2293         not 0.
2294
2295 Mon Jan 18 15:06:46 1999  Ben Pfaff  <blp@gnu.org>
2296
2297         KEEP didn't work properly on the SAVE procedure.  Fixed.  Thanks
2298         to Ralf Geschke <ralf@kuerbis.org> for reporting this bug.
2299
2300         * temporary.c: (save_dictionary) Initialize var_by_name AVL tree
2301         in newly created dictionary, and add each copied variable to the
2302         tree.
2303  
2304 Mon Jan 18 15:04:48 1999  Ben Pfaff  <blp@gnu.org>
2305
2306         Memory leak fix.
2307         
2308         * get.c: (trim_dictionary) Free variable list for KEEP after
2309         finishing with it.
2310
2311 Mon Jan 18 12:57:36 1999  Ben Pfaff  <blp@gnu.org>
2312
2313         Some systems didn't like the way open_file was coded.  Thanks to
2314         Hankin <hankin@rogue.consultco.com> for pointing this out.
2315
2316         * filename.c: (open_file) Don't try to store stdin, stdout,
2317         stderr as part of an array, because that doesn't always work.
2318
2319 Mon Jan 18 12:53:27 1999  Ben Pfaff  <blp@gnu.org>
2320
2321         The SAVE procedure didn't save long string variables properly.
2322         Fixed by this patch.  Thanks to Hankin
2323         <hankin@rogue.consultco.com> for this patch.
2324         
2325         * sfm-write.c: (write_variable) Fix off-by-one error in writing
2326         out variable pad records.
2327
2328 Tue Jan  5 14:29:27 1999  Ben Pfaff  <blp@gnu.org>
2329
2330         Previously, if PRINT SPACE were given a negative argument, it
2331         would report an error, then spin in an (almost) infinite loop.
2332         This fixes that behavior.
2333
2334         * print.c: (print_space_trns_proc) After reporting a negative
2335         argument, set number of lines to print to 1.
2336
2337 Tue Jan  5 13:59:55 1999  Ben Pfaff  <blp@gnu.org>
2338
2339         SPSS 8.0 outputs some new record types in its system files, and it
2340         allows longer value labels.  Accept these system files.
2341
2342         * sfm-read.c: (sfm_read_dictionary) Ignore record type 7 subtype
2343         11 emitted by SPSS 8.0.
2344         
2345 Tue Jan  5 13:55:50 1999  Ben Pfaff  <blp@gnu.org>
2346
2347         The LIST procedure was too conservative in allocating space for
2348         buffers, which caused a bug that only showed up with very long
2349         output variables.  Thanks to Hankin <hankin@dunno.com> for this
2350         bug report.
2351
2352         * list.q: (determine_layout) Allocate 1022 bytes instead of 256.
2353
2354 Tue Jan  5 13:34:34 1999  Ben Pfaff  <blp@gnu.org>
2355
2356         Typo meant string format specifiers weren't checked properly.  I
2357         think that Hankin <hankin@dunno.com> sent me this report, but I'm
2358         willing to be corrected on this point.
2359  
2360         * format.c: (check_string_specifier) Fix obvious typo.  
2361
2362 Tue Jan  5 12:50:42 1999  Ben Pfaff  <blp@gnu.org>
2363
2364         Using $CASENUM in an expression didn't work.  Here's a fix.
2365         Thanks to Dirk Melcher <BZN-mdksh@t-online.de> for reporting this
2366         bug.
2367          
2368         * expr-evl.c: (evaluate_expression) Add OP_CASENUM case.
2369
2370         * expr-opt.c: (dump_node) OP_CASENUM is acceptable.
2371
2372 Tue Jan  5 12:47:48 1999  Ben Pfaff  <blp@gnu.org>
2373
2374         The changes in 0.2.1 to fix DATA LIST FREE parsing broke some
2375         other behavior, *sigh*.  This patch hopefully fixes that.  This
2376         time I've actually tested it.
2377
2378         Thanks to Hankin <hankin@dunno.com> for reporting this bug.
2379
2380         * data-list.c: (read_from_data_list_free,
2381         read_from_data_list_list) Call parse_string_as_format() directly
2382         without mucking around with the field width.
2383
2384 Tue Jan  5 12:31:19 1999  Ben Pfaff  <blp@gnu.org>
2385
2386         Occasionally, you may encounter a script that wants to be
2387         interpreted in interactive mode.  Make -i emulate this behavior to
2388         allow such scripts to be executed with PSPP.
2389
2390         Thanks to Hankin <hankin@dunno.com> for reporting this behavior.
2391
2392         * cmdline.c: (pre_syntax_message[]) Update -i description.
2393
2394         * lexer.c: (preprocess_line) When getl_interactive is 2 (i.e.,
2395         when -i is given on the command line) don't treat unindented lines
2396         as starting a new command.
2397
2398 Tue Jan  5 12:30:10 1999  Ben Pfaff  <blp@gnu.org>
2399
2400         In conjunction with egcs 1.1.1, Checker emits some bogus warnings,
2401         mostly caused by local initialized aggregates.  After egcs is
2402         fixed upstream these can be removed, but for now they're not a big
2403         deal.
2404         
2405         * ascii.c: (ascii_postopen_driver) Checker chokes on local
2406         initialized arrays.  Avoid this.
2407
2408         * sfm-write.c: (sfm_write_dictionary) Don't use a local
2409         initialized struct.
2410
2411 Tue Jan  5 12:07:24 1999  Ben Pfaff  <blp@gnu.org>
2412
2413         egcs 1.1.1 has some new warnings relative to gcc 2.8.1, which the
2414         following changes avoid.  Currently I compile sources with egcs
2415         1.1.1 and gcc 2.7.2.3 before sending them out.
2416
2417         * apply-dict.c: (apply_dict) Use new avl_traverser_init() macro.
2418         
2419         * ascii.c: (option_tab[]) Initialize all struct members.
2420
2421         * avl.h: (avl_traverser_init) New macro.
2422         
2423         * command.c: (DEFCMD, UNIMPL macros, cmd_table[]) Initialize all
2424         struct members.
2425
2426         * crosstabs.q: (enum_var_values) Use new hsh_iterator_init()
2427         macro.
2428
2429         * hash.c: Comment fix.
2430
2431         * hash.h: (hsh_iterator_init) New macro.
2432
2433         * html.c: (option_tab[]) Initialize all struct members.
2434
2435         * pfm-write.c: (write_value_labels) Use new avl_traverser_init()
2436         macro.
2437
2438         * postscript.c: (option_tab[]) Initialize all struct members.
2439         (output_encodings, preclose, dump_lines) Use new
2440         hsh_iterator_init() macro.
2441
2442         * sfm-write.c: (write_value_labels) Use new avl_traverser_init()
2443         macro.
2444
2445         * sysfile-info.c: (describe_variable) Use new avl_traverser_init()
2446         macro.
2447
2448 Thu Nov 19 12:32:45 1998  Ben Pfaff  <blp@gnu.org>
2449
2450         * data-in.c: Examined each of the parsing functions to make sure
2451         that they wouldn't dump core if they were passed a string of the
2452         wrong length, since now the DATA LIST FREE/LIST routines don't
2453         check for field width before passing it to the data parser.
2454         (parse_RBHEX, parse_AHEX) Reject odd length input.
2455         (parse_string_as_format) Reject input that's too short or too
2456         long.
2457
2458         * data-list.c: Before, the DATA LIST FREE/LIST routines would pad
2459         a field to its entire declared output width then pass it to the
2460         data-in parsing routines.  This contradicted the documented
2461         behavior.  This is fixed in these changes.  Thanks to Mark H. Wood
2462         <mwood@IUPUI.Edu>.  In addition, this fixes a few more details of
2463         free-format parsing that differed from SPSS.
2464         (cut_field) Commas and spaces are treated identically.  Returns
2465         the proper column instead of a fixed 1 value.
2466         (parse_field) Removed.
2467         (read_from_data_list_free, read_from_data_list_list) Call
2468         parse_string_as_format directly instead of parse_field.
2469
2470         * heap.c: (heap_delete) Stylistic fixes.
2471
2472 Sun Aug  9 11:12:13 1998  Ben Pfaff  <blp@gnu.org>
2473
2474         * loop.c: (loop_2_trns_proc) Formatting fix.
2475
2476         * sel-if.c: (cmd_filter) Set FILTER_before_TEMPORARY.
2477
2478         * var.h: (glob var FILTER_before_TEMPORARY) New global var.
2479
2480         * vfm.c: (macro FILTERED) New.
2481         (static var filter_var) New.
2482         (process_active_file_write_case) Use FILTERED.
2483         (setup_filter) Set filter_var.
2484         (close_active_file) Delete the filter if not
2485         FILTER_before_TEMPORARY.
2486         (procedure_write_case) Use FILTERED.
2487
2488 Sat Aug  8 00:20:14 1998  Ben Pfaff  <blp@gnu.org>
2489
2490         * crosstabs.q: Changed /PIVOT={ON,OFF} to /FORMAT={PIVOT,NOPIVOT}.
2491
2492         * data-in.c: (parse_day_count) Message fix.
2493         (parse_month) Style fix.
2494
2495         * data-list.c: (struct data_list_pgm) New member eof.
2496         (cmd_data_list) Init eof to 0.
2497         (do_reading) Implement the /END subcommand and read-past-eof
2498         checking.
2499
2500         * do-if.c: Include stdio.h when debugging.
2501         (cmd_else_if) Make sure the command is .-terminated.
2502
2503         * glob.c: (init_glob) Capitalize the command prompt.
2504
2505         * inpt-pgm.c: (end_case_trns_proc) Debugging message.
2506         (end_file_trns_proc) Debugging message.
2507
2508         * loop.c: (internal_cmd_loop) Make it work when there's no loop
2509         index!
2510         (loop_2_trns_proc) Enable MXLOOPS (why was this disabled?)
2511
2512         * main.c: (dump_token) Make kwtab[] const.
2513
2514         * set.q: Spelling, comment fixes.
2515
2516         * sysfile-info.c: (cmd_display) DISPLAY VECTORS not DISPLAY
2517         VECTOR.
2518
2519         * vars-prs.c: (fill_all_vars) Style fix.
2520
2521         * vfm.c: (index_to_varname) Return const.
2522
2523 Tue Aug  4 23:49:23 1998  Ben Pfaff  <blp@gnu.org>
2524
2525         * Changes in many source files for partial -ansi -pedantic and
2526         no-debugging compliance: Remove trailing common in enum
2527         declarations; add `unused' attributes; insert some appropriate
2528         casts.
2529
2530         * cmdline.c: (parse_command_line) Add new --testing-mode flag.
2531
2532         * command.c: (shell) Make static.
2533         (run_command) Make static.
2534
2535         * data-list.c: (dump_fixed_table) Remove use of local_strdup().
2536
2537         * dfm.c: (cmd_begin_data) I18n fix.
2538
2539         * error.c: (verbose_msg) Define if __STRICT_ANSI__.
2540
2541         * error.h: (macro verbose_msg) Define if __STRICT_ANSI__.
2542
2543         * expr-opt.c: (evaluate_tree) Don't initialize local arrays if
2544         __STRICT_ANSI__.
2545
2546         * file-handle.q: Don't prepend the source file directory name to
2547         the data file name.  (Ongoing issue.)
2548         (prepend_current_directory) Comment out.
2549         (internal_cmd_file_handle) Don't call prepend_current_directory().
2550         (fh_get_handle_by_filename) Ditto.
2551
2552         * filename.c: Append zero byte to readlink() return value.
2553
2554         * getline.c: (getl_read_line) I18n fix.
2555
2556         * lexer.h: Don't use gcc features if __STRICT_ANSI__.
2557
2558         * misc.h: Don't use gcc features if __STRICT_ANSI__.
2559
2560         * pfm-write.c: (bufwrite) Don't try to increment a void * pointer
2561         directly.
2562
2563         * postscript.c: (output_encodings) Don't use local_strdup().
2564         (postopen) Ditto.
2565
2566         * print.c: Don't use gcc features if __STRICT_ANSI__.
2567
2568         * q2c.c: (dump_vars) Don't put a , at the end of the last enum.
2569
2570         * recode.c: (parse_src_spec) Fully brace nested if's.
2571
2572         * set.q: (global var set_testing_mode) New var.
2573
2574 Wed Jul 29 22:01:44 1998  Ben Pfaff  <blp@gnu.org>
2575
2576         * ascii.c: Add some more `unused' attributes that only come into
2577         play when NDEBUG is defined.
2578         (ascii_close_page) Set s_len when reallocating s.
2579         
2580         * crosstabs.q: (delete_missing) New function.
2581         (output_pivot_table) Call delete_missing() if /MISSING=REPORT.
2582         (make_summary_table) Create summary table reallocable.
2583
2584         * postscript.c: Add more `unused' attributes as above.
2585
2586         * tab.c: (tab_create) [GLOBAL_DEBUGGING] Set reallocable member.
2587         (tab_realloc) [GLOBAL_DEBUGGING] Assert that table is reallocable.
2588          
2589         * tab.h: (struct tab_table) [GLOBAL_DEBUGGING] New `reallocable'
2590         member.
2591
2592         * var.h: (macro force_dup_variable) [!GLOBAL_DEBUGGING] Remove
2593         gratuitous space between parameter definition.
2594
2595         * vars-atr.c: Changed some assert(0)'s to abort()'s to prevent
2596         complaints about running off the end of functions with NDEBUG
2597         enabled.
2598
2599 Sun Jul  5 00:17:25 1998  Ben Pfaff  <blp@gnu.org>
2600
2601         * Several source files: Removed some PORTME notes when reflection
2602         revealed that ANSI forbids that sort of breakage.  Also, added
2603         lots of `unused' qualifiers here and there.
2604
2605         * aggregate.c: (accumulate_aggregate_info) Remove local var
2606         weighting that turned out not to be used.
2607
2608         * avl.c: Update to version 1.1.0.  Add unused specifier.
2609         (avl_destroy) Initialize ab to 0.  Comment fixes.  Cast return
2610         value to void *.
2611         (avl_probe) Replace some instances of 1 with +1 where appropriate.
2612         (avl_find) Cast return value to void *.
2613         (avl_delete) q doesn't need to be initialized at the beginning of
2614         the function.  Replace some instances of 1 with +1.
2615         (force_avl_delete) Renamed avl_force_delete, all references changed.
2616         (compare_ints) `param' marked unused.
2617         (print_int) `param' marked unused.
2618         (recurse_tree) Replace some instances of 1 with +1.
2619
2620         * avl.h: Update to version 1.1.0.  Only declares avl function
2621         types if not already declared.
2622         (AVL_MAX_HEIGHT) Only define if not already defined.
2623         (struct avl_node) New unused member char pad[2].
2624         [GLOBAL_DEBUGGING] Change conditionalization to NDEBUG instead.
2625         (force_avl_insert) Renamed avl_force_insert.
2626         (force_avl_delete) Renamed avl_force_delete.
2627
2628         * crosstabs.q: (struct table_entry) Put `freq' into a union with
2629         new member `data'.
2630         (struct crosstab) Add new member `ofs'.
2631         (glob var int_tab) Removed.
2632         (custom_tables) In integer mode, assign v[i] properly through the
2633         indirect var_dict.
2634         (custom_variables) Now p.crs.max == max + 1.
2635         [DEBUGGING] (debug_print) p.crs.min and p.crs.max are now ints.
2636         (precalc) Implement integer mode.
2637         (calc_integer) Implement integer mode.
2638         (compare_table_entry) Remove unused local variable `comparing'.
2639         (make_summary_table) Implement integer mode.
2640         (macro ns_rows) Implemented as static variable now.
2641         (several variables) Made static, from global.
2642         (output_pivot_table) Use table_value_missing() for column heads.
2643         Remove several unused local variables.  Implement integer mode
2644         table summing.  Count up ns_rows.
2645         (crosstabs_dim) Make columns wider when /MISSING=REPORT requested.
2646         (find_pivot_extent) Moved into find_pivot_extent_general; now just
2647         calls that function or find_pivot_extent_integer.
2648         (find_pivot_extent_integer) New function.
2649         (enum_var_values) Implemented for integer mode.
2650         (table_value_missing) New function.
2651         (display_dimensions) Call table_value_missing() for heads.
2652         (float_M_suffix) New function.
2653         (display_crosstabulation) Call table_value_missing() for row
2654         heads.  Handle missing values in /MISSING=REPORT mode.
2655         (calc_fisher) Remove unused var N.
2656         (calc_r) Remove unused var fact.
2657
2658         * data-list.c: (dump_fixed_table) Fix table dimensioning.
2659         (read_one_set_of_repetitions) Remove unused vars var_spec, column.
2660
2661         * data-out.c: (insert_commas) Remove unused var cp.
2662         (convert_CCx) Remove unused vars save_set_decimal,
2663         save_set_grouping.
2664
2665         * descript.q: (dump_z_table) Fix table dimensioning.
2666         (pre_calc) Remove unused var j.
2667         (display) Remove unused vars title, s.  Fix table dimensioning.
2668
2669         * expr-evl.c: Comment fixes.
2670
2671         * frequencies.q: (full_dim) New function.
2672         (dump_full) Fix table dimensioning.
2673         (condensed_dim) New function.
2674         (dump_condensed) Fix table dimensioning.
2675
2676         * get.c: (cmd_match_files) Remove unused var n_val.  Remove unused
2677         label winnage.
2678
2679         * html.c: (html_close_drive) Remove unused var i.
2680         (postopen) Remove unused vars title, curfn_len, cp.
2681         (preclose) Remove unused vars this, x.
2682
2683         * lexer.c: Comment fixes.
2684
2685         * matrix-data.c: (cmd_matrix_data) Remove unused var index.
2686
2687         * means.q: (custom_tables) Remove unused var m_dim.
2688
2689         * mis-val.c: Format fix.
2690
2691         * modify-vars.c: (cmd_modify_vars) Remove unused var new_dict.
2692
2693         * output.c: (outp_get_paper_size) Remove unused var cp.
2694
2695         * pfm-read.c: (read_float) Remove unused var save, unused label
2696         underflow.
2697         (read_variables) Remove unused vars cp, j.
2698         (read_value_label) Remove unused var j.
2699
2700         * pfm-write.c: (bufwrite) Remove unused var i.
2701
2702         * postscript.c: (ps_postopen_drive) Remove unused vars dev_info,
2703         fn.
2704         (output_encodings) Remove unused vars char_cp, n_output.
2705         (read_ps_encodings) Remove unused var ep.
2706         (postopen) Remove unused var title.
2707         (preclose) Remove unused var fp.
2708         (ps_open_page) Remove unused vars true, false, orientation,
2709         mirror_horz, mirror_vert, width, length.
2710         (ps_text_metrics) Remove unused var x.
2711
2712         * q2c.c: (find_symbol) Remove unused var y.
2713         (parse_setting) Remove unused parameter sbc, all references
2714         changed.
2715         (dump_parser) Remove unused var cp.
2716         (dump_free) Remove unused var i.
2717
2718         * set.q: (static vars args, n) Removed.
2719         (internal_cmd_gset) Removed.
2720
2721         * sfm-read.c: (sfm_read_dictionary) Removed unused var i.
2722         (read_machine_flt64_info) Removed unused var file_endian.
2723         (read_documents) Removed unused var i.
2724         (read_compressed_data) Removed unused parameter dict, all
2725         references changed.
2726
2727         * sfm-write.c: (bufwrite) Removed unused var i.
2728         (sfm_write_case) Removed unused var i.
2729
2730         * sort.c: (merge_once) Remove unused var t.
2731         (write_separate) #if 0 out as dead code.
2732
2733         * split-file.c: (cmd_split_file) Remove unused var i.
2734
2735         * sysfile-info.c: (sysfile_info_dim) New function.
2736         (cmd_sysfile_info) Fix table dimensioning.
2737         (variables_dim) New function.
2738         (display_variables) Fix table dimensioning.
2739         (describe_variable) Remove unused var prev_r.
2740
2741         * t-test.q: (z_postcalc) Removed.
2742         (pairs_calc) Remove unused var bad_weight.
2743         (postcalc) Remove unused vars dfn, dfd.
2744
2745         * tab.c: (tab_create) Set t->dim to NULL.
2746         (tab_dim) Make sure t->dim is NULL first.
2747         (tab_natural_width) Remove parameter `clamp'.
2748         (tab_value) Remove duplicate assertion for table.
2749         (tab_raw) New function.
2750         (nowrap_dim) New function.
2751         (wrap_dim) New function.
2752         (tab_output_text) Fix table dimensioning.
2753
2754         * tab.h: (tab_raw) New macro.
2755
2756         * val-labs.c: (get_label) Remove unused var type.
2757         (copy_value_labels) Remove unused var trav.
2758
2759         * var.h: (struct crosstab_proc) Completely changed.
2760
2761         * vars-prs.c: (parse_dict_variable) Remove unused var v.
2762
2763         * vfm.c: (open_active_file) Remove unused vars i, lp.
2764
2765         * weight.c: (weight_trns_proc) #if 0 out as dead code.
2766         
2767 Tue Jun  2 23:37:21 1998  Ben Pfaff  <blp@gnu.org>
2768
2769         * Makefile.am: Add apply-dict.c, flip.c.
2770
2771         * apply-dict.c: New file.
2772         
2773         * command.c: (struct command) Make cmd[] larger for CLEAR
2774         TRANSFORMATIONS command name.
2775         (parse_cmd) Make sure we're in a valid state before using it as an
2776         index.  Discard variables and reset state on invalid transitions.
2777         (cmd_clear_transformations) New function.
2778
2779         * command.def: Add APPLY DICTIONARY, CLEAR TRANSFORMATIONS, FLIP.
2780         Add unimplemented PRESERVE, RESTORE.
2781
2782         * file-handle.h: Include stddef.h.
2783
2784         * flip.c: New file.
2785         
2786         * pfm-read.c: (parse_value) Pad value label values with spaces,
2787         not nulls.
2788
2789         * sfm-read.c: (struct sfm_fhuser_ext) Add reference count.
2790         (sfm_close) Decrement reference count, make sure it's zero.
2791         (sfm_maybe_close) New function.
2792         (sfm_read_dictionary) Handle reference counts.
2793
2794         * vars-atr.c: (clear_default_dict) New function.
2795         (discard_variables) Use clear_default_dict().
2796
2797 Sun May 31 00:58:05 1998  Ben Pfaff  <blp@gnu.org>
2798
2799         * Makefile.am: Add pfm-write.c.
2800         (LDADD) Add the libgmp2 libraries.
2801
2802         * command.def: Define EXPORT.
2803
2804         * get.c: (cmd_export) New function.
2805         (export_write_case_func) New function.
2806
2807         * pfm-read.c: (static spss2ascii[]) Make it const.
2808
2809         * pfm-write.c: New file.
2810
2811         * sfm-write.c: Formatting, comment fixes.
2812
2813         * var.h: Comment fix.
2814
2815 Fri May 29 21:44:12 1998  Ben Pfaff  <blp@gnu.org>
2816
2817         * Makefile.am: Add pfm.h, pfm-read.c.
2818
2819         * command.def: IMPORT is now implemented.
2820
2821         * format.c: (glob var translate_fmt[]) New var.
2822
2823         * get.c: (enum GTSV_NONE) Renamed GTSV_OPT_NONE.
2824         (cmd_import) New function.
2825         (import_source_read) New function.
2826         (glob var import_source) New var.
2827
2828         * pfm-read.c: New file.
2829
2830         * pfm.h: New file.
2831         
2832         * sfm-read.c: (parse_format_spec) Local variable translate_fmt[]
2833         moved in format.c.
2834         (dump_dictionary) Disabled printing a couple of items.
2835
2836 Mon May 25 12:42:37 1998  Ben Pfaff  <blp@gnu.org>
2837
2838         * crosstabs.q: (postcalc) Call make_summary_table().
2839         (make_summary_table) New function.
2840         (insert_summary) New function.
2841         (display_dimensions) Remove some unnecessary arguments, all
2842         references changed.
2843         (output_pivot_table) Fix lots of problems with the risk table
2844         setup.
2845         (submit) Don't display an empty table.
2846         (display_risk) Fix order of arguments to calc_risk().
2847
2848         * glob.c: Always include assert.h and stdlib.h.
2849
2850         * output.h: (enum OUTP_T_JUST_FULL) Removed, all references
2851         removed.
2852
2853         * tab.c: (tab_create) Cosmetic changes.
2854
2855         * tab.h: (enum TAB_JUSTIFY) Removed, all references removed.
2856
2857 Sun May 24 22:39:23 1998  Ben Pfaff  <blp@gnu.org>
2858
2859         * tab.def: Removed.
2860
2861         * crosstabs.q: (output_pivot_table) Headers drawing and submission
2862         code simplified, moved into new function submit().
2863         (submit) New function.
2864         (crosstabs_dim) New function.
2865         (display_directional) Substitute variable names for %s where
2866         appropriate.
2867         (somers_d_v[], somers_d_ase[], somers_d_t[]) New static vars.
2868         (calc_symmetric) Initialize parameters only if non-NULL.
2869         Calculate Somers' d.
2870         (calc_directional) Calculate Somers' d (or copy it, really).
2871         Calculate eta.
2872
2873         * output.c: (outp_string_width) New function.
2874
2875         * postscript.c: (postopen) Calculate font widths based on the
2876         width of the zero '0' character, not the width of the space
2877         character.  Set paper-width and paper-length based on points, not
2878         device units.
2879         (ps_open_page) Fix page setup string for landscape mode.
2880
2881         * som.h: (struct som_dimension) Removed.
2882         (struct som_table_class) height, width members take int * not
2883         som_dimesion * now.
2884
2885         * tab.c: Many functions now have added parameter validation.
2886         (tab_height, tab_width) These functions were removed and merged
2887         into a single function tab_resize(), and all references changed.
2888         (tab_dim) Rewritten since the interface changed; reduced from
2889         hundreds of lines to two.  All callers were changed.  Currently
2890         most of them just use tab_natural_dimensions as their callback and
2891         await detailed translation of functionality.
2892         (tab_natural_width) New function.
2893         (tab_natural_height) New function.
2894         (tab_natural_dimensions) New function.  This is a callback
2895         function, not something that you'd want to call directly.
2896         (tab_nat_dim) Removed.
2897         (tabi_table) Allocates t->w and t->h.
2898         (tabi_driver) Inlined sum_columns()'s functionality.  Calls the
2899         dimensions callback.
2900         (evaluate_dimensions) Removed.
2901         (sum_columns) Removed.
2902
2903         * tab.h: (enum TAL_1THIN) Removed.
2904         (enum series t_*) Removed.
2905         (struct tab_table) Members trh, trv changed to unsigned char *
2906         from int *.  Member dim changed to a function pointer from a
2907         unsigned char *.  Member max_stack_height removed.  New members
2908         hr_tot, vr_tot.
2909         (macros tab_l, tab_r, tab_t, tab_b) New.
2910
2911 Sat May 23 23:22:13 1998  Ben Pfaff  <blp@gnu.org>
2912
2913         * ascii.c: (delineate) Assign last_space_nchars before skipping
2914         spaces, to fix right justification.
2915
2916         * crosstabs.q: (static vars risk, direct) New vars.
2917         (static var pearson_r) Removed.
2918         (glob var chisq_fisher) Made static.
2919         (static vars row_tot[], col_tot[]) Don't include grand total
2920         anymore.
2921         (static var grand_total) Renamed W, all references changed.
2922         (output_pivot_table) Only make `table' if num_cells != 0.  Make
2923         risk and directional tables.  Deal with grand total no longer part
2924         of col_tot[].  Free rows and cols after we're done with them.
2925         (display_risk) New function.
2926         (display_directional) New function.
2927         (clac_r) Rewritten so that it stores all its results into its
2928         arguments, so it can be used for Spearman's correlation too.
2929         (calc_symmetric) Added a t[] argument, all references changed.
2930         Calculates ASEs for tau-b, tau-c, gamma.  Calculates Spearman's r,
2931         Pearson's r, Cohen's kappa.
2932         (calc_risk) New function.
2933         (calc_directional) New function.
2934
2935         * som.c: (som_submit) Improved debugging code.
2936
2937         * stats.c: (hypercube) New function.
2938         (cube) New function.
2939         (sqr) New function.
2940         (normal_sig) Went back to old implementation, which actually
2941         worked.
2942
2943         * stats.h: (macros square, cube, hypercube) Removed.  The
2944         equivalent functions in stats.c are inlined here; all references
2945         to square changed to sqr.
2946
2947 Fri May 22 00:03:41 1998  Ben Pfaff  <blp@gnu.org>
2948
2949         * crosstabs.q: (N_SYMMETRIC) New define.
2950         (postcalc) Disable debug printing.
2951         (static vars chisq_fisher, pearson_r) New.
2952         (output_pivot_table) Add support for symmetric measures.  Add
2953         chi-square output of exact sigs.
2954         (display_chisq) Rewritten.
2955         (display_symmetric) New function.
2956         (gamma_int) New function.
2957         (Pr) New function.
2958         (swap) New function.
2959         (calc_fisher) New function.
2960         (calc_chisq) Check boundary conditions better. Calculate Yates,
2961         Fisher, Mantel-Haenszel tests.
2962         (calc_r) New function.
2963         (calc_symmetric) New function.
2964
2965         * stats.c: (normal_sig) Rewritten with new algorithm.  Renamed
2966         from calc_normal.
2967         (chisq_sig) Better boundary conditions.  Renamed from
2968         calc_significance.
2969
2970         * tab.h: (struct tab_table) New member cf.
2971
2972         * tab.c: (tab_create) Set cf.
2973         (tab_width) New function.
2974         (tab_realloc) Handle cf.
2975         (tab_vline) Handle cf.
2976         (tab_hline) Handle cf.
2977         (tab_box) Handle cf.
2978         (tab_value) Handle cf.
2979         (tab_float) Handle cf.
2980         (tab_text) Handle cf.
2981         (tab_joint_text) Handle cf.
2982         (tab_offset) Handle cf.
2983         (tab_next_row) Handle cf.
2984         (evaluate_dimensions) Handle cf.
2985         (render_strip) Handle cf.
2986
2987 Wed May 20 00:03:59 1998  Ben Pfaff  <blp@gnu.org>
2988
2989         * crosstabs.q: (postcalc) New vars row_tot, col_tot, pass them to
2990         output_pivot_table().
2991         (output_pivot_table) Moved lots of local variables outside and
2992         made them static.  Add beginnings of chi-square statistic
2993         support.  Now column and row totals aren't in the main matrix.
2994         Always zero out any leftover rows & columns after we're done with
2995         the table entries.  Move all output stuff into
2996         display_dimensions(), display_crosstabs(), display_chisq().
2997         (display_dimensions) New function.
2998         (display_crosstabulation) New function.
2999         (display_chisq) New function.
3000         (calc_chisq) Implemented Pearson and likelihood-ratio chisquares.
3001
3002         * frequencies.q: (dump_full, dump_condensed) Remove tab_null()
3003         references, simplify logic.
3004
3005         * postscript.c: Remove scale, translate-x, translate-y,
3006         mirror-horz, mirror-vert, rotate-180 options.
3007         (struct ps_driver_ext) Remove scale, translate_x, translate_y.
3008         All references deleted.
3009         (macro YT) New macro.
3010         (array option_tab[]) Removed options.
3011         (ps_option) Removed options.
3012         (ps_open_page) Write page setup explicitly to output file, without
3013         using now-deleted BP function.
3014         (macro dump_line) Use YT().
3015         (macro dump_thick_line) Use YT().
3016         (draw_headers) Use YT().
3017         (switch_font) Reorder arguments to SF function.
3018         (write_text) Use YT().
3019
3020         * sfm-read.c: (sfm_read_case) Don't attempt to read variables that
3021         have get.fv == -1.
3022
3023         * sysfile-info.c: (describe_variables) Don't use tab_nulls().
3024
3025         * tab.c: (tab_create) Initialize t->ct to zeros.  Remove
3026         null-debugging code.
3027         (tab_realloc) Remove null-debugging code.  Initialize new regions
3028         of t->ct to zeros.
3029         (tab_vline) Support offsets.
3030         (tab_hline) Support offsets.
3031         (tab_box) Support offsets.
3032         (tab_null) Removed.
3033         (tab_nulls) Removed.
3034         (tab_row) Removed.
3035         (tab_col) Removed.
3036         (evaluate_dimensions) Remove null-debugging code.  Understand
3037         TAB_EMPTY attribute.  Assert that text.s.s is always non-NULL if
3038         TAB_EMPTY not present.
3039
3040         * tab.h: New cell attribute TAB_EMPTY.
3041         (macros tab_nr, tab_nc, tab_row, tab_col) New.
3042
3043         * vars-atr.c: (init_variable) Set get.fv to -1 so that GET doesn't
3044         try to read them from system files.
3045
3046         * vfm.c: (dump_splits) Don't call tab_null().   
3047
3048 Sat May 16 19:36:55 1998  Ben Pfaff  <blp@gnu.org>
3049
3050         * crosstabs.q: (struct crosstab) Added `missing' member.
3051         (custom_tables) Init missing.
3052         (calc_general) Handle missing values.
3053         (calc_chisq) New function.
3054         (output_pivot_table) Start work on chi-square output.  Update for
3055         new tab offset support functions.  Shorten statistic names.
3056
3057         * Several files: add in more `const's to placate gcc's warnings.
3058
3059         * tab.h: (struct tab_table) Add col_ofs, row_ofs members.  Comment
3060         fixes.
3061
3062         * tab.c: (tab_height, tab_realloc, tab_vline, tab_hline, tab_box,
3063         tab_null, tab_nulls, tab_value, tab_float, tab_text,
3064         tab_joint_text) Add col_ofs and row_ofs support.
3065         (tab_offset) New function.
3066         (tab_next_row) New function.
3067         (tab_row) New function.
3068         (tab_col) New function.
3069         (tabi_table) Add col_ofs and row_ofs support.
3070
3071         * vars-atr.c: (is_system_missing) New function.
3072
3073 Tue May 12 16:14:30 1998  Ben Pfaff  <blp@gnu.org>
3074
3075         * crosstabs.q: Expanded subcommand names RESID --> RESIDUAL, etc.
3076         (static var no_cells) Removed.
3077         (static var num_cells) New.
3078         (static var expected) New.
3079         (static var cells[]) New.
3080         (internal_cmd_crosstabs) Deal with new variables.
3081         (postcalc) Removed most of the meat and put it in new function
3082         output_pivot_table().
3083         (output_pivot_table) Calculates and outputs an entire pivot table.
3084
3085         * postscript.c: (postopen) Fix problems with free()ing addresses
3086         not obtained from malloc().
3087
3088         * som.c: (som_submit) Add assertion.
3089
3090         * sysfile-info.c: (describe_variable) Use new tab_nulls()
3091         function.
3092
3093         * tab.c: (static var tab_names[]) New.
3094         (tab_realloc) -1 for nc or nr indicates no change.
3095         (tab_nulls) New function.
3096         (tab_dim) Use tab_names[].
3097         (tabi_cumulate) Don't include bottom or right headers.  Furrfu.
3098         (evaluate_dimensions) Don't terminate on uninited cells, just put
3099         an X in them and emit a notice.  Use tab_names[].
3100
3101         * tab.h: Move bits into tab.def.
3102
3103         * tab.def: New.  Don't try to declare tab_table_class because then
3104         som.h has to be included.       
3105         
3106 Thu May  7 22:55:04 1998  Ben Pfaff  <blp@gnu.org>
3107
3108         * command.def: New file, contains all the command definitions
3109         previously included bodily in command.c.
3110
3111         * format.def: New file, contains all of the format definitions
3112         previously split across format.h, format.c, and sfm-write.c.
3113
3114         * lexer.h: Renamed from tokens.h in order to match corresponding
3115         .c file name.
3116
3117         * lexerP.h: Moved some rarely used functions exported by lexer.c
3118         into here.
3119
3120         * Makefile.am: Commemorate renamed files.
3121         (EXTRA_DIST) Add command.def, format.def.
3122
3123         * command.c: [0] (walk_cmdtable_func) Removed.
3124
3125         * crosstabs.q: (postcalc) Made it work and print out matrices
3126         proving it.
3127         (enum_column_values) Renamed enum_var_values, generalized for any
3128         variable.
3129
3130         * format.h: (struct fmt_desc) New member `spss'.
3131
3132         * q2c.c: (main) Generated code includes lexer.h instead of
3133         tokens.h.
3134
3135         * sfm-write.c: (write_format_spec) Use new spss member of fmt_spec
3136         instead of an independent translation table.
3137
3138 Tue May  5 13:19:03 1998  Ben Pfaff  <blp@gnu.org>
3139
3140         * Lots of source files: Added const to declarations.
3141
3142         * aggregate.c: (parse_aggregate_function) Rename inner i to j.
3143         
3144         * arena.c: (arena_clear) Set prev pointer to null when done.
3145
3146         * ascii.c: (ascii_option) Rename index as indx.
3147
3148         * avl.c: This is now a separate library called libavl.
3149         (xmalloc) Make static.
3150         (avl_probe) Step A7 can use the cache instead of an explicit
3151         compare.
3152         (avl_delete) Don't maintain a q pointer because it's always
3153         available in the pointer stack.  Comment fix.
3154
3155         * avl.h: This is now a separate library called libavl.
3156
3157         * command.c: (cmd_table[]) Remove spurious trailing "".
3158
3159         * common.h: Only include random() fix if this system needs it.
3160
3161         * crosstabs.q: Include alloca headers.
3162         (n_sorted_tab) New global var.
3163         (postcalc) Mostly rewritten.
3164         (find_pivot_extent) Rewritten.
3165         (enum_column_values) Rewritten.
3166
3167         * data-out.c: (convert_F) Rename inner n as n_spaces.
3168
3169         * error.c: (dump_message) Don't have an outer var i.
3170
3171         * file-handle.q: (static var f) Removed.  All references removed.
3172         (internal_cmd_file_handle) Uses a local variable instead of f.
3173
3174         * get.c: (trim_dictionary) Change scope of i, i1, i2.
3175         (cmd_match_files) Don't strcpy tokstr into sbc (why was this ever
3176         done?)
3177
3178         * getline.h: Declare getl_history as extern.  Reported by
3179         palme@uni-wuppertal.de (Hubert Palme).
3180
3181         * postscript.c: (postopen) Some large mods for constness.
3182
3183         * recode.c: Remove spurious copyrights since PSPP is owned by FSF
3184         anyway.
3185
3186 Fri Apr 24 12:52:47 1998  Ben Pfaff  <blp@gnu.org>
3187
3188         * Makefile.am: Rename BUILT_SOURCES to q_sources, all references
3189         changed.  Add avl.c, avl.h to pspp_SOURCES.  Remove avllib from
3190         LDADD.
3191
3192         * avl.c, avl.h: New files.  These form a clean-room
3193         reimplementation of avllib.  Iterative algorithms are used in
3194         place of recursive ones, so there is no resemblance in the code.
3195
3196         * Lots of headers: Don't include other headers by default.
3197
3198         * Lots of source files: Explicitly include all needed headers.
3199
3200         * arena.c: (arena_clear) New function.
3201
3202         * crosstabs.q: (ROW_VAR, COL_VAR) New enums.
3203         (static var ar) Removed.
3204         (staitc vars ar_tc, ar_col) New.
3205         (cmd_crosstabs) Destroy the arenas.
3206         (internal_cmd_crosstabs) Create the arenas.
3207         (precalc) Don't need a free function for the hash.
3208         (calc_general) Make sure to zero out the trailer on the key data
3209         before inserting.
3210         (print_table_entries) Updated.
3211         (postcalc) Worked on actually implementing.
3212         (find_pivot_extent) New function.
3213         (compare_value) New function.
3214         (enum_column_values) New function.
3215
3216         * data-in.c: (parse_month) Make local array `static const'.
3217         
3218         * data-out.c: (convert_date) Make local array `static const'.
3219         (convert_WKDAY) Same.
3220         (convert_MONTH) Same.
3221
3222         * frequencies.q: (postprocess_freq_tab) avl_walk_inorder() has
3223         been renamed to avl_walk().
3224         
3225         * hash.c: Rewritten more efficiently.
3226
3227         * hash.h: Add attribute const to hsh_next_prime declaration.
3228
3229         * lexer.c: (id_match) Make arguments const.
3230
3231         * postscript.c: (ps_postopen_driver) Make default fonts the
3232         Helvetica family.
3233
3234         * q2c.c: (main) Generated code needs stdlib.h.
3235
3236         * sfm-write.c: (write_value_labels) An avl_traverser needs to be
3237         initialized to 0 now, not to NULL.  All other references to
3238         avl_traverser were updated in the same way.
3239
3240         * tokens.h: Macro version of id_match updated to use const
3241         properly.
3242
3243         * val-labs.c: (inc_ref_count) New function.
3244         (copy_value_labels) Simply through use of new avl_copy() function.
3245
3246 Wed Apr 15 13:01:58 1998  Ben Pfaff  <blp@gnu.org>
3247
3248         * crosstabs.q: Probably doesn't compile.  New PIVOT subcommand.
3249         (postcalc) Worked on this.
3250
3251         * postscript.c: (OPO_DOUBLE_LINE) New enum.
3252         (struct ps_driver_ext) New line_width_thick member.
3253         (ps_preopen_drive) Init line_width_thick.
3254         (option_tab[]) Add line-* options.
3255         (ps_option) Parse line-* options.
3256         (postopen) Add line_width_thick support.  Strip leading spaces on
3257         prologue output lines.
3258         (ps_open_page) Include line_width_thick in output.
3259         (macro dump_thick_line) New.
3260         (dump_fancy_line) Support thick lines as well as double lines.
3261
3262 Tue Apr 14 00:50:08 1998  Ben Pfaff  <blp@gnu.org>
3263
3264         * Makefile.am: Add crosstabs.c to BUILT_SOURCES.  Add crosstabs.q
3265         to pspp_SOURCES.  Add crosstabs.q to EXTRA_DIST.
3266
3267         * Many source files: Rename `options' to `pv_opts' as appropriate.
3268
3269         * command.c: (static var cmd_table[]) Add CROSSTABS command.
3270
3271         * common.c: (xcalloc) New function.
3272
3273         * crosstabs.q: New file.  Not finished yet, though.
3274                 
3275         * data-list.c: Comment fix.
3276
3277         * error.c: Remove some old Checker cruft.
3278
3279         * frequencies.q: (dump_full) Cumulate valid percent instead of
3280         regular percent.
3281
3282         * getline.c: Comment fix.
3283
3284         * hash.c: Comment fixes.
3285
3286         * hash.h: (struct hsh_table) Make hash functions return unsigned
3287         instead of int to avoid problems with taking the modulo of
3288         negative return values.  All references changed.
3289
3290         * misc.c: (intlog10) Make its table static const instead of auto.
3291
3292         * sfm-read.c: (read_header) Make `prefix' static const instead of
3293         auto.
3294
3295         * var.h: (union value) Add member `hash'.
3296         (struct variable) Rename prv_index as `foo'--all references
3297         changed.  Reorder.
3298         (typedef pv_opts) Removed.  All references changed.
3299
3300         * vars-prs.c: (parse_variables) Message fixes.
3301         
3302 Mon Mar  9 15:35:08 1998  Ben Pfaff  <blp@gnu.org>
3303
3304         * get.c: (cmd_match_files) Don't reverse the order of FILEs as
3305         they are being inserted.  Don't check for BY variables of
3306         different types.  Discard variables if the active file isn't
3307         included in the merge.
3308         (mtf_processing) Essentially rewritten.
3309         (mtf_merge_dictionary) Check for master/slave variables of
3310         different types/widths.
3311
3312         * vfm.c: (static var not_canceled) New var.
3313         (process_active_file) Don't call vfm_source->read() if
3314         there's no vfm-source.  Initialize not_canceled.
3315         (process_active_file_write_case) Honor and update not_canceled.
3316         (prepare_for_writing) Rollback changes from yesterday, they were
3317         wrong.
3318         (close_active_file) Don't destroy vfm_source unless it exists.
3319         
3320 Mon Mar  9 00:56:16 1998  Ben Pfaff  <blp@gnu.org>
3321
3322         * Lots of source files: Added { } around nested if/else constructs
3323         to avoid new gcc 2.8 warnings.
3324
3325         * data-in.c: (parse_Z) Declare `int' type explicitly.
3326         (convert_Z) Ditto.
3327
3328         * get.c: (struct mtf_file) Add prev, next_min, by, input members.
3329         (cmd_match_files) Initialize mtf_by_values.  Manage by, input,
3330         prev members.  Put TABLEs at the end of the chain and FILEs at the
3331         beginning.  Don't allow the active file in STATE_INIT.  Use proper
3332         `seen' value for the active file.  Fill out the by members and
3333         make sure they're of consistent type.  Do the actual merge
3334         operation.
3335         (mtf_processing_finish) New function.
3336         (var_type_description) New function.
3337         (mtf_free_file) New function.
3338         (mtf_free) Rewritten.
3339         (mtf_delete_file_in_place) New function.
3340         (mtf_read_nonactive_records) New function.
3341         (mtf_compare_BY_values) New function.
3342         (static var mtf_seq_no) New var.
3343         (mtf_processing) New function.
3344         (mtf_merge_dictionary) Assign nval members for the system file
3345         dictionary.  Assign fv values for its variables.  Point each slave
3346         variable to the corresponding master variable.
3347
3348         * hash.c: Include str.h.
3349
3350         * mis-val.c: (copy_missing_values) src arg is const.
3351
3352         * misc.c: (spacing) Make `max' var explicitly int.
3353
3354         * sfm-read.c: (dump_dictionary) Message reformatting.
3355         (sfm_read_case) Add assertion.
3356
3357         * sort.c: Esthetic fixes.
3358
3359         * var.h: (struct match_files_proc) New struct.
3360         (struct variable) Add private data match_files_proc.
3361
3362         * vars-atr.c: (delete_variable) Implement.  Add argument for the
3363         dictionary that owning the variable.
3364         (dup_variable) Add assertion.
3365
3366         * vfm.c: Comment fixes, hopefully the comments are correct now.
3367         (process_active_file) New function.
3368         (process_active_file_write_case) New function.
3369         (process_active_file_output_case) New function.
3370         (prepare_for_writing) Use temp_dict->nval for vfm_info, not
3371         default_dict.nval.
3372         (write_case) Renamed procedure_write_case().  Now write_case is a
3373         pointer to a function.  Style fixes.
3374         
3375 1998-03-05  Ben Pfaff  <blp@gnu.org>
3376
3377         * Makefile.am: (q2c) Link with libmisc.
3378         (version.c) Define default_config_path, include_path,
3379         groff_font_path.
3380
3381         * ascii.c: (ascii_postopen_driver) When the default newline string
3382         is requested, open file in text mode.  Suggested by
3383         palme@uni-wuppertal.de (Hubert Palme).
3384         (static vars line_buf, line_p) Change from char * to unsigned char
3385         *.
3386         (ascii_close_page) char * to unsigned char *.
3387
3388         * cmdline.c: (parse_command_line) Implement -r option by
3389         prepending ~/.pspp/rc to the list of files to process.
3390
3391         * command.c: (cmd_remark) Reset getl_prompt to the standard prompt
3392         before pulling in a final line.
3393         (null_func, null_int_func) Removed (dead code).
3394
3395         * descript.q: (display) Calculate width of variable name column
3396         properly.  Calculate number of valid cases properly.  Reported by
3397         palme@uni-wuppertal.de (Hubert Palme).
3398
3399         * filename.c: (init_filename) Use default_config_path instead of
3400         now obsolete CONFIG_PATH.
3401
3402         * getline.c: (getl_initialize) Use include_path instead of now
3403         obsolete INCLUDE_PATH.
3404         (getl_add_file) New argument `where'.  All references changed.
3405
3406         * groff.c: (find_font_file) Use groff_font_path instead of now
3407         obsolete GROFF_FONT_PATH.
3408         
3409         * postscript.c: (find_ps_file) Use groff_font_path instead of now
3410         obsolete GROFF_FONT_PATH.  Copy through temporary variable to
3411         avoid problems with constness.
3412
3413         * str.h: (macro cs_streq) New macro.
3414
3415         * version.h: (glob var default_config_path, include_path,
3416         groff_font_path) New vars.
3417         
3418 1998-02-23  Ben Pfaff  <blp@gnu.org>
3419
3420         * Many source files: Change verbose_msg() priority levels and
3421         messages.
3422
3423         * aggregate.c: Include debug-print.h.
3424
3425         * cmdline.c: (parse_command_line) Add --safer/-s and --command/-c
3426         options.
3427         (static var pre_syntax_message) Document --safer/-s and
3428         --command/-c.
3429
3430         * command.c: (cmd_erase, cmd_host) Disable if set_safer is set.
3431
3432         * dfm.c: (open_inline_file) [__CHECKER__] Zero out ext->file,
3433         because it's not used but it's still copied.
3434         (open_file_r) Remove gratuitous debug message.
3435
3436         * filename.c: (safety_violation) New function.
3437         (open_file) Remove gratuitous debug messages.  Don't allow pipe
3438         files if set_safer is set.
3439
3440         * get.c: Turn off debugging.
3441
3442         * getline.c: (getl_add_virtual_file) New function.
3443         (getl_read_line) Add verbose_msg() call for opening new syntax
3444         file.
3445         (getl_perform_delayed_reset) Add a return value describing whether
3446         any action was taken.  Call reset_eof().
3447
3448         * getline.h: Comment fix.
3449
3450         * groff-font.c: (groff_read_font) Use `goto next_iteration' in
3451         place of incorrect `continue'.  Use strtok_r() instead of
3452         strtok().  Always check strtok_r() return value.
3453         (groff_read_DESC) Use strtok_r() instead of strtok().
3454
3455         * lexer.c: (reset_eof) New function.
3456
3457         * main.c: (parse) Get a token after performing a delayed reset
3458         action; allow empty syntax files.
3459
3460         * postscript.c: (output_encodings) Use strtok_r() instead of
3461         strtok().
3462
3463         * q2c.c: (dump_parser) Use strtok_r() instead of strtok().
3464
3465         * set.q: Comment fixes.
3466         (glob var set_safer) New var.
3467         (internal_cmd_set) Support SAFER.
3468
3469         * str.h: [!HAVE_STRTOK_R] Declare strtok_r() prototype.
3470
3471         * temporary.c: (free_dictionary) Set d->splits to NULL after
3472         freeing.
3473
3474         * vars-atr.c: (clear_variable) Decrement dict->n_splits if
3475         variable deleted, not if it *isn't* deleted.
3476
3477 1998-02-16  Ben Pfaff  <blp@gnu.org>
3478
3479         * command.c: (array cmd_table[]) Add MATCH FILES.
3480
3481         * common.c: Comment fixes.
3482
3483         * data-list.c, dfm.c, error.c, filename.c, list.q, matrix-data.c,
3484         modify-vars.c, postscript.c, sfm-read.c, sfm-write.c, tab.c:
3485         Include alloca.h.  Problem reported by palme@uni-wuppertal.de
3486         (Hubert Palme).
3487
3488         * expr-opt.c: Include str.h.  Problem reported by
3489         palme@uni-wuppertal.de (Hubert Palme).
3490
3491         * get.c: (cmd_get) [DEBUGGING] Update v->p.get to v->get.
3492         (static var mtf_by) Change from char ** to variable **.
3493         (static var mtf_master) New var.
3494         (mtf_merge_dictionary) New function.
3495         (cmd_match_files) Init mtf_master.  Parse mtf_by according to new
3496         var type.  Reorder tests properly.  Initialize file->dict.  Detect
3497         TABLE= without BY=.  Read file dictionaries and merge them.  Give
3498         subcommand name with IN, LAST, FIRST error messages.  Create IN,
3499         LAST, FIRST variables.  Comment fixes.
3500         (mtf_free) Don't free default_dict.  Free mtf_master.
3501
3502         * getline.c: Define getl_mode.  Change getl_buf_size to size_t
3503         from int.
3504         (handle_line_buffer) Cast int to size_t in comparison to avoid
3505         warning.
3506
3507         * getline.h: Declare getl_mode extern.
3508
3509         * groff-font.c: (groff_read_font) Type-fix calls to getline.
3510         (groff_read_DESC) Make line_size a size_t.
3511         (match_tok) Parenthesize name to avoid macro expansion.
3512
3513         * mis-val.c: (copy_missing_values) New function.
3514
3515         * postscript.c: (postopen) Make buf_size a size_t.
3516
3517         * sfm-read.c: (dump_dictionary) Make global from static.  Print
3518         variable info in parts for easier debugging with Checker.
3519
3520         * temporary.c: (copy_variable) Use copy_value_labels().
3521         (new_dictionary) New arg: whether to copy file label, documents.
3522
3523         * val-labs.c: (copy_value_labels) New function.
3524
3525         * var.h: (enums MISSING_*) Add MISSING_COUNT.
3526
3527         * vars-atr.c: [GLOBAL_DEBUGGING] (force_dup_variable) New
3528         function.
3529         (dup_variable) Set prv_index, get.fv, get.nv.
3530
3531 Fri Feb 13 15:38:36 1998  Ben Pfaff  <blp@gnu.org>
3532
3533         * Makefile.am: (pspp_SOURCE) Add htmlP.h.
3534
3535         * Many source files: For ANSI-compliance, add empty statement
3536         after label.  Reported by palme@uni-wuppertal.de (Hubert Palme)
3537         and Micah Altman <maltman@www-vdc.fas.harvard.edu>.
3538
3539         * data-in.c: (parse_numeric) Some header files break on
3540         -DBL_MIN_10_EXP because they get a --; add () for safety.
3541         Reported by palme@uni-wuppertal.de (Hubert Palme).
3542
3543         * dfm.c: Idea by Dr Eberhard W Lisse <el@linux.lisse.na>.
3544         (struct dfm_fhuser_ext) Change `file' from FILE * to file_ext.
3545         (dfm_close) Use close_file_ext.
3546         (open_inline_file) Set file.file to NULL, not file.
3547         (open_file_r, open_file_w) Initialize file.file; fill in file_ext
3548         struct and use open_file_ext().
3549         (read_record) Use file.file.
3550
3551         * file-handle.q: (prepend_current_directory) Pass through special
3552         filenames.
3553
3554         * filename.c: Only include unistd.h if HAVE_UNISTD_H.
3555         (normalize_filename) Pass through special filenames.
3556         (open_file, close_file) Accept pipe| and |pipe syntaxes as
3557         equivalent.
3558         (dirname) Rename blp_dirname() because of name conflict on some
3559         OS.  All references changed.  Reported by palme@uni-wuppertal.de
3560         (Hubert Palme).
3561         (is_special_filename) New function.
3562
3563         * get.c: (GTSV_OPT*) Add GTSV_OPT_MATCH_FILES.
3564         (trim_dictionary) Conditionalize some of the options on whether
3565         GTSV_OPT_MATCH_FILES is in *options.
3566         (rename_variables) Don't allow variables to be renamed as scratch
3567         variables.
3568         (MTF_*) New enum series.
3569         (struct mtf_file) New struct.
3570         (static vars mtf_head, mtf_tail, mtf_by, mtf_n_by, mtf_free) New
3571         vars.
3572         (cmd_match_files, mtf_free) New functions.
3573
3574         * lexer.c: (match_int) Needed parentheses around name to escape
3575         macro expansion.  Reported by Micah Altman
3576         <maltman@www-vdc.fas.harvard.edu>.
3577
3578         * print.c: Needed to include alloca.h.  Reported by Micah Altman
3579         <maltman@www-vdc.fas.harvard.edu>.
3580
3581         * recode.c: (convert_to_double) Parenthesize -DBL_MIN_10_EXP to
3582         -(DBL_MIN_10_EXP).  Reported by palme@uni-wuppertal.de (Hubert
3583         Palme).
3584         
3585         * str.h: Include stdarg.h.  Reported by palme@uni-wuppertal.de
3586         (Hubert Palme) and Micah Altman <maltman@www-vdc.fas.harvard.edu>.
3587
3588 Thu Feb  5 00:18:21 1998  Ben Pfaff  <blp@gnu.org>
3589
3590         * html.c: (struct html_driver_ext) Move into htmlP.h.
3591         (html_preopen_driver) Initialize cp_x, cp_y.
3592         (html_submit) Implement as call to output_tab_table().
3593         (change_attributes) New function.
3594         (escape_string) New function.
3595         (output_tab_table) New function.
3596
3597         * list.q: (write_all_headers) Add code for writing headers for the
3598         html driver.
3599         (clean_up) Write out the html close-table tag.
3600         (determine_layout) Ignore html driver.
3601         (list_cases) Write html data.
3602
3603         * som.c: (som_submit) Move more of the code into output_table().
3604
3605         * tab.c: (static var hit) Make a global var and rename tab_hit.
3606         (static var tab_table_class) Make a global var.
3607
3608         * htmlP.h: New file.
3609
3610 Tue Feb  3 16:12:18 1998  Ben Pfaff  <blp@gnu.org>
3611
3612         * dump-sysfile.c: Removed.
3613
3614         * html.c: (preclose) Change comment in emitted code.
3615
3616         * matrix-data.c: Debugging off by default.  Comment fixes.
3617         (static var container) New var.
3618         (cmd_matrix_data) Create and destroy container.  Initialize
3619         is_per_factor[] to 0s.  Move code into new function
3620         string_to_content_type().  Require split values to be present in
3621         the data when ROWTYPE_ is explicit.  Call specific function, not
3622         general read_matrices().
3623         (string_to_content_type) New function.
3624         (context) Exclude all whitespace, not just spaces.
3625         (mget_token) A dot is a number.  Add assertion.
3626         (static var data) Renamed nr_data.
3627         (static var factor_values) Renamed nr_factor_values.
3628         (read_matrices) Renamed read_matrices_without_rowtype().  Handle
3629         only specific case.  Close data_file before exit.
3630         (fill_matrix) New function.
3631         (read_data_lines) Renamed nr_read_data_lines().  Remove debug
3632         printing.  Style fixes.  Message fixes.  Move code into
3633         fill_matrix().
3634         (read_matrices_without_rowtype) Rename
3635         matrix_data_read_without_rowtype().  Fix off-by-one error on
3636         loops.  Allocate nr_data[] memory from arena.
3637         (read_matrices_with_rowtype) Removed.
3638         (read_splits) Renamed nr_read_splits().  Style fixes.
3639         (read_factors) Renamed nr_read_factors().
3640         (dump_cell_content) Comment fixes.  Arguments changed.  Change
3641         debug printing.  All references changed.
3642         (output_data) Renamed nr_output_data().
3643         (static var wr_content) New var.
3644         (struct factor_data) New struct.
3645         (static var wr_data) New var.
3646         (static var wr_current) New var.
3647         (matrix_data_source_destroy_source) Removed.
3648         (read_matrices_with_rowtype) New function.
3649         (matrix_data_read_with_rowtype) New function.
3650         (wr_read_splits) New function.
3651         (compare_factors) New function.
3652         (wr_output_data) New function.
3653         (wr_read_rowtype) New function.
3654         (wr_read_factors) New function.
3655         (wr_read_indeps) New function.
3656         (glob var matrix_data_source) Make destroy_source member NULL as
3657         well.
3658
3659 Fri Jan 23 00:09:08 1998  Ben Pfaff  <blp@gnu.org>
3660
3661         * lexer.c: (syntax_error) Give better error message when at end of
3662         file.
3663
3664         * matrix-data.c: (var content_names[]) Fix PROX spelling.  Change
3665         N_SCALAR to output as plain N.
3666         (mdump_token) Change output format.
3667         (context) Fix message output interaction with spaces in input.
3668         (another_token) New function.
3669         (force_eol) Improved error message.
3670         (static var max_cell_index) New var.
3671         (read_matrices) Init `cells'.  factor_values is now per-cell.
3672         Init max_cell_index.
3673         (read_data_lines) Replace `compare' local with new `compare' arg.
3674         Debugging messages changed.  Only read factors if per_factor.
3675         Propagate error return from read_factors(), force_eol().
3676         Copy N_SCALAR values across the N vector.
3677         (read_matrices_without_rowtype) Don't init `cells'.  Don't need to
3678         check parentheses manually since we now have is_per_factor[].
3679         Call read_data_lines() with new args.  Check for end of data after
3680         looping, using another_token().
3681         (read_factors) Arguments changed.  Use max_cell_index to determine
3682         whether to read or compare factors.  Message fixes.
3683         (dump_cell_content) New function.
3684         (output_data) Completely rewritten because content types were
3685         supported to be nested inside factor values, not vice versa.
3686         
3687 Thu Jan 22 00:26:38 1998  Ben Pfaff  <blp@gnu.org>
3688
3689         * lexer.c: (syntax_error) Support formatted varargs messages.
3690
3691         * matrix-data.c: Turn debugging on by default.
3692         (static content_type[]) New array.
3693         (static content_names[]) New array.
3694         (static rowtype_, varname_) New vars.
3695         (static is_per_factor[]) New array.
3696         (static split_values) Moved declaration.
3697         (static n_continuous, first_continuous) New var.
3698         (cmd_matrix_data) Don't init split_values.  Assign ROWTYPE_ to
3699         rowtype_.  Simplify SPLIT code.  Init is_per_factor[].  Assign
3700         VARNAME_ to varname_.  Initialize first_continuous, n_continuous.
3701         Check for continuous variables.
3702         [DEBUGGING] (debug_print) Remove content_names[].
3703         (mdump_token) New macro.
3704         (mget_token_dump) New function.
3705         (mdump_token) New function.
3706         (context) New function.
3707         (mget_token) Fix messages.
3708         (static var data, split_values, factor_values) New vars.
3709         (read_matrices) Manage split_values, factor_values.
3710         (read_data_lines) New function.
3711         (read_matrices_without_rowtype) Implemented.
3712         (read_splits) Message fixes.  Uses `just_read'.
3713         (read_factors) New function.
3714         (output_data) New function.
3715         (matrix_data_source_destroy_source) Close the file handle.
3716         (glob var matrix_source) Change name from "DATA LIST" to "MATRIX
3717         DATA".
3718
3719         * str.c: (strpadcmp) Removed.
3720
3721         * vfm.c: (dump_splits) Initialize i; fix test for end of splits.
3722
3723 Sun Jan 18 00:30:59 1998  Ben Pfaff  <blp@gnu.org>
3724
3725         * Lots of source files: Add cast to unsigned character to calls to
3726         tolower() and toupper().
3727
3728         * aggregate.c: Set default_dict.splits to NULL.
3729
3730         * command.c: (static variable tab[]) Add MATRIX DATA.
3731
3732         * data-in.c: Add debugging defines.  Formatting fixes.
3733
3734         * expr-opt.c: Formatting fixes.
3735
3736         * lexer.c: (syntax_error) Message fixes.
3737
3738         * matrix-data.c: New enum series.
3739         (static vars fmt, section, diag, explicit_rowtype, signle_split,
3740         split_values, n_factors, factors, cells, pop_n, contents,
3741         n_contents) New vars.
3742         (cmd_matrix_data) Finished implementation.
3743         (compare_variables_by_mxd_vartype) New function.
3744         [DEBUGGING] (debug_print) New function.
3745         (static vars mtoken, mtokstr, mtoklen, mtokval) New vars.
3746         (read_matrices) New function.
3747         (read_matrices_without_rowtype) New function.
3748         (read_matrices_with_rowtype) New function.
3749         (read_splits) New function.
3750         (mget_token) New function.
3751         (force_eol) New function.
3752         [0] (test_tokenizer) New function.
3753         (matrix_data_source_destroy_source) New function.
3754         (glob var matrix_data_source) New var.
3755
3756         * misc.h: Include ieeefp.h if present.
3757
3758         * split-file.h: (cmd_split_file) Changes corresponding to struct
3759         dictionary changes.
3760
3761         * str.h: Fix memmem prototype.
3762
3763         * temporary.c: (save_dictionary, restore_dictionary,
3764         free_dictionary) Changes corresponding to struct dictionary
3765         changes.
3766
3767         * var.h: (MXD_* enums) New enum series.
3768         (struct matrix_data_proc) New struct.
3769         (struct split) Removed.
3770         (struct dictionary) Changed `splits' member from `split *' to
3771         `variable **'.
3772         (macro force_create_variable) New macro.  Replaced lots of
3773         create_variable()/assert() calls with calls to this macro.
3774
3775         * vars-atr.c: (discard_variables) Changed assertion.
3776         [GLOBAL_DEBUGGING] (force_create_variable) New function
3777         called by the macro of the same name.
3778         (clear_variable) Changes to delete splits from the dictionary
3779         corresponding to struct dictionary changes.
3780
3781         * vars-prs.c: (parse_variables) [GLOBAL_DEBUGGING] Check for
3782         corrupted variable `index' values in the dictionary passed in
3783         every time this function is called.
3784
3785         * vfm.c: (dump_splits, SPLIT_FILE_procfunc) Changes corresponding
3786         to struct dictionary changes.
3787
3788 Tue Jan 13 23:45:02 1998  Ben Pfaff  <blp@gnu.org>
3789
3790         * Makefile.am: (pspp_SOURCES) Add matrix-data.c.
3791
3792         * command.c: New includes.
3793         (static array cmd_table[]) Add ERASE, HOST, NEW FILE.
3794         (cmd_erase) New function.
3795         [unix] (shell) New function.
3796         (run_command) New function.
3797         (cmd_host) New function.
3798         (cmd_new_file) New function.
3799
3800         * expr-prs.c: (parse_primary) Message fix.
3801
3802         * inpt-pgm.c: Formatting fix.
3803         (cmd_reread) Implement the FILE subcommand.
3804
3805         * matrix-data.c: New file.
3806
3807         * q2c.c: (dump_header) Change output commenting style.
3808
3809         * weight.c: Comment fix.
3810
3811 Tue Jan 13 00:53:39 1998  Ben Pfaff  <blp@gnu.org>
3812
3813         * aggregate.c: (buf64_10x) Renamed buf64_1xx, all references
3814         changed.
3815         (buf_10x) Renamed buf_1xx, all references changed.
3816         (cmd_aggregate) Implemented cases 010, 011, 110, and 111 (all
3817         cases now implemented).
3818         (create_sysfile) New function.
3819         (agr_11x_func) New function.
3820
3821         * data-in.c: (parse_numeric) Work properly if there's an
3822         explicitly coded decimal point in the data and decimal places are
3823         specified on DATA LIST.  Bug reported by Dr Eberhard W Lisse
3824         <el@linux.lisse.na>.
3825
3826         * get.c: (cmd_get, cmd_save_internal) Allow extraneous slash
3827         before file specification on GET, SAVE, XSAVE.  Bug reported by Dr
3828         Eberhard W Lisse <el@linux.lisse.na>.
3829
3830         * q2c.c: [!HAVE_STRERROR] Include misc/strerror.c, not
3831         strerror.c.  Bug reported by Alexandre Oliva
3832         <oliva@dcc.unicamp.br>.
3833
3834         * sort.c: Include sort.h.  Comment fixes.  A few esthetic fixes.
3835         (static var separate_case_tab) New var.
3836         (cmd_sort_cases) Cancel temporary transformations here.  Free
3837         v_sort before return.
3838         (sort_cases) Run an EXECUTE procedure if SEPARATE is nonzero and
3839         we're reading from a sort stream.  Don't cancel temporary
3840         transformations.  Offload internal sorting to do_internal_sort().
3841         (do_internal_sort) New function.  Handles internal sorting even
3842         when SEPARATE is nonzero.  Doesn't free v_sort.
3843         (do_external_sort) Take new arg SEPARATE.  Only destroy `x' if
3844         it's non-NULL.
3845         (write_initial_runs) Take new arg SEPARATE.  Only destroy the old
3846         sink if SEPARATE is zero.
3847         (read_output_cases) Renamed read_sort_output(), all references
3848         changed.  Now uses separate_case_tab when it exists.
3849         (write_separate) New function.
3850
3851         * vfm.c: (page_to_disk) Destroy memory_source_cases, not
3852         memory_sink_cases.  Don't redundantly call
3853         vfm_source->destroy_source().
3854         (memory_stream_mode) After switching over, set memory_sink_cases
3855         to NULL.
3856
3857 Sat Jan 10 23:35:51 1998  Ben Pfaff  <blp@gnu.org>
3858
3859         * aggregate.c: (struct agr_var) Expand dbl[] array from 2 to 3
3860         elements.
3861         (static var prev_case) New, moved out of aggregate_single_case()
3862         local scope.
3863         (static var buf64_10x, buf_10x) New.
3864         (cmd_aggregate) Initialize prev_case.  Comment fixes.  Implement
3865         the 000, 001, 100, and 101 cases.  Free prev_case.
3866         (parse_aggregate_functions) Disallow scratch variables.
3867         (free_aggregate_functions) Only free agr_dict if non-null.  Use
3868         iter->function to determine numeric/string type, not
3869         iter->src->type.
3870         (aggregate_single_case) Don't manage prev_case.  Initialize
3871         aggregate info after dumping it.
3872         (accumulate_aggregate_info) Fix sum, weighted sum, mean, weighted
3873         mean, stddev, weighted stddev definitions.
3874         (dump_aggregate_info) Implemented.
3875         (initialize_aggregate_info) Renamed from
3876         initialize_aggregate_functions().  Initializes dbl[2].
3877         (agr_00x_trns_proc, agr_00x_end_func, write_case_to_sfm,
3878         agr_10x_trns_proc, agr_10x_trns_free, agr_10x_end_func) New.
3879
3880         * cases.c: (alloc_val) Removed.
3881
3882         * get.c: (cmd_save_internal) Initialize new `dict' member.
3883
3884         * sfm-write.c: (sfm_write_dictionary, write_header,
3885         write_variable, write_value_labels, write_documents) Reorganize,
3886         simplify for new parameter structure.
3887         (write_variable) Only one variable * argument now.
3888
3889         * sfm.h: (struct sfm_write_info) Removed `pri', `sec', and
3890         replaced by new `dict' member.
3891
3892         * temporary.c: (new_dictionary) Initialize n_documents.
3893
3894         * vars-atr.c: (dup_variable) Allocate `value's from dict into
3895         v->fv manually.
3896         (init_variable, replace_variable) Eliminate usage of alloc_val().
3897
3898         * vars-prs.c: (parse_DATA_LIST_vars) Accept PV_NO_SCRATCH option.
3899
3900         * vfm.c: (arrange_compaction) Allow `temporary' value of 2 to
3901         signal that AGGREGATE is to be used for forming final cases.
3902         (close_active_file) Call end_func before stopping lagging.  Cancel
3903         temporary after finishing compaction.
3904         (write_case) Comment fixes.  Cleaned up.
3905         (compact_case) Let AGGREGATE handle compaction when `temporary' is
3906         2.
3907
3908 Sat Jan 10 02:10:47 1998  Ben Pfaff  <blp@gnu.org>
3909
3910         * Makefile.am: (BUILT_SOURCES) Add means.c.
3911         (pspp_SOURCES) Add means.c.
3912         (EXTRA_DIST) Add means.q.
3913
3914         * command.c: (array cmd_table[]) Add MEANS.
3915
3916         * common.h: Esthetic fixes.  Comment fixes.  Test for
3917         MAX_SHORT_STRING greater than 8.
3918         (macros LOWEST, HIGHEST) New.
3919
3920         * data-in.c, data-list.c, recode.c: Comment fixes.
3921
3922         * means.q: New file, base version.
3923
3924         * mis-val.c: (parse_num_or_range, parse_numeric) Replace -DBL_MAX
3925         with LOWEST, DBL_MAX with HIGHEST.
3926
3927         * q2c.c: (dump_vars) Add an enum to array types giving the number
3928         of values for the enum.
3929
3930         * sfm-read.c: (sfm_read_dictionary, read_machine_flt64_info)
3931         Replace second_lowest_value with second_lowest_flt64.
3932
3933         * sfm-write.c: (write_variable, write_rec_7_34) Replace
3934         second_lowest_value with second_lowest_flt64.
3935
3936         * t-test.q: Comment fix.
3937
3938         * temporary.c: (restore_dictionary) Esthetic fix.
3939
3940         * tokens.h: (force_match_id, force_match, force_string, force_int,
3941         force_num, force_id) Replace msg() with syntax_error().
3942
3943         * var.h: (struct means_proc) New.
3944         (struct variable) Add mns member to `p' union.
3945
3946         * vars-prs.c: (parse_variable, parse_dict_variable,
3947         parse_variables, parse_DATA_LIST_vars) Replace msg() with
3948         syntax_error().
3949
3950 Thu Jan  8 22:28:41 1998  Ben Pfaff  <blp@gnu.org>
3951
3952         * Makefile.am: (pspp_SOURCES) Add tab.h.
3953
3954         * Most source files: Added a cast to unsigned char in usages of
3955         the ctype is*() functions.  Replaced `end of command expected'
3956         calls to msg() with calls to syntax_error().
3957
3958         * frequencies.q: (dump_condensed) Fix tab_dim() column reference.
3959
3960         * lexer.c: (hex_val) Removed (was dead code).
3961         (idmatch) Parenthesize function name to avoid macro expansion.
3962
3963         * postscript.c: Comment fixes.
3964         (ps_preopen_driver) Change default font size to 10pt.
3965
3966         * sfm-read.c: (read_variables) Byteswap sv.print, sv.write as
3967         int32s.
3968         (parse_format_spec) Change system-file format spec argument type
3969         to int32.  Parse the format spec with bitwise operators.
3970
3971         * sfmP.h: (struct sysfile_format) Removed.
3972         (struct sysfile_variable) Changed print, write members from
3973         sysfile_format to int32.
3974
3975         * tokens.h: Esthetic fixes.
3976         [__GNUC__] (macro id_match) New macro to hopefully speed up
3977         identifier matching.
3978         (macros match_id, match_tok, match_int) Implemented in
3979         compiler-independent manner; no longer GNU C only.
3980
3981         * vfm.h: Include time.h.
3982
3983 Mon Jan  5 11:06:15 1998  Ben Pfaff  <blp@gnu.org>
3984
3985         * data-list.c: (dump_fixed_table) Change tab_dim().
3986
3987         * dump-sysfile.c: (open_sysfile) Fix mmap() call.
3988
3989         * error.c: Include command.h.
3990
3991         * frequencies.g: Formatting fixes.
3992
3993         * frequencies.q: Add tab_dim() calls.  Make the total cell a
3994         joined cell.
3995
3996         * glob.c: Include command.h.
3997
3998         * sfm-read.c: (struct sfm_fhuser_ext) New members sysmis, highest,
3999         lowest.
4000         (sfm_read_dictionary) Initialize sysmis, highest, lowest.
4001         (sfm_read_machine_flt64_info) Update sysmis, highest, lowest.
4002         (read_variables) Byteswap sv.type; byteswap sv.print, sv.write as
4003         the other elements (is this right?).
4004         (read_variables) Use lowest, highest members.
4005         (parse_format_spec) New arg `vv' for more stringent checking.
4006         (dump_dictionary) Byteswaps nonexplicit data.
4007         (sfm_read_case) Byteswap numeric data.
4008
4009         * som.c: Initialize table_num to 1.
4010         (render_segments) Remember to increment y_index after each table
4011         segment.
4012
4013         * sysfile-info.c: (cmd_sysfile_info) Change tab_dim().  Don't call
4014         avl_count() on a NULL tree.  No title for the second table.
4015         (cmd_display) Handle DISPLAY VECTORS by calling display_vectors().
4016         Handle AS_SCRATCH as AS_NAMES.  Warn if no variables.  Re-enable;
4017         fix call to display_variables().
4018         (display_variables) Default to 4 columns, not 3.  Set up headers.
4019         Column title is Variable, not Name.  Fix index column.
4020         Add joint text.  Add tab_dim().  Handle value labels properly.
4021         Handle DISPLAY LABELS properly.  Draw boxes correctly.
4022         (describe_variable) Value labels don't need titles.  Don't clear
4023         nonexistent index column.
4024         (compare_vectors_by_name) New function.
4025         (display_vectors) New function.
4026
4027         * tab.c: (tab_height) Add assertion.
4028         (tab_null) Add debug code.
4029         (evaluate_dimensions) Add debug code.
4030
4031         * var.h: (struct variable) get_proc data is sometimes used
4032         simultaneously with other per-procedure info, therefore it was
4033         removed from the union.  All references changed.        
4034
4035 Sun Jan  4 18:13:33 1998  Ben Pfaff  <blp@gnu.org>
4036
4037         * ascii.c: (ascii_close_page) Put title on second line of headers
4038         if there is no subtitle.
4039
4040         * command.c: (glob var cur_proc) Move definition here, from
4041         common.c.
4042         (cmd_remark) Emit blank line before remarks.
4043
4044         * command.h: (glob var cur_proc) Move declaration here, from
4045         common.h.
4046
4047         * data-list.c: (dump_fixed_table) Fix messages.
4048         (dump_free_table) Call tab_nat_dim().
4049
4050         * descript.q: (dump_z_table) Modify tab_dim() call.
4051
4052         * frequencies.q: (dump_condensed, dump_statistics) Add tab_dim()
4053         call.
4054         (dump_statistics) Don't output header.
4055
4056         * groff-font.c: Minor format fix.
4057
4058         * html.c: Comment fix.
4059
4060         * list.q: (write_varname) Indent after advancing page.
4061
4062         * output.h: Minor reordering.
4063
4064         * postscript.c: Comment fixes.  Many places, '\n' was replaced by
4065         a reference to eol[].
4066         (struct ps_driver_ext) New member eol[].
4067         (ps_preopen_driver) Initialize eol[].
4068         (ps_postopen_driver) Fix sense of text for text_opt, line_opt
4069         defaults.  Handle headers.  Fix test for minimum page length.
4070         (static var option_tab[]) Add `line-ends'.
4071         (ps_option) Handle line-ends to change eol[].
4072         (postopen) Scale prop_em_width and fixed_width properly.  Set the
4073         prologue title to outp_title if applicable.  Replace the prologue
4074         line ends with eol[].  Call draw_headers() if headers are enabled.
4075         (text_width) New function.
4076         (out_text_plain) New function.
4077         (draw_headers) New function.
4078
4079         * print.c: (dump_table) Call tab_nat_dim().
4080
4081         * som.c: (som_blank_line) Only advance a line if not at the top of
4082         a page.
4083         (som_submit) Move several informational table calls here.
4084         Increment subtable_num if SOMF_NO_TITLE not set.
4085         (output_table) Advance a line if SOMF_NO_SPACING not set.
4086         (render_columns, render_segments, render_simple) Handle spacing
4087         between tables.  Handle table titles.  Remove debug output.
4088
4089         * som.h: (SOMF_*) New enum series.
4090         (struct som_table_class) New member `flags'.
4091
4092         * sysfile-info.c: (cmd_sysfile_info) Calls tab_nat_dim().  No
4093         headers or spacing.
4094         (display_variables) Calls tab_nat_dim().
4095         (describe_variable) Remove restriction on number of value labels.
4096         Make value labels separated by thin lines.
4097
4098         * tab.c: (tab_create) Default `flags' to none.
4099         (tab_float) New arg `w'.  All references changed.
4100         (tab_nat_dim) New function.
4101         (tab_output_text) No title or spacing.
4102         (tab_flags) New function.
4103         (tabi_flags) New function.
4104         (tabi_title) New function.
4105         (strip_height) Removed.
4106         (tabi_render) Skip title when necessary.
4107         (static var tab_tab_class) Add tabi_flags, tabi_title.
4108         (evaluate_dimensions) Disable display of column, row size.
4109         (sum_columns) Add title height to top header.
4110         (render_strip) Moved within file.
4111
4112         * tab.h: (struct tab_table) New member `flags'.
4113
4114         * vfm.c: (dump_splits) Calls tab_nat_dim().  No title.
4115
4116 Sat Jan  3 16:55:44 1998  Ben Pfaff  <blp@gnu.org>
4117
4118         * Most source files: Add `const' attribute in all appropriate
4119         places.
4120         
4121         * sysfile-info.c: (cmd_sysfile_info) Add tab_dim() call, add a
4122         column to the variables table for use by describe_variable().
4123         (cmd_display) Disable for the present.
4124         (display_documents) Don't wrap documents.
4125         (display_variables) Table has four columns now.
4126         (describe_variable) Table has four columns now.  Don't use a
4127         subtable, use joined cells instead.
4128
4129         * tab.c: (tab_create) Don't set `join'.
4130         (tab_realloc) ct array is not made up of a_string's.
4131         Reallocate trh, hrh, h arrays, initialize trh array.  Initialize
4132         cell contents on GLOBAL_DEBUGGING, not DEBUGGING.
4133         (text_format) New function.
4134         (tab_title) Rewritten, uses text_format().
4135         (tab_text) Rewritten, uses text_format().
4136         (tab_joint_text) New function.
4137         (tab_join) Removed.
4138         (static var hit) New variable.
4139         (render_strip) New args r1, r2.  Implement joined cells that fit
4140         on a single page.
4141         (tabi_render) Increment hit.  Pass new args to render_strip().
4142         (evaluate_dimensions) [GLOBAL_DEBUGGING] Check for uninitialized
4143         cells.  For t_naw and t_nah, ignore joined cells and null cells in
4144         calculations.
4145         
4146         * tab.h: (struct tab_join_rect) Removed.
4147         (struct tab_table) Removed `join'.
4148         (TAB_JOIN_MAIN) Removed.
4149         (struct tab_joined_cell) New struct.
4150         (TAT_NOWRAP) New enum.
4151
4152 Fri Jan  2 01:39:58 1998  Ben Pfaff  <blp@gnu.org>
4153
4154         * ascii.c: (ascii_postopen) Replace ASCII_* macros with their
4155         expansions.
4156         (ascii_postopen_driver) Fix initialization of *_spacing so that
4157         the TAL_0 bit doesn't count.
4158
4159         * data-list.c: (dump_fixed_table) Use natural width for Format
4160         column.
4161
4162         * glob.c: (rerange) Removed.
4163         (get_date) Formatting fixes.  Internationalization fix.
4164
4165         * html.c: (html_postopen_driver) Replace HTML_DEFAULT_OUTPUT_FILE
4166         with "pspp.html".
4167
4168         * postscript.c: (ps_postopen_driver) Replace
4169         PS_DEFAULT_OUTPUT_FILE with "pspp.ps".
4170
4171         * som.c: (som_submit) Don't eject page before every table.
4172         (output_table) Fix order of arguments on call to area().
4173         (render_columns) Fix calculation of max_len.
4174         
4175         * tab.c: (tabi_cumulate) Minor change to increase elegance.
4176         (render_strip) New function.
4177         (strip_height) New function.
4178         (tabi_render) Rewrite as calls to render_strip().
4179
4180         * tab.h: (TAT_* enums) Removed TAT_RICH, all references removed.
4181         Renumbered TAT_PRINTF, TAT_TITLE, TAT_FIX to correspond better
4182         with the TAB_* and OUTP_T_* constants.
4183         
4184 Thu Jan  1 11:53:52 1998  Ben Pfaff  <blp@gnu.org>
4185
4186         * Makefile.am: Formatting fixes.
4187
4188         * ascii.c: (ascii_postopen_driver) Initialize *_line_spacing[],
4189         *_line_width[].
4190
4191         * data-list.c: (dump_fixed_table) Add tab_dim() call.
4192
4193         * descript.q: (dump_z_table, display) Add tab_dim() calls.
4194
4195         * dump-sysfile.c: (glob var length) Make type off_t.
4196         (usage) Fix arguments.
4197         (main) Return 0.
4198
4199         * output.h: (OUTP_T_*) Change constants' value to match tab.h.
4200         Now right-justification is the default so many references had to
4201         change.
4202         (struct outp_class) Removed line_width, all references changed.
4203         (OUTP_DEV_*) Add OUTP_DEV_DISABLED.
4204         (struct outp_driver) Add elements horiz_line_width,
4205         vert_line_width, horiz_line_spacing, vert_line_spacing.  Remove
4206         som element.
4207
4208         * postscript.c: (outp_encodings) Formatting fixes.  Fix garbage
4209         collection.
4210         (postopen) Initialize all the informational members of
4211         outp_driver.
4212
4213         * som.c: (som_blank_line) New function, renamed from blank_line(),
4214         all references changed.
4215         (som_submit) Disables drivers whose pages can't be opened.
4216         (render_columns, render_simple, render_segments) Add debug output.
4217         (render_columns) Fix loop range.
4218         (render_simple) Don't try to render the headers, they're taken
4219         care of automatically.  Advance cp_y past the table when done.
4220         (render_segments) Fix loop ranges.
4221
4222         * tab.c: Initialize new members of tab_table.
4223         (tab_vline) Handle trv[]; don't set style for spacing-only lines.
4224         (tab_hline) Handle trh[]; don't set style for spacing-only lines.
4225         (tab_box) Handle trh[], trv[]; don't set style for spacing-only
4226         lines.
4227         (set_expr) Removed.
4228         (tab_dim) New function.
4229         (tab_col_width) Removed.
4230         (tab_row_height) Removed.
4231         (tab_output_text) Call tab_dim().
4232         (tabi_driver) Call evaluate_dimensions(), sum_columns().
4233         (tabi_area) Implemented.
4234         (tabi_cumulate) Implemented.
4235         (tabi_render) Partially implemented, but broken.
4236         (var tab_table_class) Made static.
4237         (evaluate_dimensions) New function.
4238         (sum_columns) New function.
4239
4240         * tab.h: (enum t_*) Now start at t_end.  New: t_ptw, t_nr, t_nc,
4241         t_nah, t_naw, t_neg, t_xch, t_dup, t_lbl, t_jnz, t_sac, t_sar,
4242         t_scr, t_srr, t_sentinel.  Removed: t_nat.
4243         (struct tab_table) New: wl, wr, ht, hb, trh, hrh, trv, wrv, dim,
4244         max_stack_height, w, h.  Removed: ce, re.
4245         (macro blank_line) Removed.
4246         (glob var zero_length) Removed.
4247
4248 Fri Dec 26 15:44:31 1997  Ben Pfaff  <blp@gnu.org>
4249
4250         * Most source files: include some of the new include files broken
4251         out of var.h.
4252         
4253         * Makefile.am: (pspp_SOURCES) Add all the new source files to the
4254         list.
4255
4256         * aggregate.c: (glob var outfile) Make static.
4257
4258         * command.c: (glob var pgm_state) Move here.
4259
4260         * common.c: (glob vars endian, second_lowest_value, pgmname,
4261         finished, curdate, cur_proc, start_interactive, history_file) Move
4262         here.
4263
4264         * descript.q: (structs dsc_z_score, descriptives_trns) Move here.
4265
4266         * file-handle.q: (glob vars files, inline_file) Move here.
4267
4268         * glob.c: Lost lots of glob vars, detailed in individual file
4269         entries.
4270         (init_glob) set_printer, set_screen were obsolete, deleted.
4271         set_cprompt has fewer spaces because pspp has fewer letters than
4272         fiasco.
4273
4274         * inpt-pgm.c: (glob vars inp_init, inp_init_size) Move here.
4275         (inp_nval) Made static.
4276
4277         * lexer.c: (glob vars token, tokval, tokstr, tokstr_size,
4278         tokstr_len, toklongstr, tokint) Move here.
4279
4280         * misc.c: Lost several vars and functions.
4281
4282         * set.q: (all the set_* variables) Move here.
4283
4284         * str.c: (strmaxcpy, strbarepadcpy, strbarepadlencpy, strpadcpy,
4285         blpstrset, strpadcmp, memrev, memrmem, cmp_str) Move here from
4286         misc.c.
4287
4288         * tab.c: (set_expr, tab_col_width, tab_row_height) New functions.
4289
4290         * tab.h: (enum series t_*) New enums.
4291         (struct tab_table) Use arena struct tag.  New members ce, re.
4292
4293         * tokens.h: Comment fixes.
4294
4295         * var.h: Move lots of enums and variables and functions and
4296         structures to other files.  Use and declare a lot more union and
4297         struct tags.  Comment fixes.  
4298
4299         * vector.c: (glob vars vec, nvec) Move here.
4300
4301         * vfm.c: (glob vars reinit_sysmis, reinit_blanks, init_zero,
4302         init_blanks, last_vfm_invocation) Move here.
4303
4304         * cases.h: New file.
4305         (struct long_vec) Move here.
4306         (vec_init, vec_clear, vec_insert, vec_delete, devector, envector)
4307         Move here.
4308
4309         * command.h: New file.
4310         (STATE_* enums) Move here.
4311         (glob var pgm_state) Move here.
4312
4313         * format.c: New file.
4314         (glob var formats) Move here.
4315         (parse_format_specifier_name, fmt_to_string,
4316         check_input_specifier, check_output_specifier,
4317         check_string_specifier, convert_fmt_ItoO, parse_format_specifier)
4318         Move here.
4319
4320         * format.h: New file.  Move functions now in format.c here.
4321         (FMT_* enums) Move here.
4322         (struct fmt_desc) Move here.
4323         (FCAT_* enums) Move here.
4324         (struct fmt_spec) Move here.
4325         (glob vars formats, fmt_parse_ignore_error) Move here.
4326
4327         * inpt-pgm.h: New file.
4328         (INP_* enums) Move here, make #defines into enums.
4329         (glob vars inp_init, inp_init_size) Move here.
4330
4331         * sort.h: New file.
4332         (glob vars v_sort, nv_sort) Move here.
4333         (sort_cases, read_sort_output) Move here.
4334
4335         * vector.h: New file.
4336         (struct vector) Move here, add struct tag.
4337         (glob vars vec, nvec) Move here.
4338         (find_vector) Move here.
4339
4340         * New file.
4341         (glob vars last_vfm_invocation, temp_case, reinit_sysmis,
4342         reinit_blanks, init_zero, init_blanks) Move here.
4343         (struct case_stream) Move here.
4344         (glob vars vfm_source, vfm_sink, vfm_memory_stream,
4345         vfm_disk_stream, sort_stream, data_list_source,
4346         input_program_source, file_type_source, get_source, n_lag) Move
4347         here.
4348         (procedure, write_case, lagged_case, compact_case, page_to_disk)
4349         Move here.
4350                 
4351 Wed Dec 24 22:40:42 1997  Ben Pfaff  <blp@gnu.org>
4352
4353         * Makefile.am: (pspp_SOURCES) Added html.c, som.c, som.h.
4354         (LDADD) Add libdcdflib.
4355
4356         * ascii.c: Comment and formatting fixes.  Almost every external
4357         function had an assert added, checking driver_open and page_open.
4358         (ascii_init_driver) Broken into ascii_preopen_driver,
4359         ascii_postopen_driver, ascii_close_driver.  Manages driver_open.
4360         (ascii_open_page) Sets page_open.
4361         (ascii_close_page) Clears page_open.
4362
4363         * html.c: Comment and formatting fixes.  Almost every external
4364         function had an assert added, checking driver_open and page_open.
4365         (html_init_driver) Broken into html_preopen_driver,
4366         html_postopen_driver, html_close_driver.  Manages driver_open.
4367         (html_open_page) Sets page_open.
4368         (html_close_page) Clears page_open.
4369         (html_submit) Disabled.
4370
4371         * lexer.c: (parse_string) Remove debugging printf.
4372
4373         * list.q: (determine_layout) Open a page if one is not yet open.
4374
4375         * output.c: Comment fixes.
4376         (add_class) Set the class member of the new list element.
4377         (parse_options) Don't handle device type.
4378         (colon_tokenize) New function.
4379         (configure_driver) New four-field format with a field for device
4380         type.  Now initialize driver_open, page_open, next, and prev
4381         fields.  Use new colon_tokenize() function.  Don't do a memory
4382         copy to replace a driver, it doesn't work; instead delete the old
4383         driver and insert a new one.
4384         (destroy_driver) Don't call som_destroy_driver().  Close the page
4385         if it's open.  Find the class in the list of classes and decrement
4386         that reference count.  Remove the driver from the global driver
4387         list.
4388         (outp_iterate_enabled_drivers) Renamed outp_drivers().  All
4389         references changed.  Rewritten.  Don't return a driver that's not
4390         enabled.
4391         (outp_eject_page) All references to som_internal_eject_page()
4392         changed to use this.  Sets cp_x to 0 as well as cp_y.
4393
4394         * output.h: (OUTP_I_* enums) Removed.
4395         (struct som_submission_form) Removed.
4396         (struct outp_class) init_driver broken into preopen_driver,
4397         postopen_driver, and close_driver.  submit changed to take a
4398         som_table argument.
4399
4400         * postscript.c: Comment and formatting fixes.  Almost every
4401         external function had an assert added, checking driver_open and
4402         page_open.
4403         (ps_init_driver) Broken into ps_preopen_driver,
4404         ps_postopen_driver, ps_close_driver.  Manages driver_open.
4405         (ps_open_page) Sets page_open.
4406         (ps_close_page) Clears page_open.
4407
4408         * som.c: New file, base implementation.
4409         
4410         * som.h: (struct som_table) Add struct tag.
4411         (enum SOM_COL_ACROSS) Removed.
4412         (SOM_ROWS, SOM_COLUMNS) New enums.
4413         (struct som_table_class) Add member `cumulate'.  Remove `segment';
4414         change `render' arguments.
4415         (struct som_point, struct som_rect) Removed.
4416         (som_submit_table) Fixed typo, should have been som_submit.
4417
4418         * sysfile-info: (describe_variable) Don't try to insert a
4419         subtable; just destroy it for now.
4420
4421         * t-test.q: Include dcdflib/cdflib.h instead of cdflib.h.  Fix
4422         references to value labels.
4423
4424         * tab.c: (tab_destroy) New function.
4425         (tab_columns) Change argument.
4426         [0] (tab_submit) Remove dead code.
4427         (tab_title) Allocate string from the table's arena.
4428         (tab_output_text) Only free the buffer if we allocated it.
4429         (tab_submit) New function.
4430         (static vars t, d) New static vars.
4431         (tabi_table, tabi_driver, tabi_count, tabi_area, tabi_columns,
4432         tabi_headers, tabi_cumulate, tabi_render) New functions.
4433         (glob var tab_table_class) New global var.
4434
4435         * tab.h: (struct tab_join_rect) Don't use a som_rect; directly
4436         encapsulate the rectangle.  All references changed.
4437         
4438 Sun Dec 21 16:18:58 1997  Ben Pfaff  <blp@gnu.org>
4439
4440         * All header files updated to use struct tags in addition to
4441         typedefs for all structures.  Don't use word `struct' in struct
4442         tags.
4443         
4444         * Makefile.am: (pspp_SOURCES) Remove html.c.
4445         (INCLUDES) Replace the lib/* includes with a single lib/ include;
4446         all references updated.
4447
4448         * command.c: (parse_cmd) Remove call to som_check_workspace.
4449         (output_line) Update to new som.
4450
4451         * data-in.c: (parse_numeric) A single dot is not an error; it is
4452         the system-missing value.
4453
4454         * data-list.c: (dump_fixed_table, dump_free_table) Update to new
4455         som.
4456
4457         * data-out.c: Added `const' as appropriate to many prototypes.
4458         (convert_E, convert_F, convert_CCx) Take double argument instead
4459         of value * argument.
4460         (convert_format_to_string) Call changed functions appropriately.
4461         Instead of modifying the caller's value for FCAT_SHIFT_DECIMAL,
4462         make a local copy of the value.
4463
4464         * descript.q: Remove custom_variables() prototype now provided by
4465         q2c.  
4466         (custom_variables) Don't increment sbc_variables, the caller does
4467         this.
4468         (dump_z_table, display) Update to new som.
4469
4470         * error.c: (vmsg) Add const to prototype.  Remove code to handle
4471         `too many errors' condition.
4472         (check_error_count) New function.
4473         (msg) Add const to prototype.
4474
4475         * filename.c: (open_file) Rewrite for elegance.
4476
4477         * frequencies.q: Remove custom_*() prototypes now provided by q2c.
4478         (dump_full, dump_condensed, dump_statistics) Update for new som.
4479
4480         * list.q: Don't include somP.h.  Change all references to
4481         som_driver_ext to refer to the new members of som_driver.  Change
4482         som_internal_eject_page() references to outp_eject_page().
4483
4484         * main.c: (parse) Rewrite for elegance.  Add call to
4485         check_error_count().
4486
4487         * output.c: (add_class, outp_list_classes, outp_configure_driver)
4488         Rewrite or revise for new outp_driver_class_list structure.
4489         (outp_iterate_enabled_drivers) Fix comparison between disabled
4490         devices and current device type.
4491         (outp_eject_page) New function.
4492
4493         * output.h: Comment fixes.
4494         (struct outp_driver) New members driver_open, page_open, cp_x,
4495         cp_y, font_height, prop_em_width, fixed_width.  Deleted members
4496         ref_count, next.
4497         (struct outp_driver_class_list) New struct.
4498         (outp_class_list) Changed to type outp_driver_class_list; all
4499         references updated.
4500
4501         * print.c: (dump_table, print_trns_proc) Updated for new som.
4502
4503         * q2c.c: (dump_vars) Simplify array subcommand code.  Declare
4504         prototypes for custom subcommands.
4505         (dump_subcommand) Always include the `else'.
4506         (dump_parser) Fix comments in output code.
4507
4508         * set.q: Reordered functions.
4509
4510         * som-frnt.c, som-high.c, som-low.c, somP.h: Removed.
4511         
4512         * som.h: Rewritten from scratch.
4513
4514         * str.h: Remove dead code.
4515
4516         * tab.c, tab.h: New files, base implementation.
4517
4518         * sysfile-info.c: (cmd_sysfile_info, describe_variable) Update to
4519         new som.
4520
4521         * t-test.q: New code from John Williams
4522         <johnr.williams@stonebow.otago.ac.nz>.  Include math.h, cdflib.h.
4523         Many many new static vars and defines.
4524         (precalc, postcalc, g_postcalc, z_postcalc, t_pairs, t_groups,
4525         groups_calc, pairs_calc, z_dev_calc, z_calc) New functions.
4526         (struct value_list) New struct.
4527         (variance, covariance, pooled_variance, oneway, pearson_r, f_sig,
4528         t_crt, t_sig, print_t_groups) New functions.
4529         (cmd_t_test) Implemented.
4530
4531         * temporary.c: (cancel_temporary) Only free the temp_dict if it's
4532         non-NULL.
4533
4534         * vfm.c: (dump_splits) Update to new som.
4535
4536 Thu Dec  4 23:02:22 1997  Ben Pfaff  <blp@gnu.org>
4537
4538         * Makefile.am: (fiasco_SOURCES) Add html.c.
4539
4540         * aggregate.c: Base source.
4541
4542         * ascii.c: (postopen, preclose) Reformat.
4543
4544         * data-out.c, expr-evl.c: Comment fixes.
4545         
4546         * filename.c: (open_file) When opening a file for writing, use
4547         line buffering instead of full buffering for better interactive
4548         performance.  Suggested by Valerio Aimale
4549         <valerio@svpop.com.dist.unige.it>.  Also, recognize special file
4550         names `stdin', `stdout', `stderr'.
4551
4552         * groff-font.c: Comment fixes.
4553
4554         * html.c: New file; base version.
4555
4556         * list.q: (write_all_headers, clean_up, determine_layout,
4557         list_cases) Ignore `special' devices for now.  Needs to be fixed
4558         later.
4559
4560         * output.c: (outp_init) Add html driver to list; reverse list
4561         order.
4562
4563         * output.h: (struct outp_class_struct) New members `special',
4564         `submit'; comment fixes.  All references changed.
4565
4566         * postscript.c: (ps_init_driver) Make defaults for text_opt,
4567         line_opt depend on whether the OUTP_DEV_SCREEN bit is set on the
4568         device.
4569         (postopen) Comment fix.
4570         (preclose) Comment fixes, formatting fixes.  Change x->file.file
4571         references to more proper f->file.
4572
4573         * som-high.c: (som_submit_table) Special classes use their own
4574         renderers.
4575
4576         * som.h: Comment fixes.
4577
4578         * temporary.c: (new_dictionary) Don't try to xstrdup() a NULL
4579         string.
4580         
4581 Tue Dec  2 14:36:07 1997  Ben Pfaff  <blp@gnu.org>
4582
4583         * Makefile.am: (fiasco_SOURCES) Add aggregate.c back in.
4584
4585         * aggregate.c: Still working on this.
4586
4587         * command.c: (cmd_table[]) Add AGGREGATE back in.
4588         (split_words) Make '-' a legal word separator as well as ' '.
4589
4590         * main.c: Comment fixes.
4591
4592         * q2c.c: (dump_parser) Don't require the procedure's full name to
4593         be present, in the generated source.
4594
4595         * t-test.q: Change name to `t-test' from `t test'.  Let PAIRS be
4596         multiply specified and let it be default; let MISSING, CRITERIA,
4597         FORMAT be multiply specified.
4598         (cmd_t_test) Parse command name.  [DEBUGGING] Call debug_print().
4599         (custom_groups) Fix defaults.
4600         (custom_pairs) Check whether this is a PAIRS subcommand before
4601         attempting to parse.  Better garbage collection.  Proper storage
4602         allocation.
4603         [DEBUGGING] (debug_print) New function.
4604
4605         * temporary.c: Comment fixes.
4606         (copy_variable) Don't copy variable name and index.
4607         (save_dictionary) Copy variable name and index by hand.
4608
4609         * vars-atr.c: Comment fixes.
4610         (create_variable) New dictionary argument.  All references
4611         changed.
4612         (common_init_stuff) New dictionary argument.  All references
4613         changed.
4614         (init_variable) New dictionary argument.  All references changed.
4615         (dup_variable) New function.
4616
4617         * vars-prs.c: (parse_variables) If there are any errors, we always
4618         return 0.  Previously, it was possible for some types of errors to
4619         be ignored.
4620         
4621 Sat Nov 22 01:20:59 1997  Ben Pfaff  <blp@gnu.org>
4622
4623         * Makefile.am: (fiasco_SOURCES) For 0.1.5 release, remove
4624         aggregate.c.
4625
4626         * command.c: (cmd_table[]) Comment out AGGREGATE; add T TEST.
4627
4628         * list.q, t-test.q: Remove ALL option from VARLIST declaration in
4629         grammar rules.
4630
4631         * q2c.c: Comment fixes.
4632         (SBC_* enums) Remove SBC_VARLIST_ALL; all references removed.
4633         
4634         * t-test.q: (cmd_list) Rename cmd_t_test.
4635
4636         * temporary.c: (new_dictionary) Don't declare as static.
4637         
4638 Fri Nov 21 00:03:06 1997  Ben Pfaff  <blp@gnu.org>
4639
4640         * aggregate.c: Changes, still not finished.
4641
4642         * file-handle.q, frequencies.q, list.q, set.q: Comment fixes.
4643
4644         * q2c.c: Comment fixes.  Now its output is internationalized.
4645         (get_token) Fix parsing of escapes within literal strings.
4646         (main) Fix bad #line directives in output.
4647
4648         * t-test.q: Base implementation.
4649
4650         * temporary.c: (new_dictionary) New function.
4651         (restore_dictionary) [__CHECKER__] Change fill character to *
4652         (from @).
4653         
4654 Sun Nov 16 01:29:57 1997  Ben Pfaff  <blp@gnu.org>
4655
4656         * Makefile.am: (BUILT_SOURCES, fiasco_SOURCES) Add t-test.c
4657
4658         * aggregate.c: Changes, still not finished.
4659
4660         * descript.q, list.q: Comment fixes.
4661
4662         * q2c.c: Almost completely rewritten.
4663
4664         * t-test.q: New file, not complete.
4665
4666 Fri Nov 14 00:14:48 1997  Ben Pfaff  <blp@gnu.org>
4667
4668         * aggregate.c: Changes, still not finished.
4669
4670         * sort.c: (sort_cases) Call cancel_temporary() instead of doing it
4671         by hand.
4672
4673         * temporary.c: (cancel_temporary) New function.
4674
4675         * vars-atr.c: (discard_variables) Call cancel_temporary() instead
4676         of doing it by hand.
4677
4678         * vfm.c: (close_active_file) After restoring a TEMPORARY
4679         dictionary, set temp_dict to NULL.  Cancel TEMPORARY through
4680         cancel_temporary().
4681         (SPLIT_FILE_procfunc) Comment fix.
4682
4683 Tue Oct 28 16:08:45 1997  Ben Pfaff  <blp@gnu.org>
4684
4685         * Makefile.am: (fiasco_SOURCES) Add aggregate.c.
4686
4687         * aggregate.c: New file, not finished yet.
4688
4689         * command.c: (cmd_table) Add AGGREGATE.
4690
4691         * common.h: (pgm_state) Move declaration to var.h.
4692
4693         * lexer.c: (bin_value_func, oct_value_func, hex_value_func) i18n
4694         fixes.
4695         (parse_string) Message fix.
4696
4697         * recode.c: Comment fix.
4698
4699         * sfm-read.c: (read_variables) Code esthetic fixes.
4700         (write_header) Default date is `Jan', not `JAN'.
4701
4702         * sfmP.h: (bswap_int32) [!__linux__] Fix off-by-one errors.
4703
4704         * sort.c: (cmd_sort_cases) Farm the work out to new function
4705         parse_sort_variables().
4706         (parse_sort_variables) New function.
4707         (sort_cases) New function.  Cancels temporary transformations,
4708         which sorting didn't do previously.
4709         (cmd_sort_cases) Better garbage collection on error.  Uses
4710         do_external_sort().
4711         (write_initial_runs, merge_once) Improved code esthetics.
4712         (sort_stream_read) Reduced to one call to read_output_cases().
4713         (read_output_cases) New function.
4714
4715         * var-labs.c: (cmd_variable_labels) Re-enabled truncation of
4716         variable labels to 120 characters.
4717
4718         * var.h: Comment fixes.
4719         (glob var pgm_state) From common.h.
4720
4721         * vars-atr.c: (discard_variables) Set pgm_state to STATE_INIT.
4722
4723         * vars-prs.c: (parse_DATA_LIST_vars) Support PV_SINGLE in
4724         options.  Set *names to NULL on error.
4725
4726         * vfm.c: (memory_stream_init) Assert compaction_nval != 0.
4727
4728 Thu Oct  9 09:59:49 1997  Ben Pfaff  <blp@gnu.org>
4729
4730         * sfm-write.c, vfm.c: [HAVE_UNISTD] #include <unistd.h>, needed by
4731         SunOS4.  From Alexandre Oliva <oliva@dcc.unicamp.br>.
4732
4733 Wed Oct  8 18:55:24 1997  Ben Pfaff  <blp@gnu.org>
4734
4735         * vfm.c: (page_to_disk) Added missing local variables.
4736
4737 Tue Oct  7 20:23:17 1997  Ben Pfaff  <blp@gnu.org>
4738
4739         * get.c: Comment fix.
4740
4741         * sort.c: (cmd_sort_cases) Attempt to perform internal sort if the
4742         source is anything other than a disk stream, not just if it's in a
4743         memory stream.  Call page_to_disk() before external sort.
4744         (allocate_cases) Message fix.
4745
4746         * vfm.c: (prepare_for_writing) Warn user when paging workspace to
4747         disk.
4748         (page_to_disk) New function.
4749
4750 Sun Oct  5 15:56:14 1997  Ben Pfaff  <blp@gnu.org>
4751
4752         * Makefile.am: (INCLUDES) Include .. instead of $(top_srcdir).
4753
4754         * common.h: (macro strerror) Remove.  From Alexandre Oliva
4755         <oliva@dcc.unicamp.br>.
4756
4757         * get.c: (dict_delete_run) The number of variables to delete is
4758         not necessarily the number of variables that need to be shifted
4759         up.
4760         (trim_dictionary) Don't set *options to 0.  Fix bug that caused
4761         too many variables to be deleted.
4762
4763         * postscript.c: Comment fix.
4764
4765         * q2c.c: Include strerror.c.  From Alexandre Oliva
4766         <oliva@dcc.unicamp.br>.
4767
4768         * set.q: #undef ON and OFF.  From Alexandre Oliva
4769         <oliva@dcc.unicamp.br>.
4770
4771         * sfm-read.c: (sfm_read_dictionary) Don't set the file class too
4772         early, otherwise errors cause a bad free().
4773
4774         * str.h: (macro nvsprintf) s/FORMATS/FORMAT/ typo.  From Alexandre
4775         Oliva <oliva@dcc.unicamp.br>.
4776
4777         * temporary.c: (save_dictionary) Don't allocate memory if
4778         n_documents is 0.
4779
4780         * vfm.c: (memory_stream_write) Message fix.
4781
4782 Sat Oct  4 16:20:43 1997  Ben Pfaff  <blp@gnu.org>
4783
4784         * command.c: (static var cmd_table[]) Define REPEATING DATA
4785         command.
4786
4787         * common.h: Added support for broken systems that are missing
4788         EXIT_SUCCESS, EXIT_FAILURE, RAND_MAX, and/or strerror().
4789
4790         * Many source files: Replace syntax error messages via msg() with
4791         call to syntax_error().
4792
4793         * data-list.c: (dump_fixed_table) Add support for dumping table
4794         for REPEATING DATA as well as DATA LIST FIXED.
4795         (cmd_repeating_data) Allows and requires `/' between subcommands.
4796         Does proper thing with allowing rpd.starts_end to stay 0.  Allows
4797         CONTINUED specifications to be omitted.  Forces CONTINUED to be
4798         specified if ID is.  Calculates starts_end, cont_end from logical
4799         record length as reported by fhp.  Calls dump_fixed_table() if
4800         requested.  Fixed length of record copied by memcpy.
4801         (parse_num_or_var) Sets `num' to 0, not NOT_INT, for variables.
4802         Message fix.
4803         (realize_value) Returns sensible value for out-of-range variable
4804         values.
4805         (rpd_parse_record) New argument `ofs'.  Fixed confusion between
4806         length of occurrences and length of line.  Added warning for
4807         fields that exceed the line length.  Fixed infinite loop.
4808         (read_one_set_of_repetitions) Numerous minor changes for more
4809         complete SPSS compliance.  Message fixes.
4810
4811         * dfm.c: (dfm_close) If the file being closed is the inline file,
4812         read all the remaining data before closing it.
4813         (dfm_get_record) Don't close the file on lossage, as either it
4814         has been closed already or it doesn't belong to us.
4815
4816         * error.c: (puts_stdout) New function.
4817         (vmsg) Use puts_stdout instead of puts.
4818
4819         * file-handle.q: (fh_record_width) New function.
4820
4821         * inpt-pgm.c: (init_case) Fixed buffer overrun when inp_nval % 4
4822         == 0.
4823         (clear_case) Ditto.
4824         (input_program_source_read) Made an old kluge an approved method.
4825
4826         * lexer.c: (syntax_error) New function.
4827
4828         * misc.c: [BROKEN_RAND] (ansi_rand, ansi_srand; static var next)
4829         New.
4830
4831         * output.c: (oupt_get_paper_size) Message fix.
4832
4833         * q2c.c: Numerous fixes to formatting of generated code made to
4834         conform to GNU coding standards.  Uses syntax_error() in generated
4835         code.  Other miscellaneous generated message fixes.  Added support
4836         for broken systems that are missing EXIT_SUCCESS, EXIT_FAILURE,
4837         RAND_MAX, and/or strerror().
4838
4839 Sat Oct  4 02:09:56 1997  Ben Pfaff  <blp@gnu.org>
4840
4841         * data-in.c: Comment fixes.
4842
4843         * data-list.c: (struct repeating_data_trns) New member `id_spec'.
4844         (find_variable_input_spec) New function.
4845         (cmd_repeating_data) Initializes id_spec.
4846         (rpd_parse_record) Implemented.
4847         (read_one_set_of_repetitions) Returns -3 by default in order to
4848         kluge out some potential bugs.
4849
4850         * data-out.c: Comment fixes.
4851
4852         * file-type.c: (internal_cmd_record_type) Message fix.
4853
4854         * inpt-pgm.c: (input_program_source_read) Special temporary kluge
4855         for handling -3 return value.
4856
4857 Sat Sep 20 23:58:15 1997  Ben Pfaff  <blp@gnu.org>
4858
4859         * data-list.c: Comment fixes.
4860         (struct dls_var_spec) Reordered members.
4861         (read_from_data_list_fixed) Restructured.
4862         (struct repeating_data_trns) Reordered members.  Renamed `starts'
4863         as `starts_beg', `ends' as `starts_end'.
4864         (cmd_repeating_data) Calculates length of repeated data if
4865         necessary and possible.
4866         (parse_num_or_var) Don't allow string variables.
4867         (realize_value) New function.
4868         (rpd_msg) New function.
4869         (rpd_parse_record) New function.  Currently stubbed out.
4870         (read_one_set_of_repetitions) Implemented.
4871
4872         * inpt-pgm.c: (input_program_source_read) Comment fix.
4873
4874 Thu Sep 18 21:34:57 1997  Ben Pfaff  <blp@gnu.org>
4875
4876         * command.c: (cmd_end_repeat_p) Removed.
4877         (init_cmd_parser) Doesn't set cmd_end_repeat_p.
4878         (parse_cmd_name) Removed.
4879
4880         * data-list.c: Comment fixes.
4881         (data_list_pgm) Removed `eof' member.
4882         (static var first) New var.
4883         (cmd_data_list) Sets `first'.  Ensures that DATA LIST uses the
4884         FILE TYPE file inside FILE TYPE structures.
4885         (append_var_spec) Appends to *first, not dls.spec.
4886         (parse_fixed) Message fixes.
4887         (struct rpd_num_or_var) New.
4888         (struct repeating_data_trns) New.
4889         (static var rpd) New.
4890         (cmd_repeating_data) New function.
4891         (parse_num_or_var) New function.
4892         (parse_repeating_data) New function.
4893         (read_one_set_of_repetitions) New function.
4894
4895         * file-type.c: (cmd_file_type) Message fixes.  Always
4896         default_handle to FILE TYPE file handle.
4897         (internal_cmd_record_type) Message fixes.
4898
4899 Wed Aug 20 14:22:03 1997  Ben Pfaff  <blp@gnu.org>
4900
4901         * repeat.c: Comment fix.  Disable debugging.
4902
4903         * temporary.c: (restore_dictionary) Sets splits to NULL and
4904         n_splits to 0 before destroying the variables because now doing
4905         this tries to remove split variables.
4906
4907         * vars-atr.c: (discard_variables) Asserts that n_splits is 0 after
4908         destroying the dictionary.
4909         (clear_variable) Removes a variable from splits after destroying
4910         it.
4911
4912 Mon Aug 18 18:06:55 1997  Ben Pfaff  <blp@gnu.org>
4913
4914         * cmdline.c: (set_compat) Removed.
4915         (pick_compat) Removed.
4916         (parse_command_line) Removed -c option.
4917         (pre_syntax_message) Removed -c option.
4918         (usage) Remove compatibility code.
4919
4920         * common.h: (macros VER_PC, VER_WND, VER_X) Removed.
4921         (glob var compat) Removed.
4922
4923         * compute.c: (type_check) Fixed messages about type mismatches.
4924
4925         * data-list.c: (cmd_data_list) Removed compatibility code.
4926         (fixed_parse_compatible) Calls convert_negative_to_dash().
4927         Fixed bug where it only set the variable in fx.spec if it created
4928         the variable itself.
4929         (dump_fmt_list) Spelling fix.
4930         (cut_field) Removed compatibility code.
4931
4932         * dfm.c: (cmd_begin_data) Don't require a command terminator on
4933         BEGIN DATA command.
4934
4935         * expr-evl.c: (evaluate_expression) Implement LAG.
4936
4937         * expr-prs.c: (parse_add) Calls convert_negative_to_dash().
4938         (parse_neg) Calls convert_negative_to_dash().
4939         (LAG_func) Increases n_lag to the lag requested.  Fixed assignment
4940         bug.
4941
4942         * expr.h: (struct expression_struct) Removed member max_lag.
4943
4944         * file-type.c: (parse_col_spec) Calls convert_negative_to_dash().
4945         (internal_cmd_record_type) Removed special handling to produce
4946         negative numbers from dash tokens.
4947
4948         * getline.c: (static var DO_REPEAT_level) New var.
4949         (getl_add_DO_REPEAT_file) Increments DO_REPEAT_level.
4950         (handle_line_buffer) Copies the line into getl_buf; doesn't call
4951         copy_with_DO_REPEAT_substitutions().
4952         (getl_read_line) Maintains value of getl_mode.  Calls
4953         perform_DO_REPEAT_substitutions() whenever DO_REPEAT_level is
4954         positive.
4955         (getl_close_file) Decrements DO_REPEAT_level when appropriate.
4956
4957         * getline.h: (getl_mode) New glob var.
4958
4959         * glob.c: Comment fixes.
4960         (init_glob) Restructured.  Sets set_seed.
4961         (init_compat_dependent) Removed.  All references removed.
4962         (get_date) Format changed from MM/DD/YY to DD MMM YYYY.
4963         (__htonl, __htons) Removed.  (What were these for?)
4964
4965         * lexer.c: (static var tbl) Dash set to class CNUM.
4966         (make_hexit) New function from data-out.c.
4967         (get_token_representation) Rewritten.
4968         (convert_negative_to_dash) New function.
4969         (lex_init_compat_dependent) Removed.
4970         (yylex) A dash is parsed as part of a number if it is followed by
4971         a digit.  The ASCII representation of a number is copied to
4972         tokstr.  String parsing farmed out to parse_string().  Comment
4973         fixes.
4974         (bin_value_func, oct_value_func, hex_value_func, parse_string) New
4975         functions.
4976         (preprocess_line) Line processing depends on interactive/batch
4977         mode, not on compatibility mode.  Removed PC+ compatibility code.
4978
4979         * loop.c: (loop_3_trns_proc) Comment fix.
4980
4981         * main.c: Remove dead code.
4982         (main) Remove call to init_compat_dependent().
4983
4984         * misc.c: (convert_fmt_ItoO) Make E format conversion more
4985         conformant.
4986
4987         * print.c: (parse_string_argument) Calls
4988         convert_negative_to_dash().
4989         (fixed_parse_compatible) Calls convert_negative_to_dash().
4990
4991         * repeat.c: (RPT_* defines) Removed.
4992         (struct rpt_numeric) Removed.
4993         (struct repeat_entry) New member type, changed `replacement' from
4994         char * to char **.
4995         (clean_up) Deallocation adapted to new repeat_entry.
4996         (internal_cmd_do_repeat) `type' defaults to 0.  Remove lookahead()
4997         usage.  Creates vars for `type' of 1.
4998         (parse_ids) Sets type of 1.  Adapted to new repeat_entry.
4999         (store_numeric) Rewritten, new interface.
5000         (parse_numbers) Rewritten.
5001         (parse_strings) Rewritten.
5002         (find_DO_REPEAT_substitution) New function.
5003         (perform_DO_REPEAT_substitutions) New function.
5004         (copy_with_DO_REPEAT_substitutions) Removed.
5005         (debug_print) Rewritten.
5006
5007         * set.q: Comment fix.
5008         (custom_results) Removed compatibility code.
5009         (internal_cmd_set) Removed SET EMULATION subcommand.  Removed
5010         compatibility code.
5011
5012         * sysfile-info.c: (cmd_display) Removed compatibility code.
5013
5014         * tokens.h: Comment fixes.
5015         (token types enum) Removed `toktype' typedef name for this int
5016         type.  Removed SUBST.  Restructured.
5017
5018         * vars-atr.c: (discard_variables) Sets n_lag to 0.
5019
5020         * vars-prs.c: Comment fix.
5021
5022         * vfm.c: Comment fixes.
5023         (glob var n_lag) New var.
5024         (static vars lag_count, lag_head, lag_queue) New vars.
5025         (procedure) Removed argument nlag.
5026         (setup_lag) New function.
5027         (close_active_file) Discards lagging state.
5028         (lag_case) New function.
5029         (lagged_case) New function.
5030         (write_case) Lags a case if lagging.
5031
5032         * weight.c: (cmd_weight) Removed compatibility code.
5033         
5034 Sun Aug 17 22:34:40 1997  Ben Pfaff  <blp@gnu.org>
5035
5036         * getline.h: (struct getl_script) New members loop_index, macros.
5037
5038         * getline.c: (getl_add_file) Sets first_line field to NULL.
5039         (getl_add_DO_REPEAT_file) New function.
5040         (handle_line_buffer) When the current line's length is negative,
5041         set the filename and line number.  Increment line number after
5042         reading line.  Pass the line to
5043         copy_with_DO_REPEAT_substitutions() for processing.
5044         (getl_close_file) Free DO REPEAT lines before freeing the
5045         filename, and just set the filename to NULL when doing this,
5046         because otherwise the filename gets freed twice.
5047
5048         * glob.c: (glob var queuing) Removed.  All references removed.
5049
5050         * lexer.c: Comment fixes.
5051         (get_token_representation) New function.
5052
5053         * repeat.c: Comment fixes.
5054         (struct repeat_entry) Replaced type and v union members with a
5055         simple string.
5056         (append_record) New function.
5057         (internal_cmd_do_repeat) Started reforming it for the new
5058         repeat_entry struct.  Properly records filename changes in the
5059         getl_line_buf.  Fixed improper use of = for ==.  Fixed sense of
5060         strncasecmp() result usage.  Uses append_record() to simplify.
5061         Properly discards END REPEAT line.  Calls getl_add_DO_REPEAT_file
5062         to add in the file.
5063
5064         (copy_with_DO_REPEAT_substitutions) Started coding.
5065
5066         [DEBUGGING] (debug_print_lines) New function.
5067
5068         * set.q: (custom_results, internal_cmd_set) s/VER_PCP40/VER_PC/;
5069
5070         * tokens.h: (macro is_id1, is_idn) New macros.
5071
5072 Sat Aug 16 10:57:41 1997  Ben Pfaff  <blp@gnu.org>
5073
5074         * cmdline.c: (static var pre_syntax_message) Changed `win'
5075         compatibility mode to `wnd'.
5076
5077         * data-list.c: (fixed_parse_spss) Renamed
5078         fixed_parse_compatible().
5079
5080         * glob.c: (init_glob) Excise unused code for
5081         program_invocation_short_name.
5082
5083         * lexer.c: (preprocess_line) Leading indentors are ignored in Wnd
5084         as well as in X.
5085
5086         * print.c: (fixed_parse_spss) Renamed fixed_parse_compatible().
5087
5088         * set.q: `win' compatibility renamed `wnd'.
5089
5090 Thu Aug 14 22:11:12 1997  Ben Pfaff  <blp@gnu.org>
5091
5092         * filename.c: [__WIN32__] Change the included Windows header files
5093         (again).
5094         (absolute_filename_p) [__MSDOS__] A filename with a colon as the
5095         second character is absolute.
5096         (dirname) Fix logic error.  Don't printf() the results.
5097         (prepend_dir) Don't printf() the results.
5098
5099         * getline.c: (handle_line_buffer) New function.
5100         (getl_read_line) Reads line with handle_line_buffer() when
5101         appropriate.
5102         (getl_close_file) Discard line buffer data.
5103
5104         * getline.h: Comment fixes.
5105         (struct getl_line_list) New struct.
5106         (getl_script_struct) Added line buffer members.  These are hooks
5107         for use by DO REPEAT to allow it to insert virtual source code
5108         into the program.
5109
5110         * glob.c: (init_glob) [__DJGPP__ || (__WIN32__ && __BORLANDC__)]
5111         Override Borland C++ stupidity that claims Windows has a console
5112         window size of 0x3.
5113
5114         * repeat.c: This is in the process of being restructured from
5115         using a token-buffering approach to the DO REPEAT facility to
5116         using the more flexible approach of a line-buffering approach in
5117         conjunction with the getline module.  Comment fixes.
5118         (struct tok_struct) Removed.
5119         (static vars queue_index, queue_head, queue) Removed.
5120         (static vars line_buf_head, line_buf_tail) New vars.
5121         (internal_cmd_do_repeat) Instead of queuing tokens, queue lines.
5122         Not complete.
5123         (pull_queue, destroy_queue) Removed.
5124         [DEBUGGING] (debug_print_tokens) Removed.
5125
5126 Tue Aug  5 13:57:58 1997  Ben Pfaff  <blp@gnu.org>
5127
5128         * file-handle.q: (prepend_current_directory) New function.
5129         (internal_cmd_file_handle, fh_get_handle_by_filename) Prepends
5130         current directory before normalizing filename.
5131
5132         * filename.c: (gnu_getcwd) New function.
5133         (absolute_filename_p) New function.
5134         (search_path) New argument, PREPEND.  All references changed to
5135         pass NULL except those explicitly mentioned.  Uses
5136         absolute_filename_p().  Prepends PREPEND before trying the
5137         filename.
5138         (dirname, prepend_dir) New functions.
5139
5140         * getline.c: (getl_get_current_directory) New function.
5141         (getl_include) Passes getl_get_current_directory() as PREPEND arg
5142         to search_path().
5143                 
5144 Sun Aug  3 11:42:36 1997  Ben Pfaff  <blp@gnu.org>
5145
5146         * In several source files, the term `script' was replaced with
5147         `syntax file' inside error messages.  Usage of the term `script'
5148         in the sense of a syntax file is now deprecated.
5149
5150         * cmdline.c: (static vars pre_syntax_message, post_syntax_message)
5151         Updated messages.
5152
5153         * dump-sysfile.c: (usage) Update message.
5154
5155         * getline.c: (getl_read_line) Ignore lines beginning with `#!'.
5156
5157         * getline.h: (glob var getl_include_path) Declare extern.
5158
5159         * list.q: Define EXTERN as extern before #including somP.h.
5160
5161         * var.h: Remove declaration of `disptype' variable.
5162
5163         * vfm.c: (close_active_file) After switching the data sink to a
5164         data source, set vfm_sink to NULL, because it doesn't exist any
5165         more.
5166
5167 Thu Jul 17 21:41:44 1997  Ben Pfaff  <blp@gnu.org>
5168
5169         * glob.c: [__BORLANDC__] Include math.h.  Define _matherr() and
5170         _matherrl() to ignore all math errors.
5171
5172         * sfm-read.c: (read_value_labels) When reading the labels from
5173         disk, read the little parts separately instead of as a struct;
5174         this avoids alignment problems.
5175
5176         * sfm-write.c: (struct sfm_fhuser_ext) New member `elem_type'.
5177         (sfm_write_dictionary) Sets elem_type and frees it on lossage.
5178         (write_header) Allocates and initializes elem_type.
5179         (sfm_write_case) Uses elem_type to determine how to handle each
5180         flt64 element.
5181         (sfm_close) Frees elem_type.
5182
5183         * sfmP.h: Comment fix.
5184         [__BORLANDC__] Uses #pragma -a to adjust structure member
5185         alignment.
5186         
5187 Thu Jul 17 01:55:12 1997  Ben Pfaff  <blp@gnu.org>
5188
5189         * Makefile.am: (fiasco_SOURCES) Remove display.c.
5190
5191         * common.c: Fix typo.
5192
5193         * dfm.c: (read_record) Remove strncasecmp() emulation and fix the
5194         sense of the condition.
5195
5196         * expr-evl.c: (macro ALLOC_STRING_SPACE) [!PAGED_STACK] Add
5197         line-continuation backslash.
5198
5199         * filename.c: [__WIN32__] Include <windef.h> before <winbase.h>.
5200
5201         * frequencies.q: (custom_grouped, add_percentile) Don't use a
5202         non-constant expression as an argument to sizeof.
5203
5204         * glob.c: [__WIN32__ && __BORLANDC__] When including <conio.h>,
5205         undefine gettext macro because that's a conio function.
5206
5207         * hash.h: (hsh_prime_tab declaration) Remove.
5208
5209         * list.q: (write_fallback_headers) Move `leader' allocation out of
5210         main loop.  Change to local_alloc() allocation.
5211
5212         * output.h: Formatting fixes.  Put __attribute__ in right place on
5213         function prototypes.
5214
5215         * sfm-read.c: (read_machine_flt64_info, read_variables) Change
5216         incorrect `SECOND_LOWEST_VALUE' references to proper
5217         `second_lowest_value'.
5218
5219         * som-frnt.c: (EXTERN macro) Define as `extern' instead of null
5220         value.  This way 2 out of 3 of the som files define the vars
5221         extern, the correct way, that actually works under BC++.
5222         (som_set_float) Don't use nonconstant initializers for a struct.
5223
5224         * som-high.c: Add the standard alloca() header.
5225         (replicate_table) Add prototype.
5226
5227         Merged DISPLAY routine.
5228         * sysfile-info.c: (AS_*) New enum series.
5229         (cmd_sysfile_info) Gutted.  Calls describe_variable() to do the
5230         dirty work.
5231         (cmd_display, display_macros, display_documents,
5232         display_variables) Stolen from defunct display.c.
5233         (describe_variable) New function.
5234
5235         * temporary.c: [0] (display_tree) New debug function.
5236         (copy_variable) Performs shallow copy of value labels instead of
5237         deep copy; i.e., just copys the AVL tree and increments the
5238         reference counts.
5239
5240         * val-labs.c: Comment fixes.
5241         (do_value_labels) Optionally skip leading forward slash.
5242         (get_label) Creates only a single value label instead of many
5243         copies of one, and sets the reference count.
5244
5245         * display.c: Removed.
5246
5247         * dump-sysfile.c: New file, not yet complete.
5248
5249 Fri Jul 11 23:02:18 1997  Ben Pfaff  <blp@gnu.org>
5250
5251         For lots of source files I added more verbose_msg's.  These aren't
5252         listed below as they have tested as being benign.  In some cases
5253         these replaced debug_printf() calls.
5254
5255         * output.c: (outp_read_devices) Message fix.
5256
5257         * postscript.c: (output_encodings) Message fix.  Reports errors on
5258         fclose().
5259         (postopen) Message fix.
5260         
5261 Fri Jul 11 14:09:40 1997  Ben Pfaff  <blp@gnu.org>
5262
5263         * dfm.c: (dfm_close) Don't call fclose() for a NULL FILE.
5264
5265         * filename.c: (close_file_ext) Set f->file to NULL *after* closing
5266         it.
5267
5268         * main.c: Remove <malloc.h> #include.
5269
5270         * mis-val.c: (parse_numeric) Set .f member for each missing[]
5271         instead of trying to just set the missing[] itself, which is a
5272         gcc-specific idiom.
5273
5274         * sfm-read.c: (read_variables) Same.
5275
5276         * str.h: Add memmem() prototype.
5277
5278         * val-labs.c, var-labs.c: Replace <malloc.h> with <stdlib.h>.
5279
5280 Thu Jul 10 22:13:53 1997  Ben Pfaff  <blp@gnu.org>
5281
5282         * Makefile.am: (q2c) Don't include any libraries in the link.
5283
5284         * dfm.c: (force_line_buffer_extension) New macro.
5285         (count_tabs) New function.
5286         (tabs_To_spaces) New function.
5287         (read_record) Calls tabs_to_spaces() on the line being processed.
5288
5289         * q2c.c: Disabled i18n for this proglet so that libintl.a doesn't
5290         have to be compiled twice (once for CC, once for LOCAL_CC).
5291  
5292 Sun Jul  6 19:14:33 1997  Ben Pfaff  <blp@gnu.org>
5293
5294         * Makefile.am: (INCLUDES) Add intl directory; fix directories.
5295         (LDADD) Add @INTLLIBS@.
5296         (q2c) Add LIBS, @INTLLIBS@ to link step.
5297
5298         * inpt-pgm.c: Turn off debugging.
5299
5300         * postscript.c: (postopen) Format fix.  local_free() blocks
5301         returned by local_alloc(); don't free() them.
5302
5303 Sat Jul  5 23:44:51 1997  Ben Pfaff  <blp@gnu.org>
5304
5305         * data-in.c: (parse_string_as_format) Comment fix.  Fix check for
5306         string length.
5307
5308         * data-list.c: (read_from_data_list_fixed) Pass proper value for
5309         LEN arg, not simply the full string length.
5310
5311         * sort.c: (allocate_file_handles) Check SPSS compatible temp file
5312         directories before generic temp file directories.
5313
5314         * vfm.c: Disable debugging.
5315
5316 Fri Jul  4 13:26:41 1997  Ben Pfaff  <blp@gnu.org>
5317
5318         * get.c: Comment fix.
5319         (cmd_save_internal) Always passes GTSV_OPT_SAVE option.
5320
5321 Wed Jun 25 22:52:28 1997  Ben Pfaff  <blp@gnu.org>
5322
5323         * expr-prs.c: (debug_print_postfix) Conditionally included on
5324         GLOBAL_DEBUGGING.  Removed out_header() reference.
5325
5326         * exprP.h: Removed #undef GLOBAL_DEBUGGING.
5327
5328 Sun Jun 22 22:00:28 1997  Ben Pfaff  <blp@gnu.org>
5329
5330         * ascii.c: Removed obsolete ascii_close_page() prototype.
5331
5332         * command.c: (output_line) Comment fix.
5333
5334         * data-in.c: Formatting fix.
5335         (parse_string_as_format) Now the `fc' argument is used only for
5336         the purpose of error messages; it is not an index into the string
5337         passed.  All references changed.
5338
5339         * data-list.c: Comment fix.
5340         (cut_field) Comment fix.  Now returns the column number of the
5341         position of the field cut out on success.
5342         (parse_field) Added `column' argument.  Puts the column numbers in
5343         the error message.
5344         (read_from_data_list_free, read_from_data_list_list) Record the
5345         column number returned by cut_field(), pass it to parse_field().
5346
5347         * dfm.c: Comment fix.
5348
5349         * do-ifP.h: Comment fix.
5350
5351         * expr-prs.c: (SYSMIS_func) Implemented string-type arguments for
5352         the SYSMIS function.
5353
5354         * expr.h, exprP.h: Comment fix.
5355
5356         * glob.c: (init_glob) Only calls setlocale() and family if
5357         ENABLE_NLS set.
5358
5359         * hash.h: Comment fix.
5360
5361         * include.c: Comment fix.
5362
5363         * output.c: Comment fix.
5364
5365         * postscript.c: (ps_line_intersection) Simplified assertion.
5366
5367         * repeat.c: Comment fix.
5368
5369         * vars-atr.c: Comment fix.
5370
5371         * vars-prs.c: Comment fix.
5372
5373         * vfm.c: (vector_initialization) [DEBUGGING] Fixed undefined
5374         behavior with usage of postincrement.
5375         (memory_stream_read) Discards cases as it goes. 
5376
5377 Sun Jun 15 16:45:17 1997  Ben Pfaff  <blp@gnu.org>
5378
5379         * Makefile.am: Cleans q2c, not just distcleans it.  Distcleans
5380         foo.
5381
5382         * Most source files: Includes debug-print.h, related comment
5383         fixes.
5384
5385         * cases.c: (alloc_val) Removed complex allocation code.  Merely
5386         increments default_dict.nval and returns the former value.
5387         (envector, devector) Removed references to lv member of struct
5388         variable.
5389
5390         * common.h: (macro VME) Replaced complex definition with simple
5391         one.
5392
5393         * data-list.c: (cmd_data_list) Sets vfm_source instead of
5394         read_active_file and cancel_input_pgm.
5395         (read_from_data_list, cancel_data_list) Removed.
5396         (data_list_source_read, data_list_source_destroy_source) New
5397         functions.
5398         (glob var data_list_source) New var.
5399
5400         * dfm.c: (open_file_r, open_file_w) Simplified debug output.
5401         (cmd_begin_data) Improved criteria for an input program accessing
5402         the inline file.  Still not perfect.
5403
5404         * do-if.c: (do_if_trns_proc) Simplified debug output.
5405
5406         * expr-prs.c: Comment fixes.
5407         [DEBUGGING] (debug_print_postfix) Simplified debug output.
5408
5409         * file-handle.q: (fh_close_handle) Simplified debug output.
5410
5411         * file-type.c: Comment fixes.
5412         (cmd_file_type) Sets vfm_source instead of read_active_file and
5413         cancel_input_pgm.
5414         (cmd_end_file_type) On failure, discards variables in place of
5415         just canceling the input program.
5416         (read_from_file_type) Renamed file_type_source_read.
5417         (cancel_file_type) Renamed file_type_source_destroy_source.
5418         (glob var file_type_source) New var.
5419
5420         * get.c: (GTSV_* enum series) New enums GTSV_OPT_SAVE, GTSV_NONE.
5421         (cmd_get) Initializes options to GTSV_NONE before passing to
5422         trim_dictionary().  Removed `lv' reference.  Sets vfm_source
5423         instead of read_active_file and cancel_input_pgm.
5424         (cmd_save_internal) Initializes options before passing to
5425         trim_dictionary().  Local var `nval' removed.
5426         (dict_delete_run) Comment fixes.
5427         (trim_dictionary) Comment fixes.  Disallows scratch variables if
5428         GTSV_OPT_SAVE set in options.
5429         (read_from_get) Renamed get_source_read.
5430         (cancel_get) Renamed get_source_destroy_source.
5431         (glob var get_source) New var.
5432
5433         * inpt-pgm.c: (cmd_input_program) Sets vfm_source instead of
5434         read_active_file and cancel_input_pgm.
5435         (read_from_input_program) Renamed input_program_source_read.
5436         Simplified debug output.
5437         (cancel_input_program) Renamed
5438         input_program_source_destroy_source.
5439         (glob var input_program_source) New var.
5440
5441         * loop.c: (loop_1_trns_proc) Simplified debug output.
5442
5443         * main.c: (dump_token) Made eof output more explicit.
5444
5445         * sfm-read.c: (read_variables, dump_dictionary) Removed `lv'
5446         references.
5447
5448         * sort.c: (cmd_sort_cases) Disallows scratch variables.  Removed
5449         code for always-memory or always-disk cases.  malloc's case-list
5450         based on vfm_source_info.ncases.  Explicit support for
5451         memory_stream via memory_source_cases.
5452         (do_external_sort) Sets vfm_source instead of read_active_file and
5453         cancel_input_pgm.
5454         (allocate_file_handles) The temporary directory permissions are
5455         set to 0700 instead of 0777.
5456         (allocate_cases) Formatting fixes.  Simplified debug output.
5457         (output_record) Compacts the case if necessary before writing it
5458         out.
5459         (close_handle, open_handle_w) Simplified debug output.
5460         (write_initial_runs) Destroys vfm_sink, then sets it to
5461         sort_stream.  Writes records to memory based on
5462         vfm_sink_info.case_size.
5463         (write_to_sort_cases) Renamed sort_stream_write().
5464         (merge) Simplified error handling.  Simplified debug output.
5465         Formatting fixes.
5466         (read_from_external_sort) Renamed sort_stream_read().
5467         Reads records based on vfm_source_info.case_size.
5468         (sort_stream_write) Writes records to memory based on
5469         vfm_sink_info.case_size.
5470         (sort_stream_mode) New function.
5471         (glob var sort_stream) New variable.
5472
5473         * temporary.c: (cmd_temporary) Simplified debug output.
5474         (copy_variable) Removed references to `lv'.
5475
5476         * title.c: (get_title) Simplified debug output.
5477
5478         * var.h: Comment fixes.
5479         (struct get_proc) Removed member `lv'.
5480         (struct variable) Removed member `lv'.  Comment fixes.
5481         (glob vars read_active_file, write_active_file, cancel_input_pgm)
5482         Removed.
5483         (struct case_stream) New.
5484
5485         * vars-atr.c: (discard_variables) Changed cancel_input_pgm,
5486         read_active_file references to use vfm_source.
5487         (init_variable, replace_variable) Removed references to `lv'.
5488
5489         * vfm.c: Comment fixes.
5490         (glob var vfm_source, vfm_sink, vfm_source_info, vfm_sink_info)
5491         New variables.
5492         (static var queue, qh, qt, n_lag) Removed.  All references
5493         removed.
5494         (glob var compaction_necessary, compaction_nval, compaction_case,
5495         paging) New variables.
5496         (record_case) Removed.
5497         (procedure) Comment fixes.  Calls vfm_source->read() instead of
5498         read_active_file().
5499         (lag) Removed.
5500         (prepare_for_writing, arrange_compaction, make_temp_case,
5501         vector_initialization, setup_filter) New function.
5502         (open_active_file) Most of the code moved into the abovementioned
5503         new functions.  Now sets temp_dict to &default_dict if there is no
5504         temporary dictionary, for convenience.  New debug output.
5505         (close_active_file) Deals with changing the sink to the source.
5506         Calls finish_compaction().  Frees compaction_case.  Mostly
5507         rewritten.
5508         (glob vars disk_source_file, disk_sink_file) New vars.
5509         (destroy_active_file, read_from_memory) Removed.
5510         (disk_stream_init, disk_stream_read, disk_stream_write,
5511         disk_stream_mode, disk_stream_destroy_source,
5512         disk_stream_destroy_sink) New functions.
5513         (glob var vfm_disk_stream) New var.
5514         (glob vars memory_source_cases, memory_sink_cases,
5515         memory_sink_iter, memory_sink_max_cases) New vars.
5516         (memory_stream_init, memory_stream_read, memory_stream_write,
5517         memory_stream_mode, memory_stream_destroy_source,
5518         memory_stream_destroy_sink) New functions.
5519         (glob var vfm_memory_stream) New var.
5520         (write_case) Local var `i' renamed `cur_trns'; local var `retval'
5521         named `more_cases'.  Simplified debug output.  Otherwise mostly
5522         rewritten.
5523         (record_case) Moved into the stream drivers.  Removed.
5524         (transform) Removed (was dead code).
5525         (SPLIT_FILE_procfunc) s/vfm_replacement/vfm_sink_info/.  In the
5526         common case that the splits don't change, we don't need to copy
5527         the case into prev_case again--pointless.
5528         (compact_case) New function.
5529         (finish_compaction) New function.
5530
5531         * vfmP.h: Comment fixes.
5532         (DEV_* enum series) Removed. 
5533         (struct storage) Renamed `stream_info'.  Removed variant record.
5534         Removed `device' member.
5535
5536         * debug-print.h: New file.
5537         
5538 Sun Jun  8 01:12:38 1997  Ben Pfaff  <blp@gnu.org>
5539
5540         * autorecode.c: Turned off debugging.
5541
5542         * data-list.c: (destroy_dls) Closes the associated file handle.
5543
5544         * descript.q: (custom_variables) Added PV_NO_SCRATCH to
5545         parse_variables() options.
5546
5547         * dfm.c: (open_file_r) Removed gratuituous argument to msg() call.
5548
5549         * display.c: (display_variables) Really fixed null cell bug.
5550
5551         * file-handle.q: (fh_close_handle) Changed debugging message.
5552
5553         * frequencies.q: (custom_variables) Added PV_NO_SCRATCH to
5554         parse_variables() options.
5555
5556         * list.q: Added PV_NO_SCRATCH in q2c varlist options.
5557         (cmd_list) Fails if no variables specified.
5558         (determine_layout) Writes blank lines manually.
5559
5560         * loop.c: (loop_1_trns_proc) Made debugging code only print
5561         messages if debugging.
5562
5563         * q2c.c: (dump_subcommand) Appends sbc->message to SBC_VARLIST
5564         parse_variables() arguments.
5565         (main) Parses optional parenthesized options to varlist
5566         subcommands into sbc->message.
5567
5568         * sfm-read.c: Format fix.
5569
5570         * var.h: (FV_*) New enum series.
5571         (PV_*) New enum PV_NO_SCRATCH.
5572
5573         * vars-prs.c: (find_var) Removed.
5574         (fill_all_vars) Takes FV_* enum instead of boolean third
5575         argument.  Rewritten to deal with scratch as well as system
5576         variables.
5577         (parse_variables) Error message on scratch variable if
5578         PV_NO_SCRATCH set.
5579
5580         * vfm.c: (static var virt_begin_func) New var.
5581         (procedure) Sets up virt_begin_func.
5582         (SPLIT_FILE_procfunc) For the first case, calls virt_begin_func()
5583         after dump_splits().  For succeeding groups changes, calls
5584         virt_begin_func() instead of begin_func().      
5585
5586 Fri Jun  6 22:42:23 1997  Ben Pfaff  <blp@gnu.org>
5587
5588         * count.c, data-out.c, file-handle.q, list.q, loop.c: Turned off
5589         debugging.
5590
5591         * dfm.c: Added some debugging messages, disabled by default.
5592         (open_file_r) Fixed error message.
5593         (read_record) On eof on inline_file, instead of calling
5594         fh_close_handle(), simply jump to eof label like a normal file.
5595         Message fixes.
5596
5597         * display.c: Thin lines between rows for certain kinds of
5598         listing.  Fixed `null cell' bug.
5599
5600         * error.c: (failure) Flush stdout, stderr before failing.
5601
5602         * file-handle.q: (fh_close_handle) Added debugging message.
5603
5604         * frequencies.q: (dump_full) Bottom line extends across entire
5605         table width.  Changed title formatting.
5606         (dump_condensed) Changed title formatting.
5607         (dump_statistics) Fixed title formatting.
5608
5609         * glob.c: (init_glob) Moved initialization of cur_proc out of #if.
5610         Sets default value of set_format.
5611
5612         * list.q: (cmd_list) Calls blank_line() before determine_layout().
5613         Passes write_all_headers() to procedure() as pre-group func.
5614         (write_all_headers) New function.
5615         (determine_layout) Removed calls to write_header().
5616         Calls blank_line() before and after write_fallback_headers().
5617
5618         * recode.c: (recode_trns_free) Only attempts to free head->map if
5619         non-NULL.
5620
5621         * sfm-read.c: (read_variables) Allows `#' at beginning of system
5622         file variable names but gives a warning.  Sets `left' based on
5623         first character being/not being `#'.  On lossage frees dict->var.
5624
5625         * som-high.c: (som_draw_title) Simplified title formatting.
5626
5627         * vfm.c: (dump_splits) Fixed and changed splits formatting.
5628
5629 Thu Jun  5 22:51:15 1997  Ben Pfaff  <blp@gnu.org>
5630
5631         * autorecode.c: (cmd_autorecode) Sets h_trans to NULL at
5632         beginning.  Frees v_src, v_dest on successful exit.  Frees
5633         h_trans[*], h_trans on lossage.
5634         (recode) Frees h_trans[*], h_trans.
5635
5636         * dfm.c: (dfm_close) Formatting change.
5637         (open_inline_file) Now passed a dfm_fhuser_ext to initialize; no
5638         longer allocates its own in inline_file.
5639         (open_file_r) Passes the local dfm_fhuser_ext to
5640         open_inline_file().
5641         (open_file_w) Message fix. 
5642         (read_record) Buffer reallocation strategy changed.  Frees
5643         ext->line even in inline_file to prevent leaks.
5644         (dfm_put_record) Fixed bug where `ext' was cached before the file
5645         was opened and thus it would be NULL when the file really was
5646         open.
5647         (cmd_begin_data) Sets up inline_file basics itself, then calls
5648         open_inline_file() for the dfm_fhuser_ext.  Formatting fix.
5649
5650         * list.q: (write_line) Formatting fix.
5651         (clean_up) Minor strategy change.  Sets proportional font after
5652         finishing cleanup.
5653         (determine_layout) Sets fixed font before writing regular headers,
5654         or after writing fallback headers.
5655
5656         * modify-vars.c: (cmd_modify_vars) Frees variable lists for DROP
5657         and KEEP vars after using them.
5658
5659         * postscript.c: (ps_init_driver) Frees x->family.
5660         (postopen) When loading fonts, free the temporary font name buffer
5661         after using it.
5662         (ps_text_set_font_by_position) Free temporary font name buffer
5663         after using it.
5664         (text) Fixed code that calculated `lig' so that `lig' always gets
5665         initialized.  Formatting fix.
5666
5667         * som-low.c: (get_cell_size, som_get_table_size) `prop_height' ->
5668         `font_height'.
5669         [GLOBAL_DEBUGGIGN] (check_table) Use arena_alloc() to allocate
5670         cells, not xmalloc(), so that the cells will get destroyed
5671         automatically.
5672
5673         * sysfile-info.c: (cmd_sysfile_info) Frees the dictionary after
5674         using it.
5675
5676 Tue Jun  3 23:33:22 1997  Ben Pfaff  <blp@gnu.org>
5677
5678         * ascii.c: (ascii_text_draw) Always sets metrics for strings that
5679         are drawn.
5680
5681         * dfm.c: Comment fix.
5682
5683         * list.q: Comment fixes.  Include somP.h.  Removed static vars
5684         table, n_columns, n_rows, part.  New struct list_ext.  New static
5685         var line_buf.
5686         (n_lines_remaining, n_chars_width, write_line) New functions.
5687         (cmd_list, list_cases) Rewritten.
5688         (begin_row, end_row, flush_table) Removed.
5689         (write_header, clean_up, write_varname, write_fallback_headers,
5690         determine_layout) New functions.
5691
5692         * output.c: (outp_iterate_enabled_drivers) Minor reformat.
5693
5694         * output.h: Comment fix.
5695
5696         * postscript.c: Comment fix.
5697         (struct ps_driver_ext) Removed prop_size, fixed_size members;
5698         added font_size.  All references changed.
5699         (ps_init_driver) Initializes font_size.  Simplified space checking
5700         code.
5701         (static var option_tab[]) Removed prop-size, fixed-size; added
5702         font-size.
5703         (ps_option) Handles font_size.
5704
5705         * som-high.c: Moved prototypes into somP.h.
5706         (som_init_driver) New function.
5707         (som_submit_table) Moved some code into new function
5708         som_init_driver().
5709         (build_target) Moved some code into new function
5710         som_internal_eject_page().
5711         (som_eject_page) Uses som_internal_eject_page().
5712         (som_internal_eject_page) New function.
5713
5714         * som-low.c: Moved prototypes into somP.h.
5715
5716         * som.h: Formatting fixes.
5717
5718         * somP.h: (struct som_driver_ext) Removed em_width;
5719         added prop_em_width, fixed_width.
5720
5721 Mon Jun  2 14:25:25 1997  Ben Pfaff  <blp@gnu.org>
5722
5723         * Makefile.am: Added `localedir' definition.  Added
5724         -DLOCALEDIR="..." to DEFS.  Added -I. to INCLUDES.
5725
5726         * ascii.c: (macro draw_line) Fixed capitalization.
5727
5728         * ascii.c, autorecode.c, cases.c, cmdline.c, command.c, common.c,
5729         compute.c, count.c, data-in.c, data-list.c, data-out.c,
5730         descript.q, dfm.c, display.c, do-if.c, error.c, expr-evl.c,
5731         expr-opt.c, expr-prs.c, file-handle.q, file-type.c, filename.c,
5732         formats.c, frequencies.q, get.c, getline.c, glob.c, groff-font.c,
5733         hash.c, heap.c, include.c, inpt-pgm.c, lexer.c, list.q, loop.c,
5734         main.c, mis-val.c, misc.c, modify-vars.c, numeric.c, output.c,
5735         postscript.c, print.c, q2c.c, recode.c, rename-vars.c, repeat.c,
5736         sample.c, sel-if.c, sfm-read.c, sfm-write.c, sfmP.h, som-frnt.c,
5737         som-high.c, som-low.c, sort.c, split-file.c, sysfile-info.c,
5738         temporary.c, title.c, tokens.h, val-labs.c, var-labs.c,
5739         vars-atr.c, vars-prs.c, vector.c, vfm.c, weight.c: Marked strings
5740         for internationlization.
5741
5742         * glob.c: [HAVE_LOCALE_H] Includes locale.h.
5743
5744 Sun Jun  1 23:31:18 1997  Ben Pfaff  <blp@gnu.org>
5745
5746         * do-if.c, sort.c, val-labs.c: Comment fixes.
5747
5748         * glob.c: (init_glob) Uncommented, updated i18n support.
5749         
5750         * arena.c, ascii.c, data-in.c, descript.q, error.c, expr-evl.c,
5751         expr-opt.c, expr-prs.c, filename.c, frequencies.q, groff-font.c,
5752         output.c, postscript.c, sfm-read.c, som-high.c, vars-prs.c: Made
5753         the declarations of macros taking arguments a lot nicer.
5754
5755 Sun Jun  1 17:22:04 1997  Ben Pfaff  <blp@gnu.org>
5756
5757         * error.h: Removed CE, CW aliases for SE, SW.
5758
5759         * q2c.c: Removed explicit streq() definition since it's duplicated
5760         in str.h.
5761         
5762         * approx.h, error.h, font.h, hash.h, misc.h, output.h, somP.h,
5763         stats.h, str.h, tokens.h: Made the declarations of macros taking
5764         arguments a lot nicer-looking of <pinard@iro.umontreal.ca>.
5765         Comment fixes.
5766
5767 Sun Jun  1 12:02:06 1997  Ben Pfaff  <blp@gnu.org>
5768
5769         * cmdline.c: Comment fixes.
5770         (pick_compat) Changed return type to int.  Now, instead of setting
5771         glob var `compat' to the emulation, returns the emulation.  All
5772         references changed.
5773         (parse_command_line) Added terminating null to end of
5774         `long_options' array definition.
5775         (pre_syntax_message) Fixes.
5776         (usage) Shows the default emulation in the syntax message by
5777         calling pick_compat().
5778
5779         * getline.c: (getl_add_include_dir) Separates paths with
5780         PATH_DELIMITER, not DIR_SEPARATOR.
5781
5782         * glob.c: (init_glob) Fixed references to DEFAULT_VER_PCP40,
5783         DEFAULT_VER_WIN61, DEFAULT_VER_X40.
5784
5785         * output.c: (outp_configure_macro) Make earlier definitions for a
5786         particular key override later ones for the same key.
5787         
5788 Fri May 30 19:40:49 1997  Ben Pfaff  <blp@gnu.org>
5789
5790         * ascii.c: Comment fixes.
5791
5792         * output.c: (outp_get_paper_size)
5793         s/STAT_OUTPUT_INIT_FILE/STAT_OUTPUT_PAPERSIZE_FILE/.
5794         
5795 Sun May 25 22:34:07 1997  Ben Pfaff  <blp@gnu.org>
5796
5797         * ascii.c, postscript.c, sfm-read.c, sfm-write.c, sort.c: Include
5798         <errno.h>.  GNU libc 2 enforces this!
5799
5800         * command.c: (parse_cmd) Fixed problem with `else' clause being
5801         paired with wrong `if'.  Comment fix.
5802
5803 Fri May  9 16:53:52 1997  Ben Pfaff  <blp@gnu.org>
5804
5805         * getline.c: [!HAVE_LIBREADLINE] (read_console) Changed
5806         blp_getline() to getline().
5807
5808         * output.c: (outp_eval_dimension) Changed the fix from last time;
5809         there was no variable `a'.
5810
5811         * q2c.c: (get_line) Fixed boundary condition overrun bug.
5812
5813 Mon May  5 21:58:22 1997  Ben Pfaff  <blp@gnu.org>
5814
5815         * output.c: (outp_evaluate_dimension) Fixed handling of negative
5816         numbers having fractional parts.  Added case of a fraction without
5817         a whole-number part.
5818
5819 Fri May  2 22:08:05 1997  Ben Pfaff  <blp@gnu.org>
5820
5821         * ascii.c: (ascii_text_get_font_position) Removed.
5822
5823         * expr.h, exprP.h: Disabled debugging.
5824
5825         * groff-font.c, postscript.c: Changed `groff' to `Groff' in
5826         several places.
5827
5828         * output.h: (struct outp_class_struct) Removed
5829         text_get_font_position method.  All references deleted.
5830
5831         * postscript.c: Big change here.  Fontmaps were completely
5832         eliminated because of a change in philosophy.  Comment fixes.
5833         (struct ps_fontmap, ps2dit_map, font_family, dit2family_map)
5834         Removed.
5835         (struct ps_driver_ext) `position', `fontmap', `prop_name',
5836         `fixed_name' members removed.  New members `prop_family',
5837         `fixed_family'.  `family' member changed to type char *.
5838         (static var ps_fontmaps) Removed.
5839         () Removed.
5840         (ps_init_driver) Removed obsolete references, updated.
5841         Initializes `translate_x', `translate_y', `scale'.  Doesn't read
5842         fontmap, of course.  Refers to font names through internal_name
5843         rather than subversive means.  Frees proper items.
5844         (static var option_tab[]) Removed `fontmap-file' option; renamed
5845         `fixed-font', `prop-font'.
5846         (ps_option) Corresponds to option_tab[].
5847         (read_fontmap, release_fontmap, ps_to_dit, compare_ps2dit,
5848         hash_ps2dit, compare_dit2family, hash_dit2family, compare_family,
5849         hash_family) Removed.
5850         (postopen) Generates font names from family names.  Gets
5851         PostScript font name properly.  New prologue file comment `!!!'
5852         style.
5853         (ps_open_page) Adds translate_x, translate_y to BP prologue
5854         function; gives SF argument floating-point format.
5855         (ps_text_set_font_by_name) Doesn't try to map PostScript->Groff
5856         font name.  Doesn't change font family.
5857         (ps_text_set_font_by_position) Generates Groff font name from font
5858         family name instead of through table lookup.
5859         (ps_text_set_font_by_family) Renamed `ps_text_set_font_family',
5860         all references changed.  Reduced to simple string assignment.
5861         (ps_get_font_name) Removed.
5862         (ps_get_font_family) Reduced to string return.
5863         (text) Doesn't save `position' since it no longer exists.  Ugly
5864         kluge to save font family--fix soon?
5865         (load_font) Removed PostScript name argument.
5866         
5867 Thu May  1 14:58:59 1997  Ben Pfaff  <blp@gnu.org>
5868
5869         * postscript.c: Comment fix.
5870         (ps_open_page) Puts scale factor in PostScript output.
5871         
5872 Sat Apr 26 11:49:32 1997  Ben Pfaff  <blp@gnu.org>
5873
5874         * Makefile.am: Distcleans q2c.
5875
5876 Wed Apr 23 21:33:48 1997  Ben Pfaff  <blp@gnu.org>
5877
5878         * ascii.c: (delineate) Sets text size even if width is zero.
5879
5880         * command.c: Comment fix.
5881         (static var cmd_table[]) Re-enabled EVALUATE command.
5882         (parse_cmd) Lotsa comment fixes.  Fixed infinite loop in parsing
5883         of comments in script files.  Now more liberal on criteria for
5884         performing a state transition--if *anything* happened correctly,
5885         not just if *everything* happened correctly.
5886
5887         * data-out.c: (convert_F) Comment fix.  Why in the fsck does
5888         Checker segfault on formatting large numbers and why in the fsck
5889         hadn't I noticed this before?
5890
5891         * expr.h, exprP.h: No longer turn off GLOBAL_DEBUGGING.
5892
5893         * list.q: (cmd_list) Commented out the actual output routine
5894         because of various problems.  Probably will abandon the idea of
5895         using the general `crushed tables' for the LIST procedure.
5896
5897         * temporary.c: (restore_dictionary) Sets var_by_name to NULL after
5898         clearing it.  Allocates a new var_by_name dictionary before trying
5899         to add members to it.
5900
5901         * vars-atr.c: [DEBUGGING] (dump_one_var_node) Removed argument
5902         `sib'.  Changed type of `node' argument.
5903         [DEBUGGING] (dump_var_tree) Replaced avlwalk() with
5904         avl_walk_inorder().
5905         (clear_variable) Only dumps the var tree if var_by_name non-NULL.
5906         [DEBUGGING] Only deletes the variable from var_by_name if that var
5907         non-NULL.
5908
5909 Fri Apr 18 16:48:41 1997  Ben Pfaff  <blp@gnu.org>
5910
5911         * Makefile.am: Added include files to SOURCES.  Added
5912         frequencies.q to EXTRA_DIST.  Removed include/ from INCLUDES.  Now
5913         includes rules for q2c.  Added `boast' target.
5914
5915 Fri Apr 18 15:42:22 1997  Ben Pfaff  <blp@gnu.org>
5916
5917         * Makefile.am: Maintainer-clean Makefile.in.
5918         
5919         * Makefile.am: Fixed redundant EXTRA_DIST line.
5920
5921         * ascii.c: Comment fixes.
5922         (ascii_line_vert) Fixed overly aggressive range check.
5923
5924         * display.c: Removed dead code.
5925
5926         * list.q: Turn debugging on.
5927         (flush_table) New debug code.
5928
5929         * sfm-read.c: (read_value_labels) malloc's the structure before
5930         trying to assign to its members.
5931
5932         * sfm-write.c: Comment fix.
5933
5934         * som-high.c: (som_submit_table) Sets som.t and som.d on each call
5935         to output_table().
5936         (output_table) No arguments anymore--gets them through `som'
5937         global.  New debug code.  In crushed tables, now sets `htv' as
5938         well as `hv' to avoid bad confusion later.
5939         (dump_crush_page) New debug code.
5940
5941         * som-low.c: (som_dump_crush_page) New debug code.
5942
5943 Thu Mar 27 01:11:29 1997  Ben Pfaff  <blp@gnu.org>
5944
5945         All source files: Broke long lines into multiple lines.
5946         
5947         * ascii.c: (ascii_close_page) Uses host_system var in place of
5948         HOST_SYSTEM constant.
5949
5950         * cmdline.c: (var syntax_message[]) Broke into
5951         pre_syntax_message[] and post_syntax_message[].
5952         (usage) Outputs both parts, separated by driver list.
5953
5954         * error.h: Fixed broken formatting.
5955
5956         * expr-opt.c: (str_search, str_rsearch) New functions.
5957
5958         * misc.c: (blp_getdelim) Removed.  All references changed to
5959         `getdelim'.
5960         (str_search, str_rsearch) Removed.
5961         (memrmem) New function.
5962
5963         * misc.h: (blp_getline) Removed.  All reference changed to
5964         `getline'.
5965
5966         * stat.h: New file.
5967
5968         * filename.c: Includes "stat.h", not <sys/stat.h>.
5969         (blp_getenv) Uses host_system var instead of HOST_SYSTEM constant.
5970
5971         * output.c: (outp_list_classes) Changed output formatting.
5972
5973         * sfm-write.c: (write_header) Uses host_system var instead of
5974         HOST_SYSTEM constant.
5975         (write_rec_7_34) Extracts version numbers from the version string.
5976         Untested.
5977
5978         * sort.c: Includes "stat.h", not <sys/stat.h>.
5979
5980         * str.c: (strcasecmp) Removed.
5981
5982         * title.c: (cmd_document) Uses host_system var instead of
5983         HOST_SYSTEM constant.
5984
5985         * version.c: Generated on-the-fly by the Makefile instead of being
5986         static.
5987
5988         * str.h: Comment fixes.  Doesn't substitute for missing memmove or
5989         memcpy.
5990         [!HAVE_STRNCASECMP] Declares strncasecmp().
5991
5992         * version.h: Removed stray character.  Comment fixes.
5993         (vars host_system, build_system) New vars.
5994
5995 Mon Mar 24 21:47:31 1997  Ben Pfaff  <blp@gnu.org>
5996
5997         * Most source files: Changed formatting of copyright notice; fixed
5998         FSF address; reformatted to better conform to GNU standards;
5999         comment fixes.  Added markups to prevent GNU indent from messing
6000         up my beautiful formatting :-).
6001         
6002         * q2c.c: (get_line) Ignores lines that begin with `/* *INDENT' so
6003         that GNU indent markups can be passed through without problems.
6004
6005 Wed Feb 19 21:30:31 1997  Ben Pfaff  <blp@gnu.org>
6006
6007         * get.c: Turned off debugging.
6008
6009         * glob.c: (init_glob) Turned on save-file compression by default.
6010
6011         * sfm-write.c: (sfm_write_case) Fixed bug which resulted in less
6012         compression than was possible in save files.
6013
6014 Sun Feb 16 20:57:20 1997  Ben Pfaff  <blp@gnu.org>
6015
6016         * data-out.c: (convert_F) Comment fixes.  Debug message fixes.
6017
6018         * frequencies.q: Removed Fiasco extensions.  Updated calculation
6019         algorithms.  Polished output format. 
6020         (struct frq_info_struct) Removed members `max_degree', `min_n',
6021         all references removed.
6022         (macro frq_extensions) Removed.
6023         (static vars min_n, max_degree) Removed, all references removed.
6024         (internal_cmd_frequencies) Doesn't handle extensions.  Doesn't
6025         calculate `min_n', `max_degree'.
6026         (postcalc) Passes new arg to dump_statistics().
6027         (dump_full) Honor NOLABEL option.  Buggy?  Adds variable name
6028         title.
6029         (dump_condensed) Adds variable name title.
6030         (sum_freqs) Removed.
6031         (calc_stats) Updated calculation algorithm.
6032         (dump_statistics) Removed warning for too-few observations.
6033         Changed table formatting.  Adds variable name title if passed new
6034         arg is nonzero.
6035
6036         * output.h: Comment fix.
6037
6038         * recode.c, sample.c, sort.c: Disabled debug code.
6039
6040         * som-frnt.c: (som_set_value, som_set_float, som_set_text)
6041         Improved debug code.
6042
6043         * var.h: (enum series frq_*) Removed Fiasco extensions.
6044
6045 Sat Feb 15 21:26:53 1997  Ben Pfaff  <blp@gnu.org>
6046
6047         * command.c: Added PROCESS IF to command table.
6048
6049         * Lots & lots of places, removed checks for NULLs preceding calls
6050         to free_expression(), which itself checks.
6051
6052         * descript.q: Removed Fiasco extensions.  Removed optimizations
6053         for non-weighted active files.  Implemented some options.
6054         Finished polishing output format.  Comment fixes.  Merged
6055         `descript.g'.
6056         (static vars n_glob_miss_list, n_glob_valid, n_glob_missing,
6057         max_degree, min_n) Removed.
6058         (macro dsc_extensions) Removed.
6059         (struct dsc_info_struct) Removed `min_n' member, all references
6060         fixed.
6061         (internal_cmd_descriptives) Removed calculation of min_n,
6062         max_degree.  Only deals with one `calc' routine instead of two
6063         flavors.
6064         (precalc) Eliminated redundancy.  Updated for changes to
6065         descriptives_proc structure.
6066         (calc) Moved here from `descript.g'.  Rewritten to calculate
6067         statistics via `moments about the mean' rather than by summing,
6068         summing squares, summing cubes, and so on.
6069         (postcalc) Rewritten for new-style statistical calculation.
6070         (display) Removed support for displaying variables across rows.
6071         No longer crushes the descriptives table.  Removed ancient code.
6072         Added display of N, by variable and listwise.
6073
6074         * descript.g: Removed; merged into `descript.q'.
6075
6076         * expr-evl.c: (evaluate_expression) Now returns a double.  For
6077         numeric results, it returns the result as well as storing it in
6078         the passed `value' structure if non-NULL.  For string results it
6079         just returns 0.0 and it must be passed non-NULL.  Many references
6080         to this function were optimized by use of this change, especially
6081         but not exclusively in `compute.c'.
6082
6083         * frequencies.g: Comment fix.
6084
6085         * glob.c: (glob var process_if_expr) New global var.
6086
6087         * postscript.c: (static var option_tab[]) Corrected entry for
6088         `fixed_size'.
6089         (postopen) Sets x->size to x->prop_size.
6090         (ps_text_set_font_by_name) Sets font size as well as typeface for
6091         PROP and FIXED fonts.
6092         
6093         * sel-if.c: (cmd_process_if) New function.
6094
6095         * sfm-write.c: (struct sfm_fhuser_ext) New member `n_cases'.
6096         (sfm_write_dictionary) Sets `n_cases' to 0.
6097         (sfm_write_case) Increments `n_cases'.
6098         (sfm_close) Attempts to seek the system file back to the header
6099         and write the number of cases in its proper slot.
6100
6101         * som-frnt.c: (som_insert_table) Masks off expansion options since
6102         only SOPT_X_NORM seems to work sensibly.
6103
6104         * som-low.c: (get_cell_size) Fixed bug when a table cell was sized
6105         with a `fixed' value of 2.
6106
6107         * sort.c: (cmd_sort_cases) Cancels PROCESS IF.
6108
6109         * sysfile-info.c: (cmd_sysfile_info) Doesn't display more than 10
6110         value labels; uses SOPT_NONE instead of SOPT_X_BOTH.
6111
6112         * var.h: (enum series dsc_*) Removed Fiasco extensions.
6113         (struct descriptives_proc) Removed `miss_noweight'; new members
6114         `X_bar', `M2', `M3', `M4', `min', `max'.
6115
6116         * vars-atr.c: (discard_variables) Cancels PROCESS IF.
6117
6118         * vfm.c: (close_active_file) Cancels PROCESS IF.
6119         (write_case) Doesn't process cases unselected by PROCESS IF.
6120
6121 Fri Feb 14 23:32:58 1997  Ben Pfaff  <blp@gnu.org>
6122
6123         * glob.c: (glob var err) Removed.
6124
6125         * sysfile-info.c: (cmd_sysfile_info) When adjusting table size,
6126         doesn't have to take into account number of value labels since
6127         they're in a subtable anyway.  Also, doesn't display more than 10
6128         value labels since we can't yet break pages in subtables.
6129
6130 Tue Feb  4 15:15:50 1997  Ben Pfaff  <blp@gnu.org>
6131
6132         * som-frnt.c: (som_change_table_size) Simple change for elegance
6133         that shouldn't change behavior.
6134         (som_set_value) Comment fix.
6135
6136         * som-high.c: (som_submit_table) Message fix.
6137
6138 Wed Jan 22 21:54:00 1997  Ben Pfaff  <blp@gnu.org>
6139
6140         * command.c: Added SYSFILE INFO to command table.
6141
6142         * file-handle.q: (fh_handle_filename) New function.
6143
6144         * get.c: (save_trns_proc) Fixed a bug in padding of output data
6145         with spaces.
6146
6147         * main.c: (parse) New return value for command functions, -3.
6148
6149         * misc.h: Comment fix.
6150
6151         * output.h: Comment fixes.
6152         (macro COMPONENTS) Removed.
6153
6154         * postscript.c: (write_text) Modified literal_chars[] so that `('
6155         and ')' are not written to the output in strings as literals.
6156
6157         * sfm-read.c: (sfm_read_dictionary) New argument.
6158         (read_header) New argument.  Sets the information structure's
6159         values from the header information.  
6160         (read_variables) [__CHECKER__] Redefines isalnum()--some sort of
6161         bizarre Checker problem, I guess.
6162         (read_variables) Proper cleanup on lossage.
6163
6164         * sfm.h: (struct sfm_read_info) New struct for use by
6165         sfm_read_dictionary().
6166
6167         * som-frnt.c: (som_create_table) New argument CREATE_FLAGS,
6168         currently used just for tables that can be dynamically resized and
6169         thus have to be allocated with arena_malloc() instead of
6170         arena_alloc().  All references changed.
6171         (som_change_table_size) New function.
6172         (som_insert_table) Bugfix: now inserts `cell', not `c'!
6173
6174         * som-high.c: [GLOBAL_DEBUGGING] (check_table) Moved to som-low.c.
6175         (som_submit_table) [GLOBAL_DEBUGGING] Doesn't call check_table()
6176         any more.
6177
6178         * som-low.c: (draw_cell) Calls draw_table_cell() for SCON_TABLE
6179         cells.
6180         (draw_intersection) Now takes an argument specifying the table in
6181         question.  All references changed.
6182         (draw_table_cell) New function.
6183         (som_get_table_size) [GLOBAL_DEBUGGING] Calls check_table().
6184         (som_get_table_size) Many nice new explanatory comments.
6185         [GLOBAL_DEBUGGING] (check_table) Moved here from som-high.c.
6186
6187         * som.h: New enum series SOM_CREATE_* for use as create flags with
6188         som_create_table().
6189
6190         * str.h: Moved a comment here from TODO.
6191
6192         * sysfile-info.c: New file.  Reference implementation.
6193
6194 Sun Jan 19 14:22:11 1997  Ben Pfaff  <blp@gnu.org>
6195
6196         * command.c: Added RENAME VARIABLES to table of commands.
6197
6198         * data-in.c: (dls_error) Sets `cust_field'.
6199         (parse_N) Message fix.
6200         (parse_day_count) New function.
6201         (to_roman) Never outputs VX as a `short form' of V.
6202         (parse_month) Fixed parsing of Roman numerals.
6203         (parse_trailer) Message fix.
6204         (parse_DATE, parse_ADATE, parse_EDATE, parse_SDATE, parse_JDATE,
6205         parse_QYR, parse_MOYR, parse_WKYR, parse_DTIME) Issue a message if
6206         the date is invalid.
6207         (parse_SDATE) Fixed swapped day, year.
6208         (parse_JDATE) Fixed bug for dates in 1582.
6209         (parse_DTIME) Allows days not between 1 and 31.
6210         (parse_numeric) Makes local copy of f.type for easier usage.
6211         FMT_DOLLAR fixed.
6212
6213         * data-out.c: (convert_F) When outputting as scientific, properly
6214         sets f.type as fp->type.
6215         (insert_commas) Fixed operator precedence problem with setting of
6216         nitems.  Changed strcpy to memcpy (no null terminator). 
6217         (convert_date) Fixed FMT_JDATE: added 1900 to year.
6218         (convert_CCx) Essentially rewritten, but now it works.
6219
6220         * display.c: (cmd_display) Added DISPLAY FILE LABEL (undocumented
6221         feature of Fiasco).
6222         (display_documents) Implemented.
6223
6224         * error.c: (glob var cust_field) New var.
6225         (vmsg) Displays cust_field as part of message classes DE and DW.
6226
6227         * formats.c: (debug_print) Fixed to compile under updated
6228         dictionary format.
6229
6230         * get.c: (cmd_get, cmd_save_internal) Close file handle on
6231         failure.
6232
6233         * misc.c: (parse_format_specifier) Formatting fix.
6234
6235         * modify-vars.c: (struct var_modification) Renamed `n_reorder' as
6236         `n_rename' for clarity.
6237         (cmd_modify_vars) Initializes `forward' and `positional' at
6238         appropriate times.  Frees lists of vars to rename on failure.
6239         Comment fix.  Frees memory on success.  
6240         (rearrange_dict) Simplified `for' loop condition.
6241
6242         * rename-vars.c: New file (reference implementation).
6243         
6244         * set.q: (internal_cmd_set) Fixed `emu' test condition.
6245
6246         * sfm-read.c: (read_header) File label is created only if file
6247         label in file is not blank.
6248         (read_variables) Initializes `dict' local variable.
6249         (read_documents) Proper behavior on lossage.
6250
6251         * sfm-write.c: (write_header) Doesn't blank out the file label
6252         (why was this here to begin with?!)
6253
6254         * temporary.c: (save_dictionary) File label is copied only if
6255         non-NULL.  Doesn't try to xstrdup() dictionary documents.
6256         Adapted so as to not irritate Checker.
6257         (free_dictionary) Only destroys var_by_name if non-NULL.
6258
6259         * title.c: (cmd_file_label) Doesn't skip FILE, LABEL tokens.
6260         (cmd_document) Doesn't skip DOCUMENT token.  Adds some header
6261         lines to the document, indents the document.  Also, it works now.
6262         (add_document_line) New function.
6263
6264         * var.h: (struct dictionary) Reordering.
6265
6266         * vars-prs.c: (parse_variables) On lossage, only local_free()'s
6267         bits if it was allocated to begin with.
6268
6269 Thu Jan 16 13:08:57 1997  Ben Pfaff  <blp@gnu.org>
6270
6271         * command.c: Added MODIFY VARS to list of commands.
6272
6273         * configure.in: Updated custom macros for autoconf 2.12.  Removed
6274         mmap reference; fixed termcap library reference.
6275
6276         * display.c: (display_variables) Fixed a few bugs although it's
6277         still not well written.
6278
6279         * error.c: [!__CHECKER__] (chkr_disp_call_chain) New function.
6280         (induce_segfault) Calls chkr_disp_call_chain() instead of
6281         inducing an actual SIGSEGV.
6282
6283         * expr-opt.c: (evaluate_tree) Swapped order of arguments to
6284         str_search() and str_rsearch().  Fixed tests for matches on
6285         OP_INDEX and OP_RINDEX.
6286
6287         * filename.c: (good_getcwd) Removed as the new libc for Checker
6288         doesn't contain this bug, apparently.
6289
6290         * misc.c: (str_search, str_rsearch) Changed order of arguments for
6291         consistency with GNU memmem.
6292         (blp_getdelim) Changed `len' from `int' to `size_t'.
6293
6294         * modify-vars.c: Reference implementation.
6295
6296         * som-frnt.c: (zero_length) New global var.
6297         (som_create_table) Message fix.
6298
6299         * som.h: Added gcc attributions to som_set_text(),
6300         som_output_text() prototypes.  blank_line() refers to
6301         zero_length[] instead of a literal null string to suppress gcc
6302         warnings.
6303
6304         * sort.c: (do_external_sort) Fixed fencepost error on lossage.
6305         (allocate_cases) Decrements x_max so the last element of x[] can
6306         be used by the algorithm.
6307
6308         * var.h: Changed minor details of `variable' declaration.  
6309         (struct modify_vars_proc) New struct.
6310         (struct variable) Added field p.mfv.
6311
6312         * vars-atr.c: Comment fix.
6313
6314         * vars-prs.c: (fill_all_vars) More optimal implementation.
6315
6316         * vfm.c: (dump_splits) Sets the last byte of temp_buf to a null
6317         character, which it shouldn't have to do but printf() seems to
6318         read the null byte even though I supply a maximum length...
6319
6320 Fri Jan 10 20:22:08 1997  Ben Pfaff  <blp@gnu.org>
6321
6322         * command.c: Removed command alias X for QUIT.
6323         (parse_cmd) Fixed comment parsing.
6324
6325         * dfm.c: (struct dfm_fhuser_ext) Fields `len', `size' are now of
6326         type size_t.
6327         (read_record) Fixed references to len, size.
6328         (dfm_get_record) Restructured.
6329
6330         * file-handle.h: (struct file_handle) Field `lrecl' now of type
6331         size_t.
6332
6333         * file-handle.q: (internal_cmd_file_handle) Checks for nonpositive
6334         record length.
6335
6336         * modify-vars.c: New file.  Not complete.
6337         
6338         * set.q: (set_ccx) Fixed operator precedence problem regarding ^
6339         and ==.
6340
6341         * sfm-read.c: (bswap_flt64, read_header, write_variable) Fixed
6342         problems caused by int/size_t differences.
6343
6344         * sort.c: (output_record, merge_once) Cast `size_t's to `int's in
6345         appropriate spots.
6346
6347         * str.c: (strcasecmp) Fixed bug that cropped up when the strings
6348         being compared were of equal length.
6349
6350 Thu Jan  2 19:08:23 1997  Ben Pfaff  <blp@gnu.org>
6351
6352         * command.c: Added DOCUMENT, DROP DOCUMENTS, FILE LABEL.
6353
6354         * lexer.c: (get_dotted_rest_of_line) New function.
6355
6356         * sel-if.c: (cmd_filter) Cannot choose string or scratch variables
6357         as filters.
6358
6359         * sfm-read.c: (sfm_read_dictionary) Calls read_documents() to read
6360         type 6 records.  Frees the dictionary properly.
6361         (read_header) Initializes the dictionary instead of letting
6362         read_variables() do it.  Sets the dictionary file label from the
6363         system file.
6364         (read_documents) New function.
6365
6366         * sfm-write.c: (sfm_write_dictionary) Calls write_documents() to
6367         write type 6 record if appropriate.
6368         (write_header) Writes file label from dictionary.
6369         (write_documents) New function.
6370
6371         * temporary.c: (save_dictionary, restore_dictionary,
6372         free_dictionary) Properly handle new fields in dictionary struct.
6373
6374         * title.c: (get_title) Returns after failure().
6375         (cmd_file_label, cmd_document, cmd_drop_documents) New functions
6376         for new commands FILE LABEL, DOCUMENT, DROP DOCUMENTS.  Untested.
6377
6378         * var.h: (struct dictionary) New fields `label', `n_documents',
6379         `documents'.
6380
6381 Wed Jan  1 22:08:10 1997  Ben Pfaff  <blp@gnu.org>
6382
6383         * command.c: Added FILTER to list of commands.
6384
6385         * frequencies.g: [WEIGHTING] Removed test for weighting!=-1 since
6386         it's always true.
6387
6388         * get.c: (cmd_save_internal) Removed weighting code since it's now
6389         handled by sfm-write.c.  Properly commented out debug code.
6390
6391         * glob.c: (glob var weighting) Removed.
6392
6393         * sel-if.c: Comment fixes.
6394         (cmd_filter) New function.
6395
6396         * sfm-read.c: (struct sfm_fhuser_ext) New field `weight_index'.
6397         (sfm_read_dictionary) Sets weighting variable direct in the
6398         created dictionary now.  (Apparently we previously didn't support
6399         weighting on GET?)
6400         (read_header) Sets weight_index field in sfm_fhuser_ext from
6401         header read from disk.
6402
6403         * sfm-write.c: (sfm_write_dictionary) Comment fix.
6404         (write_header) Now sets the weighting in the header from the
6405         passed primary dictionary instead of from the sfm_write_info.
6406
6407         * sfm.h: (struct sfm_write_info) Removed field `weight'.
6408
6409         * som-high.c: (dump_crush_table) Fixed a couple of assertions that
6410         broke on boundary conditions.
6411
6412         * var.h: (struct dictionary) New fields `weight_var',
6413         `weight_index', and `filter_var'.
6414         (glob var weighting) Removed.  This is now part of struct
6415         dictionary.  All references changed; the less mechanical changes
6416         are described above.
6417
6418         * vars-atr.c: (find_dict_variable) New function.
6419
6420         * vfm.c: (static var filter_index) New variable.
6421         (open_active_file) Initializes filter_index from default_dict.
6422         (write_case) Calls proc_func() only if the filter variable is
6423         nonzero; this implements FILTER behavior.
6424
6425         * weight.c: (static var weight_varname) Removed.
6426         (cmd_weight) Modified default_dict instead of glob vars.
6427         (update_weighting) Changed the signature to modify a dictionary
6428         instead of glob vars.  Now returns the weighting variable.
6429         (get_weighting_variable) Removed; its function is absorbed by
6430         update_weighting().
6431         (stop_weighting) Operates on a dictionary now.
6432
6433 Wed Jan  1 17:00:59 1997  Ben Pfaff  <blp@gnu.org>
6434
6435         * sort.c: Removed debugging info from messages.
6436         (do_external_sort) Cleans up after itself by deleting the
6437         temporary directory on failure.  (On success it is deleted by the
6438         input program.)
6439         (allocate_cases) Removed debug code.  Added clean up code.
6440         (output_record) Removed debug code.
6441         (merge) Added code to close all the input files that are currently
6442         open.  This is a likely location for bugs, because I'm not sure
6443         about boundary conditions.  Removed an unnecesary heap_delete().
6444         (merge_once) Removed input file "optimization" that in fact
6445         screwed up the rest of the code.  Message and comment fixes.
6446
6447 Sun Dec 29 21:36:48 1996  Ben Pfaff  <blp@gnu.org>
6448
6449         * error.c: [__CHECKER__] (induce_segfault) Flushes output streams.
6450
6451         * heap.c: (heap_delete) New argument.
6452
6453         * sort.c: Finished implementation of external sort.
6454
6455         * vfm.c: (read_from_disk) Returns after a disk error.
6456
6457 Sun Dec 22 23:10:39 1996  Ben Pfaff  <blp@gnu.org>
6458
6459         * sort.c: (static var state) Removed.
6460         (static vars max_handles, tmp_basename, tmp_extname,
6461         huffman_queue) New variables.
6462         (do_external_sort) Moved most code to new functions.
6463         Creates huffman_queue.
6464         (allocate_file_handles, allocate_cases) New functions.
6465         (static vars run_no, run_length, file_index, case_count) New
6466         variables. 
6467         (output_record) Returns success.  Now really writes to the output
6468         file.
6469         (begin_run, end_run) New functions.
6470         (write_initial_runs) Returns success.  Initializes run_no to -1.
6471         Calls begin_run(), end_run() at appropriate times.  Outputs debug
6472         messages.
6473         (write_to_sort_cases) Calls begin_run(), end_run() at appropriate
6474         times.
6475         (merge) New function.
6476
6477         * heap.c, heap.h: New files.  Hopefully in near-final form.
6478
6479 Sat Dec 21 21:51:04 1996  Ben Pfaff  <blp@gnu.org>
6480
6481         * glob.c: Added write_active_file to global vars.
6482
6483         * sort.c: Several new miscellaneous static variables.
6484         (cmd_sort_cases) Big comment fix.
6485         (perform_case_2) Renamed `do_external_sort' and completely
6486         rewritten.
6487         (case_2_proc_func) Removed.
6488         (output_record, write_initial_runs, write_to_sort_cases,
6489         compare_record) New functions.
6490
6491         * vfm.c: [DEBUGGING] (index_to_varname) Excised bit rot.
6492
6493 Tue Dec 17 18:57:59 1996  Ben Pfaff  <blp@gnu.org>
6494
6495         * sort.c: (perform_case_2) Changed the method for allocation of
6496         lots of memory--now allocates one case at a time in hopes that
6497         more cases can be allocated with heavily fragmented memory.
6498
6499         * var.h: (write_active_file) New global var.
6500
6501         * vfm.c: (procedure, close_active_file, write_case,
6502         SPLIT_FILE_procfunc) Now allow beginfunc, procfunc, and endfunc
6503         arguments to procedure() to be NULL.  All references to
6504         procedure() that made use of dummy functions were changed to NULL
6505         functions.
6506         (open_active_file) If write_active_file is non-NULL, the output
6507         device becomes DEV_PGM (a new enum).
6508         (close_active_file) Sets write_active_file to NULL.
6509         (read_from_memory) Comment fix.
6510         (record_case) Calls write_active_file() when the output device is
6511         DEV_PGM.
6512
6513 Sun Dec 15 15:32:16 1996  Ben Pfaff  <blp@gnu.org>
6514
6515         * sort.c: New file.
6516
6517         * autorecode.c: (cmd_autorecode) Fixed parsing of options.
6518         Fixed checking for duplicate varnames.
6519         (recode) xmalloc()'s the transformation instead of arena_alloc()'ing
6520         it.
6521         (autorecode_trns_free) Destroys hash tables for each recoding
6522         specification.
6523         (autorecode_proc_func) Compares NULL to *vpp instead of vpp.
6524
6525         * command.c: Added SORT CASES to cmd_table.
6526         (null_func, null_int_func) Prototyped.
6527
6528         * descript.g: (calc_weight, calc_noweight) Computes own case
6529         number now.
6530         
6531         * frequencies.q: (dump_statistics) Fixed problem with
6532         too-few-cases warning message.
6533
6534         * get.c: (cmd_save_internal) Handles weighting properly.
6535
6536         * hash.c: (hsh_dump) Output format changed.
6537         (force_hsh_insert) Actually works now, prototype changed.
6538
6539         * list.q: (static var case_num) New variable.
6540         (cmd_list) Initializes case_num.
6541         (list_cases) Increments case_num.
6542
6543         * var.h: Added definitions for SORT CASES.  Comment fixes.
6544
6545         * vfm.c: Some definitions moved to new file vfmP.h.  Comment
6546         fixes.  `active' renamed vfm_active, `rep' renamed
6547         vfm_replacement, all references changed.
6548         (procedure) The procfunc no longer receives a case number.  All
6549         references changed.
6550         (write_case) Subtle reordering.
6551         (SPLIT_FILE_procfunc) Counts cases differently.  Slightly less
6552         redundant.
6553
6554         * weight.c: (get_weighting_variable) New function.
6555
6556         * vfmP.h: New file with definitions from vfm.c.
6557
6558 Sat Dec 14 10:35:30 1996  Ben Pfaff  <blp@gnu.org>
6559
6560         * command.c: (FILE_TYPE_okay) Commented out some tests because
6561         they're clumsy and not yet needed.
6562
6563         * var.h: Most *_trns structures moved to their respective source
6564         files.  Some were moved into a new file, do-ifP.h.  Comment fixes.
6565         (union any_trns) Changed to a typedef for trns_header.
6566         (struct input_program_pgm) Removed.
6567
6568         * vars-prs.c: (parse_variables) Only local_free()'s bits if it
6569         was allocated in the first place.
6570
6571 Fri Dec 13 21:30:53 1996  Ben Pfaff  <blp@gnu.org>
6572
6573         * autorecode.c: New file.
6574         
6575         * command.c: Added AUTORECODE to command table; re-enabled SET.
6576
6577         * data-out.c: (convert_F) Handles infinities and NaNs properly.
6578
6579         * error.c: (vmsg) Comment fixes.
6580
6581         * hash.c: Comment fix.
6582         (hashpjw_d) New function.
6583         (hashpjw) Reimplemented as call to more general function
6584         hashpjw_d().
6585         (internal_comparison_fn) Initializes pointers properly.
6586         (hsh_sort) [GLOBAL_DEBUGGING] New debugging code.
6587         (force_hsh_insert, force_hsh_find) New debugging wrapper
6588         functions.
6589
6590         * main.c: (main) Message fix.
6591
6592         * output.c: (outp_read_devices) Message fix.
6593
6594         * set.q: Comment fixes.
6595         (custom_results) Implemented Wnd/X form of subcommand.
6596         (set_routing) New function.
6597         (internal_cmd_set) Implemented ERRORS, MESSAGES.
6598
6599         * settings.h: (SET_ROUTE_*) New enum series.
6600         (set_results) Renamed set_results_file, all references changed.
6601         (set_messages) Removed.
6602         (glob vars set_errors, set_messages, set_results) New vars.
6603
6604         * title.c: (get_title) Remembers to xstrdup() the result of
6605         get_rest_of_line().
6606
6607         * var.h: (arc_item, arc_spec, autorecode_trns) New structures for
6608         use by AUTORECODE.
6609         (union any_trns) New element `arc'.
6610
6611 Fri Dec  6 23:53:47 1996  Ben Pfaff  <blp@gnu.org>
6612
6613         * command.c: (output_line) Removed references to set_screen.
6614
6615         * error.c: (static var terminating) New var.
6616         (hcf) Sets terminating to 1.
6617         (vmsg) If terminating is nonzero, does not attempt to call hcf().
6618         This prevents an infinite loop if an error occurs within hcf().
6619
6620         * expr-evl.c: (evaluate_expression) [__CHECKER__] Replaced case
6621         statement circumlocution with `case 42000' trick.
6622         (evaluate_expression) New support for OP_STR_MIS.
6623
6624         * expr-opt.c: (evaluate_expression) [__CHECKER__] Replaced case
6625         statement circumlocution with `case 42000' trick.
6626         (dump_node) Handles OP_STR_MIS.
6627
6628         * expr-prs.c: (MISSING_func, SYSMIS_func) Rewrote to handle string
6629         variables exceptions.
6630         (parse_function) Message fix.
6631         (ops[]) Added OP_STR_MIS.
6632
6633         * expr.h: Added OP_STR_MIS to OP_* enum.  Comment fixes.
6634
6635         * exprP.h: [__CHECKER__] Removed case statement circumlocution.
6636
6637         * glob.c: Removed set_scrnfile glob var.
6638         (init_glob) set_errorbreak set to 0 by default.
6639
6640         * groff-font.c: Changed included files.
6641         (groff_read_font) Initializes font_arena local var correctly.
6642         (default_font) New function.
6643
6644         * output.c: Comment fixes.
6645         (glob var disabled_devices) New variable.
6646         [GLOBAL_DEBUGGING] (static var iterating_driver_list) New
6647         variable.
6648         [GLOBAL_DEBUGGING] (reentrancy) New function.
6649         [GLOBAL_DEBUGGING] (outp_read_devices, outp_done, find_driver,
6650         outp_iterate_enabled_drivers) Calls to reentrancy().
6651         (destroy_list) New function.
6652         (outp_done) Moved code to destroy_list().
6653         (parse_options) Parses `listing', `screen', `printer' options
6654         internally.
6655         (configure_driver) Sets new `device' member of driver.
6656         (outp_iterate_enabled_drivers, outp_enable_device) New functions.
6657
6658         * output.h: Comment fixes.  New enum series OUTP_DEV_*.
6659         (struct outp_driver_struct) New member `device'.
6660
6661         * postscript.c: (find_encoding_file) Doesn't display its own error
6662         messages.
6663         (default_encoding) New function.
6664         (switch_font) Calls default_encoding() if no encoding can be
6665         found.
6666         (text) Makes up a character metric if none exists for the desired
6667         character.
6668         (load_font) Properly copies a fallback filename.  Calls
6669         default_font() for a font if none at all are known.
6670
6671         * set.q: Comment fixes.  Removed OUTPUT subcommand.
6672         (custom_listing) Calls outp_enable_device() to enable/disable
6673         listing device.
6674         (turn_screen_on) Removed.
6675         (internal_cmd_set) Calls outp_enable_device() to enable/disable
6676         screen, printer devices.
6677
6678         * settings.h: Comment fixes.
6679         (glob vars set_output, set_printer, set_screen, set_scrnfile)
6680         Removed.
6681
6682         * som-high.c: (som_submit_table, som_eject_page) Use
6683         outp_iterate_enabled_drivers() instead of iterating
6684         outp_driver_list directly.
6685
6686 Wed Dec  4 21:34:17 1996  Ben Pfaff  <blp@gnu.org>
6687
6688         * data-in.c: (parse_EDATE, parse_SDATE) New functions.
6689         (parse_string_as_format) Handles new formats.
6690         (parse_numeric) Now handles DOT and PCT formats.
6691
6692         * data-out.c: (convert_E, convert_F, insert_commas) Handle DOT
6693         format now.
6694         (convert_date) Handle EDATE and SDATE formats.
6695         (convert_CCx) Now if there's not room for the currency characters,
6696         converts it as F format if it's positive instead of giving up
6697         quickly.  Also fixed save-and-restore bug with decimal point
6698         characters.  
6699         (convert_format_to_string) Handles new formats.
6700
6701         * misc.c: (formats[]) Added new formats.
6702         (convert_fmt_ItoO) Supports new formats.
6703
6704         * sfm-read.c: (parse_format_spec) Supports new formats.  Better
6705         data checking.  New argument, all references changed.
6706
6707         * sfm-write.c: (write_format_spec) Supports new formats.
6708
6709         * var.h: New formats FMT_DOT, FMT_PCT, FMT_EDATE, FMT_SDATE.
6710         Comment fixes.
6711
6712 Sun Dec  1 17:19:00 1996  Ben Pfaff  <blp@gnu.org>
6713
6714         * cmdline.c: Comment fixes.
6715         (parse_command_line) Changed return type to void.
6716
6717         * data-in.c: (parse_string_as_format) Added FMT_CCA...FMT_CCE to
6718         switch.
6719         (parse_numeric) Handles international numbers (comma as decimal
6720         point).  Some reformatting.
6721
6722         * data-list.c: (parse_free) Default output format is now
6723         set_format instead of hard-coded F8.2.
6724         (read_from_data_list_list) Emits error message on undefined data
6725         only if set_undefined is nonzero.
6726
6727         * data-out.c: (convert_E) Changes decimal point from period to
6728         comma if appropriate.  Restructured.  Better comments.
6729         (convert_F) Changes decimal point from period to comma if
6730         appropriate.
6731         (insert_commas) Major bug with handling of negative values fixed.
6732         Also, inserts periods instead of commas if appropriate.
6733         (convert_CCx) New function.
6734         (convert_format_to_string) Added FMT_CCA...FMT_CCE to switch.
6735         (num_to_string) Changed `.' to set_decimal.
6736
6737         * dfm.c: Comment fixes.
6738         (dfm_close) Frees ext->line even in inline_file.
6739         (open_inline_file) New function.
6740         (open_file_r) When opening the inline file: now properly
6741         recognizes `BEGIN DATA.' line, and calls open_inline_file() to
6742         finish up.
6743         (read_record) Calls fh_close_handle() instead of dfm_close() to
6744         close the inline file.  Makes a copy of the line getl_buf to avoid
6745         interlock problems.
6746         (dfm_get_record) Restructured.  Now checks the return value of
6747         open_file_r().
6748         (cmd_begin_data) Moved open code into open_inline_file().  Relaxed
6749         checking for use of inline file.  No longer tries to close inline
6750         file.
6751
6752         * error.c: (glob var error_already_flagged) New var.
6753         (vmsg) Message change.  Now checks max number of errors/warnings,
6754         acts on it.
6755
6756         * file-handle.q: (fh_handle_name) Now allows closing of
6757         inline_file.
6758         (fh_init_files) Reformatted.
6759
6760         * get.c: (trim_dictionary) Checks SCOMP option instead of COMP.
6761
6762         * getline.c: (getl_include) Fixed bug that popped up when called
6763         when file queue was empty.
6764         (read_console) Resets error_count, warning_count,
6765         error_already_flagged to zero.
6766
6767         * glob.c: Many changes to update list of variables.
6768         (init_compat_dependent) Now this function is called whenever
6769         `compat' changes.  It now sets set_seed only if it hasn't
6770         previously been referenced.  It now calls
6771         lex_init_compat_dependent().
6772
6773         * include.c: (cmd_include_at) Frees temporary buffer instead of
6774         line buffer.  
6775         (cmd_include) Doesn't make copy of include file name.
6776
6777         * lexer.c: Comment fixes.
6778         (init_lex) Moved some code into new function
6779         lex_init_compat_dependent().
6780         (lex_init_compat_dependent) New function.
6781         (hex_val) Simplified.
6782         (preprocess_line) Uses set_endcmd instead of hardcoding `.'.
6783
6784         * main.c: Comment fixes.
6785         (main) Reformatted.
6786
6787         * misc.c: (formats[]) Added FMT_CCA...FMT_CCE.
6788         (check_input_specifier) Disallows FMT_CCA...FMT_CCE.
6789         (convert_fmt_ItoO) Detects FMT_CCA...FMT_CCE.
6790         (setup_randomize) Sets set_seed_used.
6791
6792         * set.q: Comment fixes.
6793         (custom_results) Conditionalizes on `compat'.
6794         (custom_log) Calls custom_journal().
6795         (set_ccx) New function.
6796         (cmd_set) Calls init_compat_dependent() when `compat' changes.
6797         Calls set_ccx() to handle CCA...CCE.  Sets set_grouping
6798         when set_decimal changes.  Range-checks values for MITERATE,
6799         MNEST.  Message fixes.
6800
6801         * settings.h: Comment fixes.
6802         (struct set_cust_currency) New struct.
6803         (set_cc[], set_grouping, set_seed_used) New global vars.
6804
6805         * var.h: (FMT_CCA...FMT_CCE) New output formats.
6806         (FCAT_OUTPUT_ONLY) New FCAT_* constant.
6807
6808 Thu Nov 28 23:14:07 1996  Ben Pfaff  <blp@gnu.org>
6809
6810         * glob.c: Revised variables to correspond to settings.h.
6811         (init_glob) Initializes variables from settings.h properly.
6812
6813         * set.q: Began long-overdue major revision to correspond to new
6814         philosophy.  Most code changed. 
6815
6816         * settings.h: Mostly changed; reorganized, reordered, large new
6817         comment.
6818
6819 Thu Nov 28 19:46:10 1996  Ben Pfaff  <blp@gnu.org>
6820
6821         * get.c: (cmd_save_internal) No longer forces compression off.
6822
6823         * sfm-read.c: (read_compressed_data) If eof is reached when
6824         reading a new instruction octet, only signal error if we're in the
6825         middle of a case.
6826
6827         * sfm-write.c: (COMPRESSION_BIAS) New #define.
6828         (struct sfm_fhuser_ext) New member `end'.
6829         (write_header) Refers to COMPRESSION_BIAS instead of magic 100.0.
6830         (ensure_buf_space) New function.
6831         (sfm_write_case) Reimplemented in order to support compression.
6832         (sfm_close) Writes out the remaining contents of the compression
6833         buffer if any.
6834
6835 Wed Nov 27 23:18:35 1996  Ben Pfaff  <blp@gnu.org>
6836
6837         * command.c: Defined SAVE and XSAVE commands in command table.
6838
6839         * common.h: second_lowest_value is of type flt64, not double.
6840
6841         * file-handle.h: Comment fix.
6842
6843         * get.c: Comment fixes.
6844         (static var `trns') New.
6845         (save_write_case_func, save_trns_proc, save_trns_free, null_func,
6846         cmd_save_internal, cmd_save, cmd_xsave) New functions.
6847         (dict_delete_run) Clears the variables and frees them now.
6848         (trim_dictionary) Sets default for compression.
6849         On KEEP subcommand, frees deleted variables as well as clearing
6850         them.  Finally got the sense of the test for deleting all
6851         variables correct.
6852         [DEBUGGING] (dump_dict_variables) Message fix.
6853
6854         * glob.c: (init_glob) set_compression set to 1 by default.
6855
6856         * list.q: Properly #includes config.h.
6857
6858         * misc.h: New macro REM_RND_UP.
6859
6860         * settings.h: Comment fix.
6861
6862         * sfm-read.c: (structs sysfile_header, sysfile_format,
6863         sysfile_variable; inline function bswap_int32) Moved to new file
6864         sfmP.h.
6865         (corrupt_msg) [__CHECKER__] No longer induces segfault.
6866         (sfm_read_dictionary) Fixed bug caused by failing to initialize
6867         var_by_index.
6868         (read_machine_flt64_info) Fixed some problems caused by confusion
6869         between flt64 and double types.
6870         (read_header) Message fix.
6871         (read_variables) Fixed set of cases in which we byte-swap sv.print
6872         and sv.write.  Fixed confusion of flt64 and double.
6873
6874         * sfm.h: (struct sfm_write_info) New.
6875
6876         * som-high.c: (som_draw_title) Properly frees `s'.
6877
6878         * temporary.c: (save_dictionary) Comment fix.
6879
6880         * var.h: Comment fixes.  New FMT_* enum, FMT_NUMBER_OF_FORMATS.
6881         (struct trns_header) Formatting fix.
6882         (struct save_trns) New.
6883
6884         * vars-atr.c: (discard_variables) Comment fix.
6885
6886         * sfm-write.c: New file, baseline release.
6887
6888         * sfmP.h: New file, baseline release.
6889
6890 Sun Nov 24 14:53:53 1996  Ben Pfaff  <blp@gnu.org>
6891
6892         * cmdline.c: (parse_command_line) `--version' output updated.
6893         (glob var syntax_message[]) Added my e-mail address.
6894
6895         * file-handle.q, lexer.c, vfm.c: Changed many instances of
6896         `illegal' to `invalid'.
6897
6898         * sfm-read.c: (struct sfm_fhuser_ext) New fields used as
6899         uncompression buffer.
6900         (sfm_close) Frees decompression buffer.
6901         (sfm_read_dictionary) Initializes decompression buffer.
6902         (buffer_input, read_compressed_data) New functions.
6903         (sfm_read_case) Restructured; now calls read_compressed_data() to
6904         handle compressed system file data.
6905
6906         * var.h: Comment fix.
6907
6908 Mon Nov 11 15:34:09 1996  Ben Pfaff  <blp@gnu.org>
6909
6910         * dfm.c: (dfm_close) Does not set h->{ext,class} because the
6911         caller handles it.
6912          
6913         * get.c: New comments.  New static var `get_file'.
6914         (cmd_get) Now fully implemented.  Calls discard_variables();
6915         initializes fv and lv for all variables; new debug code; sets
6916         up the dictionary; sets up the input program.
6917         (read_from_get, cancel_get) New functions.
6918
6919         * sfm-read.c: Comment fixes.
6920         (sfm_close) New static function.
6921         (sfm_read_dictionary) Properly sets up the class of the
6922         file_handle.  No longer cares what size the data is in records of
6923         type 7.  Also, on failure, properly cleans up the file_handle and
6924         free()s some stuff.
6925         (read_variables) No longer thinks it knows `nval' of the
6926         dictionary.  Now sets p.get.fv, etc., instead of speculatively
6927         setting fv itself.
6928         (read_value_labels) Fixed off-by-one error in indexing of
6929         var_by_index[].
6930         (sfm_read_case) New function.
6931         (sfm_r_class) New static var.
6932
6933         * var.h: (get_proc) New struct.
6934         (struct variable) New member p.get.
6935
6936 Thu Nov  7 20:52:28 1996  Ben Pfaff  <blp@gnu.org>
6937
6938         * get.c: Removed GTSV_OPT_MAP because of a misinterpretation of
6939         the manual's meaning.
6940         (rename_variables) New function.
6941         (trim_variables) Doesn't try to parse MAP any more.  Removed debug
6942         code.  Now properly reorders the dictionary on the KEEP keyword.
6943
6944         * sfm-read.c: (read_value_labels) Fixed some bugs regarding
6945         garbage collection.
6946
6947         * vars-atr.c: (clear_variable) New argument `dictionary *'.
6948         (rename_variable) New function.
6949         (free_val_lab) Reformatted.
6950
6951 Thu Nov  7 17:29:16 1996  Ben Pfaff  <blp@gnu.org>
6952
6953         * var.h: Reindented entire file.  Comment fixes.
6954         (glob vars var, var_by_name, nvar, N, nval, n_splits, splits)
6955         Removed.
6956         (glob var default_dict) New.
6957         (struct indirect_dictionary) Removed.
6958
6959         * Many other source files were changed to add `default_dict.'
6960         before all references to the dictionary of the active file.
6961         
6962         * vars-atr.c: (make_indirect_dictionary) Removed.
6963
6964         * glob.c: Reindented all variable declarations.  Updated for
6965         changed var.h.  Comment fixes.
6966
6967         * temporary.c: (restore_dictionary, save_dictionary) Simplified
6968         because now we can mainly copy dictionary structs.
6969
6970         * vars-prs.c: (is_dict_varname, parse_dict_variable,
6971         parse_variables) Takes dictionary instead of indirect_dictionary
6972         first argument.
6973         (parse_variables) Instead of calling make_indirect_dictionary,
6974         just sets DICT to &default_dict if DICT is NULL.  Of course, lots
6975         of `*dict.' references had to be changed to `dict->'.  Removed
6976         debug code.
6977
6978 Thu Nov  7 15:48:52 1996  Ben Pfaff  <blp@gnu.org>
6979
6980         * get.c: Added GTSV_OPT_* series of enums.
6981         (trim_dictionary, dict_delete_run) New functions.
6982         [DEBUGGING] (dump_dict_variables) New function.
6983         (cmd_get) Calls trim_dictionary() to get dictionary fully set-up.
6984         [DEBUGGING] Calls dump_dict_variables() to display results.
6985
6986         * glob.c: (cmp_variable) Now a public function declared in var.h.
6987
6988         * sfm-read.c: Turned off debug code.  Comment fixes.
6989         (read_machine_int32_info, read_machine_flt64_info) New functions
6990         to parse type 7 records.
6991         (sfm_read_dictionary) Properly byteswaps several fields now.
6992         Calls read_machine_*_info() to parse type 7 subtypes 3 and 4
6993         records.  [DEBUGGING] Dumps dictionary.
6994         (read_variables) Sets `index' field of variables created properly.
6995         Constructs avl tree of variables in dictionary.  [DEBUGGING] No
6996         longer dumps dictionary.
6997         (read_value_labels) Properly byteswaps fields.  [DEBUGGING] New
6998         debug code.
6999         [DEBUGGING] (dump_dictionary) No longer stubbed out.
7000
7001         * temporary.c: (restore_dictionary) Destroys `var_by_name' glob
7002         var before destroying any variables just to save a little time.
7003
7004         * var.h: (struct variable) Reordered in order to make name[] the
7005         first member; this makes pointers to `variable' pointers to the
7006         variable name, simplifying avl trees, etc.
7007         (struct indirect_dictionary) New struct.
7008
7009         * vars-atr.c: (find_variable) Rewritten for efficiency.
7010         (make_indirect_dictionary, is_dict_varname, parse_dict_variable)
7011         New functions.
7012         (is_varname) Rewritten for efficiency.
7013         (parse_variables) New argument, which is a `dictionary *'.  All
7014         references changed.  This function now reads variable names from
7015         the dictionary passed, or from the default dictionary if NULL.
7016
7017 Tue Nov  5 18:34:59 1996  Ben Pfaff  <blp@gnu.org>
7018
7019         * misc.h: Added new macro DIV_RND_UP to perform integer division,
7020         rounding up.  Changed many references to ROUND_UP to use this
7021         instead.
7022
7023         * sfm-read.c: Includes avl.h.
7024         (corrupt_msg) Induces a segfault under Checker.
7025         (macro assertive_bufread) New.  Many references to bufread() now
7026         use this instead.
7027         (sfm_read_dictionary) Split up into several functions.  Added code
7028         to read dictionary records following the the type 2 records.  Not
7029         quite complete.  New variable `var_by_index'.
7030         (read_header, read_variables) New functions extracted from
7031         sfm_read_dictionary().
7032         (read_value_labels) New function.
7033         (bufread) Checks ferror() if fread() doesn't return the expected
7034         value; if ferror() is zero it's just EOF.
7035         (dump_dictionary) Stubbed out.
7036
7037         * BTW: The source code now exceeds 50000 lines!
7038         
7039 Mon Nov  4 22:03:28 1996  Ben Pfaff  <blp@gnu.org>
7040
7041         * command.c: Added GET to cmd_table[].
7042
7043         * list.q: Removed reference to alloca headers.
7044         (cmd_list) Gave prototype.
7045
7046         * sfm-read.c: Added DEBUGGING comments.
7047         (sfm_read_dictionary) Checks bias correctly.  Sets
7048         dict->var_by_name to NULL.  Calculates long_string_count
7049         correctly.  realloc's dict->var[] array to minimum size.
7050         [DEBUGGING] Calls dump_dictionary.
7051         [DEBUGGING] (dump_dictionary) New function.
7052
7053         * temporary.c: (save_dictionary) Sets var_by_name to NULL.
7054         (restore_dictionary) If the dictionary contains a non-NULL
7055         var_by_name, uses that instead of generating one.
7056         (free_dictionary) Destroys var_by_name.
7057
7058         * var.h: (struct dictionary) Added field `var_by_name'.
7059
7060         * get.c: New file, not complete.
7061
7062 Sun Nov  3 12:24:36 1996  Ben Pfaff  <blp@gnu.org>
7063
7064         * mis-val.c: New enums MV_NOR_*.  New struct num_or_range.
7065         (parse_num_or_range) New function.
7066         (parse_numeric) Reimplemented in order to support LOW THRU <n> and
7067         <n> THRU HIGH missing values.
7068
7069         * output.h: [__GNUC__>1 && __OPTIMIZE__] (width, height) Made
7070         __attribute__((const)).
7071
7072         * q2c.c: (get_token) Merged isdigit || isalpha into isalnum.
7073
7074         * sfm-read.c: Finished reference implementation.
7075
7076         * sfm.h: Includes var.h.
7077
7078         * var.h: Comment fixes.
7079         (struct `variable') Reordered some fields.
7080
7081         * vars-atr.c: (is_num_user_missing) Added support for MISSING_*
7082         constants added previously.
7083
7084 Wed Oct 30 17:13:08 1996  Ben Pfaff  <blp@gnu.org>
7085
7086         * common.h: Comment fixes.  Added declaration of
7087         `second_lowest_value' as variable or macro.  Made `compat_type',
7088         `pgm_state_type' into anonymous enums.
7089
7090         * display.c: Comment fix.
7091
7092         * glob.c: [ENDIAN==UNKNOWN] Added definition for `endian' global
7093         var.
7094         [!defined SECOND_LOWEST_VALUE] Added definition for
7095         `second_lowest_value' global var.
7096         (compat, pgm_state global vars) Changed types to `int'.
7097         (init_glob) Initializes `second_lowest_value'.
7098
7099         * sfm-read.c: Continued work, not complete.
7100
7101         * var.h: Added new MISSING_* constants to handle LOWEST and
7102         HIGHEST.
7103
7104 Sat Oct 26 23:06:06 1996  Ben Pfaff  <blp@gnu.org>
7105
7106         * sfm-read.c: New file, not complete.
7107
7108         * cases.c: (vec_insert) Changed vector expansion algorithm.
7109         (vec_delete) Fixed bug that screwed up deletion sometimes, it was
7110         mucking up the RECODE transformation in particular.
7111         (envector) Harmless change in notation.
7112
7113         dfm is now fairly well tested again.  
7114         * dfm.c: (dfm_get_record) Only returns ext->ptr if ext is
7115         non-NULL--duh.
7116         (cmd_begin_data) if(ext->line) replaced by if(ext && ext->line).
7117
7118         * recode.c: Comment fix.
7119
7120         * sfm.h: Interface should be fairly final now, or at least for a
7121         day or so...
7122
7123         * vfm.c: [DEBUGGING] (index_to_varname) New function.
7124         (open_active_file) [DEBUGGING] Translates ccase indices into
7125         variable names now to make it easier to understand what's really
7126         going on.
7127
7128 Sat Oct 26 20:46:31 1996  Ben Pfaff  <blp@gnu.org>
7129
7130         * data-in.c: Comment fix.
7131
7132         * data-list.c: Includes dfm.h.
7133         (do_reading) Uses new function dfm_push_cust().
7134
7135         * data-out.c: (convert_time, convert_WKDAY, convert_MONTH) Added
7136         `return 1;' at end.
7137
7138         * file-handle.h: Completely changed.  Some parts split off into
7139         new file dfm.h.  Implemented in file-handle.q.
7140         (enum FH_*) Removed.
7141         (struct fh_ext_class) New struct.
7142         (struct file_handle) Retained only these fields: name, norm_fn,
7143         fn, recform, lrecl, mode.  New fields class, ext.
7144         (get_handle_by_name, get_handle_by_filename, parse_file_handle,
7145         close_handle, handle_name) Added `fh_' prefix to name, all
7146         references changed.
7147
7148         * dfm.h: New file, implemented in dfm.c.
7149         (get_record, put_record, fwd_record, bkwd_record, set_record,
7150         get_cur_col) Functions moved from file-handle.h, now prefixed with
7151         `dfm_'.
7152         (dfm_push_cust) New function.
7153
7154         * sfm.h: New file.  Incomplete.
7155
7156         * dfm.c: All functions adjusted/rewritten for new dfm/fhp
7157         interface.  Functions reordered, comments changed.  Not well
7158         tested, probably full of bugs.
7159         (struct dfm_fhuser_ext) New struct.
7160         (dfm_close) New function.
7161         (open_file_r) Pickier about finding `BEGIN DATA.' line.
7162         (open_file_w) User messages changed.
7163         (get_record) Comment fixed.
7164         (read_record) Increments ext->ln even for inline_file.  Calls
7165         dfm_close() for inline_file when `END DATA.' encountered.
7166         (dfm_get_record) Experimental restructuring.
7167         (dfm_push_cust) New function.
7168         (cmd_begin_data) Detects whether the inline file was fully read by
7169         checking whether it is still open; detects whether it was read at
7170         all by checking whether the line number is greater than zero.
7171
7172         * file-handle.q: All functions adjust/rewritten for new dfm/fhp
7173         interface.  Functions reordered, comments changed.  Not well
7174         tested, probably full of bugs.
7175         (init_file_handle) Removed initializers for obsolete fields, added
7176         new fields.
7177         (fh_close_handle) Much simpler, now mainly calls the class
7178         function.
7179         (fh_init_files) Renamed inline file internal filename.
7180
7181         * file-type.c: Includes dfm.h.
7182         (read_from_file_type) Doesn't use dfm internal state anymore.
7183
7184         * inpt-pgm.c, print.c: Include dfm.h.
7185
7186         * recode.c: (internal_cmd_recode) Casts strlen() return value to
7187         int in comparison with other int.
7188
7189         * som-high.c: (build_target) Fixed operator precedence problem in
7190         if statement (& versus ==).
7191
7192 Sat Oct 26 10:39:25 1996  Ben Pfaff  <blp@gnu.org>
7193
7194         * dfm.c: (read_record) Can now read fixed-length records; not
7195         tested.
7196         (put_record) Can now write fixed-length records; not tested.
7197
7198         * file-handle.h: FH_* defines changed to enums.  New enum series
7199         FH_RF_*, FH_MD_*.
7200         (struct file_handle) New members recform, lrecl, mode.
7201
7202         * file-handle.q: Parser changed.
7203         (internal_cmd_file_handle) Added support for new /RECFORM, /MODE,
7204         /LRECL subcommands.  These are compatible with Windows.
7205         (init_file_handle) Initializes recform, mode fields.
7206
7207         * q2c.c: (get_line) When outputting `!' comment lines, now
7208         increments the output file line number so that `#line' directives
7209         are correct.
7210         (make_identifier) New function that converts an arbitrary string
7211         into a valid C identifier.
7212         (dump_vars) Calls make_identifier() in two places in order to
7213         suppress some errors for bad identifiers.
7214         (make_match) Allows TRUE as synonym for YES and FALSE as synonym
7215         for NO.  Allows numbers to be prefixed by underscores to make them
7216         acceptable C identifiers but still to be parsed as numbers by the
7217         Fiasco lexer.
7218
7219 Thu Oct 24 20:13:42 1996  Ben Pfaff  <blp@gnu.org>
7220
7221         * command.c: Re-enabled RECODE, SAMPLE, SELECT IF.
7222         
7223         * dfm.c: Comment fixes. (get_record) Gives error if file handle
7224         was opened for writing.
7225         (open_file_w) New function.
7226         (read_record) Uses strncasecmp if available.  Improved error
7227         messages, comments.
7228         (put_record) New function.
7229
7230         * file-handle.h: Moved function comments into dfm.c and
7231         file-handle.q.  Comment fixes.  Removed declarations of
7232         tilde_expand() and normalize_filename().
7233         (struct file_handle) Changed `open' from boolean to enumerated
7234         field to allow for three states--closed, open for reading, open
7235         for writing--all references changed.
7236
7237         * file-handle.q: Includes filename.h.
7238
7239         * print.c: (CMD_* enums) Renamed PRT_* and moved into var.h; all
7240         references changed.
7241         (alloc_line) Makes allowance for line terminator characters in
7242         calculations.
7243         (print_trns_proc) Now handles OUTFILE, WRITE differences.
7244         (print_space_trns_proc) Handles OUTFILE differences.
7245
7246         * recode.c, sample.c: Comment fixes.
7247
7248         * var.h: (struct print_trns) Changed boolean field `eject' to
7249         bitmapped field `options'; all references changed.  New enums
7250         PRT_* for use with this field.
7251
7252         * exception.h, test-exception.c: Removed.
7253
7254 Thu Oct 24 17:47:14 1996  Ben Pfaff  <blp@gnu.org>
7255
7256         * ascii.c: (delineate) Turned off debug output.
7257
7258         * common.c: [Checker and Linux] (__assert_fail, __eprintf) Moved
7259         to error.c.
7260
7261         * data-in.c: (parse_string_as_format) Sets the entire string value
7262         to spaces, not just the short string part of it.  Is this correct
7263         now? 
7264
7265         * data-out.c: (convert_date) Fixed DATETIME format problems with
7266         decimal places, removed debug code.
7267
7268         * dfm.c: (open_file_r) Fixed bug where an error would occur in the
7269         middle of parsing BEGIN DATA that would cause the lexer to read
7270         from a wild pointer `prog'; now calls new function
7271         preprocess_line() in lexer.c.
7272
7273         * error.c: [__CHECKER__] (hcf) Calls induce_segfault() on improper
7274         termination.
7275         [Checker and Linux] (__assert_fail, _eprintf) Moved from common.c.
7276         Now call induce_segfault() to induce the segfault.
7277         (induce_segfault) New function.
7278
7279         * expr-opt.c: Comment fix.
7280         (parse_sysvar) New function.
7281         (parse_primary) Added system variable support--calls
7282         parse_sysvar().
7283         (global var ops) Added OP_CASENUM operator.
7284
7285         * expr.h: Comment fixes.
7286         (OP_* enum) added OP_CASENUM operator.
7287         (struct casenum_node) New struct.
7288         (union any_union_union) New member `cas' of type `casenum_node'.
7289
7290         * glob.c: (global var last_vfm_invocation) New var.
7291         (init_glob) Initializes last_vfm_invocation.
7292
7293         * lexer.c: (lookahead) Fixed reversed condition on if statement.
7294
7295         * getline.c: (get_line) Split into get_line() and preprocess_line().
7296         (preprocess_line) New function.
7297
7298         * var.h: Declares last_vfm_invocation.
7299
7300         * vfm.c: (procedure) Sets last_vfm_invocation.
7301
7302 Wed Oct 23 21:53:43 1996  Ben Pfaff  <blp@gnu.org>
7303
7304         * command.c: (parse_cmd) Fixed bad assertion related to
7305         lookahead().
7306
7307         * data-in.c: (parse_month) Implemented to parse months according
7308         to full interpretation of standard.
7309         (to_roman) New function.
7310         (parse_wk_delimiter) Bug fix (forgot to skip `WK' in string).
7311         (parse_weekday) Bug fix (forgot to skip all the day name).
7312
7313         * data-list.c: (read_from_data_list_fixed) Fixed bug that screwed
7314         up parsing of multirecord data items.  Also fixed user message.
7315
7316         * data-out.c: Comment fix.
7317         (year2, year4, convert_date, convert_time, convert_WKDAY,
7318         convert_MONTH) New functions to support time & date output.
7319         (convert_format_to_string) Calls new time & date output routines.
7320
7321         * expr-prs.c: (nary_num_func) Found a bug, but didn't fix it yet.
7322
7323         * lexer.c: (lookahead) Noted a previously unnoticed caveat in
7324         comment.
7325
7326         * main.c: [DEBUGGING] (dump_token) Updated to handle getline.h.
7327
7328         * misc.c: (global var formats) Fixed declarations of DATETIME,
7329         TIME, DTIME.
7330
7331         * postscript.c: (text) Fixed a pair of bugs in the reallocation of
7332         the output_char buffer.
7333
7334         * vars-prs.c: (parse_DATA_LIST_vars) Fixed a failure to free
7335         memory bug.  Fixed user messages.
7336
7337 Tue Oct 22 17:27:04 1996  Ben Pfaff  <blp@gnu.org>
7338
7339         * Removed #pragma argsused from lots of places.
7340         
7341         * data-in.c: Implemented zoned decimal and time-date formats.
7342         Untested.  This is a huge chunk of code--maybe 1000 lines and 50
7343         new functions.
7344
7345         * data-out.c: Implemented zoned decimal format.
7346
7347         * expr.h: Moved yrmoda() declaration here from exprP.h.
7348
7349         * misc.c: (global var formats) Minor fixes--added
7350         FCAT_SHIFT_DECIMAL to formats N and Z.
7351         (convert_fmt_ItoO) Added support for format Z.
7352
7353         * som-frnt.c: (som_set_value) Fixed bug regarding string values.
7354
7355 Mon Oct 21 20:39:59 1996  Ben Pfaff  <blp@gnu.org>
7356
7357         * command.c: (parse_cmd) [GLOBAL_DEBUGGING] Inserted call to
7358         som_check_workspace() that is activated between commands.
7359
7360         * data-list.c: (dump_fixed_table, dump_free_table) Finished these
7361         for good, I hope.
7362
7363         * list.q: (begin_row) Changed title expansion style from
7364         SOPT_X_VERT to SOPT_X_SHSP.
7365
7366         * som-frnt.c: Now includes `somP.h'.
7367         (som_push_workspace, som_pop_workspace) New functions that, taken
7368         together, form a solution to the recursive table building problem
7369         mentioned yesterday.  Surrounded every table output routine
7370         throughout the program with calls to these functions.
7371         [GLOBAL_DEBUGGING] (som_check_workspace) New function.
7372         (som_create_table) Checks that there's an active workspace.
7373         (som_destroy_all_tables, som_crush) Removed.
7374
7375         * som-high.c: (global var som_preserve_tables) Removed, all
7376         references deleted.
7377         (som_submit_table) Checks that there's an active workspace.
7378         (dump_columnated_table) Doesn't columnate tables that would have
7379         just one row per column.
7380         (dump_crush_page, som_dump_crush_page) Removed debugging code.
7381         (som_dump_crush_page) Moved row number labels from left side of
7382         tables to right side.
7383         (som_get_table_size) Added support for SOPT_X_SHSP.
7384
7385         * som.h: New cell expansion type SOPT_X_SHSP.
7386
7387         * somP.h: (global vars arena_stack, n_arena_stack, m_arena_stack)
7388         New vars.
7389         (global var curtab_arena) Moved from som-frnt.c.
7390
7391 Sun Oct 20 13:45:28 1996  Ben Pfaff  <blp@gnu.org>
7392
7393         * ascii.c: [GLOBAL_DEBUGGING] (SUPPRESS_WARNINGS) New debug option
7394         that causes bad location warnings to be suppressed.
7395         (delineate) Saves current font when calling draw_text(); fixed
7396         handling of NULLs when backing up.  Also fixed line-wrapping bug.
7397
7398         * command.c: Re-enabled `LEAVE', `NUMERIC', `PRINT', `PRINT EJECT',
7399         `PRINT FORMATS', `PRINT SPACE', `STRING', `TITLE', `WRITE'.
7400
7401         * common.c: Added code to cause assertion failure to dump core
7402         when run under Checker.
7403
7404         * data-list.c: (dump_fixed_table) Fixed some inconsistencies, but
7405         there are still bugs.
7406
7407         * glob.c: (__eprintf) Removed.
7408
7409         * list.q: Inserted som_preserve_tables kluge that prevents tables
7410         from being thrown away due to recursive table building through
7411         som_output_line being called from a transformation during the LIST
7412         procedure invocation.  This is a general problem that must be
7413         solved in a better way since it applies to all procedures in
7414         general.
7415         (begin_row) Changed title options to SOM_X_VERT from SOM_X_BOTH.
7416         (flush_table) Removed SOM_TOPT_PRESERVE from submission options.
7417
7418         * numeric.c: Fixed several errors in the form of msg() calls.
7419
7420         * print.c: Updated for use of som.
7421         (dump_table) Reimplemented.
7422         (print_trns_proc) Calls som_eject_page() instead of eject_page().
7423         Calls som_output_text() instead of outs_line().
7424
7425         * som-frnt.c: (som_destroy_all_tables) Sets som_preserve_tables to
7426         0.
7427         (som_output_text) Function moved from som-low.c.  Interface
7428         changed.
7429
7430         * som-high.c: (som_preserve_tables) New global public variable
7431         declared in som.h.
7432         (som_submit_table) Destroys the tables only if som_preserve_tables
7433         is 0.
7434         (paginate_horizontally) Bugfix: sets som.mpw even if there's only
7435         one subrow per row.  Now labels subrows if there's more than one
7436         subrow per row.
7437         (dump_crush_table) Added wishlist comment.
7438         (som_eject_page) New public function declared in som.h.
7439
7440         * som-low.c: (som_dump_crush_page) Draws row labels if there's
7441         more than one subrow per row.
7442         (som_output_text) Moved to som-frnt.c.
7443
7444         * som.h: (SOM_TOPT_PRESERVE) Removed.
7445
7446         * title.c: (get_title) Changed interface.
7447         (cmd_title) Changed `title' to `outp_title'.
7448         (cmd_subtitle) Changed `subtitle' to `outp_subtitle'.
7449
7450 Sun Oct 20 09:04:15 1996  Ben Pfaff  <blp@gnu.org>
7451
7452         * list.q: (flush_table) Conforms to new partial options in
7453         som_submission_form.
7454
7455         * som-high.c: (paginate_horizontally) Changed form of subrow
7456         number labels.
7457         (build_target) Omits spacing before table if
7458         SOM_TOPT_PARTIAL_OMIT_TOP is selected.
7459         (dump_crush_page) Changed interface.  Only trims bottom rule if
7460         SOM_TOPT_PARTIAL_OMIT_BTM is not selected.
7461         (dump_crush_table) Handles partial tables.
7462         (output_row_label) New function.
7463         (som_dump_crush_page) Emits subrow number labels.  Draws vertical
7464         rule on the right edge of narrow subrows.
7465
7466         * som.h: Changed SOM_SUB_PARTIAL_* series of submission type
7467         constants to a series of SOM_TOPT_PARTIAL_* submission options.
7468         All references updated.
7469
7470 Fri Oct 18 19:46:49 1996  Ben Pfaff  <blp@gnu.org>
7471
7472         * misc.c: Comment fix.
7473
7474         * som-high.c: (examine_table) Treats crushed tables separates for
7475         purpose of determining header size.
7476         (paginate_horizontally) Allots space for line numbers in crushed
7477         tables with lots of subrows per row.  Calculates the `maximum page
7478         width', the width of the widest horizontal page.
7479         (build_target) Removed trim argument; all references changed.
7480         Stricter assertions.  (dump_crush_page) New function.
7481         (dump_crush_table) Reimplemented.
7482
7483         * som-low.c: (som_dump_page) Uses new RULE_ROW &c. constants.
7484         (som_dump_crush_page) Reimplemented, interface changed.
7485
7486         * somP.h: Many many new helper macros for use with crushed tables.
7487         (global var som) Removed `tv', `cum_y' members; all references
7488         removed.  New members `mpw', `digit_space'.
7489
7490 Sun Sep 29 19:37:03 1996  Ben Pfaff  <blp@gnu.org>
7491
7492         * arena.c: (arena_alloc) [!DISCRETE_BLOCKS] Removed `size'
7493         variable, changed to constant 1024.
7494         (arena_ca_strdup) Changed `sizeof(a_string)' to
7495         `sizeof(c_string)'.
7496         (arena_ca_strdup) [!DISCRETE_BLOCKS] Changed bad cast from
7497         `(c_string *)' to `(char *)'; this fixed some offset problems.
7498
7499         * filename.c: (readlink_malloc) Changed initial allocation from
7500         100 bytes to 128.
7501         (good_getcwd) Changed from xmalloc() to local_alloc(); removed
7502         comment.
7503
7504         * postscript.c: (read_fontmap) Fixed leak by changing &owner to
7505         &fm->owner in several places.
7506
7507         * som-high.c: (output_table) Changed interface to rest of world.
7508         (examine_crush_table) Removed.  Crushed tables are re-broken now,
7509         in preparation for rewrite.
7510
7511         * som.h: Comment fix.
7512
7513 Sat Sep 28 21:28:07 1996  Ben Pfaff  <blp@gnu.org>
7514
7515         * ascii.c: (ascii_init_driver) Disposes of x->file.filename and x
7516         itself in the cleanup stage.
7517
7518         * descript.q: (display) At least temporarily, changed the table
7519         format to a crushed table.
7520
7521         * list.q: (begin_row) At least temporarily, added horizontal lines
7522         between cases.
7523
7524         * som-high.c: (examine_crush_table) Sets som.hh to the width of
7525         the horizontal "headers," that is, to the width of the far left
7526         and far right rules.
7527         (justify_pagination) Sets som.th to the width of the widest row
7528         in the crushed table.  Fixed inner loop off-by-one error.
7529
7530         * som-low.c: (som_dump_crush_page) Added code to draw horizontal
7531         rules.
7532
7533         * somP.h: Comment fix.
7534
7535 Fri Sep 27 20:08:39 1996  Ben Pfaff  <blp@gnu.org>
7536
7537         * filename.c: (open_file_ext) Now, doesn't set f->file to NULL
7538         before closing it; also, opens the constructed filename `s'
7539         instead of f->filename.
7540
7541         * postscript.c: Moved initialization of x->loaded, x->prop,
7542         x->fixed, x->current, also the add_encoding() calls, into
7543         postopen().
7544         (preclose) Destroys x->combos; sets x->loaded, x->combos to NULL;
7545         sets x->last_font to NULL; sets x->next_combo to zero.
7546
7547         * som-high.c: (crushed_row_height) Moved definition farther up.
7548         (som_submit_table) Doesn't calculate line width, font size until
7549         after calling open_page(), to accomodate changes to PostScript
7550         driver.
7551         (vert_headers) Removed; equivalent functionality moved to
7552         examine_table(), examine_crush_table().
7553         (justify_pagination) Replaced with different algorithm.
7554         (dump_crush_table) Bugfix that caused tables to fail to be clipped
7555         at the bottom of the page.
7556
7557 Thu Sep 26 22:20:26 1996  Ben Pfaff  <blp@gnu.org>
7558
7559         * command.c: Added cmd_list back into cmd_table.
7560
7561         * freq.c, frequencies.q, repeat.c, list.q, vars-atr.c, vfm.c:
7562         Comment fix: `#define DEBUGGING' --> `#define DEBUGGING 1'.
7563
7564         * list.q: (flush_table) Updated to new som_submission_form format.
7565
7566         * som-frnt.c: Comment fix.
7567
7568         * som-high.c: Changed `#endif' to `#undef EXTERN'.
7569         (output_table) Calls som_get_table_size() directly; handles
7570         crushed tables.
7571         (examine_crush_table) New function; calls vert_headers().
7572         (examine_table) Moved some code into new function, vert_headers().
7573         (justify_pagination) New function.
7574         (dump_plain_table) Removed `static' from `cy'.
7575         (dump_crush_table) New function.
7576
7577         * som-low.c: (som_dump_crush_page) New function.
7578
7579         * som.h: Comment fixes.
7580         (enum SOM_TOPT_CRUSH) New.
7581         (SOM_SUB_PARTIAL_BEG, SOM_SUB_PARTIAL_MID, SOM_SUB_PARTIAL_END)
7582         Temporarily set to zero to make do with LIST procedure.
7583
7584         * somP.h: Re-ordering.
7585
7586 Wed Sep 25 19:36:11 1996  Ben Pfaff  <blp@gnu.org>
7587
7588         * som.c: Split into som-frnt.c, som-high.c, som-low.c.
7589
7590         * somP.h: New file for use by som-high.c, som-low.c.
7591
7592         * q2c.c: Added definition for VME.
7593         (get_line) Now dumps `!' comment lines to the output file
7594         verbatim.
7595
7596         * crosstabs.q, descript.q, file-handle.q, frequencies.q, list.q,
7597         set.q: Changed format of `!' comment lines.
7598
7599 Tue Sep 24 18:39:09 1996  Ben Pfaff  <blp@gnu.org>
7600
7601         * All source files: Added copyright notice.
7602
7603         * common.c: (xmalloc, xrealloc, xstrdup) Cast size_t's to unsigned
7604         longs in msg() calls.
7605
7606         * con32s.c: (xmalloc, xrealloc) Updated from common.c.
7607
7608         * q2c.c: (xmalloc, xrealloc, xstrdup) Updated from common.c.
7609
7610 Sat Sep 21 23:16:31 1996  Ben Pfaff  <blp@gnu.org>
7611
7612         * output.c: (outp_read_devices) Changed criteria for
7613         distinguishing different types of lines.
7614
7615 Fri Sep 20 22:52:28 1996  Ben Pfaff  <blp@gnu.org>
7616
7617         * cmdline.c: Changed syntax message.
7618
7619         * filename.c: (good_getcwd) Bug fix (?).
7620         (normalize_filename) [__BORLANDC__] Uses _fullpath() library
7621         function.
7622         (search_path) Appends DIR_SEPARATOR to directory name only if it
7623         does not already end with one.
7624
7625         * glob.c: Checks STAT_PAGER envvar before PAGER.
7626
7627         * output.c: Checks environment variables instead of just local
7628         macros.
7629
7630 Tue Sep 10 21:39:00 1996  Ben Pfaff  <blp@gnu.org>
7631
7632         * arena.c: (arena_destroy) Swatted a subtle bug that cropped up
7633         when the pointer passed to the function was within the arena
7634         itself, so that it couldn't properly be set to NULL _after the
7635         arena was freed_.
7636
7637         * command.c: Re-enabled DISPLAY.
7638
7639         * display.c: Rewritten to handle tables.  Untested.
7640
7641         * filename.c: (search_path) Fixed memory leak.
7642
7643         * frequencies.q: (cmd_frequencies) Frees v_variables.
7644         (postcalc) Calls cleanup_freq_tab() after displaying statistics.
7645         (cleanup_freq_tab) New function to garbage collect.
7646         (dump_full) Elegantized.
7647
7648         * main.c: New comment.
7649
7650         * output.h: New tag for tagged quotes: TAG_NEWLINE.
7651
7652         * postscript.c: Comment fix.
7653         (release_fontmap, free_font_entry) New functions.
7654         (ps_init_driver) Sets free_font_entry() as the freefunc for
7655         hashtable `loaded'.  Calls release_fontmap() when destroying a
7656         driver; also frees the output filename; also frees the
7657         ps_driver_ext block.
7658         (free_ps_encoding) Frees the filename as well as the encoding
7659         block.
7660         (output_encodings) Frees the line buffer and pops the msg-filename
7661         stack.
7662         (read_fontmap) Frees the fontmap filename and the line buffer.
7663         (postopen, preclose) Misc. garbage collection fixes.
7664         (ps_open_page) Destroys the `combos' hash table; sets `last_font'
7665         to NULL; this fixes some output problems.
7666         (text) Handles TAG_NEWLINE.  Untested.
7667
7668         * som.c: (cell_byte_size) Merged SCON_VALUE and SCON_TEXT cases.
7669         (som_set_string) Removed.  All references changed to
7670         `som_set_text'.
7671         (som_set_text) Rewritten.  New interface.  More general.
7672
7673         * som.h: Minor format changes.
7674         (struct som_value_cell) Removed; all references changed to
7675         `som_text_cell'.
7676         (enums SOT_*) Changed.
7677
7678 Mon Sep  9 21:43:13 1996  Ben Pfaff  <blp@gnu.org>
7679
7680         * command.c: Re-enabled SPLIT FILE.
7681
7682         * postscript.c: Comment fix.
7683
7684         * som.h: Added `SOT_NONE'.
7685
7686         * split-file.h: (cmd_split_file) Removed superfluous parenthesis.
7687
7688         * vfm.c: (dump_splits) Reimplemented.
7689
7690 Sat Sep  7 22:35:12 1996  Ben Pfaff  <blp@gnu.org>
7691
7692         * Compiled the project under gcc 2.7.2, which gave some new
7693         warnings.  This led to many additions of casts from unsigned to
7694         int sprinkled throughout the code.
7695         
7696         * arena.c: Many uses of `unsigned' changed to `size_t'.
7697
7698         * command.c: Added END FILE, END REPEAT to command table.
7699         (var cmd_end_repeat) Renamed cmd_end_repeat_p.
7700         (find_command, FILE_TYPE_okay) Not commented out anymore.
7701         (parse_cmd) Calls FILE_TYPE_okay again.
7702         (output_line) Added calls to som_output_text() to put the line
7703         in the output files.
7704
7705         * common.c: (macro VME) Format changes.
7706         (xstrdup) Asserts that its argument is not NULL.
7707         
7708         * data-list.c: Implemented dump_fixed_table().
7709         
7710         * inpt-pgm.c: Formatting changes.  Comment changes.
7711         (end_case_proc) Renamed end_case_trns_proc.
7712         (cmd_end_file, end_file_trns_proc) New functions.
7713
7714         * misc.c: Many uses of `int' and `unsigned' changed to `size_t'.
7715
7716         * misc.h: (local_strdup) New macro corresponding to strdup() but
7717         allocating its data through local_alloc() if possible--that is, if
7718         GNU C is in use.
7719
7720         * postscript.c: Comment changes.
7721         (quote_ps_name, quote_ps_string, output_encodings) New functions.
7722         (output_line, add_string) New macros supporting
7723         output_encodings().
7724         (postopen) Fixed contents of ${fixed-font} and ${prop-font}
7725         substitution vars.  Calls output_encodings() when a line
7726         consisting of `!encodings' is encountered.
7727         (preclose) Some code moved into quote_ps_string().
7728         (dump_line) Changed into macro supporting dump_fancy_line().
7729         (switch_font) Now outputs DSC "%%IncludeResource: font (...)"
7730         command when appropriate.
7731         (write_text) Fixed `literal_char' array (I think it's fixed, at
7732         least.)
7733         (text) Fixed bug when width was zero.  Now exits immediately on
7734         zero height_left.  Now, when executing `goto restart;', checks
7735         that cp<end, so that we don't read beyond end-of-string.  Also,
7736         outputs the correct code to the output file by outputting the code
7737         from the metric instead of the internal metric index.
7738
7739         * repeat.c: (cmd_end_repeat) New function.
7740
7741         * som.c: (var som) `headers' renamed `options' and semantics
7742         changed.  All references changed.
7743         (draw_title) `if(px!=-1 || px!=-1)' --> `if(px!=-1 || py!=-1)'.
7744         (build_target) Only inserts spacing if SOM_TOPT_SPACING not
7745         selected.
7746         (som_text_table) Removed.
7747         (som_output_text) New function.
7748
7749         * som.h: (struct som_submission_form) Removed `header', `reuse',
7750         replaced with bitmapped field `options'.
7751         (SOM_TOPT_*) New enum set for som_submission_form.options.
7752         (SOT_*) New enum set for som_output_text().
7753
7754         * temporary.c: (copy_variable) When copying the var label, only
7755         calls xstrdup() if it's non-NULL.
7756
7757         * var.h: (enum type `vartype') Removed; all references changed to
7758         `int'.
7759
7760         * vars-atr.c: (init_variable) Changed local var `nbytes' from
7761         `int' to `size_t'.
7762
7763 Thu Sep  5 22:05:56 1996  Ben Pfaff  <blp@gnu.org>
7764
7765         * font.h: Comment changes.
7766
7767         * groff-font.c: (groff_read_font) Initializes `name' field to
7768         NULL.  Handles `encoding' field.
7769
7770         * hash.c: (hsh_dump) [GLOBAL_DEBUGGING] Output formatting changes.
7771
7772         * postscript.c: (struct font_entry) Removed `position' field.
7773         (struct ps_font_combo) New struct.
7774         (struct ps_driver_ext) Removed field `next_position'.  New fields
7775         `combos', `next_combo'.  `last_font' field changed from
7776         `font_entry *' to `ps_font_combo *'.
7777         (ps_init_driver) Reformatted; handles new fields.  When
7778         OPO_AUTO_ENCODE is set, adds the two default fonts' encodings to
7779         the encoding list.
7780         (get_encoding, find_encoding_file) New functions.
7781         (add_encoding) Some code moved out into find_encoding_file().
7782         (postopen) Changed value for ${title}.
7783         (preclose) Sets `loaded' field to NULL after destroying the hash
7784         table.
7785         (ps_open_page) Added comment.  Inits the `combos' and `next_combo'
7786         fields.
7787         (ps_text_set_font_by_position) Figures out the current family if
7788         not known.
7789         (compare_ps_combo, hash_ps_combo, free_ps_combo) New functions.
7790         (switch_font) Implemented.
7791         (write_text) Calls switch_font() more often.  Format changes.
7792         #undefs its macros after they're no longer useful.
7793         (text) Changed `continue' at one point to a jump to the top of the
7794         loop because we don't want `separate' reset to 0 at that point.
7795         (load_font) No longer sets `position' in the font_entry created.
7796
7797 Wed Sep  4 21:45:35 1996  Ben Pfaff  <blp@gnu.org>
7798
7799         * font.h: (struct font_desc) New member `encoding', which is not
7800         properly handled yet.
7801
7802         * glob.c: (init_glob) Some new i18n code, which is probably
7803         screwed up.
7804
7805         * output.c: (outp_read_devices, outp_get_paper_size) Changed
7806         `size' local from `int' to `size_t'.
7807
7808         * postscript.c: New driver configuration parameter `auto-encode'.
7809         New enums OPO_AUTO_ENCODE, ODA_COUNT.
7810         (struct font_entry) New member `position'.
7811         (struct ps_driver_ext) Reordered.  New hash table member
7812         `encodings'; new members `next_position', `next_encoding',
7813         `last_font'.  Members `current', `prop', `fixed' changed from type
7814         `font_desc *' to `font_entry *'; all references changed.
7815         (struct ps_encoding) New struct.
7816         (read_ps_encodings, compare_ps_encoding, hash_ps_encoding,
7817         free_ps_encoding, add_encoding) New functions.
7818         (ps_init_driver) Added OPO_AUTO_ENCODE to default
7819         x->output_options.  Initializes new members of ps_driver_ext.
7820         Changed default value for prologue_fn, encoding_fn.  Calls
7821         read_ps_encodings after loading default fonts.
7822         (option_tab[], ps_option) Handle new configuration parameter.
7823         (switch_font) New function.
7824         (struct output_char) `font' member changed from `font_desc *' to
7825         `font_entry *'.  New member `separate'.
7826         (read_fontmap) Changed `size' from `int' to `size_t'.
7827         (output_line, put_number) New macros for write_text().
7828         (write_text) Optimizes text output by consolidating multiple
7829         calls to PostScript `show' operator.
7830         (text) Keeps track of when text arguments can't be consolidated by
7831         write_text(), and marks those spots in the output stream.
7832         (load_font) Sets `position' of the allocated font_entry to -1, cuz
7833         the font hasn't been switched to by switch_font(), which is where
7834         the position is important--the PostScript is what cares about the
7835         position.
7836
7837 Sat Aug 31 23:52:38 1996  Ben Pfaff  <blp@gnu.org>
7838
7839         * hash.c: (hsh_destroy) Ignores NULL argument.  Doesn't try to
7840         call a NULL free_func.
7841         (hsh_rehash) Elegantized.
7842         (hsh_probe) Fix bug that manifested when the table was expanded
7843         and thus had to change location in memory.  Good thing
7844         too--otherwise could have been much more subtle.
7845         (hsh_find) [GLOBAL_DEBUGGING] Not stubbed out anymore.
7846         (hsh_foreach) New function for hash table iteration.
7847
7848         * hash.h: (struct hsh_iterator) New.
7849
7850         * lexer.c: (parse_tagged_quote) Font and family name strings in
7851         tags are now null-terminated.
7852
7853         * output.c: (outp_evaluate_dimension) Fixed over-aggressive unit
7854         parsing.
7855         (internal_get_paper_size, outp_get_paper_size) Fixed; now work as
7856         documented.  (Never before tested?)
7857
7858         * output.h: Comment changes.
7859
7860         * postscript.c: New driver options `optimize-text-size',
7861         `optimize-line-size', `max-fonts-simult'.  New enum set for
7862         specing cached line types.  Comment fixes.
7863         (struct line_form) New struct.
7864         (struct ps_driver_struct) New members `text_opt', `line_opt',
7865         `max_fonts', `lines'.
7866         (ps_init_driver) Initializes new members of ps_driver_struct.
7867         (user option type enum set) New member `nonneg_int_arg'.
7868         (static var option_tab[]) Supports new options.
7869         (ps_option) Handles new options.
7870         (find_ps_file) Made static.  No longer calls hsh_dump().
7871         (ps_get_var) Made static.
7872         (preclose) Dumps out proper DSC trailer.
7873         (ps_open_page) Elegantized.
7874         (ps_close_page) Calls dump_lines() if appropriate.
7875         (ps_line_horz, ps_line_vert, ps_line_intersection) Reduced to
7876         wrappers around line().
7877         (int_2_compare, compare_line, dump_line, dump_fancy_line,
7878         dump_lines, hash_line, free_line, line) New functions for support
7879         of line caching.
7880         (write_text, text) Made static.
7881         (text) Added to font support, not finished.
7882
7883 Thu Aug 29 21:36:41 1996  Ben Pfaff  <blp@gnu.org>
7884
7885         * font.h: (struct font_desc) New members ascent, descent.
7886
7887         * groff-font.c: (groff_read_font) Calculates font ascent and
7888         descent from the ascent and descent of the `d' and `p' characters,
7889         respectively, as per a suggestion on comp.fonts.
7890
7891         * postscript.c: (ps_open_page, ps_close_page, ps_line_horz,
7892         ps_line_vert, ps_line_intersection) Rewritten to deal with changed
7893         prologue.
7894         (write_text) Handles text right-justification and centering (not
7895         full justification).  Still very inefficient.  (One output line
7896         per character?!)
7897         (struct output_char) Added fields for font and font size.
7898         (text) Many bugfixes.
7899
7900 Sat Aug 24 23:26:00 1996  Ben Pfaff  <blp@gnu.org>
7901
7902         * cmdline.c: (usage) Calls outp_list_classes().
7903
7904         * font.h: Comment fix.
7905
7906         * groff-font.c: New exported global var `space_index'.
7907         (groff_init) New function to initialize `space_index'.
7908         (hash_kern) Casts result to unsigned.
7909         (font_name_to_index) Renamed font_char_name_to_index.  All
7910         references changed.  Also, now returns the value of `space_index'
7911         when passed an ASCII space character as an argument.  Fixed
7912         handling of nulls.
7913         (font_get_kern_adjust) Changed i from `int' to `unsigned'.
7914         Handles passed NULL pointers properly.
7915
7916         * lexer.c: (parse_tagged_quote) Comment fix.  Better range
7917         checking.
7918
7919         * output.c: (outp_list_drivers) Removed.  Removed all references.
7920         
7921         * output.h: Comment fixes.
7922
7923         * postscript.c: (ps_open_global) Calls groff_init().
7924         (output_char) New structure.
7925         (write_text) New function.
7926         (text) No longer stubbed out!  Now the output is correct--with a
7927         few exceptions, one of them being that the page has to be held
7928         upside down into a mirror.
7929
7930 Sun Aug 11 21:31:22 1996  Ben Pfaff  <blp@gnu.org>
7931
7932         * font.h: Comment fix.
7933         
7934         * font.c: (name_to_index) Renamed font_name_to_index, made extern.
7935         All callers changed.
7936         (number_to_index) Renamed font_number_to_index, made extern.  All
7937         callers changed.
7938         (font_get_kern_adjust, font_get_char_metrics) New functions.
7939
7940         * output.h: New constant OUTP_T_INTERNAL_DRAW.
7941
7942         * postscript.c: Changed default line width back to 1/2 point.
7943         (ps_line_horz, ps_line_vert, ps_line_intersection) Now lines are
7944         in the center of the space allotted for them, not just a fixed
7945         offset from the edge of the space; this fixes some bugs.
7946         (ps_line_intersection) Now supports all command line styles.
7947         (ps_text_get_size) Bug fix in computation of em width.
7948         (text) New function, the meat behind ps_text_metrics and
7949         ps_text_draw.  Not complete.
7950         (ps_text_metrics, ps_text_draw) Removed the stub taken from
7951         ascii.c; call text().
7952
7953 Sat Aug 10 23:28:17 1996  Ben Pfaff  <blp@gnu.org>
7954
7955         * arena.c: (arena_free) Assert that the argument is non-NULL.
7956         
7957         * groff-font.c: (add_kern) Calls arena_free() for old_kern if and
7958         only if old_kern is non-NULL.
7959
7960         * postscript.c: (ps_init_driver) Changed default line width to 1
7961         point.
7962         (postopen) New prologue variables.
7963         (ps_line_horz, ps_line_vert, ps_line_intersection) Implements some
7964         more of the common line styles properly, but not all.
7965         (ps_text_metrics) Fixed problem with this stubbed out version that
7966         kept it from taking font sizes into account.
7967
7968 Thu Aug  8 22:31:11 1996  Ben Pfaff  <blp@gnu.org>
7969
7970         * arena.c: (arena_malloc) Bug fix.
7971         (arena_dump) [GLOBAL_DEBUGGING] New function.
7972
7973         * ascii.c: Comment fix.
7974         (count_fancy_chars, delineate) Now static functions.
7975         
7976         * filename.c: (interp_vars) Bug fixes.
7977
7978         * font.h: Comment fixes.
7979
7980         * glob.c: (init_glob) Sets set_viewwidth, set_viewlength at
7981         beginning in case we have an error message to display before
7982         initializing the display.
7983
7984         * groff-font.c: Comment fix.  Changed rehash threshold from 2/3
7985         full to 1/2 full.
7986         (groff_read_font) Bug fixes.
7987         (name_to_index) Increments hash.used.  Sets `name' field of hash
7988         entry properly.
7989         (add_kern) Sets kern_max_used after rehashing.  Other bug fixes.
7990
7991         * hash.c: Return type changed.
7992
7993         * postscript.c: Continued development.  Now marks lines on the
7994         paper, but very buggy.
7995
7996 Sat Aug  3 20:50:35 1996  Ben Pfaff  <blp@gnu.org>
7997
7998         * Changed comments in many source files from `/* xxx /* yyy */' to
7999         `/* xxx */ /* yyy */' for cleanliness.
8000
8001         * arena.c: (arena_sd_strdup) New function.
8002         
8003         * ascii.c: (struct ascii_driver_ext) New member `file'.
8004         (ascii_init_driver) Fills out member `file' for initing; uses
8005         close_file_ext for closing drivers.
8006         (ascii_option) Changed %.*s back to %s because the a_string's are
8007         always null-terminated.
8008         (postopen, preclose) New functions.
8009         (ascii_open_page) Uses new style of open_file_ext.
8010         (ascii_option, commit_line_buf, output_lines) Use ext->file.file
8011         instead of this->output.
8012         (__assert_fail) Removed.
8013
8014         * cmdline.c: Changed syntax_message[].
8015
8016         * error.c: #include's <readline/history.h> only if the history
8017         library is available, not if just the readline library is
8018         available.
8019
8020         * filename.c: (expand_line) Removed alloca() support.
8021         (interp_vars) No longer tilde-expands argument.  Limit on output
8022         length removed.
8023         (tilde_expand) Now treats argument as path rather than filename.
8024         [!unix] Now is a no-op function.
8025         (search_path) Better verbose message formatting.
8026         (open_file, close_file) Comment fixes.
8027         (close_file) [!unix] Doesn't bother with pipes.
8028         (open_file_ext) Completely rewritten, interface revamped.
8029         (close_file_ext) New function.
8030
8031         * font.h: Comment changes.
8032
8033         * frequencies.q: Removed AIX alloca support since it doesn't use
8034         alloca.
8035
8036         * hash.c: Comment changes & additions.
8037         (hsh_create) Initializes entire table instead of first M entries.
8038         (hsh_probe) Stupid bug fixed.  Now it works.
8039         (hsh_dump) [GLOBAL_DEBUGGING] New function.
8040
8041         * main.c: (parse) Detects EOF properly in token-eating loop.
8042         Should the STOP token have its value changed to 0?
8043
8044         * misc.c: (blp_getdelim) [HAVE_GETDELIM] Now it's a macro.
8045         (blp_getline) Now it's a macro.
8046
8047         * output.h: (struct outp_driver) Removed members output, filename.
8048         
8049         * output.c: (outp_init) [!NO_POSTSCRIPT] Installs PostScript
8050         drivers in driver table.
8051         (outp_read_devices) Frees buf.  Warns if there are no active
8052         output drivers.
8053         (outp_configure_clear) Sets outp_configure_vec to NULL after
8054         deleting its elements.
8055         (configure_driver, destroy_driver) Removed references to output,
8056         filename members of outp_driver.
8057         (outp_evaluate_dimension, internal_get_paper_size,
8058         outp_get_paper_size) New functions.
8059
8060         * postscript.c: Continued development.  Now links but doesn't make
8061         any marks on the page.  Lotsa bugs I suppose.
8062
8063         * str.c: (strcasecmp) [!HAVE_STRCASECMP] New function.
8064
8065         * str.h: Comment changes.
8066
8067 Sat Jul 27 22:32:38 1996  Ben Pfaff  <blp@gnu.org>
8068
8069         * Removed dependencies on non-nested comments in several files.
8070         Also removed references to (unix || __unix__) in #if's since
8071         prefh.orig makes those two equivalent.
8072         
8073         * ascii.c: (ascii_open_global) Creates ascii_arena.
8074         (ascii_close_global) Destroys ascii_arena.
8075         (ascii_init_driver) Doesn't create ascii_arena.
8076         (ascii_copy_driver) Removed.
8077         (ascii_option) Possible bugfix regarding %s vs. %.*s with a_string's.
8078         (outp_class ascii_class) Removed ascii_copy_driver reference.
8079
8080         * frequencies.q: Now can display all statistics except median.
8081         Still not finished.
8082
8083         * output.c: Handles outp_class.ref_count so output class
8084         destructors are called properly.
8085         (add_class) Sets ref_count to 0.
8086         (configure_driver) Initializes class if ref_count++ is 0.
8087         (destroy_driver) Destructs class if --ref_count is 0.  Frees the
8088         class output file name.
8089         
8090         * output.h: (struct outp_class) Removed copy_driver, inited.
8091         Added ref_count.
8092
8093         * postscript.c: Completely replaced but not finished.
8094         
8095 Tue Jul 23 21:48:36 1996  Ben Pfaff  <blp@gnu.org>
8096
8097         * approx.h: #includes <float.h>.
8098
8099         * arena.h, arena.c: Many functions changed to take an arena **
8100         instead of an arena *, for consistency.  All callers changed.
8101         (arena_alloc) Now creates a new arena if passed *A that is NULL.
8102         (arena_destroy) Sets *A to NULL.
8103         
8104         * ascii.c: (delineate) Implements OUTP_T_VERT correctly.  Removed
8105         assertion that `width' be positive.
8106
8107         * command.c: Removed #if's from cmd_table.
8108         (walk_cmdtable_func) [0] New function (debug code).
8109         (init_cmd_parser) [0] Dumps out cmd_table (debug code).
8110         (parse_cmd) Doesn't return failure for unimplemented commands.
8111
8112         * common.h: (SYSMIS) Changed from DBL_MAX to -DBL_MAX.
8113         (SYSCODE) New constant macro.
8114
8115         * descript.q: Checks for positive n_variables before performing
8116         analysis.
8117
8118         * file-handle.q: (get_handle_by_filename) Bug fix: passes &f to
8119         avl_find instead of &fp as arg 2.
8120
8121         * frequencies.g, frequencies.q: Continued updating; now compiles &
8122         works again, but not complete.
8123
8124         * main.c: Changes to user messages.
8125
8126         * misc.c: (reverse) [0] New function.
8127
8128         * settings.h: Comment removed.  #includes "common.h".
8129
8130         * som.c: (som_set_null) New function.
8131         (som_set_value, som_set_string, som_set_text) More detailing
8132         assertions.
8133         (som_set_float) Implemented function.
8134         (dump_columnated_table) Bug fix regarding page breaks.
8135         (draw_cell) Bug fix regarding text that spilled out of a cell.
8136         (draw_intersection, draw_horz_rule, draw_vert_rule) No longer draw
8137         null lines.
8138         (get_cell_size) Support SCON_EMPTY cells.
8139         (get_table_size) When calculating rules' widths and heights, mask
8140         out SLIN_SPACING bit.  Added SOPT_X_HLTL support.
8141         
8142         * som.h: (som_any_cell) New option SOPT_X_HTLT.  Removed
8143         SOPT_X_SHADE.
8144         (struct som_submission_form) New member `header'; all users
8145         changed.
8146
8147         * val-labs.c: (get_label) User messages changed.
8148
8149         * var.h: Changed FREQUENCIES structures.
8150
8151         * vars-atr.c: (is_num_user_missing, is_str_user_missing) Made
8152         inline.
8153         
8154 Fri Jul 19 19:11:13 1996  Ben Pfaff  <blp@gnu.org>
8155
8156         * approx.h: Definition of EPSILON now depends on system's
8157         DBL_EPSILON.  Removed GNU C specific code.
8158         (cmpapx) Renamed approx_compare.
8159
8160         * frequencies.g, frequencies.q: Continued updating; still doesn't
8161         compile.
8162
8163         * groff-font.c: (name_to_index) Fix bug that kept it from
8164         compiling.
8165
8166         * hash.c, hash.h: Completed work.
8167
8168         * var.h: Changes to freq_tab, frequencies_proc.
8169         
8170 Wed Jul 17 21:23:36 1996  Ben Pfaff  <blp@gnu.org>
8171
8172         New hashing code.
8173         * hash.c, hash.h: New files.  Not completed.
8174         * Makefile.am: Added hash.c to source file list.
8175         * font.h: (struct font_desc) New member kern_size_p.
8176         * groff-font.c: Uses hash.h.
8177         (hashpjw) Moved to hash.c.
8178         (next_prime_power) Rewrote, renamed hsh_next_prime, moved to
8179         hash.c.
8180         (static var hash) New member size_p.
8181         * var.h: Includes hash.h.
8182         (struct freq_tab) Changed AVL_TREE to hash_tab.
8183
8184         * vars-prs.c: Comment, formatting fixes.
8185
8186         * frequencies.g, frequencies.q: Continued updating.  Not yet
8187         working.
8188
8189         * formats.c: Bug fix.
8190
8191 Tue Jul 16 22:10:04 1996  Ben Pfaff  <blp@gnu.org>
8192
8193         Increasing parallelism between DESCRIPTIVES and FREQUENCIES.
8194         * descript.g: Comment fixes.
8195         * descript.q: Comment fixes.  Moved some declarations into var.h.
8196         Made dsc_info a static table.  Updated FIXMEs.
8197         (internal_cmd_descriptives) Beautified.
8198         
8199         * frequencies.q: Started updating into working order.
8200         * frequencies.g: New file analogous to descript.g.
8201         * var.h: Comment fixes.  Added structures for FREQUENCIES.
8202         
8203         * som.c: Removed vestiges of crushing and partial table support.
8204
8205 Sun Jul 14 15:45:31 1996  Ben Pfaff  <blp@gnu.org>
8206
8207         * Many more changes to som.c especially, but these will not be
8208         documented as I have resolved to remove them.  This patchlevel is
8209         being released solely so that I can fall back to it if I decide
8210         that removing the changes is not a good idea.
8211
8212 Sat Jul 13 09:58:44 1996  Ben Pfaff  <blp@gnu.org>
8213
8214         * som.c: (global var som) New member `cum_y'.
8215         (build_target) Properly handles titles for partial tables.
8216         (dump_partial_beg, dump_partial_mid, dump_partial_end)
8217         Merged into single new function dump_partial().  Fixed problem
8218         with titles on partial tables.
8219         (dump_table) Calls dump_partial() for all parts of partial tables.
8220         (dump_page) Criteria for drawing title changed.
8221         
8222 Fri Jul 12 22:03:36 1996  Ben Pfaff  <blp@gnu.org>
8223
8224         * command.c: (cmd_table) Added LIST, WEIGHT.
8225
8226         * command.c: (cmd_remark) No longer frees `s' since it's not
8227         dynamically allocated.
8228         
8229         * data-out.c: (convert_f) Now correctly handles the case where
8230         abs(v->f)<1 but v->f rounds to a value of 1.00 given the specified
8231         number of decimals.
8232         (som_destroy_all_tables) Removed argument.  All callers changed.
8233         (som_vline, som_hline) Argument validity checking corrected.
8234         (som_set_value) Implemented half-heartedly.
8235         (replicate_table) Copies tables piece-by-piece when using Checker.
8236
8237         * som.h: New line style SLIN_1THIN, currently equivalent to
8238         SLIN_0.  New enum set SOM_SUB_*.
8239         (struct som_submission_form) Removed `seq_no'.  Added `type'.
8240         
8241         * list.q: Newly working file; uses partial tables.
8242         
8243         * som.c: (som_reduce_table) Renamed som_set_table_height().
8244         (som_crush) Removed argument `group'.
8245         (global var som) Removed `nt', `seq_no'.  Added `type'.
8246         (som_submit_table) Arguments changed.
8247         (output_table) Removed partial table code.
8248         (build_target) New arg; partial table support added.  All callers
8249         changed.
8250         (dump_plain_table) Removed partial table code.
8251         (dump_partial_beg, dump_partial_mid, dump_partial_end) New functions.
8252         (dump_table) Supports partial tables.
8253         (dump_page) New argument to allow not drawing top and/or bottom
8254         headers.  All callers changed.  Supports partial tables.
8255
8256 Sat Jul  6 22:22:25 1996  Ben Pfaff  <blp@gnu.org>
8257
8258         * data-out.c: Changed `#include <approx.h>' to `#include
8259         "approx.h".
8260         (convert_F) Comment fix.  Now won't print `-.000', etc.
8261
8262         * descript.q: Now Z-scores work, although there appears to
8263         be a bug (which might actually be in data-out.c:convert_F()).
8264         (descriptives_trns_proc, descriptives_trns_free) New functions.
8265         (run_z_pass) Implemented.
8266         
8267         * var.h: Comment fixes.
8268         (dsc_z_score, descriptives_trns) New structs.
8269         (descriptives_trns) Added to any_trns as `dsc'.
8270
8271         * error.c, error.h: New error class, IS (Installation Script
8272         error), used in those instances where the error is in the
8273         installation, but there is a script file or installation file that
8274         can be usefully referred to.
8275         
8276         * output.c: Change many IE classes to IS classes.
8277
8278         * cases.c, command.c, common.c, crosstabs.q, expr-evl.c,
8279         frequencies.q, list.q, vars-prs.c, vfm.c: Removed reference to
8280         HAVE_MALLOC_H because Borland C++ alloca() is broken, so why
8281         include the corresponding header?
8282         
8283         * glob.c: (init_glob) Don't malloc term_buffer under Checker.
8284         Don't bail out if termcap can't be read.
8285
8286         * som.c: (som_destroy_table) Removed.
8287         (som_reduce_table, som_destroy_all_tables) New functions.
8288         (som_crush) New function, not implemented.
8289         
8290         * som.h: New table option STAB_CRUSH.  Comment fix.  New struct
8291         som_submission_form.  Function prototypes revised.
8292
8293         Outputting huge tables (1000s of rows) a few rows at a time
8294         is supported, though untested.  May even break everything.
8295         Actually, the code doesn't even compile right now.
8296         * som.c: (struct som) New fields htv, nt, seq_no.
8297         (som_submit_table) Multiple arguments changed to a single
8298         pointer to struct submission_form.  Only increments subtable_num
8299         if seq_no is zero.  Only destroys table if it's not going to
8300         be reused.
8301         (replicate_table) New function.
8302         (output_table) Comment fix.
8303         (examine_table) Changed inline code to code calling
8304         replicate_table().  Calculates htv.  Supports partial tables.
8305         (draw_title) Removed comment.
8306         (build_target) Only allows for title on first part of partial
8307         tables.
8308         (dump_plain_table) Only resets table chunk number on first part
8309         of partial tables; FIXME: doesn't work quite right.  Supports
8310         partial tables.
8311         (dump_page) Titles only on first part of partial tables.
8312
8313 Fri Jul  5 20:16:19 1996  Ben Pfaff  <blp@gnu.org>
8314
8315         * Thanks to an unreliable IDE hard drive, I have spent the last
8316         day reconstructing my Debian GNU/Linux installation and redoing
8317         the previous day's changes--somehow I managed to save every file
8318         except for output.c and output.h.  So the following changes could
8319         really be considered independent of the output.c, output.h changes
8320         from Jul 4.
8321
8322         * output.h, output.c: Moved the outp_configure_vec global var,
8323         outp_names struct, and enum set OUTP_S_* from output.h to output.c.
8324         outp_configure_vec is now static.
8325         
8326 Thu Jul  4 20:20:24 1996  Ben Pfaff  <blp@gnu.org>
8327
8328         * The entire philosophy behind configuration of the output drivers
8329         changed.  Now there is a termcap-type configuration where drivers
8330         to be read are determined beforehand, rather than parsing the
8331         entire output init file and storing it in memory & deciding what
8332         to actually use later.  Faster & more memory-efficient at the same
8333         time, cool.
8334         
8335         * output.c: Comment fix.  Removed outp_init_drivers global var.
8336         Removed all references to synonyms.  New structure outp_defn.  New
8337         global vars outp_macros, outp_configure_vec.
8338         (search_name, delete_name, add_name, check_configure_vec,
8339         expand_name, find_defn_value) New static functions.
8340         (outp_configure_clear, outp_configure_add, outp_configure_macro,
8341         outp_read_devices) New extern functions.
8342         (outp_init) Much functionality moved into outp_read_devices.
8343         (outp_read_devices) Format of output init file changed; name of
8344         file is `devices' rather than `output' to avoid Makefile
8345         conflicts.
8346         (outp_clear) Renamed outp_done.
8347         (outp_list_classes) Bug fix, cleaned up.
8348         (outp_list_drivers) Not implemented anymore.
8349         (outp_configure_driver) Now a static function; simplified; now
8350         interpolates macros; supports new structure.
8351         (outp_enable_driver, match_synonym) Removed; all references
8352         removed.
8353         (find_driver) First argument removed.
8354         
8355         * output.h: Global var outp_init_drivers removed; new structure
8356         outp_names; new enum set OUTP_S_*; new global var
8357         outp_configure_vec; function prototypes for output.c exports
8358         updated.
8359         
8360         * main.c: (main) Calls outp_read_devices() after parsing the
8361         command line.
8362         
8363         * cmdline.c: (parse_command_line) New option -v --verbose;
8364         --version changed to -V.  --device option changed syntax to just
8365         take a single device name.  Accepts key=value declaration of
8366         output init file macros.  Syntax message updated.
8367
8368         * filename.c: (expand_line) New function.
8369         (interp_environ_vars) Renamed interp_vars; no longer uses
8370         fixed-size buffer.
8371         (blp_getenv) Allows $ARCH and $VER pseudo-environment-vars to be
8372         overridden by real environment vars.
8373         (search_path) Uses verbose_msg() instead of #ifdef'd printf().
8374         * filename.h: interp_environ_vars() renamed interp_vars().
8375         
8376         * error.c, error.h: Added extern variable `verbosity', message
8377         class MM.
8378         
8379         * error.c: (vmsg) Support message class MM.
8380         (verbose_msg) New function.
8381
8382         * descript.q: (generate_z_varname) Bug fix in generation of
8383         Z-score varnames.
8384         (dump_z_table) Bug fix in column headers.
8385         
8386         * ascii.c: (ascii_init_driver) Changed minimum number of lines per
8387         page from 29 to 15.  Don't set a default for ops[OPS_INIT,
8388         OPS_DONE].  Writes the uninit string when the driver is closed.
8389         (ascii_open_page) Write the init string before the first page.
8390         (output_shorts) Form of main loop changed from `while' to `for'.
8391         Bug fix with overstrikes: the character is printed *after* the
8392         backspace.  Eliminated a lot of `& 0xff' modifiers.
8393         (advance_to_left_margin) New function.
8394         (return_carriage, output_lines) Handle left margin.
8395
8396 Thu Jul  4 00:35:59 1996  Ben Pfaff  <blp@gnu.org>
8397
8398         * ascii.c: New option `carriage-return-style'.
8399
8400         * ascii.c: (count_fancy_chars) New function.
8401         (delineate, text_metrics) Use new function; bug fixes regarding
8402         rich text strings.
8403         (text_draw) Bug fix with rich text.
8404         (output_string, output_shorts) Reordered.
8405         (output_shorts) Now handles boxchars and some overstrike font
8406         changes.
8407         (output_char, return_carriage) New functions.
8408         (output_lines) Now handles overstriking and font changes properly;
8409         some code moved to output_shorts.
8410
8411 Tue Jul  2 22:13:23 1996  Ben Pfaff  <blp@gnu.org>
8412
8413         [GLOBAL_DEBUGGING]
8414         * ascii.c: New member `debug' in ascii_driver_ext.
8415         (ascii_init_driver, delineate) Uses new member.
8416
8417         Now you can set a vertical height on writing text.
8418         * ascii.c: (delineate) Keeps track of vertical position.
8419         (text_draw) No longer considers fully justified text an internal
8420         error.
8421         
8422         * output.h: New flag OUTP_T_VERT; other OUTP_T_ values changed.
8423
8424         Tables' titles are drawn; they can have variable height.
8425         * som.c: `som' struct has new member, title_height.
8426         (draw_title) New argument.  Moved within file.  All caller
8427         changed.
8428         (build_target) New argument, amount of space needed for first row.
8429         Calculates height of title, takes that into account.  All callers
8430         changed.
8431         (dump_plain_table, dump_columnated_table) Took calculation of y1,
8432         y2 out of loop.
8433         (dump_columnated_table) [GLOBAL_DEBUGGING] Debugging code
8434         improved.
8435         (dump_columnated_table) Organized for readability.
8436         (dump_page) Makes use of som.title_height.
8437
8438         * som.c: Many comment bug fixes.
8439
8440         * descript.q: (try_name, generate_z_name) Bug fix regarding
8441         generation of Z-score variable names.
8442         * var.h: Removed num from descriptives_proc; all referents removed.
8443
8444 Mon Jul  1 22:13:39 1996  Ben Pfaff  <blp@gnu.org>
8445
8446         * ascii.c: (ascii_line_horz, ascii_line_vert,
8447         ascii_line_intersection) Added debugging code.
8448
8449         Added a descriptive line above each table to describe it.
8450         * command.c: (parse_cmd) Calls som_new_series.
8451         
8452         * som.c: New static vars table_num, subtable_num.  New `som'
8453         member `title'.
8454         (dump_page) New arguments.
8455         (som_submit_table) Handle new variables.
8456         
8457         * som.c, som.h: (som_submit_table) New arguments.  All callers
8458         changed.
8459         (som_new_series) New function.
8460         (build_target) Makes room for extra line.
8461         (draw_title) New function.
8462         (dump_page) Calls draw_title.  Bug fix: doesn't always set
8463         som.ext->cp to 0.
8464         
8465         Columnation of tables support.
8466         * som.h: Deleted fr, lr, ri from som_table.  Reorganized.
8467         
8468         * som.c: Deleted references to fr, lr, ri.
8469         (som_columnate) Bux fix: sets group member of table.
8470         (som_add_options) Function removed.
8471         (dump_table) Split into three functions; extensively reworked.
8472         
8473         * descript.q: (dump_z_table) Better output table formatting; added
8474         title support to correspond to som.h changes.
8475         (display) Title support.
8476
8477         * output.h: Added OUTP_T_NONE.
8478         
8479 Mon Jul  1 13:00:00 1996  Ben Pfaff  <blp@gnu.org>
8480
8481         * descript.q: Improved handling of Z scores; still not perfect.
8482         
8483         * output.h, ascii.c: Added hook for getting em width of current
8484         font.
8485         
8486         * som.c: Uses new em-width hook.  Added debugging code to
8487         several functions.
8488         (som_columnate) New argument.
8489         (som_add_options) Removed.
8490
8491 Jun 29 17:40:47 1996  Ben Pfaff  <blp@gnu.org>
8492
8493         * som.h, som.c, output.c, output.h, ascii.c: Updated to work with
8494         rules as a property of the table instead of as a property of the
8495         cells.
8496         
8497         * ascii.c: Added `header' to table of options.
8498         
8499         * descript.q: Added even shorter statistic names; modified to work
8500         with new som interface.
8501         
8502         * misc.c (blp_getdelim): Bug fix.
8503         
8504         * version.c: includes 'conf.h'.
8505         
8506 ----------------------------------------------------------------------
8507 Local Variables:
8508 mode: change-log
8509 version-control: never
8510 End: