pivot table procedure conceptually works
[pspp] / tests / language /
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-01 John DarringtonCorrected various typos in printed strings and document... 20131102030509/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-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
2013-04-29 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-28 John DarringtonFixed crash in error path of MEANS command 20130429010502/pspp
2013-04-28 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-28 John DarringtonFix recently introduces bug in LIST /CASES
2013-04-27 John DarringtonCorrect error message from previous commit. 20130427010504/pspp
2013-04-27 John DarringtonFixed a crash when RECODE attempted to increase the...
2013-04-26 Ben PfaffFLIP: Fix use-after-free error with temporary transform... 20130426010504/pspp
2013-04-24 John DarringtonFixed crash with EXAMINE vs. SPLIT
2013-04-24 John DarringtonFixed crash with GLM and MEANS vs. SPLIT
2013-04-24 John DarringtonAdded test for known split file problems
2013-04-23 John DarringtonFixed crash in error path for GET DATA 20130424010505/pspp
2013-04-07 Ben PfaffAUTORECODE: Avoid use-after-free error with TEMPORARY. 20130408010504/pspp 20130409010502/pspp
2013-04-07 John DarringtonFixed crash when processing regression with bad syntax
2013-04-07 Ben PfaffCORRELATIONS: Fix crash with separate sets of row and...
2013-04-05 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-04 Ben PfaffRELIABILITY: Fix memory leaks and dereferences of unini...
2013-03-31 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-31 John DarringtonONEWAY /POSTHOC: Annotate output with dependent variable
2013-03-27 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-27 Ben PfaffMATCH FILES: Fix bugs along error path. 20130327030508/pspp 20130328030507/pspp 20130329030505/pspp
2013-03-23 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-22 Ben PfaffFILE HANDLE: Add new ENDS subcommand to control new...
2013-03-14 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-13 Ben PfaffMerge 'master' into 'psppsheet'.
2013-03-12 Ben PfaffRANK: Fix crash ranking multiple variables without... 20130312030503/pspp 20130313030511/pspp 20130314030502/pspp 20130315030502/pspp 20130316030504/pspp
2013-03-05 John DarringtonMerge branch 'master' into import-gui
2013-03-05 John DarringtonFixed crash reading ODS spreadsheets and added a test... 20130305030502/pspp 20130306030504/pspp 20130307030505/pspp
2013-02-16 John DarringtonFixed a bug reading gnumeric files. 20130217030503/pspp
2013-02-09 John DarringtonREGRESSION: Added mention of the dependent variable... 20130210030503/pspp 20130211030502/pspp 20130212030504/pspp
2013-02-03 Ben PfaffMerge 'master' into 'psppsheet'.
2013-02-01 Ben PfaffRANK: Add support for temporary transformations.
2013-02-01 Ben PfaffRANK: Create all variables together, in order.
2013-01-25 John DarringtonReliability: Fix crash on invalid syntax 20130126030502/pspp 20130127030503/pspp 20130128030503/pspp
2013-01-12 Ben Pfaffscan: Introduce string_lexer for simple tokenizing...
2013-01-12 Ben Pfaffsegment: Don't require the input to end in a new-line.
2013-01-06 Ben PfaffMerge 'master' into 'psppsheet'. 20130107032118/pspp 20130108102621/pspp 20130109032153/pspp 20130110031120/pspp 20130110084546/pspp 20130111032139/pspp 20130111091005/pspp 20130112032108/pspp 20130113032104/pspp 20130114032646/pspp 20130115032143/pspp 20130116032122/pspp 20130117032107/pspp 20130118032127/pspp 20130119032130/pspp 20130120032138/pspp 20130121032753/pspp 20130122032130/pspp 20130123032123/pspp 20130124032128/pspp 20130125032106/pspp 20130126032059/pspp 20130127032105/pspp 20130128032115/pspp 20130129032053/pspp 20130130032109/pspp 20130131032120/pspp 20130201032127/pspp 20130202032121/pspp 20130203032041/pspp
2013-01-06 John DarringtonFixed a bug reading gnumeric files. 20130107030506/pspp 20130108100915/pspp 20130109030502/pspp
2013-01-02 Ben Pfaffexpressions: Fix dependency on current year in tests. 20130102030504/pspp 20130103030502/pspp
next