Commit Graph

16 Commits (e1f02d2833a7de496e4c148206f421cd664f0d56)

Author SHA1 Message Date
Mike Frysinger e1f02d2833 gd_intern: unify the min/max/clamp macros some more 2021-02-05 22:47:13 -05:00
Mike Frysinger fd06f7f83c clean up trailing whitespace/newlines
This is preparation for adding some linting checks for new commits from
people.  Shouldn't be any functional changes here (tests still pass!).
2018-06-21 22:47:42 -04:00
Christoph M. Becker 4778a8a946 Document gdft.c and gdfx.c
We also remove the respective comments from the *private* gdfx.h.
2016-08-23 21:35:32 +02:00
Christoph M. Becker b0333689ef Document all BGD_DECLARE'd functions
We add only minimal documentation comments for now, but at least that lets
Natural Docs add the function prototypes to the documentation.
2016-07-20 21:24:48 +02:00
Jitendar Kumar d403501869 Dereference null return value in gdfx.c
Issue : gdImageSquareToCircle() may possibly return NULL pointer. 

im2 = gdImageCreateTrueColor (radius * 2, radius * 2);

im2 can hold NULL value when 0 returned. 

Should be NULL checked.
2015-04-22 09:46:58 +05:30
Pierre Joye 81d341c8f1 fix #113, NULL deref in gdfx 2015-01-17 07:28:46 +01:00
Takeshi Abe 8843ac583a avoid warning: implicit declaration of function ‘gd_error’ [-Wimplicit-function-declaration] 2013-04-20 08:18:20 +09:00
Ondřej Surý 32b1307c62 Use custom error handler instead of fprintf(stderr, ...) 2013-04-18 08:28:36 +02:00
Ondřej Surý f52b1dd55d Fix config.h include before gd.h to get the HAVE_VISILIBITY symbol available 2013-04-12 15:01:43 +02:00
pierrejoye e20413bf6b - apply same CS everywhere 2013-04-03 14:23:11 +02:00
tabe 72ee7412d5 fixed typo 2008-08-06 07:16:28 +00:00
pajoye e47e7bf122 - New line at the end of the file 2007-01-04 12:52:04 +00:00
pierre f7429314bf - sync to 2.0.29 2006-04-05 15:54:20 +00:00
pierre 1b2f5c4894 - sync to 2.0.24 2006-04-05 15:52:22 +00:00
pierre 0a3439a3e7 - sync to 2.0.23 2006-04-05 15:51:53 +00:00
pierre b14040d671 - sync to 2.0.17 2006-04-05 15:49:38 +00:00