Layered split file for FREQUENCIES works.
[pspp] / src / language / stats / frequencies.c
2022-08-07 Ben PfaffLayered split file for FREQUENCIES works.
2022-08-07 Ben PfaffFREQUENCIES: Fix memory leak with percentiles and split...
2022-08-07 Ben PfaffFREQUENCIES: Fix use-after-free error.
2022-01-01 Ben PfaffFREQUENCIES: Fix percentiles and median calculation...
2022-01-01 Ben PfaffFREQUENCIES: Remove unused pool.
2022-01-01 Ben PfaffFREQUENCIES: Remove unused struct members.
2021-12-30 Ben PfaffChange how checking for missing values works.
2021-10-02 John DarringtonUse XCALLOC / XZALLOC macros where reasonable
2021-03-22 Ben Pfafflexer: New function lex_force_int_range().
2021-03-21 John DarringtonFix bug where attempting to rendering an empty bar...
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2020-06-07 John DarringtonWhitespace changes only.
2019-12-29 Ben Pfaffpivot-table: Initialize subtype, command_id for pivot...
2019-04-27 John DarringtonFREQUENCIES: Warn the user if any weight values are...
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