xkbutils: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Jan 12 22:11:52 PST 2013


 LED.c            |  329 +++++++++++++++++----------------
 LED.h            |    6 
 LEDP.h           |   39 ++-
 configure.ac     |   16 +
 man/xkbbell.man  |    9 
 man/xkbvleds.man |   10 -
 man/xkbwatch.man |   10 +
 utils.c          |  294 ++++++------------------------
 utils.h          |  240 ++----------------------
 xkbbell.c        |  353 +++++++++++++++++++-----------------
 xkbvleds.c       |  537 ++++++++++++++++++++++++++++---------------------------
 xkbwatch.c       |  368 ++++++++++++++++++++-----------------
 12 files changed, 985 insertions(+), 1226 deletions(-)

New commits:
commit ff8ee7eeee694476140fe51fc0a47f9c694c5541
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 22:06:03 2013 -0800

    Declare bit to shift as unsigned to clear compiler warning
    
    "xkbvleds.c", line 343: warning: integer overflow detected: op "<<"
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 10105c373b973ef73b8ab19ee62fc152b7230da2
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 22:00:30 2013 -0800

    Add -version flags to all three commands
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 5a4bb361aa2247c552f807f162a9fd0e60305ec4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 21:33:23 2013 -0800

    Combine usage message strings/calls
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 7a588b73582cb178acdb6c6b578d87f98cebfec9
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 21:11:08 2013 -0800

    Delete more unused macros from utils.h
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 9fbe47e349fb261a3845c3c74f8832dbadfdbe8d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 21:02:39 2013 -0800

    Remove unused u*alloc functions from utils.c
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit c968ddd21a83f64c5bbe26b1b3adbfcfd3d04ff7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 20:45:14 2013 -0800

    Remove unused uStringDup function
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit eeb4cc1251c01fe9d8097224a780c18a3b35b5d0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 20:41:30 2013 -0800

    Make configure actually check for strcasecmp
    
    utils.h & utils.c had #ifdefs to check for it, and only define their
    fallback if HAVE_STRCASECMP was not defined, but we never defined it.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 2c4d682b6afcfbddb70690efd7536afb98f9a97e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 19:42:23 2013 -0800

    Remove unused debug & function tracing infrastructure from utils.c
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 4c516e1b0ad66586e3f770d988de775481482e1a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 19:36:43 2013 -0800

    Mark uFatalError as _X_NORETURN
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b33ad85fe9190d2ddbddb3422cc06a5a36c0cde6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 19:33:36 2013 -0800

    Add printf attributes to utils.c printing functions
    
    Doesn't find any problems, but clears -Wmissing-format-attribute warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b93888eb689485d9899cbf7c224b20d68968e857
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 19:28:11 2013 -0800

    Declare utils.c functions as taking const char * arguments
    
    Clears dozens of const string warnings from gcc.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 0ba7294e8e5ca61b03ef7c76da7d381e93eaf937
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 19:13:28 2013 -0800

    config: Add missing AC_CONFIG_SRCDIR
    
    Regroup AC statements under the Autoconf initialization section.
    Regroup AM statements under the Automake initialization section.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 50a779c50b1303baa6bcea91d00da176a77431f5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 19:11:25 2013 -0800

    unifdef CRAY
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 1c18ce20a45f5cf66ace8d0ade1fa76c032c0f9f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 19:06:49 2013 -0800

    Remove unused streq() macro
    
    LED.c:37:9: warning: macro is not used [-Wunused-macros]
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 4b3f2f1b71188344fe2e313de6a53a702ab37bb1
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 18:56:20 2013 -0800

    Remove unused #ifdef notyet typedef
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 8d68ee228a0031f367cd3edef9d6f9dace984cc6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 18:55:16 2013 -0800

    Remove CVS version tags
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit fdbff6587f29048c85772f21d3647797f96d527f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Jan 12 18:53:47 2013 -0800

    Convert to X.Org standard coding style
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list