Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / data / value.c
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-07-19 John DarringtonRemove unnecessary include directives of hash.h
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-04-12 Ben Pfaffvalue: New function value_clone_pool().
2009-12-16 John DarringtonMerge commit 'origin/stable' fc11-i386-build58 fc11-x64-build55 lenny-x64-build79 sid-i386-build125
2009-09-24 John DarringtonMerge commit 'origin/stable' build40
2009-08-11 Ben PfaffMerge master into output branch.
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-07 John DarringtonChange union value type to contain uint8_t types instea...
2009-06-07 Ben PfaffUse MAX_SHORT_STRING in place of MIN_LONG_STRING.
2009-06-07 Ben PfaffMake value_set_missing(), etc. tolerate values of width -1.
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-09 Ben PfaffUse Bob Jenkins lookup3 hash instead of FNV.
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-01-17 John DarringtonMerge commit 'origin/stable'
2008-12-04 John DarringtonMerge branch 'master' into rewrite-sheet
2008-12-03 Ben PfaffRename compare_values, hash_values with "_short" suffix.
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-09-26 John DarringtonAvoid forcing an int into a void *
2008-05-29 John DarringtonFixed bugs which manifested themselves as bus errors...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-09-13 John DarringtonImplemented the find dialog.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-04-23 Ben PfaffPatch #5886.
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...