projects
/
pspp
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
pivot-table: New function pivot_value_new_variable__().
[pspp]
/
src
/
output
/
pivot-table.c
2021-12-06
Ben Pfaff
pivot-table: New function pivot_value_new_variable__().
blob
|
commitdiff
|
raw
2021-10-02
John Darrington
Use XCALLOC / XZALLOC macros where reasonable
blob
|
commitdiff
|
raw
|
diff to current
2021-10-02
John Darrington
Replace numerous instances of xzalloc with XZALLOC
blob
|
commitdiff
|
raw
|
diff to current
2021-05-01
John Darrington
src/output/pivot-table.c (pivot_value_ex_destroy):...
blob
|
commitdiff
|
raw
|
diff to current
2021-03-09
Ben Pfaff
pivot-table: Reduce size of struct pivot_value from...
blob
|
commitdiff
|
raw
|
diff to current
2021-03-09
Ben Pfaff
pivot-table: Reduce size of struct pivot_value from...
blob
|
commitdiff
|
raw
|
diff to current
2021-03-08
Ben Pfaff
format: Reduce size of struct fmt_spec from 6 bytes...
blob
|
commitdiff
|
raw
|
diff to current
2021-03-08
Ben Pfaff
format: Reduce size of struct fmt_spec from 12 bytes...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-11
Ben Pfaff
output: Change command names from uppercase to title...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-11
Ben Pfaff
str: Add function xstrdup_if_nonnull() and introduce...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-10
Ben Pfaff
text-item: Simplify text_item further to just hold...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-10
Ben Pfaff
pivot-table: Always put footnote markers in sorted...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-10
Ben Pfaff
ascii: Include footnote markers in output.
blob
|
commitdiff
|
raw
|
diff to current
2021-01-10
Ben Pfaff
pivot-table: Allow footnote marker style to change...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-09
Ben Pfaff
pivot-table: Minor coding style improvements.
blob
|
commitdiff
|
raw
|
diff to current
2021-01-09
Ben Pfaff
pivot-table: Tolerate nulls in pivot_value_clone().
blob
|
commitdiff
|
raw
|
diff to current
2021-01-09
Ben Pfaff
spv-legacy-decoder: Set data_index and presentation_ind...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-09
Ben Pfaff
pivot-table: Fix cut and paste error in pivot_value_clo...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-07
Ben Pfaff
pivot-table: Implement SET SMALL.
blob
|
commitdiff
|
raw
|
diff to current
2021-01-07
Ben Pfaff
pivot-table: Incorporate format settings.
blob
|
commitdiff
|
raw
|
diff to current
2021-01-07
Ben Pfaff
Make data input and output take a fmt_settings structure.
blob
|
commitdiff
|
raw
|
diff to current
2021-01-02
Ben Pfaff
output: Make table_item a pivot_table, table_cell a...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-02
Ben Pfaff
pivot-table: Add some more utility functions for pivot...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-02
Ben Pfaff
pivot-table: Define numeric formats of categories as...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-02
Ben Pfaff
pivot-table: Don't rely on xcalloc (0, x) returning...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-01
Ben Pfaff
table-item: Change title from table_item_text to table_...
blob
|
commitdiff
|
raw
|
diff to current
2021-01-01
Ben Pfaff
pivot-table: Fix memory leak in pivot_table_destroy()
blob
|
commitdiff
|
raw
|
diff to current
2021-01-01
Ben Pfaff
output: Improve comments.
blob
|
commitdiff
|
raw
|
diff to current
2021-01-01
Ben Pfaff
pivot-table: Update comments to drop mention of omit_empty.
blob
|
commitdiff
|
raw
|
diff to current
2021-01-01
Ben Pfaff
pivot-table: Don't allow data cells for nonexistent...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-31
Ben Pfaff
output: Remove superscript support.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-31
Ben Pfaff
spv-file-format: Document "show-title" option.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-30
Ben Pfaff
pivot-table: Fix incorrect allocation count in pivot_ta...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-28
Ben Pfaff
pivot-table: Include pivot table subtype in pivot_table...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-26
Ben Pfaff
Fix memory leaks reported by Address Sanitizer.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-22
Ben Pfaff
Add --table-look command line option and SET TLOOK...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-21
Ben Pfaff
pivot-table: Make pivot_table_look a refcounted object.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-21
Ben Pfaff
pivot-table: Change the default format to omit empty...
blob
|
commitdiff
|
raw
|
diff to current
2020-11-10
Ben Pfaff
Add support for .tlo TableLook files from SPSS 15 and...
blob
|
commitdiff
|
raw
|
diff to current
2020-10-30
Ben Pfaff
output: Break struct pivot_table_look out of struct...
blob
|
commitdiff
|
raw
|
diff to current
2020-10-30
Ben Pfaff
table: Rename area_style to table_area_style for consis...
blob
|
commitdiff
|
raw
|
diff to current
2020-06-27
John Darrington
Replace some calls to xcalloc with XCALLOC
blob
|
commitdiff
|
raw
|
diff to current
2020-06-07
John Darrington
Whitespace changes only.
blob
|
commitdiff
|
raw
|
diff to current
2020-01-01
Ben Pfaff
pivot-table: Avoid ctime_r() for portability reasons.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
cairo: Fix font scaling.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
pivot-table: Kluge dropping default 9-point font to...
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
Add support for reading and writing SPV files.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
pivot-table: Add support for hiding footnotes.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
pivot-table: Add support for hiding the caption.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
output: Refine support for footnotes, subscripts, and...
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
pivot-table: Make pivot_area_get_default_style() return...
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
table: Add pool parameter to area_style_copy(), font_st...
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
pivot-table: Initialize subtype, command_id for pivot...
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
pivot-table: Make template pivot_values localized.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
pivot-table: Also dump sizing info in pivot_table_dump().
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
pivot-table: Minor comment and style improvements.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
pivot-table: Make struct pivot_cell public.
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
pivot-table: New public functions for default area...
blob
|
commitdiff
|
raw
|
diff to current
2019-12-29
Ben Pfaff
pivot-table: Add reference counts.
blob
|
commitdiff
|
raw
|
diff to current
2019-10-30
Ben Pfaff
pivot-table: Use ctime_r() instead of ctime(), for...
blob
|
commitdiff
|
raw
|
diff to current
2019-10-30
Ben Pfaff
pivot-table: Fix memory leaks in pivot_table_dump().
blob
|
commitdiff
|
raw
|
diff to current
2019-10-30
Ben Pfaff
pivot-table: Fix memory leak in pivot_value_destroy().
blob
|
commitdiff
|
raw
|
diff to current
2019-10-05
Ben Pfaff
pivot-table: Improve comments.
blob
|
commitdiff
|
raw
|
diff to current
2019-07-22
John Darrington
pivot_table: Constness
blob
|
commitdiff
|
raw
|
diff to current
2019-07-22
Ben Pfaff
value: Get rid of value_str(), value_str_rw(), value_num().
blob
|
commitdiff
|
raw
|
diff to current
2019-07-07
Ben Pfaff
pivot-table: Properly allocate pivot_table's current_layer.
blob
|
commitdiff
|
raw
|
diff to current
2019-01-13
Ben Pfaff
pivot-table: Fix use-after-free error.
blob
|
commitdiff
|
raw
|
diff to current
2019-01-13
Ben Pfaff
Fix numerous memory leaks.
blob
|
commitdiff
|
raw
|
diff to current
2019-01-02
Ben Pfaff
pivot-table: Fix format specifiers.
blob
|
commitdiff
|
raw
|
diff to current
2019-01-02
Ben Pfaff
pivot-table: Fix type mismatch in equal_indexes().
blob
|
commitdiff
|
raw
|
diff to current
2019-01-01
Ben Pfaff
output: Introduce pivot tables.
blob
|
commitdiff
|
raw
|
diff to current