xpr: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Thu Oct 6 22:43:38 PDT 2011


 Makefile.am  |    6 +++---
 configure.ac |    4 ++--
 x2jet.c      |   36 ++++++++++++++++++------------------
 x2pmp.c      |   12 ++++++------
 xdpr.man     |   10 +++++-----
 xdpr.script  |    6 +++---
 xpr.c        |   56 ++++++++++++++++++++++++++++----------------------------
 xpr.h        |    2 +-
 xpr.man      |    8 ++++----
 9 files changed, 70 insertions(+), 70 deletions(-)

New commits:
commit 28eaec94f936534573907425cf0fb5198979aab3
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Oct 6 22:40:45 2011 -0700

    Add _X_NORETURN to usage() & leave() as suggested by gcc -Wmissing-noreturn
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 3b8fed17575db9d8d571d240bbaebd05d4547060
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Oct 6 22:38:36 2011 -0700

    Add const attributes to fix gcc -Wwrite-strings warnings
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b7d620037e130de1b0b309119c045d4f6a6ba8c5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Oct 6 22:35:31 2011 -0700

    Fix printf type warnings in LP64 builds
    
    x2jet.c:300:6: warning: format ‘%ld’ expects type ‘long int’, but argument 4 has type ‘CARD32’
    x2jet.c:300:6: warning: format ‘%ld’ expects type ‘long int’, but argument 5 has type ‘CARD32’
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 787f9d6d8f6dd6663af27e3cd21facaee6bed4f5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Thu Oct 6 22:33:33 2011 -0700

    Strip trailing whitespace
    
    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
    git diff -w & git diff -b show no diffs from this change
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list