aboutsummaryrefslogtreecommitdiffstats
path: root/parser.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2001-02-19[lcd4linux @ 2001-02-19 00:15:46 by reinelt]reinelt1-24/+43
integrated mail and seti client major rewrite of parser and tokenizer to support double-byte tokens
2001-02-16[lcd4linux @ 2001-02-16 08:23:09 by reinelt]reinelt1-1/+6
new token 'ic' (ISDN connected) by Carsten Nau <info@cnau.de>
2001-02-14[lcd4linux @ 2001-02-14 07:40:16 by reinelt]reinelt1-3/+30
first (incomplete) GPO implementation
2000-08-10[lcd4linux @ 2000-08-10 09:44:09 by reinelt]reinelt1-9/+15
new debugging scheme: error(), info(), debug() uses syslog if in daemon mode
2000-05-21[lcd4linux @ 2000-05-21 06:20:35 by reinelt]reinelt1-5/+14
added ppp throughput token is '%t[iomt]' at the moment, but this will change in the near future
2000-03-24[lcd4linux @ 2000-03-24 11:36:56 by reinelt]reinelt1-2/+8
new syntax for raster configuration changed XRES and YRES to be configurable PPM driver works nice
2000-03-19[lcd4linux @ 2000-03-19 08:41:28 by reinelt]reinelt1-2/+7
documentation available! README, README.MatrixOrbital, README.Drivers added Skeleton.c as a starting point for new drivers
2000-03-18[lcd4linux @ 2000-03-18 10:31:06 by reinelt]reinelt1-55/+66
added sensor handling (for temperature etc.) made data collecting happen only if data is used (reading /proc/meminfo takes a lot of CPU!) released lcd4linux-0.92
2000-03-17[lcd4linux @ 2000-03-17 09:21:42 by reinelt]reinelt1-8/+19
various memory statistics added
2000-03-13[lcd4linux @ 2000-03-13 15:58:24 by reinelt]reinelt1-0/+208
release 0.9 moved row parsing to parser.c all basic work finished