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