makedepend: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Nov 11 22:09:32 PST 2011


 def.h          |   47 +++++++++++++++++++++++++++++--------------
 ifparser.c     |   26 +++++++++++------------
 ifparser.h     |   26 +++++++++++------------
 imakemdep.h    |    4 +--
 include.c      |   16 +++-----------
 main.c         |   20 +++++++++---------
 makedepend.man |   32 ++++++++++++++---------------
 parse.c        |   62 +++++++++++++++++++++++++--------------------------------
 pr.c           |   11 ----------
 9 files changed, 119 insertions(+), 125 deletions(-)

New commits:
commit cb8bbc06de0baf2dff4a703e6d2bb47bdf90d896
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 7 18:07:24 2011 -0700

    define(): Avoid assigning constant string to non-const char *
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b9770941ae829ad2cb985efe809d6e3dd690648b
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 7 18:02:34 2011 -0700

    Call strdup directly, instead of via copy macro
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 0ecf5f3251033ab6efa1a0d881f75ed9ce60b5a4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 7 18:00:39 2011 -0700

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

commit 97ae52f80f9e382917889bde1913367572e89012
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 7 17:47:36 2011 -0700

    Move extern variable declarations to common header (def.h)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 3602fb0b7ba2bde9c73610693dbb50534fe42b81
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Oct 7 17:34:17 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