MATRIX: Check format specifier on PRINT command.
[pspp] / src / language / commands / matrix.c
2023-03-18 Ben PfaffMATRIX: Check format specifier on PRINT command.
2023-03-18 Ben PfaffMATRIX: Fix multiplication of empty matrices.
2023-02-26 Ben Pfafftreewide: Use struct fmt_spec by value instead of point...
2022-11-27 Ben PfaffMove all command implementations into a single 'command...