xkbevd: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Mon Nov 28 20:52:17 PST 2011


 cfgparse.y   |    9 +++---
 cfgscan.c    |    6 ++--
 configure.ac |    2 +
 printev.c    |    6 ++--
 utils.c      |   85 -----------------------------------------------------------
 utils.h      |   55 ++------------------------------------
 xkbevd.c     |   26 +++++++++---------
 xkbevd.h     |    2 -
 8 files changed, 31 insertions(+), 160 deletions(-)

New commits:
commit b2d40b9a09ab40482e081a2648cf8f79ff6cc386
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 27 11:06:06 2011 -0800

    Delete unused uFatalError function
    
    Stops gcc from suggesting to add noreturn attribute to it.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b71eb0361cf556909d88b59ccdb810a137c1efeb
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 27 11:00:58 2011 -0800

    Fix gcc -Wwrite-strings warnings
    
    except for those caused by code generated by bison/yacc
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 6ad0af956bbc328c91fdb2327b43614c7ebbb000
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 27 10:50:59 2011 -0800

    Replace local u*alloc wrappers with direct calls to standard funcs
    
    Includes:
    - Replacing calls to uTypedCalloc with direct calloc calls
    - Replacing uFree calls with free calls
    - Assuming strdup is always available and uStringDup fallback function
      is no longer needed
    - Deleting the remainder of the forms of u*alloc which were unused
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit e5c801fbd2f8341e67600fd38b1f3ef8fc82030f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Nov 27 10:40:10 2011 -0800

    Check for strdup & strcasecmp in configure before defining our own
    
    The HAVE_STRDUP & HAVE_STRCASECMP checks were already in the code,
    just not the configure checks to define them or the #include "config.h"
    to find the definitions.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list