Removed unused function prototypes
[pspp-builds.git] / src / data / value.h
2009-07-14 John DarringtonRemoved unused function prototypes
2009-06-12 Ben PfaffFix type mismatch between value_hash prototype and...
2009-06-07 Ben Pfaffvalue: New function value_swap.
2009-06-07 Ben PfaffMake MAX_SHORT_STRING an implementation detail of the...
2009-06-07 Ben PfaffUse MAX_SHORT_STRING in place of MIN_LONG_STRING.
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-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...
2008-04-20 John DarringtonFixed some recent problems with the mingw cross compile.
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-10-12 Ben Pfaffconfig.h-fixes.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-09-13 John DarringtonImplemented the find dialog.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-07 Ben Pfaff* value.h (value_cnt_from_width): New function.
2007-04-23 Ben PfaffPatch #5886.
2006-12-23 John DarringtonCleaned up GUI, by objectifying the data editor. Remov...
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...
2006-05-06 Ben PfaffGet rid of `char *c' member in union value, for cleanli...
2006-05-02 John DarringtonImplemented support for very long strings a la spss...
2006-03-04 Ben PfaffGot rid of pref.h.orig (and pref.h) entirely, moving...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.