]> git.webhop.me Git - lcd4linux.git/commitdiff
[lcd4linux @ 2004-06-26 12:04:59 by reinelt]
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sat, 26 Jun 2004 12:05:00 +0000 (12:05 +0000)
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sat, 26 Jun 2004 12:05:00 +0000 (12:05 +0000)
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

69 files changed:
cfg.c
debug.c
drv.c
drv.h
drv_BeckmannEgle.c
drv_Crystalfontz.c
drv_Curses.c
drv_Cwlinux.c
drv_HD44780.c
drv_Image.c
drv_M50530.c
drv_MatrixOrbital.c
drv_MilfordInstruments.c
drv_NULL.c
drv_T6963.c
drv_USBLCD.c
drv_X11.c
drv_generic_graphic.c
drv_generic_graphic.h
drv_generic_parport.c
drv_generic_parport.h
drv_generic_serial.c
drv_generic_serial.h
drv_generic_text.c
drv_generic_text.h
evaluator.c
evaluator.h
hash.c
hash.h
layout.c
lcd4linux.c
pid.c
plugin.c
plugin_apm.c
plugin_cfg.c
plugin_cpuinfo.c
plugin_diskstats.c
plugin_dvb.c
plugin_exec.c
plugin_i2c_sensors.c
plugin_imon.c
plugin_isdn.c
plugin_loadavg.c
plugin_math.c
plugin_meminfo.c
plugin_netdev.c
plugin_pop3.c
plugin_ppp.c
plugin_proc_stat.c
plugin_sample.c
plugin_seti.c
plugin_string.c
plugin_test.c
plugin_time.c
plugin_uptime.c
plugin_wireless.c
plugin_xmms.c
qprintf.c
qprintf.h
timer.c
udelay.h
widget.c
widget.h
widget_bar.c
widget_bar.h
widget_icon.c
widget_icon.h
widget_text.c
widget_text.h

diff --git a/cfg.c b/cfg.c
index 67ac5b7c0a8eb5389645a236592629ad1a1cbce9..4d1e2da8996215787c0344bca6211ba8803a5f6d 100644 (file)
--- 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
  *
  *
  *
  * $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 5bc10d1ce2e29c014a6b786d0e5bdb029a41dac1..b7d99fee1e78bdae4c9d6df32c37ac2c92218cc3 100644 (file)
--- 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
  *
  *
  *
  * $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 1127965b773955af6a040f07e4e1d894ad721a5c..5f30a88e87fa9fc3b3f5cd7d31eeac1a5197409c 100644 (file)
--- 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
  *
  *
  *
  * $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 4691a5f996b386566460dbd4c1ffa3d980f85736..6f9e0649b6512099fb9f011ca84ac916adfbbd82 100644 (file)
--- 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
  *
  *
  *
  * $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
index 787005eccc0a5443e260e123efae0db4f56c40d6..097c97f3fbf929a03e3a34ebfe4c37e9d682780e 100644 (file)
@@ -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 <reinelt@eunet.at>
  *
  *
  * $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
index 028637da63d26c1326ce2f5c1b3a9c9c8d2eff61..87314fe24ced4bcd0b0e00fb57fefaf022e3efb7 100644 (file)
@@ -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
  *
  *
  *
  * $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
index b81e1727df11e5bdfc665b67de9c7d3e9990a72b..13d1f5ed2e66a64644e0170940510c10c178620a 100644 (file)
@@ -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
  *
  *
  *
  * $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
index d7672f435bbd0c3abae0286806c7cc0c4ae36588..ccfd6676663393badb392db421b9350cee240457 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 30d4bf9777c1c87c69261b9a1ccf18760787c591..6aa6d4596d3ed431338bb31fa899df6206bf71bb 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 5bd0c82e8d0b2e1791c2e7c07705c1aed3c9dbd0..9044171d6e929de9c69c4394a7431c6c5d34e1c8 100644 (file)
@@ -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 
  *
  *
  *
  * $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
index b576ebe1dcf4a76a84c7375b8c3021f177d9b8e6..2132c550fa50b72327795ba53c8487593467ad7e 100644 (file)
@@ -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
  *
  *
  *
  * $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
index fd2349c9338d4e7085d61acaee9798b65138250d..fb58f2d86d62b68ad101d7deb4c2d97ff9840c10 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 2105898450072d4f9ce8608beea8e93e92d596a8..f97e386e2a5088d4f5affdae0a8a699f76b98feb 100644 (file)
@@ -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.
  *
  *
  * $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
index 2259707df3bc5f1189adfb1090b4afcd372ff2f0..8c67b96af243d9c5cd9b0492ea608514c7fb2dfb 100644 (file)
@@ -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)
  *
  *
  *
  * $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
index b7c28d54123d5d9c5978fdfd7d5c99e1052c5b18..06601be60eac1867a5df45c0817787c5d2eea723 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 3c7d885c73742247cce46b4ec8eec06cc3f215ff..88f5d4794db2927af4b8dac99aa2ac7bec38b2ad 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 834f4615fb96d4eb3ce32ca3256d161c83c42004..bec5f2031509af7a093feebf977c1de72536e553 100644 (file)
--- 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 
  *
  *
  *
  * $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
index c0fee2f9f36d05f296227e9f9f8751256f06362b..b118befeeae4c7a0009b03c3345c2c49f3f83b94 100644 (file)
  *
  *
  * $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
index 72e2c921861cf325ccf9e54179992c2792070713..1230ba3e30762cc7c7bc06bd187c44fe78e5ae43 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 393eefc0f83a9ad92eeeac5c7cde5ecccf83b5f9..c98b085a692782027e06113c6f9ac1d2b16ab73c 100644 (file)
@@ -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
  *
  *
  *
  * $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
index df528953e5d6ac99e38a201a9b30e671c0080581..ba813f844e4410cf98e383b511bf032bdad4ca1d 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 88fcff23f33e464a8e2ccd924248fb8ace095767..796384e6e94c17cbcfda6da5fe3929926485ae76 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 80879ba170ff15c8adb0b18ca457fcc3fea57ea4..a595f5b68a20499d39de39781def1981ba1ef6ad 100644 (file)
@@ -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
  *
  *
  *
  * $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
index d76731e5e72a37fcbdef6a265501fb3f9c4fd7e1..336c78290855f5016623e6bf383da21580e6f2f0 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 6e50bd101f075784b05806da6f4604899645233c..f45f055607433cff4a6fe6632f623844caa84c46 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 8877a23ffdbecfd18dcd2c09d4f404f9593f78ea..d9ce5d9a66c88276bfd2587454ff3da23356e4ae 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 7e37f81e7aee6519ad3cb5c0ef0f9102c3297381..1c3c1cd8ea3d8539b87cc91e314b5ae4ce9f5485 100644 (file)
@@ -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
  *
  *
  *
  * $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 5b6b98d6a7bebdf3df48749a44c348b65f515e14..699d7138ffad1ac37046e99039f6bbe817bbea12 100644 (file)
--- 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)
  *
  *
  *
  * $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 2b5e91253e840f55262dd5b6ec4756e98bd1ea3b..4e7152ebf63a880c47e9ee467553ce8014542862 100644 (file)
--- 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)
  *
  *
  *
  * $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
index 2c5595bdcb928c98d1f6ef2fb968b3b661819278..0ffd61b9c955d3ef5e4ebed62215c7100b560a7c 100644 (file)
--- 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
  *
  *
  *
  * $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
index 4cb15b0a7434465c041c4b1e5162c73f04adce4d..4b92032cd660dad21eef8b7e7e7147b600957f1f 100644 (file)
@@ -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
  *
  *
  *
  * $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 50687a10f72b9ff74f44ef02e5ce16d1e2c4f4d4..a79d42feb976ed13192475782b30c7c84a03358d 100644 (file)
--- 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
  *
  *
  *
  * $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
index 7ccb758a1f8eb740a0709434f92516c2ae02916b..5cc0768907e96271dce454a82da3e2b10bf1415d 100644 (file)
--- 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
  *
  *
  *
  * $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
index 90f558a4dd27502cd9a49ce597ed7a7720ffc4af..60739eae440d6c0f937f064d16e20934c5224c3c 100644 (file)
@@ -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)
  *
  *
  *
  * $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
index abfe022c546b06d2847b4254a952faf31a3c52ce..de55df2d0cdd81c47afaa7a94e4824c24135cc4a 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 1e9bdea8027df3d930747edb37e56a25674cc44b..42a8e751c7d20e79f68505dec261dd25eb79105e 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 6e3e0f64024e49843ea4aeebd5730308d68564aa..532d81d2fbdd557d44819c51278f0d16469d69a3 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 173605b29effb844089daaf2fd77745f1cec3672..053cce0205cf83147d3af11537b6bc141800bfde 100644 (file)
@@ -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
  *
  *
  *
  * $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
index ce601660277ff054e72dfe492d8a6b666b2d2163..e099433590f041223da543c62a3709955503e258 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 2c5855651f769564b4b8286a3894149b1d673706..896917599258b1d177333027a001b38faf4f8e94 100644 (file)
@@ -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
  *
  *
  *
  * $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
index a7ed6d95756edbf995ce8c0e3b0cb5570ede4ed0..b8f40d7898cf6bb3eb81cbe2fdd3806ac391ae15 100755 (executable)
@@ -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
  *
  *
  *
  * $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
index 150be5f6dedd33ceabaa5bb2086965a7ba001321..8a3bae18a569505ad410e42ad27594b2c202c484 100644 (file)
@@ -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
  *
  *
  *
  * $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
index ff7f21726a01be31f933a414446a0dd7c157bf12..b4b305387ebf1bb61e06cca230162c23702825df 100644 (file)
@@ -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
  *
  *
  *
  * $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
index e93c85964198ed0827a988808586084f69b4cafe..10da51d7f2b36d8e6d43b249996efce013256ccb 100644 (file)
@@ -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
  *
  *
  *
  * $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
index be5343b1c2b36667a9a2d00ba4588e930d4bf7f7..551121d3a48db3ba50a8a6a196b6575866740bea 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 180f567584fd64dcaab550ca9ad3444f63820600..6e4dbbdc70630a1f17322fc0ae7256889cf80eb2 100644 (file)
@@ -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
  *
  *
  *
  * $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
index da05614798b51c880f5118e27dc66c00b7ea9ce3..6353089760baa5b290837af5da84deb246daabe8 100644 (file)
@@ -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
  *
  *
  *
  * $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
index e531d907905bae080e95c455e3ee811c662b8d00..f48c3b5e606bde937379359274af14fa89b46d56 100644 (file)
@@ -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
  *
  *
  *
  * $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
index aac22eb4329838ab8a3ff8423e9b7ec3f31794be..d9fe01b6b2dcd07ceb1bb4d1266991ed8481380a 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 9f228ac14a33504e938f3e7013cdd1d093cdc4fb..35e30c335abb54ccb2c5cef9f7c5d571351e7057 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 1110a812b0fcf8bc9b4ce269851485a97cc1cc47..a8dc5e7f007d8b02e60d590bedc3e334346592bc 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 8ec40ee2d30d8da4953b9e318c40666bb25dc707..a7d6e2e40f1a2f2e9947b2d61793191fc6d3a798 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 2c075b1226a1c3f1b42a909fc3400a6c2340fd00..af2df9669e21e940c504c347b1e828b2c26b0eaa 100644 (file)
@@ -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.
 *
 *
 *
 * $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
index 13b198506e948caef9eca743b886522a7e73918b..6518b363334c64df1e10d8004f7b7e91fb6ab07a 100644 (file)
@@ -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
  *
  *
  *
  * $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
index df718cacb4e0719545a8d091002fecd3009e0863..8f4dbd4e61d4777872ac7889e1b92cfe37beefc5 100644 (file)
@@ -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
  *
  *
  *
  * $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
index e8f0a690de30ec416b0b9dfefee23e786f492551..ca6695252f36d520a4f34f3f824e03fd49bbc8d2 100755 (executable)
@@ -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
  *
  *
  *
  * $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
index ad25d1a14fb8151ceb6b8912572f90319c7af6ae..bee5cd25893c1cfa4969fdabc8fb357c0086b594 100644 (file)
@@ -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 <markus_keil@t-online.de>
  *
  *
  * $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
index b49cf5e5b16780d6c7366c7a6e0e8a6490c88f51..97bcfa8cf7c0725dddb8d8be5af45c2d583e8fd6 100644 (file)
--- 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
  *
  *
  *
  * $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
index c6c852b04570f3325097cd6abb468e0ac82e072a..da4b0ba269d616c038a636bec9733ce1f1723750 100644 (file)
--- 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
  *
  *
  *
  * $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 656f2370d94cebf1c090a9e9860f519724886d3c..54c9351c08e3fe200cadf2840d7bf7de1eaa1977 100644 (file)
--- 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
  *
  *
  *
  * $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
index 1167fdc3d480daef538be36dea3773f4becd2e59..96a6daca67678688dd17b6b85f39b18e8442c1aa 100644 (file)
--- 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 
  *
  *
  *
  * $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
index d2385a0db52cd6aa9e5d136cb87a2ca095858b71..63f0be57c95500585be87d0d51cb35bef4e21e13 100644 (file)
--- 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
  *
  *
  *
  * $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
index ffd7c07504420c6442446a0177647aee79e37610..7545fa1dedf2b987db8585029aad841160429052 100644 (file)
--- 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
  *
  *
  *
  * $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
index 6c58dace587116b4820b47b0f0239646bdcea0cc..8d6388539a45165b1d82a95a76152cd8cfd38760 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 1f05ef49a40f4eb58d57e770ab620b969a8c615c..3bd1b560a031ac092b5afe1784d398558cf1862b 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 80b8e16a48c61a8a1e934ed8e32211434e675c2c..294a95e19ad6c2b90b06fcf2f234474bcd3fc861 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 4b64f157960cdbb31d68ba2dfd3f1d1022fcc7de..bb7f73ebb0e17afa3ca6444c6ea0763907e9a558 100644 (file)
@@ -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
  *
  *
  *
  * $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
index f15bc5dfa6bd184040278922ce893f91b24b965a..29bcb69d07531f91884fb9fc35d831f8c537512f 100644 (file)
@@ -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
  *
  *
  *
  * $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
index 704293104e30f019f455ae6d2899043608a1084a..41ea21d852ce7714937f65961a5ebcd0bf86fd94 100644 (file)
@@ -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
  *
  *
  *
  * $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