libXxf86vm: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Jul 5 21:41:06 PDT 2013


 man/Makefile.am |    1 +
 man/XF86VM.man  |   12 +++++++-----
 src/XF86VMode.c |   19 ++++---------------
 3 files changed, 12 insertions(+), 20 deletions(-)

New commits:
commit 01adc331604d77e71a42a77619560b59d7a53d26
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Jul 5 21:35:14 2013 -0700

    Add XF86VidModeAddModeLine man page
    
    The function was actually already described in the man page, and
    even had a commented out prototype in the man page until it was
    removed by the cleanup in commit aac92ef0f20f8.
    
    So this commit restores the prototype (but doesn't comment it out as
    before), adds the function to the NAME section, and adds a .so for it.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 980ed7e7c98606f09e981a52255acd76b335a19a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jun 24 22:27:37 2013 -0700

    Fix a couple sign comparison warnings
    
    XF86VMode.c:352:19: warning: comparison of integers of different signs: 'int' and 'CARD32' (aka 'unsigned int') [-Wsign-compare]
        for (i = 0; i < rep.modecount; i++) {
                    ~ ^ ~~~~~~~~~~~~~
    
    XF86VMode.c:1048:16: warning: comparison of integers of different signs: 'int' and 'CARD32' (aka 'unsigned int') [-Wsign-compare]
            for (i = 0; i < rep.clocks; i++) {
                        ~ ^ ~~~~~~~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 4219ed8b5cfb832b20cb50a0404b3bd02bc863b4
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Jun 24 22:20:41 2013 -0700

    Require ANSI C89 pre-processor, drop pre-C89 token pasting support
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list