index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gnucash.cc
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Deleted unused source files: gnucash, ofx, qif.
John Wiegley
2009-02-03
1
-453
/
+0
|
*
Changed many uses of "unsigned long" to std::size_t.
John Wiegley
2009-02-01
1
-3
/
+3
|
*
Rationals based math is now passing the unit tests.
John Wiegley
2009-01-31
1
-5
/
+1
|
*
Changed to using rational numbers instead of integer approximations.
John Wiegley
2009-01-30
1
-0
/
+4
|
|
|
|
|
As a result, dependency on the gdtoa was dropped, and dependency on mpfr was added.
*
Stopped using the generic "unsigned int" in favor of more specific types.
John Wiegley
2009-01-29
1
-8
/
+8
|
*
Switched over to using irrxml for parsing XML, rather than expat.
John Wiegley
2009-01-24
1
-6
/
+26
|
*
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
-2
/
+2
|
*
Basic balance reports are working again!
John Wiegley
2008-08-10
1
-1
/
+1
|
*
The Python interface layer is building again.
John Wiegley
2008-08-07
1
-6
/
+7
|
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+432
is in doc/, etc.