index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
textual.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make xact hashes independent of posting order
John Wiegley
2024-08-05
1
-2
/
+4
*
Add support for hash chaining to detect modifications in postings
John Wiegley
2024-08-05
1
-17
/
+48
*
Use #cmakedefine01 for system capability checks
Alexis Hildebrandt
2023-04-15
1
-6
/
+6
*
Refactor python related types into ledger::python namespace
Alexis Hildebrandt
2023-04-12
1
-1
/
+1
*
Do not perform commodity reduction when parsing a format directive
John Wiegley
2023-03-03
1
-3
/
+5
*
Update copyright year
Alexis Hildebrandt
2023-02-02
1
-1
/
+1
*
Update copyright statement for 2022
Alexis Hildebrandt
2022-07-02
1
-1
/
+1
*
When calculating balance assignments, strip away lot annotations
John Wiegley
2022-05-03
1
-12
/
+15
*
Ensure absolute path for include
Kunht Kun
2022-03-09
1
-1
/
+1
*
check that commodity format uses correct symbol
Christopher Zimmermann
2022-02-03
1
-1
/
+4
*
Fix silent errors when reading lines from input files.
Austin Wise
2021-08-24
1
-2
/
+12
*
Fix issues related to payees declared on posting's metadata
Diogo Trentini
2021-02-02
1
-2
/
+6
*
Do not treat balance assignments with 0 diff as a null posting
Daraul Harris
2020-12-05
1
-1
/
+5
*
Fix whitespace/tabs
Emin Martinian
2020-08-13
1
-6
/
+6
*
Make it so that the include directive sorts when using wildcards.
Emin Martinian
2020-08-13
1
-4
/
+12
*
Fix typos in comments
Martin Michlmayr
2020-05-21
1
-1
/
+1
*
Improve conditional for exclusive options
Martin Michlmayr
2020-05-07
1
-1
/
+1
*
Ensure that apply directives have an argument
Martin Michlmayr
2020-04-27
1
-0
/
+2
*
fix: Fix #543 by tracking an account's real balance
Daraul
2020-04-05
1
-2
/
+2
*
Switch from using utf8::is_bom to utf8::starts_with_bom
John Wiegley
2019-08-18
1
-1
/
+3
*
Reject postings with comment after flag
Michael Budde
2019-03-30
1
-1
/
+1
*
Merge pull request #1736 from scfc/drop-conditionals-for-boost-earlier-than-1-49
John Wiegley
2019-01-25
1
-21
/
+0
|
\
|
*
Drop conditionals for Boost earlier than 1.49
Tim Landscheidt
2019-01-17
1
-22
/
+1
*
|
Drop support for gcc 2 and earlier
Tim Landscheidt
2019-01-25
1
-5
/
+5
|
/
*
Merge remote-tracking branch 'origin/master' into next
John Wiegley
2018-07-19
1
-1
/
+6
|
\
|
*
Ensure that parse errors produce useful RuntimeErrors for Python code.
Manuel Amador (Rudd-O)
2016-02-06
1
-1
/
+6
*
|
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
*
|
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2018-01-27
1
-1
/
+1
*
|
The "format" directive for commodities now disables "style observation"
John Wiegley
2018-01-01
1
-0
/
+1
*
|
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
*
|
|
[misc] Update year in copyright notice to 2017
Alexis Hildebrandt
2017-01-05
1
-1
/
+1
|
/
/
*
|
Fix bug 1187: Allow balance assertions with multiple posts to same account
Mitchell Kember
2016-10-07
1
-1
/
+12
*
|
Use boost parent_path() method instead of manual computation
Evan Mallory
2016-10-02
1
-8
/
+5
*
|
Fix Bug 1147: Check balance assertions against the amount AFTER
Mitchell Kember
2016-03-22
1
-10
/
+12
|
/
*
[misc] Update year in copyright notice to 2016
Alexis Hildebrandt
2016-01-02
1
-1
/
+1
*
Bugfix 1038: empty reg report for this month period
Alexis Hildebrandt
2014-12-29
1
-0
/
+5
*
Improve error handling when parsing year directives
Alexis Hildebrandt
2014-12-28
1
-9
/
+14
*
Fix plain year directive
Alexis Hildebrandt
2014-12-28
1
-0
/
+7
*
Bump copyright notice to 2015
Alexis Hildebrandt
2014-12-27
1
-1
/
+1
*
Correct no-python error messages
Alexis Hildebrandt
2014-12-25
1
-2
/
+2
*
Fix off by one error in textual.cc
Adrian Lang
2014-12-11
1
-1
/
+1
*
Preserve the given cost for print
Martin Michlmayr
2014-07-14
1
-0
/
+2
*
When a status flag (! or *) is explicitly specified for an individual posting...
Max Satula
2014-06-30
1
-2
/
+1
*
Don't lose commodity when cost is not separated by whitespace
Martin Michlmayr
2014-06-05
1
-3
/
+2
*
Fix bug introduced by commit AA2FF2B
thdox
2014-05-17
1
-4
/
+3
*
Ensure that high-levels directives have arguments if they need one
Martin Michlmayr
2014-05-14
1
-0
/
+8
*
Ensure that directives have arguments if they need one
Martin Michlmayr
2014-05-14
1
-0
/
+11
*
support payee uuid directive
Christophe Rhodes
2014-05-13
1
-0
/
+21
[next]