Yuri Chornoivan contributed some typo fixes
[pspp] / src / data / ods-reader.c
2022-04-03 Yuri ChornoivanYuri Chornoivan contributed some typo fixes
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-08-28 John DarringtonFix import of ods files with repeated column data.
2021-01-25 Ben Pfaffzip-reader: Make the zip_reader reference counted.
2021-01-25 Ben Pfaffzip-reader: Switch to a more usual error reporting...
2021-01-07 Ben PfaffMake data input and output take a fmt_settings structure.
2020-10-10 John DarringtonRework the spreadsheet import feature of the grapic...
2020-06-07 John DarringtonWhitespace changes only.
2019-11-27 John DarringtonDelete trailing whitespace at line endings.
2019-10-11 Ben Pfaffzip-reader: Read the whole central directory at .zip...
2019-07-03 John DarringtonRemove UNUSED attributes where they were inappropriate.
2019-01-02 Ben Pfaffods-reader: Use proper function type for xml read callback.
2018-10-01 John DarringtonReference count struct dictionary.
2018-07-06 John DarringtonODS reader: Deal with case where /READNAMES vs. non...
2018-04-30 Ben PfaffMake libxml2 a required build dependency.
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2017-03-28 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-11-07 pspp.freepost@ordi... compile without gnumeric and odf read support
2016-07-10 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-06-22 John DarringtonAvoid link error when compiling without libxml2 installed
2016-01-31 Ben Pfaffspreadsheet: Avoid sharing a dictionary between spreads...
2015-12-26 John DarringtonRewrite Import Dialog.
2015-10-18 John DarringtonGnumeric Reader: Fix memory leak
2015-09-16 John DarringtonFix memory leak in ODS reader
2015-09-15 John DarringtonRef count struct spreadsheet
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-02-17 John DarringtonFix memory fault reading ODS file.
2013-05-09 John DarringtonMerge branch 'master' into import-gui
2013-05-09 John DarringtonFix stack corruption in ODS reader.
2013-05-09 John DarringtonFix stack corruption in ODS reader.
2013-05-09 John Darringtonods reader: Report cells which cannot be converted
2013-05-09 John DarringtonSpreadsheetreader: new function create_cell_ref and...
2013-05-09 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-05-06 John DarringtonRemove unused variable assigned in expression.
2013-04-28 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-28 John DarringtonODS reader: Make the destroy method safer.
2013-03-31 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-31 Ben Pfaffods-reader: Fix GCC warning.
2013-03-30 John DarringtonFix memory allocation issues in ods-reader 20130331030503/pspp
2013-03-30 John DarringtonRename variable and add comment
2013-03-30 John DarringtonFixed some memory leaks
2013-03-30 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-29 John DarringtonRemove diagnostics
2013-03-29 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-27 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-25 John DarringtonAdded a second lot of state data
2013-03-25 John Darringtonsheet meta data: Move out of state data
2013-03-25 John DarringtonSeparate the reader state data into its own struct
2013-03-14 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-13 Ben PfaffMerge 'master' into 'psppsheet'.
2013-03-12 Ben PfaffFix warnings introduced by minor type errors in recentl...
2013-03-08 John DarringtonFixed some more errors in the spreadsheet readers
2013-03-08 John DarringtonFix remaining leaks in ods-reader.c
2013-03-07 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-07 John DarringtonDelete ods_file_casereader_clone function
2013-03-07 John DarringtonFewer memory leaks
2013-03-05 John DarringtonMerge branch 'master' into import-gui
2013-03-05 John DarringtonFixed crash reading ODS spreadsheets and added a test... 20130305030502/pspp 20130306030504/pspp 20130307030505/pspp
2013-03-04 John DarringtonAdded a feature to read the meta data from spreadsheet...
2013-03-03 John DarringtonFixed some memory leaks
2013-03-03 John DarringtonFixed some memory leaks
2013-03-03 John DarringtonFixed bug where repeated values were not being handled...
2013-03-02 John DarringtonFixed some memory allocation issues
2013-03-02 John DarringtonMade some code improvements.
2013-03-01 John DarringtonFixed some more leaks
2013-03-01 John DarringtonFix some memory leaks
2013-03-01 John DarringtonAvoid compiler warnings
2013-02-28 John DarringtonGot the last test working
2013-02-28 John DarringtonGot another test working
2013-02-27 John DarringtonODS cellranges work again (sort of)
2013-02-25 John DarringtonMake sure that ODS reading works even when not in C...
2013-02-25 John DarringtonIssue error message if spreadsheet does not exist
2013-02-24 John DarringtonAnother test works
2013-02-24 John DarringtonNew function reading_target_sheet
2013-02-24 John DarringtonRename variable
2013-02-19 John DarringtonRenamed some variables and removed some
2013-02-18 John DarringtonGot some of the tests working
2013-02-18 John DarringtonMade it crash a little less often
2013-02-18 John DarringtonAvoided a number of other problems
2013-02-18 John DarringtonFixed some incorrect range imputation
2013-02-18 John DarringtonGot the ODS reader model (sort of) working.
2013-02-18 John DarringtonMerge two option structs
2013-02-18 John DarringtonMake opts const
2013-02-16 John DarringtonShow errors on reading badly formed gnumeric files
2013-02-16 John DarringtonRename sheets to n_sheets
2013-02-16 John DarringtonMove file_name member from sri to spreadsheet struct
2013-02-16 John DarringtonStarted polymorphism of ODS
2013-02-16 John DarringtonMade a start at canonicalising the interface
2013-02-16 John DarringtonSpreadsheet readers: Seperate the mandatory from the...
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-08-01 Ben Pfaffods-reader: Fix ods_file_casereader_destroy() call... 20120801000505/pspp
2012-07-29 John DarringtonFix leaks in ODS reader
2012-03-17 Ben Pfaffods-reader: Fix memory leak.
2012-03-15 Ben Pfaffods-reader: Fix write beyond end of buffer. 20120316030503/pspp
2012-02-19 John DarringtonODS Reader: fix uninitialised variables 20120219030503/pspp
2011-10-09 John DarringtonFix potential problems with non-literal printf arguments. 20111010030502/pspp 20111011030502/pspp 20111012030502/pspp
2011-08-20 John DarringtonMerge remote branch 'origin/sourceview' 20110820030503/pspp
next