pivot-table: fix split file support
[pspp] / src / output / pivot-table.c
2022-08-14 Ben Pfaffpivot-table: fix split file support
2022-08-12 Ben Pfaffpivot-table: Allow all pivot_value formatting functions...
2022-08-08 Ben Pfaffrespect value labels in pivot_splits
2022-08-08 Ben PfaffFREQUENCIES and layered split file has tests that work
2022-08-07 Ben PfaffLayered split file for FREQUENCIES works.
2022-08-07 Ben PfaffCTABLES
2022-06-01 Ben Pfaffpivot-table: New functions for setting captions, etc.
2022-06-01 Ben Pfaffpivot-table: Fix pivot_table_dump() null pointer derefe...
2022-04-05 Ben Pfaffpivot-table: Avoid null dereference in "pspp-output...
2021-12-06 Ben Pfaffpivot-table: New function pivot_value_new_variable__().
2021-10-02 John DarringtonUse XCALLOC / XZALLOC macros where reasonable
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-05-01 John Darringtonsrc/output/pivot-table.c (pivot_value_ex_destroy):...
2021-03-09 Ben Pfaffpivot-table: Reduce size of struct pivot_value from...
2021-03-09 Ben Pfaffpivot-table: Reduce size of struct pivot_value from...
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 6 bytes...
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 12 bytes...
2021-01-11 Ben Pfaffoutput: Change command names from uppercase to title...
2021-01-11 Ben Pfaffstr: Add function xstrdup_if_nonnull() and introduce...
2021-01-10 Ben Pfafftext-item: Simplify text_item further to just hold...
2021-01-10 Ben Pfaffpivot-table: Always put footnote markers in sorted...
2021-01-10 Ben Pfaffascii: Include footnote markers in output.
2021-01-10 Ben Pfaffpivot-table: Allow footnote marker style to change...
2021-01-09 Ben Pfaffpivot-table: Minor coding style improvements.
2021-01-09 Ben Pfaffpivot-table: Tolerate nulls in pivot_value_clone().
2021-01-09 Ben Pfaffspv-legacy-decoder: Set data_index and presentation_ind...
2021-01-09 Ben Pfaffpivot-table: Fix cut and paste error in pivot_value_clo...
2021-01-07 Ben Pfaffpivot-table: Implement SET SMALL.
2021-01-07 Ben Pfaffpivot-table: Incorporate format settings.
2021-01-07 Ben PfaffMake data input and output take a fmt_settings structure.
2021-01-02 Ben Pfaffoutput: Make table_item a pivot_table, table_cell a...
2021-01-02 Ben Pfaffpivot-table: Add some more utility functions for pivot...
2021-01-02 Ben Pfaffpivot-table: Define numeric formats of categories as...
2021-01-02 Ben Pfaffpivot-table: Don't rely on xcalloc (0, x) returning...
2021-01-01 Ben Pfafftable-item: Change title from table_item_text to table_...
2021-01-01 Ben Pfaffpivot-table: Fix memory leak in pivot_table_destroy()
2021-01-01 Ben Pfaffoutput: Improve comments.
2021-01-01 Ben Pfaffpivot-table: Update comments to drop mention of omit_empty.
2021-01-01 Ben Pfaffpivot-table: Don't allow data cells for nonexistent...
2020-12-31 Ben Pfaffoutput: Remove superscript support.
2020-12-31 Ben Pfaffspv-file-format: Document "show-title" option.
2020-12-30 Ben Pfaffpivot-table: Fix incorrect allocation count in pivot_ta...
2020-12-28 Ben Pfaffpivot-table: Include pivot table subtype in pivot_table...
2020-12-26 Ben PfaffFix memory leaks reported by Address Sanitizer.
2020-12-22 Ben PfaffAdd --table-look command line option and SET TLOOK...
2020-12-21 Ben Pfaffpivot-table: Make pivot_table_look a refcounted object.
2020-12-21 Ben Pfaffpivot-table: Change the default format to omit empty...
2020-11-10 Ben PfaffAdd support for .tlo TableLook files from SPSS 15 and...
2020-10-30 Ben Pfaffoutput: Break struct pivot_table_look out of struct...
2020-10-30 Ben Pfafftable: Rename area_style to table_area_style for consis...
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2020-06-07 John DarringtonWhitespace changes only.
2020-01-01 Ben Pfaffpivot-table: Avoid ctime_r() for portability reasons.
2019-12-29 Ben Pfaffcairo: Fix font scaling.
2019-12-29 Ben Pfaffpivot-table: Kluge dropping default 9-point font to...
2019-12-29 Ben PfaffAdd support for reading and writing SPV files.
2019-12-29 Ben Pfaffpivot-table: Add support for hiding footnotes.
2019-12-29 Ben Pfaffpivot-table: Add support for hiding the caption.
2019-12-29 Ben Pfaffoutput: Refine support for footnotes, subscripts, and...
2019-12-29 Ben Pfaffpivot-table: Make pivot_area_get_default_style() return...
2019-12-29 Ben Pfafftable: Add pool parameter to area_style_copy(), font_st...
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 Pfaffpivot-table: Add reference counts.
2019-10-30 Ben Pfaffpivot-table: Use ctime_r() instead of ctime(), for...
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-05 Ben Pfaffpivot-table: Improve comments.
2019-07-22 John Darringtonpivot_table: Constness
2019-07-22 Ben Pfaffvalue: Get rid of value_str(), value_str_rw(), value_num().
2019-07-07 Ben Pfaffpivot-table: Properly allocate pivot_table's current_layer.
2019-01-13 Ben Pfaffpivot-table: Fix use-after-free error.
2019-01-13 Ben PfaffFix numerous memory leaks.
2019-01-02 Ben Pfaffpivot-table: Fix format specifiers.
2019-01-02 Ben Pfaffpivot-table: Fix type mismatch in equal_indexes().
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.