treewide: Replace <name>_cnt by n_<name>s and <name>_cap by allocated_<name>.
[pspp] / src / language / dictionary / sys-file-info.c
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2019-12-29 Ben Pfaffpivot-table: Initialize subtype, command_id for pivot...
2019-12-29 Ben Pfaffpivot-table: Add reference counts.
2019-07-03 John DarringtonRemove UNUSED attributes where they were inappropriate.
2019-02-23 Ben PfaffSYSFILE INFO: Display documents too.
2019-01-13 Ben PfaffFix numerous memory leaks.
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2018-12-25 Ben Pfaffvariable: Make property function return untranslated...
2018-12-25 Ben Pfaffmissing-values: New function mv_to_string().
2018-12-25 Ben Pfafftable: Get rid of TAL_GAP.
2018-12-03 Ben PfaffSYSFILE INFO: Get rid of nested tables.
2018-10-01 John DarringtonReference count struct dictionary.
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2016-02-03 John DarringtonFix memory leak in SYSFILE command
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
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-02-18 Ben PfaffFix printf() format specifiers.
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-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-10-26 Ben PfaffMerge master into gtk3. 20131026032545/pspp 20131027032559/pspp 20131028032549/pspp 20131030030824/pspp 20131031032414/pspp 20131101032516/pspp 20131102032602/pspp 20131103032703/pspp 20131104032617/pspp 20131105032650/pspp 20131106032624/pspp 20131107032703/pspp 20131108032720/pspp 20131110032717/pspp 20131111032724/pspp 20131112032726/pspp 20131113032746/pspp 20131114032755/pspp 20131115032755/pspp 20131116032752/pspp
2013-10-23 Ben PfaffImplement ZLIB compressed system file reader and writer.
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
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-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-14 Ben Pfaffvalue-labels: Interpret \n as new-line in value labels. 20110414030503/pspp
2011-04-12 Ben PfaffDISPLAY: Display values for value labels using the...
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...
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-10-25 John DarringtonRemove various duplicated #include directives
2010-07-19 John DarringtonRemove unnecessary include directives of hash.h
2010-05-21 John DarringtonMerge commit 'origin/covariance'
2010-02-20 Ben PfaffFix format string errors.
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-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 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-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
2009-03-31 John DarringtonMerge commit 'origin/stable'
2009-03-28 John DarringtonDisplay a file's encoding in SYSFILE INFO.
2009-03-02 John DarringtonMerge branch 'master'; commit 'origin/stable'
2009-01-17 John DarringtonMerge commit 'origin/stable'
2008-11-11 John DarringtonMerge branch 'master' into rewrite-sheet
2008-10-12 Ben PfaffImplement variable and data file attributes.
2007-11-12 Ben Pfaff(display_variables): Fix DISPLAY LABELS. Thanks to...
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-10-12 Ben Pfaffmagic-elimination.patch from patch #6230.
2007-09-15 John DarringtonCanonicalized on American orthography in source files.
2007-08-13 Ben PfaffOutput variable measurement level, alignment, and displ...
2007-07-24 Ben PfaffNumerous improvements to system file reader and writer.
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-06-07 Ben PfaffActually implement the new procedure code and adapt...
2007-05-06 Ben PfaffAbstract the documents within a dictionary a little...
2007-04-02 John DarringtonChanged a lot of non-const pointers to const.
next