format: Move is_fmt_type() prototype near more-related functions.
[pspp] / src / data / format.h
2010-08-29 Ben Pfaffformat: Move is_fmt_type() prototype near more-related...
2010-08-29 Ben Pfaffformat: Remove declaration of data that is never used.
2009-04-08 John DarringtonMerge commit 'origin/master' into charset
2009-04-07 John DarringtonMerge commit 'origin/stable'
2009-04-07 John DarringtonAllow users to set the precision of output statistics.
2008-03-05 Ben PfaffPatch #6441. Reviewed by John Darrington.
2008-02-19 Ben Pfaff(macro FMT_MAX_NUMERIC_WIDTH): New macro.
2008-02-19 Ben PfaffPatch #6426. Reviewed by John Darrington.
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2007-11-11 Ben PfaffPatch #6262. New developers guide and resulting fixes...
2007-07-23 Ben Pfaff* variable.c (var_set_width): Use new var_set_width...
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-10 Ben PfaffNew function fmt_dollar_template based on pspp-dev...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
2006-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-11-01 Ben PfaffRemove num_to_string() function, because it is not...
2006-10-29 Ben PfaffChange some aspects of the PRINT, PRINT EJECT, and...
2006-10-20 John DarringtonConstness and global namespace patrol.
2006-07-18 Ben PfaffPatch #5244.
2006-05-31 John DarringtonFixed minor memory leak.
2006-05-02 John DarringtonImplemented support for very long strings a la spss...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.