libXpm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Feb 24 20:23:37 UTC 2024


 doc/Makefile.am   |    4 
 doc/README.AMIGA  |   10 -
 doc/README.MSW    |  127 -----------------
 include/X11/xpm.h |   49 +-----
 src/CrBufFrI.c    |    4 
 src/CrDatFrI.c    |    4 
 src/Makefile.am   |    3 
 src/RdFToBuf.c    |   15 --
 src/RdFToI.c      |    4 
 src/WrFFrI.c      |   17 --
 src/XpmI.h        |   48 ------
 src/amigax.c      |  385 ------------------------------------------------------
 src/amigax.h      |  151 ---------------------
 src/create.c      |  270 -------------------------------------
 src/misc.c        |   18 --
 src/parse.c       |   16 --
 src/rgb.c         |  138 -------------------
 src/rgbtab.h      |  292 ----------------------------------------
 src/scan.c        |  150 ---------------------
 src/simx.c        |  293 -----------------------------------------
 src/simx.h        |  154 ---------------------
 21 files changed, 26 insertions(+), 2126 deletions(-)

New commits:
commit bdb6c75fd667e43ce228f1a32e930a0f2966f29d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Feb 19 14:53:05 2024 -0800

    Remove xpmstrdup fallback for strdup
    
    It has never been used in the autoconf builds
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 73b69d794d98e0ccfada48836c4b28280353180f
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Feb 19 14:48:46 2024 -0800

    Remove xpmstrcasecmp fallback for strcasecmp
    
    It was only ever used when FOR_MSW was defined, never in the autoconf builds
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b30fd0918f8d99aa718ede3da30f9d29f87063e1
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Feb 19 14:37:23 2024 -0800

    Remove ancient port to 16-bit Windows without X11 libraries
    
    Removes all the "FOR_MSW" code added back in 1994, which hasn't been
    buildable in the automake builds.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 0224b43072c5ce42ec4f3280e6f6022a2e5380c6
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Feb 19 13:45:35 2024 -0800

    Remove ancient Amiga support
    
    There was no way to build this in the automake files
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b72af4edce48e40fedd441f72df0d2338fd448c5
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Feb 19 13:51:05 2024 -0800

    unifdef VAX11C
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit 02702c20e70da35ea8a842bc79c8eaec66db0e6c
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Mon Feb 19 13:28:36 2024 -0800

    unifdef sequent
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit b4e217761e6a2bb7111290d77baf7f44d256351a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Feb 17 14:56:45 2024 -0800

    Remove outdated ifdef checks for including stdint.h
    
    Assumes all platforms have provided C99 required headers in the 25 years
    since the C99 standard was finalized.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list