pivot table procedure conceptually works
[pspp] / src / language /
2014-11-29 Ben Pfaffpivot table procedure conceptually works pivot-table2
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-28 John DarringtonGRAPH: Use complete strings instead of constructing...
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-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 PfaffRUNS: Correct calculation of significance.
2014-08-24 Ben PfaffSYSFILE INFO: Improve output formatting by using nested...
2014-07-09 John DarringtonAdd OUTPUT MODIFY command
2014-07-09 John DarringtonFix typo in printed string
2014-06-23 John DarringtonFixed crash in REGRESSION when only one SAVE parameter...
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: 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-04 Ben Pfaffexpressions: Reword error message upon use of unimpleme...
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 Ben Pfaffsys-file-info: Add IBM850 and DIN_66003 encodings.
2014-04-26 John DarringtonFREQUENCIES: Fixed crash showing histograms of limited...
2014-04-25 John DarringtonFREQUENCIES: Replaced frequencies.q with frequencies.c
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-03-16 Ben PfaffAllow variable labels longer than 255 bytes.
2014-02-22 John DarringtonReplace syntactical keywords in error/warning messages...
2014-02-21 John DarringtonReplace syntactical keywords in error/warning messages... 20140222030507/pspp
2014-02-18 Ben PfaffFix printf() format specifiers.
2014-02-18 Ben Pfaffnumeric: Avoid using invalid FMT_* as special value.
2014-02-16 Ben PfaffMake SYSFILE INFO able to analyze valid encodings for...
2014-02-16 Ben Pfaffsys-file-reader: Break reading a system file into two...
2014-02-08 Ben PfaffRemove old changelogs from tree. 20140209030510/pspp 20140210030519/pspp
2014-02-04 Ben PfaffSYSFILE INFO: Add ENCODING subcommand.
2014-02-04 Ben PfaffChange many %g format specifiers to %.*g with precision...
2014-01-16 John DarringtonLOGISTIC REGRESSION: Allow fractional confidence interval
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 DarringtonT-Test indendendent variable test: Add vertical line...
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-23 Ben PfaffDistribute lots of files that had been missed.
2013-12-23 Ben Pfaffsys-file-info: Avoid duplicate variable name in inner... 20131223030506/pspp
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-25 John DarringtonCorrected logical errors in tests for error conditions.
2013-10-23 Ben PfaffImplement ZLIB compressed system file reader and writer.
2013-10-19 John DarringtonCorrected warning message which made no logical sense. 20131020030504/pspp
2013-09-30 Ben Pfaffvariable: Complete renaming of ROLE_OUTPUT to ROLE_TARGET. 20130930030504/pspp
2013-09-30 Ben Pfaffmissing-values: Make mv_add_str() easier to use.
2013-09-20 John DarringtonCalculate Fisher Exact Test even if all cell counts...
2013-09-20 John DarringtonCorrect error calculating significance of fisher exact...
2013-09-20 John DarringtonCrosstabs: Use logarithms to calculate the product...
2013-09-20 Ben Pfaffsys-file-reader: Add support for record 7, subtype 10. 20130920030502/pspp
2013-09-20 Ben Pfaffsys-file-info: Make cmd_sysfile_info() more flexible...
2013-09-16 John DarringtonFACTOR: Fix bug interpreting the /CRITERIA=ITERATE... 20130917030502/pspp 20130918030502/pspp 20130919030506/pspp
2013-09-03 John DarringtonDont try to build in gnumeric/odf reader if the librari...
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-08-16 Ben Pfafflexer: Rename LEX_ERROR_INTERACTIVE to LEX_ERROR_TERMIN... 20130816030502/pspp
2013-07-24 Ben PfaffUse "auto" mode for parsing syntax in the GUI (and... 20130724030505/pspp 20130725030502/pspp
2013-07-17 John DarringtonREGRESSION: Fix issues found by by review 20130719030506/pspp 20130720030502/pspp 20130721030502/pspp 20130722030502/pspp 20130723030502/pspp
2013-07-13 Ben PfaffONEWAY: Fix memory leak in run_oneway.
2013-07-03 John DarringtonFixed incorrect behaviour of REGRESSION when multiple... 20130708030519/pspp 20130709030513/pspp
2013-07-03 John DarringtonFix problems associated with LINEAR REGRESSION and...
2013-06-29 John DarringtonPartial fix for regression vs. splits issue 20130629010504/pspp
2013-06-29 John Darringtonlinreg.c: Remove superfluous cast
2013-06-28 Ben PfaffCROSSTABS: Fix memory leaks.
2013-06-26 John DarringtonLOGISTIC REGRESSION: Fix memory leak in error path
2013-06-13 Ben PfaffINPUT PROGRAM: Use a separate dataset for the input... 20130613010503/pspp 20130614010504/pspp 20130615010505/pspp 20130616010503/pspp
2013-06-13 Ben Pfaffcommand.def: Disallow DATASET commands inside INPUT...
2013-05-28 Ben PfaffINPUT PROGRAM: Avoid infinite loop for trivially empty...
2013-05-26 John DarringtonWhitespace changes only 20130526010502/pspp
2013-05-26 John DarringtonFix memory leak in error path of RECODE
2013-05-26 John DarringtonFix memory leak in error path of LOGISTIC REGRESSION
2013-05-26 John DarringtonFix memory leak in LOGISTIC command
2013-05-26 John DarringtonFixed memory leak in examine command
2013-05-26 John DarringtonFix leak check in oneway command
2013-05-25 John DarringtonRegression: Use alternative formula for adjusted R...
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 PfaffREGRESSION: Avoid use-after-free error with TEMPORARY...
2013-05-21 Ben PfaffDESCRIPTIVES: Avoid use-after-free with TEMPORARY and...
2013-05-21 Ben PfaffDESCRIPTIVES: Fix a pair of memory leaks.
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-04-29 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-29 John Darringtonlist.c Use "long" instead of "int" for command parameters.
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 constness warnings 20130428010503/pspp
next