treewide: Replace <name>_cnt by n_<name>s and <name>_cap by allocated_<name>.
[pspp] / src / language / data-io / matrix-reader.c
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-10-02 John DarringtonFix memory leak upon failure to create matrix reader
2021-10-02 John DarringtonMatrix readers - fix memory leaks
2021-09-27 Ben PfaffImplement the MCONVERT command.
2021-09-03 Ben PfaffMATRIX DATA: Fully implement.
2021-09-03 Ben Pfaffcase: Introduce new functions for numbers and substring...
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 6 bytes...
2021-01-07 Ben PfaffMake data input and output take a fmt_settings structure.
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2020-06-20 Ben Pfaffmatrix-reader: Fix possibly-zero second argument to...
2020-06-07 John DarringtonWhitespace changes only.
2019-07-22 Ben Pfaffvalue: Get rid of value_str(), value_str_rw(), value_num().
2019-05-23 John DarringtonMatrix reader: Remove reliance on hash functions.
2017-05-18 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-05-16 John DarringtonRemove commented out code
2017-05-16 John DarringtonFix potential crash if matrix file variables are of...
2017-05-16 John DarringtonFix buffer overflow which could occur if the matrix...
2017-05-16 John DarringtonRemove unreachable code
2017-05-16 Ben Pfaffmatrix-reader: Use strcpy() on char arrays, in next_mat...
2017-05-11 John DarringtonFACTOR: Fix a crash when bad input was presented
2017-05-10 John DarringtonFix memory leaks in FACTOR/MATRIX
2017-05-10 John Darringtonmatrix reader: Fix bug which incorrectly read in matrix...
2017-05-10 John DarringtonMatrix reader, fix comment to reflect reality.
2017-05-04 John DarringtonNew module matrix-reader