expressions: Major work to improve error messages.
[pspp] / src / data / format.c
2021-12-26 Ben Pfaffexpressions: Major work to improve error messages.
2021-12-06 Ben Pfaffformat: Make fmt_check() easier to translate.
2021-05-01 John Darringtonsrc/data/format.c (fmt_affix_free): Fix memory leak
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 6 bytes...
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 12 bytes...
2021-01-11 Ben Pfaffstr: Add function xstrdup_if_nonnull() and introduce...
2021-01-07 Ben Pfaffpivot-table: Incorporate format settings.
2021-01-07 Ben PfaffMake data input and output take a fmt_settings structure.
2021-01-06 Ben Pfaffformat: Move epoch into struct fmt_settings.
2021-01-06 Ben Pfaffformat: Make format settings structure smaller and...
2020-06-07 John DarringtonWhitespace changes only.
2019-02-10 Ben Pfaffformat: Always output 2-digit hours for TIME format.
2018-12-25 Ben Pfaffformat: New function fmt_from_u32().
2018-11-06 Ben PfaffAdd support for MTIME and YMDHMS.
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2013-06-24 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2013-06-23 John Darringtonvariable.c: (var_set_width) traits other than width...
2012-12-30 Ben PfaffMerge 'master' into 'psppsheet'. 20121231032129/pspp 20130101032123/pspp 20130102032118/pspp 20130103032118/pspp 20130104032103/pspp 20130105032146/pspp 20130106032112/pspp
2012-12-28 Ben PfaffUse "C" locale comparisons for language constructs.
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-07-17 Ben Pfaffformat: Make fmt_date_template() human-friendly, respec...
2012-04-21 Ben Pfaffformat: Introduce a new type "enum fmt_use".
2012-04-21 Ben Pfaffformat: New functions fmt_change_width(), fmt_change_de...
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-07-13 Ben Pfaffformat: Use max width for over-max decimals in fmt_fix().
2011-07-13 Ben Pfaffformat: Honor width step in fmt_fix().
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-06-23 Ben Pfaffgui: Move some formatting functions into PSPP core. 20110624030506/pspp
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-10-17 John DarringtonMerge commit 'origin/master' into sso
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 John DarringtonMerge commit 'origin/master' into sso
2010-08-24 Ben Pfaffformat: Optimize fmt_from_io(). 20100824040503/pspp
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.