Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-08 | Make a few functions of static linkage | Berthold Stoeger | |
Make functions in core/file.c, core/parse.c and core/import-csv.c that were not used outside their translation unit of static linkage. parse_date is moved from core/file.c to core/import-csv.c, since it is used only there. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | |||
2018-01-08 | Refactor CSV import | Miika Turkia | |
Move CSV import related functions into import-csv.c. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> |