summary_add makes sense, finally
[pspp] / tests /
2022-08-27 Ben Pfaffadd errors for unimplemented features
2022-08-25 Ben Pfaffsimplify weighting
2022-08-25 Ben Pfaffscale test passes
2022-08-25 Ben Pfaffcateogrical missing values make sense now
2022-08-25 Ben Pfaffwork on missing values
2022-08-15 Ben Pfafftesting progresses
2022-08-15 Ben Pfaffmore summary testing
2022-08-14 Ben Pfaffwokr on ctables tests
2022-08-14 Ben Pfaffwork on CTABLES scale summary tests
2022-08-14 Ben Pfaffimprove FREQUENCIES LAYERED
2022-08-14 Ben Pfaffimprove scale summary test
2022-08-14 Ben Pfaffrotation works and is tested
2022-08-14 Ben PfaffCOLLABELS=LAYER works too
2022-08-13 Ben PfaffROWLABELS=LAYER works
2022-08-13 Ben Pfaffprogress on ROWLABELS=LAYER
2022-08-13 Ben PfaffCOLLABELS=OPPSITE works now too
2022-08-13 Ben PfaffROWLABELS=OPPOSITE is correct
2022-08-13 Ben PfaffTABLEID, ROWID, COLID, LAYERROWID, LAYERCOLID are OK...
2022-08-13 Ben Pfaffsimplify function specifications in CTABLES
2022-08-13 Ben PfaffVARIABLE DISPLAY: improve level inference tests
2022-08-13 Ben PfaffCTABLES infer variable level
2022-08-12 Ben PfaffCTABLES split file
2022-08-12 Ben Pfaffdates
2022-08-12 Ben Pfaffintersecting pcomputes
2022-08-12 Ben Pfaffmore pcompute
2022-08-12 Ben Pfafftest )LABEL[n]
2022-08-12 Ben Pfaffsplit file test fix
2022-08-10 Ben PfaffCTABLES fix DISPLAY=NONE for scale variable names
2022-08-10 Ben Pfaffvlabels tests
2022-08-10 Ben PfaffRevert "work on crash"
2022-08-10 Ben Pfaffwork on crash
2022-08-10 Ben Pfafftest improvement
2022-08-08 Ben PfaffTest individual-cell summary functions for scale varaibles.
2022-08-08 Ben PfaffFREQUENCIES and layered split file has tests that work
2022-08-07 Ben PfaffCTABLES
2022-08-07 Ben Pfaffdictionary: Limit split file variables to 8, for compat...
2022-08-07 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().
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...
next