table: Merge tab.c into table.c.
[pspp] / src /
2019-12-29 Ben Pfafftable: Merge tab.c into table.c.
2019-12-29 Ben Pfafftab: Merge struct tab_table into struct table.
2019-12-29 Ben Pfafftable: Require headers to be set at table creation.
2019-12-29 Ben Pfafftable: Get rid of table_class.
2019-12-29 Ben Pfafftable: Simplify interface for number of rows and columns.
2019-12-29 Ben Pfafftab: Fix overlap between table enumerations.
2019-12-29 Ben Pfafftable: Get rid of table_cell destructors, which were...
2019-12-29 Ben Pfaffpivot-table: Initialize subtype, command_id for pivot...
2019-12-29 Ben Pfaffpivot-table: Make template pivot_values localized.
2019-12-29 Ben Pfaffpivot-table: Also dump sizing info in pivot_table_dump().
2019-12-29 Ben Pfaffpivot-table: Minor comment and style improvements.
2019-12-29 Ben Pfaffpivot-table: Make struct pivot_cell public.
2019-12-29 Ben Pfaffpivot-table: New public functions for default area...
2019-12-29 Ben Pfaffrender: Change style for footnote blocks.
2019-12-29 Ben Pfaffdriver: Do not accumulate marked-up text.
2019-12-29 Ben Pfafftable-item: Generalize support for layer info.
2019-12-29 Ben Pfaffbit-vector: Add new functions for working with bit...
2019-12-29 Ben Pfaffzip-reader: New function zip_reader_contains_member().
2019-12-29 Ben Pfaffzip-reader: New function zip_member_read_all().
2019-12-29 Ben Pfafftable: Make table_collect_footnotes() not return NULL...
2019-12-29 Ben Pfaffcairo: Make footnote markers smaller than normal text...
2019-12-29 Ben Pfaffpivot-table: Add reference counts.
2019-12-29 Ben Pfaffstring-array: New function string_array_parse().
2019-12-15 John DarringtonEnsure that PRAGMA_COLUMNS etc can be overridden
2019-12-15 John DarringtonRemove unused #include directives
2019-12-15 Ben Pfaffascii: Open output file immediately instead of deferrin...
2019-12-08 Ben Pfaffcommand: Put command_ids in output into title case.
2019-12-08 Ben Pfaffi18n: New function utf8_to_title().
2019-12-02 Ben Pfaffstring-array: Drop unused parameter from STRING_ARRAY_I...
2019-12-02 Ben Pfaffpspp-convert: Support decrypting SPV files.
2019-11-28 John DarringtonRemove #include <assert.h> from files which don't need it
2019-11-27 John DarringtonDelete trailing whitespace at line endings.
2019-11-26 John DarringtonFix typos in comments
2019-11-26 John DarringtonRemove stray semicolon
2019-11-10 Ben PfaffLOOP: Limit number of iterations when IF clauses present.
2019-11-05 John DarringtonFixed incorrect syntax generated by the Select Random...
2019-10-30 Ben Pfaffpivot-table: Use ctime_r() instead of ctime(), for...
2019-10-30 Ben Pfaffascii: Avoid buffer overread outputting page longer...
2019-10-30 Ben Pfaffpivot-table: Fix memory leaks in pivot_table_dump().
2019-10-30 Ben Pfaffpivot-table: Fix memory leak in pivot_value_destroy().
2019-10-30 Ben Pfaffdriver: Fix memory leak in output_submit().
2019-10-11 Ben Pfaffzip-writer: New functions for adding members.
2019-10-11 Ben Pfaffzip-reader: Improve error messages.
2019-10-11 Ben Pfaffzip-reader: New function zip_reader_get_member_name().
2019-10-11 Ben Pfaffzip-reader: Don't keep .zip file open for lifetime...
2019-10-11 Ben Pfaffzip-reader: Read the whole central directory at .zip...
2019-10-11 Ben Pfaffzip-reader: Fix memory leak on error path in zip_reader...
2019-10-11 Ben Pfaffzip-reader: Better hide implementation details from...
2019-10-11 Ben Pfaffoutput: Move text_item and group_item usage closer...
2019-10-11 Ben Pfaffoutput: Reimplement table_from_string in terms of tab.
2019-10-11 Ben Pfaffoutput: Remove table_unshare.
2019-10-11 Ben Pfaffoutput: Remove table_select and table_paste.
2019-10-11 Ben Pfaffrender: Drop use of table_select().
2019-10-11 Ben Pfaffrender: Modernize coding style.
2019-10-05 Ben Pfaffpivot-table: Improve comments.
2019-10-05 Ben PfaffAUTORECODE: Implement PRINT subcommand.
2019-09-02 Ben PfaffAUTORECODE: Use minimum width output format for new...
2019-09-02 Ben PfaffAUTORECODE: Style update.
2019-09-02 Ben PfaffAUTORECODE: Properly handle variable labels.
2019-09-02 Ben PfaffAUTORECODE: Properly handle value labels.
2019-09-02 Ben Pfaffvariable: New function var_append_value_name__().
2019-09-02 Ben Pfaffvariable: Make var_append_value_name() omit trailing...
2019-09-02 Ben PfaffAUTORECODE: Fix whitespace.
2019-09-02 Ben PfaffAUTORECODE: Fix treatment of missing values.
2019-09-01 Ben PfaffAUTORECODE: Do not create value labels when they would...
2019-09-01 Ben PfaffAUTORECODE: Code style update.
2019-08-18 Ben PfaffAUTORECODE: Make GROUP option work properly with multi...
2019-08-18 John Darrington/RENAME subcommand: Allow quoted strings in destination...
2019-07-26 John DarringtonDescriptives: Constness
2019-07-22 John DarringtonPivot Table: Fix compiler warning.
2019-07-22 John Darringtonpivot_table: Constness
2019-07-22 Ben Pfaffvalue: Get rid of value_str(), value_str_rw(), value_num().
2019-07-22 Ben Pfaffvalue: Drop distinction between long and short string...
2019-07-22 Ben Pfafft-test-parser: Re-fix memory leak.
2019-07-21 Ben Pfafft-test-parser: Untabify.
2019-07-21 Ben Pfafft-test-parser: Force values to be specified with a...
2019-07-21 Ben Pfafft-test-parser: Fix memory leak with GROUPS and long...
2019-07-21 Ben Pfaffcategoricals: Fix memory leak allocating long string...
2019-07-21 Ben Pfaffshapiro-wilk: Fix memory leak.
2019-07-21 Ben PfaffEXAMINE: Fix leak in Shapiro-Wilk test.
2019-07-21 Ben PfaffAUTORECODE: Declare index variables inside 'for' loops.
2019-07-07 Ben PfaffAUTORECODE: Always report parse errors.
2019-07-07 Ben Pfafflexer: Make lex_error_expecting() easier to use.
2019-07-07 Ben Pfaffpivot-table: Properly allocate pivot_table's current_layer.
2019-07-03 John DarringtonRemove UNUSED attributes where they were inappropriate.
2019-07-02 John Darringtonmeans-calc.c: Add comments where needed.
2019-06-30 John DarringtonApply Dictionary: Fix memory leak.
2019-06-29 John DarringtonPsppireOutputView.c: Fix memory leak.
2019-06-29 John DarringtonConstness
2019-06-29 John Darringtonterminal-reader.c: Remove unused variable.
2019-06-29 John DarringtonPsppireOutputViewer.c: Remove non-functional debug...
2019-06-29 John DarringtonUse non-deprecated gtk things
2019-06-29 John Darringtonunlink_replace_files: Change signature to avoid compile...
2019-06-29 John DarringtonMEANS: Don't compile debugging functions
2019-06-29 John DarringtonPsppireDict: Constness
2019-06-29 John DarringtonDescriptives: Constness
2019-06-23 John DarringtonMEANS: Fix output with unusual formats
2019-06-23 John DarringtonMEANS: Change the statistic formats to follow their...
2019-06-23 John DarringtonDon't crash when inserting variables into an empty...
2019-06-23 John DarringtonAdd a comment
next