[perl #34549] atan2() isn't IEEE compliant on OpenBSD/*BSD/Cygwin/Solaris

2005-12-29 Thread Joshua Hoblitt via RT
FYI - bugs #36835 & #38060 have been merged into #34549. -J --

[perl #38067] [PATCH] tcl [string replace] working

2005-12-29 Thread via RT
# New Ticket Created by Alberto Simoes # Please include the string: [perl #38067] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38067 > -- Alberto Simões - Departamento de Informática - Universidade do Minho

[perl #38066] [PATCH] tcl [string trim(left|right|)

2005-12-29 Thread via RT
# New Ticket Created by Alberto Simoes # Please include the string: [perl #38066] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38066 > -- Alberto Simões - Departamento de Informática - Universidade do Minho

Re: Configuration error in parrot-0.4.0

2005-12-29 Thread Joshua Hoblitt
Does this issue still occur with recent svn sources? -J -- On Wed, Dec 28, 2005 at 06:54:18AM -0800, jerry gay wrote: > On 12/28/05, Sastry <[EMAIL PROTECTED]> wrote: > > Hi > > I tried building parrot on Linux 2.4.20 and I get the following error > > during gmake process. I have the default pe

[perl #38068] [TODO] Tcl: Add support for octal numbers

2005-12-29 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #38068] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38068 > Partcl needs support for octal numbers. There are two important cases that should be

[perl #38067] [PATCH] tcl [string replace] working

2005-12-29 Thread Will Coleda via RT
Thanks, Applied!

[perl #38066] [PATCH] tcl [string trim(left|right|)

2005-12-29 Thread Will Coleda via RT
Thanks, Applied!

[perl #38058] [PATCH] make [string last] work on tcl

2005-12-29 Thread Will Coleda via RT
Tests are fine. Good work catching those! Thanks, Applied! > [ambs - Wed Dec 28 09:44:28 2005]: > > Please validate the tests, as the meaning of the 'last' third argument > wasn't the correct in the test cases. > > From tcl, > Search string2 for a sequence of characters that exactly match the

[perl #38065] [PATCH] TCL [string totitle]

2005-12-29 Thread Will Coleda via RT
Thanks, applied!

[perl #38060] [BUG] atan2() broken on Solaris with gcc

2005-12-29 Thread Steve Peters via RT
> [EMAIL PROTECTED] - Wed Dec 28 14:07:26 2005]: > > A quick demonstration of the issue: > > -- > #include > #include > > int main () > { > printf("%f\n", atan2(0.0, 0.0)); > printf("%f\n", atan2(-0.0, -0.0)); > } > -- > > -- > $ gcc foo.c -lm > $ ./a.out > 0.00 > 0.00 > -- >

[perl #34549] [PATCH] t/op/trans.t failure on OpenBSD

2005-12-29 Thread Steve Peters via RT
> [stmpeters - Tue Mar 22 15:41:12 2005]: > > When running testing parrot-HEAD, I get a test failure in t/op/trans.t on > OpenBSD. Running the same tests on Linux seem to work just fine... > > > perl -Ilib t/op/trans.t > 1..19 > ok 1 - sin > ok 2 - cos > ok 3 - tan > ok 4 - sec > ok 5 - atan >

[perl #38065] [PATCH] TCL [string totitle]

2005-12-29 Thread via RT
# New Ticket Created by Alberto Simoes # Please include the string: [perl #38065] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38065 > Cheers Alberto -- Alberto Simões - Departamento de Informática - Universidade do Min

Re: Cygwin versun plain XP (for working with Pugs+Parrot together)

2005-12-29 Thread Greg Bacon
In message <[EMAIL PROTECTED]>, Joshua Hoblitt writes: : It looks like it was just a missing curly brace. Fix commited as : r10699. Thanks for reporting. Thanks. In my defense, yes, I did try the obvious fix. Looking at the diff, I must've added the curly after C<1;>. The quiet from my wi