Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|