libgd/src
Peter Kokot d81a1383d7 Remove HAVE_LIMITS_H
The `<limits.h>` header file is part of the standard C89 headers [1] and
on current systems there is no need to manually check if header is
present anymore.

Since the libgd requires at least C89 or greater, the `HAVE_LIMITS_H`
symbol defined by Autoconf in configure.ac [2], and Cmake build system
files can be removed and simplifed.

Refs:
[1] https://port70.net/~nsz/c/c89/c89-draft.html#4.1.2
[2] https://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/headers.m4
2018-09-06 00:30:15 -04:00
..
msinttypes clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
CMakeLists.txt move (redundant) ifdef checks from source to build files 2018-06-21 23:55:11 -04:00
COPYING clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
Makefile.am move (redundant) ifdef checks from source to build files 2018-06-21 23:55:11 -04:00
annotate.c annotate: rewrite code to avoid fixed buffers 2018-06-22 00:04:07 -04:00
bdftogd clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
bmp.h rework ifdef header protection #456 2018-08-31 01:21:34 -04:00
circletexttest.c move (redundant) ifdef checks from source to build files 2018-06-21 23:55:11 -04:00
config.h.cmake Remove HAVE_LIMITS_H 2018-09-06 00:30:15 -04:00
demoin.png - sync to 1.6.0 2006-04-05 15:35:53 +00:00
depcomp - sync to 2.0.10 2006-04-05 15:47:15 +00:00
entities.h - apply same CS everywhere 2013-04-03 14:23:11 +02:00
entities.html clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
entities.tcl #17, Added "static" to entities_s struct declaration to avoid obscure 2007-01-03 19:48:50 +00:00
fontconfigtest.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
fontsizetest.c scrub OLDER_GD define 2018-06-21 20:41:31 -04:00
fontwheeltest.c scrub OLDER_GD define 2018-06-21 20:41:31 -04:00
gd.c drop redundant color checks #456 2018-08-31 01:22:32 -04:00
gd.h rework ifdef header protection #456 2018-08-31 01:21:34 -04:00
gd2copypal.c Use custom error handler instead of fprintf(stderr, ...) 2013-04-18 08:28:36 +02:00
gd2time.c Use custom error handler instead of fprintf(stderr, ...) 2013-04-18 08:28:36 +02:00
gd2togif.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd2topng.c move (redundant) ifdef checks from source to build files 2018-06-21 23:55:11 -04:00
gd_bmp.c bmp: check return value in gdImageBmpPtr 2018-07-14 13:54:08 -04:00
gd_color.c Document cropping stuff 2016-10-09 12:46:31 +02:00
gd_color.h - apply same CS everywhere 2013-04-03 14:23:11 +02:00
gd_color_map.c Document all BGD_DECLARE'd functions 2016-07-20 21:24:48 +02:00
gd_color_map.h Move HAVE_CONFIG_H from .h to .c to not break when external app define the symbol (See Debian Bug#708413) 2013-05-16 08:34:23 +02:00
gd_color_map_test.c libgd: fix unitialized warnings during make check (fixes #65) 2013-05-27 15:16:06 +02:00
gd_color_match.c Document all BGD_DECLARE'd functions 2016-07-20 21:24:48 +02:00
gd_crop.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_errors.h Unify the Win32 check to _WIN32 check which is defined by both VC and MinGW 2013-04-23 06:03:59 +02:00
gd_filename.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_filter.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_gd.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_gd2.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_gif_in.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_gif_out.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_intern.h Remove HAVE_LIMITS_H 2018-09-06 00:30:15 -04:00
gd_interpolation.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_io.c gdGetIntLSB: use unsigned int to avoid undefined shift behavior 2018-01-25 23:18:56 -05:00
gd_io.h rework ifdef header protection #456 2018-08-31 01:21:34 -04:00
gd_io_dp.c Back-port fix for PHP bug 75111 2017-08-24 14:32:20 +02:00
gd_io_file.c Document all BGD_DECLARE'd functions 2016-07-20 21:24:48 +02:00
gd_io_ss.c Document all BGD_DECLARE'd functions 2016-07-20 21:24:48 +02:00
gd_io_stream.cxx Remove Git ident attributes 2018-06-27 02:04:37 +02:00
gd_io_stream.h rework ifdef header protection #456 2018-08-31 01:21:34 -04:00
gd_jpeg.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_matrix.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_nnquant.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_nnquant.h clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_png.c Remove Git ident attributes 2018-06-27 02:04:37 +02:00
gd_rotate.c Remove unused functions 2017-01-10 18:57:24 +01:00
gd_security.c it should be gd_error_ex 2013-04-20 08:17:33 +09:00
gd_ss.c Document all BGD_DECLARE'd functions 2016-07-20 21:24:48 +02:00
gd_tga.c tga: delay calculation to avoid undefined behavior 2018-01-26 02:13:26 -05:00
gd_tga.h Remove wrong license headers. Based on http://www.paulbourke.net/dataformats/tga/ 2014-05-21 10:44:03 +00:00
gd_tiff.c Remove Git ident attributes 2018-06-27 02:04:37 +02:00
gd_topal.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_transform.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_version.c Document all BGD_DECLARE'd functions 2016-07-20 21:24:48 +02:00
gd_wbmp.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_webp.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gd_xbm.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gdcache.c - apply same CS everywhere 2013-04-03 14:23:11 +02:00
gdcache.h Move HAVE_CONFIG_H from .h to .c to not break when external app define the symbol (See Debian Bug#708413) 2013-05-16 08:34:23 +02:00
gdcmpgif.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gddemo.c move (redundant) ifdef checks from source to build files 2018-06-21 23:55:11 -04:00
gdfontg.c Improve documentation of built-in fonts and their handling 2016-08-14 17:31:54 +02:00
gdfontg.h Move HAVE_CONFIG_H from .h to .c to not break when external app define the symbol (See Debian Bug#708413) 2013-05-16 08:34:23 +02:00
gdfontl.c Improve documentation of built-in fonts and their handling 2016-08-14 17:31:54 +02:00
gdfontl.h Move HAVE_CONFIG_H from .h to .c to not break when external app define the symbol (See Debian Bug#708413) 2013-05-16 08:34:23 +02:00
gdfontmb.c Improve documentation of built-in fonts and their handling 2016-08-14 17:31:54 +02:00
gdfontmb.h Move HAVE_CONFIG_H from .h to .c to not break when external app define the symbol (See Debian Bug#708413) 2013-05-16 08:34:23 +02:00
gdfonts.c Improve documentation of built-in fonts and their handling 2016-08-14 17:31:54 +02:00
gdfonts.h Move HAVE_CONFIG_H from .h to .c to not break when external app define the symbol (See Debian Bug#708413) 2013-05-16 08:34:23 +02:00
gdfontt.c Improve documentation of built-in fonts and their handling 2016-08-14 17:31:54 +02:00
gdfontt.h Move HAVE_CONFIG_H from .h to .c to not break when external app define the symbol (See Debian Bug#708413) 2013-05-16 08:34:23 +02:00
gdft.c drop netware support #294 2018-08-25 12:50:23 -04:00
gdfx.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gdfx.h rework ifdef header protection #456 2018-08-31 01:21:34 -04:00
gdhelpers.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
gdhelpers.h rework ifdef header protection #456 2018-08-31 01:21:34 -04:00
gdkanji.c Remove HAVE_ERRNO_H 2018-09-05 01:39:49 -04:00
gdparttopng.c move (redundant) ifdef checks from source to build files 2018-06-21 23:55:11 -04:00
gdpp.cxx Remove Git ident attributes 2018-06-27 02:04:37 +02:00
gdpp.h rework ifdef header protection #456 2018-08-31 01:21:34 -04:00
gdtables.c - apply same CS everywhere 2013-04-03 14:23:11 +02:00
gdtest.c move (redundant) ifdef checks from source to build files 2018-06-21 23:55:11 -04:00
gdtestft.c move (redundant) ifdef checks from source to build files 2018-06-21 23:55:11 -04:00
gdtopng.c move (redundant) ifdef checks from source to build files 2018-06-21 23:55:11 -04:00
gdxpm.c Mark up code examples with (start|end code) 2016-08-23 22:27:27 +02:00
getopt.c include getopt for Windows builds 2018-01-29 18:09:57 -05:00
gifanimtest.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
giftogd2.c clean up trailing whitespace/newlines 2018-06-21 22:47:42 -04:00
jisx0208.h rework ifdef header protection #456 2018-08-31 01:21:34 -04:00
pngtogd.c move (redundant) ifdef checks from source to build files 2018-06-21 23:55:11 -04:00
pngtogd2.c move (redundant) ifdef checks from source to build files 2018-06-21 23:55:11 -04:00
snprintf.c win: Use an external snprintf hook. 2015-11-23 21:18:37 +00:00
testac.c move (redundant) ifdef checks from source to build files 2018-06-21 23:55:11 -04:00
testtr.c move (redundant) ifdef checks from source to build files 2018-06-21 23:55:11 -04:00
wbmp.c wbmp: getmbi: use unsigned int to avoid undefined shift behavior 2018-01-25 23:25:56 -05:00
wbmp.h rework ifdef header protection #456 2018-08-31 01:21:34 -04:00
webpng.c Remove HAVE_ERRNO_H 2018-09-05 01:39:49 -04:00