hledger/hledger-lib/Hledger
Simon Michael e892fdc6d5 parsing: aliases now match by regular expression
alias match patterns (the part left of the =) are now case-insensitive
regular expressions matching anywhere in the account name. The
replacement string (the part right of the =) can replace multiple
matches within the account name. The replacement string does not yet
support any of the usual syntax like backreferences.
2014-10-24 15:05:10 -07:00
..
Data parsing: aliases now match by regular expression 2014-10-24 15:05:10 -07:00
Read parsing: aliases now match by regular expression 2014-10-24 15:05:10 -07:00
Reports balance, register, register-csv: depth 0 shows summary items (#206) 2014-10-19 17:53:20 -07:00
Utils fix a regexReplaceCI bug 2014-10-24 15:04:21 -07:00
Data.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Query.hs query: report an error when date:D fails to parse 2014-08-08 07:21:02 -07:00
Read.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Reports.hs split up Hledger.Reports 2014-03-19 17:31:18 -07:00
Utils.hs fix a splitAtElement bug with adjacent separators 2014-10-24 14:30:00 -07:00