Add support for reading and writing SPV files.
[pspp] / tests /
2019-02-10 Ben PfaffAdd support for reading and writing SPV files. spv3
2019-02-10 Ben Pfaffzip-reader: Read the whole central directory at .zip...
2019-02-10 Ben Pfaffoutput: Move text_item and group_item usage closer...
2019-02-09 Ben Pfaffrender: Drop use of table_select().
2019-01-23 Ben Pfaffline-reader-test: Fix memory leak.
2019-01-23 Ben Pfafftable-transpose: Remove.
2019-01-20 John DarringtonFix broken psql tests.
2019-01-17 Ben Pfafftests: Make Perl tests work with Address Sanitizer.
2019-01-17 Ben Pfafftests: Add valgrind and Leak Sanitizer suppression...
2019-01-13 Ben PfaffFix numerous memory leaks.
2019-01-02 Ben Pfafftests: Get rid of temporary debugging fix.
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2018-12-27 Ben Pfafftests: Tag all the tests that take more than about...
2018-12-25 Ben Pfaffoutput: Introduce group_item in place of TEXT_ITEM_COMM...
2018-12-25 Ben Pfafftext-item: Merge "title" and "subtitle" items into...
2018-12-25 Ben Pfaffoutput: Implement styling for footnotes.
2018-12-25 Ben Pfaffoutput: Add support for fonts.
2018-12-25 Ben Pfaffoutput: Add support for vertical alignment of cells.
2018-12-25 Ben Pfafftestsuite: Enable color output for tests.
2018-12-25 Ben Pfaffrender: Update style of footnote rendering.
2018-12-25 Ben Pfaffoutput: Expand footnote support.
2018-12-25 Ben Pfaffbt, abt: Add initialization and iteration macros.
2018-12-25 Ben Pfaffascii: Get rid of the idea of pages.
2018-12-25 Ben Pfafftable: Get rid of TAL_GAP.
2018-12-23 Ben Pfafftests: Add "categorical" keyword to tests that use...
2018-12-03 Ben Pfaffoutput: Remove support for nested tables.
2018-12-03 Ben PfaffSYSFILE INFO: Get rid of nested tables.
2018-12-03 Ben Pfaffget-data-psql.at: Make test work with Debian pg_wrapper...
2018-11-26 Ben Pfafftests: Disable Address Sanitizer SIGSEGV handler for...
2018-11-19 Ben PfaffCheck for python interpreter at configure time and...
2018-11-19 Ben Pfafftest-date-input.py: Make compatible with Python 3.
2018-11-06 Ben PfaffAdd support for MTIME and YMDHMS.
2018-11-06 Ben Pfafftests: Refactor data-out tests for dates and times.
2018-09-26 Ben Pfaffsys-file-reader: Tolerate missing MRSETS label source...
2018-09-24 Ben Pfafflexer: Add support for embedded \0 bytes and missing...
2018-07-06 John DarringtonODS reader: Deal with case where /READNAMES vs. non...
2018-04-30 Ben Pfafftests: Add missing file.
2018-04-30 Ben PfaffNew command SAVE DATA COLLECTION.
2018-04-30 Ben PfaffMake libxml2 a required build dependency.
2018-02-21 Ben PfaffSAVE TRANSLATE: Allow variable names with space, etc...
2018-02-21 Ben Pfafflexer: Fix implementation of lex_force_string_or_id().
2017-08-31 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-08-28 Ben Pfafftests: Add pspp-convert.at to Git.
2017-08-27 Ben Pfaffsys-file-reader: Avoid assert-fail for duplicate attrib...
2017-08-27 Ben Pfaffsys-file-reader: Fully verify multiple response set...
2017-08-27 Ben Pfaffdata-out: Pass correct width to value_str() in output_A...
2017-08-26 Ben Pfaffpspp-convert: Fix crash when the output file cannot...
2017-08-20 Stefan WeilFix some typos (found by codespell)
2017-08-03 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-07-29 Ben Pfaffsys-file-reader: Accept document records with no docume...
2017-07-16 Ben Pfafftests: Use path search for zip-test instead of full...
2017-07-13 Ben Pfafftests: Avoid failure based on encoding name differences.
2017-07-08 John DarringtonFix erroneous subsitute by previous commit.
2017-07-05 John DarringtonAdd copyright and licence notices to files which lack...
2017-07-04 Ben Pfafftests: Add tests against regression for two previously...
2017-06-19 John DarringtonFACTOR: Improve calculation of Kaiser-Meyer-Olkin and...
2017-06-18 John DarringtonFACTOR: Add Anti-image matrix output
2017-06-16 John DarringtonMATRIX DATA: Add /N subcommand
2017-05-18 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-05-16 John DarringtonFix buffer overflow which could occur if the matrix...
2017-05-12 John DarringtonFixed bug which caused a crash in GET DATA
2017-05-12 John DarringtonMEANS: Prevent parser from entering infinite loop.
2017-05-12 John DarringtonREGRESSION: Implement /ORIGIN subcommand.
2017-05-11 John DarringtonFACTOR: Fix a crash when bad input was presented
2017-05-11 John DarringtonDATA MATRIX: Avoid crash on invalid input
2017-05-10 John Darringtonmatrix reader: Fix bug which incorrectly read in matrix...
2017-05-09 John DarringtonMATRIX DATA: Cope with long variable names
2017-05-09 John DarringtonREGRESSION: Allow independent variables to be specified...
2017-05-04 John DarringtonFACTOR: Add printout of the covariance matrix and add...
2017-05-01 John DarringtonMATRIX DATA: Fix crash when duplicate variables are...
2017-05-01 John DarringtonMATRIX DATA: Handle multiple splits properly
2017-04-30 John DarringtonMATRIX DATA: Rewrite to canonical rowtype values
2017-04-26 John DarringtonAdded the MATRIX DATA procedure.
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2017-04-15 Ben Pfafftests: Do not delete testsuite on distclean.
2017-03-28 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-03-24 John DarringtonHtml Driver: Fix bug when rendering small cells.
2017-03-07 John DarringtonFixed a bug in the Mann-Whitney test vs. missing=analysis.
2017-02-21 Friedrich BeckmannFREQUENCIES: fixed VARIANCE output - fixes bug #50366
2017-01-14 John Darringtontests: Avoid infinite loop in test.
2017-01-14 John Darringtontests: Ensure that the testsuite is of non-zero size
2016-10-10 Friedrich Beckmannperl - added current directory path to calls
2016-08-15 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-14 Ben PfaffVECTOR: Support creating string variables also.
2016-08-13 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-13 John DarringtonAUTORECODE now optionally accepts / before INTO
2016-08-06 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-08-06 John DarringtonRemove deprecated objects GtkAction and GtkUIManager
2016-07-31 John DarringtonFix memory leak in test program
2016-07-27 Ben Pfaffrange-set-test: Remove special case for llvm-gcc on...
2016-07-10 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-06-23 John DarringtonFixed GLM vs. missing values in the dependent variable
2016-06-08 Friedrich Beckmannadded FREQUENCIES regression test for bug#48128
2016-04-21 John DarringtonFix bug in syntax parser of GET DATA /TYPE=TXT
2016-04-11 Ben PfaffCROSSTABS: Implement COUNT subcommand to round case...
2016-04-11 Ben Pfafftests: Fix error message when using a wrapper for the...
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-04-06 John DarringtonFixed crash on FLIP vs. invalid variable names.
2016-04-05 John DarringtonFixed a crash when data for correlations was empty.
next