Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added missing copyright statements | Rainer Gerhards | 2008-04-24 | 1 | -0/+2 |
| | | | | thanks to Michael Biebl for noticing | ||||
* | changed some files to grant LGPLv3 extended persmissions on top of GPLv3 | Rainer Gerhards | 2008-04-15 | 1 | -9/+8 |
| | | | | | this also is the first sign of something that will evolve into a well-defined "rsyslog runtime library" | ||||
* | some more cleanup | Rainer Gerhards | 2008-04-07 | 1 | -7/+0 |
| | |||||
* | - added "debug" command to debug environment settings | Rainer Gerhards | 2008-02-29 | 1 | -3/+3 |
| | | | | | | | | | - changed the object/interface system to use a new way of calling, giving up the numerical object ID. This was necessary as we needed more extensibility for third-party modules (which don't play at all with the previous fixed object ID). This is stage work for the object loader. Please note that I needed to change the object (de)serializer, I can't outrule that I have introduced bugs there. | ||||
* | changed obj base object's calling interface to use the new obj_if_t | Rainer Gerhards | 2008-02-29 | 1 | -1/+1 |
| | | | | interface structure | ||||
* | - wrote doc on how to use the expression engine | Rainer Gerhards | 2008-02-28 | 1 | -1/+5 |
| | | | | | - 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/+3 |
| | |||||
* | simplified var object, now only supports strings and numbers as a single | Rainer Gerhards | 2008-02-22 | 1 | -2/+2 |
| | | | | type | ||||
* | - modified parser and tokenizer to support slight ABNF modifications from | Rainer Gerhards | 2008-02-21 | 1 | -1/+5 |
| | | | | | | | yesterday - change in ABNF was wrong - made a slightly different change - fixed bugs in tokenizer - expression compiler finished (except bugs, of course ;)) | ||||
* | changed tokenizer to utilize var class instead of scalar types | Rainer Gerhards | 2008-02-21 | 1 | -13/+23 |
| | |||||
* | some more interface changes | Rainer Gerhards | 2008-02-21 | 1 | -6/+39 |
| | |||||
* | - added "contains" and "startwith" comparison operations | Rainer Gerhards | 2008-02-20 | 1 | -0/+4 |
| | | | | - defined initial set of opcodes | ||||
* | changed rsCStrDestruct() to use the new interface conventions | Rainer Gerhards | 2008-02-20 | 1 | -4/+2 |
| | |||||
* | added support for C-like inline comments (/* comment... */) | Rainer Gerhards | 2008-02-20 | 1 | -90/+126 |
| | |||||
* | - basic implementation of expression parser parsing done | Rainer Gerhards | 2008-02-20 | 1 | -2/+5 |
| | | | | - improved ABNF a bit | ||||
* | created new class ctok_token | Rainer Gerhards | 2008-02-20 | 1 | -2/+45 |
| | |||||
* | implemented function in tokenizer | Rainer Gerhards | 2008-02-19 | 1 | -31/+30 |
| | |||||
* | - begun implementation of expression parsing logic | Rainer Gerhards | 2008-02-19 | 1 | -79/+173 |
| | | | | - implemented, simpstr, var, number in tokenizer | ||||
* | implemented initial tokenizer (stage work for expr parser) | Rainer Gerhards | 2008-02-19 | 1 | -1/+282 |
| | |||||
* | - added ctok class (the config tokenizer) | Rainer Gerhards | 2008-02-19 | 1 | -0/+87 |
- done stage work to begin implement tokenizer |