summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | Replace sha1.cc with boost::uuid::details::sha1David Bremner2014-04-174-16/+16
* | Improve an error message relating to balance assertionsJohn Wiegley2014-04-161-3/+8
* | Add a safety check when using deferred postingsJohn Wiegley2014-04-151-4/+46
* | Apply any outstanding deferred postings at the end of parsingJohn Wiegley2014-04-144-0/+20
* | Add the concept of "deferred postings"John Wiegley2014-04-136-9/+52
* | The option --permissive now quiets balance assertionsJohn Wiegley2014-04-134-14/+20
* | use /bin/sh to run the pagerMatthias Lederhofer2014-04-021-10/+2
* | Fix a compiler warningJohn Wiegley2014-03-281-1/+2
* | CMake: Remove installation of third party codeAlexis Hildebrandt2014-03-101-3/+0
* | Adding option --no-aliases to completely disable alias expansionPeter Feigl2014-02-264-0/+11
* | Merge pull request #248 from ecraven/fix-warningsJohn Wiegley2014-02-262-3/+6
|\ \
| * | Fixing two GCC warningsPeter Feigl2014-02-262-3/+6