treewide: Replace <name>_cnt by n_<name>s and <name>_cap by allocated_<name>.
[pspp] / src / libpspp / array.h
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2019-11-27 John DarringtonDelete trailing whitespace at line endings.
2019-02-26 Ben Pfaffarray: New function reverse_array().
2017-08-03 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-07-05 John DarringtonAdd copyright and licence notices to files which lack...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-06 Ben Pfaffarray: Fix typo in comment.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-04 Ben Pfaff(move_range): New function.
2007-06-03 Ben Pfaff(insert_range): New function.
2006-10-29 John DarringtonMore constness
2006-10-29 John DarringtonMade array.h const correct, and dealt with the conseque...
2006-10-14 John DarringtonChanged a lot of ints to bools.
2006-05-07 John DarringtonFixed a number of warnings.
2006-05-07 John DarringtonReworked very long string support for better encapsulation.
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.