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
*
Drop conditionals for Boost earlier than 1.49
Tim Landscheidt
2019-01-17
7
-64
/
+6
*
Fix some boost format strings
Tommi Komulainen
2019-01-17
2
-4
/
+4
*
Fix parsing issue involving effective dates
Martin Michlmayr
2019-01-15
1
-1
/
+1
*
Merge branch 'next' into move-have-edit
John Wiegley
2019-01-14
7
-22
/
+9
|
\
|
*
Merge pull request #1707 from scfc/remove-sys-stat-h
John Wiegley
2019-01-14
1
-1
/
+0
|
|
\
|
|
*
Remove unnecessary include for sys/stat.h
Tim Landscheidt
2019-01-12
1
-2
/
+1
|
*
|
Merge pull request #1713 from scfc/remove-unicodeobject-h
John Wiegley
2019-01-14
1
-1
/
+0
|
|
\
\
|
|
*
|
Remove unnecessary include for unicodeobject.h
Tim Landscheidt
2019-01-13
1
-1
/
+0
|
|
|
/
|
*
|
Merge pull request #1714 from scfc/remove-py-dump-relaxed
John Wiegley
2019-01-14
1
-7
/
+1
|
|
\
\
|
|
*
|
Remove unused function py_dump_relaxed()
Tim Landscheidt
2019-01-13
1
-7
/
+1
|
|
|
/
|
*
|
Merge pull request #540 from scfc/fix-warnings-for-implicit-fallthrough
John Wiegley
2019-01-14
3
-3
/
+3
|
|
\
\
|
|
*
|
Fix warnings for -Wimplicit-fallthrough
Tim Landscheidt
2018-02-19
3
-3
/
+3
|
*
|
|
Merge pull request #1718 from scfc/fix-prepend-width-warning
John Wiegley
2019-01-14
1
-3
/
+4
|
|
\
\
\
|
|
*
|
|
Fix warning about uninitialized variable prepend_width
Tim Landscheidt
2019-01-14
1
-3
/
+4
|
|
|
|
/
|
|
|
/
|
|
*
/
|
Remove unused macros HAVE_ACCESS and HAVE_REALPATH
Tim Landscheidt
2019-01-12
2
-8
/
+2
|
|
/
/
*
/
/
Use HAVE_EDIT only in main.cc
Tim Landscheidt
2019-01-12
2
-14
/
+10
|
/
/
*
|
Don't attempt to invert a value if it's already zero (#1703)
John Wiegley
2019-01-11
1
-1
/
+3
*
|
Merge remote-tracking branch 'origin/master' into next
John Wiegley
2018-07-19
4
-4
/
+11
|
\
\
|
*
|
Ensure that parse errors produce useful RuntimeErrors for Python code.
Manuel Amador (Rudd-O)
2016-02-06
4
-4
/
+11
*
|
|
fix regression of test 1147_a
Pascal Fleury
2018-07-17
1
-17
/
+18
*
|
|
amount_t -> balance_t.
Pascal Fleury
2018-07-17
1
-13
/
+30
*
|
|
Unbreak with boost 1.68
Jan Beich
2018-07-09
1
-0
/
+4
*
|
|
Revert "Use an std::set instead of an std::list to store the the journal file...
John Wiegley
2018-06-18
2
-4
/
+4
*
|
|
Fix garbled dates when using --date-format
Tommi Komulainen
2018-06-13
1
-1
/
+3
*
|
|
Remove TOK_A_YEAR token
Christoph Dittmann
2018-06-10
1
-23
/
+8
*
|
|
Make automated transactions work with assertions
Christoph Dittmann
2018-06-09
1
-1
/
+2
*
|
|
budget_posts: Keep pending items until the last day they apply
smr894
2018-04-04
1
-8
/
+17
*
|
|
Fix auto xact posts not getting applied to account total durring journal parse
DJ Edmonson
2018-03-23
1
-3
/
+6
|
|
/
|
/
|
*
|
Add (currently undocumented) function 'clear_commodity'
John Wiegley
2018-02-16
2
-0
/
+10
*
|
Merge pull request #519 from mbudde/accounts-prepend-format
John Wiegley
2018-01-27
1
-0
/
+15
|
\
\
|
*
|
Add support for --prepend-format in accounts command
Michael Budde
2018-01-25
1
-0
/
+15
*
|
|
Merge pull request #521 from mbudde/fix-trim
Alexis Hildebrandt
2018-01-27
1
-7
/
+4
|
\
\
\
|
*
|
|
Fix handling of edge cases in trim function
Michael Budde
2018-01-25
1
-7
/
+4
|
|
/
/
*
/
/
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2018-01-27
126
-127
/
+127
|
/
/
*
|
journal: Expose register_account to Python
Kyle Fuller
2018-01-23
1
-0
/
+9
*
|
Transfer null_post flags to generated postings
Aaron Lindsay
2018-01-09
1
-1
/
+1
*
|
Fix segfault when using --market with --group-by
Michael Budde
2018-01-04
1
-4
/
+4
*
|
Use amount_width variable for budget report
Paulo Flabiano Smorigo
2018-01-03
1
-5
/
+5
*
|
The "format" directive for commodities now disables "style observation"
John Wiegley
2018-01-01
3
-1
/
+5
*
|
Initialize field in constructor
Michael Budde
2018-01-01
1
-2
/
+5
*
|
Be a bit more defensive when calculating the budget
John Wiegley
2017-12-30
1
-2
/
+2
*
|
don't add paths to files, if there is already a path that points to the same ...
Johannes Loher
2017-12-29
1
-1
/
+11
*
|
Use an std::set instead of an std::list to store the the journal file paths
Johannes Loher
2017-12-29
2
-4
/
+4
*
|
Expose journal expand_aliases to Python
Kyle Fuller
2017-12-24
1
-0
/
+4
*
|
account to return the depth of its last displayed parent
Jakob Demler
2017-11-02
1
-0
/
+16
*
|
Strip annotation before adding exchange value
Ismaƫl Bouya
2017-10-30
1
-0
/
+3
*
|
Merge pull request #494 from jjlee/fix-total
John Wiegley
2017-10-26
1
-0
/
+13
|
\
\
|
*
|
Fix bug where .total used in value exprs breaks totals
John Lee
2017-10-26
1
-0
/
+13
*
|
|
Merge pull request #484 from mk12/bug-1182-ptr
John Wiegley
2017-10-26
1
-0
/
+3
|
\
\
\
|
*
|
|
Print error message if parsing predicate after '='
Mitchell Kember
2016-12-20
1
-0
/
+3
[next]