xkbevd: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Nov 20 18:42:49 PST 2010


 Makefile.am  |    4 +--
 cfgparse.y   |   26 +++++++++-----------
 cfgscan.c    |   38 ++++++++++++++----------------
 configure.ac |   14 ++++++-----
 evargs.c     |   22 +++++++----------
 example.cf   |    1 
 printev.c    |   26 +++++++++-----------
 tokens.h     |   19 +++++++--------
 utils.c      |   40 +++++++++++++++----------------
 utils.h      |   49 +++++++++++++++++++--------------------
 xkbevd.c     |   74 +++++++++++++++++++++++++++++------------------------------
 xkbevd.h     |   20 +++++++--------
 xkbevd.man   |   44 +++++++++++++++--------------------
 13 files changed, 180 insertions(+), 197 deletions(-)

New commits:
commit 96ec51a0d91920c69d1cfb9e084cc84c4d86ff20
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 20 18:42:35 2010 -0800

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

commit 2a56e8dda4bac8621dedcb80b1f55c9a25c78d43
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 20 18:36:25 2010 -0800

    Fix errors found by gcc's printf attribute check
    
    xkbevd.c: In function `parseArgs':
    xkbevd.c:120: warning: too few arguments for format
    xkbevd.c:139: warning: too few arguments for format
    xkbevd.c:158: warning: too few arguments for format
    xkbevd.c:177: warning: too few arguments for format
    xkbevd.c: In function `InterpretConfigs':
    xkbevd.c:280: warning: format argument is not a pointer (arg 2)
    xkbevd.c: In function `FindMatchingConfig':
    xkbevd.c:374: warning: too few arguments for format
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 45d575da032967b8920cf57491b7bd3bcd2991af
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 20 18:32:08 2010 -0800

    Add printf attributes to util.c functions
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit d304e315d8143b4fbcb99e8086a6fad0dd051384
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 20 18:21:37 2010 -0800

    Constify arguments to utils.c functions
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 517ad56361ff9545bfc9730523e713a2bf641943
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 20 18:10:25 2010 -0800

    Remove trailing whitespace
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 04208bd63c1e81a2fada019bbf986c4cd93d0272
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 20 18:09:30 2010 -0800

    Combine usage message into a single string
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e56d87af20b96113dc40510811cadff028fe911f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Nov 20 18:02:46 2010 -0800

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



More information about the xorg-commit mailing list