work on value labels
[pspp] / src / data /
2023-08-02 Ben Pfaffwork
2023-07-28 Ben Pfaffwork
2023-03-18 Ben Pfaffdata-out: Make binary output buffer big enough for...
2023-03-07 Ben PfaffCLOSE FILE HANDLE: Fix bugs and add test.
2023-03-05 Ben Pfaffcase-map: Make creating a case_map destroy the stage.
2023-03-05 Ben Pfaffdataset: Replace 'compactor' by a translating casewriter.
2023-03-05 Ben Pfaffcase-map: Identity map is only when there are no change...
2023-03-05 Ben Pfaffcase-map: Optimize case_map_create_output_translator...
2023-03-05 Ben Pfaffdictionary: Get rid of case indexes.
2023-03-05 Ben Pfaffdictionary: Short-circuit no-op case in dict_reorder_var().
2023-03-05 Ben Pfaffdictionary: Always compact immediately upon deletion...
2023-03-05 Ben Pfaffpc+-file-reader: Drop unneeded struct member.
2023-03-05 Ben Pfaffdictionary: Get rid of "internal var" concept.
2023-03-05 Ben Pfaffcase-map: Simplify case_map_stage_get_case_map().
2023-03-05 Ben Pfaffcase-map: Remove buggy and unused case_map_clone().
2023-03-05 Ben Pfaffdictionary: Get rid of next_value_idx.
2023-03-05 Ben Pfaffcaseproto: Disallow -1 elements in caseprotos.
2023-03-05 Ben Pfaffcaseproto: Allocate base struct and widths separately.
2023-03-05 Ben Pfaffdataset: Before deleting variables, make sure new value...
2023-03-05 Ben Pfaffcaseinit: Introduce new caseinit_translate_casereader_t...
2023-03-04 Ben Pfaffcaseproto: Fix calculation in caseproto_reserve().
2023-02-27 Ben PfaffAdd support for variable sets in the system file format.
2023-02-27 Ben Pfaffdictionary: Avoid name shadowing in dict_clone().
2023-02-26 Ben Pfafftreewide: Use struct fmt_spec by value instead of point...
2023-02-25 Ben Pfaffdictionary: Make dict_get_weight_format() return by...
2023-02-21 Ben PfaffDELETE VARIABLES: Fix bugs related to details of case...
2023-02-21 Ben Pfaffcase-map: New function case_map_clone().
2023-02-21 Ben Pfaffcase-map: Use stateless translator in case_map_create_i...
2023-02-21 Ben Pfaffcasereader-translator: Add a class for casereader trans...
2023-02-20 Ben PfaffFix understanding of how long string variable missing...
2023-02-20 Ben Pfaffdictionary: Fix misuse of DC_* treewide.
2023-02-17 Ben Pfaffpivot-table: Honor blank variable labels.
2023-02-17 Ben Pfaffdictionary: Fix invariant that no split file vars means...
2022-11-20 Ben Pfaffcasereader: Add const to casereader_peek() and caseread...
2022-11-20 Ben Pfaffcasereader-shim: Fix typo in comment.
2022-11-06 Ben PfaffGET DATA: Improve coding style and tests.
2022-11-06 Ben Pfafffile-handle-def: Style improvements.
2022-09-21 Ben Pfaffformat: Improve error messages.
2022-09-19 Ben PfaffSORT CASES: Improve error messages and coding style.
2022-09-17 Ben PfaffMISSING VALUES: Improve error messages.
2022-09-13 Ben PfaffPRINT: Improve error messages.
2022-09-12 Ben PfaffSET: Improve error messages for SET CCx.
2022-09-12 Ben PfaffImprove error messages for format specifiers.
2022-09-12 Ben PfaffAGGREGATE: Bring up to speed.
2022-09-11 Ben Pfaffvalue: Update comments.
2022-09-10 Ben Pfaffformat: Cite variable names in messages reporting incom...
2022-09-10 Ben PfaffCite tokens when reporting invalid identifiers.
2022-09-09 Ben PfaffImprove error messages by citing syntax in more of...
2022-08-28 Ben Pfaffdictionary: Limit split file variables to 8, for compat...
2022-08-28 Ben Pfaffdictionary: Introduce SPLIT_NONE for dictionaries witho...
2022-08-28 Ben Pfaffdictionary: New function var_force_valid_weight().
2022-08-28 Ben PfaffAutomatically infer variables' measurement level from...
2022-08-28 Ben Pfaffvariable: Also complain about negative weights in var_f...
2022-07-08 Ben PfaffSPLIT FILE: Add LAYERED vs. SEPARATE distinction to...
2022-07-08 Ben Pfaffattributes: New macro ATTRSET_INITIALIZER.
2022-07-08 Ben PfaffFix use-after-free errors.
2022-06-18 Ben PfaffImplement SET LEADZERO.
2022-06-01 Ben Pfaffsubcase: Rename subcase_destroy() to subcase_uninit().
2022-04-06 Friedrich Beckmannstart message to translators with TRANSLATORS
2022-04-03 Yuri ChornoivanYuri Chornoivan contributed some typo fixes
2022-04-01 Ben Pfaffsys-file-encoding: Clean up .c file on distclean.
2021-12-31 Ben PfaffReplace more uses of 'cnt' by 'n'.
2021-12-30 Ben PfaffChange how checking for missing values works.
2021-12-26 Ben Pfaffexpressions: Major work to improve error messages.
2021-12-16 Ben PfaffConvert all Perl build tools to Python and remove Perl...
2021-12-11 Ben PfaffClean up how transformations work.
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-12-09 Ben PfaffImplement the MATRIX command.
2021-12-06 Ben Pfafflexer: Add tokens for '{', '}', ':', ';' for use in...
2021-12-06 Ben Pfafffile-handle-def: New function fh_equal().
2021-12-06 Ben Pfaffformat: Make fmt_check() easier to translate.
2021-12-06 Ben Pfaffany-writer: Add comment.
2021-10-09 Ben Pfaffdataset: Fix memory leak destroying a dataset that...
2021-10-05 Ben Pfaffdictionary: Allow dict_set_documents() argument to...
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-09-25 John DarringtonFix possible incorrect assertion when creating unique...
2021-09-06 Ben Pfaffsys-file-encoding: Automatically generate the .c file...
2021-09-03 Ben Pfaffcase: Introduce new functions for numbers and substring...
2021-09-03 Ben Pfaffsys-file-encoding: Put the buffer-read-only declaration...
2021-08-28 John DarringtonFix import of ods files with repeated column data.
2021-07-24 Ben Pfaffidentifier: Make T_STOP always 0.
2021-07-05 Ben Pfaffmessage: Make msg_emit() take full ownership of its...
2021-05-30 Ben Pfaffidentifier: Remove TOKEN_N_TYPES from enum token_type.
2021-05-01 John Darringtonsrc/data/format.c (fmt_affix_free): Fix memory leak
2021-04-13 Ben PfaffRefactor SET and SHOW commands so it's harder to forget...
2021-04-13 Ben Pfaffsettings: Add macro settings.
2021-04-13 Ben Pfaffsettings: Use modern initializer style.
2021-04-09 Ben Pfafflexer: Add support for macro punctuation.
2021-04-09 Ben Pfafflexer: Add support for macro identifiers (that begin...
2021-03-09 Ben Pfaffpivot-table: Reduce size of struct pivot_value from...
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 6 bytes...
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 12 bytes...
2021-02-07 John Darringtonsrc/data/sys-file-reader.c: (read_header): Remove redun...
2021-01-25 Ben Pfaffzip-reader: Make the zip_reader reference counted.
2021-01-25 Ben Pfaffzip-reader: Switch to a more usual error reporting...
2021-01-11 Ben Pfaffstr: Add function xstrdup_if_nonnull() and introduce...
2021-01-07 Ben Pfaffpivot-table: Implement SET SMALL.
2021-01-07 Ben Pfaffpivot-table: Incorporate format settings.
2021-01-07 Ben PfaffMake data input and output take a fmt_settings structure.
2021-01-06 Ben Pfaffformat: Move epoch into struct fmt_settings.
next