CORRELATIONS: Rename cmd_correlation() to cmd_correlations() for consistency.
[pspp] / tests /
2022-11-06 Ben PfaffUse lex_error_expecting() in more places.
2022-11-06 Ben Pfafflexer: New function lex_force_match_phrase().
2022-09-21 Ben Pfaffformat: Improve error messages.
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 PfaffFREQUENCIES: Improve error message and coding style.
2022-09-18 Ben PfaffNUMERIC, STRING, LEAVE: Improve error messages.
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 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 PfaffAGGREGATE: Bring up to speed.
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-08-28 Ben PfaffCTABLES: Make ID values reproducible when category...
2022-08-28 Ben PfaffImplement CTABLES procedure. ctables17
2022-08-28 Ben PfaffFREQUENCIES: Implement LAYERED option on SPLIT FILE.
2022-08-28 Ben Pfaffdictionary: Limit split file variables to 8, for compat...
2022-08-28 Ben PfaffAutomatically infer variables' measurement level from...
2022-07-08 Ben PfaffSuppress GCC 12.1.1 warnings.
2022-06-26 Friedrich Beckmanntests/atlocal.in - switched from which to command -v
2022-06-25 Ben PfaffDESCRIPTIVES: Fix bad error message.
2022-06-18 Ben PfaffImplement SET LEADZERO.
2022-06-03 Ben Pfaffline-reader: Avoid undefined behavior in printf utility...
2022-06-01 Ben Pfafftests: Add test for doubled parentheses.
2022-05-30 Ben Pfaffperl-module: Remove test for memory usage.
2022-04-06 Ben PfaffMATRIX: Correct error message.
2022-04-05 Ben PfaffCROSSTABS: Fix computation of adjusted standardized...
2022-04-03 Yuri ChornoivanYuri Chornoivan contributed some typo fixes
2022-03-13 Ben Pfafftests: Update testsuite results to accomodate new Gnulib.
2022-03-13 Ben PfaffUpdate to newest gnulib.
2022-03-13 Ben Pfaffexpressions: Fix value of $TIME variable and add a...
2022-01-01 Ben PfaffFREQUENCIES: Fix percentiles and median calculation...
2022-01-01 John DarringtonFixed misleading results in the Kruskal-Wallis test
2021-12-31 Ben PfaffReplace more uses of 'cnt' by 'n'.
2021-12-26 Ben Pfaffexpressions: Major work to improve error messages.
2021-12-16 Ben PfaffConvert all Perl build tools to Python and remove Perl...
2021-12-16 Ben Pfaffnum-out-cmp.pl: Remove unused script.
2021-12-16 Ben PfaffMATRIX: Update EVAL test to avoid failure on i386.
2021-12-16 Ben Pfaffperl-module: Skip memory test if Address Sanitizer...
2021-12-16 Ben PfaffFix build requirements by correctly noting that Python...
2021-12-11 Ben PfaffClean up how transformations work.
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-12-09 Ben PfaffImplement the MATRIX command.
2021-12-09 Ben Pfaffmessage: Introduce underlining for error message regions.
2021-12-06 Ben Pfafflexer: Add tokens for '{', '}', ':', ';' for use in...
2021-12-06 Ben PfaffMATRIX DATA: Add test for factors and splits together.
2021-10-09 Ben Pfaffpivot-table-test: Fix memory leak when table is not...
2021-10-05 Ben Pfaffsegment: Fix 1-byte read past initialized data when...
2021-10-02 John DarringtonMore ASAN_OPTIONS
2021-10-02 John DarringtonIgnore sanitizer ODR warnings, during testing with...
2021-09-27 Ben PfaffImplement the MCONVERT command.
2021-09-03 Ben PfaffMATRIX DATA: Fully implement.
2021-09-02 Ben PfaffDEFINE: Properly support redefining a macro.
2021-09-01 Ben Pfaffmacro: Fix crash for !QUOTE of a quoted string.
2021-08-28 John DarringtonTeX tests: Use the shell instead of wc to test for...
2021-08-28 John DarringtonFix import of ods files with repeated column data.
2021-08-26 Ben PfaffDEFINE: Only expand macro functions when the name is...
2021-07-24 John DarringtonTolerate pathnames with spaces
2021-07-24 Ben Pfaffmacro: Continue expanding macro even in face of errors...
2021-07-24 Ben Pfaffmacro: Allow positional arguments to be empty.
2021-07-23 Ben Pfaffmacro: Allow macro A to use its arguments as part of...
2021-07-22 Ben PfaffTurn !* into a single token, for macro expansion purposes.
2021-07-20 Ben PfaffDEFINE: Equals sign is optional for both positional...
2021-07-20 Ben Pfaffmacro: Properly parse !ENCLOSE keyword arguments.
2021-07-20 Ben PfaffDEFINE: Don't use PSPP_CHECK_MACRO_EXPANSION macro...
2021-07-20 Ben PfaffDEFINE: Allow !DEFAULT to follow the argument type...
2021-07-18 Ben Pfafflexer: Change the pipeline to allow more flexible use...
2021-07-18 Ben Pfaffsegment: Make negative numbers into single segments.
2021-07-05 Ben PfaffDEFINE: New command.
2021-07-05 Ben Pfaffsegment: Ignore !ENDDEFINE in /*comments*/ and "strings".
2021-07-05 Ben Pfaffsegment: Distinguish snippets from full files.
2021-07-05 Ben Pfaffmessage: Break message location out into a separate...
2021-07-05 Ben Pfaffstringi-map: Add some support for non-null-terminated...
2021-06-27 Ben PfaffTITLE and SUBTITLE: Don't treat an unquoted argument...
2021-05-30 Ben Pfaffsegment: Refine treatment of start of macro body.
2021-05-30 Ben Pfaffsegment: The body of DEFINE does not have to be on...
2021-05-30 Ben Pfaffsegment-test: Make debugging easier for some kinds...
2021-05-09 Ben Pfafftoken: Rename token_destroy() to token_uninit().
next