]> git.tdb.fi Git - ext/subsurface.git/history - parse.c
Start moving some of the non-parsing stuff out of 'parse.c'
[ext/subsurface.git] / parse.c
2011-08-31 Linus TorvaldsStart moving some of the non-parsing stuff out of ...
2011-08-31 Linus TorvaldsSplit up dive data structure declarations into 'dive.h'
2011-08-31 Linus TorvaldsClean up dive reporting
2011-08-31 Linus TorvaldsAdd some more parsing functions
2011-08-31 Linus TorvaldsDon't report dives as they are parsed: sort them at...
2011-08-30 Linus TorvaldsAdd 'datetime' parsing for libdivecomputer xml files
2011-08-30 Linus TorvaldsFix up temperature conversion
2011-08-30 Linus TorvaldsStart actually reporting the numbers we parsed
2011-08-30 Linus TorvaldsAdd 'verbose' flag
2011-08-30 Linus TorvaldsStart parsing numeric fields
2011-08-30 Linus TorvaldsStart parsing dive dates
2011-08-30 Linus TorvaldsMove the "text" nodename hackery out of 'nodename()'
2011-08-30 Linus TorvaldsFix stupid mis-initialization of current sample
2011-08-30 Linus TorvaldsStart showing unparsed entries
2011-08-30 Linus TorvaldsFill in dummy parse target code
2011-08-30 Linus TorvaldsMove the parser closer to being usable
2011-08-30 Linus TorvaldsTurn the XML into something almost parseable.
2011-08-28 Linus TorvaldsAdd crazy (bad) xml parser thing