[lcd4linux @ 2004-03-13 19:06:01 by reinelt]

ChangeLog and Status update; small glitch in plugin_seti fixed.

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@399 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
reinelt
2004-03-13 19:06:01 +00:00
parent 0e81f75d59
commit 442be49e79
3 changed files with 96 additions and 5 deletions
+88
View File
@@ -1,5 +1,93 @@
2004-03-13 nicowallmeier <nicowallmeier@merlin.ethnet>
* plugin_imon.c:
Added clean termination of imond-connection (now correctly)
* plugin_imon.c: Added clean termination of imond-connection
2004-03-13 Michael Reinelt <reinelt@merlin.ethnet>
* imon.h: (unnecessary) imon.h removed
* Makefile.am, Makefile.in, lcd4linux.conf.sample, plugin.c, plugin_seti.c, seti.c, seti.h:
seti@home plugin ported to NextGeneration
2004-03-12 Michael Reinelt <reinelt@merlin.ethnet>
* imon.c: removed imon.c (has been replaced by plugin_imon.c)
2004-03-11 Michael Reinelt <reinelt@merlin.ethnet>
* evaluator.h, hash.c, hash.h, lcd4linux.c, plugin_cfg.c, plugin_cpuinfo.c, plugin_loadavg.c, plugin_meminfo.c, plugin_netdev.c, plugin_proc_stat.c, widget_bar.c, widget_icon.c, widget_text.c, cfg.c, drv_HD44780.c, evaluator.c:
big patch from Martin:
- reuse filehandles
- memory leaks fixed
- earlier busy-flag checking with HD44780
- reuse memory for strings in RESULT and hash
- netdev_fast to wavid time-consuming regex
2004-03-10 Michael Reinelt <reinelt@merlin.ethnet>
* Makefile.am, Makefile.in, config.h.in, configure, configure.in, plugin.c, plugin_mysql.c:
MySQL plugin from Javier added
2004-03-08 hejl <hejl@merlin.ethnet>
* plugin_loadavg.c:
Fixed bug introduced with "caching" the loadavg values
* evaluator.c: fixed segfault when using string concatenation
2004-03-08 Michael Reinelt <reinelt@merlin.ethnet>
* Makefile.am, Makefile.in, cfg.c, lcd4linux.conf.sample, widget_text.c:
re-introduced \nnn (octal) characters in strings
text widgets can have a 'update' speed of 0 which means 'never'
(may be used for static content)
* evaluator.c: string concatenation fixed
2004-03-06 Michael Reinelt <reinelt@merlin.ethnet>
* cfg.c, evaluator.c, evaluator.h, lcd4linux.c, plugin_cfg.c, plugin_math.c, widget_bar.c, widget_bar.h, widget_icon.c, widget_icon.h, widget_text.c, widget_text.h:
Complete rewrite of the evaluator to get rid of the code
from mark Morley (because of license issues).
The new Evaluator does a pre-compile of expressions, and
stores them in trees. Therefore it should be reasonable faster...
2004-03-03 hejl <hejl@merlin.ethnet>
* hash.c: Fixed memory leak in hash_get_regex
2004-03-03 Michael Reinelt <reinelt@merlin.ethnet>
* drv_generic_parport.c, drv_generic_serial.c, hash.c, hash.h, lcd4linux.c, pid.c, plugin_imon.c, plugin_netdev.c, plugin_ppp.c, plugin_proc_stat.c, qprintf.h, timer.c, widget_icon.c:
changes (cosmetics?) to the big patch from Martin
hash patch un-applied
* Raster.c, Text.c, cfg.c, drv_HD44780.c, drv_generic_graphic.c, drv_generic_parport.c, drv_generic_serial.c, drv_generic_text.c, evaluator.c, evaluator.h, exec.c, hash.c, hash.h, imon.c, layout.c, lcd4linux.c, lock.c, mail.c, mail2.c, pid.c, plugin.c, plugin.h, plugin_cfg.c, plugin_cpuinfo.c, plugin_dvb.c, plugin_i2c_sensors.c, plugin_imon.c, plugin_loadavg.c, plugin_math.c, plugin_meminfo.c, plugin_netdev.c, plugin_ppp.c, plugin_proc_stat.c, plugin_sample.c, plugin_string.c, plugin_uname.c, plugin_xmms.c, seti.c, timer.c, timer.h, widget.c, widget.h, widget_bar.c, widget_icon.c, widget_text.c, wifi.c:
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
* drv_Crystalfontz.c: Crystalfontz Contrast issue fixed
2004-03-01 Michael Reinelt <reinelt@merlin.ethnet>
* cfg.c, drv_Crystalfontz.c, drv_HD44780.c, lcd4linux.conf.sample:
cfg_number() returns -1 on error, 0 if value not found (but default val used),
and 1 if value was used from the configuration.
HD44780 driver adopted to new cfg_number()
Crystalfontz 631 driver nearly finished
2004-02-29 Michael Reinelt <reinelt@merlin.ethnet>
* libtool, ChangeLog, configure, configure.in, lcd4linux.conf.sample:
ChangeLog updated
Version number bumped to 0.10.0
* drv_generic_graphic.c:
icon visibility fix for generic graphics from Xavier
+4 -2
View File
@@ -9,6 +9,7 @@ Lcd4Linux NextGeneration porting status
MatrixOrbital -> Ported (Text,Bar,Icon) + blacklight,contrast,gpo,pwm,rpm [?]
T6963* -> Ported (Text,Bar,Icon) [?]
USBLCD -> Ported (Text,Bar,Icon) [?]
XWindow* -> Ported (Text,Bar,Icon) [gnome applet ?]
BeckmannEgle ->
Curses ->
@@ -16,7 +17,7 @@ Lcd4Linux NextGeneration porting status
PalmPilot ->
Raster* ->
SIN* ->
XWindow* ->
* graphic displays
@@ -28,6 +29,7 @@ Lcd4Linux NextGeneration porting status
plugin_imon -> Finished (imon, version, rates) [hazardous function names]
plugin_loadavg -> Finished (loadavg) {L l1 l2 l3}
plugin_meminfo -> Finished (meminfo) {ma mb mc mf ms mt mu r}
plugin_mysql -> In progress (mySQLquery, mySQLstatus) NEW
plugin_netdev -> Finished (netdev) {nm nr nt nw}
plugin_ppp -> Finished (ppp) {ti tm to tt}
plugin_proc_stat -> Finished (proc_stat, cpu, disk) {cb ci cn cs cu dm dr dt dw}
@@ -51,7 +53,7 @@ wifi {ws wl wn}
* namespace support for plugins (with ::) {Michael}
- support visible attribute for widgets other than icons
- time-based bars for graphic displays
- dynamic loading of plugins/displays/input
- dynamic loading of plugins/displays/input (after 0.10.0)
- add support for input (display keypads, gamepads, socket, ...)
* finish debian package {Xavier, Luk, Samuel}
+4 -3
View File
@@ -1,4 +1,4 @@
/* $Id: plugin_seti.c,v 1.1 2004/03/13 06:49:20 reinelt Exp $
/* $Id: plugin_seti.c,v 1.2 2004/03/13 19:06:01 reinelt Exp $
*
* plugin for seti@home status reporting
*
@@ -27,6 +27,9 @@
*
*
* $Log: plugin_seti.c,v $
* Revision 1.2 2004/03/13 19:06:01 reinelt
* ChangeLog and Status update; small glitch in plugin_seti fixed.
*
* Revision 1.1 2004/03/13 06:49:20 reinelt
* seti@home plugin ported to NextGeneration
*
@@ -60,8 +63,6 @@
static HASH SETI = { 0, };
static int fatal = 0;
static char *dir = NULL;
static int parse_seti (void)
{