str: Make ss_alloc_substring() allocate null-terminated strings.
[pspp] / src / output /
2009-07-18 John DarringtonImprove code to trim leading spaces from numeric output.
2009-07-16 Ben PfaffSeparate table functions that format their arguments...
2009-07-07 John DarringtonReplace legacy_recode with recode_string.
2009-07-07 John DarringtonAdd dictionary argument to tab_value.
2009-07-06 John DarringtonConvert to utf8 in data_out function.
2009-07-06 John Darringtondata_out function to dynamically allocate return value.
2009-07-05 Ben Pfaffoutput: Make box-whisker plots work again.
2009-07-03 Ben PfaffFix segfault drawing pie charts with old versions of...
2009-07-02 Ben Pfaffoutput: Refactor implementation of charts.
2009-07-02 Ben Pfaffchart: Fix format string issues in draw_tick callers.
2009-07-02 Ben Pfaffchart: Fix format string issues in chart_write_title...
2009-07-02 Ben Pfaffchart: Fix format string issues in draw_tick callers.
2009-07-02 Ben Pfaffchart: Fix format string issues in chart_write_title...
2009-07-02 Ben Pfaffpiechart: Change 'angle' variable from static to automatic.
2009-07-02 Ben Pfaffpiechart: Fix spelling of "magnitude".
2009-07-02 Ben Pfaffpiechart: Use definition of M_PI from GSL.
2009-07-01 Ben Pfaffoutput: Get rid of 'prc' member of struct outp_driver.
2009-07-01 Ben Pfaffoutput: Get rid of histogram_plot_n function.
2009-07-01 Ben Pfaffoutput: Fix segfault for writing output outside a comma...
2009-06-23 Ben Pfaffoutput: Include command names in titles in GUI output.
2009-06-20 Ben Pfaffoutput: Implement very rudimentary graphical GUI output...
2009-06-20 Ben Pfaffoutput: Make tables reference-counted.
2009-06-20 Ben Pfaffoutput: Improve warnings about negative table dimensions.
2009-06-20 Ben Pfaffoutput: Make outp_parse_options slightly more general...
2009-06-17 Ben Pfaffoutput: Make allocating and freeing drivers independent...
2009-06-16 Ben Pfaffcairo: Use default Cairo scale factor.
2009-06-16 Ben Pfaffoutput: Make global variables less global.
2009-06-15 Ben Pfaffoutput: Make table dimension functions work in arbitrar...
2009-06-13 Ben Pfaffoutput: Use "struct string" in tabi_title in place...
2009-06-12 Ben PfaffGet rid of most global variables in outputting tables.
2009-06-12 Ben Pfaffcairo: Fix values of prop_em_width, fixed_width.
2009-06-12 Ben Pfaffoutput: Get rid of unused SOM_ROW, SOM_COLUMN enums.
2009-06-12 Ben Pfaffoutput: Get rid of unused members of struct som_table_c...
2009-06-12 Ben Pfaffoutput: Remove static variables from manager code.
2009-06-12 Ben Pfafftable: Replace macros by inline functions, to improve...
2009-06-09 John DarringtonSupport mult-data charts and legend.
2009-06-09 Ben Pfaffcairo: Fix header box drawing.
2009-06-09 Ben Pfaffcairo: Set line width.
2009-06-08 Ben Pfaffoutput: Add initial support for PSPP output via Cairo.
2009-06-07 Ben PfaffRemove spurious Makefile from src/output.
2009-06-07 Ben Pfaffoutput: Add auxiliary data parameter to tab_dim.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-04-22 John DarringtonMerge commit 'origin/stable'
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.
2009-04-02 John DarringtonFixed bug where piecharts with many segments crashed.
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-02-20 John DarringtonMerge branch 'master' of /home/john/Development/pspp...
2009-02-20 John DarringtonMerge commit 'HEAD'; commit 'savannah/master'
2009-01-29 John DarringtonMerge branch 'savannah/perl-module'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-11-08 John DarringtonFixed problems when configured with --without-libplot
2008-10-18 John DarringtonAdded (source) configurable default output directory.
2008-10-10 Ben PfaffMerge commit 'origin/stable'
2008-10-01 Ben PfaffAvoid the C99-only feature of declaring a variable...
2008-09-20 John DarringtonMoved all static libraries to libtool libraries.
2008-09-04 John DarringtonComplete re-implementation of the EXAMINE command.
2008-08-23 John DarringtonMerge branch 'master' of ssh://jmd@git.sv.gnu.org/srv...
2008-08-19 Ben PfaffStart generating ChangeLog automatically from Git commi...
2008-04-20 John DarringtonDon't include langinfo.h if LC_PAPER is not available.
2008-02-07 John DarringtonFlush the journal on journal_write
2008-01-19 John DarringtonReworked settings so as to use one large struct instead...
2008-01-02 John DarringtonCloses patch #6359
2007-10-12 Ben Pfaffstdint.h-instead-of-size_max.h.patch from patch #6230.
2007-10-12 Ben Pfaffconfig.h-fixes.patch from patch #6230.
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.patch from patch #6230.
2007-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-09-26 Ben PfaffPatch #6210: implement ability to resize output device...
2007-09-23 Ben PfaffBug #21128. Reviewed by John Darrington.
2007-09-22 Ben PfaffChangeLog entries from earlier that I missed.
2007-09-21 Ben Pfaff* ascii.c (struct ascii_driver_ext): New member reporte...
2007-09-19 Ben Pfaff(histogram_plot): Remove incorrect assertion. Fixes...
2007-09-08 John DarringtonRemoved #include "getline.h" because gnulib no longer...
2007-08-27 John DarringtonPlugged some memory leaks.
2007-08-24 Ben PfaffImplement journaling. Bug #17240.
2007-08-16 John DarringtonAdded a basic output viewer.
2007-08-15 John DarringtonMake distcheck work for configure --without-libplot
2007-08-13 Ben PfaffAdd support for charts to ASCII driver. Bug #16364.
2007-07-30 John DarringtonEnabled output generation in the GUI.
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.
2007-02-21 John DarringtonFix warnings when compiling with mingw32
2007-02-20 Ben PfaffDon't need to include "getlogin_r.h" anymore, because...
2007-02-18 Ben PfaffAdd missing _() around messages.
2007-02-12 Ben PfaffApply UNUSED and include additional headers to avoid...
2007-02-12 Ben PfaffReduce platform dependence.
2007-02-09 Ben PfaffAdd #include <config.h>.
2007-02-09 Ben PfaffImprove VECTOR implementation.
2007-02-09 Ben PfaffFix use of size_t in printf formats. Patch #5727.
2007-02-08 Ben PfaffAdd #include <limits.h>. Thanks to John McCabe-Dansted
2007-01-28 John DarringtonDeleted header file #includes which have been removed...
2006-12-16 John DarringtonRemoved my authorship lines.
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
2006-12-10 Ben Pfaff * file-name.c (fn_search_path): Remove prefix arg...
2006-12-10 Ben PfaffFinish converting struct variable to an opaque type...
next