syntax-gen.c : Allow conversion specifiers of the form %.20f
[pspp] / src / ui / syntax-gen.c
2014-04-28 John Darringtonsyntax-gen.c : Allow conversion specifiers of the form...
2014-04-25 John Darringtonsrc/ui/syntax-gen.c: Correct misleading comment
2012-12-30 Ben PfaffMerge 'master' into 'psppsheet'. 20121231032129/pspp 20130101032123/pspp 20130102032118/pspp 20130103032118/pspp 20130104032103/pspp 20130105032146/pspp 20130106032112/pspp
2012-12-24 John DarringtonReplace dtoastr with c_dtoastr where appropriate
2012-12-23 John Darringtonsyntax-gen.c (syntax_gen_pspp_valist): Add new %g directive
2012-12-23 John Darringtonstr.c: New functions ds_put_c_vformat and ds_put_c_format
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2011-02-20 Ben Pfaffi18n: Introduce C_ENCODING as replacement for LEGACY_NA...
2011-02-15 Ben PfaffUse new Gnulib function dtoastr() to format short,...
2010-11-19 Ben Pfaffstr: Change "char" to "byte" in function names.
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-24 Ben Pfaffdata-in: Get rid of first_column, last_column arguments. 20100925040502/pspp
2010-09-24 Ben Pfaffdata-in: Make data_in() parameters more uniform.
2010-09-24 Ben Pfaffdata-in: Eliminate "implied_decimals" parameter from...
2010-09-18 Ben PfaffSuppress warnings about conversions between char *...
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-08-11 Ben PfaffMerge master into output branch.
2009-07-23 John DarringtonMerge commit 'origin/stable'
2009-07-23 John DarringtonMerge commit 'origin/roc'
2009-07-18 John DarringtonMerge commit 'origin/data-encoding'
2009-07-12 John DarringtonAdded a dict parameter to data_in and dealt with the...
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-07-06 John Darringtondata_out function to dynamically allocate return value.
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2008-03-05 Ben PfaffPatch #6427. Reviewed by John Darrington.