Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / data / value-labels.c
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-02 Ben PfaffImplement MRSETS command.
2010-03-17 Ben Pfaffvalue: New function value_clone().
2010-02-08 Ben PfaffMerge "output" into "master"
2010-01-18 Ben PfaffNew library for interned strings.
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output fc11-i386-build61 fc11-x64-build58 lenny-x64-build82 sid-i386-build128
2009-12-16 John DarringtonMerge commit 'origin/stable' fc11-i386-build58 fc11-x64-build55 lenny-x64-build79 sid-i386-build125
2009-10-24 Ben PfaffMerge "master" into "output". fc11-i386-build29 fc11-x64-build26 lenny-x64-build50 sid-i386-build98
2009-09-24 John DarringtonMerge commit 'origin/stable' build40
2009-08-14 John DarringtonRemove const qualifier.
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-09 Ben PfaffUse Bob Jenkins lookup3 hash instead of FNV.
2008-03-14 John DarringtonRemove unncessary dependencies on format.h
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2006-12-16 John DarringtonCommitted patch #5636
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-11 Ben Pfaff * value-labels.c (hash_int_val_lab): Only hash as...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-08 John DarringtonMemory leak patrol and minor cleanups.
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
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-06-26 Ben Pfaff * value-labels.c (value_to_string): When there's no...
2006-05-07 Ben PfaffSome more cleanup with value labels.
2006-05-06 Ben PfaffRemove unneeded dependency on variable.h.
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.