index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
value.cc
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Don't allow regexps to be evaluated in a boolean context.
John Wiegley
2009-02-07
1
-5
/
+3
|
*
Allow regular expressions to be "printed".
John Wiegley
2009-02-07
1
-0
/
+4
|
*
Display value booleans as 0 and 1.
John Wiegley
2009-02-05
1
-4
/
+1
|
*
Largely removed all of Ledger's use of global variables, for the REPL's sake.
John Wiegley
2009-02-04
1
-36
/
+43
|
*
Don't allow boolean operations to be applied to masks.
John Wiegley
2009-02-03
1
-7
/
+0
|
*
Removed the binary caching code, and the XML, QIF and Gnucash parsers.
John Wiegley
2009-02-03
1
-146
/
+0
|
*
Don't allow implicit matching of strings against masks, =~ is needed.
John Wiegley
2009-02-02
1
-4
/
+0
|
*
Added support for metadata and tagging, and made regexs a first-class type.
John Wiegley
2009-02-01
1
-3
/
+58
|
*
Values can now be streamed to XML, and all the types they refer to.
John Wiegley
2009-02-01
1
-0
/
+57
|
*
Rationals based math is now passing the unit tests.
John Wiegley
2009-01-31
1
-33
/
+5
|
*
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.
*
Changed around the ==, < and > operators in value.h to be correct.
John Wiegley
2009-01-28
1
-5
/
+3
|
*
Added is_nonzero and a stream-based read() method to value_t.
John Wiegley
2009-01-26
1
-0
/
+28
|
*
Corrected a parse-time optimization of "! CONSTANT".
John Wiegley
2009-01-22
1
-0
/
+29
|
*
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
-6
/
+9
|
|
|
|
value_t objects.
*
Corrected a harmless warning.
John Wiegley
2008-09-19
1
-0
/
+2
|
*
Transactional assignments (i.e., confirmed balances) are working now.
John Wiegley
2008-09-14
1
-8
/
+2
|
*
Added in_place_round method to all Ledger numerical types.
John Wiegley
2008-09-14
1
-0
/
+20
|
*
Output balances when converting to strings, as this is needed by debugging
John Wiegley
2008-08-29
1
-1
/
+1
|
|
|
|
code sometimes.
*
Removed some dead code and updated the binary streaming code for op_t and
John Wiegley
2008-08-17
1
-15
/
+5
|
|
|
|
value_t.
*
If a comparison between amounts fails, fall back and try to compare
John Wiegley
2008-08-14
1
-1
/
+6
|
|
|
|
commodities instead.
*
Allow value_t::reduce() on any data type.
John Wiegley
2008-08-14
1
-4
/
+2
|
*
The balance report is working again.
John Wiegley
2008-08-10
1
-0
/
+2
|
*
Fixed some spurious warnings in the non-debug build.
John Wiegley
2008-08-08
1
-0
/
+4
|
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+1773
is in doc/, etc.