index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xact.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added xact_t::count member
John Wiegley
2009-02-15
1
-1
/
+4
*
xact metadata searches get passed up to the entry
John Wiegley
2009-02-14
1
-0
/
+8
*
Sorting expr now uses "-" to indicate descending
John Wiegley
2009-02-12
1
-3
/
+4
*
Re-enabled some code, and removed a bunch of deadwood.
John Wiegley
2009-02-12
1
-1
/
+1
*
Was failing to copy over the xact's assigned_amount when copy constructing.
John Wiegley
2009-02-09
1
-0
/
+1
*
Use the report's amount_expr everywhere that computes an xact's amount.
John Wiegley
2009-02-09
1
-1
/
+1
*
Removed the nearly unknown --descend and --descend-if options.
John Wiegley
2009-02-06
1
-24
/
+0
*
Largely removed all of Ledger's use of global variables, for the REPL's sake.
John Wiegley
2009-02-04
1
-2
/
+2
*
Simplified the textual parser, and improved metadata support.
John Wiegley
2009-02-04
1
-9
/
+0
*
Removed unneeded member variables.
John Wiegley
2009-02-04
1
-3
/
+1
*
Don't store the amount expression object in transactions.
John Wiegley
2009-02-03
1
-0
/
+6
*
Added documentation stubs for all include files and classes.
John Wiegley
2009-01-31
1
-0
/
+19
*
Stopped using the generic "unsigned int" in favor of more specific types.
John Wiegley
2009-01-29
1
-7
/
+7
*
Increased copyright range to include 2009.
John Wiegley
2009-01-20
1
-1
/
+1
*
Changed some of the transaction flags, since all must fit in 8 bits.
John Wiegley
2008-09-19
1
-4
/
+4
*
Renamed XACT_BALANCE flag to XACT_MUST_BALANCE.
John Wiegley
2008-09-19
1
-5
/
+5
*
Factored common parts of entry_t and xact_t into new item_t
John Wiegley
2008-09-19
1
-60
/
+29
*
Restored --cleared, --pending, --uncleared, -X and -Y.
John Wiegley
2008-09-16
1
-1
/
+1
*
Transactional assignments (i.e., confirmed balances) are working now.
John Wiegley
2008-09-14
1
-1
/
+3
*
Fixed a memory leak that would show up if --verify --verbose was running and
John Wiegley
2008-08-10
1
-2
/
+14
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+228