pivot-table: Make struct pivot_cell public.
[pspp] / src / output / pivot-table.c
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.