[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2003-03-30 Thread Ilia Alshanetsky
iliaa Sun Mar 30 15:48:05 2003 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Fixed bug #22965 (Crash in gd lib's ImageFillToBorder()). Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.48 php4/ext/gd/libgd/gd.c:1.49 ---

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c xbm.c

2003-03-11 Thread Ilia Alshanetsky
iliaa Tue Mar 11 19:51:03 2003 EDT Modified files: /php4/ext/gd/libgd gd.c xbm.c Log: Style fixes. Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.47 php4/ext/gd/libgd/gd.c:1.48 --- php4/ext/gd/libgd/gd.c:1.47 Mon Feb 24 22:49:26 2003 +++

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2003-02-24 Thread Ilia Alshanetsky
iliaa Mon Feb 24 22:49:27 2003 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Fixed a crash in gdImageCopyMergeGray(). Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.46 php4/ext/gd/libgd/gd.c:1.47 --- php4/ext/gd/libgd/gd.c:1.46 Sun Feb

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2003-02-09 Thread Marcus Boerger
helly Sun Feb 9 09:17:05 2003 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Kill some warnings # the remainig is not easy to solve: float_var = float_cast(extpression) # This cannot be fixed by simply casting again to float because some # compilers

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c gd.h

2003-02-08 Thread Pierre-Alain Joye
pajoye Sat Feb 8 03:41:43 2003 EDT Modified files: /php4/ext/gd/libgd gd.c gd.h Log: Add gdImageEllipse Replace gdImageFilledEllipse by a new function (backported from the new phpgd) the new gdImageFilledEllipse fix bug bug #22103 (ellipse part)

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2003-01-20 Thread Pierre-Alain Joye
pajoye Mon Jan 20 20:49:34 2003 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Add credits to my functions (thx for the advice WezIlia :) Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.41 php4/ext/gd/libgd/gd.c:1.42 ---

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2003-01-20 Thread Pierre-Alain Joye
pajoye Mon Jan 20 21:10:20 2003 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Remove the (c), in the future, can we add PHP Licence terms for the new functions ? Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.42

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2003-01-09 Thread Ilia Alshanetsky
iliaa Thu Jan 9 21:00:41 2003 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Fixed ImageRotate when rotation angle is 90 degrees, patch by [EMAIL PROTECTED] Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.39 php4/ext/gd/libgd/gd.c:1.40

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-12-14 Thread Pierre-Alain Joye
pajoye Sat Dec 14 14:23:29 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Do not allow AA if not trueColor (imageantialias does nothing) Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.36 php4/ext/gd/libgd/gd.c:1.37 ---

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-12-11 Thread Pierre-Alain Joye
pajoye Wed Dec 11 15:46:52 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Add gdImageAAline (antialiased line) Add AA support for gdImagePolygon Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.32 php4/ext/gd/libgd/gd.c:1.33 ---

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-12-11 Thread Ilia Alshanetsky
iliaa Wed Dec 11 16:52:30 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Syncronize bundled gd sources with that of gd 2.0.9, affected functions are: gdImageBrushApply() gdImageCopyResized(). Index: php4/ext/gd/libgd/gd.c diff -u

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-12-11 Thread Ilia Alshanetsky
iliaa Wed Dec 11 16:55:45 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: White space fixes. Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.34 php4/ext/gd/libgd/gd.c:1.35 --- php4/ext/gd/libgd/gd.c:1.34 Wed Dec 11 16:52:29 2002 +++

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-12-11 Thread Pierre-Alain Joye
pajoye Wed Dec 11 17:23:51 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Fix brightness filter (argument ingnored) Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.35 php4/ext/gd/libgd/gd.c:1.36 --- php4/ext/gd/libgd/gd.c:1.35 Wed Dec

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-12-08 Thread Ilia Alshanetsky
iliaa Sun Dec 8 16:07:13 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Fixed a color mixup in gdImageCopyResampled() when dealing with true-color images brought the code up to PHP coding standards. Index: php4/ext/gd/libgd/gd.c diff -u

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c gd.h gd_arc_f_buggy.c gd_gd2.c gd_gif_in.c gd_jpeg.c gd_png.c gd_ss.c gd_wbmp.c gdkanji.c gdxpm.c

2002-12-01 Thread Marcus Boerger
helly Sun Dec 1 06:43:55 2002 EDT Modified files: /php4/ext/gd/libgd gd.c gd.h gd_arc_f_buggy.c gd_gd2.c gd_gif_in.c gd_jpeg.c gd_png.c gd_ss.c gd_wbmp.c gdkanji.c gdxpm.c Log: No more (f)printf for errors and

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c gd_jpeg.c gdft.c

2002-11-28 Thread Marcus Boerger
helly Thu Nov 28 20:44:19 2002 EDT Modified files: /php4/ext/gd/libgd gd.c gd_jpeg.c gdft.c Log: Conversion fixes Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.29 php4/ext/gd/libgd/gd.c:1.30 --- php4/ext/gd/libgd/gd.c:1.29 Thu Nov 28

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-11-17 Thread Derick Rethans
derick Sun Nov 17 09:25:50 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: - Fix compile problems for mips pro Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.26 php4/ext/gd/libgd/gd.c:1.27 --- php4/ext/gd/libgd/gd.c:1.26 Thu Nov 14

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-11-14 Thread Marcus Boerger
helly Thu Nov 14 10:08:40 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Fix warnings (Marcus Pierre-Alain Joye) Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.25 php4/ext/gd/libgd/gd.c:1.26 --- php4/ext/gd/libgd/gd.c:1.25 Wed Nov

Re: [PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-11-14 Thread Marcus Börger
I always compile with all warnings enabled and fix warnings for linux and windows builds. I am mostly using gcc -Wall -Wconversion -ggdb [marcuszaphod PHP_4_3_0]$ gcc -v Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/specs gcc version 2.96 2731 (Mandrake Linux 8.2

Re: [PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-11-14 Thread Ilia A.
On November 14, 2002 10:45 am, Marcus Börger wrote: I always compile with all warnings enabled and fix warnings for linux and windows builds. I am mostly using gcc -Wall -Wconversion -ggdb Thanks, I'll add -Wconversion to my CFLAGS. [marcuszaphod PHP_4_3_0]$ gcc -v Reading specs from

Re: [PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-11-14 Thread Marcus Börger
At 16:51 14.11.2002, Ilia A. wrote: On November 14, 2002 10:45 am, Marcus Börger wrote: I always compile with all warnings enabled and fix warnings for linux and windows builds. I am mostly using gcc -Wall -Wconversion -ggdb Thanks, I'll add -Wconversion to my CFLAGS. [marcuszaphod

Re: [PHP-CVS] cvs: php4 /ext/gd/libgd gd.c gd_gd2.c gdft.c

2002-11-12 Thread Pierre-Alain Joye
Hello, On Tue, 12 Nov 2002 13:12:59 - Marcus Boerger [EMAIL PROTECTED] wrote: helly Tue Nov 12 08:12:59 2002 EDT Modified files: /php4/ext/gd/libgdgd.c gd_gd2.c gdft.c Log: fix warnings Thx to fix warnings :-) While you are on, here are some

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-10-29 Thread Ilia Alshanetsky
iliaa Tue Oct 29 15:19:38 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Corrected un-initialized variable usage. Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.21 php4/ext/gd/libgd/gd.c:1.22 --- php4/ext/gd/libgd/gd.c:1.21 Mon Oct

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-10-06 Thread Rasmus Lerdorf
rasmus Sun Oct 6 02:47:55 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Fix for bug #19700 - code by Wez Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.17 php4/ext/gd/libgd/gd.c:1.18 --- php4/ext/gd/libgd/gd.c:1.17 Mon Sep 30

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-10-06 Thread Rasmus Lerdorf
rasmus Sun Oct 6 04:39:05 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: WS fix - although the entire libgd directory is horrendously formatted. However, since we are forking existing code, fixing it would make it much harder to merge any Boutell