pivot table procedure conceptually works
[pspp] / src / data /
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 DarringtonRevert experimentÃ
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-26 John DarringtonWork around bug in compiler
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-23 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-22 Ben PfaffFILE HANDLE: Use system native line ends by default. 20130322030508/pspp
2013-03-22 Ben PfaffFILE HANDLE: Add new ENDS subcommand to control new...
2013-03-20 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-17 John DarringtonFix confusion over workspace units.
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-09 John DarringtonRef count the gnumeric reader
2013-03-09 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-08 John DarringtonRef count the gnumeric reader
2013-03-08 John DarringtonFix remaining leaks in Gnumeric reader
2013-03-08 John DarringtonFix remaining leaks in Gnumeric reader
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-07 John DarringtonMake the spreadsheet reader responsible for destroying...
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-04 John DarringtonMake GUI open either kind of spreadsheet
2013-03-04 John DarringtonCreated wrappers for the ods/gnumeric functions
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 DarringtonFix buffer overflow
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 DarringtonAdded a warning if gnumeric files are not UTF8. Then...
2013-02-18 John DarringtonFixed some more warnings
2013-02-18 John DarringtonMake opts const
2013-02-16 John DarringtonShow errors on reading badly formed gnumeric files
2013-02-16 John DarringtonReturn NULL if not a gnumeric file
2013-02-16 John DarringtonFixed many warnings
2013-02-16 John DarringtonGnumeric reader cope with multiple passes, and empty...
2013-02-16 John DarringtonRename sheet_index to current sheet
2013-02-16 John DarringtonRename sheets to n_sheets
2013-02-16 John DarringtonUse the gnumeric_reopen function
2013-02-16 John DarringtonAdded a reopen capability
2013-02-16 John DarringtonDont show range if it is null
2013-02-16 John DarringtonAdded a proper function to convert spreadsheet column...
2013-02-16 John DarringtonMake both work at the same time
2013-02-16 John DarringtonFix memory leak
2013-02-16 John DarringtonAdded the range column to the model
2013-02-16 John DarringtonAdded a maxcol state
2013-02-16 John DarringtonTidied up a bit more. Eliminated some warnings
2013-02-16 John DarringtonTidied up a bit
2013-02-16 John DarringtonBasically working model
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 DarringtonStarted polymorphism of Gnumeric
2013-02-16 John DarringtonMade a start at canonicalising the interface
2013-02-16 John DarringtonUse convert cell range instead of doing it ourselves
2013-02-16 John DarringtonTry to load the correct sheet
2013-02-16 John DarringtonSpreadsheet readers: Seperate the mandatory from the...
2013-02-16 John DarringtonFixed a bug reading gnumeric files. 20130217030503/pspp
2013-02-03 Ben PfaffMerge 'master' into 'psppsheet'.
2013-02-02 Ben Pfaffcasereader: Remove casereader_split() function. 20130203030502/pspp 20130204030505/pspp 20130205030507/pspp
2013-02-01 Ben PfaffRANK: Add support for temporary transformations.
2013-01-31 Ben Pfafftransformations: Relax the rules for transformation...
2013-01-29 Ben Pfaffsubcase: New function subcase_add_vars_always().
2013-01-29 Ben Pfaffcasegrouper: Add comments.
2013-01-17 Ben PfaffDocument and implement "precision record" in portable... 20130117030512/pspp 20130118030503/pspp 20130119030502/pspp 20130120030506/pspp
2013-01-12 Ben Pfaffidentifier: Make lex_id_get_length() handle Unicode.
2013-01-12 John DarringtonGnumeric Reader: Set dictionary to NULL on error
2013-01-06 Ben PfaffMerge 'master' into 'psppsheet'. 20130107032118/pspp 20130108102621/pspp 20130109032153/pspp 20130110031120/pspp 20130110084546/pspp 20130111032139/pspp 20130111091005/pspp 20130112032108/pspp 20130113032104/pspp 20130114032646/pspp 20130115032143/pspp 20130116032122/pspp 20130117032107/pspp 20130118032127/pspp 20130119032130/pspp 20130120032138/pspp 20130121032753/pspp 20130122032130/pspp 20130123032123/pspp 20130124032128/pspp 20130125032106/pspp 20130126032059/pspp 20130127032105/pspp 20130128032115/pspp 20130129032053/pspp 20130130032109/pspp 20130131032120/pspp 20130201032127/pspp 20130202032121/pspp 20130203032041/pspp
2013-01-06 John DarringtonFixed a bug reading gnumeric files. 20130107030506/pspp 20130108100915/pspp 20130109030502/pspp
2013-01-05 John DarringtonGnumeric reader: Avoid potential crash reading invalid... 20130106030502/pspp
2013-01-04 Ben Pfaffidentifier: Broaden the class of characters allowed... 20130104030504/pspp 20130105030504/pspp
2013-01-02 Ben Pfaffvariable: Remove 'aux' member from struct variable.
next