treewide: Replace <name>_cnt by n_<name>s and <name>_cap by allocated_<name>.
[pspp] / src / data / casereader-filter.c
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2020-06-07 John DarringtonWhitespace changes only.
2016-07-10 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-06-23 John DarringtonFixed typo in comment
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-08-24 John DarringtonConstness
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2009-01-07 John DarringtonMerge commit 'savannah/master'
2009-01-07 Ben PfaffMake cases simpler, faster, and easier to understand.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-15 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-09-06 John DarringtonAdd n_missing argument to casereader_create_filter_missing
2008-09-04 John DarringtonAdd casereader_create_append_numeric function.
2008-09-04 John DarringtonAdded a n_missing parameter to casereader_create_filter...
2007-12-21 John DarringtonMade case_{reader,writer}_class structures const.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-11 Ben PfaffAdd lots of comments. Some minor substantive changes...
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-08 John DarringtonFixed constness issues.
2007-06-07 Ben PfaffAdd casereaders and casewriters, the basis of the new...