From d7461c4f0e45d0aa2907d31f8ab9d6a85893c026 Mon Sep 17 00:00:00 2001 From: reinelt Date: Sat, 26 Jun 2004 12:05:00 +0000 Subject: [lcd4linux @ 2004-06-26 12:04:59 by reinelt] uh-oh... the last CVS log message messed up things a lot... git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@481 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- cfg.c | 8 ++++++-- debug.c | 8 ++++++-- drv.c | 8 ++++++-- drv.h | 8 ++++++-- drv_BeckmannEgle.c | 8 ++++++-- drv_Crystalfontz.c | 8 ++++++-- drv_Curses.c | 8 ++++++-- drv_Cwlinux.c | 8 ++++++-- drv_HD44780.c | 8 ++++++-- drv_Image.c | 8 ++++++-- drv_M50530.c | 8 ++++++-- drv_MatrixOrbital.c | 8 ++++++-- drv_MilfordInstruments.c | 8 ++++++-- drv_NULL.c | 8 ++++++-- drv_T6963.c | 8 ++++++-- drv_USBLCD.c | 8 ++++++-- drv_X11.c | 8 ++++++-- drv_generic_graphic.c | 6 +++++- drv_generic_graphic.h | 8 ++++++-- drv_generic_parport.c | 8 ++++++-- drv_generic_parport.h | 8 ++++++-- drv_generic_serial.c | 8 ++++++-- drv_generic_serial.h | 8 ++++++-- drv_generic_text.c | 8 ++++++-- drv_generic_text.h | 8 ++++++-- evaluator.c | 8 ++++++-- evaluator.h | 8 ++++++-- hash.c | 8 ++++++-- hash.h | 8 ++++++-- layout.c | 8 ++++++-- lcd4linux.c | 9 ++++++--- pid.c | 8 ++++++-- plugin.c | 8 ++++++-- plugin_apm.c | 8 ++++++-- plugin_cfg.c | 8 ++++++-- plugin_cpuinfo.c | 8 ++++++-- plugin_diskstats.c | 8 ++++++-- plugin_dvb.c | 8 ++++++-- plugin_exec.c | 8 ++++++-- plugin_i2c_sensors.c | 8 ++++++-- plugin_imon.c | 8 ++++++-- plugin_isdn.c | 8 ++++++-- plugin_loadavg.c | 8 ++++++-- plugin_math.c | 8 ++++++-- plugin_meminfo.c | 8 ++++++-- plugin_netdev.c | 8 ++++++-- plugin_pop3.c | 8 ++++++-- plugin_ppp.c | 8 ++++++-- plugin_proc_stat.c | 8 ++++++-- plugin_sample.c | 8 ++++++-- plugin_seti.c | 8 ++++++-- plugin_string.c | 8 ++++++-- plugin_test.c | 8 ++++++-- plugin_time.c | 8 ++++++-- plugin_uptime.c | 8 ++++++-- plugin_wireless.c | 8 ++++++-- plugin_xmms.c | 8 ++++++-- qprintf.c | 8 ++++++-- qprintf.h | 9 ++++++--- timer.c | 8 ++++++-- udelay.h | 8 ++++++-- widget.c | 8 ++++++-- widget.h | 8 ++++++-- widget_bar.c | 8 ++++++-- widget_bar.h | 8 ++++++-- widget_icon.c | 8 ++++++-- widget_icon.h | 8 ++++++-- widget_text.c | 8 ++++++-- widget_text.h | 8 ++++++-- 69 files changed, 413 insertions(+), 139 deletions(-) diff --git a/cfg.c b/cfg.c index 67ac5b7..4d1e2da 100644 --- a/cfg.c +++ b/cfg.c @@ -1,4 +1,4 @@ -/* $Id: cfg.c,v 1.41 2004/06/26 09:27:20 reinelt Exp $^ +/* $Id: cfg.c,v 1.42 2004/06/26 12:04:59 reinelt Exp $^ * * config file stuff * @@ -23,10 +23,14 @@ * * * $Log: cfg.c,v $ + * Revision 1.42 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.41 2004/06/26 09:27:20 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.40 2004/06/20 10:09:52 reinelt diff --git a/debug.c b/debug.c index 5bc10d1..b7d99fe 100644 --- a/debug.c +++ b/debug.c @@ -1,4 +1,4 @@ -/* $Id: debug.c,v 1.10 2004/06/26 09:27:20 reinelt Exp $ +/* $Id: debug.c,v 1.11 2004/06/26 12:04:59 reinelt Exp $ * * debug() and error() functions * @@ -22,10 +22,14 @@ * * * $Log: debug.c,v $ + * Revision 1.11 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.10 2004/06/26 09:27:20 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.9 2004/06/20 10:09:54 reinelt diff --git a/drv.c b/drv.c index 1127965..5f30a88 100644 --- a/drv.c +++ b/drv.c @@ -1,4 +1,4 @@ -/* $Id: drv.c,v 1.20 2004/06/26 09:27:20 reinelt Exp $ +/* $Id: drv.c,v 1.21 2004/06/26 12:04:59 reinelt Exp $ * * new framework for display drivers * @@ -23,10 +23,14 @@ * * * $Log: drv.c,v $ + * Revision 1.21 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.20 2004/06/26 09:27:20 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.19 2004/06/20 10:09:54 reinelt diff --git a/drv.h b/drv.h index 4691a5f..6f9e064 100644 --- a/drv.h +++ b/drv.h @@ -1,4 +1,4 @@ -/* $Id: drv.h,v 1.7 2004/06/26 09:27:20 reinelt Exp $ +/* $Id: drv.h,v 1.8 2004/06/26 12:04:59 reinelt Exp $ * * new framework for display drivers * @@ -23,10 +23,14 @@ * * * $Log: drv.h,v $ + * Revision 1.8 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.7 2004/06/26 09:27:20 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.6 2004/06/20 10:09:54 reinelt diff --git a/drv_BeckmannEgle.c b/drv_BeckmannEgle.c index 787005e..097c97f 100644 --- a/drv_BeckmannEgle.c +++ b/drv_BeckmannEgle.c @@ -1,4 +1,4 @@ -/* $Id: drv_BeckmannEgle.c,v 1.10 2004/06/26 09:27:20 reinelt Exp $ +/* $Id: drv_BeckmannEgle.c,v 1.11 2004/06/26 12:04:59 reinelt Exp $ * * driver for Beckmann+Egle "Mini Terminals" and "Compact Terminals" * Copyright 2000 Michael Reinelt @@ -22,10 +22,14 @@ * * * $Log: drv_BeckmannEgle.c,v $ + * Revision 1.11 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.10 2004/06/26 09:27:20 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.9 2004/06/26 06:12:15 reinelt diff --git a/drv_Crystalfontz.c b/drv_Crystalfontz.c index 028637d..87314fe 100644 --- a/drv_Crystalfontz.c +++ b/drv_Crystalfontz.c @@ -1,4 +1,4 @@ -/* $Id: drv_Crystalfontz.c,v 1.28 2004/06/26 09:27:20 reinelt Exp $ +/* $Id: drv_Crystalfontz.c,v 1.29 2004/06/26 12:04:59 reinelt Exp $ * * new style driver for Crystalfontz display modules * @@ -23,10 +23,14 @@ * * * $Log: drv_Crystalfontz.c,v $ + * Revision 1.29 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.28 2004/06/26 09:27:20 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.27 2004/06/20 10:09:54 reinelt diff --git a/drv_Curses.c b/drv_Curses.c index b81e172..13d1f5e 100644 --- a/drv_Curses.c +++ b/drv_Curses.c @@ -1,4 +1,4 @@ -/* $Id: drv_Curses.c,v 1.7 2004/06/26 09:27:20 reinelt Exp $ +/* $Id: drv_Curses.c,v 1.8 2004/06/26 12:04:59 reinelt Exp $ * * pure ncurses based text driver * @@ -26,10 +26,14 @@ * * * $Log: drv_Curses.c,v $ + * Revision 1.8 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.7 2004/06/26 09:27:20 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.6 2004/06/20 10:09:54 reinelt diff --git a/drv_Cwlinux.c b/drv_Cwlinux.c index d7672f4..ccfd667 100644 --- a/drv_Cwlinux.c +++ b/drv_Cwlinux.c @@ -1,4 +1,4 @@ -/* $Id: drv_Cwlinux.c,v 1.18 2004/06/26 09:27:20 reinelt Exp $ +/* $Id: drv_Cwlinux.c,v 1.19 2004/06/26 12:04:59 reinelt Exp $ * * new style driver for Cwlinux display modules * @@ -23,10 +23,14 @@ * * * $Log: drv_Cwlinux.c,v $ + * Revision 1.19 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.18 2004/06/26 09:27:20 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.17 2004/06/20 10:09:54 reinelt diff --git a/drv_HD44780.c b/drv_HD44780.c index 30d4bf9..6aa6d45 100644 --- a/drv_HD44780.c +++ b/drv_HD44780.c @@ -1,4 +1,4 @@ -/* $Id: drv_HD44780.c,v 1.31 2004/06/26 09:27:20 reinelt Exp $ +/* $Id: drv_HD44780.c,v 1.32 2004/06/26 12:04:59 reinelt Exp $ * * new style driver for HD44780-based displays * @@ -29,10 +29,14 @@ * * * $Log: drv_HD44780.c,v $ + * Revision 1.32 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.31 2004/06/26 09:27:20 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.30 2004/06/20 10:09:54 reinelt diff --git a/drv_Image.c b/drv_Image.c index 5bd0c82..9044171 100644 --- a/drv_Image.c +++ b/drv_Image.c @@ -1,4 +1,4 @@ -/* $Id: drv_Image.c,v 1.8 2004/06/26 09:27:20 reinelt Exp $ +/* $Id: drv_Image.c,v 1.9 2004/06/26 12:04:59 reinelt Exp $ * * new style Image (PPM/PNG) Driver for LCD4Linux * @@ -23,10 +23,14 @@ * * * $Log: drv_Image.c,v $ + * Revision 1.9 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.8 2004/06/26 09:27:20 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.7 2004/06/20 10:09:54 reinelt diff --git a/drv_M50530.c b/drv_M50530.c index b576ebe..2132c55 100644 --- a/drv_M50530.c +++ b/drv_M50530.c @@ -1,4 +1,4 @@ -#/* $Id: drv_M50530.c,v 1.13 2004/06/26 09:27:20 reinelt Exp $ +#/* $Id: drv_M50530.c,v 1.14 2004/06/26 12:04:59 reinelt Exp $ * * new style driver for M50530-based displays * @@ -23,10 +23,14 @@ * * * $Log: drv_M50530.c,v $ + * Revision 1.14 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.13 2004/06/26 09:27:20 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.12 2004/06/20 10:09:54 reinelt diff --git a/drv_MatrixOrbital.c b/drv_MatrixOrbital.c index fd2349c..fb58f2d 100644 --- a/drv_MatrixOrbital.c +++ b/drv_MatrixOrbital.c @@ -1,4 +1,4 @@ -/* $Id: drv_MatrixOrbital.c,v 1.35 2004/06/26 09:27:20 reinelt Exp $ +/* $Id: drv_MatrixOrbital.c,v 1.36 2004/06/26 12:04:59 reinelt Exp $ * * new style driver for Matrix Orbital serial display modules * @@ -23,10 +23,14 @@ * * * $Log: drv_MatrixOrbital.c,v $ + * Revision 1.36 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.35 2004/06/26 09:27:20 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.34 2004/06/26 06:12:15 reinelt diff --git a/drv_MilfordInstruments.c b/drv_MilfordInstruments.c index 2105898..f97e386 100644 --- a/drv_MilfordInstruments.c +++ b/drv_MilfordInstruments.c @@ -1,4 +1,4 @@ -/* $Id: drv_MilfordInstruments.c,v 1.11 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: drv_MilfordInstruments.c,v 1.12 2004/06/26 12:04:59 reinelt Exp $ * * driver for Milford Instruments 'BPK' piggy-back serial interface board * for standard Hitachi 44780 compatible lcd modules. @@ -27,10 +27,14 @@ * * * $Log: drv_MilfordInstruments.c,v $ + * Revision 1.12 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.11 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.10 2004/06/20 10:09:54 reinelt diff --git a/drv_NULL.c b/drv_NULL.c index 2259707..8c67b96 100644 --- a/drv_NULL.c +++ b/drv_NULL.c @@ -1,4 +1,4 @@ -/* $Id: drv_NULL.c,v 1.5 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: drv_NULL.c,v 1.6 2004/06/26 12:04:59 reinelt Exp $ * * NULL driver (for testing) * @@ -23,10 +23,14 @@ * * * $Log: drv_NULL.c,v $ + * Revision 1.6 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.5 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.4 2004/06/20 10:09:54 reinelt diff --git a/drv_T6963.c b/drv_T6963.c index b7c28d5..06601be 100644 --- a/drv_T6963.c +++ b/drv_T6963.c @@ -1,4 +1,4 @@ -/* $Id: drv_T6963.c,v 1.11 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: drv_T6963.c,v 1.12 2004/06/26 12:04:59 reinelt Exp $ * * new style driver for T6963-based displays * @@ -23,10 +23,14 @@ * * * $Log: drv_T6963.c,v $ + * Revision 1.12 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.11 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.10 2004/06/20 10:09:54 reinelt diff --git a/drv_USBLCD.c b/drv_USBLCD.c index 3c7d885..88f5d47 100644 --- a/drv_USBLCD.c +++ b/drv_USBLCD.c @@ -1,4 +1,4 @@ -/* $Id: drv_USBLCD.c,v 1.14 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: drv_USBLCD.c,v 1.15 2004/06/26 12:04:59 reinelt Exp $ * * new style driver for USBLCD displays * @@ -26,10 +26,14 @@ * * * $Log: drv_USBLCD.c,v $ + * Revision 1.15 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.14 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.13 2004/06/26 06:12:15 reinelt diff --git a/drv_X11.c b/drv_X11.c index 834f461..bec5f20 100644 --- a/drv_X11.c +++ b/drv_X11.c @@ -1,4 +1,4 @@ -/* $Id: drv_X11.c,v 1.7 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: drv_X11.c,v 1.8 2004/06/26 12:04:59 reinelt Exp $ * * new style X11 Driver for LCD4Linux * @@ -26,10 +26,14 @@ * * * $Log: drv_X11.c,v $ + * Revision 1.8 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.7 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.6 2004/06/20 10:09:54 reinelt diff --git a/drv_generic_graphic.c b/drv_generic_graphic.c index c0fee2f..b118bef 100644 --- a/drv_generic_graphic.c +++ b/drv_generic_graphic.c @@ -23,10 +23,14 @@ * * * $Log: drv_generic_graphic.c,v $ + * Revision 1.12 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.11 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.10 2004/06/20 10:09:55 reinelt diff --git a/drv_generic_graphic.h b/drv_generic_graphic.h index 72e2c92..1230ba3 100644 --- a/drv_generic_graphic.h +++ b/drv_generic_graphic.h @@ -1,4 +1,4 @@ -/* $Id: drv_generic_graphic.h,v 1.6 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: drv_generic_graphic.h,v 1.7 2004/06/26 12:04:59 reinelt Exp $ * * generic driver helper for graphic displays * @@ -23,10 +23,14 @@ * * * $Log: drv_generic_graphic.h,v $ + * Revision 1.7 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.6 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.5 2004/06/20 10:09:55 reinelt diff --git a/drv_generic_parport.c b/drv_generic_parport.c index 393eefc..c98b085 100644 --- a/drv_generic_parport.c +++ b/drv_generic_parport.c @@ -1,4 +1,4 @@ -/* $Id: drv_generic_parport.c,v 1.7 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: drv_generic_parport.c,v 1.8 2004/06/26 12:04:59 reinelt Exp $ * * generic driver helper for serial and parport access * @@ -23,10 +23,14 @@ * * * $Log: drv_generic_parport.c,v $ + * Revision 1.8 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.7 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.6 2004/06/20 10:09:55 reinelt diff --git a/drv_generic_parport.h b/drv_generic_parport.h index df52895..ba813f8 100644 --- a/drv_generic_parport.h +++ b/drv_generic_parport.h @@ -1,4 +1,4 @@ -/* $Id: drv_generic_parport.h,v 1.4 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: drv_generic_parport.h,v 1.5 2004/06/26 12:04:59 reinelt Exp $ * * generic driver helper for parallel port displays * @@ -23,10 +23,14 @@ * * * $Log: drv_generic_parport.h,v $ + * Revision 1.5 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.4 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.3 2004/06/20 10:09:55 reinelt diff --git a/drv_generic_serial.c b/drv_generic_serial.c index 88fcff2..796384e 100644 --- a/drv_generic_serial.c +++ b/drv_generic_serial.c @@ -1,4 +1,4 @@ -/* $Id: drv_generic_serial.c,v 1.14 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: drv_generic_serial.c,v 1.15 2004/06/26 12:04:59 reinelt Exp $ * * generic driver helper for serial and usbserial displays * @@ -23,10 +23,14 @@ * * * $Log: drv_generic_serial.c,v $ + * Revision 1.15 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.14 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.13 2004/06/26 06:12:15 reinelt diff --git a/drv_generic_serial.h b/drv_generic_serial.h index 80879ba..a595f5b 100644 --- a/drv_generic_serial.h +++ b/drv_generic_serial.h @@ -1,4 +1,4 @@ -/* $Id: drv_generic_serial.h,v 1.7 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: drv_generic_serial.h,v 1.8 2004/06/26 12:04:59 reinelt Exp $ * * generic driver helper for serial and usbserial displays * @@ -23,10 +23,14 @@ * * * $Log: drv_generic_serial.h,v $ + * Revision 1.8 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.7 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.6 2004/06/20 10:09:55 reinelt diff --git a/drv_generic_text.c b/drv_generic_text.c index d76731e..336c782 100644 --- a/drv_generic_text.c +++ b/drv_generic_text.c @@ -1,4 +1,4 @@ -/* $Id: drv_generic_text.c,v 1.20 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: drv_generic_text.c,v 1.21 2004/06/26 12:04:59 reinelt Exp $ * * generic driver helper for text-based displays * @@ -23,10 +23,14 @@ * * * $Log: drv_generic_text.c,v $ + * Revision 1.21 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.20 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.19 2004/06/26 06:12:15 reinelt diff --git a/drv_generic_text.h b/drv_generic_text.h index 6e50bd1..f45f055 100644 --- a/drv_generic_text.h +++ b/drv_generic_text.h @@ -1,4 +1,4 @@ -/* $Id: drv_generic_text.h,v 1.14 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: drv_generic_text.h,v 1.15 2004/06/26 12:04:59 reinelt Exp $ * * generic driver helper for text-based displays * @@ -23,10 +23,14 @@ * * * $Log: drv_generic_text.h,v $ + * Revision 1.15 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.14 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.13 2004/06/20 10:09:56 reinelt diff --git a/evaluator.c b/evaluator.c index 8877a23..d9ce5d9 100644 --- a/evaluator.c +++ b/evaluator.c @@ -1,4 +1,4 @@ -/* $Id: evaluator.c,v 1.21 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: evaluator.c,v 1.22 2004/06/26 12:04:59 reinelt Exp $ * * expression evaluation * @@ -23,10 +23,14 @@ * * * $Log: evaluator.c,v $ + * Revision 1.22 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.21 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.20 2004/06/20 10:09:56 reinelt diff --git a/evaluator.h b/evaluator.h index 7e37f81..1c3c1cd 100644 --- a/evaluator.h +++ b/evaluator.h @@ -1,4 +1,4 @@ -/* $Id: evaluator.h,v 1.8 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: evaluator.h,v 1.9 2004/06/26 12:04:59 reinelt Exp $ * * expression evaluation * @@ -23,10 +23,14 @@ * * * $Log: evaluator.h,v $ + * Revision 1.9 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.8 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.7 2004/06/20 10:09:56 reinelt diff --git a/hash.c b/hash.c index 5b6b98d..699d713 100644 --- a/hash.c +++ b/hash.c @@ -1,4 +1,4 @@ -/* $Id: hash.c,v 1.23 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: hash.c,v 1.24 2004/06/26 12:04:59 reinelt Exp $ * * hashes (associative arrays) * @@ -23,10 +23,14 @@ * * * $Log: hash.c,v $ + * Revision 1.24 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.23 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.22 2004/06/20 10:09:56 reinelt diff --git a/hash.h b/hash.h index 2b5e912..4e7152e 100644 --- a/hash.h +++ b/hash.h @@ -1,4 +1,4 @@ -/* $Id: hash.h,v 1.16 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: hash.h,v 1.17 2004/06/26 12:04:59 reinelt Exp $ * * hashes (associative arrays) * @@ -23,10 +23,14 @@ * * * $Log: hash.h,v $ + * Revision 1.17 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.16 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.15 2004/06/20 10:09:56 reinelt diff --git a/layout.c b/layout.c index 2c5595b..0ffd61b 100644 --- a/layout.c +++ b/layout.c @@ -1,4 +1,4 @@ -/* $Id: layout.c,v 1.13 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: layout.c,v 1.14 2004/06/26 12:04:59 reinelt Exp $ * * new layouter framework * @@ -23,10 +23,14 @@ * * * $Log: layout.c,v $ + * Revision 1.14 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.13 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.12 2004/06/20 10:09:56 reinelt diff --git a/lcd4linux.c b/lcd4linux.c index 4cb15b0..4b92032 100644 --- a/lcd4linux.c +++ b/lcd4linux.c @@ -1,4 +1,4 @@ -/* $Id: lcd4linux.c,v 1.73 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: lcd4linux.c,v 1.74 2004/06/26 12:04:59 reinelt Exp $ * * LCD4Linux * @@ -23,11 +23,14 @@ * * * $Log: lcd4linux.c,v $ + * Revision 1.74 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.73 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') - * cleaned up a lot of signed/unsigned mistakes + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.72 2004/06/06 06:51:59 reinelt * diff --git a/pid.c b/pid.c index 50687a1..a79d42f 100644 --- a/pid.c +++ b/pid.c @@ -1,4 +1,4 @@ -/* $Id: pid.c,v 1.7 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: pid.c,v 1.8 2004/06/26 12:04:59 reinelt Exp $ * * PID file handling * @@ -22,10 +22,14 @@ * * * $Log: pid.c,v $ + * Revision 1.8 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.7 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.6 2004/03/19 06:37:47 reinelt diff --git a/plugin.c b/plugin.c index 7ccb758..5cc0768 100644 --- a/plugin.c +++ b/plugin.c @@ -1,4 +1,4 @@ -/* $Id: plugin.c,v 1.33 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin.c,v 1.34 2004/06/26 12:04:59 reinelt Exp $ * * plugin handler for the Evaluator * @@ -22,10 +22,14 @@ * * * $Log: plugin.c,v $ + * Revision 1.34 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.33 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.32 2004/06/07 06:56:55 reinelt diff --git a/plugin_apm.c b/plugin_apm.c index 90f558a..60739ea 100644 --- a/plugin_apm.c +++ b/plugin_apm.c @@ -1,4 +1,4 @@ -/* $Id: plugin_apm.c,v 1.3 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_apm.c,v 1.4 2004/06/26 12:04:59 reinelt Exp $ * * plugin for APM (battery status) * @@ -26,10 +26,14 @@ * * * $Log: plugin_apm.c,v $ + * Revision 1.4 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.3 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.2 2004/06/17 06:23:43 reinelt diff --git a/plugin_cfg.c b/plugin_cfg.c index abfe022..de55df2 100644 --- a/plugin_cfg.c +++ b/plugin_cfg.c @@ -1,4 +1,4 @@ -/* $Id: plugin_cfg.c,v 1.10 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_cfg.c,v 1.11 2004/06/26 12:04:59 reinelt Exp $ * * plugin for config file access * @@ -23,10 +23,14 @@ * * * $Log: plugin_cfg.c,v $ + * Revision 1.11 2004/06/26 12:04:59 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.10 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.9 2004/06/20 10:09:56 reinelt diff --git a/plugin_cpuinfo.c b/plugin_cpuinfo.c index 1e9bdea..42a8e75 100644 --- a/plugin_cpuinfo.c +++ b/plugin_cpuinfo.c @@ -1,4 +1,4 @@ -/* $Id: plugin_cpuinfo.c,v 1.11 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_cpuinfo.c,v 1.12 2004/06/26 12:05:00 reinelt Exp $ * * plugin for /proc/cpuinfo parsing * @@ -23,10 +23,14 @@ * * * $Log: plugin_cpuinfo.c,v $ + * Revision 1.12 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.11 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.10 2004/06/17 06:23:43 reinelt diff --git a/plugin_diskstats.c b/plugin_diskstats.c index 6e3e0f6..532d81d 100644 --- a/plugin_diskstats.c +++ b/plugin_diskstats.c @@ -1,4 +1,4 @@ -/* $Id: plugin_diskstats.c,v 1.5 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_diskstats.c,v 1.6 2004/06/26 12:05:00 reinelt Exp $ * * plugin for /proc/diskstats parsing * @@ -23,10 +23,14 @@ * * * $Log: plugin_diskstats.c,v $ + * Revision 1.6 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.5 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.4 2004/06/17 10:58:58 reinelt diff --git a/plugin_dvb.c b/plugin_dvb.c index 173605b..053cce0 100644 --- a/plugin_dvb.c +++ b/plugin_dvb.c @@ -1,4 +1,4 @@ -/* $Id: plugin_dvb.c,v 1.6 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_dvb.c,v 1.7 2004/06/26 12:05:00 reinelt Exp $ * * plugin for DVB status * @@ -23,10 +23,14 @@ * * * $Log: plugin_dvb.c,v $ + * Revision 1.7 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.6 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.5 2004/06/17 06:23:43 reinelt diff --git a/plugin_exec.c b/plugin_exec.c index ce60166..e099433 100644 --- a/plugin_exec.c +++ b/plugin_exec.c @@ -1,4 +1,4 @@ -/* $Id: plugin_exec.c,v 1.5 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_exec.c,v 1.6 2004/06/26 12:05:00 reinelt Exp $ * * plugin for external processes * @@ -27,10 +27,14 @@ * * * $Log: plugin_exec.c,v $ + * Revision 1.6 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.5 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.4 2004/06/20 10:09:56 reinelt diff --git a/plugin_i2c_sensors.c b/plugin_i2c_sensors.c index 2c58556..8969175 100644 --- a/plugin_i2c_sensors.c +++ b/plugin_i2c_sensors.c @@ -1,4 +1,4 @@ -/* $Id: plugin_i2c_sensors.c,v 1.20 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_i2c_sensors.c,v 1.21 2004/06/26 12:05:00 reinelt Exp $ * * I2C sensors plugin * @@ -23,10 +23,14 @@ * * * $Log: plugin_i2c_sensors.c,v $ + * Revision 1.21 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.20 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.19 2004/06/20 10:09:56 reinelt diff --git a/plugin_imon.c b/plugin_imon.c index a7ed6d9..b8f40d7 100755 --- a/plugin_imon.c +++ b/plugin_imon.c @@ -1,4 +1,4 @@ -/* $Id: plugin_imon.c,v 1.12 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_imon.c,v 1.13 2004/06/26 12:05:00 reinelt Exp $ * * imond/telmond data processing * @@ -22,10 +22,14 @@ * * * $Log: plugin_imon.c,v $ + * Revision 1.13 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.12 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.11 2004/06/24 20:18:08 nicowallmeier diff --git a/plugin_isdn.c b/plugin_isdn.c index 150be5f..8a3bae1 100644 --- a/plugin_isdn.c +++ b/plugin_isdn.c @@ -1,4 +1,4 @@ -/* $Id: plugin_isdn.c,v 1.4 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_isdn.c,v 1.5 2004/06/26 12:05:00 reinelt Exp $ * * plugin for ISDN subsystem * @@ -26,10 +26,14 @@ * * * $Log: plugin_isdn.c,v $ + * Revision 1.5 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.4 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.3 2004/06/20 10:09:56 reinelt diff --git a/plugin_loadavg.c b/plugin_loadavg.c index ff7f217..b4b3053 100644 --- a/plugin_loadavg.c +++ b/plugin_loadavg.c @@ -1,4 +1,4 @@ -/* $Id: plugin_loadavg.c,v 1.7 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_loadavg.c,v 1.8 2004/06/26 12:05:00 reinelt Exp $ * * plugin for load average * @@ -23,10 +23,14 @@ * * * $Log: plugin_loadavg.c,v $ + * Revision 1.8 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.7 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.6 2004/03/11 06:39:59 reinelt diff --git a/plugin_math.c b/plugin_math.c index e93c859..10da51d 100644 --- a/plugin_math.c +++ b/plugin_math.c @@ -1,4 +1,4 @@ -/* $Id: plugin_math.c,v 1.5 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_math.c,v 1.6 2004/06/26 12:05:00 reinelt Exp $ * * math plugin * @@ -22,10 +22,14 @@ * * * $Log: plugin_math.c,v $ + * Revision 1.6 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.5 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.4 2004/03/06 20:31:16 reinelt diff --git a/plugin_meminfo.c b/plugin_meminfo.c index be5343b..551121d 100644 --- a/plugin_meminfo.c +++ b/plugin_meminfo.c @@ -1,4 +1,4 @@ -/* $Id: plugin_meminfo.c,v 1.9 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_meminfo.c,v 1.10 2004/06/26 12:05:00 reinelt Exp $ * * plugin for /proc/meminfo parsing * @@ -23,10 +23,14 @@ * * * $Log: plugin_meminfo.c,v $ + * Revision 1.10 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.9 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.8 2004/06/17 06:23:43 reinelt diff --git a/plugin_netdev.c b/plugin_netdev.c index 180f567..6e4dbbd 100644 --- a/plugin_netdev.c +++ b/plugin_netdev.c @@ -1,4 +1,4 @@ -/* $Id: plugin_netdev.c,v 1.11 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_netdev.c,v 1.12 2004/06/26 12:05:00 reinelt Exp $ * * plugin for /proc/net/dev parsing * @@ -23,10 +23,14 @@ * * * $Log: plugin_netdev.c,v $ + * Revision 1.12 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.11 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.10 2004/06/17 10:58:58 reinelt diff --git a/plugin_pop3.c b/plugin_pop3.c index da05614..6353089 100644 --- a/plugin_pop3.c +++ b/plugin_pop3.c @@ -1,4 +1,4 @@ -/* $Id: plugin_pop3.c,v 1.5 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_pop3.c,v 1.6 2004/06/26 12:05:00 reinelt Exp $ * * Plugin to check POP3 mail accounts * @@ -27,10 +27,14 @@ * * * $Log: plugin_pop3.c,v $ + * Revision 1.6 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.5 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.4 2004/05/31 21:05:13 reinelt diff --git a/plugin_ppp.c b/plugin_ppp.c index e531d90..f48c3b5 100644 --- a/plugin_ppp.c +++ b/plugin_ppp.c @@ -1,4 +1,4 @@ -/* $Id: plugin_ppp.c,v 1.7 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_ppp.c,v 1.8 2004/06/26 12:05:00 reinelt Exp $ * * plugin for ppp throughput * @@ -23,10 +23,14 @@ * * * $Log: plugin_ppp.c,v $ + * Revision 1.8 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.7 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.6 2004/06/17 06:23:43 reinelt diff --git a/plugin_proc_stat.c b/plugin_proc_stat.c index aac22eb..d9fe01b 100644 --- a/plugin_proc_stat.c +++ b/plugin_proc_stat.c @@ -1,4 +1,4 @@ -/* $Id: plugin_proc_stat.c,v 1.22 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_proc_stat.c,v 1.23 2004/06/26 12:05:00 reinelt Exp $ * * plugin for /proc/stat parsing * @@ -23,10 +23,14 @@ * * * $Log: plugin_proc_stat.c,v $ + * Revision 1.23 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.22 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.21 2004/06/20 10:09:56 reinelt diff --git a/plugin_sample.c b/plugin_sample.c index 9f228ac..35e30c3 100644 --- a/plugin_sample.c +++ b/plugin_sample.c @@ -1,4 +1,4 @@ -/* $Id: plugin_sample.c,v 1.7 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_sample.c,v 1.8 2004/06/26 12:05:00 reinelt Exp $ * * plugin template * @@ -23,10 +23,14 @@ * * * $Log: plugin_sample.c,v $ + * Revision 1.8 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.7 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.6 2004/06/01 06:04:25 reinelt diff --git a/plugin_seti.c b/plugin_seti.c index 1110a81..a8dc5e7 100644 --- a/plugin_seti.c +++ b/plugin_seti.c @@ -1,4 +1,4 @@ -/* $Id: plugin_seti.c,v 1.4 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_seti.c,v 1.5 2004/06/26 12:05:00 reinelt Exp $ * * plugin for seti@home status reporting * @@ -27,10 +27,14 @@ * * * $Log: plugin_seti.c,v $ + * Revision 1.5 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.4 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.3 2004/06/17 06:23:43 reinelt diff --git a/plugin_string.c b/plugin_string.c index 8ec40ee..a7d6e2e 100644 --- a/plugin_string.c +++ b/plugin_string.c @@ -1,4 +1,4 @@ -/* $Id: plugin_string.c,v 1.5 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_string.c,v 1.6 2004/06/26 12:05:00 reinelt Exp $ * * string plugin * @@ -23,10 +23,14 @@ * * * $Log: plugin_string.c,v $ + * Revision 1.6 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.5 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.4 2004/03/03 03:47:04 reinelt diff --git a/plugin_test.c b/plugin_test.c index 2c075b1..af2df96 100644 --- a/plugin_test.c +++ b/plugin_test.c @@ -1,4 +1,4 @@ -/* $Id: plugin_test.c,v 1.2 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_test.c,v 1.3 2004/06/26 12:05:00 reinelt Exp $ * * Handy functions for testing displays and debugging code. * @@ -26,10 +26,14 @@ * * * $Log: plugin_test.c,v $ +* Revision 1.3 2004/06/26 12:05:00 reinelt +* +* uh-oh... the last CVS log message messed up things a lot... +* * Revision 1.2 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS -* changed all C++ comments to C ones ('//' => '/* */') +* changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.1 2004/06/07 06:56:55 reinelt diff --git a/plugin_time.c b/plugin_time.c index 13b1985..6518b36 100644 --- a/plugin_time.c +++ b/plugin_time.c @@ -1,4 +1,4 @@ -/* $Id: plugin_time.c,v 1.2 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_time.c,v 1.3 2004/06/26 12:05:00 reinelt Exp $ * * time plugin * @@ -23,10 +23,14 @@ * * * $Log: plugin_time.c,v $ + * Revision 1.3 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.2 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.1 2004/05/20 07:47:51 reinelt diff --git a/plugin_uptime.c b/plugin_uptime.c index df718ca..8f4dbd4 100644 --- a/plugin_uptime.c +++ b/plugin_uptime.c @@ -1,4 +1,4 @@ -/* $Id: plugin_uptime.c,v 1.3 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_uptime.c,v 1.4 2004/06/26 12:05:00 reinelt Exp $ * * plugin for uptime * @@ -23,10 +23,14 @@ * * * $Log: plugin_uptime.c,v $ + * Revision 1.4 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.3 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.2 2004/06/20 10:09:56 reinelt diff --git a/plugin_wireless.c b/plugin_wireless.c index e8f0a69..ca66952 100755 --- a/plugin_wireless.c +++ b/plugin_wireless.c @@ -1,4 +1,4 @@ -/* $Id: plugin_wireless.c,v 1.6 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_wireless.c,v 1.7 2004/06/26 12:05:00 reinelt Exp $ * * Wireless Extension plugin * @@ -28,10 +28,14 @@ * * * $Log: plugin_wireless.c,v $ + * Revision 1.7 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.6 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.5 2004/06/20 10:09:56 reinelt diff --git a/plugin_xmms.c b/plugin_xmms.c index ad25d1a..bee5cd2 100644 --- a/plugin_xmms.c +++ b/plugin_xmms.c @@ -1,4 +1,4 @@ -/* $Id: plugin_xmms.c,v 1.11 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: plugin_xmms.c,v 1.12 2004/06/26 12:05:00 reinelt Exp $ * * XMMS-Plugin for LCD4Linux * Copyright 2003 Markus Keil @@ -21,10 +21,14 @@ * * * $Log: plugin_xmms.c,v $ + * Revision 1.12 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.11 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.10 2004/06/17 06:23:43 reinelt diff --git a/qprintf.c b/qprintf.c index b49cf5e..97bcfa8 100644 --- a/qprintf.c +++ b/qprintf.c @@ -1,4 +1,4 @@ -/* $Id: qprintf.c,v 1.5 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: qprintf.c,v 1.6 2004/06/26 12:05:00 reinelt Exp $ * * simple but quick snprintf() replacement * @@ -26,10 +26,14 @@ * * * $Log: qprintf.c,v $ + * Revision 1.6 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.5 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.4 2004/06/20 10:09:56 reinelt diff --git a/qprintf.h b/qprintf.h index c6c852b..da4b0ba 100644 --- a/qprintf.h +++ b/qprintf.h @@ -1,4 +1,4 @@ -/* $Id: qprintf.h,v 1.3 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: qprintf.h,v 1.4 2004/06/26 12:05:00 reinelt Exp $ * * simple but quick snprintf() replacement * @@ -26,11 +26,14 @@ * * * $Log: qprintf.h,v $ + * Revision 1.4 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.3 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') - * cleaned up a lot of signed/unsigned mistakes + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.2 2004/03/03 04:44:16 reinelt * changes (cosmetics?) to the big patch from Martin diff --git a/timer.c b/timer.c index 656f237..54c9351 100644 --- a/timer.c +++ b/timer.c @@ -1,4 +1,4 @@ -/* $Id: timer.c,v 1.9 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: timer.c,v 1.10 2004/06/26 12:05:00 reinelt Exp $ * * generic timer handling * @@ -21,10 +21,14 @@ * * * $Log: timer.c,v $ + * Revision 1.10 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.9 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.8 2004/06/20 10:09:56 reinelt diff --git a/udelay.h b/udelay.h index 1167fdc..96a6dac 100644 --- a/udelay.h +++ b/udelay.h @@ -1,4 +1,4 @@ -/* $Id: udelay.h,v 1.7 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: udelay.h,v 1.8 2004/06/26 12:05:00 reinelt Exp $ * * short delays * @@ -22,10 +22,14 @@ * * * $Log: udelay.h,v $ + * Revision 1.8 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.7 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.6 2004/06/20 10:09:56 reinelt diff --git a/widget.c b/widget.c index d2385a0..63f0be5 100644 --- a/widget.c +++ b/widget.c @@ -1,4 +1,4 @@ -/* $Id: widget.c,v 1.16 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: widget.c,v 1.17 2004/06/26 12:05:00 reinelt Exp $ * * generic widget handling * @@ -21,10 +21,14 @@ * * * $Log: widget.c,v $ + * Revision 1.17 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.16 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.15 2004/06/20 10:09:56 reinelt diff --git a/widget.h b/widget.h index ffd7c07..7545fa1 100644 --- a/widget.h +++ b/widget.h @@ -1,4 +1,4 @@ -/* $Id: widget.h,v 1.10 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: widget.h,v 1.11 2004/06/26 12:05:00 reinelt Exp $ * * generic widget handling * @@ -23,10 +23,14 @@ * * * $Log: widget.h,v $ + * Revision 1.11 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.10 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.9 2004/06/20 10:09:56 reinelt diff --git a/widget_bar.c b/widget_bar.c index 6c58dac..8d63885 100644 --- a/widget_bar.c +++ b/widget_bar.c @@ -1,4 +1,4 @@ -/* $Id: widget_bar.c,v 1.11 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: widget_bar.c,v 1.12 2004/06/26 12:05:00 reinelt Exp $ * * bar widget handling * @@ -21,10 +21,14 @@ * * * $Log: widget_bar.c,v $ + * Revision 1.12 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.11 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.10 2004/03/11 06:39:59 reinelt diff --git a/widget_bar.h b/widget_bar.h index 1f05ef4..3bd1b56 100644 --- a/widget_bar.h +++ b/widget_bar.h @@ -1,4 +1,4 @@ -/* $Id: widget_bar.h,v 1.4 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: widget_bar.h,v 1.5 2004/06/26 12:05:00 reinelt Exp $ * * bar widget handling * @@ -23,10 +23,14 @@ * * * $Log: widget_bar.h,v $ + * Revision 1.5 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.4 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.3 2004/03/06 20:31:16 reinelt diff --git a/widget_icon.c b/widget_icon.c index 80b8e16..294a95e 100644 --- a/widget_icon.c +++ b/widget_icon.c @@ -1,4 +1,4 @@ -/* $Id: widget_icon.c,v 1.13 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: widget_icon.c,v 1.14 2004/06/26 12:05:00 reinelt Exp $ * * icon widget handling * @@ -21,10 +21,14 @@ * * * $Log: widget_icon.c,v $ + * Revision 1.14 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.13 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.12 2004/06/20 10:09:56 reinelt diff --git a/widget_icon.h b/widget_icon.h index 4b64f15..bb7f73e 100644 --- a/widget_icon.h +++ b/widget_icon.h @@ -1,4 +1,4 @@ -/* $Id: widget_icon.h,v 1.6 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: widget_icon.h,v 1.7 2004/06/26 12:05:00 reinelt Exp $ * * icon widget handling * @@ -23,10 +23,14 @@ * * * $Log: widget_icon.h,v $ + * Revision 1.7 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.6 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.5 2004/03/06 20:31:16 reinelt diff --git a/widget_text.c b/widget_text.c index f15bc5d..29bcb69 100644 --- a/widget_text.c +++ b/widget_text.c @@ -1,4 +1,4 @@ -/* $Id: widget_text.c,v 1.18 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: widget_text.c,v 1.19 2004/06/26 12:05:00 reinelt Exp $ * * simple text widget handling * @@ -21,10 +21,14 @@ * * * $Log: widget_text.c,v $ + * Revision 1.19 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.18 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.17 2004/03/11 06:39:59 reinelt diff --git a/widget_text.h b/widget_text.h index 7042931..41ea21d 100644 --- a/widget_text.h +++ b/widget_text.h @@ -1,4 +1,4 @@ -/* $Id: widget_text.h,v 1.4 2004/06/26 09:27:21 reinelt Exp $ +/* $Id: widget_text.h,v 1.5 2004/06/26 12:05:00 reinelt Exp $ * * simple text widget handling * @@ -23,10 +23,14 @@ * * * $Log: widget_text.h,v $ + * Revision 1.5 2004/06/26 12:05:00 reinelt + * + * uh-oh... the last CVS log message messed up things a lot... + * * Revision 1.4 2004/06/26 09:27:21 reinelt * * added '-W' to CFLAGS - * changed all C++ comments to C ones ('//' => '/* */') + * changed all C++ comments to C ones * cleaned up a lot of signed/unsigned mistakes * * Revision 1.3 2004/03/06 20:31:16 reinelt -- cgit v1.2.3