xfs: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Wed Nov 16 23:09:59 PST 2011


 .gitignore         |    3 --
 Makefile.am        |    1 
 configure.ac       |    3 --
 difs/atom.c        |    2 -
 difs/cache.c       |    2 -
 difs/charinfo.c    |    2 -
 difs/difsutils.c   |    2 -
 difs/dispatch.c    |    2 -
 difs/events.c      |    2 -
 difs/extensions.c  |    2 -
 difs/fontinfo.c    |    2 -
 difs/fonts.c       |    2 -
 difs/globals.c     |    2 -
 difs/initfonts.c   |    2 -
 difs/main.c        |    2 -
 difs/resource.c    |    2 -
 difs/swaprep.c     |    2 -
 difs/swapreq.c     |    2 -
 difs/tables.c      |    2 -
 include/servermd.h |    2 -
 os/access.c        |    2 -
 os/config.c        |   73 ++++++++++++++++++++++++++++-------------------------
 os/config.h        |   66 -----------------------------------------------
 os/connection.c    |    2 -
 os/daemon.c        |    2 -
 os/error.c         |    2 -
 os/io.c            |    2 -
 os/osglue.c        |    2 -
 os/osinit.c        |    2 -
 os/utils.c         |    2 -
 os/waitfor.c       |    2 -
 os/xfstrans.c      |    2 -
 32 files changed, 67 insertions(+), 133 deletions(-)

New commits:
commit 1c7f1cdefc1c256cd24d4b793c710c60870ae942
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Nov 11 22:42:51 2011 -0800

    Use config.h for autoconf output now that there's no conflict
    
    Now that os/config.h is gone, no reason to special case and have
    xfs-config.h for the autoconf generated header.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>

commit e2a18c2fc203d094b2e975cf9b316528b9feaaa8
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Nov 11 22:38:08 2011 -0800

    Move os/config.h into os/config.c
    
    The only file that needed the only remaining definition was config.c,
    so there's no point keeping a header file around for a single #define
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>

commit 9de423ba5997e7cdb131f4bbdec2e676fa42c3e0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Nov 11 22:33:24 2011 -0800

    Fix printf format errors found by gcc now that it can check
    
    Fixes:
    os/config.c: In function ‘config_parse_nameVal’:
    os/config.c:417:5: warning: too few arguments for format
    os/config.c: In function ‘config_parse_int’:
    os/config.c:458:6: warning: too few arguments for format
    
    Requires passing parm arguments around in order to provide parameter
    names with problems in the error messages
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>

commit 22968fe5dd9e83ea39c095fd74bbf518ed1e51f0
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Nov 11 22:27:00 2011 -0800

    Make CONFIG_ERR_* values be strings instead of indexes in ConfigErrors array
    
    Allows gcc to check printf format strings instead of just giving warnings.
    Since these #defines are only used in config.c, define them directly there,
    instead of in the config.h header that no one else includes.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Reviewed-by: Jeremy Huddleston <jeremyhu at apple.com>



More information about the xorg-commit mailing list