summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | [ledger] Remove --full-help optionAlexis Hildebrandt2015-02-182-4/+0
* | | | [fix] Make trim function trim trailing whitespaceAlexis Hildebrandt2015-01-201-2/+2
* | | | Add pre-release info to --version outputAlexis Hildebrandt2015-01-202-0/+3
* | | | [cmake] Minor cleanupAlexis Hildebrandt2015-01-201-1/+5
* | | | Fix typoAlexis Hildebrandt2015-01-151-1/+1
* | | | Fix -i short-option for --init-fileAlexis Hildebrandt2015-01-151-1/+1
* | | | [doc] Add CheckTests to ctestAlexis Hildebrandt2015-01-152-6/+0
|/ / /
* | | merge double fix + make changes minimalisticHans Erik van Elburg2015-01-041-12/+8
* | | also added cygwin tweak to src/CMakeLists.txtHans Erik van Elburg2015-01-031-2/+12
* | | 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
* | | 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