Re: RFC - eliminate discrete arenaroots

2005-08-19 Thread Tels
, but the former is already borderline for me. I think you have the time to spell comments out. Otherwise we will see comments like this one next: /* 4 u we r ! d0ing teh all0cat'n */ :-D Best wishes, Tels - -- Signed on Fri Aug 19 11:20:41 2005 with key 0x93B84C15. Visit my photo

Re: affect/effect (was perlfunc.pod grammar fixes)

2005-08-05 Thread Tels
be easy to read even for people with only a medium grasp on English. Best wishes, Tels - -- Signed on Fri Aug 5 09:59:04 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. Für eine solche Bitratenreduktion

Re: [perl #36766] perldoc pollutes TEMP

2005-08-05 Thread Tels
using Perl? :-P Best wishes, Tels - -- Signed on Fri Aug 5 10:07:39 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. Q: Dr. Fisher, how did you begin your great career in Contact Dermatology? Dr

Re: pp_negate

2005-07-29 Thread Tels
-$f' 100 The first one looks wrong to me: # perl -wle '$f = -fo; print -$f' +fo # perl -wle '$f = -NaN; print -$f' +NaN Ugh. You learn to find some dusted, obscure Perl corner every day... Best wishes, Tels - -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern

Re: [PATCH] #2 try at Text::Balanced patch and maintainership

2005-07-13 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Wednesday 13 July 2005 11:49, Steve Hay wrote: Tels wrote: -BEGIN PGP SIGNED MESSAGE- Moin, this mail has a patch to Text::Balanced as attachement. The last time I sent this to p5p this was not applied because Text::Balanced

Re: [perl #20353] Perl 5.8.0 fails make test on Cobalt Raq4 in Math::BigInt

2005-07-12 Thread Tels
] (make test for Perl 5.6.1, built in the same way, on the same machine, reports no problems.) Greetings, Norbert. Tels, Does this problem look familiar to you? No, that is a new one. Perl 5.6.1 does have an ancient BigInt version, so you can't compare testfailures to v5.8.0

Re: Release Announcement: PPI 1.000

2005-07-10 Thread Tels
packages a package uses or requires, I could use PPI. Hm. For a start, I put PPI through to my perl-graph-generate script. The result can be found here: http://bloodgate.com/perl/graph/usage/examples.html (link at bottom) (Warning, big file 14100 x 735 pixel!) Best wishes, Tels - -- Signed

[PATCH] #2 try at Text::Balanced patch and maintainership

2005-07-09 Thread Tels
differ, though). Once we have sorted out who should apply this patch to which version (or snyc which one with which, first), then a new CPAN release is probably in order. :) If these is anything I can do to further resolve this issue, just drop me a note or two :) Best wishes, Tels PS: The needless

[PATCH] bug with charnames::viacode(0x1234) and optimize it

2005-07-06 Thread Tels
, can Carp::croak() ever return? I think the return statements after carp() are superflouse and can be removed. Best wishes, Tels - -- Signed on Wed Jul 6 20:59:00 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per

Re: Warnings in Math::BigInt::FastCalc

2005-07-06 Thread Tels
will probably overflow your memory, anyway. And I haven't even thought about 64bit platforms. Ugh. I am not sure what to change in the code now. Best wishes, Tels - -- Signed on Wed Jul 6 21:21:46 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http

Re: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm

2005-07-06 Thread Tels
in mind :) I'll also drop the maintainer of Text/Balanced a note. Best wishes, Tels - -- Signed on Wed Jul 6 21:26:48 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. A Thaum is the basic unit

Re: Some datapoints on hash performanc

2005-07-04 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Monday 04 July 2005 21:30, Nick Ing-Simmons wrote: Tels [EMAIL PROTECTED] writes: Semi-stupid question. How do I get different patch-levels from blead? I know how to get the latest, but have no idea how to checkout a certain patch number

[PATCH] make t/uni/class.t faster

2005-06-29 Thread Tels
(2.0 Ghz AMD XP 2400+) the time goes down from about 31 seconds to about 19 seconds after the patch. The entire testsuite takes now 175 (opposed to 181 a few days a ago) seconds: All tests successful. u=2.68 s=0.71 cu=175.30 cs=25.13 scripts=954 tests=107895 Best wishes, Tels - -- Signed

Re: Carp vs Carp::Heavy was: Re: [PATCH] Put Carp into the Tarpit (No Carp #2 - Archive::Tar)

2005-06-28 Thread Tels
say that the patch number #8 from me (no Carp #8 - SelfLoader, Text/Balanced and open.pm) should be still applied, because it works towards more consistent code. Best wishes, Tels PS: cummulative changes, all running ./perl -Ilib -e 'use Carp; 1' What do you get with ./perl -Ilib -e 'use

Re: Math::BigInt, maint and Crypt::DSA

2005-06-28 Thread Tels
. The second AFAIK, and the first I cannot reproduce :( (OTOH the cause might be completely different. I haven't tested much.) Tels, can you reproduce this problem ? I have a go tonight. But I go (no pun intended :) on a little traveling over the long weekend, so if I can't fix it in the next two

Re: Math::BigInt, maint and Crypt::DSA

2005-06-28 Thread Tels
. (OTOH the cause might be completely different. I haven't tested much.) Tels, can you reproduce this problem ? Not yet (5.8.6, BigInt 1.77, FastCalc 0.10). Maybe the test just gets much slower because it took quite a while at test 3 in 06_fibs.t for me. All tests successful, 2 tests skipped

Re: Math::BigInt, maint and Crypt::DSA

2005-06-28 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Tuesday 28 June 2005 18:37, Rafael Garcia-Suarez wrote: Tels wrote: Tels, can you reproduce this problem ? Not yet (5.8.6, BigInt 1.77, FastCalc 0.10). Maybe the test just gets much slower because it took quite a while at test 3

../../proto.h:1027: warning: `Perl_malloc' attribute directive ignored

2005-06-26 Thread Tels
Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Best wishes, Tels - -- Signed on Sun Jun 26 10:48:51 2005 with key 0x93B84C15. Visit my photo gallery at http

[PATCH] Put Carp into the Tarpit (No Carp #2 - Archive::Tar)

2005-06-26 Thread Tels
before/after, but I fear that error handling is not tested in Archive::Tar's testsuite. If somebody has any idea how to add a test for this, feel free to start :) All tests successful. u=2.66 s=0.73 cu=178.57 cs=24.03 scripts=954 tests=107891 Best wishes, Tels - -- Signed

[PATCH] no Carp! #3 - Attribute::Handlers

2005-06-26 Thread Tels
successful. u=2.74 s=0.81 cu=186.77 cs=25.45 scripts=954 tests=107891 One more comment: What is with the files in /lib/Attribute/Handlers/demo? Won't these get accidentily installed? Best wishes, Tels [0] Thanx to Google. - -- Signed on Sun Jun 26 11:14:40 2005 with key 0x93B84C15

The speed of t/uni/class.t - experimental [PATCH]

2005-06-26 Thread Tels
? That would cut out about 5% of the entire testsuite running time. Best wishes, Tels - -- Signed on Sun Jun 26 11:01:56 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. Sacrificing minions: Is there any problem

[PATCH] No Carp #4 AutoSplit.pm

2005-06-26 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, subject says it all. As usual, all tests pass: All tests successful. u=2.72 s=0.79 cu=187.33 cs=25.67 scripts=954 tests=107891 Best wishes, Tels - -- Signed on Sun Jun 26 12:31:40 2005 with key 0x93B84C15. Visit my photo gallery at http

[PATCH] no Carp #5 (File::Path)

2005-06-26 Thread Tels
::Path is used by so many modules, like Archive::Tar and AutoSplit, that my efforts to show a memory difference were a bit hindered by it :) Best wishes, Tels - -- Signed on Sun Jun 26 12:51:24 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http

Re: [PATCH] Put Carp into the Tarpit (No Carp #2 - Archive::Tar)

2005-06-26 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Sunday 26 June 2005 13:09, Dave Mitchell wrote: On Sun, Jun 26, 2005 at 11:00:31AM +0200, Tels wrote: in my quest to rescue^Wpreserve memory, here is the second patch in my noCarp series. The first one can be found here: Are you sure

Carp vs Carp::Heavy was: Re: [PATCH] Put Carp into the Tarpit (No Carp #2 - Archive::Tar)

2005-06-26 Thread Tels
effect as not loading Carp at all? (tripple negatives are fun :) Best wishes, Tels - -- Signed on Sun Jun 26 13:54:18 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. Given enough time, all legal battles

[PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)

2005-06-26 Thread Tels
they are usefull (I think so) or not. Makes no sense to prepare them when they won't get applied. Best wishes, Tels - -- Signed on Sun Jun 26 13:21:42 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email

Re: [PATCH] Put Carp into the Tarpit (No Carp #2 - Archive::Tar)

2005-06-26 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Sunday 26 June 2005 14:16, Dave Mitchell wrote: On Sun, Jun 26, 2005 at 01:42:40PM +0200, Tels wrote: Example with bleadperl (because there use vars doesn't load Carp): [snip] So you can't really conclude anything about Carp.pm's footprint just

Re: Carp vs Carp::Heavy was: Re: [PATCH] Put Carp into the Tarpit (No Carp #2 - Archive::Tar)

2005-06-26 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Sunday 26 June 2005 14:32, Michael G Schwern wrote: On Sun, Jun 26, 2005 at 01:58:26PM +0200, Tels wrote: (Including vars, because that gives us strict, vars, and warnings as a baseline): # ./perl -Ilib -Mvars -le 'print join (\n, sort keys

Re: Carp vs Carp::Heavy was: Re: [PATCH] Put Carp into the Tarpit (No Carp #2 - Archive::Tar)

2005-06-26 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Sunday 26 June 2005 18:35, Dave Mitchell wrote: On Sun, Jun 26, 2005 at 03:16:37PM +0200, Tels wrote: * no matter how you measure it, memory consumption goes down Only if the whole code body manages to avoid including Carp.pm. As soon as any

Re: Carp vs Carp::Heavy was: Re: [PATCH] Put Carp into the Tarpit (No Carp #2 - Archive::Tar)

2005-06-26 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Sunday 26 June 2005 14:32, Michael G Schwern wrote: On Sun, Jun 26, 2005 at 01:58:26PM +0200, Tels wrote: (Including vars, because that gives us strict, vars, and warnings as a baseline): strict costs 120K + 8K vm. strict + Exporter is 236K

[PATCH] no Carp #7 - charnames.pm

2005-06-26 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, as the subject says, this one handles charnames.pm. (That file looks like it could use someother optimizations, too. Like inlining _getcode() etc). If I should send these patches in differently, don't hesitate to tell me. Best wishes, Tels

[PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm

2005-06-26 Thread Tels
: loaded Carp on demand in two places, but forgot the third * Text/Balanced: tried to load Carp on demand, but since it used accidentily use vs. require, didn't achive the desired effect. Best wishes, Tels - -- Signed on Sun Jun 26 21:12:58 2005 with key 0x93B84C15. Visit my photo gallery at http

updated/podified http://gisle.aas.no/perl/illguts/ ?

2005-06-24 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, does anybody have this document: http://gisle.aas.no/perl/illguts/ in POD formator even an updated version (especially after Nicholas changes to the basic SV memory allocation layout)? Best wishes, Tels - -- Signed on Fri Jun 24 17:29:25

Access to POWER5 test servers.

2005-06-18 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, with Firefox 1.04 under Suse I always get: Please answer all required fields No matter what I fill in. Hopefully the servers are better configured than their sign-up process... Best wishes, Tels - -- Signed on Sat Jun 18 11:12:42 2005 with key

[PATCH] Re: [perl #9741] possible problem with File::Find

2005-06-18 Thread Tels
. It also clears up the bugs seen above. Also included is a small doc nit for File::Find and a version bump. I am not sure, but couldn't all the platform-specific file/path/dir juggling be done by File::Find just using File::Spec? Best wishes, Tels if ($Is_MacOS

Re: Editor-Jiggery was: Re: [PATCH] Lint support

2005-06-18 Thread Tels
. There are more important things. :) Best wishes, Tels - -- Signed on Sat Jun 18 11:21:46 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. This email violates U.S. patent #5,978,791 http://tinyurl.com/5t6ft

Re: Access to POWER5 test servers.

2005-06-18 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Saturday 18 June 2005 19:35, Garry Williams wrote: On Sat, 2005-06-18 at 11:14 +0200, Tels wrote: with Firefox 1.04 under Suse I always get: Please answer all required fields No matter what I fill in. You probably need to turn off the pop-up

Re: [PATCH] Re: [perl #9741] possible problem with File::Find

2005-06-18 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Saturday 18 June 2005 22:21, Michael G Schwern wrote: On Sat, Jun 18, 2005 at 11:21:19AM +0200, Tels wrote: if ($Is_MacOS) { - - ($topdev,$topino,$topmode,$topnlink) = $follow ? stat $top_item : lstat $top_item; $top_item

Editor-Jiggery was: Re: [PATCH] Lint support

2005-06-17 Thread Tels
only seldom, other people should have a more strong vote on that than me. Best wishes, Tels - -- Signed on Fri Jun 17 12:07:24 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. Carpal Tunnel Syndrome is a non

Re: Editor-Jiggery was: Re: [PATCH] Lint support

2005-06-17 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Friday 17 June 2005 12:30, Nicholas Clark wrote: On Fri, Jun 17, 2005 at 12:13:05PM +0200, Tels wrote: * If you add vim and emacs, will next time people want to put in code for Kate, pico, ed, $other-obscure-IDE? IIRC ed is already covered

Re: [PATCH] Lint support

2005-06-16 Thread Tels
*/ /* include guard */ + +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * ex: set ts=8 sts=4 sw=4 noet: + */ What are these lines for? Best wishes, Tels - -- Signed on Thu Jun 16 17:54:49 2005 with key 0x93B84C15

Re: We're a bunch of potty mouths.

2005-06-16 Thread Tels
are from me. :) Maybe we should just start naming random data structures like so: struct SV_damned { ... }; struct SV_fallen_angel { ... }; struct SV_stupidstupid { ... }; etc :) Best wishes, Tels PS: I really don't give a flying [censored-by-mail-gateway

[PATCH] Make Time::Local to load Carp only when nec.

2005-06-15 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, please see attached patch. All tests successful. u=2.75 s=0.68 cu=184.66 cs=24.10 scripts=949 tests=107137 real6m7.867s user3m10.656s sys 0m26.229s Best wishes, Tels - -- Signed on Wed Jun 15 12:16:26 2005 with key 0x93B84C15

Re: [perl #36268] Time::Local's croak calls cannot be silenced

2005-06-13 Thread Tels
emails are given in the POD as support contacts. Let's see if they still work :) Thanx, Tels - -- Signed on Mon Jun 13 19:43:29 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. Given enough time, all legal

Re: [perl #36268] Time::Local's croak calls cannot be silenced

2005-06-13 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Monday 13 June 2005 21:41, Michael G Schwern wrote: On Mon, Jun 13, 2005 at 07:47:36PM +0200, Tels wrote: * bump the version I usually leave that to the bleadperl folks. I think that whoever applies the patch has an easier life if you bump up

Re: Some datapoints on hash performanc

2005-06-12 Thread Tels
to find out which one I would need. Best wishes, Tels - -- Signed on Sun Jun 12 11:40:26 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. Eat, eat, eat, eat the delicious sandwich! -- Elan the Bard (Order

Re: Some datapoints on hash performanc

2005-06-12 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Sunday 12 June 2005 13:22, Tassilo von Parseval wrote: On Sun, Jun 12, 2005 at 11:42:01AM +0200 Tels wrote: On Sun, Jun 12, 2005 at 12:12:22AM +0200, David Landgren wrote: Executive summary: it looks like 5.8.7 is doing a better job than blead

Re: Some datapoints on hash performanc

2005-06-12 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Sunday 12 June 2005 13:22, Tassilo von Parseval wrote: On Sun, Jun 12, 2005 at 11:42:01AM +0200 Tels wrote: If you have enough space on your disks, an APC repository of all perl changes is useful to have around: $ rsync -az rsync

Re: Some datapoints on hash performance

2005-06-11 Thread Tels
to be created. What I saw, though, was a reduction in memory overhead, from IIRC 295 bytes down to 275 bytes (per BigInt object), including all overhead. Best wishes, Tels - -- Signed on Sun Jun 12 01:22:22 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key

Re: [PATCH] regcomp.c and more

2005-06-09 Thread Tels
wrote earlier :) Best wishes, Tels - -- Signed on Thu Jun 9 22:23:49 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. This email violates U.S. patent #6,775,781 http://tinyurl.com/3khqm: sudo rm -fR

Re: [perl #35982] rt.cpan.org?

2005-05-27 Thread Tels
assign fixed in v1.76 to any BigInt bug). I sent them an email to their bug queue, got my ticket and then nothing happened for a week or so. (Come to think of, my ticket from 2005-03-20 was never answered, either) Best wishes, Tels - -- Signed on Fri May 27 11:07:23 2005 with key 0x93B84C15

perl5-porters@perl.org

2005-05-27 Thread Tels
, META.yml or change log files which might be floating around in lib/ Add TODO, BUGS and CREDITS? Best wishes, Tels - -- Signed on Fri May 27 11:30:00 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. Für

Re: 5.8.7 RC1 (uh-oh, Math::BigInt bug)

2005-05-26 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Thursday 26 May 2005 18:08, Nicholas Clark wrote: On Fri, May 20, 2005 at 07:42:23PM +0200, Tels wrote: Now, I have prepared a patch (attached) that brings blead to v1.77 - I can prepare one against 5.8.7RC1 if nec. It merges quite nicely

Removing needless files

2005-05-22 Thread Tels
, are the txt files really needed? They weight about 5.6 Mb, compare this to 28 Mb for the entire perl586 lib dir... Best wishes, Tels - -- Signed on Sun May 22 12:23:59 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc

questions about struct RExC_state_t

2005-05-22 Thread Tels
to try to slim down this struct? Best wishes, Tels - -- Signed on Sun May 22 12:43:07 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. This email violates U.S. patent #6,756,999 http://tinyurl.com/2vuqm

Re: questions about struct RExC_state_t

2005-05-22 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Sunday 22 May 2005 19:54, Marcus Holland-Moritz wrote: On 2005-05-22, at 12:47:35 +0200, Tels wrote: attached is a patch that should improve the aligning of struct members in RExC_state_t (assuming that 4 chars are as big as the other memebers

Re: Removing needless files

2005-05-22 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Sunday 22 May 2005 20:10, Marcus Holland-Moritz wrote: On 2005-05-22, at 12:24:57 +0200, Tels wrote: -BEGIN PGP SIGNED MESSAGE- Moin, it looks to me like there are quite a few files in /lib that are not needed for building Perl

Re: Removing needless files

2005-05-22 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Sunday 22 May 2005 20:32, Rafael Garcia-Suarez wrote: On 5/22/05, Tels [EMAIL PROTECTED] wrote: [snipabit] Some comments: * Changelogs and READMEs: Some modules have them, some not, some are horrible outdated. For dual-life modules, IMHO

Re: use less memory?

2005-05-20 Thread Tels
not tried to compile the resulting goo of bleading code :o) And unfortunately I just don't have the expertise to fix the patch myself, either. Could you please attach a new patch against blead? Best wishes, Tels - -- Signed on Fri May 20 17:43:04 2005 with key 0x93B84C15. Visit my photo gallery

Re: 5.8.7 RC1 (uh-oh, Math::BigInt bug)

2005-05-20 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin Nichalos, And now this is how things stood: The module was sitting on CPAN. The bug was in an older version, too close to the release. And the Tels worked round and round the clock, looking at them with shivery eyes. In the meantime, Nicholas

Re: Getting rid of AvFLAGS (was Re: 0x40000000 in SvFLAGS on AVs)

2005-05-16 Thread Tels
wishes, Tels - -- Signed on Mon May 16 16:19:25 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. Duke Nukem Forever is a 1999 game and we think that timeframe matches very well with what we have planned

Re: [PATCH] uninitialized warnings in regcomp

2005-05-02 Thread Tels
Thing Todo[tm]. Just ignoring the compiler warning leads to problems down the road, e.g. the code is changed by somebody else, now the variable *is* used uninitialized sometimes, but nobody notices because people are used to ignore the warning and subtle errors creep in. Best wishes, Tels

Re: [perl #35014] bignum bug in %

2005-04-20 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Wednesday 20 April 2005 11:02, Dominic Dunlop wrote: On 19 Apr 2005, at 22:44, Tels wrote: I cannot reproduce this on my system :( # ./perl -Ilib -Mbignum -wle '$j=13; $sum[$j] = 123456789098765432101234567890123456789; if ($sum[$j] % 12 ==0

Re: Fwd: [perl #35014] bignum bug in %

2005-04-19 Thread Tels
on the list with a configuration closer to gamo's (perl5 (revision 5 version 8 subversion 6) configuration: Platform: osname=linux, osvers=2.4.29, archname=i686-linux-64int-ld) have a look at it? Thanks. (Tels, hope this gets through: some day I really must get PGP working...) Yes, you should

Re: Fwd: [perl #35014] bignum bug in %

2005-04-19 Thread Tels
. Best wishes, Tels - -- Signed on Tue Apr 19 22:43:31 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. Proctor Gamble unveiled a new soap this week. Although it looks normal, the soap is actually hollow

Re: [PATCH] integrate Math::BigInt::FastCalc

2005-04-08 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, Rafael Garcia-Suarez [EMAIL PROTECTED] wrote: Tels wrote: attached the promised patch to integrate the XS code for Math::BigInt::Calc into blead. Before someone commits this, please check that it really does integrate it properly - I haven't done

[PATCH] integrate Math::BigInt::FastCalc

2005-04-03 Thread Tels
to John Peacock, who first had the idea to seperate the core math logic from the high-level math code - this really makes things much more easier. On my system: All tests successful. u=2.71 s=0.71 cu=178.54 cs=23.29 scripts=891 tests=105078 Best wishes, Tels - -- Signed

[Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17

2005-04-03 Thread Tels
bit, AMD XP 2400+): All tests successful. u=2.6 s=0.66 cu=185.64 cs=23.41 scripts=888 tests=104511 Best wishes, Tels BigInt: Calc : return $BASE from _base_len(), too MBI : fix rounding doc and add notes about precision() and accuracy new('inf')/new('-inf') will now

Re: [PATCH] Re: [perl #34632] perlintro: Comments start with ahash symbol

2005-04-03 Thread Tels
* Assignment of return values from numeric equality tests doesn't works work (no s :) I think most of the longer-than-80-chars items can be shortened without loss of information. Best wishes, Tels - -- Signed on Sun Apr 3 11:18:07 2005 with key 0x93B84C15. Visit my photo gallery at http

Re: [PATCH] Math::BigInt v1.75 released (what is 3 % -1?)

2005-04-03 Thread Tels
make sense? Best wishes, Tels - -- Signed on Sun Apr 3 23:10:12 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. Firefox: What are you trying to tell me, that I can block pop-ups? Morpheus: I'm trying

Re: [PATCH] Math::BigInt v1.75 released (what is 3 % -1?)

2005-04-02 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Friday 01 April 2005 21:38, John Peacock wrote: John Peacock wrote: With that in mind, I think that the Parrot definition of mod() has the most weight behind it: x mod y = x - y * floor(x / y) 2.1 mod -1 = 2.1 - (-1) * floor(2.1 / -1)

Re: Perl 5.9.2 is out

2005-04-01 Thread Tels
, but you were faster :) [0] Best wishes, Tels [0]: Don't worry, I was ready to send it on tuesday, and then bigrat's trap.t segfaulted and anything was delayed because I can't figure yet out why it crashes... [1] As discussed previously. I tinkered a few hours with Calc optionally loading FastCalc

Re: [PATCH] Math::BigInt v1.75 released (what is 3 % -1?)

2005-03-21 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Sunday 20 March 2005 14:00, Tels wrote: Moin, the attached patch syncs blead with v1.75. New in this version: AARG! Reading the patch (I swear I did read it through before sending it off, but it only occur to me today that something was strange

FYI: warnings when compiling regcomp.c

2005-03-20 Thread Tels
be used uninitialized in this function Best wishes, Tels - -- Signed on Sun Mar 20 13:11:02 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. Remember: If the game let's you do it, it's not cheating

Re: FYI: warnings when compiling regcomp.c

2005-03-20 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Sunday 20 March 2005 13:37, demerphq wrote: On Sun, 20 Mar 2005 13:12:07 +0100, Tels [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Moin, just saw this fly by with blead synced this minute: regcomp.c: In function

[PATCH] Math::BigInt v1.75 released

2005-03-20 Thread Tels
: likewise remove dependency on Scalar::Util in bdiv() fix documentation about rounding bdiv() cache result of !$y-is_one() for wantarray case to make ($res,$rem) = $x-bdiv($y); about 10% faster tests: for atan2() and Calc bug Best wishes, Tels - -- Signed on Sun Mar 20 13:56:58

Re: Reworked Trie Patch

2005-03-13 Thread Tels
, but it should be possible to prepare the tables as to * work with unicode (e.g. not have huge chars lists) * with multiple patterns at once (e.g. foo|fool|fab) I am not sure if the result will be the same methd your patch used, or something worse or better. Best wishes, Tels - -- Signed on Sun Mar

[PATCH] pad_push() parm removal + minor refactoring

2005-03-10 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, Any wrote: I'll limit the scope here of my patch and make sure I'm doing the right thing. Yves will be glad to know that I removed trailing whitespace from three lines along the way. :-) The has_flags parm is removed from pad_push(), and I've refactored

Re: (blead patch) New TRIE regex patch

2005-03-02 Thread Tels
plan to collate the states from the end? Like in (call|ball) the all could maybe stored/handled together. Best wishes, Tels - -- Signed on Wed Mar 2 21:01:58 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email

Re: bignum pragma

2005-02-28 Thread Tels
of converting 123 into Math::BigInt-new(123), or also add numify() to each MBI object? At which place should it do this? Best wishes, Tels - -- Signed on Mon Feb 28 19:34:07 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc

Re: CPAN cruft cleanup?

2005-02-27 Thread Tels
versions, then send the author an email asking him to clean up a bit. Best wishes, Tels - -- Signed on Sun Feb 27 11:27:25 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. Schau, schau, Schoschonen

[perl #34124] ( $a ? expr with $a : expr with $b ) not parsed correctl

2005-02-13 Thread Tels
; print $a $d $i' 18 0 18 HTH, Tels - -- Signed on Sun Feb 13 18:19:33 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. Metaphorisch gesprochen war das Trusted-Computing-Vorhaben bisher wie eine

Re: [PATCH] BigInt mbi_rand.t failings (solved now)

2005-02-10 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Thursday 10 February 2005 03:25, Ed Allen Smith wrote: In message [EMAIL PROTECTED] (on 9 February 2005 21:44:22 +0100), [EMAIL PROTECTED] (Tels) wrote: -BEGIN PGP SIGNED MESSAGE- Moin, the attached patch should cure the problem

Re: [PATCH] BigInt mbi_rand.t failings (solved now)

2005-02-09 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, the attached patch should cure the problem and the smokes - finally. Steve Hay was so kind to test it and it really seems to work now. Sorry that it took so long, Tels - -- Signed on Wed Feb 9 21:43:02 2005 with key 0x93B84C15. Visit my photo

Re: [PATCH] BigInt mbi_rand.t failings

2005-01-29 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin Steve, On Thursday 27 January 2005 12:12, Steve Hay wrote: Tels wrote: -BEGIN PGP SIGNED MESSAGE- Moin, Ugh :-/ Can you please run mbi_rand.t manually: perl t/mbi_rand.t until it fails, and then send me the full output

Re: [PATCH] BigInt mbi_rand.t failings

2005-01-26 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Wednesday 26 January 2005 18:07, Steve Hay wrote: Rafael Garcia-Suarez wrote: Tels wrote: Fix, fix, fix, fix the stupid bugs... the attached patch *should* cure the mbi_rand.t failings that are so common after the v1.74 integration of BigInt. I

Re: [PATCH] BigInt mbi_rand.t failings

2005-01-26 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Wednesday 26 January 2005 18:07, Steve Hay wrote: Rafael Garcia-Suarez wrote: Tels wrote: Fix, fix, fix, fix the stupid bugs... the attached patch *should* cure the mbi_rand.t failings that are so common after the v1.74 integration of BigInt. I

[PATCH] BigInt mbi_rand.t failings

2005-01-25 Thread Tels
. But the little bone from my left little finger tells me I am right :) Thanx to Jarkko for kicking my butt. Best wishes, Tels - -- Signed on Tue Jan 25 18:03:11 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email

[perl #33826] FW: Cygwin Perl bug -- pod2usage(-verbose = 0) pod2usage(-verbose = 1)

2005-01-19 Thread Tels
cannot test this. Hope this helps, Tels - -- Signed on Wed Jan 19 17:51:48 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. Schau, schau, Schoschonen. -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (GNU

Re: Set::Object + Set::Scalar - Set::Scalar::Universe

2005-01-17 Thread Tels
version without the complicated parts of the Set::Scalar API is now up on CPAN as Set::Object 1.08_02 and ready for people to test it. Documented this time, too. Tels? :) Please Cc: me, I am not subscribed to p5p :-) Also, I am currently on a mini-vacation and away from my computer, so I am

Re: [perl #33106] perl does not warn if the argument eq NaN

2005-01-09 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Sunday 09 January 2005 04:56, Yitzchak Scott-Thoennes wrote: On Fri, Jan 07, 2005 at 10:12:15PM +0100, Tels wrote: -BEGIN PGP SIGNED MESSAGE- Moin, On Friday 07 January 2005 22:04, Yitzchak Scott-Thoennes via RT wrote: perl -MO

Re: [perl #33106] perl does not warn if the argument eq NaN

2005-01-07 Thread Tels
be :-) [EMAIL PROTECTED]:~ perl -le 'print 0x1' 1 [EMAIL PROTECTED]:~ perl -le 'printf %g\n, 0x1' 1 [EMAIL PROTECTED]:~ perl -le 'printf %f\n, 0x1' 1.00 Cheers, Tels - -- Signed on Fri Jan 7 13:06:34 2005 with key 0x93B84C15. Visit my photo gallery

Re: [perl #33106] perl does not warn if the argument eq NaN

2005-01-07 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Friday 07 January 2005 13:35, Nicholas Clark wrote: $ perl -le 'print 0+0x1' Yuck! :-( Why is 0x1 + 0 == 0 (also for 0b11) but 012 + 0 = 12? Tels - -- Signed on Fri Jan 7 14:16:28 2005 with key 0x93B84C15. Visit my photo gallery at http

Re: [PATCH] Remove Carp from warnings.pm

2005-01-07 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Friday 07 January 2005 17:31, Nicholas Clark wrote: On Fri, Jan 07, 2005 at 03:57:35PM +0100, Rafael Garcia-Suarez wrote: Jim Cromie wrote: heres Tels' patch again (against 23724), this time with the missing test-file (vars_carp.t) that caused

Re: [perl #33106] perl does not warn if the argument eq NaN

2005-01-07 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Friday 07 January 2005 22:04, Yitzchak Scott-Thoennes via RT wrote: perl -MO=Deparse -e'print 0 * 9**999' # perl -MO=Deparse -e'print inf' print inf $_; -e syntax OK Hm :o) Cheers, Tels - -- Signed on Fri Jan 7 22:11:44

Re: Smoke [5.9.2] 23756 FAIL(X) openbsd 3.6 (i386/1 cpu)

2005-01-06 Thread Tels
such things (glad they did). I have to revise that shortcut if it is not working on some systems. Best wishes, Tels - -- Signed on Thu Jan 6 17:09:01 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email

Re: Smoke [5.9.2] 23756 FAIL(X) openbsd 3.6 (i386/1 cpu)

2005-01-06 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Thursday 06 January 2005 20:05, Abe Timmerman wrote: Op een zonnige winterdag (Thursday 06 January 2005 17:11),schreef Tels: Moin, Since the integration of Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16, there appears to be random

Re: [perl #33106] perl does not warn if the argument eq NaN

2005-01-06 Thread Tels
as a FP? +-Inf is easier... sin(inf) seems to be the traditional way. I haven't found a way to get a negative nan though. Ah, damn. I shouldnt have asked - you are telling me there are negative NanS? Ouch.. I shoulda have sticked to positive integers only...*sigh* Best wishes, Tels

Re: [PATCH] Remove Carp from warnings.pm

2005-01-02 Thread Tels
-BEGIN PGP SIGNED MESSAGE- Moin, On Sunday 02 January 2005 03:48, Jim Cromie wrote: On Sun, 2 Jan 2005 00:06:06 +0100, Tels [EMAIL PROTECTED] wrote: BUT: (theres always a but...) lib/vars..ok lib/vars_carp.Can't run

Re: [PATCH] Remove Carp from warnings.pm

2005-01-01 Thread Tels
the cracks? What do I have to do to get it applied? Best wishes, and a Happy New 2005 to everyone! Tels - -- Signed on Sat Jan 1 17:50:39 2005 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. This email

  1   2   >