summaryrefslogtreecommitdiffstats
path: root/var.c
Commit message (Collapse)AuthorAgeFilesLines
* - modified parser and tokenizer to support slight ABNF modifications fromRainer Gerhards2008-02-211-0/+6
| | | | | | | 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 typesRainer Gerhards2008-02-211-1/+4
|
* some more interface changesRainer Gerhards2008-02-211-2/+19
|
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-211-1/+26
| | | | class loading)
* cleanup for 3.11.4v3-11-4Rainer Gerhards2008-02-211-1/+1
|
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-1/+1
| | | | rsyslog (now) and also much easier to type
* begun expr compile process, first steps doneRainer Gerhards2008-02-201-0/+49
|
* created var class out of property_tRainer Gerhards2008-02-201-0/+84