hledger/hledger-lib/Hledger/Data
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
..
Account.hs balance, register, register-csv: depth 0 shows summary items (#206) 2014-10-19 17:53:20 -07:00
AccountName.hs balance, register, register-csv: depth 0 shows summary items (#206) 2014-10-19 17:53:20 -07:00
Amount.hs switch to Decimal for representing quantities (closes #118) 2014-10-18 12:33:31 -07:00
Commodity.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Dates.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Journal.hs parsing: aliases now match by regular expression 2014-10-24 15:05:10 -07:00
Ledger.hs refactor amount filtering helpers 2014-05-23 13:10:36 -07:00
OutputFormat.hs rename FormatString to OutputFormat 2014-03-02 13:33:56 -08:00
Posting.hs parsing: aliases now match by regular expression 2014-10-24 15:05:10 -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 strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Transaction.hs strip trailing whitespace from all Haskell files 2014-10-14 18:48:24 -07:00
Types.hs parsing: aliases now match by regular expression 2014-10-24 15:05:10 -07:00