summaryrefslogtreecommitdiffstats
path: root/dvb-t/se-Skymnas
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2016-01-18 00:32:46 +0000
committerJonathan McCrohan <jmccrohan@gmail.com>2016-01-18 00:32:46 +0000
commit534bec0f2c0956aceaa15bc0ce23b690be715f48 (patch)
tree6b29741a25498792453b8d2d252c2b68eec7b549 /dvb-t/se-Skymnas
parenta20a2423661193cb95a5167cc5bdb918de4bde83 (diff)
parente7855f4fed7766032a5674cf3a932856460df799 (diff)
downloaddtv-scan-tables-534bec0f2c0956aceaa15bc0ce23b690be715f48.tar.gz
Merge tag 'upstream/0+git20151202.3864e0a'
Upstream version 0+git20151202.3864e0a
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
t/timer.c?id=b35fc3f8cbd2ddda61fc256e771c61efc0457a59&follow=1'>timer.c: two small optimizations (removed "flag"; tv_usec can't be negative)mzuther1-7/+4 2010-02-07added grouping of widgets by update interval (new file "timer_group.c")mzuther13-168/+441 2010-02-07BUG: 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