summaryrefslogtreecommitdiffstats
path: root/conf.c
Commit message (Collapse)AuthorAgeFilesLines
* some more interface changesRainer Gerhards2008-02-211-8/+11
|
* first steps in implementing object interfaces (stage work for later dynamicRainer Gerhards2008-02-211-3/+13
| | | | class loading)
* changed rsCStrObj name to cstr_t, which is more inline with the rest ofRainer Gerhards2008-02-211-4/+4
| | | | rsyslog (now) and also much easier to type
* changed rsCStrDestruct() to use the new interface conventionsRainer Gerhards2008-02-201-1/+1
|
* - basic implementation of expression parser parsing doneRainer Gerhards2008-02-201-3/+12
| | | | - improved ABNF a bit
* - begun implementation of expression parsing logicRainer Gerhards2008-02-191-0/+4
| | | | - implemented, simpstr, var, number in tokenizer
* - added ctok class (the config tokenizer)Rainer Gerhards2008-02-191-41/+95
| | | | - done stage work to begin implement tokenizer
* - moved config file code to its own fileRainer Gerhards2008-02-191-0/+1085
- finally made CONT_LINES in config the only standard support (the code contained code for other case, which were never executed by the preprocessor)