Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / output / table.c
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-08 Ben PfaffMerge "output" into "master"
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-12-16 John DarringtonMerge commit 'origin/stable' fc11-i386-build58 fc11-x64-build55 lenny-x64-build79 sid-i386-build125
2009-10-24 Ben PfaffMerge "master" into "output". fc11-i386-build29 fc11-x64-build26 lenny-x64-build50 sid-i386-build98
2009-09-24 John DarringtonMerge commit 'origin/stable' build40
2009-08-11 Ben PfaffMerge master into output branch.
2009-08-11 Ben PfaffDelete tab_raw function and tab_alloc macro.
2009-08-11 Ben PfaffDelete tab_create()'s unused third parameter.
2009-08-11 Ben PfaffSeparate table functions that format their arguments...
2009-08-06 Ben Pfaffoutput: Always use helper functions to access struct...
2009-08-05 Ben Pfaffoutput: Remove write-only "col_group' member from struc...
2009-08-05 Ben Pfaffoutput: Get rid of write-only "hit" member in struct...
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-23 Ben Pfaffoutput: Include command names in titles in GUI output.
2009-06-20 Ben Pfaffoutput: Make tables reference-counted.
2009-06-20 Ben Pfaffoutput: Improve warnings about negative table dimensions.
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 Pfaffoutput: Get rid of unused members of struct som_table_c...
2009-06-07 Ben Pfaffoutput: Add auxiliary data parameter to tab_dim.
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.
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-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-02-09 Ben PfaffImprove VECTOR implementation.
2006-12-15 Ben PfaffRemove "Written by Ben Pfaff <blp@gnu.org>" lines every...
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-22 John DarringtonMore constness/namespace policing
2006-10-20 John DarringtonConstness and global namespace patrol.
2006-10-08 John DarringtonMemory leak patrol.
2006-07-14 Ben PfaffFixes for bugs/warts found in debug mode compile (bug...
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-07-02 Ben PfaffFix bug #16644: Output Driver crashes in DISPLAY VARIABLES.
2006-06-09 Ben PfaffReform string library.
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...
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.