summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Improve error handling when parsing year directivesAlexis Hildebrandt2014-12-281-9/+14
* | | Fix plain year directiveAlexis Hildebrandt2014-12-281-0/+7
* | | Use same license text formatting in source filesAlexis Hildebrandt2014-12-273-6/+6
* | | Bump copyright notice to 2015Alexis Hildebrandt2014-12-27128-129/+129
* | | Correct no-python error messagesAlexis Hildebrandt2014-12-251-2/+2
* | | Fix crash when using --trace 10 or aboveAlexis Hildebrandt2014-12-233-3/+3
* | | Fix crash when using -M with empty resultAlexis Hildebrandt2014-12-161-1/+1
* | | Fix off by one error in textual.ccAdrian Lang2014-12-111-1/+1
* | | support date as well as datetime in Balance.value()Christophe Rhodes2014-12-011-0/+6
* | | Improve Embedded Python SupportELIPTUS2014-11-125-3/+35
* | | make --columns default to terminal width, as returned by ioctl()Stefano Zacchiroli2014-10-133-0/+19
* | | Add ISO 8601 date as recognized date stringMartin Michlmayr2014-10-021-0/+1
* | | Fix period expression parsing for month to month without yearMartin Michlmayr2014-10-021-2/+1
* | | minor spelling fixesCarlos E. Garcia2014-09-151-1/+1
* | | "mispelled" was misspelledJoseph Mornin2014-09-081-1/+1
* | | #if guards for boost 1.56 compatibilityJoe Gallo2014-08-285-0/+21
* | | Revert "fix "no viable conversion from ... to 'bool'""John Wiegley2014-08-274-4/+4
* | | Revert "fix "type 'char' cannot be used prior to '::'""John Wiegley2014-08-271-1/+1
* | | fix "type 'char' cannot be used prior to '::'"Joe Gallo2014-08-261-1/+1
* | | fix "no viable conversion from ... to 'bool'"Joe Gallo2014-08-264-4/+4
* | | fix rare bug in balance report output if the budgeted amount happens to be zero.Craig Earls2014-08-241-2/+2
|/ /
* | Preserve the given cost for printMartin Michlmayr2014-07-143-3/+6
* | Preserve original cost basis when gain or loss is madeMartin Michlmayr2014-07-141-2/+4
* | Unify debugging categoriesMartin Michlmayr2014-07-013-10/+10
* | When a status flag (! or *) is explicitly specified for an individual posting...Max Satula2014-06-301-2/+1
* | Fix Bug 1057: Emacs output does not escape special characters.Craig Earls2014-06-262-74/+81
* | Don't lose commodity when cost is not separated by whitespaceMartin Michlmayr2014-06-051-3/+2
* | Improve backwards compatibility with ledger2Martin Michlmayr2014-05-301-5/+6
* | Recognize --cleared-format optionMartin Michlmayr2014-05-301-0/+1
* | Fix query string for select accountMartin Michlmayr2014-05-301-4/+4
* | Move the debug statement to where it makes more senseMartin Michlmayr2014-05-301-2/+1
* | Handle POST_COST_VIRTUAL in printMartin Michlmayr2014-05-301-2/+10
* | Check whether a month is followed by a yearMartin Michlmayr2014-05-301-0/+11
* | Cosmetic change - format code consistentlyMartin Michlmayr2014-05-188-25/+25
* | 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
* | Remove trailing whitespace from error messagesMartin Michlmayr2014-05-133-4/+4
* | Merge pull request #289 from csrhodes/payee-uuid-mappingJohn Wiegley2014-05-134-39/+63
|\ \
| * | support payee uuid directiveChristophe Rhodes2014-05-132-0/+24
| * | rename payee_mappings to payee_alias_mappingsChristophe Rhodes2014-05-124-39/+39
* | | Honour date-format for lot datesMartin Michlmayr2014-05-131-1/+1
* | | Recognize the --no-pager optionMartin Michlmayr2014-05-121-0/+1
|/ /
* | Library GMP is not yet ready for GCC 4.9, as described at bottom of pagethdox2014-05-111-0/+1
* | Use the POST_COST_VIRTUAL flag when exchange commoditiesJohn Wiegley2014-05-082-4/+5
* | Fix build for building with g++ 4.8John Wiegley2014-05-072-0/+10
* | fix debug build for gccJohann Klähn2014-05-071-1/+0
* | Add the --no-pager optionJohn Wiegley2014-04-271-0/+1
* | Initialize journal_t::no_aliases to false upon costructionJohn Wiegley2014-04-211-0/+1
* | Require the use of C++11John Wiegley2014-04-173-9/+2