index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump copyright information to 2013
John Wiegley
2013-02-18
128
-129
/
+129
*
Fixed bug with --day-break option
John Wiegley
2013-02-05
1
-4
/
+2
*
Bump format parsing buffer to 64K
John Wiegley
2013-02-03
1
-1
/
+1
*
Fixes bug 377. Ledger now complains if it is given only a directory as input.
Craig Earls
2013-02-02
1
-1
/
+1
*
Fix bug 795 858, printing "(null)" instead of empty string ""
Craig Earls
2013-02-02
1
-1
/
+1
*
Removed an unnecessary if. Fixes #140
John Wiegley
2013-01-31
1
-2
/
+1
*
Merge pull request #140 from enderw88/Bug634-floor-ceil-round
Craig Earls
2013-01-30
7
-14
/
+70
|
\
|
*
Bug 634 Added roundto function, optimized floor and ceiling
Craig Earls
2013-01-30
7
-14
/
+70
*
|
Added missing call to timelog.close()
John Wiegley
2013-01-30
1
-0
/
+4
|
/
*
Fixed problem finding the default priced file.
Craig Earls
2013-01-29
1
-7
/
+8
*
Fixes regression error introduced by tags command patch
Craig Earls
2013-01-29
1
-5
/
+10
*
Merge pull request #132 from enderw88/bug514-sort-accounts-and-commodities
John Wiegley
2013-01-29
3
-2
/
+16
|
\
|
*
Fixes bug 514. accounts and commodities output now sorts
Craig Earls
2013-01-29
3
-2
/
+16
*
|
Merge pull request #131 from enderw88/add-tags-command
John Wiegley
2013-01-29
4
-10
/
+67
|
\
\
|
*
|
Addes tags command and --values option
Craig Earls
2013-01-29
4
-10
/
+67
|
|
/
*
|
Merge pull request #107 from afh/pull/time_colon
John Wiegley
2013-01-29
5
-3
/
+32
|
\
\
|
*
|
Add --time-colon option
Alexis Hildebrandt
2012-11-10
5
-3
/
+32
*
|
|
Fixes bugs 705 and 862. Ledger now fails if init or pricedb files are specif...
Craig Earls
2013-01-29
3
-22
/
+43
|
|
/
|
/
|
*
|
Merge branch 'master' into next
Johann Klähn
2013-01-18
1
-3
/
+5
|
\
\
|
*
|
ignore extra fields when converting csv files
Johann Klähn
2012-10-13
1
-1
/
+1
|
*
|
ignore (some) empty field when converting csv
Johann Klähn
2012-10-13
1
-2
/
+4
*
|
|
change handling of standard input
Johann Klähn
2013-01-17
3
-4
/
+4
*
|
|
Revert "Bug551 fixed, commodities and accounts now sort"
John Wiegley
2013-01-16
3
-16
/
+2
*
|
|
Revert "fix bug 788: behaviour of source_context for '-f -'"
John Wiegley
2013-01-16
2
-2
/
+1
*
|
|
whitespace cleanup
Johann Klähn
2013-01-16
5
-15
/
+15
*
|
|
Merge pull request #122 from enderw88/Lisp-fixes
John Wiegley
2013-01-16
3
-2
/
+16
|
\
\
\
|
*
\
\
Merge remote-tracking branch 'upstream/next' into next
Craig Earls
2013-01-14
2
-2
/
+14
|
|
\
\
\
|
*
|
|
|
Bug551 fixed, commodities and accounts now sort
Craig Earls
2013-01-07
3
-2
/
+16
*
|
|
|
|
fix bug 748: option aliases not recognized
Johann Klähn
2013-01-15
1
-4
/
+11
*
|
|
|
|
fix bug 788: behaviour of source_context for '-f -'
Johann Klähn
2013-01-15
2
-1
/
+2
*
|
|
|
|
remove superfluous 'break'
Johann Klähn
2013-01-15
1
-1
/
+0
*
|
|
|
|
fix for 'store absolute paths internally'
Johann Klähn
2013-01-15
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Improvement to account alias expansion
John Wiegley
2013-01-11
1
-1
/
+12
*
|
|
|
Guard against a possible NULL
John Wiegley
2013-01-11
1
-1
/
+2
|
/
/
/
*
|
|
Merge branch 'next' of github.com:ledger/ledger into next
John Wiegley
2012-11-26
1
-2
/
+4
|
\
\
\
|
*
|
|
Fix crash when accessing the transaction code via post.xact.code using python
Alexis Hildebrandt
2012-11-19
1
-2
/
+4
|
|
|
/
|
|
/
|
*
|
|
Shorten debug comment
John Wiegley
2012-11-23
1
-1
/
+1
*
|
|
Properly handle metadata tags on auto-postings
John Wiegley
2012-11-12
2
-7
/
+22
*
|
|
Account names in auto-xacts can be format strings
John Wiegley
2012-11-12
1
-0
/
+9
|
/
/
*
|
right-justify amount_expr text in print report where possible
Christophe Rhodes
2012-11-06
1
-6
/
+7
*
|
fix comment in display_filter_posts::output_rounding(post_t)
Christophe Rhodes
2012-11-06
1
-3
/
+5
*
|
Guard against global_scope being NULL
John Wiegley
2012-10-31
1
-1
/
+2
*
|
Merge pull request #97 from enderw88/Bug726-727-draft-and-lisp-command
John Wiegley
2012-10-31
1
-2
/
+9
|
\
\
|
*
|
Added missing break; statement in report.cc
Craig Earls
2012-10-26
1
-0
/
+1
|
*
|
Added "draft" and "lisp" command synonyms
Craig Earls
2012-10-26
1
-2
/
+8
*
|
|
Corrected a typo
John Wiegley
2012-10-31
1
-2
/
+2
*
|
|
Merge pull request #96 from enderw88/Bug634-floor-ceil-round
John Wiegley
2012-10-26
7
-3
/
+78
|
\
|
|
|
*
|
Bug 634 and 488, Corrected behavior of floor, and added ceiling
Craig Earls
2012-10-25
7
-3
/
+78
*
|
|
Merge pull request #95 from enderw88/Bug695-init-file
John Wiegley
2012-10-25
5
-5
/
+47
|
\
|
|
|
*
|
Fixes Bug 695, ledger ignores --init-file
Craig Earls
2012-10-25
3
-4
/
+18
[next]