index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
file.c
Age
Commit message (
Expand
)
Author
2012-10-11
Conversion to gettext to allow localization
Dirk Hohndel
2012-10-09
A file that we import should never become the default file we save to
Dirk Hohndel
2012-10-04
Use GLib's g_fopen() and g_open() when working with files
Lubomir I. Ivanov
2012-09-19
Use a 64-bit 'timestamp_t' for all timestamps, rather than 'time_t'
Linus Torvalds
2012-09-15
Don't show an error if we can't load the default file
Dirk Hohndel
2012-09-03
Make xml (and CSV) parsing use 'g_ascii_strtod()' rather than 'strtod()'
Linus Torvalds
2012-08-26
file.c: open a file in binary mode in readfile()
Lubomir I. Ivanov
2012-07-12
file.c: Fix a file descriptor leak in readfile()
Andrew Clayton
2012-06-19
Fix cochran CSV pressure data import
Linus Torvalds
2012-06-19
cochran: add support for importing the exported CSV files
Linus Torvalds
2012-01-27
Add some initial cochran CAN file parsing
Linus Torvalds
2012-01-27
Import: always open and read the file before checking the filename extension
Linus Torvalds
2012-01-27
Fix typo ('suundo' instead of 'suunto')
Linus Torvalds
2012-01-26
Add "native" Suunto SDE zip file reading
Linus Torvalds
2012-01-26
Split up file reading from 'parse-xml.c' into 'file.c'
Linus Torvalds