Add support for reading and writing SPV files.
[pspp] / tests /
2016-04-05 John DarringtonAdd test for PERMISSIONS with bad syntax
2016-04-04 John DarringtonFix crash in T-Test after parsing a null terminated...
2016-04-03 Ben Pfafftests: Fix a deeper bug in null byte check in testsuite.
2016-04-03 Ben Pfafftests: Fix bug in null byte check in testsuite.
2016-04-03 Ben Pfafflexer: Treat null characters in input as spaces.
2016-04-02 Ben PfaffCROSSTABS: Fix corner case in integer mode.
2016-04-02 John DarringtonFix date format tests when running under wine
2016-04-02 Ben PfaffReplace valgrind-wrapper with a generic wrapper.
2016-03-31 John DarringtonFix crash in NPAR when no variables were parsed.
2016-03-31 John DarringtonFixed a bug where frequencies/histogram would crash...
2016-03-31 John DarringtonFix crash when ROC was passed a non-number where a...
2016-03-31 John DarringtonFixed by where pspp would crash if ELSE appeared withou...
2016-03-31 John DarringtonFixed a bug where INSERT would crash when an unterminat...
2016-03-31 John DarringtonFix crash when ONEWAY/CONTRASTS contained an empty...
2016-03-30 John DarringtonFixed crash when processing malformed NPAR TESTS BINOMI...
2016-03-29 John DarringtonCleanup the RENAME VARIABLES command.
2016-03-27 John DarringtonFixed bug in EXAMINE where the parametric calculation...
2016-03-27 John DarringtonFix bug in EXAMINE when an invalid dependent variable...
2016-03-26 John DarringtonFix bug in GRAPH when a bad dependent variable was...
2016-03-26 John DarringtonFix crash in FLIP with no variables.
2016-03-26 John DarringtonFix double heap deallocation when erroneous SET was...
2016-03-26 John DarringtonFixed crash in MODIFY OUTPUT when no valid FORMAT claus...
2016-03-26 John DarringtonFix crash in oneway when an invalid dependent variable...
2016-03-26 John DarringtonFix crash in recode when the INTO variable was invalid.
2016-03-26 John DarringtonFix assertion failure when using PRINT with an empty...
2016-03-25 John DarringtonFix crash in ROC command when no valid state variable...
2016-03-25 John DarringtonFix crash when no indepdendent variable in NPAR is...
2016-03-25 John DarringtonFix crash in DATA LIST when RECORDS and/or SKIP is...
2016-03-25 John DarringtonFix crash in LIST when no valid variables exist.
2016-03-24 John DarringtonFix crash in histogram when all values are missing.
2016-03-24 John DarringtonFix crash when running GET DATA with incomplete command.
2016-03-24 John DarringtonFixed crash in T-TEST when a non-number was passed...
2016-03-24 John DarringtonFix crash in correlations with empty dataset.
2016-03-20 John DarringtonProvide an environment where cross-compiled tests can...
2016-03-20 Ben PfaffSORT VARIABLES: Add test.
2016-03-20 Ben PfaffImplement new command SORT VARIABLES.
2016-03-13 Ben Pfaffexpressions: Add support for mult and fuzzbits argument...
2016-03-13 Ben Pfaffexpressions: Implement the STRUNC function.
2016-03-13 Ben Pfaffexpressions: Implement the MEDIAN function.
2016-03-13 John DarringtonEnable case insensitivity test.
2016-03-04 John DarringtonPipe read test: Replace "echo" with "printf"
2016-03-01 John DarringtonDATA LIST: Do not treat the comma as a field separator...
2016-02-21 Ben Pfaffexpressions: Implement the REPLACE string function.
2016-02-20 Ben Pfaffsys-file-reader: Read system files with multiple subtyp...
2016-02-20 Ben PfaffMISSING VALUES: Report an error when too many missing...
2016-02-18 John DarringtonFixed bug where an empty chart (one with no data) would...
2016-02-05 John DarringtonCorrect error in Mann-Whitney test
2016-02-03 John DarringtonFix memory leak in render-test.c
2016-02-02 John DarringtonSave File test: Restore permissions after test
2016-01-26 John DarringtonGLM: remove warning
2016-01-26 John DarringtonGLM: Do not print the intercept if the model is unbalanced
2016-01-13 John DarringtonEXAMINE: Extend test for empty dataset and fix bug.
2016-01-12 John DarringtonONEWAY: fix crash in contrasts when dataset is empty
2016-01-11 John DarringtonAdd some tests for empty parens
2016-01-04 Ben PfaffREGRESSION: Correctly handle data in temporary file...
2016-01-03 Ben PfaffGET DATA /TYPE=TXT: Remove obsolete IMPORTCASES subcommand.
2016-01-03 Ben PfaffREGRESSION: Warn when REGRESSION with SAVE runs with...
2016-01-03 Ben Pfaffsys-file-reader: Disallow system and scratch long varia...
2016-01-03 Ben PfaffLIST: Allow a subset of the CASES settings to be specified.
2015-12-15 John DarringtonFix crash calling RINDEX with a zero needle length
2015-12-10 John DarringtonReplace "sed" with "$(SED)" in Makefiles
2015-11-29 Friedrich Beckmannosx: Test 605 (QUICK CLUSTER with pairwise missing...
2015-11-29 Friedrich Beckmannosx: Test 172 (decrypt an encrypted syntax file) failed...
2015-11-11 John DarringtonNew top level menu for Graphs.
2015-11-10 John DarringtonQuick Cluster: Reimplement clustering algorithm
2015-10-24 John DarringtonAdd test to check that reading from a pipe works ok
2015-10-21 Alan MeadQUICK CLUSTER: New subcommand: /PRINT
2015-10-20 John DarringtonSkip fifo test for w32 hosted builds
2015-10-20 John DarringtonChange pattern of tmpfiles from <name>.tmpXXXXXX to...
2015-10-17 John DarringtonAdd tests for cases exercising the atomic replacement...
2015-10-07 John DarringtonFix the INCLUDE /ENCODING subcommand and add a test...
2015-10-02 Ben Pfafftests: Distribute tests/data/test-encrypted.sps also.
2015-09-26 Ben Pfaffpspp-convert: Support decrypting encrypted SPSS syntax...
2015-08-02 Ben Pfaffsys-file-reader: Add PSPP version to messages that...
2015-07-31 Ben PfaffT-TEST: Allow comma to be omitted in GROUPS subcommand.
2015-07-31 Ben PfaffT-TEST: Use correct keyword CI (instead of CIN) on...
2015-07-25 Ben Pfaffsys-file-reader: Avoid hanging forever if a system...
2015-07-21 Ben PfaffGET DATA/TYPE=TXT: Remove ESCAPE subcommand and make...
2015-07-18 John DarringtonGET DATA TXT: change syntax generation from /IMPORTCASE...
2015-06-27 John DarringtonPaired samples T-TEST: fix bug calculating correlation...
2015-06-26 John DarringtonCROSSTABS: Fixed the reporting of the standard error...
2015-06-24 Ben PfaffFREQUENCIES: Reimplement FORMAT=LIMIT feature.
2015-06-20 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2015-06-18 John DarringtonChart Geometry: Fix Chart Ticks Format test
2015-06-15 Ben Pfafftests: Unset $TERM to avoid error if $TERM is set to...
2015-06-11 Friedrich Beckmannreplaced decimal module, xrchart_scale with autoformat...
2015-06-11 Friedrich Beckmanncharts: changed scientifc number display from e+6 type...
2015-06-07 Friedrich Beckmannreplaced decimal module, xrchart_scale with autoformat...
2015-06-04 Friedrich Beckmanncharts: changed scientifc number display from e+6 type...
2015-06-02 John DarringtonFixed bug GRAPH /HISTOGRAM vs. null data.
2015-06-02 John DarringtonExercise the GRAPH command in the split-file test
2015-06-01 Friedrich Beckmannhistogram tick drawing - added format generation for...
2015-05-31 Friedrich Beckmannhistogram tick drawing - added format generation for...
2015-05-30 Ben PfaffQUICK CLUSTER: Fix infinite loop on bad command name.
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2015-03-08 Ben PfaffRELIABILITY: Ignore STATISTICS subcommand.
2015-03-08 Ben PfaffFACTOR: Support ANALYSIS subcommand.
2015-03-07 Ben Pfaffexpressions: Add support for 2- and 3-operand RND function.
2015-03-07 Ben PfaffFREQUENCIES: Accept (but ignore) ORDER subcommand.
2015-03-06 Ben PfaffRENAME VARIABLES: Make parentheses optional for single...
next