work on PRINT encoding
[pspp] / src / data /
2012-06-19 Ben Pfaffwork on data list
2012-05-14 John DarringtonAdd SET TVARS option. Closes bug #31566 20120515030501/pspp 20120516030503/pspp 20120517030502/pspp 20120518030503/pspp 20120519030503/pspp
2012-04-24 John Darringtonval_labs_equal: Accept null pointers
2012-04-21 Ben Pfaffrange-set: New macro RANGE_SET_FOR_EACH to make iterati...
2012-04-21 Ben Pfaffrange-set: Rename "insert" function "set1", "delete...
2012-04-21 Ben Pfaffvalue-labels: New function val_labs_find_value().
2012-04-21 Ben Pfaffformat: Fix typo in comment.
2012-04-21 Ben Pfaffformat: Introduce a new type "enum fmt_use".
2012-04-21 Ben Pfaffformat: New functions fmt_change_width(), fmt_change_de...
2012-04-17 Ben PfaffAllow dictionary 'var_deleted' callback to examine...
2012-04-11 Ben Pfaffsys-file-reader: Remove obsolete comment.
2012-03-17 Ben Pfaffods-reader: Fix memory leak.
2012-03-15 Ben Pfaffods-reader: Fix write beyond end of buffer. 20120316030503/pspp
2012-03-02 Ben PfaffSort attributes by name for display, to make order... 20120302030501/pspp
2012-03-02 Ben Pfaffidentifier: Apply isdigit() only to values in valid...
2012-02-19 John DarringtonODS Reader: fix uninitialised variables 20120219030503/pspp
2012-02-18 Ben Pfaffsys-file-reader: Avoid read past end of buffer.
2012-02-08 Ben PfaffGET: Add an ENCODING subcommand. 20120208030501/pspp
2012-02-08 Ben Pfaffsys-file: Support EBCDIC magic number in system files.
2012-02-08 Ben Pfaffsys-file: Recode string fields in file header also.
2012-02-08 Ben Pfaffdictionary: Truncate file label in dictionary encoding...
2012-02-07 Ben Pfaffpor-file-writer: Avoid infinite loop with value labels. 20120207030502/pspp
2012-01-05 John DarringtonFix memory leaks 20120105030505/pspp
2011-11-10 John DarringtonFile Open: Don't try to analyse the file if it's a... 20111111030502/pspp 20111112030502/pspp 20111113030508/pspp
2011-11-06 Ben Pfaffsettings: Update default MXLOOPS and document.
2011-10-09 John DarringtonFix potential problems with non-literal printf arguments. 20111010030502/pspp 20111011030502/pspp 20111012030502/pspp
2011-09-29 John DarringtonImplemented the SET=TNUMBERS subcommand
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
2011-08-16 Ben PfaffUpgrade to newest Gnulib to help relocatable-prog on... 20110816030503/pspp 20110817030502/pspp 20110818030503/pspp
2011-07-13 Ben Pfaffvariable: Simplify var_set_display_width(). 20110714030505/pspp 20110715030503/pspp 20110716030503/pspp 20110717030505/pspp 20110718030502/pspp 20110719030503/pspp 20110720030502/pspp 20110721030503/pspp 20110722030508/pspp 20110723030508/pspp
2011-07-13 Ben Pfaffformat: Use max width for over-max decimals in fmt_fix().
2011-07-13 Ben Pfaffformat: Honor width step in fmt_fix().
2011-07-08 John DarringtonMerge remote branch 'savannah/master'
2011-07-06 John DarringtonFix compiler warnings
2011-07-01 John DarringtonAdded support to read OpenDocument spreadsheet files
2011-07-01 John DarringtonMerge remote branch 'savannah/master' into sourceview
2011-06-23 Ben Pfaffgui: Move some formatting functions into PSPP core. 20110624030506/pspp
2011-06-23 Ben Pfaffsys-file-reader: Reduce invalid format from error to... 20110623030506/pspp
2011-06-18 Ben Pfaffsys-file-writer: Write identical sets of value labels... 20110618030505/pspp 20110619030505/pspp 20110620030503/pspp 20110621030504/pspp 20110622030502/pspp
2011-06-18 Ben Pfaffvariable: Do not trim trailing whitespace from variable...
2011-06-18 Ben Pfaffsys-file-writer: Omit empty multiple response sets...
2011-06-18 Ben Pfaffsys-file-writer: Write variable names in mrsets in...
2011-06-16 Ben Pfaffsys-file-reader, sys-file-writer: Use codepage numbers. 20110617030506/pspp
2011-06-16 Ben PfaffUpdate code that assumed a dictionary's encoding could...
2011-06-16 Ben Pfaffsys-file-writer: Write encoding names in all-uppercase. 20110616030507/pspp
2011-06-16 Ben Pfaffsys-file-writer: Put long variable name in variable...
2011-05-07 Ben Pfaffdataset: Fix memory leak.
2011-05-04 Ben Pfaffpsql-reader: Fix build when PostgreSQL is installed. 20110504030502/pspp
2011-05-04 Ben PfaffImplement DATASET commands.
2011-04-27 Ben PfaffUse %zu, not %d, to format a size_t.
2011-04-26 Ben Pfaffsys-file-reader, sys-file-writer: Fix encoding problems...
2011-04-26 Ben Pfaffsys-file-writer: Fix encoding of several string fields.
2011-04-26 Ben Pfaffsys-file-reader: Take string encoding into account...
2011-04-26 Ben Pfaffvariable: Make var_set_label() use the variable's own...
2011-04-26 Ben Pfaffdictionary: Make dict_create() take the new dictionary...
2011-04-26 Ben Pfaffdictionary: Set encoding early when cloning a dictionary.
2011-04-26 Ben Pfaffshort-names: Consider character encoding when making...
2011-04-26 Ben Pfaffshort-names: Drop redundant call to var_set_short_name().
2011-04-14 Ben Pfaffvalue-labels: Interpret \n as new-line in value labels. 20110414030503/pspp
2011-04-12 Ben Pfaffvalue-labels: Fix comment.
2011-03-20 Ben PfaffChange terminology from "active file" to "active dataset".
2011-03-20 Ben Pfaffdataset: Use similar form to dictionary code for callba...
2011-03-20 Ben Pfaffdataset: Rename functions with "dataset_" prefix.
2011-03-20 Ben PfaffRename procedure.[ch] to dataset.[ch].
2011-03-20 Ben Pfaffdataset: Remove unused types and useless struct forward...
2011-03-20 Ben Pfafflexer: Reimplement for better testability and internati...
2011-03-20 Ben Pfaffidentifier: Rename token_type_to_string() and make...
2011-03-20 Ben Pfaffsys-file-reader: Refactor to clean up character encodin...
2011-03-20 Ben Pfafffile-name: Do not make output files line-buffered in...
2011-03-20 Ben Pfafffile-handle-def: Use hmap instead of list for name... 20110320030508/pspp
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 Pfaffdata-out: Reorganize output_Z() to be more easily under...
2011-02-20 Ben Pfaffformat: Count prefix and suffix width in terms of displ...
2011-02-20 Ben Pfaffformat: Create a new "struct fmt_affix" for prefix...
2011-02-20 Ben Pfaffdata-out: Make each converter responsible for storing...
2011-02-20 Ben Pfaffformat: Increase abstraction of fmt_number_style.
2011-02-20 Ben Pfafflegacy-encoding: Remove.
2011-02-20 Ben Pfaffi18n: Introduce C_ENCODING as replacement for LEGACY_NA...
2011-02-15 Ben PfaffUse new Gnulib function dtoastr() to format short,...
2011-02-05 Ben Pfaffpor-file-reader: Remove dependency on VAR_NAME_LEN. 189/pspp 20110212030502/pspp
2011-02-05 Ben Pfaffvector: Remove VAR_NAME_LEN limit for internal represen...
2011-02-05 Ben Pfaffvariable: Remove VAR_NAME_LEN limit for internal repres...
2011-02-05 Ben Pfaffdict: Make dict_make_unique_var_name() return an alloca...
2011-02-05 Ben Pfaffsys-file-writer: Fix subtype used for v14+ multiple...
2011-02-04 Ben Pfaffsys-file-reader: Elevate invalid number of labels from...
2011-02-04 Ben Pfaffsys-file-reader: Avoid redundant "within system file...
2011-02-04 Ben Pfaffsys-file-reader: Improve debugging usefulness of error...
2011-02-04 Ben Pfaffsys-file-reader: Really enable warnings for invalid...
2011-02-04 Ben Pfaffsys-file-reader: Add missing periods at end of error...
2011-01-31 Ben Pfaffsys-file-reader: Check that multiple response set names...
2011-01-31 Ben Pfaffsys-file-reader: Fix double-free on read of partial...
2010-12-12 Ben Pfaffidentifier: New function token_type_to_string().
2010-12-04 Ben PfaffRemove the NULLINE and ENDCMD settings.
2010-11-19 Ben Pfafflexer: New type enum token_type.
2010-11-19 Ben Pfaffidentifier: Add some functions for Unicode syntax.
2010-11-19 Ben Pfaffstr: Change "char" to "byte" in function names.
2010-11-16 Ben Pfaffsys-file: Add functions for converting between codepage... 105/pspp 106/pspp 20101116030508/pspp 20101117030508/pspp
2010-10-30 Ben Pfaffdatasheet: Add a few assertions. 20101031040502/pspp
2010-10-27 Ben Pfaffcase: Add support for debugging case reference count...
next