makedepend: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Tue Mar 24 19:53:43 PDT 2009


 .gitignore   |   24 +
 Makefile.am  |   13 
 configure.ac |    8 
 cppsetup.c   |  106 -----
 def.h        |   41 --
 imakemdep.h  | 1087 -----------------------------------------------------------
 include.c    |   16 
 main.c       |   68 ++-
 parse.c      |   18 
 pr.c         |   12 
 10 files changed, 143 insertions(+), 1250 deletions(-)

New commits:
commit 42ee120e8c49c5f9aaba35689e09f9ecef407758
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Tue Mar 24 18:47:23 2009 -0700

    Fix gcc, sparse & lint warnings
    
    cppsetup.c:74:9: warning: Using plain integer as NULL pointer
    
    parse.c: In function `gobble':
    parse.c:94: warning: int format, long int arg (arg 2)
    parse.c: In function `find_includes':
    parse.c:641: warning: int format, long int arg (arg 2)
    parse.c:664: warning: int format, long int arg (arg 2)
    parse.c:677: warning: int format, long int arg (arg 2)
    parse.c:684: warning: int format, long int arg (arg 2)
    
    pr.c: In function `add_include':
    pr.c:57: warning: int format, long int arg (arg 4)
    pr.c:59: warning: int format, long int arg (arg 3)
    
    declared global, could be static
        sig_act             main.c(142)
        predefs             main.c:imakemdep.h(51)
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit c7c7197d265a299c82c6629fba867730aad81375
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Tue Mar 24 18:22:37 2009 -0700

    Increased constification
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit a6a8afb0a82a175822077442f44865c75ab70ff1
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Tue Mar 24 17:34:42 2009 -0700

    Remove #ifdef'ed code that's never used
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit 3e8c1a2a8e7db49b06f602c2fc5a8108d74dd384
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Tue Mar 24 17:27:47 2009 -0700

    Remove ifdef checks for macII left over from ancient A/UX 3.0 support
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit e3bc51e4ea2dce1901c4f7ce43df2f456ececdcf
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Tue Mar 24 17:25:56 2009 -0700

    Use XORG_CHANGELOG, XORG_CWARNFLAGS, and XORG_WITH_LINT macros
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit cc3112b6d0434d8e7ecbe3832a5aa48cd0f5185d
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Tue Mar 24 16:34:45 2009 -0700

    Add additional predefines needed to match Solaris compilers
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit f871e026bedc296c235dae02e533617fe9a4d3f2
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Tue Mar 24 16:16:47 2009 -0700

    Delete portions of imakemdep.h not used by makedepend
    
    This header was shared by imake & makedepend in the monolith, but each
    got its own copy in the modular builds.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit 26cb2802170d349fa1b2ab2237e6f2c0d1df1709
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Tue Mar 24 16:02:55 2009 -0700

    Add .gitignore
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>

commit 4d821427ac3e7e3de86f46e3b1e638c65758b774
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Tue Mar 24 16:00:19 2009 -0700

    Use AM_CPPFLAGS instead of makedepend_CPPFLAGS to avoid mangled .o names
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at sun.com>



More information about the xorg-commit mailing list