work on value labels
[pspp] / src /
2023-08-02 Ben Pfaffwork
2023-07-28 Ben Pfaffwork
2023-03-18 Ben PfaffMATRIX: Check format specifier on PRINT command.
2023-03-18 Ben Pfafflexer: Avoid reentering the lexer upon error in special...
2023-03-18 Ben Pfafflexer: Simplify lex_get_error().
2023-03-18 Ben Pfafflexer: Get rid of useless code in lex_get_error().
2023-03-18 Ben Pfaffdata-out: Make binary output buffer big enough for...
2023-03-18 Ben PfaffMATRIX: Fix multiplication of empty matrices.
2023-03-18 Ben PfaffEnsure that interactive output appears without a one...
2023-03-07 Ben PfaffCLOSE FILE HANDLE: Fix bugs and add test.
2023-03-07 Ben PfaffSHOW: Implement SHOW ENVIRONMENT.
2023-03-07 Ben PfaffDATA LIST: Fix crash with a bare / at the end of the...
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-05 Ben PfaffMakefiles: Make a couple of targets build more quietly.
2023-03-04 Ben Pfaffcaseproto: Fix calculation in caseproto_reserve().
2023-03-02 Ben PfaffDO REPEAT: Order PRINT output correctly.
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 John DarringtonAvoid possible null pointer dereference
2023-02-26 Ben Pfafftreewide: Use struct fmt_spec by value instead of point...
2023-02-25 Ben Pfaffpivot-table: Force width of weight formats to 40.
2023-02-25 Ben Pfaffdictionary: Make dict_get_weight_format() return by...
2023-02-21 Ben PfaffDISPLAY MACROS: New command.
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 Pfaffzip-reader: Report corrupted Zip archives.
2023-02-20 Ben PfaffFix understanding of how long string variable missing...
2023-02-20 Ben Pfaffdictionary: Fix misuse of DC_* treewide.
2023-02-18 Ben PfaffCTABLES: Always show computed categories even if they...
2023-02-17 Ben PfaffCTABLES: Don't force the look to include empty rows...
2023-02-17 Ben Pfaffpivot-table: Honor blank variable labels.
2023-02-17 Ben Pfaffoutput: Link cairo and libxml2 against liboutput.
2023-02-17 Ben PfaffAGGREGATE: Fix crash with temporary transformations.
2023-02-17 Ben Pfaffdictionary: Fix invariant that no split file vars means...
2023-02-16 Ben PfaffCROSSTABS: Always cite all the dimensions if there...
2023-02-16 Ben PfaffCROSSTABS: Fix confidence interval display for risk...
2023-02-16 Ben Pfaffrender: Fix spanned width distribution for cells not...
2023-02-11 Ben Pfaffspv-writer: Use correct namespaces for pageSetup.
2023-02-10 Ben Pfaffoutput: Correctly define and properly implement column...
2023-02-10 Ben Pfaffspv-driver: Add page_setup to output files and allow...
2023-02-10 Ben Pfaffspv: Fix crash reading a page_setup without headings.
2023-02-10 Ben Pfaffcairo: Fix crashes and bugs in 'setup' call.
2023-02-10 Ben Pfaffoutput: Use page_setup for parsing cairo page setup.
2023-02-08 Ben Pfaffoutput: Add null sentinel automatically to parse_enum...
2023-02-08 Ben Pfaffoutput: Refactor driver options to avoid so much copying.
2023-02-07 Ben Pfaffoutput: Modernize how drivers are initialized.
2023-01-28 Ben Pfaffascii: Improve look of dashed line ends.
2023-01-28 Ben Pfaffpivot-output: When there's no dimension border, use...
2023-01-27 Ben Pfaffoutput: Add debugging code to rendering and table code.
2023-01-27 Ben Pfafftable: Make debug code unconditional.
2023-01-27 Ben Pfaffrender: Fix typo in comment.
2023-01-27 Ben Pfaffpivot-table: Fix buffer overflow in corner case in...
2023-01-27 Ben Pfaffpivot-table: Fix buffer overflow in pivot_table_dump...
2023-01-16 Ben Pfafftable: Fix use of uninitialized data.
2023-01-16 Ben PfaffCTABLES: Avoid uninitialized variable warning in some...
2023-01-16 Ben Pfaffoutput: Combine color and stroke into table_border_style.
2023-01-15 Ben Pfaffrender: Get rid of RENDER_LINE_* in favor of similar...
2023-01-05 Ben Pfafftable: Rename TAB_* to TABLE_CELL_* and reduce from...
2023-01-05 Ben Pfafftable: Drop support for -1 as style to table_hline...
2023-01-05 Ben Pfafftable: Remove table_box().
2023-01-05 Ben PfaffONEWAY: Fix incorrect, duplicate "(J) Family" label.
2022-11-28 Ben Pfaffdoc: Make the developers guide just a description of...
2022-11-27 Ben PfaffMove all command implementations into a single 'command...
2022-11-27 Ben PfaffRemove unneeded #includes.
2022-11-26 Ben PfaffCTABLES: Fix issue with special case for SLABELS POSITI...
2022-11-25 Ben Pfaffpivot-table: Fix memory leak in debug print code.
2022-11-24 Ben PfaffCTABLES: Fix treatment of multiline titles.
2022-11-24 Ben PfaffCTABLES: Make EMPTY independent of other settings on...
2022-11-23 Ben Pfaffspv-driver: Fix memory leak on error path.
2022-11-22 Ben Pfaffspv: ALlow an extra 01 at the end of X3.
2022-11-21 Ben PfaffMEANS: Improve error messages and coding style.
2022-11-21 Ben PfaffOUTPUT MODIFY: Improve error messages and coding style.
2022-11-21 Ben PfaffSET: Improve error messages and coding style.
2022-11-21 Ben PfaffINSERT: Improve error messages and coding style.
2022-11-21 Ben PfaffROC: Improve error messages and coding style.
2022-11-20 Ben PfaffRANK: Improve error messages and coding style.
2022-11-20 Ben PfaffONEWAY: Improve error messages and coding style.
2022-11-20 Ben PfaffGRAPH: Improve error messages and coding style.
2022-11-20 Ben PfaffLOGISTIC REGRESSION: Improve error messages and coding...
2022-11-20 Ben PfaffGLM: Improve error messages and coding style.
2022-11-20 Ben Pfaffsplit-file: New function output_split_file_values_peek().
2022-11-20 Ben Pfaffcasereader: Add const to casereader_peek() and caseread...
2022-11-20 Ben Pfaffcasereader-shim: Fix typo in comment.
next