xfs: Changes to 'master'

Gaetan Nadon gnadon at kemper.freedesktop.org
Fri Aug 6 17:53:57 PDT 2010


 .gitignore         |    1 
 Makefile.am        |   65 --------
 config.cpp         |   17 --
 config/.gitignore  |    1 
 config/Makefile.am |   37 +++++
 config/config.cpp  |   10 +
 configure.ac       |    5 
 difs/initfonts.c   |   59 --------
 include/os.h       |    4 
 man/Makefile.am    |   41 +++++
 man/xfs.man        |  389 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 os/config.c        |   17 --
 xfs.man            |  389 -----------------------------------------------------
 13 files changed, 483 insertions(+), 552 deletions(-)

New commits:
commit 293b8b9163083e7d8adfde752a29e25436b927a1
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Aug 5 08:02:40 2010 -0400

    Using the C preprocessor to generate "config" is no longer needed.
    
    Reuse and adapt the man makefile using sed in a seperate directory
    Replace XCOMM IMakefile comment with #
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 9ad39a265b093793a0d9f009018f99f3fde596bf
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Thu Aug 5 13:31:57 2010 -0400

    fontcache: remove unreachable code around FONTCACHE define
    
    Unlike the xset app, xfs has never defined or included a header
    that defines FONTCACHE, even when compiled with libXfont 1.3.3
    which uses fontcacheproto and defines FONTCACHE in its config.h.
    
    This will allow further simplification when generating config.cpp.
    
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit ec0bcb3daf87368ff22be65f66c70dbb7ab48d32
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Aug 4 16:10:26 2010 -0400

    xfs.man: use sed and standard makefile
    
    Remove the complexity of using the C preprocessor legacy
    from IMakefile.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>

commit 884dc954c93e49a31047b84dcf01e0c3e40e08f6
Author: Gaetan Nadon <memsize at videotron.ca>
Date:   Wed Aug 4 15:24:37 2010 -0400

    xfs.man: replace IMake XCOMM comment with #
    
    There is no need to replace it using sed everytime.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Gaetan Nadon <memsize at videotron.ca>



More information about the xorg-commit mailing list