Automatically infer variables' measurement level from format and data.
[pspp] / src / ui / gui / psppire-import-textfile.c
2022-08-07 Ben PfaffAutomatically infer variables' measurement level from...
2022-05-28 Ben Pfaffgui: Make text import assistant accept only one quote...
2022-05-28 Ben Pfaffgui: Always use the most comma text import settings.
2022-05-28 Ben Pfaffgui: Honor quotes in the text data import dialog.
2021-12-31 Ben PfaffReplace more uses of 'cnt' by 'n'.
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-10-02 John DarringtonUse XCALLOC / XZALLOC macros where reasonable
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-01-07 Ben PfaffMake data input and output take a fmt_settings structure.
2020-11-17 John Darringtonsrc/ui/gui/psppire-import-textfile.c: Fix compiler...
2020-11-17 John DarringtonOnly reset the separators page when going forwards
2020-11-17 John DarringtonFix on_quote_combo_change callback
2020-11-17 John DarringtonMove syntax generation to the psppire-import-textfile...
2020-10-10 John DarringtonRework the spreadsheet import feature of the grapic...