summaryrefslogtreecommitdiffstats
path: root/conf.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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)