summaryrefslogtreecommitdiffstats
path: root/var.h
Commit message (Collapse)AuthorAgeFilesLines
* moved runtime files into their own directoryRainer Gerhards2008-04-161-70/+0
|
* changed some files to grant LGPLv3 extended persmissions on top of GPLv3Rainer Gerhards2008-04-151-7/+8
| | | | | this also is the first sign of something that will evolve into a well-defined "rsyslog runtime library"
* - added PUSHMSGVAR operationRainer Gerhards2008-02-251-0/+1
| | | | - included expression support in filter module (and it works ;))
* implemented data type conversionRainer Gerhards2008-02-251-0/+3
|
* - added some thoughts on RainerScriptRainer Gerhards2008-02-241-2/+0
| | | | - worked a bit on conversion functions
* simplified var object, now only supports strings and numbers as a singleRainer Gerhards2008-02-221-13/+8
| | | | type
* worked a bit on type conversion (specified the interface)Rainer Gerhards2008-02-221-0/+1
|
* some more interface changesRainer Gerhards2008-02-211-8/+9
|
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-211-5/+13
| | | | class loading)
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-3/+3
| | | | rsyslog (now) and also much easier to type
* begun expr compile process, first steps doneRainer Gerhards2008-02-201-1/+5
|
* created var class out of property_tRainer Gerhards2008-02-201-0/+58