data-out: Make binary output buffer big enough for a null terminator.
[pspp] / src / language / commands /
2023-03-18 Ben PfaffMATRIX: Fix multiplication of empty matrices.
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 Pfaffdictionary: Get rid of case indexes.
2023-03-05 Ben Pfaffdictionary: Always compact immediately upon deletion...
2023-03-05 Ben Pfaffdictionary: Get rid of "internal var" concept.
2023-03-05 Ben Pfaffdictionary: Get rid of next_value_idx.
2023-03-05 Ben Pfaffcaseinit: Introduce new caseinit_translate_casereader_t...
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-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 PfaffDISPLAY MACROS: New command.
2023-02-21 Ben PfaffDELETE VARIABLES: Fix bugs related to details of case...
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 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-10 Ben Pfaffoutput: Correctly define and properly implement column...
2023-01-16 Ben PfaffCTABLES: Avoid uninitialized variable warning in some...
2023-01-05 Ben PfaffONEWAY: Fix incorrect, duplicate "(J) Family" label.
2022-11-27 Ben PfaffMove all command implementations into a single 'command...