aboutsummaryrefslogtreecommitdiffstats
path: root/libtool (follow)
AgeCommit message (Collapse)AuthorFilesLines
2004-02-29[lcd4linux @ 2004-02-29 17:09:53 by reinelt]reinelt1-1/+1
ChangeLog updated Version number bumped to 0.10.0
2004-02-15[lcd4linux @ 2004-02-15 21:43:43 by reinelt]reinelt1-25/+67
T6963 driver nearly finished framework for graphic displays done i2c_sensors patch from Xavier some more old generation files removed
2004-02-15[lcd4linux @ 2004-02-15 08:22:47 by reinelt]reinelt1-5/+5
ported USBLCD driver to NextGeneration added drv_M50530.c (I forgot yesterday, sorry) removed old drivers M50530.c and USBLCD.c
2004-01-21[lcd4linux @ 2004-01-21 10:48:17 by reinelt]reinelt1-6/+5
hash_age function added
2004-01-07[lcd4linux @ 2004-01-07 10:15:41 by reinelt]reinelt1-56/+94
small glitch in evaluator fixed made config table sorted and access with bsearch(), which should be much faster
2003-10-06[lcd4linux @ 2003-10-06 04:33:06 by reinelt]reinelt1-0/+6961
files 'libtool' and 'bootstrap' added
: handle negative delays in timer_process() (timer.c)mzuther1-0/+4 2010-02-06timer.c: I had forgotten how to initialize a "struct" :)mzuther1-3/+4 2010-02-06BUG: compensate timers for processing delay ("timer.c")mzuther1-1/+3 2010-02-06timer.c: exchanged "proprietary code" with timeradd() and timersub() functionsmzuther1-14/+10 2010-02-04timer.c: removed fruitless changes to variable "flag" from timer_process()mzuther1-2/+0 2010-02-04According to its man page, timercmp() is broken on some systems -- applied th...mzuther1-1/+1 2010-02-04small warning removedmichael1-1/+1 2010-02-04clear errno after creating the FIFO by Claas Hilbrechtmichael1-0/+2