aboutsummaryrefslogtreecommitdiffstats
path: root/evaluator.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2004-03-03[lcd4linux @ 2004-03-03 03:47:04 by reinelt]reinelt1-1/+10
big patch from Martin Hejl: - use qprintf() where appropriate - save CPU cycles on gettimeofday() - add quit() functions to free allocated memory - fixed lots of memory leaks
2004-01-12[lcd4linux @ 2004-01-12 03:51:01 by reinelt]reinelt1-1/+6
evaluating the 'Variables' section in the config file
2003-10-11[lcd4linux @ 2003-10-11 06:01:52 by reinelt]reinelt1-3/+11
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 04:34:06 by reinelt]reinelt1-0/+90
expression evaluator added