index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
account.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unnused account_t::ident.
John Wiegley
2009-02-07
1
-7
/
+2
*
Largely removed all of Ledger's use of global variables, for the REPL's sake.
John Wiegley
2009-02-04
1
-1
/
+2
*
Removed the global references to session->report.
John Wiegley
2009-02-03
1
-1
/
+1
*
Changed many uses of "unsigned long" to std::size_t.
John Wiegley
2009-02-01
1
-1
/
+1
*
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
*
Factored common parts of entry_t and xact_t into new item_t
John Wiegley
2008-09-19
1
-5
/
+2
*
Added a forward declaration for session_t.
John Wiegley
2008-08-15
1
-0
/
+1
*
Fixed a memory leak that would show up if --verify --verbose was running and
John Wiegley
2008-08-10
1
-2
/
+14
*
Basic balance reports are working again!
John Wiegley
2008-08-10
1
-2
/
+5
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+155