Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - wrote doc on how to use the expression engine | Rainer Gerhards | 2008-02-28 | 1 | -14/+16 |
| | | | | | - changed ABNF to fully support old property names - added case-insensitive comparison operations | ||||
* | added string concatenation operator & to RainerScript | Rainer Gerhards | 2008-02-25 | 1 | -0/+1 |
| | |||||
* | begun implementing rsyslog virtual machine (vm class) | Rainer Gerhards | 2008-02-22 | 1 | -1/+2 |
| | |||||
* | - modified parser and tokenizer to support slight ABNF modifications from | Rainer Gerhards | 2008-02-21 | 1 | -0/+1 |
| | | | | | | | yesterday - change in ABNF was wrong - made a slightly different change - fixed bugs in tokenizer - expression compiler finished (except bugs, of course ;)) | ||||
* | some more interface changes | Rainer Gerhards | 2008-02-21 | 1 | -5/+3 |
| | |||||
* | first steps in implementing object interfaces (stage work for later dynamic | Rainer Gerhards | 2008-02-21 | 1 | -1/+0 |
| | | | | class loading) | ||||
* | first steps in implementing object interfaces (stage work for later dynamic | Rainer Gerhards | 2008-02-21 | 1 | -8/+16 |
| | | | | class loading) | ||||
* | begun expr compile process, first steps done | Rainer Gerhards | 2008-02-20 | 1 | -2/+6 |
| | |||||
* | used new classes in expr.c | Rainer Gerhards | 2008-02-20 | 1 | -0/+1 |
| | |||||
* | created initial vmprg class | Rainer Gerhards | 2008-02-20 | 1 | -0/+1 |
| | |||||
* | - added "contains" and "startwith" comparison operations | Rainer Gerhards | 2008-02-20 | 1 | -1/+24 |
| | | | | - defined initial set of opcodes | ||||
* | added vmop class (stage for expression execution) | Rainer Gerhards | 2008-02-20 | 1 | -0/+50 |