hledger/hledger-lib/Hledger/Read
Simon Michael 7ec25da13a web: edit/upload: normalise line endings, avoiding parse errors (#1194)
Renamed: writeValidJournal -> writeJournalTextIfValidAndChanged

Added comments clarifying line ending behaviour of:
add, import, appendToJournalFileOrStdout, readFilePortably,
writeFileWithBackupIfChanged, writeJournalTextIfValidAndChanged

Summary of current behaviour:

- hledger add and import commands will append with (at least some)
  unix line endings, possibly causing the file to have mixed line
  endings

- hledger-web edit and upload forms will write the file with
  the current system's native line endings, ie changing all
  line endings if the file previously used foreign line endings.
2020-02-24 14:04:44 -08:00
..
Common.hs web: edit/upload: normalise line endings, avoiding parse errors (#1194) 2020-02-24 14:04:44 -08:00
CsvReader.hs ;csv: avoid a potential display of internal placeholder (#1192) 2020-02-15 14:02:53 -08:00
JournalReader.hs Revert "remove old fail compatibility imports that are obsolete ?" 2019-12-01 11:32:51 -08:00
LedgerReader.hs.disabled lib: Fix compile errors in tests 2018-08-14 16:05:06 +01:00
TimeclockReader.hs Fix timeclock format parsing 2020-01-12 13:17:36 -08:00
TimedotReader.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00