spv-light-decoder: Avoid GCC 11.x warning in decode_spvlb_halign().
[pspp] / src / output / spv / spv-light-decoder.c
2022-03-13 Ben Pfaffspv-light-decoder: Avoid GCC 11.x warning in decode_spv...
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-03-09 Ben Pfaffpivot-table: Reduce size of struct pivot_value from...
2021-02-07 Ben Pfaffspv-light-decoder: Use unsigned int, not int, for ...
2021-02-07 Ben Pfaffspv-light-decoder: Fix check for valid decimal point...
2021-01-10 Ben Pfaffpivot-table: Fix handling of current-layer in spv files...
2021-01-10 Ben Pfaffspv-light-decoder: Support special format 40 in decode_...
2021-01-10 Ben Pfaffspv-light-decoder: Drop special case for dim 0 in decod...
2021-01-10 Ben Pfaffpivot-table: Always put footnote markers in sorted...
2021-01-10 Ben Pfaffspv-light-decoder: Add back character set encoding...
2021-01-09 Ben Pfaffpspp-output: New "strings" developer command.
2021-01-08 Ben Pfaffspv: Encode and decode AHEX format in light binary...
2021-01-08 Ben Pfaffspv-light-decoder: Text strings are all UTF-8 encoded.
2021-01-07 Ben Pfaffpivot-table: Incorporate format settings.
2021-01-02 Ben Pfaffoutput: Make table_item a pivot_table, table_cell a...
2020-12-31 Ben Pfaffspv-file-format: Document "show-title" option.
2020-12-26 Ben PfaffFix memory leaks reported by Address Sanitizer.
2020-12-21 Ben Pfaffpivot-table: Make pivot_table_look a refcounted object.
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-10-27 Ben Pfaffspv: Avoid some compiler warnings on mingw.
2020-08-31 Ben Pfaffspv-light-decoder: Avoid GCC 10.x warning in decode_spv...
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2019-12-29 Ben PfaffAdd support for reading and writing SPV files.