summaryrefslogtreecommitdiffstats
path: root/expr.c
Commit message (Collapse)AuthorAgeFilesLines
* created var class out of property_tRainer Gerhards2008-02-201-18/+13
|
* - basic implementation of expression parser parsing doneRainer Gerhards2008-02-201-9/+86
| | | | - improved ABNF a bit
* created new class ctok_tokenRainer Gerhards2008-02-201-4/+16
|
* implemented function in tokenizerRainer Gerhards2008-02-191-1/+0
|
* - begun implementation of expression parsing logicRainer Gerhards2008-02-191-2/+154
| | | | - implemented, simpstr, var, number in tokenizer
* implemented initial tokenizer (stage work for expr parser)Rainer Gerhards2008-02-191-0/+4
|
* - added ctok class (the config tokenizer)Rainer Gerhards2008-02-191-44/+10
| | | | - done stage work to begin implement tokenizer
* cleanupRainer Gerhards2008-02-191-1/+1
|
* - moved config file code to its own fileRainer Gerhards2008-02-191-11/+11
| | | | | | - finally made CONT_LINES in config the only standard support (the code contained code for other case, which were never executed by the preprocessor)
* - added doc on how expressions will workRainer Gerhards2008-02-191-37/+31
| | | | | | - cleaned up the stringbuf Construct interface - did some cleanup on stringbuf calls - we now have much better interfaces and macros
* fixed some bugs that prevented compile in debug modeRainer Gerhards2008-02-131-2/+4
|
* added some code to expr.c - not yet to be usedRainer Gerhards2008-02-131-0/+130
|
* changed license to GPLv3 (for what is to become rsyslog v3)Rainer Gerhards2007-12-141-7/+8
|
* added expr.c, which has some thoughts on expression implementationRainer Gerhards2007-12-111-0/+40