hledger/hledger-lib/Hledger
Simon Michael 077e3c6a02 journal: re-add non-regex aliases, as default (#252)
The regex account aliases added in 0.24 trip up people switching between
hledger and Ledger. (Also they are currently slow).

This change makes the old non-regex aliases the default; they are
unsurprising, useful, and pretty close in functionality to Ledger's.

The new regex aliases are also available; they must be enclosed in
forward slashes. Ledger effectively ignores these, which is ok.

Also clarify docs, refactor, and use the same parser for alias
directives and alias options
2015-05-14 13:01:50 -07:00
..
Data journal: re-add non-regex aliases, as default (#252) 2015-05-14 13:01:50 -07:00
Read journal: re-add non-regex aliases, as default (#252) 2015-05-14 13:01:50 -07:00
Reports some cleanup of debug trace helpers 2015-05-14 13:01:49 -07:00
Utils some cleanup of debug trace helpers 2015-05-14 13:01:49 -07:00
Data.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Query.hs tighten up status: docs and behaviour a bit (fix #227) 2014-12-24 23:48:23 -08:00
Read.hs journal: re-add non-regex aliases, as default (#252) 2015-05-14 13:01:50 -07:00
Reports.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
Utils.hs fix a Control.Monad.Error warning (#239) 2015-03-29 16:12:05 -07:00