csv-file-writer: Write all line breaks in system-specific format.
[pspp] / src / data /
2012-12-22 Ben Pfaffvalue: New function value_is_spaces().
2012-12-19 John DarringtonReplaced sprintf with c_snprintf where appropriate
2012-12-03 John DarringtonReplaced strtod with c_strtod where appropriate 20121204030504/pspp 20121205030504/pspp 20121206030502/pspp 20121207030505/pspp 20121208030506/pspp 20121209030502/pspp 20121210030502/pspp 20121211030505/pspp 20121212030502/pspp 20121213030503/pspp 20121214030504/pspp 20121215030502/pspp 20121216030502/pspp 20121217030502/pspp
2012-12-02 Ben PfaffMerge 'master' into 'psppsheet'. 20121202031952/pspp 20121203032039/pspp 20121204032004/pspp 20121205032030/pspp 20121206032021/pspp 20121207032036/pspp 20121208032040/pspp 20121209032019/pspp 20121210032023/pspp 20121211032038/pspp 20121212032028/pspp 20121213032029/pspp 20121214032036/pspp 20121215032028/pspp 20121216032020/pspp 20121217032038/pspp 20121218031957/pspp 20121219032034/pspp 20121220032031/pspp 20121221032037/pspp 20121222032032/pspp 20121223032002/pspp 20121225032008/pspp 20121226032016/pspp 20121227032003/pspp 20121228032058/pspp 20121229032201/pspp 20121230032128/pspp
2012-12-01 John Darringtondata-out.c: Added assertion to avoid out of bounds...
2012-11-25 John Darringtonfile handle properties: Make encoding member const 20121125030503/pspp
2012-09-30 Ben PfaffMerge 'master' into 'psppsheet'.
2012-09-26 Ben PfaffSuppress GCC 4.7 warnings by changes to code that make...
2012-09-26 Ben Pfaffgnumeric-reader: Add cast to suppress warning.
2012-09-26 Ben PfaffRemove variables assigned to but never used.
2012-09-20 John Darringtonsrc/data/data-out.c: Added assertion to catch negative...
2012-08-25 John DarringtonMerge branch 'master' into psppsheet
2012-08-22 John DarringtonFix memory leak in sys-file-reader.c 20120822000503/pspp 20120823000504/pspp 20120824000503/pspp 20120825000503/pspp
2012-08-20 Ben Pfaffsys-file-reader: Fix setjmp() technicality. 20120820000504/pspp
2012-08-20 Ben Pfaffsys-file-reader: Fix memory leak.
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-08-09 Ben Pfaffvariable: Skip callback if new format is same as old... 20120809000508/pspp 20120810000503/pspp
2012-08-01 John Darringtonsys-file-reader.c: Fix leak in parse_mrsets 20120802000504/pspp
2012-08-01 Ben Pfaffods-reader: Fix ods_file_casereader_destroy() call... 20120801000505/pspp
2012-07-29 John DarringtonFix memory leak in dictionary.c
2012-07-29 John DarringtonFix leaks in ODS reader
2012-07-27 John Darringtondict_clone: Fix memory leak. 20120728000505/pspp
2012-07-23 John Darringtondatasehhet.c: Fix memory leak 20120724000504/pspp 20120725000503/pspp 20120726000503/pspp 20120727000502/pspp
2012-07-22 John DarringtonFixed memory leaks coming from file-handle-def.c
2012-07-17 Ben Pfaffformat: Make fmt_date_template() human-friendly, respec...
2012-07-09 Ben PfaffMerge "master" into "psppsheet" to obtain bug fixes... 20120709001830/pspp 20120710001843/pspp
2012-07-09 Ben Pfaffgui: Fix Glib-GObject-WARNING when closing the active...
2012-06-20 Ben PfaffAdd ENCODING subcommand to several commands.
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...
next