summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright information to 2013John Wiegley2013-02-18128-129/+129
* Fixed bug with --day-break optionJohn Wiegley2013-02-051-4/+2
* Bump format parsing buffer to 64KJohn Wiegley2013-02-031-1/+1
* Fixes bug 377. Ledger now complains if it is given only a directory as input.Craig Earls2013-02-021-1/+1
* Fix bug 795 858, printing "(null)" instead of empty string ""Craig Earls2013-02-021-1/+1
* Removed an unnecessary if. Fixes #140John Wiegley2013-01-311-2/+1
* Merge pull request #140 from enderw88/Bug634-floor-ceil-roundCraig Earls2013-01-307-14/+70
|\
| * Bug 634 Added roundto function, optimized floor and ceilingCraig Earls2013-01-307-14/+70
* | Added missing call to timelog.close()John Wiegley2013-01-301-0/+4
|/
* Fixed problem finding the default priced file.Craig Earls2013-01-291-7/+8
* Fixes regression error introduced by tags command patchCraig Earls2013-01-291-5/+10
* Merge pull request #132 from enderw88/bug514-sort-accounts-and-commoditiesJohn Wiegley2013-01-293-2/+16
|\
| * Fixes bug 514. accounts and commodities output now sortsCraig Earls2013-01-293-2/+16
* | Merge pull request #131 from enderw88/add-tags-commandJohn Wiegley2013-01-294-10/+67
|\ \
| * | Addes tags command and --values optionCraig Earls2013-01-294-10/+67
| |/
* | Merge pull request #107 from afh/pull/time_colonJohn Wiegley2013-01-295-3/+32
|\ \
| * | Add --time-colon optionAlexis Hildebrandt2012-11-105-3/+32
* | | Fixes bugs 705 and 862. Ledger now fails if init or pricedb files are specif...Craig Earls2013-01-293-22/+43
| |/ |/|
* | Merge branch 'master' into nextJohann Klähn2013-01-181-3/+5
|\ \
| * | ignore extra fields when converting csv filesJohann Klähn2012-10-131-1/+1
| * | ignore (some) empty field when converting csvJohann Klähn2012-10-131-2/+4
* | | change handling of standard inputJohann Klähn2013-01-173-4/+4
* | | Revert "Bug551 fixed, commodities and accounts now sort"John Wiegley2013-01-163-16/+2
* | | Revert "fix bug 788: behaviour of source_context for '-f -'"John Wiegley2013-01-162-2/+1
* | | whitespace cleanupJohann Klähn2013-01-165-15/+15
* | | Merge pull request #122 from enderw88/Lisp-fixesJohn Wiegley2013-01-163-2/+16
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/next' into nextCraig Earls2013-01-142-2/+14
| |\ \ \
| * | | | Bug551 fixed, commodities and accounts now sortCraig Earls2013-01-073-2/+16
* | | | | fix bug 748: option aliases not recognizedJohann Klähn2013-01-151-4/+11
* | | | | fix bug 788: behaviour of source_context for '-f -'Johann Klähn2013-01-152-1/+2
* | | | | remove superfluous 'break'Johann Klähn2013-01-151-1/+0
* | | | | fix for 'store absolute paths internally'Johann Klähn2013-01-151-1/+1
| |/ / / |/| | |
* | | | Improvement to account alias expansionJohn Wiegley2013-01-111-1/+12
* | | | Guard against a possible NULLJohn Wiegley2013-01-111-1/+2
|/ / /
* | | Merge branch 'next' of github.com:ledger/ledger into nextJohn Wiegley2012-11-261-2/+4
|\ \ \
| * | | Fix crash when accessing the transaction code via post.xact.code using pythonAlexis Hildebrandt2012-11-191-2/+4
| | |/ | |/|
* | | Shorten debug commentJohn Wiegley2012-11-231-1/+1
* | | Properly handle metadata tags on auto-postingsJohn Wiegley2012-11-122-7/+22
* | | Account names in auto-xacts can be format stringsJohn Wiegley2012-11-121-0/+9
|/ /
* | right-justify amount_expr text in print report where possibleChristophe Rhodes2012-11-061-6/+7
* | fix comment in display_filter_posts::output_rounding(post_t)Christophe Rhodes2012-11-061-3/+5
* | Guard against global_scope being NULLJohn Wiegley2012-10-311-1/+2
* | Merge pull request #97 from enderw88/Bug726-727-draft-and-lisp-commandJohn Wiegley2012-10-311-2/+9
|\ \
| * | Added missing break; statement in report.ccCraig Earls2012-10-261-0/+1
| * | Added "draft" and "lisp" command synonymsCraig Earls2012-10-261-2/+8
* | | Corrected a typoJohn Wiegley2012-10-311-2/+2
* | | Merge pull request #96 from enderw88/Bug634-floor-ceil-roundJohn Wiegley2012-10-267-3/+78
|\| |
| * | Bug 634 and 488, Corrected behavior of floor, and added ceilingCraig Earls2012-10-257-3/+78
* | | Merge pull request #95 from enderw88/Bug695-init-fileJohn Wiegley2012-10-255-5/+47
|\| |
| * | Fixes Bug 695, ledger ignores --init-fileCraig Earls2012-10-253-4/+18