Skip to content

Commit d7461c4

Browse files
author
reinelt
committed
[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
1 parent 1338a26 commit d7461c4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+413
-139
lines changed

cfg.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: cfg.c,v 1.41 2004/06/26 09:27:20 reinelt Exp $^
1+
/* $Id: cfg.c,v 1.42 2004/06/26 12:04:59 reinelt Exp $^
22
*
33
* config file stuff
44
*
@@ -23,10 +23,14 @@
2323
*
2424
*
2525
* $Log: cfg.c,v $
26+
* Revision 1.42 2004/06/26 12:04:59 reinelt
27+
*
28+
* uh-oh... the last CVS log message messed up things a lot...
29+
*
2630
* Revision 1.41 2004/06/26 09:27:20 reinelt
2731
*
2832
* added '-W' to CFLAGS
29-
* changed all C++ comments to C ones ('//' => '/* */')
33+
* changed all C++ comments to C ones
3034
* cleaned up a lot of signed/unsigned mistakes
3135
*
3236
* Revision 1.40 2004/06/20 10:09:52 reinelt

debug.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: debug.c,v 1.10 2004/06/26 09:27:20 reinelt Exp $
1+
/* $Id: debug.c,v 1.11 2004/06/26 12:04:59 reinelt Exp $
22
*
33
* debug() and error() functions
44
*
@@ -22,10 +22,14 @@
2222
*
2323
*
2424
* $Log: debug.c,v $
25+
* Revision 1.11 2004/06/26 12:04:59 reinelt
26+
*
27+
* uh-oh... the last CVS log message messed up things a lot...
28+
*
2529
* Revision 1.10 2004/06/26 09:27:20 reinelt
2630
*
2731
* added '-W' to CFLAGS
28-
* changed all C++ comments to C ones ('//' => '/* */')
32+
* changed all C++ comments to C ones
2933
* cleaned up a lot of signed/unsigned mistakes
3034
*
3135
* Revision 1.9 2004/06/20 10:09:54 reinelt

drv.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: drv.c,v 1.20 2004/06/26 09:27:20 reinelt Exp $
1+
/* $Id: drv.c,v 1.21 2004/06/26 12:04:59 reinelt Exp $
22
*
33
* new framework for display drivers
44
*
@@ -23,10 +23,14 @@
2323
*
2424
*
2525
* $Log: drv.c,v $
26+
* Revision 1.21 2004/06/26 12:04:59 reinelt
27+
*
28+
* uh-oh... the last CVS log message messed up things a lot...
29+
*
2630
* Revision 1.20 2004/06/26 09:27:20 reinelt
2731
*
2832
* added '-W' to CFLAGS
29-
* changed all C++ comments to C ones ('//' => '/* */')
33+
* changed all C++ comments to C ones
3034
* cleaned up a lot of signed/unsigned mistakes
3135
*
3236
* Revision 1.19 2004/06/20 10:09:54 reinelt

drv.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: drv.h,v 1.7 2004/06/26 09:27:20 reinelt Exp $
1+
/* $Id: drv.h,v 1.8 2004/06/26 12:04:59 reinelt Exp $
22
*
33
* new framework for display drivers
44
*
@@ -23,10 +23,14 @@
2323
*
2424
*
2525
* $Log: drv.h,v $
26+
* Revision 1.8 2004/06/26 12:04:59 reinelt
27+
*
28+
* uh-oh... the last CVS log message messed up things a lot...
29+
*
2630
* Revision 1.7 2004/06/26 09:27:20 reinelt
2731
*
2832
* added '-W' to CFLAGS
29-
* changed all C++ comments to C ones ('//' => '/* */')
33+
* changed all C++ comments to C ones
3034
* cleaned up a lot of signed/unsigned mistakes
3135
*
3236
* Revision 1.6 2004/06/20 10:09:54 reinelt

drv_BeckmannEgle.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: drv_BeckmannEgle.c,v 1.10 2004/06/26 09:27:20 reinelt Exp $
1+
/* $Id: drv_BeckmannEgle.c,v 1.11 2004/06/26 12:04:59 reinelt Exp $
22
*
33
* driver for Beckmann+Egle "Mini Terminals" and "Compact Terminals"
44
* Copyright 2000 Michael Reinelt <reinelt@eunet.at>
@@ -22,10 +22,14 @@
2222
*
2323
*
2424
* $Log: drv_BeckmannEgle.c,v $
25+
* Revision 1.11 2004/06/26 12:04:59 reinelt
26+
*
27+
* uh-oh... the last CVS log message messed up things a lot...
28+
*
2529
* Revision 1.10 2004/06/26 09:27:20 reinelt
2630
*
2731
* added '-W' to CFLAGS
28-
* changed all C++ comments to C ones ('//' => '/* */')
32+
* changed all C++ comments to C ones
2933
* cleaned up a lot of signed/unsigned mistakes
3034
*
3135
* Revision 1.9 2004/06/26 06:12:15 reinelt

drv_Crystalfontz.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: drv_Crystalfontz.c,v 1.28 2004/06/26 09:27:20 reinelt Exp $
1+
/* $Id: drv_Crystalfontz.c,v 1.29 2004/06/26 12:04:59 reinelt Exp $
22
*
33
* new style driver for Crystalfontz display modules
44
*
@@ -23,10 +23,14 @@
2323
*
2424
*
2525
* $Log: drv_Crystalfontz.c,v $
26+
* Revision 1.29 2004/06/26 12:04:59 reinelt
27+
*
28+
* uh-oh... the last CVS log message messed up things a lot...
29+
*
2630
* Revision 1.28 2004/06/26 09:27:20 reinelt
2731
*
2832
* added '-W' to CFLAGS
29-
* changed all C++ comments to C ones ('//' => '/* */')
33+
* changed all C++ comments to C ones
3034
* cleaned up a lot of signed/unsigned mistakes
3135
*
3236
* Revision 1.27 2004/06/20 10:09:54 reinelt

drv_Curses.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: drv_Curses.c,v 1.7 2004/06/26 09:27:20 reinelt Exp $
1+
/* $Id: drv_Curses.c,v 1.8 2004/06/26 12:04:59 reinelt Exp $
22
*
33
* pure ncurses based text driver
44
*
@@ -26,10 +26,14 @@
2626
*
2727
*
2828
* $Log: drv_Curses.c,v $
29+
* Revision 1.8 2004/06/26 12:04:59 reinelt
30+
*
31+
* uh-oh... the last CVS log message messed up things a lot...
32+
*
2933
* Revision 1.7 2004/06/26 09:27:20 reinelt
3034
*
3135
* added '-W' to CFLAGS
32-
* changed all C++ comments to C ones ('//' => '/* */')
36+
* changed all C++ comments to C ones
3337
* cleaned up a lot of signed/unsigned mistakes
3438
*
3539
* Revision 1.6 2004/06/20 10:09:54 reinelt

drv_Cwlinux.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: drv_Cwlinux.c,v 1.18 2004/06/26 09:27:20 reinelt Exp $
1+
/* $Id: drv_Cwlinux.c,v 1.19 2004/06/26 12:04:59 reinelt Exp $
22
*
33
* new style driver for Cwlinux display modules
44
*
@@ -23,10 +23,14 @@
2323
*
2424
*
2525
* $Log: drv_Cwlinux.c,v $
26+
* Revision 1.19 2004/06/26 12:04:59 reinelt
27+
*
28+
* uh-oh... the last CVS log message messed up things a lot...
29+
*
2630
* Revision 1.18 2004/06/26 09:27:20 reinelt
2731
*
2832
* added '-W' to CFLAGS
29-
* changed all C++ comments to C ones ('//' => '/* */')
33+
* changed all C++ comments to C ones
3034
* cleaned up a lot of signed/unsigned mistakes
3135
*
3236
* Revision 1.17 2004/06/20 10:09:54 reinelt

drv_HD44780.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: drv_HD44780.c,v 1.31 2004/06/26 09:27:20 reinelt Exp $
1+
/* $Id: drv_HD44780.c,v 1.32 2004/06/26 12:04:59 reinelt Exp $
22
*
33
* new style driver for HD44780-based displays
44
*
@@ -29,10 +29,14 @@
2929
*
3030
*
3131
* $Log: drv_HD44780.c,v $
32+
* Revision 1.32 2004/06/26 12:04:59 reinelt
33+
*
34+
* uh-oh... the last CVS log message messed up things a lot...
35+
*
3236
* Revision 1.31 2004/06/26 09:27:20 reinelt
3337
*
3438
* added '-W' to CFLAGS
35-
* changed all C++ comments to C ones ('//' => '/* */')
39+
* changed all C++ comments to C ones
3640
* cleaned up a lot of signed/unsigned mistakes
3741
*
3842
* Revision 1.30 2004/06/20 10:09:54 reinelt

drv_Image.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: drv_Image.c,v 1.8 2004/06/26 09:27:20 reinelt Exp $
1+
/* $Id: drv_Image.c,v 1.9 2004/06/26 12:04:59 reinelt Exp $
22
*
33
* new style Image (PPM/PNG) Driver for LCD4Linux
44
*
@@ -23,10 +23,14 @@
2323
*
2424
*
2525
* $Log: drv_Image.c,v $
26+
* Revision 1.9 2004/06/26 12:04:59 reinelt
27+
*
28+
* uh-oh... the last CVS log message messed up things a lot...
29+
*
2630
* Revision 1.8 2004/06/26 09:27:20 reinelt
2731
*
2832
* added '-W' to CFLAGS
29-
* changed all C++ comments to C ones ('//' => '/* */')
33+
* changed all C++ comments to C ones
3034
* cleaned up a lot of signed/unsigned mistakes
3135
*
3236
* Revision 1.7 2004/06/20 10:09:54 reinelt

drv_M50530.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#/* $Id: drv_M50530.c,v 1.13 2004/06/26 09:27:20 reinelt Exp $
1+
#/* $Id: drv_M50530.c,v 1.14 2004/06/26 12:04:59 reinelt Exp $
22
*
33
* new style driver for M50530-based displays
44
*
@@ -23,10 +23,14 @@
2323
*
2424
*
2525
* $Log: drv_M50530.c,v $
26+
* Revision 1.14 2004/06/26 12:04:59 reinelt
27+
*
28+
* uh-oh... the last CVS log message messed up things a lot...
29+
*
2630
* Revision 1.13 2004/06/26 09:27:20 reinelt
2731
*
2832
* added '-W' to CFLAGS
29-
* changed all C++ comments to C ones ('//' => '/* */')
33+
* changed all C++ comments to C ones
3034
* cleaned up a lot of signed/unsigned mistakes
3135
*
3236
* Revision 1.12 2004/06/20 10:09:54 reinelt

drv_MatrixOrbital.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: drv_MatrixOrbital.c,v 1.35 2004/06/26 09:27:20 reinelt Exp $
1+
/* $Id: drv_MatrixOrbital.c,v 1.36 2004/06/26 12:04:59 reinelt Exp $
22
*
33
* new style driver for Matrix Orbital serial display modules
44
*
@@ -23,10 +23,14 @@
2323
*
2424
*
2525
* $Log: drv_MatrixOrbital.c,v $
26+
* Revision 1.36 2004/06/26 12:04:59 reinelt
27+
*
28+
* uh-oh... the last CVS log message messed up things a lot...
29+
*
2630
* Revision 1.35 2004/06/26 09:27:20 reinelt
2731
*
2832
* added '-W' to CFLAGS
29-
* changed all C++ comments to C ones ('//' => '/* */')
33+
* changed all C++ comments to C ones
3034
* cleaned up a lot of signed/unsigned mistakes
3135
*
3236
* Revision 1.34 2004/06/26 06:12:15 reinelt

drv_MilfordInstruments.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: drv_MilfordInstruments.c,v 1.11 2004/06/26 09:27:21 reinelt Exp $
1+
/* $Id: drv_MilfordInstruments.c,v 1.12 2004/06/26 12:04:59 reinelt Exp $
22
*
33
* driver for Milford Instruments 'BPK' piggy-back serial interface board
44
* for standard Hitachi 44780 compatible lcd modules.
@@ -27,10 +27,14 @@
2727
*
2828
*
2929
* $Log: drv_MilfordInstruments.c,v $
30+
* Revision 1.12 2004/06/26 12:04:59 reinelt
31+
*
32+
* uh-oh... the last CVS log message messed up things a lot...
33+
*
3034
* Revision 1.11 2004/06/26 09:27:21 reinelt
3135
*
3236
* added '-W' to CFLAGS
33-
* changed all C++ comments to C ones ('//' => '/* */')
37+
* changed all C++ comments to C ones
3438
* cleaned up a lot of signed/unsigned mistakes
3539
*
3640
* Revision 1.10 2004/06/20 10:09:54 reinelt

drv_NULL.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: drv_NULL.c,v 1.5 2004/06/26 09:27:21 reinelt Exp $
1+
/* $Id: drv_NULL.c,v 1.6 2004/06/26 12:04:59 reinelt Exp $
22
*
33
* NULL driver (for testing)
44
*
@@ -23,10 +23,14 @@
2323
*
2424
*
2525
* $Log: drv_NULL.c,v $
26+
* Revision 1.6 2004/06/26 12:04:59 reinelt
27+
*
28+
* uh-oh... the last CVS log message messed up things a lot...
29+
*
2630
* Revision 1.5 2004/06/26 09:27:21 reinelt
2731
*
2832
* added '-W' to CFLAGS
29-
* changed all C++ comments to C ones ('//' => '/* */')
33+
* changed all C++ comments to C ones
3034
* cleaned up a lot of signed/unsigned mistakes
3135
*
3236
* Revision 1.4 2004/06/20 10:09:54 reinelt

drv_T6963.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: drv_T6963.c,v 1.11 2004/06/26 09:27:21 reinelt Exp $
1+
/* $Id: drv_T6963.c,v 1.12 2004/06/26 12:04:59 reinelt Exp $
22
*
33
* new style driver for T6963-based displays
44
*
@@ -23,10 +23,14 @@
2323
*
2424
*
2525
* $Log: drv_T6963.c,v $
26+
* Revision 1.12 2004/06/26 12:04:59 reinelt
27+
*
28+
* uh-oh... the last CVS log message messed up things a lot...
29+
*
2630
* Revision 1.11 2004/06/26 09:27:21 reinelt
2731
*
2832
* added '-W' to CFLAGS
29-
* changed all C++ comments to C ones ('//' => '/* */')
33+
* changed all C++ comments to C ones
3034
* cleaned up a lot of signed/unsigned mistakes
3135
*
3236
* Revision 1.10 2004/06/20 10:09:54 reinelt

drv_USBLCD.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: drv_USBLCD.c,v 1.14 2004/06/26 09:27:21 reinelt Exp $
1+
/* $Id: drv_USBLCD.c,v 1.15 2004/06/26 12:04:59 reinelt Exp $
22
*
33
* new style driver for USBLCD displays
44
*
@@ -26,10 +26,14 @@
2626
*
2727
*
2828
* $Log: drv_USBLCD.c,v $
29+
* Revision 1.15 2004/06/26 12:04:59 reinelt
30+
*
31+
* uh-oh... the last CVS log message messed up things a lot...
32+
*
2933
* Revision 1.14 2004/06/26 09:27:21 reinelt
3034
*
3135
* added '-W' to CFLAGS
32-
* changed all C++ comments to C ones ('//' => '/* */')
36+
* changed all C++ comments to C ones
3337
* cleaned up a lot of signed/unsigned mistakes
3438
*
3539
* Revision 1.13 2004/06/26 06:12:15 reinelt

drv_X11.c

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: drv_X11.c,v 1.7 2004/06/26 09:27:21 reinelt Exp $
1+
/* $Id: drv_X11.c,v 1.8 2004/06/26 12:04:59 reinelt Exp $
22
*
33
* new style X11 Driver for LCD4Linux
44
*
@@ -26,10 +26,14 @@
2626
*
2727
*
2828
* $Log: drv_X11.c,v $
29+
* Revision 1.8 2004/06/26 12:04:59 reinelt
30+
*
31+
* uh-oh... the last CVS log message messed up things a lot...
32+
*
2933
* Revision 1.7 2004/06/26 09:27:21 reinelt
3034
*
3135
* added '-W' to CFLAGS
32-
* changed all C++ comments to C ones ('//' => '/* */')
36+
* changed all C++ comments to C ones
3337
* cleaned up a lot of signed/unsigned mistakes
3438
*
3539
* Revision 1.6 2004/06/20 10:09:54 reinelt

drv_generic_graphic.c

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@
2323
*
2424
*
2525
* $Log: drv_generic_graphic.c,v $
26+
* Revision 1.12 2004/06/26 12:04:59 reinelt
27+
*
28+
* uh-oh... the last CVS log message messed up things a lot...
29+
*
2630
* Revision 1.11 2004/06/26 09:27:21 reinelt
2731
*
2832
* added '-W' to CFLAGS
29-
* changed all C++ comments to C ones ('//' => '/* */')
33+
* changed all C++ comments to C ones
3034
* cleaned up a lot of signed/unsigned mistakes
3135
*
3236
* Revision 1.10 2004/06/20 10:09:55 reinelt

0 commit comments

Comments
 (0)