ascii: Fix handling of file open error.
[pspp-builds.git] / src / output / ascii.c
2010-01-20 Ben Pfaffascii: Fix handling of file open error. fc11-i386-build80 fc11-x64-build77 sid-i386-build147
2010-01-19 Ben Pfaffascii: Fix closing pipe files in ascii_destroy().
2010-01-19 Ben Pfaffascii: Fix ascii_flush().
2010-01-17 Ben PfaffRewrite PSPP output engine. fc11-i386-build74 fc11-x64-build71 sid-i386-build141
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output fc11-i386-build61 fc11-x64-build58 lenny-x64-build82 sid-i386-build128
2009-10-24 Ben PfaffMerge "master" into "output". fc11-i386-build29 fc11-x64-build26 lenny-x64-build50 sid-i386-build98
2009-08-11 Ben PfaffMerge master into output branch.
2009-07-30 Ben Pfaffoutput: Use Cairo and Pango to draw charts, instead... v0.7.3
2009-07-29 Ben Pfaffoutput: Make chart geometry the responsibility of the...
2009-07-02 Ben Pfaffoutput: Refactor implementation of charts.
2009-06-20 Ben Pfaffoutput: Make outp_parse_options slightly more general...
2009-06-17 Ben Pfaffoutput: Make allocating and freeing drivers independent...
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-09-26 Ben PfaffPatch #6210: implement ability to resize output device...
2007-09-21 Ben Pfaff* ascii.c (struct ascii_driver_ext): New member reporte...
2007-08-16 John DarringtonAdded a basic output viewer.
2007-08-13 Ben PfaffAdd support for charts to ASCII driver. Bug #16364.
2007-07-27 Ben PfaffAdd tty and listing devices that use VT100 (and xterm...
2007-07-27 Ben PfaffMake interactive output go to the terminal (bug #17213...
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-10-22 John DarringtonMore constness/namespace policing
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-06-09 Ben PfaffReform string library.
2006-05-15 Ben PfaffGet rid of capacity argument to ds_init() and update...
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-16 Ben PfaffStart reforming error message support. In this phase...
2006-04-03 Ben PfaffClean up output subsystem.
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 Ben PfaffGot rid of pref.h.orig (and pref.h) entirely, moving...
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.