output: Introduce pivot tables.
[pspp] / src / language / stats / frequencies.c
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2018-12-25 Ben Pfafftable: Get rid of TAL_GAP.
2018-11-26 Ben PfaffFREQUENCIES: Avoid buffer overrun when there is no...
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2017-03-28 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-02-21 Friedrich BeckmannFREQUENCIES: fixed VARIANCE output - fixes bug #50366
2016-07-10 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-06-04 Friedrich Beckmannfrequencies: fixed bug #48128 in percentiles
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-04-01 John DarringtonCheck the return value of various calls to lex_force_match.
2016-03-31 John DarringtonFixed a bug where frequencies/histogram would crash...
2016-02-20 John DarringtonFREQUENCIES BARCHART: Honour then PERCENT option
2016-02-01 John DarringtonFrequencies: Fix some memory leaks
2015-06-24 Ben PfaffFREQUENCIES: Reimplement FORMAT=LIMIT feature.
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2015-03-07 Ben PfaffFREQUENCIES: Accept (but ignore) ORDER subcommand.
2015-02-07 John DarringtonAdded the /BARCHART option to CROSSTABS
2015-01-21 John DarringtonFrequencies: Added the /BARCHART subcommand.
2014-12-05 John DarringtonFREQUENCIES: Fix bug when combining HISTOGRAM with...
2014-11-30 Ben PfaffFREQUENCIES: Allow percentiles to be comma-separated.
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-09-16 Ben PfaffFREQUENCIES: Fix treatment of string variables.
2014-07-09 John DarringtonFix typo in printed string
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2014-04-26 John DarringtonFREQUENCIES: Fixed crash showing histograms of limited...
2014-04-25 John DarringtonFREQUENCIES: Replaced frequencies.q with frequencies.c