src/language/stats/autorecode.c (cmd_autorecode): Remove redundant test.
[pspp] / src /
2021-02-07 John Darringtonsrc/language/stats/autorecode.c (cmd_autorecode): Remov...
2021-02-07 John Darringtonsrc/data/sys-file-reader.c: (read_header): Remove redun...
2021-02-07 John Darringtonsrc/math/wilcoxon-sig.c (count_sums_to_W): Avoid use...
2021-02-07 Ben Pfaffspv-light-decoder: Use unsigned int, not int, for ...
2021-02-07 Ben Pfaffspv-writer: Avoid obsolete function asctime().
2021-02-07 Ben Pfaffspvbin-helpers: Properly handle parsing strings with...
2021-02-07 Ben Pfaffspv-light-decoder: Fix check for valid decimal point...
2021-01-25 Ben Pfaffspv: Add support for page breaks.
2021-01-25 Ben Pfaffspv: Remove code that was just #if 0'd out before.
2021-01-25 Ben Pfaffoutput: Replace OUTPUT_ITEM_PAGE_SETUP by a new driver...
2021-01-25 Ben Pfaffoutput: Make groups contain their subitems, and get...
2021-01-25 Ben Pfaffoutput-item: Add basic support for visibility.
2021-01-25 Ben Pfaffzip-reader: Make the zip_reader reference counted.
2021-01-25 Ben Pfaffzip-reader: Switch to a more usual error reporting...
2021-01-25 Ben Pfaffzip-reader: Fix file descriptor leak in zip_reader_crea...
2021-01-25 Ben Pfaffzip-reader: Use endian conversion functions from intege...
2021-01-25 Ben PfaffDEBUG EVALUATE: Use output_log() instead of printf().
2021-01-25 Ben Pfaffspv-legacy-decoder: Make 'data' parameter to decode_spv...
2021-01-25 Ben Pfaffoutput: New function output_log().
2021-01-25 Ben Pfaffllx: Introduce new iteration macros and some users.
2021-01-25 Ben Pfaffstr: Avoid passing null pointer to memcpy() in ds_put_s...
2021-01-24 Ben Pfaffoutput-item: Allocate correct size in message_item_crea...
2021-01-11 Ben Pfaffoutput: Add missing chart.h.
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2021-01-11 Ben Pfaffoutput-item: Make command name part of every output_item.
2021-01-11 Ben Pfaffcairo-fsm: Remove dead code in xr_fsm_create().
2021-01-11 Ben Pfaffoutput: Change command names from uppercase to title...
2021-01-11 Ben Pfaffstr: Add function xstrdup_if_nonnull() and introduce...
2021-01-11 Ben Pfaffspv-file-format: Update understanding of commandName...
2021-01-10 Ben Pfafftext-item: Simplify text_item further to just hold...
2021-01-10 Ben Pfaffoutput: Rename page-eject-item to page-break-item.
2021-01-10 Ben Pfafftext-item: Fix reference leak in text_item_to_table_item().
2021-01-10 Ben Pfafftable-item: Don't unshare a pivot_table upon adding...
2021-01-10 Ben Pfaffspv-writer: Consistently use label from output_item.
2021-01-10 Ben Pfaffoutput: Make spv-writer code understand output_item.
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: Implement hiding footnotes.
2021-01-10 Ben Pfaffpivot-table: Always put footnote markers in sorted...
2021-01-10 Ben Pfaffascii: Include footnote markers in output.
2021-01-10 Ben Pfaffpivot-table: Allow footnote marker style to change...
2021-01-10 Ben Pfaffcairo-fsm: Honor displaying footnote markers as subscripts.
2021-01-10 Ben Pfaffspv-light-decoder: Add back character set encoding...
2021-01-09 Ben Pfaffpspp-output: New "strings" developer command.
2021-01-09 Ben Pfaffstring-array: New function string_array_uniq().
2021-01-09 Ben Pfaffpivot-table: Minor coding style improvements.
2021-01-09 Ben Pfaffpivot-table: Tolerate nulls in pivot_value_clone().
2021-01-09 Ben Pfaffspv-legacy-decoder: Initialize all members for SPV_VALU...
2021-01-09 Ben Pfaffspv-legacy-decoder: Set data_index and presentation_ind...
2021-01-09 Ben Pfaffspv-select: Allow structure_member and png_member to...
2021-01-09 Ben Pfaffpivot-table: Fix cut and paste error in pivot_value_clo...
2021-01-09 Ben PfaffMake the Cairo and Pango libraries required rather...
2021-01-08 Ben PfaffAdd support for PNG images in .spv files.
2021-01-08 Ben Pfaffzip-writer: Add functions for writing a member over...
2021-01-08 Ben Pfaffcairo-fsm: Tolerate negative "space" argument to xr_fsm...
2021-01-08 Ben Pfaffspv-file-format: Revise .spv light member documentation.
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: Implement SET SMALL.
2021-01-07 Ben Pfaffpivot-table: Incorporate format settings.
2021-01-07 Ben PfaffMake data input and output take a fmt_settings structure.
2021-01-06 Ben Pfaffformat: Move epoch into struct fmt_settings.
2021-01-06 Ben Pfaffformat: Make format settings structure smaller and...
2021-01-05 Ben Pfaffformat: Fix typo in comment.
2021-01-02 Ben Pfaffoutput: Make table_item a pivot_table, table_cell a...
2021-01-02 Ben Pfaffcsv: Change footnote format.
2021-01-02 Ben Pfaffpivot-table: Add some more utility functions for pivot...
2021-01-02 Ben Pfaffpivot-table: Define numeric formats of categories as...
2021-01-02 Ben Pfaffpivot-table: Don't rely on xcalloc (0, x) returning...
2021-01-02 Ben Pfaffpivot-output: Fix typo in comment.
2021-01-02 Ben Pfaffrender: Simplify 'pages' array in struct render_pager.
2021-01-02 Ben Pfaffoutput: Drop TAB_FIX and the idea of a configurable...
2021-01-02 Ben Pfafftext-item: Use struct font_style instead of individual...
2021-01-02 Ben Pfafftable-item: Make caption into table_cell too.
2021-01-01 Ben Pfafftable-item: Change title from table_item_text to table_...
2021-01-01 Ben Pfafftable-item: Remove barely used parameters from table_it...
2021-01-01 Ben Pfafftable-provider: Remove "const" from struct table_cell...
2021-01-01 Ben Pfaffoutput-item: Make label a part of every output_item.
2021-01-01 Ben Pfaffhtml: Step toward better handling of text_items.
2021-01-01 Ben Pfaffpivot-table: Fix memory leak in pivot_table_destroy()
2021-01-01 John DarringtonPSPPIRE: Add user hints dialog on startup
2021-01-01 Ben Pfaffoutput: Improve comments.
2021-01-01 Ben Pfaffpivot-table: Update comments to drop mention of omit_empty.
2021-01-01 Ben Pfaffpivot-table: Don't allow data cells for nonexistent...
2020-12-31 Ben Pfaffpivot-output: Fix vertical line presence and style.
2020-12-31 Ben Pfaffpivot-output: Fix drawing lines between dimensions...
2020-12-31 Ben Pfaffpivot-output: Replicate dimension headings when divided...
2020-12-31 Ben Pfaffpivot-output: Really fix formatting of the corner cell.
2020-12-31 Ben Pfaffoutput: Remove superscript support.
2020-12-31 Ben Pfaffpivot-output: Implement superscript.
2020-12-31 Ben Pfaffspv-file-format: Document "show-title" option.
2020-12-31 Ben Pfaffascii: Support dashed lines in output.
2020-12-31 Ben Pfaffascii: Refactor definition of box characters.
2020-12-31 Ben Pfaffcairo-fsm: Implement dashed lines.
2020-12-30 Ben Pfaffpivot-table: Fix incorrect allocation count in pivot_ta...
2020-12-29 Ben Pfafftable: Add comment.
2020-12-29 Ben Pfaffspv-css-parser: Parse text color also.
2020-12-29 Ben Pfaffspv-css-parser: The font-size is really "px" even thoug...
2020-12-29 Ben Pfaffoutput: Eliminate duplicated color parsing code.
next