Fixed bug importing ODS files.
[pspp] / src / language /
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
2013-04-28 John DarringtonFix recently introduces bug in LIST /CASES
2013-04-27 John DarringtonFix invalid read in ROC vs. TEMP
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-25 John Darringtonconvert list.q to list.c
2013-04-24 John DarringtonFixed crash with EXAMINE vs. SPLIT
2013-04-24 John DarringtonFixed crash with GLM and MEANS vs. SPLIT
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 Ben PfaffAUTORECODE: Trim trailing white space correctly.
2013-04-07 John DarringtonFixed crash when processing regression with bad syntax
2013-04-07 John DarringtonRename some identifiers for consistency
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-31 John DarringtonFixed some memory allocation issues in the Gnumeric...
2013-03-30 John DarringtonMake the gnumeric reader behave the same as the odsreader
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-20 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-18 Ben PfaffSET: Fix format specifier in show_workspace(). 20130318075540/pspp 20130319030509/pspp 20130320030504/pspp 20130321030507/pspp
2013-03-17 John DarringtonFix confusion over workspace units.
2013-03-17 John DarringtonAdded the SHOW WORKSPACE command which was absent.
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-08 John DarringtonFixed some more errors in the spreadsheet readers
2013-03-07 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-07 John DarringtonFewer memory leaks
next