mirror of
https://github.com/netfun2000/lcd4linux.git
synced 2026-02-27 09:44:34 +08:00
[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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+6
-2
@@ -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>
|
||||
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+6
-3
@@ -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
|
||||
*
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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>
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
+6
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user