format: Count prefix and suffix width in terms of display columns.
[pspp-builds.git] / src / data / format.c
2011-02-20 Ben Pfaffformat: Count prefix and suffix width in terms of displ...
2011-02-20 Ben Pfaffformat: Create a new "struct fmt_affix" for prefix...
2011-02-20 Ben Pfaffformat: Increase abstraction of fmt_number_style.
2010-08-29 Ben Pfaffformat: Introduce a new type, struct fmt_settings.
2010-08-29 Ben Pfaffformat: Make fmt_number_style_init(), fmt_number_style_...
2010-08-24 Ben Pfaffformat: Optimize fmt_from_io().
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 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 Pfaff * format.c (fmt_dollar_template): Use user's decimal...
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-22 Ben PfaffRewrite formatted data input routines to conform to...
2006-11-14 John DarringtonPlugged some small memory leaks
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
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-07-08 Ben PfaffApply patch #5225, assertions.
2006-06-19 John DarringtonImplemented data-store using a casefile instead of...
2006-06-09 Ben Pfaff* format.c (measure_is_valid): Really return false...
2006-05-31 John DarringtonFixed minor memory leak.
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.