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

2003-06-12 Thread Ilia Alshanetsky
iliaa Thu Jun 12 15:31:44 2003 EDT Added files: /php4/ext/gd/tests bug24155.phpt Modified files: /php4/ext/gd/libgd gd.c Log: Fixed bug #24155 (gdImageRotate270 incorrectly use x parameter for y axis) Index: php4/ext/gd/libgd/gd.c

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

2003-06-05 Thread Ilia Alshanetsky
iliaa Wed Jun 4 10:58:20 2003 EDT Modified files: /php4/ext/gd/libgd gd.c Log: No need to dupe macro Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.53 php4/ext/gd/libgd/gd.c:1.54 --- php4/ext/gd/libgd/gd.c:1.53 Wed Jun 4 01:32:03 2003 +++

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

2003-06-04 Thread Jani Taskinen
sniper Wed Jun 4 01:32:03 2003 EDT Modified files: /php4/ext/gd/libgd gd.c Log: MFB: fix build Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.52 php4/ext/gd/libgd/gd.c:1.53 --- php4/ext/gd/libgd/gd.c:1.52 Tue Jun 3 20:20:19 2003 +++ php4/ext/

[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 --- php4/ext/gd/libgd/gd

[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

[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 m

[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) Inde

[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 php4/ext/gd/libgd/gd.c:1

[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 Wez&Ilia :) 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 --- php4/ext/gd/libgd/

[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

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

2002-12-18 Thread Pierre-Alain Joye
On Wed, 18 Dec 2002 21:13:21 - "Pierre-Alain Joye" <[EMAIL PROTECTED]> wrote: > pajoyeWed Dec 18 16:13:21 2002 EDT > > Modified files: > /php4/ext/gd/libgdgd.c > Log: > Fix a crash while using an invalid color with imagesetstyle, see the > sa

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

2002-12-18 Thread Pierre-Alain Joye
pajoye Wed Dec 18 16:13:21 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Fix a crash while using an invalid color with imagesetstyle, see the sample script in the manual to reproduce it :) Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd

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

2002-12-15 Thread Marcus Boerger
helly Sun Dec 15 13:16:11 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: MFB: gd uses float instead of double Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.37 php4/ext/gd/libgd/gd.c:1.38 --- php4/ext/gd/libgd/gd.c:1.37 Sat Dec 14 14

[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 --- php4/ext/gd/lib

[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-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 +++ ph

[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 php4/ext/gd/lib

[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 --- php4/

[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 php4/ex

[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 w

[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 17:48

[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 10:

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. > [marcus@zaphod PH

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. > [marcus@zaphod PHP_4_3_0]$ gcc -v > Reading specs fro

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 [marcus@zaphod 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 2.96-0.76

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

2002-11-14 Thread Ilia A.
Which compiler are you using and with which options that gave you warning(s) on these lines? Ilia On November 14, 2002 10:08 am, Marcus Boerger wrote: > helly Thu Nov 14 10:08:40 2002 EDT > > Modified files: > /php4/ext/gd/libgdgd.c > Log: > Fix warnings (Marcus & Pierr

[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 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

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

2002-11-12 Thread Marcus Boerger
helly Tue Nov 12 08:12:59 2002 EDT Modified files: /php4/ext/gd/libgd gd.c gd_gd2.c gdft.c Log: fix warnings Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.23 php4/ext/gd/libgd/gd.c:1.24 --- php4/ext/gd/libgd/gd.c:1.23 Tue Oct 29 18:08:01 2

[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 2

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

2002-10-07 Thread Andi Gutmans
Try and see if "indent -kr -ts4 -l160" helps you. It usually works pretty well. Andi At 08:39 AM 10/6/2002 +, Rasmus Lerdorf wrote: >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

[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 pat

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

2002-10-06 Thread Rasmus Lerdorf
rasmus Sun Oct 6 04:35:22 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Oops Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.18 php4/ext/gd/libgd/gd.c:1.19 --- php4/ext/gd/libgd/gd.c:1.18 Sun Oct 6 02:47:53 2002 +++ php4/ext/gd/lib

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

2002-10-05 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 03:23

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

2002-09-29 Thread Tim Toohey
ttoohey Mon Sep 30 03:23:34 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: fix gdImageCopyResampled() for non-constant alpha layer Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.16 php4/ext/gd/libgd/gd.c:1.17 --- php4/ext/gd/libgd/gd.

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

2002-09-29 Thread Ilia Alshanetsky
iliaa Sun Sep 29 10:45:58 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Fixed bug #19366 Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.15 php4/ext/gd/libgd/gd.c:1.16 --- php4/ext/gd/libgd/gd.c:1.15 Thu Aug 22 12:21:32 2002 +++ php