pspp
2022-09-21 Ben Pfaffformat: Improve error messages.
2022-09-21 Ben Pfaffdocs: Improve example in DEFINE.
2022-09-21 Ben PfaffDATA LIST: Improve error messages and coding style.
2022-09-21 Ben PfaffLOOP: Improve error messages and coding style.
2022-09-21 Ben PfaffDO REPEAT: Improve error messages and coding style.
2022-09-20 Ben PfaffRECODE: Improve error messages and coding style.
2022-09-19 Ben PfaffT-TEST: Improve error messages and coding style.
2022-09-19 Ben PfaffSORT CASES: Improve error messages and coding style.
2022-09-19 Ben PfaffRELIABILITY: Improve error messages and coding style.
2022-09-19 Ben PfaffREGRESSION: Improve error messages and coding style.
2022-09-19 Ben PfaffNPAR TESTS: Improve error messages and coding style.
2022-09-18 Ben PfaffMATRIX: Improve error messages.
2022-09-18 Ben PfaffGLM: Improve error messages.
2022-09-18 Ben PfaffFREQUENCIES: Improve error message and coding style.
2022-09-18 Ben Pfafflexer: Make lex_error_expecting_valist() support a...
2022-09-18 Ben PfaffFACTOR: Improve error messages and coding style.
2022-09-18 Ben PfaffEXAMINE: Improve error messages.
2022-09-18 Ben PfaffNUMERIC, STRING, LEAVE: Improve error messages.
2022-09-18 Ben PfaffRENAME VARIABLES: Remove obsolete comment.
2022-09-18 Ben PfaffMODIFY VARS: Remove.
2022-09-17 Ben PfaffMISSING VALUES: Improve error messages.
2022-09-16 Ben PfaffDELETE VARIABLES: Improve error messages.
2022-09-16 Ben PfaffAPPLY DICTIONARY: Style improvements.
2022-09-16 Ben PfaffSAVE TRANSLATE: Improve error messages and implementati...
2022-09-13 Ben PfaffPRINT: Improve error messages.
2022-09-12 Ben Pfaffplacement-parser: Improve error messages for format...
2022-09-12 Ben PfaffPRINT SPACE: Improve error messages.
2022-09-12 Ben PfaffMATRIX DATA: Improve error messages.
2022-09-12 Ben PfaffLIST: Improve error messages.
2022-09-12 Ben PfaffSET: Improve error messages for SET CCx.
2022-09-12 Ben PfaffImprove error messages for format specifiers.
2022-09-12 Ben PfaffMATCH FILES, UPDATE, ADD FILES: Improve error messages.
2022-09-12 Ben PfaffSHOW: Display settings in pivot table.
2022-09-12 Ben PfaffAssorted improvements to diagnostics.
2022-09-12 Ben PfaffINSERT: Add testing-only feature for ignoring cascading...
2022-09-12 Ben PfaffAGGREGATE: Bring up to speed.
2022-09-11 Ben PfaffDEFINE: Don't label a declaration, for C99 compatibility.
2022-09-11 Ben PfaffAGGREGATE: Improve stats accumulation data structure.
2022-09-11 Ben Pfaffstr: Replace ss_alloc_substring() by ss_clone() and...
2022-09-11 Ben PfaffAGGREGATE: Use array instead of linked list.
2022-09-11 Ben PfaffAGGREGATE: Remove write-only struct member.
2022-09-11 Ben Pfaffmacro: Coding style improvement in macro_tokens_from_st...
2022-09-11 Ben Pfaffvalue: Update comments.
2022-09-11 Ben Pfaffsegment: Comment fix.
2022-09-11 Ben PfaffDEFINE: Improve error messages for parsing macro body.
2022-09-11 Ben PfaffImprove error messages for missing subcommands.
2022-09-10 Ben Pfaffformat: Cite variable names in messages reporting incom...
2022-09-10 Ben PfaffCite tokens when reporting invalid identifiers.
2022-09-09 Ben PfaffImprove error messages by citing syntax in more of...
2022-09-09 Ben PfaffCTABLES: Allow CAPTIONS, CORNERS, TITLES in TITLES...
2022-09-05 Ben Pfaffpspp-dump-sav: Do not install by default.
2022-08-28 Ben PfaffCTABLES: Make ID values reproducible when category...
2022-08-28 Ben PfaffImplement CTABLES procedure. ctables17
2022-08-28 Ben Pfafflexer: New function lex_ofs_error().
2022-08-28 Ben Pfaffmessage: New function msg_location_merged().
2022-08-28 Ben PfaffFREQUENCIES: Implement LAYERED option on SPLIT FILE.
2022-08-28 Ben Pfaffpivot-table: Introduce infrastructure for handling...
2022-08-28 Ben Pfaffpivot-table: Allow all pivot_value formatting functions...
2022-08-28 Ben Pfaffdictionary: Limit split file variables to 8, for compat...
2022-08-28 Ben Pfaffdictionary: Introduce SPLIT_NONE for dictionaries witho...
2022-08-28 Ben Pfaffdictionary: New function var_force_valid_weight().
2022-08-28 Ben PfaffAutomatically infer variables' measurement level from...
2022-08-28 Ben PfaffUse rsvg-convert instead of GIMP for converting SVG...
2022-08-28 Ben Pfaffstr: New functions for case-matching of substrings...
2022-08-28 Ben Pfaffstr: New function ds_put_substring_multiple().
2022-08-28 Ben Pfafflexer: Fix negative 'n0' and 'n1' in lex_source_contain...
2022-08-28 Ben Pfafflexer: Support more options in lex_error_expecting_array().
2022-08-28 Ben Pfaffpivot-table: Improve comment.
2022-08-28 Ben Pfaffpivot-table: Avoid making PIVOT_N_AXES an enum member.
2022-08-28 Ben Pfaffformat-parser: Comment and style fixes.
2022-08-28 Ben Pfaffdoc: Improve documentation for macro support.
2022-08-28 Ben Pfaffpo: Remove reference to $(all_q_sources), which doesn...
2022-08-28 Ben Pfaffvariable: Also complain about negative weights in var_f...
2022-08-28 Ben PfaffFREQUENCIES: Use the smallest mode if there are multiple.
2022-08-07 Ben Pfaffrender: Coding style fix.
2022-08-07 Ben Pfaffdoc: Improve description of extension subtype 5.
2022-08-07 Ben Pfaffpspp-output: Improve usage message.
2022-08-07 Ben PfaffFREQUENCIES: Fix memory leak with percentiles and split...
2022-08-07 Ben PfaffFREQUENCIES: Fix use-after-free error.
2022-07-29 Ben Pfaffsyntax-gen: Test the category properly.
2022-07-10 Friedrich Beckmanng_memdup2: added src/ui/gui/glibfix.h to the distributi...
2022-07-10 Friedrich Beckmannsupply g_memdup2() for glib before 2.68.
2022-07-10 Friedrich BeckmannRevert "Add header wrapper for glib to supply g_memdup2...
2022-07-09 Ben PfaffAdd header wrapper for glib to supply g_memdup2() for...
2022-07-08 Ben PfaffSPLIT FILE: Add LAYERED vs. SEPARATE distinction to...
2022-07-08 Ben Pfaffattributes: New macro ATTRSET_INITIALIZER.
2022-07-08 Ben Pfaffgui: Use g_memdup2() instead of deprecated g_memdup().
2022-07-08 Ben Pfaffconfigure: Update autoconf and libtool macro use to...
2022-07-08 Ben PfaffFix use-after-free errors.
2022-07-08 Ben PfaffSuppress GCC 12.1.1 warnings.
2022-07-02 Ben PfaffRelease version 1.6.2.
2022-06-30 Ben Pfaffgui: Fix icon names.
2022-06-26 Friedrich Beckmanntests/atlocal.in - switched from which to command -v
2022-06-25 Friedrich Beckmannpspp specific icon not shown in about menu
2022-06-25 Ben PfaffDESCRIPTIVES: Fix bad error message.
2022-06-24 Ben PfaffSmake: Fix icon rendering by using correct application ID.
2022-06-24 Ben PfaffRelease version 1.6.1.
2022-06-24 Ben PfaffSmake: Fix dependencies for src/ui/gui/resources.xml.
2022-06-24 Ben Pfaffpo: Update Hungarian translation.
2022-06-19 Ben PfaffChange application ID from org.fsf.pspp to org.gnu...
next