pivot-table: Incorporate format settings.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 7 Jan 2021 01:03:43 +0000 (17:03 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 7 Jan 2021 04:29:38 +0000 (20:29 -0800)
commitb0486442675e454c1e542a7098e5f127b2757787
tree282442a1be71e1dede8f272064d236aa41a01c38
parent07da9f454c17fb961cae09f6d7d505f7abb281c0
pivot-table: Incorporate format settings.

This allows pivot tables to save the decimal point and custom
currency settings that were in effect when they were created,
and to honor the ones read from an .spv file.
src/data/format.c
src/data/format.h
src/data/settings.c
src/language/utilities/set.q
src/output/pivot-table.c
src/output/pivot-table.h
src/output/spv/spv-light-decoder.c
src/output/spv/spv-writer.c