andrey Thu Jun 12 08:21:33 2003 EDT
Modified files:
/php4/ext/bcmathbcmath.c
Log:
proto fixes
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.55 php4/ext/bcmath/bcmath.c:1.56
--- php4/ext/bcmath/bcmath.c:1.55 Tue Jun 10 16:03:25 200
On Wed, 2 Apr 2003, Rasmus Lerdorf wrote:
>Oh, give me a break Jani. A space here or there makes absolutely no
>difference to the readability of the code, but all these whitespace
>commits get in the way of any real work when trying to track down problems
>via cvs diffs.
If you had committed
> Regardless, I think the ideal answer is for everyone to just follow
> the same standard from the beginning. If we all did that, there would
> be no reason for style- or whitespace-related commits.
Yes, but that is simply never going to happen as even a brief look at the
current code will attest
On Wed, Apr 02, 2003 at 11:48:55PM -0800, Rasmus Lerdorf wrote:
> Also, this is not noise IMO:
> >
> > > > > - if(bc_precision<0) bc_precision=0;
> > > > > +
> > > > > + if (bc_precision < 0) {
> > > > > + bc_precision = 0;
> > > > > + }
>
> Well, perhaps. I certainly agr
On Thu, 3 Apr 2003, Derick Rethans wrote:
> On Wed, 2 Apr 2003, Rasmus Lerdorf wrote:
>
> > There was nothing wrong with the indentation. He changed a > minor things like that. That's just cvs noise.
>
> But it's still coding style :)
Do a grep through the code. There are literally thousands o
On Wed, 2 Apr 2003, Rasmus Lerdorf wrote:
> There was nothing wrong with the indentation. He changed a minor things like that. That's just cvs noise.
But it's still coding style :) Also, this is not noise IMO:
> > > - if(bc_precision<0) bc_precision=0;
> > > +
> > > + if (bc_precision
There was nothing wrong with the indentation. He changed a I agree with him. We have standards and people have worked hard to indent
> the source code in a consistent manner (especially people like Jani). It
> doesn't take more time to indent nicely.
>
> Andi
>
> At 06:54 PM 4/2/2003 -0800, Rasmus
I agree with him. We have standards and people have worked hard to indent
the source code in a consistent manner (especially people like Jani). It
doesn't take more time to indent nicely.
Andi
At 06:54 PM 4/2/2003 -0800, Rasmus Lerdorf wrote:
Oh, give me a break Jani. A space here or there mak
Oh, give me a break Jani. A space here or there makes absolutely no
difference to the readability of the code, but all these whitespace
commits get in the way of any real work when trying to track down problems
via cvs diffs.
On Thu, 3 Apr 2003, Jani Taskinen wrote:
> sniperWed A
sniper Wed Apr 2 20:16:34 2003 EDT
Modified files:
/php4/ext/bcmathbcmath.c
Log:
Another CS fix.
# Rasmus, at least try keep the style consistent..
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.53 php4/ext/bcmath/bcmath.c:1.54
---
rasmus Wed Apr 2 18:51:52 2003 EDT
Modified files:
/php4/ext/bcmathbcmath.c
Log:
MFB: Check for negative precision
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.52 php4/ext/bcmath/bcmath.c:1.53
--- php4/ext/bcmath/bcmath.c:1.52
sniper Wed Mar 19 19:22:57 2003 EDT
Modified files:
/php4/ext/bcmathbcmath.c
Log:
WS & CS fixes
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.51 php4/ext/bcmath/bcmath.c:1.52
--- php4/ext/bcmath/bcmath.c:1.51 Thu Feb 6 17:18:41 20
pollita Thu Feb 6 17:18:41 2003 EDT
Modified files:
/php4/ext/bcmathbcmath.c
Log:
bc_raise() can return a scale lower than that passed into it. While most other
bcmath calls won't, it's safest to do a quick check that we're only
reducing n_scale, not incre
At 10:13 PM 2/4/2003 +0100, Marcus Börger wrote:
At 22:07 04.02.2003, Andi Gutmans wrote:
andiTue Feb 4 16:07:40 2003 EDT
Modified files:
/php4/ext/bcmathbcmath.c
Log:
- Please follow coding standards (this isn't java :)
I only corrected this...
I know. It wasn't
At 22:07 04.02.2003, Andi Gutmans wrote:
andiTue Feb 4 16:07:40 2003 EDT
Modified files:
/php4/ext/bcmathbcmath.c
Log:
- Please follow coding standards (this isn't java :)
I only corrected this...
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit
andiTue Feb 4 16:07:40 2003 EDT
Modified files:
/php4/ext/bcmathbcmath.c
Log:
- Please follow coding standards (this isn't java :)
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.49 php4/ext/bcmath/bcmath.c:1.50
--- php4/ext/bcmath
helly Tue Feb 4 16:01:55 2003 EDT
Modified files:
/php4/ext/bcmathbcmath.c
Log:
fix ZTS build
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.48 php4/ext/bcmath/bcmath.c:1.49
--- php4/ext/bcmath/bcmath.c:1.48 Tue Feb 4 14:03:30 2
pollita Tue Feb 4 14:03:30 2003 EDT
Modified files:
/php4/ext/bcmathbcmath.c
Log:
Bug#13551 bcmath functions should not apply scale to arguments, only to result
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.47 php4/ext/bcmath/bcmath.
pollita Wed Dec 11 11:28:18 2002 EDT
Modified files:
/php4/ext/bcmathbcmath.c php_bcmath.h
Log:
Renamed bc_powmod to bcpowmod to keep it inline with existing module
functions. Fixed whitespace problem.
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/b
fmk Tue Dec 10 14:28:04 2002 EDT
Modified files:
/php4/ext/bcmathbcmath.c
Log:
Fixing ZTS Build
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.44 php4/ext/bcmath/bcmath.c:1.45
--- php4/ext/bcmath/bcmath.c:1.44 Tue Dec 10 14:0
pollita Tue Dec 10 14:04:29 2002 EDT
Modified files:
/php4/ext/bcmathbcmath.c php_bcmath.h
Log:
Added support for libbcmath's bc_raisemod function as bc_powmod()
Index: php4/ext/bcmath/bcmath.c
diff -u php4/ext/bcmath/bcmath.c:1.43 php4/ext/bcmath/bcmath.
Hey,
I just realized there seems to be another global variable _bc_Free_list
which might need taking care of.
Do you mind checking it out?
Thanks,
Andi
At 09:25 AM 11/22/2002 +, Sander Roobol wrote:
sander Fri Nov 22 04:25:29 2002 EDT
Modified files:
/php4/ext/bcmathbcm
sander Fri Nov 22 04:25:29 2002 EDT
Modified files:
/php4/ext/bcmathbcmath.c php_bcmath.h
/php4/ext/bcmath/libbcmath/src bcmath.h debug.c div.c divmod.c
init.c output.c raise.c raisemod.c
andiWed Nov 20 15:03:02 2002 EDT
Modified files:
/php4/ext/bcmathbcmath.c
/php4/ext/bcmath/libbcmath/src bcmath.h init.c output.c raise.c
raisemod.c recmul.c sqrt.c str2num.c
andiWed Nov 20 14:48:13 2002 EDT
Modified files:
/php4/ext/bcmathbcmath.c
/php4/ext/bcmath/libbcmath/src bcmath.h init.c output.c raise.c
raisemod.c recmul.c sqrt.c str2num.c
25 matches
Mail list logo