treewide: Replace <name>_cnt by n_<name>s and <name>_cap by allocated_<name>.
[pspp] / src / data / casereader.c
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2020-06-07 John DarringtonWhitespace changes only.
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2013-05-09 John DarringtonMerge branch 'master' into import-gui
2013-05-09 John DarringtonRevert "Work-around bug in GCC 4.4.5" 20130509093229/pspp 20130510010502/pspp
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-04-05 John DarringtonUpdate casereader.c from master
2013-04-05 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-01 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-01 John DarringtonWork-around bug in GCC 4.4.5
2013-03-31 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-31 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-31 John Darringtonre-enable compiler bug workaroundä
2013-03-30 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-30 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-29 John DarringtonRevert experimentÃ
2013-03-29 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-27 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-26 John DarringtonWork around bug in compiler
2013-02-03 Ben PfaffMerge 'master' into 'psppsheet'.
2013-02-02 Ben Pfaffcasereader: Remove casereader_split() function. 20130203030502/pspp 20130204030505/pspp 20130205030507/pspp
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-10-03 John DarringtonAdd comments informing the caller about side effects
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-03-02 Ben Pfaffcasereader: Factor buffering shim out into separate...
2010-02-08 Ben PfaffMerge "output" into "master"
2010-01-05 Ben Pfaffcasereader: Make parameter to casereader_count_cases...
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-12-06 Ben Pfaffcasereader: New function casereader_create_empty().
2009-12-05 Ben Pfaffcasereader: New function casereader_advance().
2009-12-05 Ben Pfaffcasereader: New function casereader_truncate().
2009-10-24 Ben PfaffMerge "master" into "output".
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-08-11 Ben PfaffMerge master into output branch.
2009-08-09 Ben PfaffAdd CONST_CAST macro, for casting away "const" more...
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-01-19 John DarringtonReworked settings so as to use one large struct instead...
2007-12-21 John DarringtonMade case_{reader,writer}_class structures const.
2007-12-08 Ben PfaffPatch #6302.
2007-10-02 Ben PfaffFix bug #21192. Thanks to John Darrington for review.
2007-09-19 Ben PfaffFix bug #20910.
2007-08-13 Ben Pfaff(casereader_read): Don't require cases read by a casere...
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-15 John DarringtonFixed procedure execution in GUI.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-07 Ben PfaffAdd casereaders and casewriters, the basis of the new...