work on docs
[pspp] / tests /
2022-02-28 Ben Pfaffwork on documentation
2022-02-24 Ben PfaffPCOMPUTE works
2022-02-12 Ben PfaffPCOMPUTE and PPROPERTIES parser (not tested)
2022-02-06 Ben PfaffMISSING=INCLUDE/EXCLUDE works
2022-01-30 Ben PfaffWork on weighting.
2022-01-29 Ben PfaffAdd list of unimplemented features.
2022-01-29 Ben PfaffMore tests for totals and subtotals, with fixes.
2022-01-29 Ben Pfaff2-d subtotals work
2022-01-19 Ben PfaffSimple test for TOTALS.
2022-01-18 Ben PfaffSome basic tests.
2022-01-17 Ben PfaffA few basic tests pass.
2022-01-13 Ben Pfaffstart validating
2022-01-13 Ben Pfaffwork on CTABLES
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().
2021-05-03 Ben Pfafflexer: Remove lex_syntax_mode in favor of segmenter_mode.
2021-04-13 Ben Pfaffsettings: Add macro settings.
2021-04-13 Ben Pfaffsegment: Allow '.' as separate token with a line, for...
2021-04-13 Ben Pfaffsegment: Improve segmentation when DEFINE command has...
2021-04-10 John Darringtontests/automake.mk: Fix building of test runners
2021-04-09 Ben Pfafflexer: Add support for DEFINE...!ENDDEFINE.
2021-04-09 Ben Pfafflexer: Add support for macro punctuation.
2021-04-09 Ben Pfafflexer: Add support for macro identifiers (that begin...
2021-04-09 Ben Pfaffsegment: Fix segmentation of integer followed by "...
2021-03-23 Ben Pfaffsegment: Properly handle DO REPEAT in batch mode.
2021-03-22 Ben Pfafflexer: New function lex_force_int_range().
2021-03-21 Ben PfaffCROSSTABS: Reimplement parser without q2c.
2021-03-09 Ben Pfaffpivot-table: Reduce size of struct pivot_value from...
2021-03-09 Ben Pfaffpivot-table: Reduce size of struct pivot_value from...
2021-03-07 Ben PfaffDELETE VARIABLES: Fix crash when deleting and adding...
2021-03-07 Ben PfaffImprove error message for creating a new string var...
2021-03-07 Ben Pfafftests: Ignore .pspprc in a different way, to fix runnin...
2021-01-25 Ben Pfaffoutput: Make groups contain their subitems, and get...
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 PfaffDEBUG EVALUATE: Use output_log() instead of printf().
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
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-10 Ben Pfaffpivot-table: Test round-tripping to an .spv file.
2021-01-10 Ben Pfaffpivot-table: Fix handling of current-layer in spv files...
2021-01-10 Ben Pfaffpivot-table: Implement hiding footnotes.
2021-01-10 Ben Pfaffpivot-table: Add test for footnotes.
2021-01-09 Ben PfaffMake the Cairo and Pango libraries required rather...
2021-01-07 Ben Pfaffpivot-table: Implement SET SMALL.
2021-01-02 Ben Pfaffpivot-table: Add more tests for pivot table rendering.
2021-01-02 Ben Pfaffoutput: Make table_item a pivot_table, table_cell a...
2021-01-02 Ben Pfaffcsv: Change footnote format.
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 Pfafftests: Break off --draw-mode from render-test into...
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-30 Ben Pfafftests: Be consistent about adding to $(check_PROGRAMS).
2020-12-27 Ben Pfaffhtml: Pop up tooltip with table notes in output.
next