pivot table procedure conceptually works
[pspp] / src / language / dictionary /
2014-11-29 Ben PfaffAdd support for reading SPSS/PC+ system files.
2014-10-12 Ben PfaffDISPLAY: Fix crash bugs in DISPLAY INDEX and DISPLAY...
2014-09-16 Ben Pfaffoutput: Add support for captions.
2014-08-24 Ben PfaffSYSFILE INFO: Improve output formatting by using nested...
2014-04-26 Ben Pfaffsys-file-info: Add IBM850 and DIN_66003 encodings.
2014-03-16 Ben PfaffAllow variable labels longer than 255 bytes.
2014-02-22 John DarringtonReplace syntactical keywords in error/warning messages...
2014-02-18 Ben PfaffFix printf() format specifiers.
2014-02-18 Ben Pfaffnumeric: Avoid using invalid FMT_* as special value.
2014-02-16 Ben PfaffMake SYSFILE INFO able to analyze valid encodings for...
2014-02-16 Ben Pfaffsys-file-reader: Break reading a system file into two...
2014-02-08 Ben PfaffRemove old changelogs from tree. 20140209030510/pspp 20140210030519/pspp
2014-02-04 Ben PfaffSYSFILE INFO: Add ENCODING subcommand.
2014-02-04 Ben PfaffChange many %g format specifiers to %.*g with precision...
2013-12-23 Ben Pfaffsys-file-info: Avoid duplicate variable name in inner... 20131223030506/pspp
2013-12-22 Ben PfaffDISPLAY DICTIONARY: Add "Label: " prefix for variable...
2013-11-01 John DarringtonCorrected various typos in printed strings and document... 20131102030509/pspp
2013-10-23 Ben PfaffImplement ZLIB compressed system file reader and writer.
2013-09-30 Ben Pfaffvariable: Complete renaming of ROLE_OUTPUT to ROLE_TARGET. 20130930030504/pspp
2013-09-30 Ben Pfaffmissing-values: Make mv_add_str() easier to use.
2013-09-20 Ben Pfaffsys-file-reader: Add support for record 7, subtype 10. 20130920030502/pspp
2013-09-20 Ben Pfaffsys-file-info: Make cmd_sysfile_info() more flexible...
2013-08-27 Ben PfaffVARIABLE ROLE: Use correct system file representation.
2013-08-26 Ben PfaffVARIABLE ROLE: New command. 20130826030511/pspp
2013-05-21 Ben PfaffDELETE VARIABLES: Fix crash with FILTER. 20130521010504/pspp
2012-12-30 Ben PfaffMerge 'master' into 'psppsheet'. 20121231032129/pspp 20130101032123/pspp 20130102032118/pspp 20130103032118/pspp 20130104032103/pspp 20130105032146/pspp 20130106032112/pspp
2012-12-28 Ben PfaffUse UTF-8 case-insensitive hashes and comparisons for...
2012-03-02 Ben PfaffSort attributes by name for display, to make order... 20120302030501/pspp
2012-02-08 Ben PfaffGET: Add an ENCODING subcommand. 20120208030501/pspp
2012-02-08 Ben Pfaffsys-file: Recode string fields in file header also.
2011-11-06 Ben Pfafflexer: New functions lex_spec_missing(), lex_spec_only_...
2011-11-06 Ben Pfafflexer: Use error helper functions in more situations.
2011-11-06 Ben Pfafflexer: New function lex_error_expecting().
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-06-16 Ben PfaffUpdate code that assumed a dictionary's encoding could...
2011-05-04 Ben PfaffImplement DATASET commands.
2011-04-27 Ben PfaffUse %zu, not %d, to format a size_t.
2011-04-26 Ben PfaffDISPLAY FILE LABEL: Display in a more natural way.
2011-04-26 Ben PfaffMRSETS: Recode counted value to UTF-8 before displaying.
2011-04-26 Ben Pfaffvariable: Make var_set_label() use the variable's own...
2011-04-14 Ben Pfaffvalue-labels: Interpret \n as new-line in value labels. 20110414030503/pspp
2011-04-12 Ben Pfaffvalue-parser: Make parse_value() accept variable's...
2011-04-12 Ben PfaffDISPLAY: Display values for value labels using the...
2011-04-12 Ben PfaffFORMATS: Allow an optional slash before each set of... 20110412030503/pspp
2011-04-12 Ben PfaffFORMATS: Allow setting formats of string variables.
2011-03-20 Ben PfaffChange terminology from "active file" to "active dataset".
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-19 Ben PfaffUpdate all #include directives to the currently preferr...
2011-03-11 Ben PfaffDELETE VARIABLES: Style fix.
2011-02-05 Ben PfaffVECTOR: Eliminate VAR_NAME_LEN limit for variable names.
2011-02-05 Ben PfaffMODIFY VARIABLES: Eliminate VAR_NAME_LEN limit on varia...
2011-02-05 Ben PfaffDATAFILE ATTRIBUTE, VARIABLE ATTRIBUTE: Eliminate VAR_N...
2010-12-04 Ben PfaffVALUE LABELS: Relax limit on value label length from... 123/pspp 20101205030504/pspp
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-10-25 John DarringtonRemove various duplicated #include directives
2010-10-17 John DarringtonMerge commit 'origin/master' into sso
2010-09-24 Ben Pfafflexer: Use lex_is_string() more consistently.
2010-09-24 Ben PfaffMake translation easier.
2010-09-15 John DarringtonConsolidate quoting style in printed strings.
2010-07-19 John DarringtonRemove unnecessary include directives of hash.h
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-05-02 Ben PfaffImplement MRSETS command. 20100501191104/pspp
2010-04-13 Ben Pfaffvariable-parser: Implement PV_NO_DUPLICATE.
2010-02-20 Ben PfaffFix format string errors.
2010-02-20 Ben PfaffMISSING VALUES: Fix free of indeterminate pointer.
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-24 John DarringtonMerge commit 'origin/stable'
2009-09-12 John DarringtonCanonicalise some printed strings, to make translators...
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-06 Ben Pfaffoutput: Always use helper functions to access struct...
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 DarringtonChange union value type to contain uint8_t types instea...
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-15 Ben Pfaffoutput: Make table dimension functions work in arbitrar...
2009-06-12 Ben PfaffGet rid of most global variables in outputting tables.
2009-06-07 Ben PfaffImplement missing values for long string variables.
2009-06-07 Ben PfaffAdd support for value labels on long string variables.
2009-06-07 Ben PfaffNew function parse_value() for parsing a value of speci...
2009-06-07 Ben PfaffChange "union value" to dynamically allocate long strings.
2009-06-07 Ben Pfaffoutput: Add auxiliary data parameter to tab_dim.
2009-05-09 John DarringtonMerge commit 'origin/stable'
2009-05-09 John DarringtonEnsure that NUMERIC's format (if any) is a valid output...
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-01 John DarringtonMerge commit 'origin/master' into charset
next