index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
op.cc
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Removed handling of the unnused INDEX operator.
John Wiegley
2009-02-07
1
-18
/
+0
|
*
Implemented expr_context.
John Wiegley
2009-02-07
1
-1
/
+2
|
*
Refer to empty expression operators as simply NULL.
John Wiegley
2009-02-07
1
-2
/
+1
|
*
Correction to debug output.
John Wiegley
2009-02-07
1
-1
/
+1
|
*
When recompiled an expr_t, forget old definitions.
John Wiegley
2009-02-05
1
-1
/
+5
|
*
Largely removed all of Ledger's use of global variables, for the REPL's sake.
John Wiegley
2009-02-04
1
-41
/
+26
|
*
Fixed the processing of O_NOT operations.
John Wiegley
2009-02-03
1
-4
/
+6
|
*
Removed the binary caching code, and the XML, QIF and Gnucash parsers.
John Wiegley
2009-02-03
1
-76
/
+0
|
*
Calculate the right-hand side O_MATCH, now that masks are values.
John Wiegley
2009-02-02
1
-1
/
+3
|
*
Simplified error context handling.
John Wiegley
2009-02-02
1
-3
/
+2
|
*
Added support for metadata and tagging, and made regexs a first-class type.
John Wiegley
2009-02-01
1
-44
/
+53
|
*
Fixed a display problem when dumping O_MATCH expressions.
John Wiegley
2009-02-01
1
-2
/
+1
|
*
"div", or "//", is now the operator of division.
John Wiegley
2009-01-31
1
-1
/
+1
|
*
Removed extraneous parentheses.
John Wiegley
2009-01-23
1
-2
/
+1
|
*
Added some debug code.
John Wiegley
2009-01-23
1
-7
/
+9
|
*
Errors while calculating value expressions now display meaningful error
John Wiegley
2009-01-22
1
-46
/
+107
|
|
|
|
context.
*
Whitespace changes.
John Wiegley
2009-01-22
1
-3
/
+5
|
*
Parse != as !(==) and !~ as !(=~), for simplicity's sake.
John Wiegley
2009-01-22
1
-12
/
+0
|
*
Increased copyright range to include 2009.
John Wiegley
2009-01-20
1
-1
/
+1
|
*
Generate a better error if a function operand is invalid.
John Wiegley
2009-01-19
1
-2
/
+1
|
*
Corrected several assertions which could occur when using unary operators and
John Wiegley
2008-09-16
1
-10
/
+12
|
|
|
|
unresolved identifiers.
*
Removed more dead code and todo comments, and made it possible to stream
John Wiegley
2008-08-17
1
-4
/
+11
|
|
|
|
compiled value expressions.
*
Removed some dead code and updated the binary streaming code for op_t and
John Wiegley
2008-08-17
1
-661
/
+58
|
|
|
|
value_t.
*
Ledger now builds without any significant warnings, except for one file. Some
John Wiegley
2008-08-10
1
-1
/
+2
|
|
|
|
|
of the warnings had to be temporarily disabled, but will be checked again once the code has moved into master.
*
Moved around most of the files so that source code is in src/, documentation
John Wiegley
2008-08-05
1
-0
/
+1130
is in doc/, etc.