summaryrefslogtreecommitdiff
path: root/src/textual.cc
Commit message (Expand)AuthorAgeFilesLines
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* Bugfix 1038: empty reg report for this month periodAlexis Hildebrandt2014-12-291-0/+5
* Improve error handling when parsing year directivesAlexis Hildebrandt2014-12-281-9/+14
* Fix plain year directiveAlexis Hildebrandt2014-12-281-0/+7
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Correct no-python error messagesAlexis Hildebrandt2014-12-251-2/+2
* Fix off by one error in textual.ccAdrian Lang2014-12-111-1/+1
* Preserve the given cost for printMartin Michlmayr2014-07-141-0/+2
* When a status flag (! or *) is explicitly specified for an individual posting...Max Satula2014-06-301-2/+1
* Don't lose commodity when cost is not separated by whitespaceMartin Michlmayr2014-06-051-3/+2
* Fix bug introduced by commit AA2FF2Bthdox2014-05-171-4/+3
* Ensure that high-levels directives have arguments if they need oneMartin Michlmayr2014-05-141-0/+8
* Ensure that directives have arguments if they need oneMartin Michlmayr2014-05-141-0/+11
* support payee uuid directiveChristophe Rhodes2014-05-131-0/+21
* rename payee_mappings to payee_alias_mappingsChristophe Rhodes2014-05-121-2/+2
* Improve an error message relating to balance assertionsJohn Wiegley2014-04-161-3/+8
* Apply any outstanding deferred postings at the end of parsingJohn Wiegley2014-04-141-0/+3
* Add the concept of "deferred postings"John Wiegley2014-04-131-0/+6
* The option --permissive now quiets balance assertionsJohn Wiegley2014-04-131-6/+9
* Adding support for recursive aliases.Peter Feigl2014-02-251-0/+5
* Fix apply_year_directiveAlexis Hildebrandt2014-02-121-2/+2
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Fixed parsing of the "fixed" directiveJohn Wiegley2013-05-191-4/+7
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Added missing call to timelog.close()John Wiegley2013-01-301-0/+4
* Properly handle metadata tags on auto-postingsJohn Wiegley2012-11-121-1/+1
* Corrected a typoJohn Wiegley2012-10-311-2/+2
* fix bucket directive (bug 765)Johann Klähn2012-10-231-4/+4
* Always store absolute paths internallyJohn Wiegley2012-08-021-3/+2
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-13/+4
* Switch to using Boost.FormatJohn Wiegley2012-05-141-16/+16
* Added "last_checkout_cleared" valexpr variableJohn Wiegley2012-05-071-4/+4
* Whitespace fixJohn Wiegley2012-04-041-5/+4
* Fixed #711: Parsing of alias directiveJohn Wiegley2012-03-171-8/+4
* Added option --day-breakJohn Wiegley2012-03-171-2/+1
* Improved error reports about leading whitespaceJohn Wiegley2012-03-161-4/+13
* Unexpected initial whitespace is an error (again)John Wiegley2012-03-161-3/+2
* Fixed a few bugs related to apply directivesJohn Wiegley2012-03-121-33/+56
* Allow payee names to contain multiple spacesJohn Wiegley2012-03-121-1/+24
* Ignore all trailing whitespace in Ledger journalsJohn Wiegley2012-03-121-13/+12
* Added the notion of "virtual costs"John Wiegley2012-03-091-2/+9
* Added some missing DEBUG #if'sJohn Wiegley2012-03-071-0/+2
* Added parsing support for the many value directivesJohn Wiegley2012-03-071-0/+22
* Fixed parsing of "deferred notes" in auto xactsJohn Wiegley2012-03-071-6/+1
* Whitespace fixesJohn Wiegley2012-03-071-9/+9
* Corrected several compile and link problemsJohn Wiegley2012-03-061-3/+7
* Added "value" sub-directive for commodity directiveJohn Wiegley2012-03-061-0/+8
* Simplified Python import in a journal fileJohn Wiegley2012-03-051-7/+28
* Rewrote the way annotated commodities are managedJohn Wiegley2012-03-051-9/+2
* Use unique_ptr instead of std::auto_ptrJohn Wiegley2012-03-051-5/+5