Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - added PUSHMSGVAR operation | Rainer Gerhards | 2008-02-25 | 1 | -0/+1 |
| | | | | - included expression support in filter module (and it works ;)) | ||||
* | implemented data type conversion | Rainer Gerhards | 2008-02-25 | 1 | -0/+3 |
| | |||||
* | - added some thoughts on RainerScript | Rainer Gerhards | 2008-02-24 | 1 | -2/+0 |
| | | | | - worked a bit on conversion functions | ||||
* | simplified var object, now only supports strings and numbers as a single | Rainer Gerhards | 2008-02-22 | 1 | -13/+8 |
| | | | | type | ||||
* | worked a bit on type conversion (specified the interface) | Rainer Gerhards | 2008-02-22 | 1 | -0/+1 |
| | |||||
* | some more interface changes | Rainer Gerhards | 2008-02-21 | 1 | -8/+9 |
| | |||||
* | first steps in implementing object interfaces (stage work for later dynamic | Rainer Gerhards | 2008-02-21 | 1 | -5/+13 |
| | | | | class loading) | ||||
* | changed rsCStrObj name to cstr_t, which is more inline with the rest of | Rainer Gerhards | 2008-02-21 | 1 | -3/+3 |
| | | | | rsyslog (now) and also much easier to type | ||||
* | begun expr compile process, first steps done | Rainer Gerhards | 2008-02-20 | 1 | -1/+5 |
| | |||||
* | created var class out of property_t | Rainer Gerhards | 2008-02-20 | 1 | -0/+58 |