summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed problem with the Python buildJohn Wiegley2012-02-294-7/+21
* Corrected problem with parsing of leap daysJohn Wiegley2012-02-281-0/+1
* Corrected behavior of >= and <=John Wiegley2012-02-281-2/+2
* XML account output now generates a <fullname> tagJohn Wiegley2012-02-281-0/+1
* Apply timelog time to the check-in dayJohn Wiegley2012-02-281-1/+1
* Change occurrences of auxiliary_date to just aux_dateJohn Wiegley2012-02-283-4/+4
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-2815-71/+74
* Allow xact notes on periodic transactionsJohn Wiegley2012-02-281-3/+6
* Rewrite the way interval reports are generatedJohn Wiegley2012-02-285-87/+110
* Added debug code for debugging interval reportsJohn Wiegley2012-02-283-8/+56
* Made the --debug option's argument a regexJohn Wiegley2012-02-282-3/+30
* Fixed nasty problem related to interval reportingJohn Wiegley2012-02-283-4/+8
* Fixed display problem in an error messageJohn Wiegley2012-02-281-2/+2
* Correctly elide amount sometimes in "print"John Wiegley2012-02-271-12/+42
* 'end apply' doesn't need a qualifierJohn Wiegley2012-02-271-4/+4
* Added a TODO commentJohn Wiegley2012-02-271-0/+2
* Added 'note' sub-directive to 'commodity'John Wiegley2012-02-271-0/+2
* Added a TODO commentJohn Wiegley2012-02-271-0/+2
* Added some missing variable namesJohn Wiegley2012-02-271-1/+2
* Added a TODO commentJohn Wiegley2012-02-271-0/+2
* Chain the current report to the current sessionJohn Wiegley2012-02-271-1/+1
* --explicit wasn't being handled correctlyJohn Wiegley2012-02-271-1/+3
* OptimizationsJohn Wiegley2012-02-272-55/+62
* Added --check-payees optionJohn Wiegley2012-02-274-17/+25
* Implement the "tag" metadata directiveJohn Wiegley2012-02-276-46/+137
* Implemented account and commodity directivesJohn Wiegley2012-02-271-95/+174
* Output some line numbers with warningsJohn Wiegley2012-02-271-2/+4
* Fixed the scoping of auto xact predicatesJohn Wiegley2012-02-271-4/+6
* Enable payee mappingsJohn Wiegley2012-02-271-13/+10
* Move when Unknown accounts are processedJohn Wiegley2012-02-271-10/+9
* Add "note" valexpr function to accountsJohn Wiegley2012-02-271-0/+6
* Comment out unneeded codeJohn Wiegley2012-02-271-0/+2
* Added TODO commentJohn Wiegley2012-02-271-0/+2
* Whitespace fixJohn Wiegley2012-02-271-3/+2
* Added new account/payee/commodity directivesJohn Wiegley2012-02-275-202/+405
* Stubbed out some code-in-progressJohn Wiegley2012-02-271-0/+2
* The "id" of an item now maps to its UUIDJohn Wiegley2012-02-276-45/+32
* Revert behavior of 40ab81308025e9655074da37671c444b4257f867John Wiegley2012-02-261-3/+6
* Corrected an error messageJohn Wiegley2012-02-261-1/+1
* Added --rich-data for 'convert', and SHA1 checksum checkingJohn Wiegley2012-02-2610-158/+166
* Keep notes on their own line if parsed that wayJohn Wiegley2012-02-263-9/+18
* Don't print amounts when not necessary in 'print'John Wiegley2012-02-261-10/+20
* Make CSV importer more sensitive to errorsJohn Wiegley2012-02-261-63/+63
* Added --auto-match option, for use with 'convert'John Wiegley2012-02-263-2/+7
* Corrected handling of nested definitionsJohn Wiegley2012-02-213-26/+59
* Whitespace fixesJohn Wiegley2012-02-211-4/+2
* Whitespace fixJohn Wiegley2012-02-211-2/+1
* The new SCOPE mechanism is workingJohn Wiegley2012-02-213-84/+65
* Introduced a new SCOPE expression terminalJohn Wiegley2012-02-206-65/+118
* Fixed many Clang type conversion warnings with static_castJohn Wiegley2012-02-1719-74/+91