Fix some typos (found by codespell)
[pspp] / src / language / stats / quick-cluster.c
2017-08-20 Stefan WeilFix some typos (found by codespell)
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2016-07-30 John DarringtonRemove unused variable.
2016-04-01 John DarringtonCheck the return value of various calls to lex_force_match.
2016-01-11 John DarringtonFixed some bugs related to empty parentheses
2015-11-21 John DarringtonRemove diagnostic code from quick-cluster.c
2015-11-13 John DarringtonQUICK CLUSTER: Remove sqrt from Euclidean distance...
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-21 Ben PfaffQUICK CLUSTER: Avoid "unused parameter" warning.
2015-10-21 Alan MeadQUICK CLUSTER: New subcommand: /PRINT
2015-06-20 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
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...
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2013-12-30 John DarringtonQUICK CLUSTER: Fix crash on negative parameters
2012-09-30 Ben PfaffMerge 'master' into 'psppsheet'.
2012-09-26 Ben PfaffRemove variables assigned to but never used.
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-07-09 John DarringtonQUICK CLUSTER: Add MISSING=EXCLUDE for consistency...
2011-07-08 John DarringtonQUICK CLUSTER: Implement pairwise missing option
2011-07-08 John DarringtonMerge remote branch 'savannah/master'
2011-07-02 John DarringtonQuick Cluster: Avoid crash when presented with missing...
2011-07-02 John DarringtonQUICK-CLUSTER: Seperate const from non-const data and... 20110703030504/pspp
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-04-26 Ben PfaffQUICK CLUSTER: Adjust comment style.
2011-04-26 Ben PfaffQUICK CLUSTER: Update #include directives to match...
2011-04-26 Ben PfaffQUICK CLUSTER: Fold quick-cluster.h into quick-cluster.c.
2011-04-26 Mehmet Hakan SatmanQUICK CLUSTER: New command.