work on PRINT encoding
[pspp] / src / language / data-io / print.c
2012-06-19 Ben Pfaffwork on PRINT encoding lexer
2012-06-19 Ben Pfaffwork on print encodigns
2012-06-19 Ben Pfaffwork on data list
2012-04-21 Ben Pfaffformat: Introduce a new type "enum fmt_use".
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-05-04 Ben PfaffImplement DATASET commands.
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2011-02-20 Ben Pfaffdata-out: Optimize and fix some bad assumptions.
2011-02-20 Ben Pfaffi18n: Introduce C_ENCODING as replacement for LEGACY_NA...
2011-02-20 Ben Pfaffi18n: New function recode_byte().
2011-02-20 Ben PfaffPRINT: Use UTF-8 encoding for output to the output...
2010-11-20 Ben Pfafflexer: Change the functions for retrieving token strings. 111/pspp 112/pspp 113/pspp 114/pspp 115/pspp 116/pspp 120/pspp 121/pspp 122/pspp 20101122030502/pspp 20101123030502/pspp 20101124030502/pspp 20101125030504/pspp 20101126030502/pspp 20101127030503/pspp 20101202030501/pspp 20101203030504/pspp 20101204030504/pspp
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-11-19 Ben Pfaffstr: Change "char" to "byte" in function names.
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-24 Ben Pfafflexer: Use lex_is_string() more consistently.
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-08 Ben PfaffMerge "output" into "master"
2010-01-17 Ben PfaffRewrite PSPP output engine.
2009-12-25 John DarringtonMerge branch 'master' into output
2009-12-18 John DarringtonMerge branch 'master' into output
2009-12-16 John DarringtonMerge commit 'origin/stable'
2009-10-24 Ben PfaffMerge "master" into "output".
2009-09-28 John DarringtonCorrect printf conversion specifiers for size_t types.
2009-09-24 John DarringtonMerge commit 'origin/stable'
2009-08-11 Ben PfaffMerge master into output branch.
2009-08-11 Ben PfaffDelete tab_create()'s unused third parameter.
2009-08-11 Ben PfaffSeparate table functions that format their arguments...
2009-08-05 Ben Pfaffoutput: Remove write-only "col_group' member from struc...
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-16 Ben PfaffSeparate table functions that format their arguments...
2009-07-07 John DarringtonReplace legacy_recode with recode_string.
2009-07-05 John DarringtonChange enum legacy_encoding to const char *.
2009-06-15 Ben Pfaffoutput: Make table dimension functions work in arbitrar...
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-07 John DarringtonMerge commit 'origin/stable'
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-17 John DarringtonMerge commit 'origin/stable'
2009-01-07 John DarringtonMerge commit 'savannah/master'
2009-01-07 Ben PfaffMake cases simpler, faster, and easier to understand.
2008-03-14 John Darringtoninclude format.h only where necessary.
2007-12-05 Ben PfaffAllow parsing 0-based column ranges.
2007-11-09 Ben Pfaff* automake.mk: Add new file.
2007-11-03 Ben PfaffAllow output files to overwrite input files (bug #21280...
2007-10-13 Ben Pfaffposix-xprintf-functions.patch from patch #6230.
2007-10-12 Ben Pfaffxalloc.h-instead-of-alloc.h.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-04-02 John DarringtonChanged a lot of non-const pointers to const.
2007-02-09 Ben PfaffFix use of size_t in printf formats. Patch #5727.
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-12-05 Ben PfaffFirst step in making struct variable opaque: the boring...
2006-11-11 John DarringtonEncapsulated lexer and updated calling functions accord...
2006-11-05 Ben PfaffRewrite and improve formatted output routines.
2006-11-03 Ben PfaffCompletely rewrite src/data/format.[ch], to achieve...
2006-10-29 Ben PfaffChange some aspects of the PRINT, PRINT EJECT, and...
2006-10-26 John DarringtonEliminated global variable current_dataset.
2006-10-19 John DarringtonEncapsulated the static data of procedure.[ch] into...
2006-09-25 John DarringtonAdded casereader_clone function.
2006-07-31 Ben PfaffAllow a comma between specifications on PRINT.
2006-07-18 Ben PfaffPatch #5244.
2006-07-08 Ben PfaffApply patch #5225, assertions.
2006-06-27 Ben PfaffMove var_set and variable parsing declarations into...
2006-06-09 Ben PfaffReform string library.
2006-05-25 John DarringtonPlugged memory leaks in GUI, and converted most of...
2006-05-05 Ben PfaffContinue reforming procedure execution. In this phase...
2006-05-04 Ben PfaffContinue reforming procedure execution. In this phase...
2006-04-25 Ben PfaffDon't special-case MS-DOS line ends.
2006-04-03 Ben PfaffClean up output subsystem.
2006-03-15 John DarringtonChanged include paths to be explicitly specified in...
2006-03-04 Ben PfaffMove GCC attribute declarations from pref.h.orig to...
2006-03-04 John DarringtonAdded new files resulting from directory restructuring.