]> git.webhop.me Git - lcd4linux.git/commitdiff
svn properties fixed
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sun, 14 Jan 2007 07:58:10 +0000 (07:58 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sun, 14 Jan 2007 07:58:10 +0000 (07:58 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@726 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

132 files changed:
CREDITS
CodingStyle
FAQ [deleted file]
INSTALL
Makefile.am
README
README.KDE
cfg.c
cfg.h
debug.c
debug.h
drv.c
drv.h
drv_BWCT.c
drv_BeckmannEgle.c
drv_Crystalfontz.c
drv_Curses.c
drv_Cwlinux.c
drv_G15.c
drv_HD44780.c
drv_Image.c
drv_LCD2USB.c
drv_LCDLinux.c
drv_LCDTerm.c
drv_LEDMatrix.c
drv_LPH7508.c
drv_LUIse.c
drv_M50530.c
drv_MatrixOrbital.c
drv_MilfordInstruments.c
drv_NULL.c
drv_Noritake.c
drv_RouterBoard.c
drv_Sample.c
drv_SimpleLCD.c
drv_T6963.c
drv_Trefon.c
drv_USBHUB.c
drv_USBLCD.c
drv_WincorNixdorf.c
drv_X11.c
drv_generic.c
drv_generic.h
drv_generic_gpio.c
drv_generic_gpio.h
drv_generic_graphic.c
drv_generic_graphic.h
drv_generic_i2c.c
drv_generic_i2c.h
drv_generic_keypad.c
drv_generic_keypad.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
drv_serdisplib.c
evaluator.c
evaluator.h
font_6x8.h
font_6x8_bold.h
hash.c
hash.h
layout.c
layout.h
lcd4linux.c
lcd4linux_i2c.h
pid.c
pid.h
plugin.c
plugin.h
plugin_apm.c
plugin_cfg.c
plugin_cpuinfo.c
plugin_diskstats.c
plugin_dvb.c
plugin_exec.c
plugin_file.c
plugin_i2c_sensors.c
plugin_iconv.c
plugin_imon.c
plugin_isdn.c
plugin_kvv.c
plugin_loadavg.c
plugin_math.c
plugin_meminfo.c
plugin_mpd.c
plugin_mysql.c
plugin_netdev.c
plugin_pop3.c
plugin_ppp.c
plugin_proc_stat.c
plugin_python.c
plugin_sample.c
plugin_seti.c
plugin_statfs.c
plugin_string.c
plugin_test.c
plugin_time.c
plugin_uname.c
plugin_uptime.c
plugin_wireless.c
plugin_xmms.c
property.c
property.h
qprintf.c
qprintf.h
rgb.c
rgb.h
thread.c
thread.h
timer.c
timer.h
udelay.c
udelay.h
widget.c
widget.h
widget_bar.c
widget_bar.h
widget_gpo.c
widget_gpo.h
widget_icon.c
widget_icon.h
widget_image.c
widget_image.h
widget_keypad.c
widget_keypad.h
widget_text.c
widget_text.h
widget_timer.c
widget_timer.h

diff --git a/CREDITS b/CREDITS
index 1ca958f2039ebdab76b31350ab5653ca9f897c8d..87131387930fa64af8daa6f0b78796f86d0af96f 100644 (file)
--- a/CREDITS
+++ b/CREDITS
@@ -1 +1,4 @@
+$Id$
+$URL$
+
 see http://lcd4linux.bulix.org for an up-to-date list of contributors!
index c47c01565e7a6f2977aef68606b3ee0112ca868f..8084299fa076b12bbe11d96558e48d5d1c29fbc2 100644 (file)
@@ -1,3 +1,7 @@
+$Id$
+$URL$
+
+
 LCD4Linux Coding Style
 
 We decided to use a common coding style to make patches and diffs 
@@ -16,7 +20,6 @@ indent -kr -l150
 There's a script called 'indent.sh' that comes with the LCD4Linux 
 source package; all it does is call indent with all .c and .h files.
 
-It is always a good idea to call 'indent.sh' before any CVS operation,
+It is always a good idea to call 'indent.sh' before any SVN operation,
 this ensures that diffs and updates won't get mixed up because of
 cosmetic changes.
-
diff --git a/FAQ b/FAQ
deleted file mode 100644 (file)
index cdd72a7..0000000
--- a/FAQ
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# $Id: FAQ,v 1.1 2000/03/22 07:33:50 reinelt Exp $
-#
-
-lcd4linux Frequently Asked Questions
-
-Q: Where can I buy LCD's from Matrox Orbital in Germany or Austria?
-
-A: Germany: Elektronikladen (http://www.elektronikladen.de/seriallcd.html)
-   Austria: MEGATON (http://www.elektronikladen.de/ela-oesterreich.html)
\ No newline at end of file
diff --git a/INSTALL b/INSTALL
index b42a17ac4640e9a2bfe5e480e44d0eef3f365928..6f5e5753a1b256614da8dd15c393d6054ffb50ef 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,7 @@
+$Id$
+$URL$
+
+
 Basic Installation
 ==================
 
index e6d6d18774d44b0d3b3e9fdf0bd6ed9369fe8e3d..f25022107ced460db4006021e8bc13dc43b6188a 100644 (file)
@@ -1,3 +1,6 @@
+# $Id * $URL$
+# $URL$
+
 # Process this file with automake to produce Makefile.in
 
 AUTOMAKE_OPTIONS = gnu
diff --git a/README b/README
index 83172b72bb6641d9fc8b5fba2526b0df5a0e1869..2e4b4a10df3697c1f28f9089c644e9bf4c596f72 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,5 @@
-#
-# $Id: README,v 1.25 2005/01/09 10:53:22 reinelt Exp $
-#
+# $Id 
+# $URL$
 
 Sorry, there is no README anymore.
 Go to http://lcd4linux.bulix.org for all the documentation.
index a4cff7faf836c8dab3303c93cbb0d61387b0fedc..86103a26bb9bce5bc376b0d80e051fcf8b031529 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Id: README.KDE,v 1.1 2000/04/03 06:53:09 reinelt Exp $
+# $Id * $URL$
 #
 
 This is the README file for the KDE integration of lcd4linux
diff --git a/cfg.c b/cfg.c
index 5b87baefeeddf114457c2d6288b92946fb2cbd69..d1e80421805ff3c2ac2f9a8e93820ee42f9d9f85 100644 (file)
--- a/cfg.c
+++ b/cfg.c
@@ -1,4 +1,6 @@
-/* $Id: cfg.c,v 1.49 2006/02/07 05:36:13 reinelt Exp $^
+/* $Id$
+ * $URL$
+ * $URL$
  *
  * config file stuff
  *
diff --git a/cfg.h b/cfg.h
index 079049ff04760751648336190bb96d35e1fb02bc..49bb0f1a99a8f0100780a7de468554311a7825ab 100644 (file)
--- a/cfg.h
+++ b/cfg.h
@@ -1,4 +1,5 @@
-/* $Id: cfg.h,v 1.13 2005/05/08 04:32:43 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * config file stuff
  *
diff --git a/debug.c b/debug.c
index 3c84c52a6d02cbc9620de23b3968fb7dab92175b..99bf8da6f795d4b887e46509a3bc6d9fb61648f3 100644 (file)
--- a/debug.c
+++ b/debug.c
@@ -1,4 +1,5 @@
-/* $Id: debug.c,v 1.13 2005/05/08 04:32:43 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * debug() and error() functions
  *
diff --git a/debug.h b/debug.h
index 77cdbcebcc2c9d2c3f5b8521a9681356b308d845..b0f9900b6094ddbe60c64e84942144feb4d2cb35 100644 (file)
--- a/debug.h
+++ b/debug.h
@@ -1,4 +1,5 @@
-/* $Id: debug.h,v 1.11 2006/09/07 09:06:25 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * debug messages
  *
diff --git a/drv.c b/drv.c
index 0d9472bdd317f91a49c0d41139111d2f86b038d2..389ecfe5646d267f67ff9a5c268ae827bf02632b 100644 (file)
--- a/drv.c
+++ b/drv.c
@@ -1,4 +1,5 @@
-/* $Id: drv.c,v 1.43 2006/08/08 19:35:21 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * new framework for display drivers
  *
diff --git a/drv.h b/drv.h
index cc3abef8144ab172816d626b4d6fb0a04fb28400..762765db89bc4fcec576dd153b33876ca8338e39 100644 (file)
--- a/drv.h
+++ b/drv.h
@@ -1,4 +1,5 @@
-/* $Id: drv.h,v 1.10 2005/05/08 04:32:43 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * new framework for display drivers
  *
index c27e4f55d5691f0742c2e76fe27796d05c55b839..0c56b6ffa74a2bc2f4b8d8d9a8d67f284d64724f 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_BWCT.c,v 1.6 2006/01/30 06:25:48 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * new style driver for BWCT USB LCD displays
  *
index 4e6c726b853f5a743f90e07800b1094ca62be796..8d1c71ab6d35ad978a19d1f141fcefc5385f995d 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_BeckmannEgle.c,v 1.17 2006/09/07 09:06:25 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * driver for Beckmann+Egle "Mini Terminals" and "Compact Terminals"
  * Copyright (C) 2000 Michael Reinelt <reinelt@eunet.at>
index 5312dd08605fb1d5b40f590e0f5ccd8e29829e0f..0826fd0ea04858a04bb8e1af76259507f1c24aca 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_Crystalfontz.c,v 1.47 2006/09/14 03:49:14 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * new style driver for Crystalfontz display modules
  *
index 2c470127480f2f37aeb2e90dfbc84edfa1ec7b86..0f281dad3ea2e45403512cd00f6abe5e8d38fa16 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_Curses.c,v 1.14 2006/09/07 09:06:25 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * pure ncurses based text driver
  *
index c476fc63185dd7dc7e35c8e6f6358bff8f911257..681973bcf0a4d96c53f898d63eb3f667bcf59164 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_Cwlinux.c,v 1.26 2006/02/25 13:36:33 geronet Exp $
+/* $Id$
+ * $URL$
  *
  * new style driver for Cwlinux display modules
  *
index 13ef51d2186a8d6ea87c42fb844fc85bd0c5ff73..d4c6d21c42361a7dc638532d8d3eb03248fa7c00 100644 (file)
--- a/drv_G15.c
+++ b/drv_G15.c
@@ -1,4 +1,5 @@
-/* $Id: drv_G15.c,v 1.10 2006/08/13 06:46:51 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * Driver for Logitech G-15 keyboard LCD screen
  *
index a83804479211dc7bd621106cce85eddfcd5cb857..ff0b92b0ce62353b6d0cc03bba11858beed2cc78 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_HD44780.c,v 1.64 2006/08/10 20:40:46 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * new style driver for HD44780-based displays
  *
index 8518de80c0420dc82cb115b1d9024506cd86ecd2..a5f6cbc8eb25fe32946a93d3788af80bcedd41e0 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_Image.c,v 1.19 2006/08/13 06:46:51 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * new style Image (PPM/PNG) Driver for LCD4Linux 
  *
index 0c4b6bc95cfca8ba9ad0060e61ddb3c1d3182c42..b678627322fd28258a1189153a25336daa2a0c68 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_LCD2USB.c,v 1.11 2006/07/19 01:35:31 cmay Exp $
+/* $Id$
+ * $URL$
  *
  * driver for USB2LCD display interface
  * see http://www.harbaum.org/till/lcd2usb for schematics
index 63199c2413dc7b298e860cd3590edf1bc57eaabc..0bb8c368f85031474665e9560ab738e2098fee3d 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_LCDLinux.c,v 1.14 2006/07/12 20:47:51 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * driver for the LCD-Linux HD44780 kernel driver
  * http://lcd-linux.sourceforge.net
index 851b9d584ff58078d83d6b88732210e352dfed61..b400625a8ee644f592a80f84c0376e719c393f16 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_LCDTerm.c,v 1.5 2006/01/30 06:25:52 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * driver for the LCDTerm serial-to-HD44780 adapter boards
  * http://www.bobblick.com/techref/projects/lcdterm/lcdterm.html
index 5a0c76e1f094193493aa445dc78de10eb924a985..83fff4af5e906dd432310911c7eb23b2979685cc 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_LEDMatrix.c,v 1.10 2006/09/07 09:06:25 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * LED matrix driver for LCD4Linux 
  * (see http://www.harbaum.org/till/ledmatrix for hardware)
index c5a1e302ac351f34a7493fa39c9b4ce150e88dd2..dfcad41479920de55d4a61b6e8e6b351fcd8510d 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_LPH7508.c,v 1.10 2006/02/27 06:14:46 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * driver for Pollin LPH7508
  *
index e25e93389b953677193fdff7ec954e9b96c74c6f..ce6959652f203d08e1f75beebdd1004b59de90ed 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_LUIse.c,v 1.6 2006/04/09 14:17:50 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * LUIse lcd4linux driver
  *
index e5daad04995e09cb4be297ef4ab46dfc60e39b26..e72a641a2631abe2983b0fb20a9cb5ee4fb8a76b 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_M50530.c,v 1.25 2006/09/07 09:06:25 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * new style driver for M50530-based displays
  *
index 93e813dd0031d37797d88e76a448891ae22e5c56..192f06ff1066dee3664058089fa77ebe739c25b6 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_MatrixOrbital.c,v 1.42 2006/01/30 06:25:53 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * new style driver for Matrix Orbital serial display modules
  *
index ca056ece8aa1947ca78ad8e0e1b1357a18112a5f..1210b8f2dc4ef8dc161ea4ac9c45b48da20013c4 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_MilfordInstruments.c,v 1.15 2006/01/30 06:25:53 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * driver for Milford Instruments 'BPK' piggy-back serial interface board
  * for standard Hitachi 44780 compatible lcd modules.
index 54be5852e71cf55af5c554af5ac06f78d26fe0bd..cd6f898c31266c23f4fceb79d35ac9c7a48e9788 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_NULL.c,v 1.10 2006/09/07 09:06:25 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * NULL driver (for testing)
  *
index 5413e119f8fd90f8293ffb5b61ed773df4333e32..7713155dbe571994cd2fa942707edc936ffd5761 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_Noritake.c,v 1.8 2006/02/27 08:12:34 reinelt Exp $
+/* $Id$
+ * $URL$
  * 
  * Driver for a Noritake GU128x32-311 graphical display.
  * 
index 75f5c736e7de604a4bdbac5e0a4abc391412381e..9a871cde3d97d634a3f245d639806b68f63b553e 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_RouterBoard.c,v 1.7 2006/01/30 06:25:53 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * driver for the "Router Board LCD port" 
  * see port details at http://www.routerboard.com
index 974bb316ecc8ea26b2a5a953105f8326cb356f68..784526bb43f5c0526a609db8b16f26b865b0efac 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_Sample.c,v 1.8 2006/06/19 11:54:08 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * sample lcd4linux driver
  *
index 1e7b80738837bb14434c4354c2820e90f5bd22fa..b8f504beb056a561b05402b8e966f86903be56be 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_SimpleLCD.c,v 1.7 2006/01/30 06:25:53 reinelt Exp $
+/* $Id$
+ * $URL$
  * 
  * driver for a simple serial terminal.
  * 
index 272e8ee594bbcf9c6c56b139ed1cf853b2fce6ca..efae437e8f404ea2e7c8217216803ea15d1f833d 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_T6963.c,v 1.23 2006/08/16 14:18:14 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * new style driver for T6963-based displays
  *
index 2e029775164fbf543cfb8fdd36ec33a17fdc0847..36d07e1108fb04c1acb4aae96f4aa2f77fb0d6bf 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_Trefon.c,v 1.7 2006/09/08 19:00:46 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * driver for TREFON USB LCD displays - http://www.trefon.de
  *
index b324967ec317fa967a0038dc60102288284ba542..7c43fc820a6843bfbd692eab4f6edc8405a5a13b 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_USBHUB.c,v 1.5 2006/09/07 09:06:25 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * new style driver for USBLCD displays
  *
index 847a99ae6d59f85517b8e8444cfc7a39a652905e..bd7a17325128a16cd6f34543cd0ef0f98e3bf7fb 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_USBLCD.c,v 1.25 2006/09/08 19:00:46 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * new style driver for USBLCD displays
  *
index 55126acb608e730286dbf230461138ce9b39a9ec..1349261786699a8fc2350c35a696a9d6fc097d7b 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_WincorNixdorf.c,v 1.2 2006/01/30 06:25:54 reinelt Exp $
+/* $Id$
+ * $URL$
  * 
  * driver for WincorNixdorf serial cashier displays BA63 and BA66
  * 
index 99ba6bb78db734ade6958dd0b06104523f84c3fa..c43695d3f430c6755ae78fdb3ab3050e7db1f0c5 100644 (file)
--- a/drv_X11.c
+++ b/drv_X11.c
@@ -1,4 +1,5 @@
-/* $Id: drv_X11.c,v 1.17 2006/08/13 06:46:51 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * new style X11 Driver for LCD4Linux 
  *
index 12aacf5e399e270e9612bdc9c0cf1a8dedc750d0..1501617e87a324c04530a0e90e2a0712f2a4c539 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_generic.c,v 1.7 2006/08/13 09:53:10 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic driver helper
  *
index 12304d04d7429998f0889180e3102cb8ec9c55c7..392ddc4b945667cc41315827475e47f5b5841dbd 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_generic.h,v 1.7 2006/08/13 09:53:10 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic driver helper
  *
index 0bed2d4b059f326a40d05b0d9b1f402e614ea6ca..eb77cebc74303717e40c957846ae3bc870542de0 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_generic_gpio.c,v 1.4 2006/01/05 18:56:57 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic driver helper for GPO's
  *
index 35457dbe8bfa12e450fb6ef213e4a813972b1523..1a518d2cc2f64fa41459a29f55d8ea52d0328450 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_generic_gpio.h,v 1.2 2006/01/03 06:13:45 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic driver helper for GPIO's
  *
index a677647330fb82fddeb44690a4b0900fc1458770..4cfce35be95964e5b20818a02d41a6a9077b6fd0 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_generic_graphic.c,v 1.35 2006/09/29 04:48:22 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic driver helper for graphic displays
  *
index 106ac2af633824c1a22223e41fb55069fffca86e..878fd993666c96ffb3f8d59a60962314bdfb897a 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_generic_graphic.h,v 1.13 2006/07/31 03:48:09 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic driver helper for graphic displays
  *
index 6c1213abc8bd44adf3d26c4924f5eb42e482f871..b28fb2c333263ad060b88fd5cff2deab29dab92f 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_generic_i2c.c,v 1.9 2006/09/07 09:06:25 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic driver helper for i2c displays
  *
index 543da042af4e11e11b4537492537e516743eed91..6cc0f49cade147395a0e8183cbbee8e8c3cf352a 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_generic_i2c.h,v 1.8 2006/08/13 06:46:51 reinelt Exp $\r
+/* $Id$\r
+ * $URL$\r
  *\r
  * generic driver helper for i2c displays\r
  *\r
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\r
  *\r
  *\r
- * $Log: drv_generic_i2c.h,v $
- * Revision 1.8  2006/08/13 06:46:51  reinelt
- * T6963 soft-timing & enhancements; indent
- *
- * Revision 1.7  2006/07/31 03:48:09  reinelt
- * preparations for scrolling
+ * $Log: drv_generic_i2c.h,v $\r
+ * Revision 1.8  2006/08/13 06:46:51  reinelt\r
+ * T6963 soft-timing & enhancements; indent\r
+ *\r
+ * Revision 1.7  2006/07/31 03:48:09  reinelt\r
+ * preparations for scrolling\r
  *\r
  * Revision 1.6  2006/02/27 06:15:55  reinelt\r
  * indent...\r
     \r
 #ifndef _DRV_GENERIC_I2C_H_\r
 #define _DRV_GENERIC_I2C_H_\r
-\rint drv_generic_i2c_open(const char *section, const char *driver);
-\rint drv_generic_i2c_close(void);
-\runsigned char drv_generic_i2c_wire(const char *name, const char *deflt);
-\rvoid drv_generic_i2c_data(const unsigned char data);
-\rvoid drv_generic_i2c_command(const unsigned char command, const unsigned char *data, const unsigned char length);
+\rint drv_generic_i2c_open(const char *section, const char *driver);\r
+\rint drv_generic_i2c_close(void);\r
+\runsigned char drv_generic_i2c_wire(const char *name, const char *deflt);\r
+\rvoid drv_generic_i2c_data(const unsigned char data);\r
+\rvoid drv_generic_i2c_command(const unsigned char command, const unsigned char *data, const unsigned char length);\r
 \r\r
-#endif                         /* \r */
+#endif                         /* \r */\r
index 5b4f2b1552123db963a847514367041f7075b214..f0086d687f9e62f6affb24087ee21c83bf717411 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_generic_keypad.c,v 1.3 2006/02/22 15:59:39 cmay Exp $
+/* $Id$
+ * $URL$
  *
  * generic driver helper for keypads
  *
index 6145d5ed82b9cebe9631cdbac1e3a769984413db..e92639a6f73a4548d1bcb715afdc4af0614f97a7 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_generic_keypad.h,v 1.3 2006/02/22 15:59:39 cmay Exp $
+/* $Id$
+ * $URL$
  *
  * generic driver helper for keypads
  *
index c97fb108f1110f45b915e56f6ece63b1e63b7d53..dc9710acc9ef0a19af44890f1721aca03a9f68dd 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_generic_parport.c,v 1.21 2006/02/25 13:36:33 geronet Exp $
+/* $Id$
+ * $URL$
  *
  * generic driver helper for serial and parport access
  *
index 73e521594204a5d0b90c04123206d4b828956a25..4bd87a4bc5b9cec33c6087462ff78283a967f141 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_generic_parport.h,v 1.12 2005/12/12 05:52:03 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic driver helper for parallel port displays
  *
index dab1c53fe2610e689ce75ec85a8d9b4ff9b07ed5..d9961b120154f70b50edced2a92a29bd9fbc18c4 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_generic_serial.c,v 1.19 2006/09/14 03:49:14 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic driver helper for serial and usbserial displays
  *
index 102a77844b0d32d9b86faff250a110fb1a4e9686..3f2b16ddb2b25b25e33e55e6425700f3d3a03a42 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_generic_serial.h,v 1.10 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic driver helper for serial and usbserial displays
  *
index 4bcbb51c9fea811e3681ad940793a4a953b92bdd..8794ec24870749f72cca90ca2852f6d5f350e581 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_generic_text.c,v 1.36 2006/07/31 03:48:09 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic driver helper for text-based displays
  *
index 1ba9b1b4ec221ccf18ab96c209559e63a0d46269..dcba14784d659ecebbf331af4e8e224e7a0cf197 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_generic_text.h,v 1.21 2006/07/31 03:48:09 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic driver helper for text-based displays
  *
index 30e7c50778404fb524d70088996281246a96cea6..cf2d00fb42347352a76a9fe7e79ec7c0152c36ca 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: drv_serdisplib.c,v 1.10 2006/02/27 08:12:34 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * driver for serdisplib displays
  *
index 421b077902d9eda97cc9e07d9cf3ae901b17428b..c26cef1c40c9a659acea0d96234a35dfd92fa141 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: evaluator.c,v 1.33 2006/09/29 04:48:22 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * expression evaluation
  *
index 51f94a7ccedc058fdedb97570747cb15d5909671..5ece5d48a118569263ff3fd8867e6166cd671e28 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: evaluator.h,v 1.13 2006/08/13 09:53:10 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * expression evaluation
  *
index d28610afa55cab408b6707bf7b106355238f4410..46a4821400f44dd339774004a200316486f64fcb 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: font_6x8.h,v 1.4 2006/08/14 19:24:22 harbaum Exp $
+/* $Id$
+ * $URL$
  *
  * 6x8 font
  *
index e0175fb210c6df3dc5305b61ed7f10477eac8f0e..71a149a9c2f5176ed2c1a25ce9bf2e2e94b01101 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: font_6x8_bold.h,v 1.3 2006/08/14 19:24:22 harbaum Exp $
+/* $Id$
+ * $URL$
  *
  * 6x8 bold font
  *
diff --git a/hash.c b/hash.c
index 9eff1a0a76b026c567fdf800c0f1d52f39156e01..1e3ba2dff23e5c8de5d5829d6c4d1deadf2eb6dc 100644 (file)
--- a/hash.c
+++ b/hash.c
@@ -1,4 +1,5 @@
-/* $Id: hash.c,v 1.26 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * hashes (associative arrays)
  *
diff --git a/hash.h b/hash.h
index 92c473108abda2ded629276c3a6a3031b05da133..7a012a0e27bce62222a57616769841b0fe80daaf 100644 (file)
--- a/hash.h
+++ b/hash.h
@@ -1,4 +1,5 @@
-/* $Id: hash.h,v 1.19 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * hashes (associative arrays)
  *
index e6a397f69f2cd9d1345d9f33d67e8a019dcc19ba..6a5b46f26cee9b01cbcb077079f4d4b52f7a8494 100644 (file)
--- a/layout.c
+++ b/layout.c
@@ -1,4 +1,5 @@
-/* $Id: layout.c,v 1.22 2006/02/21 05:50:34 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * new layouter framework
  *
index 6255b28e8f5c354a53a29f176559ea5b4abddd4d..d1a41b42f7a58250967b32614e83cf4afad0fb57 100644 (file)
--- a/layout.h
+++ b/layout.h
@@ -1,4 +1,5 @@
-/* $Id: layout.h,v 1.5 2006/02/27 07:53:52 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * new layouter framework
  *
index c8b51b403af94b3225e0b5c40abe11828e593adb..95b70e618c87ab834814014311eb27c8e1beb165 100644 (file)
@@ -1,4 +1,6 @@
-/* $Id: lcd4linux.c,v 1.84 2006/09/14 11:19:29 entropy Exp $
+/* $Id$
+ * $URL$
+ * $URL$
  *
  * LCD4Linux
  *
index 33505e02c6ec8baff568839b9b423568d6d43e34..cda59b286d6bf6b5e39a8b5b7b584f733c66cf11 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: lcd4linux_i2c.h,v 1.4 2006/02/25 13:36:33 geronet Exp $
+/* $Id$
+ * $URL$
  *
  * user space i2c sturctures and defines, taken from the official kernel i2c 
  * includes to solve the problem when compiling user space application
diff --git a/pid.c b/pid.c
index 6440d48e41afc6b8cada9a2406a3b2d1a3c63446..adbae61d6cf494540a46f76627033b1b0fabb4c9 100644 (file)
--- a/pid.c
+++ b/pid.c
@@ -1,4 +1,5 @@
-/* $Id: pid.c,v 1.10 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * PID file handling
  *
diff --git a/pid.h b/pid.h
index 18ac08d5d8a072bd2b58b73b6776ee519c5660f6..02400609f3dae272721597d95ec258d3b7958f38 100644 (file)
--- a/pid.h
+++ b/pid.h
@@ -1,4 +1,5 @@
-/* $Id: pid.h,v 1.4 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * PID file handling
  *
index f31e0bc2971920269406caf792f2ea450d4d3b8e..26fb82a51a4075c106af2345fe26a5b092f87c35 100644 (file)
--- a/plugin.c
+++ b/plugin.c
@@ -1,4 +1,5 @@
-/* $Id: plugin.c,v 1.47 2006/09/19 11:20:52 entropy Exp $
+/* $Id$
+ * $URL$
  *
  * plugin handler for the Evaluator
  *
index 6f3e18ed25be9618c4b33bddbd6e308d0f60ff37..85899efa7677a217f384646fbd5de632c1c17d0b 100644 (file)
--- a/plugin.h
+++ b/plugin.h
@@ -1,4 +1,5 @@
-/* $Id: plugin.h,v 1.4 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin handler for the Evaluator
  *
index 5dffa06ada06719168bb61edb6a97cb22579a1f5..92c7f31b16abb51b277628eca5de9fc3d906e121 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_apm.c,v 1.6 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for APM (battery status)
  *
index 323c04d93d69b158f6939249a68b7e897151af87..6a9aab2a3e9f05091f3b9e8d56f4c29e5662180f 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_cfg.c,v 1.14 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for config file access
  *
index e09138316fd8e6dfb30a6e97de6d0ea391790e4c..d854435739fde61f257de8fbe894a8851c6501a5 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_cpuinfo.c,v 1.14 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for /proc/cpuinfo parsing
  *
index fae74f1fed75376aebe7a7a07db0721e101d8379..1b1b981e0a2320d3590e76631ee3f4cabfce6033 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_diskstats.c,v 1.8 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for /proc/diskstats parsing
  *
index 5042df3ece3c5332ca08bdd6e47795c498ab680b..66c851e420d20c3a4f9c658122e289ded95b8a63 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_dvb.c,v 1.9 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for DVB status
  *
index cf25d9367c1375067b8b5c41d443db5c9cb18df0..2efb8056dfc49958597d136a75232d949b48365f 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_exec.c,v 1.12 2006/07/12 21:01:41 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for external processes
  *
index 2fc9ea09dabbed1e7747e3c04b37b8d49a25b063..fd286cc01e1380c2cdca2f18e7ecc6517e34c836 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_file.c,v 1.3 2006/09/13 05:33:39 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin to perform simple file operations
  *
index 7dee1e9f17a3b9f913f4609ebf14a4b40295cbe3..d36ca4dba82fd284c1643dbc95fe25b1b379e064 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_i2c_sensors.c,v 1.26 2006/09/07 09:06:25 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * I2C sensors plugin
  *
index 2eaac6e84be3c204235a163f4480b8c2adc9de77..ecd6f96a839a3b29bc1543c065c0faacbb0d6acd 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_iconv.c,v 1.3 2006/09/29 04:48:22 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * iconv charset conversion plugin
  *
index 6ed4068908c7bcae6e87952aed542ad2e08e986e..999bd1e33365c6c5ed3342ea6c00d64673d338b7 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_imon.c,v 1.17 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * imond/telmond data processing
  *
index 7f28a5bdd7db554016cb453678972cb1e114da9d..b8ca7b5a067aa89edb662d0d32556bba6f5cafba 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_isdn.c,v 1.7 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for ISDN subsystem
  *
index bb3b840a7e1e824544116eb90aaa11c70d9d1884..6c29032510e4b2b0d1e3553394f4ff45006fd84a 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_kvv.c,v 1.7 2006/08/23 17:45:37 harbaum Exp $
+/* $Id$
+ * $URL$
  *
  * plugin kvv (karlsruher verkehrsverbund)
  *
index bdb3091f8f67ca3c9d695ebfc92762faf8906132..5f40943efadf7ccc325d115b6754ddba863fe11f 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_loadavg.c,v 1.10 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for load average
  *
index a2b53f9395d714a5f84976a570783442333e07b5..fc7e305d53c238635e92419b47422d96345acb1d 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_math.c,v 1.9 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * math plugin
  *
index 83c6383b1aaab02ce957b899519ed9ff17fceed1..106aea21589c3de9802f1c8de3967e0573ca964b 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_meminfo.c,v 1.12 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for /proc/meminfo parsing
  *
index 13166870e9dc1120b8a91ad8b1c9c8b909eb4feb..145726078c123c97b97b53fa78eec7523bd6b128 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_mpd.c,v 1.1 2006/04/15 05:22:52 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * mpd informations
  *
index f616a39c52c1ae1a7946f075aed85bbf4e98b0bf..733b5c80e1ddca45fead7d974e2ee4a45af9b0e8 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_mysql.c,v 1.11 2006/02/25 13:36:33 geronet Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for execute SQL queries into a MySQL DBSM.
  *
index 6d5d430c2a006124a5ec53e8e97bc5cd8f4deafe..419389da3872abe64969d7aac6a059bf89854f1e 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_netdev.c,v 1.14 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for /proc/net/dev parsing
  *
index 9461a5a490a788d6a64c96b68865d6450a081fd9..d39e750c8ff51d1bde829dc13c07c04a06c144b3 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_pop3.c,v 1.10 2006/02/25 13:36:33 geronet Exp $
+/* $Id$
+ * $URL$
  *
  * Plugin to check POP3 mail accounts
  *
index 70f9963852f7bb8185113899bbc8a5519cceb417..5f819a586efd04c3e64dc9695ea97f582ce14174 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_ppp.c,v 1.10 2005/05/08 04:32:44 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for ppp throughput
  *
index 55d7d8145f83bb3c582736d6773ab12d1325249c..fec42225dc9221453b573280ce283547db34e1d6 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_proc_stat.c,v 1.26 2005/05/08 04:32:45 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for /proc/stat parsing
  *
index dcd5daba4bb659421508ec1cf33e9dbc815b8ba9..9cde2047542514b82cab7bead21b4b81cf64aea5 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_python.c,v 1.4 2005/05/08 04:32:45 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * Python plugin
  *
index c1f9077ceb613a5487d9eb27f8ef1efb646fd001..38d987b374633ae893c0785979bb47eed7dfdef0 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_sample.c,v 1.11 2005/11/04 04:53:10 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin template
  *
index c28746b71b0cce9cc2be5bb76b9b93c91b41e0f1..89b2c0946f45eae040bd05e468304129020867d8 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_seti.c,v 1.7 2005/05/08 04:32:45 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for seti@home status reporting
  *
index d043e71342c1dd4bcd0de5e96434a556b2813031..e092681f9e177cb7cecfa66dddaa85b404584bd8 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_statfs.c,v 1.2 2005/05/08 04:32:45 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for statfs() syscall
  *
index 1aeb478cb918de25cd2395885c8282365b9817c2..1b4a7265e02fa4485b9632a92dd84fc9327d0ed9 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_string.c,v 1.11 2006/07/31 03:48:09 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * string plugin
  *
index 1c4fb144052cd83281e9aaa6ddc78a47916de7a5..5f827f7ec9e4e2f1b6a65a0c3e9b9a05fc61acd1 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_test.c,v 1.5 2005/05/08 04:32:45 reinelt Exp $
+/* $Id$
+ * $URL$
 *
 * Handy functions for testing displays and debugging code.
 *
index 0a01158ba3453ce90b1d364704391696da8b191f..d9c9b86b3318d4c4c55fda5526dd63489ba1a2f8 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_time.c,v 1.5 2005/05/08 04:32:45 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * time plugin
  *
index ad7fa063c253f52a64c752311f6a319e2938ec72..60982d0599cc717a264c7f5e2453a8dddda27378 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_uname.c,v 1.6 2005/05/08 04:32:45 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for uname() syscall
  *
index f15d86bfa18fceebfae51a77dd11d370d0043646..273b00464efc094fb48d409e0665c05722a14a72 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_uptime.c,v 1.6 2005/05/08 04:32:45 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * plugin for uptime
  *
index 182377657fd4effaa7cc28a86e9708a7c3c23a73..a7de7031b580449d54e7f0eebe3f721d659d9290 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_wireless.c,v 1.9 2005/05/08 04:32:45 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * Wireless Extension plugin
  *
index b07919e5b69206a154620b0586ebd9ca99cc1c7e..27efbf64af157c06e4c2a29e08bef636ebe89343 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: plugin_xmms.c,v 1.14 2005/05/08 04:32:45 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * XMMS-Plugin for LCD4Linux
  * Copyright (C) 2003 Markus Keil <markus_keil@t-online.de>
index 8e1e081d7a417be60ff7ed2d76a43932a60dfeff..d3cbb8d133628a4c0fbb13e7e9cf5d3d27d5422c 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: property.c,v 1.3 2006/08/13 18:14:03 harbaum Exp $
+/* $Id$
+ * $URL$
  *
  * dynamic properties
  *
index a227ca13b9821d9b31f2b5f25208828b3847a52e..890aa620f910382f781595172e249cfca50115bf 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: property.h,v 1.3 2006/08/14 05:54:04 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * dynamic properties
  *
index fd5bfd366c17967229a7c00ac46731b064ab3327..4778b6d5ed4839e8ea6917186ffb156d07d5c169 100644 (file)
--- a/qprintf.c
+++ b/qprintf.c
@@ -1,4 +1,5 @@
-/* $Id: qprintf.c,v 1.8 2005/05/08 04:32:45 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * simple but quick snprintf() replacement
  *
index 33b0fac8a402306b1edb3088212515b5bbe8357c..29d870e1f8b4b7408a0ec0451185c5349a3fab8f 100644 (file)
--- a/qprintf.h
+++ b/qprintf.h
@@ -1,4 +1,5 @@
-/* $Id: qprintf.h,v 1.5 2005/01/18 06:30:23 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * simple but quick snprintf() replacement
  *
diff --git a/rgb.c b/rgb.c
index 452a6eaeec206bd302aa1cea912011ca7d3abf1b..2e62d89517b1a641e2b1f9176c3f2a611e9c622c 100644 (file)
--- a/rgb.c
+++ b/rgb.c
@@ -1,4 +1,5 @@
-/* $Id: rgb.c,v 1.1 2006/01/30 05:47:38 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic color handling
  *
diff --git a/rgb.h b/rgb.h
index eeba9bc9a217e1c32056b23ec4bb3d4eaf9c1726..a2239e36be0198bb09e1b96a0216f1417bbf966f 100644 (file)
--- a/rgb.h
+++ b/rgb.h
@@ -1,4 +1,5 @@
-/* $Id: rgb.h,v 1.1 2006/01/30 05:47:38 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic color handling
  *
index d7cfcc983c7524a61c8db118eb8f968b0f34dff8..848fe93685ee3aeaa07f66cf778cad8532bd6707 100644 (file)
--- a/thread.c
+++ b/thread.c
@@ -1,4 +1,5 @@
-/* $Id: thread.c,v 1.10 2006/09/14 03:49:14 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * thread handling (mutex, shmem, ...)
  *
index 3c19b40f144153ac93fb2bccc9c848428fc40986..d2cbb80d54e2392874052dab9dd3e7768c63311c 100644 (file)
--- a/thread.h
+++ b/thread.h
@@ -1,4 +1,5 @@
-/* $Id: thread.h,v 1.9 2006/09/14 03:49:14 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * thread handling (mutex, shmem, ...)
  *
diff --git a/timer.c b/timer.c
index f6a3cf81163a0ca88d2a1e26a632cf7a9e576f43..0ec1ac2d77ec38f5d3afe787fe7c4c20ba585cb1 100644 (file)
--- a/timer.c
+++ b/timer.c
@@ -1,4 +1,5 @@
-/* $Id: timer.c,v 1.13 2005/05/08 04:32:45 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic timer handling
  *
diff --git a/timer.h b/timer.h
index 67c01e81e72675719be9296d9a6ff6503d97bd0f..6746d3a5382054fc088947f279528398bd03e3bf 100644 (file)
--- a/timer.h
+++ b/timer.h
@@ -1,4 +1,5 @@
-/* $Id: timer.h,v 1.6 2005/05/08 04:32:45 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic timer handling
  *
index b30507da42ab3772594d1f4e499ab6687431e732..d73bf4c71317e52779af4725ef01fc0b413137ec 100644 (file)
--- a/udelay.c
+++ b/udelay.c
@@ -1,4 +1,5 @@
-/* $Id: udelay.c,v 1.23 2006/08/13 06:46:51 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * short delays
  *
index aa6a78bec7ecd7f2cbdd5e7bc5f6e8e00d991a9c..fb275700a3d8d350ddd32343eb3b752c1e032fee 100644 (file)
--- a/udelay.h
+++ b/udelay.h
@@ -1,4 +1,5 @@
-/* $Id: udelay.h,v 1.12 2006/09/13 20:07:59 entropy Exp $
+/* $Id$
+ * $URL$
  *
  * short delays 
  *
index da23ecba6d9181852d44a09b4eb9c894fca095b5..b193091e5b81017b6f819524899698e5e9ed28d9 100644 (file)
--- a/widget.c
+++ b/widget.c
@@ -1,4 +1,5 @@
-/* $Id: widget.c,v 1.26 2006/08/09 17:25:34 harbaum Exp $
+/* $Id$
+ * $URL$
  *
  * generic widget handling
  *
index 2b5c3593535df3d6a95ea3ffd518522988e74908..7d554e040a2f4c327bc7e686fd3512818a7da710 100644 (file)
--- a/widget.h
+++ b/widget.h
@@ -1,4 +1,5 @@
-/* $Id: widget.h,v 1.22 2006/08/14 05:54:04 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * generic widget handling
  *
index a03f74dd042396e57f4e294b493dcf0f650136d4..2f063a6061ab6d08baa82bee326714dd3471bd78 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: widget_bar.c,v 1.19 2006/08/09 17:25:34 harbaum Exp $
+/* $Id$
+ * $URL$
  *
  * bar widget handling
  *
index 11fa9f86d43fc76c36ccc93f608020289e01c91c..bbbb8eb0605af03c5c86d672aa56e0c1e131b4ba 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: widget_bar.h,v 1.10 2006/08/13 06:46:51 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * bar widget handling
  *
index a53b01296e6c34461cc0766a00fece2b45970410..792818967358f2926bf7ada716f8072e89002d55 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: widget_gpo.c,v 1.1 2005/12/18 16:18:36 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * GPO widget handling
  *
index cc93f841cd89c1e5028b5f10a95e240b8906264c..59c9a38671a09f23fdd43ed1a0b89c59898f7ca6 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: widget_gpo.h,v 1.1 2005/12/18 16:18:36 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * GPO widget handling
  *
index 38af3597a4a877385db2fe4766c32b3ff69c3d2b..744d033101a70842ba98d6e03a40d8d82b8d3584 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: widget_icon.c,v 1.23 2006/02/25 13:36:33 geronet Exp $
+/* $Id$
+ * $URL$
  *
  * icon widget handling
  *
index de86798e5e018c035f1ccd19200f8fce2a0b870c..03533147820e818e5172c484b78439bef76085b6 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: widget_icon.h,v 1.9 2005/05/08 04:32:45 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * icon widget handling
  *
index 9245dc91c05a2c1ec8dc8b4118494fda6f70fe3d..bd96cb7a66e4b38604f8a2ca84c90a13a1eb64cd 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: widget_image.c,v 1.13 2006/10/01 11:54:38 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * image widget handling
  *
index 963438beacade47c425c77931b9637d69043be3c..9e0f13a9bf193eb544d774f38ca11cd805b92012 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: widget_image.h,v 1.5 2006/09/29 04:48:22 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * image widget handling
  *
index fbda9309d6a1209ded7e9c28992a9c1e7c129b9d..b2c909d19d46b582c9085bdfc504625e7f620691 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: widget_keypad.c,v 1.3 2006/07/19 01:35:31 cmay Exp $
+/* $Id$
+ * $URL$
  *
  * keypad widget handling
  *
index 5918ede91ed86a01801564ab8b987936fe929dbc..5462ff907abdb37d484134d6f175ea398c4bddaa 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: widget_keypad.h,v 1.3 2006/07/19 01:35:31 cmay Exp $
+/* $Id$
+ * $URL$
  *
  * keypad widget handling
  *
index fff8fd798030173ae43862a8c463f2a6be126841..03b112cbe178dc5ec6e5fe2ba9dcc998509bf144 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: widget_text.c,v 1.29 2006/09/29 04:48:22 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * simple text widget handling
  *
index bd9a18d4860a8b5eac5c1e9867575ddaa419fd1c..47d32e771dd7743c4d7369fb485f35c6cfe694c0 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: widget_text.h,v 1.10 2006/08/13 18:14:03 harbaum Exp $
+/* $Id$
+ * $URL$
  *
  * simple text widget handling
  *
index c2c5340b2859ae41fa274978ba4c10349f4c95c2..1c659c5b2158f5838e5ad40503dc9ddb55abcbc7 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: widget_timer.c,v 1.4 2006/10/01 11:54:38 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * timer widget handling
  *
index 1499e38a50e3e269126cfedfb08d523c17205140..ad3eaaf6553aa602606d5647cfffd304bd11feaf 100644 (file)
@@ -1,4 +1,5 @@
-/* $Id: widget_timer.h,v 1.3 2006/10/01 11:54:38 reinelt Exp $
+/* $Id$
+ * $URL$
  *
  * timer widget handling
  *