Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-01-12 | [lcd4linux @ 2004-01-12 03:51:01 by reinelt] | reinelt | 1 | -5/+15 | |
evaluating the 'Variables' section in the config file | |||||
2004-01-07 | [lcd4linux @ 2004-01-07 10:15:41 by reinelt] | reinelt | 1 | -2/+7 | |
small glitch in evaluator fixed made config table sorted and access with bsearch(), which should be much faster | |||||
2004-01-06 | [lcd4linux @ 2004-01-06 23:01:37 by reinelt] | reinelt | 1 | -3/+4 | |
more copyright issues | |||||
2004-01-06 | [lcd4linux @ 2004-01-06 17:33:45 by reinelt] | reinelt | 1 | -16/+35 | |
Evaluator: functions with variable argument lists Evaluator: plugin_sample.c and README.Plugins added | |||||
2004-01-06 | [lcd4linux @ 2004-01-06 15:19:12 by reinelt] | reinelt | 1 | -100/+131 | |
Evaluator rearrangements... | |||||
2003-10-11 | [lcd4linux @ 2003-10-11 06:01:52 by reinelt] | reinelt | 1 | -43/+62 | |
renamed expression.{c,h} to client.{c,h} added config file client new functions 'AddNumericVariable()' and 'AddStringVariable()' new parameter '-i' for interactive mode | |||||
2003-10-06 | [lcd4linux @ 2003-10-06 05:47:27 by reinelt] | reinelt | 1 | -15/+33 | |
operators: ==, \!=, <=, >= | |||||
2003-10-06 | [lcd4linux @ 2003-10-06 04:34:06 by reinelt] | reinelt | 1 | -0/+752 | |
expression evaluator added |