xkbcomp: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Sat Nov 2 06:18:26 CET 2013


 action.c     |    8 +++---
 action.h     |    4 +--
 compat.c     |    2 -
 expr.c       |   14 +++++------
 geometry.c   |   36 +++++++++++++++---------------
 indicators.c |    2 -
 indicators.h |    2 -
 keytypes.c   |    2 -
 listing.c    |    9 ++++---
 symbols.c    |    8 +++---
 utils.c      |   59 --------------------------------------------------
 utils.h      |   69 -----------------------------------------------------------
 xkbcomp.c    |    5 +---
 13 files changed, 46 insertions(+), 174 deletions(-)

New commits:
commit e3e6e938535532bfad175c1635256ab7fb3ac943
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 20 12:36:31 2013 -0700

    Fix many const char * warnings from gcc
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jasper St. Pierre <jstpierre at mecheye.net>

commit 2458580ac95c550217b3376c46eecb2cca646241
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 20 11:52:43 2013 -0700

    Convert remaining sprintf calls to snprintf
    
    Most were fixed length or length checked anyway, this just saves time
    doublechecking that.   (A few could be replaced by asprintf, but we
    don't have a copy guaranteed to be reachable from this program yet.)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jasper St. Pierre <jstpierre at mecheye.net>

commit 3ed68e06cb45fb526b09e4c7b7c3d60de552b2b3
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 20 12:49:31 2013 -0700

    Remove unused uASSERT macro
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jasper St. Pierre <jstpierre at mecheye.net>

commit c936bd4315a7dc78de074ac89c5a4d12813421be
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sun Oct 20 11:58:56 2013 -0700

    Remove unused function entry/exit tracking framework
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jasper St. Pierre <jstpierre at mecheye.net>



More information about the xorg-commit mailing list