libXpm: Changes to 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri May 31 18:10:11 PDT 2013


 include/X11/xpm.h |   20 ++++++++++----------
 src/RdFToBuf.c    |    2 +-
 src/RdFToDat.c    |    2 +-
 src/RdFToI.c      |    8 ++++----
 src/RdFToP.c      |    2 +-
 src/WrFFrBuf.c    |    2 +-
 src/WrFFrDat.c    |    2 +-
 src/WrFFrI.c      |    8 ++++----
 src/WrFFrP.c      |    2 +-
 9 files changed, 24 insertions(+), 24 deletions(-)

New commits:
commit e439f6e7163e3259f11f3363fa319e8a29085a92
Author: Christophe CURIS <christophe.curis at free.fr>
Date:   Wed May 1 10:39:38 2013 +0200

    Added 'const' attribute to all filename arguments in the API
    
    The filename is always a read-only argument, so it is a good idea
    to let the caller now about it.
    
    This patch does not change active code; the place where the attribute
    is added will not break source-level compatibility because it adds
    no restriction on caller side, just adds information; because the
    lib code behaved the same way it will not break the binary interface
    either.
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 01ee6b9c500cd9c67f167e68c8383e8c58db5ddf
Author: Christophe CURIS <christophe.curis at free.fr>
Date:   Wed May 1 10:39:37 2013 +0200

    Added 'const' qualifier to the filename argument to internal functions
    
    Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list