hledger/hledger-lib/Hledger/Data
Simon Michael cf3d21afef csv and general reader fixes, cleanups
- The CSV reader no longer writes a "(stdin).rules" file when reading
  from stdin.

- Selection of reader(s) is now smarter when input is coming from stdin.
  Previously, all readers were considered applicable for stdin.  This
  meant that when reading a CSV file from stdin, the journal and timelog
  readers were always tried first, and if the CSV file was unparseable,
  you'd see the first (journal) reader's error instead of the CSV
  reader's.  Now, the readers do some basic content sniffing when
  reading stdin, so it generally tries only the one right reader and
  we'll see the right errors.

- The read system now has more debug output.
2014-05-09 17:55:32 -07:00
..
Account.hs remove out of date comment 2014-04-03 18:55:43 -07:00
AccountName.hs balance report speedup 2012-10-21 17:18:18 +00:00
Amount.hs more verbose Amount debug output at level 6+ 2014-04-03 18:49:56 -07:00
Commodity.hs journal: really don't parse + before an amount as part of the commodity (fixes #181 harder) 2014-04-30 11:28:47 -07:00
Dates.hs note potentially useful interval algebra link 2014-04-19 11:45:47 -07:00
Journal.hs default report dates come from secondary dates with --date2 2014-04-24 14:44:30 -07:00
Ledger.hs less debug output from some low-level functions 2014-04-03 18:49:57 -07:00
OutputFormat.hs rename FormatString to OutputFormat 2014-03-02 13:33:56 -08:00
Posting.hs show posting dates in debug output 2014-05-06 21:35:38 -07:00
RawOptions.hs fix an error when running an addon with an argument containing a single quote 2014-04-15 11:45:30 -07:00
TimeLog.hs rename actual/effective dates to primary/secondary 2012-12-06 04:43:41 +00:00
Transaction.hs show posting dates in debug output 2014-05-06 21:35:38 -07:00
Types.hs csv and general reader fixes, cleanups 2014-05-09 17:55:32 -07:00