Add documentation for SPV file format.
[pspp] / src / language /
2016-01-15 Ben PfaffSAVE TRANSLATE: Improve error message.
2016-01-15 Ben PfaffLIST: Improve wording of error messages.
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 DarringtonFixed some bugs related to empty parentheses
2016-01-07 Ben PfaffFACTOR: Avoid assertion failures on syntax errors expec...
2016-01-06 Ben PfaffAPPLY DICTIONARY: Fix segmentation fault when setting...
2016-01-06 Ben Pfaffsegment: Fix buffer overrun error in segmenter_detect_c...
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 PfaffRANK: Issue syntax error in case where it was omitted...
2016-01-03 Ben PfaffLIST: Allow a subset of the CASES settings to be specified.
2015-12-15 Friedrich BeckmannGRAPH scatterplot - fixed missing BY variable rendering
2015-12-15 John DarringtonFix crash calling RINDEX with a zero needle length
2015-11-21 John DarringtonMake fn_open and fn_close take a struct file_handle...
2015-11-21 John DarringtonRemove diagnostic code from quick-cluster.c
2015-11-20 John DarringtonRemove unnecessary #include directives
2015-11-13 John DarringtonQUICK CLUSTER: Remove sqrt from Euclidean distance...
2015-11-11 John DarringtonNew top level menu for Graphs.
2015-11-10 John DarringtonQuick Cluster: Reimplement clustering algorithm
2015-11-09 John DarringtonQuick Cluster: Print an error instead of failing silently
2015-11-07 John DarringtonQuick Cluster: Add horizontal rule in cluster membershi...
2015-10-25 John Darringtondfm_writer_error: Correct comment
2015-10-21 Ben PfaffQUICK CLUSTER: Avoid "unused parameter" warning.
2015-10-21 Alan MeadQUICK CLUSTER: New subcommand: /PRINT
2015-10-18 John DarringtonProvide stubs for spreadsheet functions when no spreads...
2015-10-09 John DarringtonEnsure all lex_readers have the encoding parameter
2015-10-09 John Darringtonreplace_file_start: remove parameter TMP_FILE
2015-10-09 John Darringtonreplace_file_start: Now takes a file handle instead...
2015-10-09 John Darringtonlexer.c: Remove file_name member from lex_reader_file
2015-10-07 John DarringtonFix the INCLUDE /ENCODING subcommand and add a test...
2015-09-15 John DarringtonRef count struct spreadsheet
2015-09-12 John DarringtonFix dereference to reallocated pointer in data-parser...
2015-08-01 John DarringtonREGRESSION: Relaxed the syntax parser slightly and...
2015-07-31 Ben PfaffT-TEST: Allow comma to be omitted in GROUPS subcommand.
2015-07-31 Ben PfaffT-TEST: Allow both CIN and CI on CRITERIA.
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-22 John DarringtonFix behaviour of the REGRESSION /STATISTICS subcommand.
2015-07-21 Ben PfaffGET DATA/TYPE=TXT: Remove ESCAPE subcommand and make...
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-21 Ben PfaffMerge "gtk3" branch into "master".
2015-06-21 John DarringtonGRAPH: Correct spacing and punctuation of error message
2015-06-20 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2015-06-02 John DarringtonFixed bug GRAPH /HISTOGRAM vs. null data.
2015-05-30 Ben PfaffQUICK CLUSTER: Fix infinite loop on bad command name.
2015-05-25 Friedrich Beckmannscatterplot: fixed compiler warnings
2015-05-22 Friedrich Beckmannscatterplot: fixed compiler warnings
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2015-04-24 Friedrich BeckmannSwitch the order in which scatterplot axes appear in...
2015-04-24 Friedrich BeckmannAllow data used by GRAPH /SCATTERPLOT to persist after...
2015-04-24 Friedrich BeckmannWhitespace changes only.
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-21 John DarringtonFrequencies: Added the /BARCHART subcommand.
2015-01-04 John DarringtonFix compiler warnings on 64 bit machines
2014-12-29 John DarringtonFactor: fix memory leaks relating to PROMAX and update...
2014-12-28 Ben Pfafffactor: Comment out unused functions.
2014-12-21 John DarringtonFACTOR: Added PROMAX rotation.
2014-12-08 Ben Pfaffcommand: Fix delayed execution of FINISH.
2014-12-08 Daniel Schliepercommand: Add STEMLEAF to list of unimplemented commands.
2014-12-08 Ben Pfafflexer: Include <unistd.h> to ensure 'read' is consisten...
2014-12-05 John DarringtonFREQUENCIES: Fix bug when combining HISTOGRAM with...
2014-11-30 Ben PfaffFREQUENCIES: Allow percentiles to be comma-separated.
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...
next