start moving beyond PMModelItemInfo
[pspp] / dump.c
2018-07-04 Ben PfaffRefine understanding of legacy binary data format.
2017-07-10 Ben PfaffFigure some details of categories and dimensions.
2017-06-05 Ben PfaffLots more details.
2017-06-01 Ben Pfaffdump: Accept filename on command-line.
2017-05-30 Ben PfaffMinor improvements.
2017-05-29 Ben PfaffFigure out cell styling details.
2017-05-29 Ben PfaffFigure out more format details.
2017-05-28 Ben PfaffFigure out more parts of format.
2017-05-27 Ben PfaffDocument creation date.
2017-05-27 Ben PfaffExtract tableid.
2017-05-27 Ben PfaffDocument epoch.
2017-05-23 Ben PfaffDocument lots more.
2017-05-21 Ben Pfaffdump: Make it work with updated corpus.
2016-02-22 Ben PfaffRevert "work on figuring more stuff out--may want to...
2016-01-31 Ben Pfaffwork on figuring more stuff out--may want to revert...
2016-01-10 Ben PfaffFigured out more details, documented most values, work...
2016-01-09 Ben PfaffMore documentation on values.
2016-01-07 Ben PfaffSome minor refinements from expanding the corpus.
2016-01-07 Ben PfaffDocument TableLook detail.
2016-01-07 Ben PfaffSome more details of styles.
2016-01-06 Ben PfaffFigure out a few more details of one of the chunks...
2016-01-05 Ben PfaffStart work on documenting values.
2016-01-05 Ben PfaffDocument datum format.
2016-01-04 Ben PfaffSpecify dimension list at beginning of data.
2016-01-04 Ben PfaffFinish up with categories (for now).
2016-01-04 Ben PfaffFigured out some meanings for category data.
2015-08-09 Ben PfaffWork on improving distinction between groups and catego...
2015-08-09 Ben PfaffClarify confusing category stuff.
2015-08-09 Ben PfaffFonts.
2015-08-09 Ben PfaffRefine understanding of minor points.
2015-08-08 Ben Pfaffdump: Correctly remove match1 parameter from dump_value().
2015-08-08 Ben Pfaffdump: Apostrophe can be used as grouping character.
2015-08-08 Ben Pfaffdump: Revert changes that caused regressions.
2015-08-08 Ben Pfaffdump: Make it harder to get the usage wrong.
2015-08-07 Ben Pfaffdump: Drop match1 parameter from dump_value().
2015-07-28 Ben Pfaffdump: Fix dumping all contents for all v1 and v3.
2015-07-28 Ben Pfaffdump: Fix dumping of entire contents for all v3.
2015-07-28 Ben Pfaffdump: Fix everything up through dims for v1 and v3...
2015-07-28 Ben Pfaffdump: Fix everything up through dims for version-3...
2015-07-28 Ben Pfaffdump: Properly handle more than 1024 categories.
2015-07-27 Ben PfaffNow the entire corpus (v1, v3, old, new) can be parsed...
2015-07-27 Ben Pfaffdump: Some things are related to a version number.
2015-07-27 Ben Pfaffdump: Allow 1 in place of 3 at offset 0x2 in SPV file.
2015-07-27 Ben Pfaffdump: Ignore an empty inner_end in dump_value_31().
2015-07-27 Ben Pfaffdump: Add an unsatisfying special case for titles.
2015-07-27 Ben Pfaffdump: Title section sometimes has 0x31 plus fixed block...
2015-07-27 Ben Pfaffdump: Title section sometimes has an extra 1 after...
2015-07-27 Ben Pfaffdump: Title section sometimes uses font size 14, not...
2015-07-27 Ben Pfaffdump: Font section also includes 0x9a where 0x97/0x98...
2015-07-27 Ben Pfaffdump: Make raw dumps include file offsets.
2014-11-12 Ben Pfaffdump: Rename dump_value__() to just dump_value().
2014-11-12 Ben Pfaffdump: All output into pseudo-XML.
2014-11-11 Ben Pfaffdump: Work on dumping to an XML-like format.
2014-11-07 Ben PfaffMore nested data refinement.
2014-11-07 Ben PfaffRefine nested parsing.
2014-11-07 Ben PfaffRefine dump_fonts().
2014-11-07 Ben PfaffRefine dump_fonts().
2014-11-07 Ben PfaffMake dump_nested() quiet.
2014-11-07 Ben PfaffRefine dump_fonts() slightly.
2014-11-07 Ben PfaffFactor out nested bytes.
2014-11-07 Ben PfaffDimension index is actually a word.
2014-11-07 Ben PfaffIdentify a byte as a dimension index.
2014-11-07 Ben PfaffCheck category indexes.
2014-11-07 Ben PfaffTie down category counting a bit better.
2014-11-07 Ben PfaffRefine knowledge of data intro.
2014-11-07 Ben PfaffGet rid of dump_value__() wrappers.
2014-11-07 Ben PfaffGet rid of dump_substs().
2014-11-07 Ben Pfaffdump: Crazy simplification.
2014-11-07 Ben Pfaffmake all the dump_*_() functions much more similar
2014-11-07 Ben PfaffEliminate a few unneeded match_bytes(0)s.
2014-11-07 Ben PfaffMake recursive case completely regular, hurray.
2014-11-07 Ben Pfaffdump_value__() recursive case even more sane
2014-11-07 Ben PfaffFinally make dump_value__() recursive case slightly...
2014-11-07 Ben PfaffFactor out substitution logic. Regularize.
2014-11-07 Ben PfaffFactor out more code.
2014-11-07 Ben PfaffSimplify dump_dim() slightly.
2014-11-07 Ben PfaffSimplify dump_category() a bit.
2014-11-07 Ben PfaffFactor more out into new dump_value__().
2014-11-07 Ben PfaffRemove special case in dump_title_value().
2014-11-07 Ben PfaffMake type-03 cases more uniform.
2014-11-07 Ben PfaffFactor dump_footnote_value() in terms of dump_value().
2014-11-07 Ben PfaffWrite dump_title_value() in terms of dump_value().
2014-11-07 Ben PfaffFactor out trailing match_bytes() from dump_value().
2014-11-07 Ben PfaffRefactor dump_dim_value() in terms of dump_value().
2014-11-07 Ben PfaffSimplify dump_footnote_value().
2014-11-07 Ben PfaffMake dump_footnote_value() more like dump_value().
2014-11-07 Ben PfaffMake dump_data_value() more like dump_value().
2014-11-07 Ben PfaffMake dump_dim_value() more like dump_value().
2014-11-07 Ben PfaffMake dump_title_value() still a little closer to dump_v...
2014-11-07 Ben PfaffMake dump_title_value() closer to dump_value().
2014-11-07 Ben PfaffDrop dump_footnote_value_31() in favor of dump_value_31().
2014-11-07 Ben PfaffDrop dump_title_value_31() in favor of dump_value_31().
2014-11-07 Ben PfaffDrop dump_dim_value_31() and dump_data_value_31() in...
2014-11-07 Ben PfaffRemove lots of unnecessary match_byte()s from dump_value().
2014-11-07 Ben PfaffSimplify dump_title() footnote handling.
2014-11-07 Ben PfaffGeneralize dump_title() footnote handling.
2014-11-07 Ben PfaffGeneralize dump_footnote_value().
2014-11-07 Ben PfaffFactor out and generalize dump_data_value().
2014-11-07 Ben PfaffMore generalizing dump_dim_value().
2014-11-07 Ben PfaffGeneralize dump_dim_value().
next