aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_cfg.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2004-03-03[lcd4linux @ 2004-03-03 03:47:04 by reinelt]reinelt1-11/+25
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-02-01[lcd4linux @ 2004-02-01 19:37:40 by reinelt]reinelt1-11/+16
got rid of every strtok() incarnation.
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-14[lcd4linux @ 2004-01-14 11:33:00 by reinelt]reinelt1-2/+7
new plugin 'uname' which does what it's called text widget nearly finished first results displayed on MatrixOrbital
2004-01-13[lcd4linux @ 2004-01-13 10:03:01 by reinelt]reinelt1-0/+125
new util 'hash' for associative arrays new plugin 'cpuinfo'