summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Adding option --recursive-aliases, adding documentation to man-page and manualPeter Feigl2014-02-264-2/+12
* | fixing problem with previous commit if no aliases are registeredPeter Feigl2014-02-261-0/+2
* | Adding support for recursive aliases.Peter Feigl2014-02-253-19/+60
|/
* Attempt to convert balances to amounts before failing comparisonsJohn Wiegley2014-02-211-0/+12
* Merge pull request #243 from kanru/justify-cjkJohn Wiegley2014-02-164-2/+406
|\
| * Use mk_wcwidth instead mk_wcwidth_cjkKan-Ru Chen (陳侃如)2014-02-131-2/+2
| * Correctly justify Unicode characters in terminalKan-Ru Chen (陳侃如)2014-02-134-2/+406
* | Fix apply_year_directiveAlexis Hildebrandt2014-02-121-2/+2
|/
* Correctly set runtime path on Linux on installAlexis Hildebrandt2014-02-031-1/+1
* Bump copyright information to 2014Alexis Hildebrandt2014-02-02128-129/+129
* initialize member variables of posts_to_org_tableJohann Klähn2014-02-011-1/+2