output: Rename caption to title.
[pspp] / src / output / csv.c
2014-09-13 Ben Pfaffoutput: Rename caption to title.
2014-09-13 Ben Pfaffoutput: Add footnote support.
2014-09-13 Ben Pfaffrender: Render table_items instead of tables.
2014-08-24 Ben Pfaffoutput: Implement nested tables.
2013-09-25 John DarringtonUse the msg function to report errors wherever possible.
2012-12-02 Ben PfaffMerge 'master' into 'psppsheet'. 20121202031952/pspp 20121203032039/pspp 20121204032004/pspp 20121205032030/pspp 20121206032021/pspp 20121207032036/pspp 20121208032040/pspp 20121209032019/pspp 20121210032023/pspp 20121211032038/pspp 20121212032028/pspp 20121213032029/pspp 20121214032036/pspp 20121215032028/pspp 20121216032020/pspp 20121217032038/pspp 20121218031957/pspp 20121219032034/pspp 20121220032031/pspp 20121221032037/pspp 20121222032032/pspp 20121223032002/pspp 20121225032008/pspp 20121226032016/pspp 20121227032003/pspp 20121228032058/pspp 20121229032201/pspp 20121230032128/pspp
2012-11-24 Ben Pfaffoutput: Make default output file name depend on the...
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2010-11-06 Ben Pfaffcsv: Make the character used for quoting configurable. 100/pspp 101/pspp 102/pspp 103/pspp 20101106040501/pspp 20101107040502/pspp 20101108040501/pspp 20101109040501/pspp 20101110040502/pspp 20101111040502/pspp 20101112040502/pspp 20101113040502/pspp 20101114040508/pspp
2010-11-06 Ben Pfaffcsv: Add ability to suppress table captions.
2010-11-05 Ben Pfaffcsv: Better support separators other than comma or... 20101105040501/pspp
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-21 Ben Pfaffcsv: Fix setting output file name. 20100222040508/pspp 20100223040526/pspp
2010-02-08 Ben Pfaffoutput: Phrase output driver error messages more consis...
2010-02-08 Ben PfaffMerge "output" into "master"
2010-02-07 Ben Pfaffoutput: Make errors, warnings, and notes into a new...
2010-02-07 Ben PfaffGreatly simplify PSPP configuration.
2010-02-06 Ben Pfaffcsv: Close pipe files properly.
2010-02-06 Ben Pfaffcsv: Open output file immediately, instead of delaying.
2010-01-17 Ben PfaffRewrite PSPP output engine.