more work on datasets
[pspp] / tests /
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...
2015-02-16 John Darringtontests/math/decimal-test.c (canonicalise-string): Fix...
2015-02-15 Ben PfaffCOUNT: Correct treatment of missing values.
2015-02-07 John DarringtonAdded the /BARCHART option to CROSSTABS
2015-02-07 John Darringtontests/chart.at: -O format=csv changed to -o pspp.txt
2015-01-21 John DarringtonFrequencies: Added the /BARCHART subcommand.
2015-01-16 John DarringtonNew module to perform decimal floating point arithmetic...
2015-01-04 John DarringtonFix compiler warnings on 64 bit machines
2015-01-03 John DarringtonCorrect documentation example and add a corresponding...
2014-12-21 John DarringtonFACTOR: Added PROMAX rotation.
2014-12-08 Ben Pfaffcommand: Fix delayed execution of FINISH.
2014-12-08 Ben Pfafftests: Fix unintended platform dependency in portable...
2014-11-29 Ben PfaffAdd support for weighting variables in SPSS/PC+ system...
2014-11-29 Ben PfaffAdd support for reading SPSS/PC+ system files.
2014-10-28 John DarringtonFREQUENCIES: Fixed crash when there was no valid data
2014-10-18 John DarringtonFREQUENCIES: Fix the default /STATISTICS.
2014-10-18 John DarringtonFrequencies.c: Use BIT_INDEX (FRQ_ST_MEDIAN) instead...
2014-10-12 Ben PfaffDISPLAY: Fix crash bugs in DISPLAY INDEX and DISPLAY...
2014-09-28 Friedrich Beckmannrender-test: Fix invocation of tab_footnote().
2014-09-28 Friedrich BeckmannAdd GRAPH command initially with just scatterplots...
2014-09-27 Ben PfaffMakefiles: Make most of the handwritten rules support...
2014-09-16 Ben PfaffFREQUENCIES: Fix treatment of string variables.
2014-09-16 Ben Pfaffoutput: Add support for captions.
2014-09-13 Ben Pfaffoutput: Add footnote support.
2014-09-13 Ben Pfaffrender: Render table_items instead of tables.
2014-09-13 Ben Pfaffstr: Make str_format_26adic() able to use lowercase.
2014-09-13 Ben PfaffRUNS: Correct calculation of significance.
2014-09-09 Ben Pfaffu8-istream: Fix handling of partial reads.
2014-08-30 Ben Pfaffoutput: Make it possible to push and pop output engines.
2014-08-24 Ben PfaffSYSFILE INFO: Improve output formatting by using nested...
2014-08-24 Ben Pfaffoutput: Implement nested tables.
2014-08-24 Ben Pfafftests: Refactor rendering tests.
2014-08-23 Ben Pfaffrender-test: Add --no-txt and --no-stdout options.
2014-07-20 Ben Pfaffrender: Fix rendering corner cases when a cell is broke...
2014-07-20 Ben Pfaffrender-test: Add output file option.
2014-07-20 Ben PfaffMake minimum breaks configurable.
2014-07-13 Ben Pfaffrender: Don't add overflows when header is contiguous...
2014-07-13 Ben Pfafftable-select: Only cut headers into two if needed in...
2014-07-12 Ben Pfaffrender: Add comments to tests.
2014-07-09 John DarringtonAdd OUTPUT MODIFY command
next