index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
value.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Largely removed all of Ledger's use of global variables, for the REPL's sake.
John Wiegley
2009-02-04
1
-7
/
+7
*
Removed the binary caching code, and the XML, QIF and Gnucash parsers.
John Wiegley
2009-02-03
1
-18
/
+0
*
Fixed some warnings caused by using g++ 4.3.
John Wiegley
2009-02-02
1
-1
/
+1
*
Simplified error context handling.
John Wiegley
2009-02-02
1
-1
/
+0
*
Added support for metadata and tagging, and made regexs a first-class type.
John Wiegley
2009-02-01
1
-0
/
+35
*
Moved the pre-commands to their own file, and created new "args" command.
John Wiegley
2009-02-01
1
-0
/
+10
*
Values can now be streamed to XML, and all the types they refer to.
John Wiegley
2009-02-01
1
-0
/
+9
*
Rationals based math is now passing the unit tests.
John Wiegley
2009-01-31
1
-5
/
+3
*
Changed to using rational numbers instead of integer approximations.
John Wiegley
2009-01-30
1
-0
/
+2
*
Removed all dependency on gdtoa.
John Wiegley
2009-01-30
1
-8
/
+1
*
Update Doxygen documentation. Still much more work to be done.
John Wiegley
2009-01-29
1
-4
/
+3
*
Changed around the ==, < and > operators in value.h to be correct.
John Wiegley
2009-01-28
1
-4
/
+9
*
Added is_nonzero and a stream-based read() method to value_t.
John Wiegley
2009-01-26
1
-0
/
+5
*
Corrected a parse-time optimization of "! CONSTANT".
John Wiegley
2009-01-22
1
-0
/
+1
*
Increased copyright range to include 2009.
John Wiegley
2009-01-20
1
-1
/
+1
*
Can now determine the market value of balance pairs, even if stored within
John Wiegley
2009-01-19
1
-1
/
+2
*
Added in_place_round method to all Ledger numerical types.
John Wiegley
2008-09-14
1
-0
/
+1
*
Removed more "pending" type comments.
John Wiegley
2008-08-17
1
-2
/
+0
*
Regular expressions supplied after 'reg' or 'bal' are working again.
John Wiegley
2008-08-10
1
-14
/
+11
*
Basic balance reports are working again!
John Wiegley
2008-08-10
1
-0
/
+9
*
Updated the Doxygen docs so that all the core numerics files are in the same
John Wiegley
2008-08-05
1
-0
/
+6
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+922