[SCM] RandR-based backlight control application branch, master now at xbacklight-1.2.2-5-g5172321

Alan Coopersmith alan.coopersmith at oracle.com
Sun Jun 9 20:25:07 UTC 2019


Hello,

This is an automated email from the git hooks/update script, it was
generated because a ref change was pushed to the repository.

Updating branch, master,
       via  5172321febbd76a55f32c859996d8923333da3a1 (commit)
       via  92de87f30c2fd25245e3e345633fe497665b5448 (commit)
       via  ce6001abfc93c8309fd9ece97e0f8783dd64f346 (commit)
      from  31d4c5d6c10d1547d0031a36ed7c57b78d048fea (commit)

- Log -----------------------------------------------------------------
commit 5172321febbd76a55f32c859996d8923333da3a1
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Jun 9 13:23:06 2019 -0700

    atof_or_die: Also die if nothing was converted
    
    Needed on Solaris to catch errors with strings that have no numbers
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 92de87f30c2fd25245e3e345633fe497665b5448
Author: Roberto Ricci <rroberto2r at gmail.com>
Date:   Sun Feb 11 17:12:14 2018 +0100

    exit if conv. from string to double fails
    
    atof(3), whose return value is undefined on error, is used to parse
    command line arguments, leading to undefined beavior if something else
    than a number is specified.
    this patch uses strtod(3) and exits on error.
    
    Signed-off-by: Roberto Ricci <rroberto2r at gmail.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ce6001abfc93c8309fd9ece97e0f8783dd64f346
Author: Roman Donchenko <dpb at corrigendum.ru>
Date:   Wed Apr 3 00:09:20 2013 +0400

    Properly round the new brightness value
    
    Previously, it was always rounded down, which meant that -dec X would
    result in a bigger change than -inc X for the same X if rounding took place.
    
    Signed-off-by: Roman Donchenko <dpb at corrigendum.ru>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

-----------------------------------------------------------------------

Diffstat:
 xbacklight.c | 29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)

hooks/update
---
Git Source Code Management System
hooks/update refs/heads/master \
  31d4c5d6c10d1547d0031a36ed7c57b78d048fea \
  5172321febbd76a55f32c859996d8923333da3a1


More information about the xorg-commit mailing list