php-src/ext/gd/libgd
George Peter Banyard ac89139773 Fix [-Wtype-limits] in bundled GD lib by using signed integers
As seen in the gdImageRotateBicubicFixed() function the same setup
occurs but it uses signed integers, therefore we use also use
signed integers in gdImageRotateBilinear()

Moreover, these two functions have been removed upstream in
bd6d2e101f
therefore we should also mimic upstream and remove them...

Thanks to @cmb69 for pointing it out.
2020-02-06 01:34:09 +01:00
..
bmp.h
gd.c Fix abs(long) warnings in gd.c 2019-06-11 16:50:25 +02:00
gd.h Fix #78880: Final spelling fixes 2020-01-16 19:14:31 +01:00
gd2copypal.c
gd2time.c
gd2topng.c
gd_bmp.c Merge branch 'PHP-7.2' into PHP-7.3 2018-12-31 20:50:19 +01:00
gd_color_match.c Remove superfluous HAVE_GD_BUNDLED checks 2019-07-22 15:59:44 +02:00
gd_crop.c Fix #73291: imagecropauto() $threshold differs from external libgd 2018-12-01 18:49:30 +01:00
gd_errors.h
gd_filter.c Merge branch 'PHP-7.3' into PHP-7.4 2019-12-07 12:08:30 +01:00
gd_gd.c Fix #78880: Final spelling fixes 2020-01-16 19:14:31 +01:00
gd_gd2.c
gd_gif_in.c Fix buffer underflow in gd_gif_in.c 2019-06-19 15:41:45 +02:00
gd_gif_out.c Merge branch 'PHP-7.3' into PHP-7.4 2019-11-21 10:02:33 +01:00
gd_intern.h
gd_interpolation.c Fix [-Wtype-limits] in bundled GD lib by using signed integers 2020-02-06 01:34:09 +01:00
gd_io.c Fix shift UB in gd_io.c 2019-06-19 15:09:00 +02:00
gd_io.h
gd_io_dp.c
gd_io_file.c
gd_io_ss.c
gd_jpeg.c Remove safeboolean use in gd_jpeg.c 2019-06-11 16:54:45 +02:00
gd_matrix.c Avoid superfluous assignments 2020-01-09 00:17:14 +01:00
gd_pixelate.c
gd_png.c
gd_rotate.c Remove superfluous HAVE_GD_BUNDLED checks 2019-07-22 15:59:44 +02:00
gd_security.c Make error messages more consistent by fixing capitalization 2020-01-17 14:52:46 +01:00
gd_ss.c
gd_tga.c Make error messages more consistent by fixing capitalization 2020-01-17 14:52:46 +01:00
gd_tga.h Support TGA reading 2019-06-20 23:40:51 +02:00
gd_topal.c
gd_transform.c
gd_wbmp.c Fix libgd warnings 2019-04-11 15:54:09 +02:00
gd_webp.c Migrate ext/gd to pkg-config 2019-01-15 10:15:05 +01:00
gd_xbm.c Make error messages more consistent by fixing capitalization 2020-01-17 14:52:46 +01:00
gdcache.c
gdcache.h
gddemo.c
gdfontg.c
gdfontg.h
gdfontl.c
gdfontl.h
gdfontmb.c
gdfontmb.h
gdfonts.c
gdfonts.h
gdfontt.c
gdfontt.h
gdft.c
gdhelpers.c Remove unused variables 2019-03-17 23:29:51 +01:00
gdhelpers.h
gdkanji.c Remove HAVE_ERRNO_H from libgd 2019-06-28 20:02:11 +02:00
gdparttopng.c
gdtables.c
gdtest.c Fix #78880: Final spelling fixes 2020-01-16 19:14:31 +01:00
gdtestft.c
gdtopng.c
gdxpm.c
jisx0208.h
pngtogd.c
pngtogd2.c
testac.c
wbmp.c
wbmp.h
webpng.c