Age | Commit message (Collapse) | Author | Files | Lines |
|
evaluator function names are no longer case-sensitive
Crystalfontz Fan PWM control, Fan RPM monitoring, temperature monitoring
|
|
HD44780 patch from Martin Hejl
dmalloc integrated
|
|
every .c file includes "config.h" now
|
|
debian/ postinst and watch added (did CVS forget about them?)
evaluator: conditional expressions (a?b:c) added
text widget nearly finished
|
|
evaluating the 'Variables' section in the config file
|
|
small glitch in evaluator fixed
made config table sorted and access with bsearch(),
which should be much faster
|
|
more copyright issues
|
|
Evaluator: functions with variable argument lists
Evaluator: plugin_sample.c and README.Plugins added
|
|
Evaluator rearrangements...
|
|
renamed expression.{c,h} to client.{c,h}
added config file client
new functions 'AddNumericVariable()' and 'AddStringVariable()'
new parameter '-i' for interactive mode
|
|
operators: ==, \!=, <=, >=
|
|
expression evaluator added
|