aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_sample.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2004-03-03[lcd4linux @ 2004-03-03 03:47:04 by reinelt]reinelt1-1/+12
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-30[lcd4linux @ 2004-01-30 20:57:55 by reinelt]reinelt1-1/+9
HD44780 patch from Martin Hejl dmalloc integrated
2004-01-29[lcd4linux @ 2004-01-29 04:40:02 by reinelt]reinelt1-1/+6
every .c file includes "config.h" now
2004-01-13[lcd4linux @ 2004-01-13 10:03:01 by reinelt]reinelt1-1/+6
new util 'hash' for associative arrays new plugin 'cpuinfo'
2004-01-06[lcd4linux @ 2004-01-06 17:33:45 by reinelt]reinelt1-0/+213
Evaluator: functions with variable argument lists Evaluator: plugin_sample.c and README.Plugins added