Add support for reading and writing SPV files.
[pspp] / src /
2019-02-10 Ben PfaffAdd support for reading and writing SPV files. spv3
2019-02-10 Ben Pfaffzip-reader: New function zip_reader_contains_member().
2019-02-10 Ben Pfaffzip-reader: New function zip_member_read_all().
2019-02-10 Ben Pfaffzip-reader: Improve error messages.
2019-02-10 Ben Pfaffzip-reader: New function zip_reader_get_member_name().
2019-02-10 Ben Pfaffzip-reader: Don't keep .zip file open for lifetime...
2019-02-10 Ben Pfaffzip-reader: Read the whole central directory at .zip...
2019-02-10 Ben Pfaffzip-reader: Fix memory leak on error path in zip_reader...
2019-02-10 Ben Pfaffzip-reader: Better hide implementation details from...
2019-02-10 Ben Pfaffoutput: Move text_item and group_item usage closer...
2019-02-10 Ben Pfaffwork
2019-02-09 Ben Pfaffoutput: Reimplement table_from_string in terms of tab.
2019-02-09 Ben Pfaffoutput: Remove table_unshare.
2019-02-09 Ben Pfaffoutput: Remove table_select and table_paste.
2019-02-09 Ben Pfaffrender: Drop use of table_select().
2019-02-09 Ben Pfaffrender: Modernize coding style.
2019-02-09 Ben Pfaffpivot-output: Improve variable naming.
2019-01-23 Ben Pfaffstring-map: Avoid measuring the length of a string...
2019-01-23 Ben Pfafftable-transpose: Remove.
2019-01-19 Dave TrollopeImprove MDD writer support.
2019-01-13 Ben Pfaffpspp-convert: Add -a and -l options to search for a...
2019-01-13 Ben Pfaffencrypted-file: Extend magic numbers in try_password().
2019-01-13 Ben Pfaffpivot-table: Fix use-after-free error.
2019-01-13 Ben PfaffFix numerous memory leaks.
2019-01-13 Ben Pfaffstr: Fix bugs in ds_put_c_vformat().
2019-01-06 Ben Pfaffascii: Always use Unicode boxes by default if appropriate.
2019-01-02 Ben Pfaffmatrix-data: Only use as many bytes as necessary to...
2019-01-02 Ben Pfafft-test-paired: Fix format specifiers.
2019-01-02 Ben Pfaffregression: Make sure dep_subscript is really initialized.
2019-01-02 Ben Pfaffchisquare: Fix format specifier in chisquare_execute().
2019-01-02 Ben Pfafftab: Fix implementation of "middle" vertical alignment...
2019-01-02 Ben Pfaffpivot-table: Fix format specifiers.
2019-01-02 Ben Pfaffdriver: Fix format specifiers and avoid fixed-size...
2019-01-02 Ben Pfaffpor-file-writer: Use xasprintf() to avoid careful buffe...
2019-01-02 Ben Pfaffpor-file-reader: Use xasprintf() to avoid need for...
2019-01-02 Ben Pfaffods-reader: Use proper function type for xml read callback.
2019-01-02 Ben Pfaffpivot-table: Fix type mismatch in equal_indexes().
2019-01-02 Ben Pfafftable: Avoid initializer warnings with GCC 4.9.
2019-01-02 Ben Pfaffpsppire-output-window: Avoid using options the ascii...
2019-01-02 Ben Pfaffpsppire-output-view: Only rerender for real changes.
2019-01-02 Ben Pfaffpsppire-output-view: Add a little extra space to GtkLayout.
2019-01-02 Ben Pfaffcairo: Make xr_rendering_measure() tolerate NULL arguments.
2019-01-02 Ben Pfaffoutput-item: Add 'name' member to class structure.
2019-01-02 Ben Pfaffstring-map: New function string_map_equals().
2019-01-01 Ben Pfaffoutput: Fix XML parsing in output_get_text_from_markup().
2019-01-01 Ben Pfaffpivot-output: Fix argument order that made lots of...
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2019-01-01 Ben Pfaffcairo: Minor cleanup by factoring out new function...
2019-01-01 Ben Pfaffoutput: Support decimal and mixed alignment,
2019-01-01 Ben Pfaffoutput: Rename a few struct members for consistency.
2019-01-01 Ben Pfaffoutput: Support rotation.
2019-01-01 Ben Pfafftable: Make table cells have exactly one piece of conte...
2019-01-01 Ben Pfaffoutput: New page-setup-item.
2019-01-01 Ben Pfaffoutput: Add support for Pango markup of fonts and styles.
2019-01-01 Ben Pfaffpsppire-output-view: Render only the visible parts...
2019-01-01 Ben Pfaffoutput: Cache the script ltr versus rtl direction.
2018-12-31 Ben Pfaffpsppire-output-viewer: Make sure that initial items...
2018-12-31 Ben Pfaffpsppire-output-view: Fix background color for output...
2018-12-31 Ben Pfaffpsppire-output-view: Add titles for groups.
2018-12-31 Ben Pfaffcairo: Render group_open_items.
2018-12-26 Ben Pfafftable-stomp: Remove dead code.
2018-12-26 Ben Pfaffcairo: Improve comment.
2018-12-26 Ben Pfaffcairo: Fix word-wrapping of ".000" and similar.
2018-12-25 Ben Pfaffoutput: Introduce group_item in place of TEXT_ITEM_COMM...
2018-12-25 Ben Pfafftext-item: Merge "title" and "subtitle" items into...
2018-12-25 Ben Pfaffcairo: New macros XR_LINE_WIDTH and XR_LINE_SPACE.
2018-12-25 Ben Pfaffdriver: New function output_driver_parse_option().
2018-12-25 Ben Pfaffoutput: Add support for alternating row colors.
2018-12-25 Ben Pfaffoutput: Add support for layer info in table output.
2018-12-25 Ben Pfaffoutput: Implement styling for titles and captions.
2018-12-25 Ben Pfaffoutput: Implement styling for footnotes.
2018-12-25 Ben Pfaffcairo: Remove debug print.
2018-12-25 Ben Pfafftab: Support cell-specific styles.
2018-12-25 Ben Pfaffoutput: Add support for colors for rules.
2018-12-25 Ben Pfaffoutput: Support styles for text items.
2018-12-25 Ben Pfaffoutput: Add support for fonts.
2018-12-25 Ben Pfaffoutput: Add support for cell margins.
2018-12-25 Ben Pfaffoutput: Add support for colors in cells.
2018-12-25 Ben Pfaffoutput: Add support for dashed, thick, and thin rules.
2018-12-25 Ben Pfaffoutput: Add support for vertical alignment of cells.
2018-12-25 Ben Pfafftab: Expand space for table options from 8 to 16 bits...
2018-12-25 Ben Pfaffrender: Update style of footnote rendering.
2018-12-25 Ben Pfaffoutput: Expand footnote support.
2018-12-25 Ben Pfaffformat: New function fmt_from_u32().
2018-12-25 Ben Pfaffstring-map: New functions for searching by non-null...
2018-12-25 Ben Pfaffstr: New functions ss_starts_with() and ss_find_substri...
2018-12-25 Ben Pfaffinteger-format: Add some useful helper functions.
2018-12-25 Ben PfaffCROSSTABS: Make treatment of crosstab variables and...
2018-12-25 Ben PfaffCROSSTABS: Rename pivot_table to crosstabulation.
2018-12-25 Ben Pfaffoutput: Factor common code for command name tracking...
2018-12-25 Ben Pfaffmessage: Refactor initializations for struct msg throug...
2018-12-25 Ben Pfaffvariable: Make property function return untranslated...
2018-12-25 Ben Pfaffmissing-values: New function mv_to_string().
2018-12-25 Ben Pfaffbt, abt: Add initialization and iteration macros.
2018-12-25 Ben Pfaffdictionary: New function dict_get_weight_format().
2018-12-25 Ben Pfaffascii: Get rid of the idea of pages.
2018-12-25 Ben Pfafftable: Get rid of TAL_GAP.
2018-12-25 Ben Pfaffcairo: Get rid of useless parameter 'y' to xr_layout_ce...
2018-12-23 Ben Pfaffcategoricals: Convert tabs to spaces.
2018-12-23 Ben Pfaffcategoricals: Update style and modernize.
next