Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / src / output /
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-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-06-09 John DarringtonSupport mult-data charts and legend.
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...
2006-11-25 Ben PfaffWe've had a mix of min, max from libpspp/misc.h and...
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-10-25 John DarringtonYet more constness
2006-10-22 John DarringtonMore constness/namespace policing
2006-10-20 John DarringtonConstness and global namespace patrol.
2006-10-14 John DarringtonChanged a lot of ints to bools.
2006-10-08 John DarringtonMemory leak patrol.
2006-07-14 Ben PfaffFixes for bugs/warts found in debug mode compile (bug...
2006-07-13 Ben Pfaff(outp_drivers): [DEBUGGING] Delete unused declaration.
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-07-03 Ben PfaffMake the destination for charts configurable in the...
2006-07-02 Ben PfaffFix bug #16644: Output Driver crashes in DISPLAY VARIABLES.
2006-06-09 Ben PfaffReform string library.
2006-05-25 John DarringtonPlugged memory leaks in GUI, and converted most of...
2006-05-15 Ben PfaffGet rid of capacity argument to ds_init() and update...
2006-05-14 Ben Pfaff(outp_eject_page): Always make sure that a page is...
2006-05-14 Ben PfaffFix PostScript output of multiple charts.
2006-05-14 Ben PfaffFix style of "else" clause.
2006-05-14 Ben PfaffFix style of "else" clause.
2006-05-14 Ben PfaffProperly indent comment.
2006-04-25 Ben PfaffAdd README explaining not to use msg() here.
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-17 Ben PfaffWe don't really support anything but Unix-like environm...
2006-04-17 Ben PfaffGNU standards require "file name" instead of "filename" in
2006-04-16 Ben PfaffRenamed some file name functions.
2006-04-16 Ben PfaffContinue reforming error message support. In this...
2006-04-16 Ben PfaffStart reforming error message support. In this phase...
2006-04-16 Ben PfaffGet rid of src/libpspp/debug-print.h and all its users...
next