hledger/hledger-lib/Hledger
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
..
Data csv and general reader fixes, cleanups 2014-05-09 17:55:32 -07:00
Read csv and general reader fixes, cleanups 2014-05-09 17:55:32 -07:00
Reports register: also fix date (or date2) sorting of postings (#184) 2014-05-08 14:20:12 -07:00
Utils also fix warnings in UTF8IOCompat 2013-04-12 16:28:29 -07:00
Data.hs cli, report & raw options cleanups 2014-03-25 19:03:56 -07:00
Query.hs queries: treat amt:>0 like amt:>+0 2014-04-27 23:59:11 -07:00
Read.hs csv and general reader fixes, cleanups 2014-05-09 17:55:32 -07:00
Reports.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
Utils.hs dbgtrace, does a trace if --debug was used 2014-05-09 17:52:23 -07:00