Automatically infer variables' measurement level from format and data.
[pspp] / src / language / stats / rank.c
2022-08-07 Ben PfaffAutomatically infer variables' measurement level from...
2022-06-01 Ben Pfaffsubcase: Rename subcase_destroy() to subcase_uninit().
2021-12-11 Ben PfaffClean up how transformations work.
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-10-02 John DarringtonFix possible segfault when running RANK with bad syntax
2021-09-03 Ben Pfaffcase: Introduce new functions for numbers and substring...
2021-03-22 Ben Pfafflexer: New function lex_force_int_range().
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 6 bytes...
2020-12-21 Ben Pfaffpivot-table: Change the default format to omit empty...
2020-10-30 Ben Pfaffoutput: Break struct pivot_table_look out of struct...
2020-06-07 John DarringtonWhitespace changes only.
2019-01-13 Ben PfaffFix numerous memory leaks.
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2017-08-31 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-08-20 Stefan WeilFix some typos (found by codespell)
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
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-01-03 Ben PfaffRANK: Issue syntax error in case where it was omitted...
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-03-16 Ben PfaffAllow variable labels longer than 255 bytes.
2014-02-21 John DarringtonReplace syntactical keywords in error/warning messages... 20140222030507/pspp
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-02-03 Ben PfaffMerge 'master' into 'psppsheet'.
2013-02-01 Ben PfaffRANK: Add support for temporary transformations.
2013-02-01 Ben PfaffRANK: Adopt a new ranking implementation.
2013-02-01 Ben PfaffRANK: Create all variables together, in order.
2013-01-31 Ben PfaffRANK: Simplify rank_sorted_file() with new function...
2013-01-31 Ben PfaffRANK: Simplify fraction_name() function.
2013-01-31 Ben PfaffRANK: Put #include directives into typical order.
2013-01-31 Ben PfaffRANK: Remove write-only struct member 'ascending'.
2013-01-31 Ben PfaffRANK: Lowercase the name of "enum RANK_FUNC".
2012-01-25 Ben PfaffRANK: Avoid putting declaration after statement. 20120125030501/pspp
2012-01-23 John DarringtonMoved rank.q to rank.c