imake: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Nov 11 22:08:17 PST 2011


 Makefile.am     |    6 -
 cleanlinks      |    2 
 cleanlinks.man  |    4 -
 configure.ac    |    4 -
 imake.c         |  200 +++++++++++++++++++++++++++++---------------------------
 imake.man       |   30 ++++----
 imakemdep.h     |    2 
 makeg.man       |    8 +-
 mdepend.cpp     |    6 -
 mergelib.cpp    |   16 ++--
 mkdirhier.man   |   22 +++---
 mkhtmlindex.man |    4 -
 xmkmf.cpp       |    6 -
 xmkmf.man       |   26 +++----
 14 files changed, 174 insertions(+), 162 deletions(-)

New commits:
commit d33b96db427a2305bd230360c9653a91dbff79e0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 7 18:55:13 2011 -0700

    Fix a bunch of "too many arguments for format" warnings
    
    Now that the log functions take variable arguments, don't need to pass
    empty strings when there is no argument for the format string.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 4e3e7fec072591389b4f7b89475ea81e6a4e0ee5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 7 18:50:48 2011 -0700

    Convert error logging functions to normal idioms
    
    Allows use of printf attributes for checking format strings/arguments,
    gets rid of LogFatalI wrapper just used for casting int to char *.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 5aed95badf1bab68b848234fdd25da1ea7025264
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 7 18:36:53 2011 -0700

    Rework temp filename pointers into const & non-const parts
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit bfdbd65cf45eae6ba3565348cec1eeb09927cf5e
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 7 18:31:52 2011 -0700

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

commit 7f299010c9327ab1a65a6b781c58b4c3098d13b7
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 7 18:11:43 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