-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-#/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
*
*
* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
*
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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
-/* $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