Add documentation for SPV file format.
[pspp] / tests / language /
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 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-11-29 Friedrich Beckmannosx: Test 605 (QUICK CLUSTER with pairwise missing...
2015-11-11 John DarringtonNew top level menu for Graphs.
2015-11-10 John DarringtonQuick Cluster: Reimplement clustering algorithm
2015-10-21 Alan MeadQUICK CLUSTER: New subcommand: /PRINT
2015-10-07 John DarringtonFix the INCLUDE /ENCODING subcommand and add a test...
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-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-02 John DarringtonFixed bug GRAPH /HISTOGRAM vs. null data.
2015-06-02 John DarringtonExercise the GRAPH command in the split-file test
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-15 Ben PfaffCOUNT: Correct treatment of missing values.
2015-02-07 John DarringtonAdded the /BARCHART option to CROSSTABS
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-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 BeckmannAdd GRAPH command initially with just scatterplots...
2014-09-16 Ben PfaffFREQUENCIES: Fix treatment of string variables.
2014-09-13 Ben PfaffRUNS: Correct calculation of significance.
2014-08-24 Ben PfaffSYSFILE INFO: Improve output formatting by using nested...
2014-06-23 John DarringtonFixed crash in REGRESSION when only one SAVE parameter...
2014-05-11 Ben PfaffCROSSTABS: Add test to verify treatment of ties.
2014-05-11 Ben PfaffCROSSTABS: Calculate significance for lambda and Somers' d.
2014-05-06 Ben PfaffCROSSTABS: Calculate ASE for asymmetric lambda (correctly).
2014-05-06 Ben PfaffCROSSTABS: Don't calculate symmetric uncertainty coeffi...
2014-05-06 Ben PfaffCROSSTABS: Add additional test case.
2014-05-06 Ben PfaffCROSSTABS: Don't calculate ASE for symmetric Somers' d.
2014-05-06 Ben PfaffCROSSTABS: Drop buggy ASE for asymmetric lambda; fix...
2014-05-04 Ben PfaffCROSSTABS: Fix T values for Spearman's R and Pearson...
2014-05-04 Ben PfaffCROSSTABS: Add tests for Pearson's R, and update docume...
2014-05-01 John DarringtonAnnotate some more results as p-values and update the...
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2014-04-27 John DarringtonFixed a bug where contrasts with negative T where incor...
2014-04-26 John DarringtonFREQUENCIES: Fixed crash showing histograms of limited...
2014-04-25 John DarringtonFREQUENCIES: Added new test for bug which causes a...
2014-04-04 Ben PfaffDESCRIPTIVES: Fix treatment of FILTER in presence of...
2014-03-29 John DarringtonT-TEST: Fixed a bug in reporting the independent sample...
2014-02-17 John DarringtonFix memory fault reading ODS file.
2014-02-16 Ben PfaffMake SYSFILE INFO able to analyze valid encodings for...
2014-02-04 Ben PfaffChange many %g format specifiers to %.*g with precision...
2014-01-14 John DarringtonREGRESSION: Added calculation of the coefficients'... 20140115030506/pspp
2014-01-14 John DarringtonREGRESSION: Add parser framework for confidence interval
2014-01-08 John DarringtonChange "Significance" to "Sig." in linear regression...
2014-01-08 John DarringtonPaired T-Test: Label first pair as 'Pair 1' instead...
2013-12-30 John DarringtonQUICK CLUSTER: Fix crash on negative parameters
2013-12-22 Ben PfaffDISPLAY DICTIONARY: Add "Label: " prefix for variable...
2013-11-23 John DarringtonFix incorrect table range selection in CORRELATIONS 20131124030501/pspp 20131126030514/pspp 20131129030511/pspp 20131130030507/pspp 20131201030504/pspp 20131202030507/pspp 20131203030513/pspp 20131204030510/pspp 20131205030508/pspp 20131206030511/pspp 20131207030510/pspp 20131208030512/pspp 20131209030505/pspp 20131210030511/pspp 20131211030514/pspp 20131212030506/pspp 20131213030513/pspp 20131214030509/pspp
2013-11-16 Ben PfaffMerge 'master' into 'gtk3'. 20131117032733/pspp 20131118033210/pspp 20131120033238/pspp 20131121033245/pspp 20131124032805/pspp 20131125033107/pspp 20131126032949/pspp 20131129032626/pspp 20131130032638/pspp 20131201033258/pspp 20131202032723/pspp 20131203033047/pspp 20131204033053/pspp 20131205033051/pspp 20131206033106/pspp 20131207033054/pspp 20131208033052/pspp 20131209033050/pspp 20131210033032/pspp 20131211033052/pspp 20131212033030/pspp 20131213033045/pspp 20131214033038/pspp 20131215033145/pspp 20131216033103/pspp 20131217033055/pspp 20131218033302/pspp 20131219033048/pspp 20131220033048/pspp 20131221033043/pspp 20131222033022/pspp 20131223033400/pspp 20131224033012/pspp 20131225033026/pspp 20131226033052/pspp 20131227033029/pspp 20131228033103/pspp 20131229033053/pspp 20131230033042/pspp 20131231033052/pspp 20140101033057/pspp 20140102033100/pspp 20140103033020/pspp 20140104033100/pspp 20140105033045/pspp 20140106033045/pspp 20140107033055/pspp 20140108033126/pspp 20140109033044/pspp 20140110033107/pspp 20140111033108/pspp 20140112033047/pspp 20140113033058/pspp 20140114033136/pspp 20140115033007/pspp 20140116033021/pspp 20140117033038/pspp 20140118033052/pspp 20140119032958/pspp 20140120033020/pspp 20140121032958/pspp 20140122033056/pspp 20140123033022/pspp 20140124033046/pspp 20140125033053/pspp 20140126033033/pspp 20140127033049/pspp 20140128033032/pspp 20140129033013/pspp 20140130033031/pspp 20140131033034/pspp 20140201033054/pspp 20140202033027/pspp 20140203033034/pspp 20140204033021/pspp 20140205033522/pspp 20140206033037/pspp 20140207033040/pspp 20140208033014/pspp 20140209033012/pspp 20140210033025/pspp 20140211030816/pspp 20140212033042/pspp 20140213033002/pspp 20140214030821/pspp 20140215033017/pspp 20140216033038/pspp 20140217033131/pspp 20140218033015/pspp 20140219033015/pspp 20140220033023/pspp 20140221033035/pspp 20140222033038/pspp 20140223033018/pspp 20140224033041/pspp 20140225033022/pspp 20140226033026/pspp 20140227033016/pspp 20140228032959/pspp 20140301032949/pspp 20140302033017/pspp 20140303032942/pspp 20140304033027/pspp 20140305032952/pspp 20140306033016/pspp 20140308033025/pspp
2013-11-01 John DarringtonCorrected various typos in printed strings and document... 20131102030509/pspp
2013-10-26 Ben PfaffMerge master into gtk3. 20131026032545/pspp 20131027032559/pspp 20131028032549/pspp 20131030030824/pspp 20131031032414/pspp 20131101032516/pspp 20131102032602/pspp 20131103032703/pspp 20131104032617/pspp 20131105032650/pspp 20131106032624/pspp 20131107032703/pspp 20131108032720/pspp 20131110032717/pspp 20131111032724/pspp 20131112032726/pspp 20131113032746/pspp 20131114032755/pspp 20131115032755/pspp 20131116032752/pspp
2013-10-23 Ben PfaffImplement ZLIB compressed system file reader and writer.
2013-09-28 Ben Pfaffscan-test: Print nonintegers with limited precision...
2013-09-28 Ben Pfafftests: Skip recently added Gnumeric tests if Gnumeric...
2013-09-20 John DarringtonAdded a test which checks the Fisher Exact Test results
2013-09-16 John DarringtonFACTOR: Fix bug interpreting the /CRITERIA=ITERATE... 20130917030502/pspp 20130918030502/pspp 20130919030506/pspp
2013-09-04 John DarringtonChange instances of GNM_SUPPORT to GNM_READ_SUPPORT
2013-09-02 Ben Pfaffdata-parser: A hard delimiter at end of line is not... 20130903030505/pspp
2013-08-27 Ben PfaffVARIABLE ROLE: Use correct system file representation.
2013-08-26 Ben PfaffVARIABLE ROLE: New command. 20130826030511/pspp
2013-07-03 John DarringtonAdded test to check that REGRESSION works with multiple...
2013-07-03 John DarringtonAdded a test to ensure that SPLITS vs REGRESSION/SAVE...
2013-07-03 John DarringtonRename tests from REGRESSION to LINEAR REGRESSION
2013-06-24 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2013-06-13 Ben PfaffINPUT PROGRAM: Use a separate dataset for the input... 20130613010503/pspp 20130614010504/pspp 20130615010505/pspp 20130616010503/pspp
2013-05-28 Ben PfaffINPUT PROGRAM: Avoid infinite loop for trivially empty...
2013-05-26 Ben PfaffAvoid letting data fields overflow in output and GUI. 20130527010502/pspp
2013-05-25 John DarringtonLinear Regression Test: Provide more decimal places...
2013-05-25 John DarringtonCorrected the Degrees of Freedom in the Regression...
2013-05-21 Ben PfaffDELETE VARIABLES: Fix crash with FILTER. 20130521010504/pspp
2013-05-21 Ben PfaffDESCRIPTIVES: Avoid use-after-free with TEMPORARY and...
2013-05-21 Ben PfaffFLIP: Fix use-after-free and double frees with temporar...
2013-05-11 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-05-10 John DarringtonFix corner case in calculation of trimmed mean.
2013-05-09 John DarringtonMerge branch 'master' into import-gui
2013-05-09 John DarringtonUpdate test to include new warning 20130509010504/pspp
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
next