Perlbugtron missed this, I shall fix this immediately. perl -v This report has been registered with perlbug. ... Von: perlbug@......
Foley, Richard
Richard.Foley@...
Jun 1, 1999 7:46 am
50857
Perlbugtron missed this, I shall fix this immediately. This report has been registered with perlbug. Von: perlbug@... [mailto:perlbug@...] Gesendet...
Foley, Richard
Richard.Foley@...
Jun 1, 1999 7:47 am
50858
From what I've seen, I think a simple "'perl' in the body check" would trash most spam. ... Richard Foley richard@......
Foley, Richard
Richard.Foley@...
Jun 1, 1999 7:59 am
50859
... I'm sure the original spec was to ensure that the Reply-to sent mail to p5p. This is, however, obviously causing a lot of headache, so I'll remove that, ...
Foley, Richard
Richard.Foley@...
Jun 1, 1999 8:00 am
50860
This is indeed my fault entirely, sorry. Not having perlbug in your RPM isn't, thankfully, but checking for something as daft as 'perl -v' is just plain not...
Foley, Richard
Richard.Foley@...
Jun 1, 1999 8:06 am
50861
David, ... OK. I put in a simplistic tr/.*/_%/ which was never going to work. I've settled for the moment on saying you can enter simple (it's SQL right?) SQL...
Foley, Richard
Richard.Foley@...
Jun 1, 1999 8:08 am
50862
... That is a pretty poor percentage :-( ... What is worse, is that it tends to put all the code in one C function. GCC at least then consumes huge amounts of...
Nick Ing-Simmons
nik@...
Jun 1, 1999 8:08 am
50863
... What is *the same*? It is '$', and the things are evaluated in scalar context. It is just the 3rd and the 4th meanings of ',' operator. Ilya...
Ilya Zakharevich
ilya@...
Jun 1, 1999 8:10 am
50864
... I suggest perlcc explicitly removes -O1/-O2 and supplies -O0 -- Nick Ing-Simmons <nik@...> Via, but not speaking for: Texas Instruments Ltd....
Nick Ing-Simmons
nik@...
Jun 1, 1999 8:12 am
50865
... Wilco ... Richard Foley richard@......
Foley, Richard
Richard.Foley@...
Jun 1, 1999 8:29 am
50866
In <A11512FA21D5D111A04800805F85B92401ED1C98@...>, ... I'd suggest perl not followed by 'bug', to avoid "Dear perlbug, ..." and the like. ...
Hugo van der Sanden
hv@...
Jun 1, 1999 9:07 am
50867
... After sending my bug report, I came across the perlbug spam thread. If you are trying to prevent spam, /perl/ won't block spam containing "Hi perlbug,...
dean@...
Jun 1, 1999 9:07 am
50868
... That is not quite what I meant. I mean more: my $optimize = $Config{'optimize'}; $optimize =~ s/-O\d?//; $optimize = "-O0 $optimize"; ... Mine does that...
Nick Ing-Simmons
nik@...
Jun 1, 1999 10:04 am
50869
... You have a point. ... Well, it'll be a couple of hours before I can get to the machine, but the code has changed, even if the code hasn't actually changed...
Foley, Richard
Richard.Foley@...
Jun 1, 1999 10:05 am
50870
... I agree and in fact i added a line like this: my $optimize = $Config{'optimize'} =~ /-O\d/ ? '':$Config{'optimize'}; ( i wanted to let "-g" get thru since...
Vishal Bhatia
vishalb@...
Jun 1, 1999 10:09 am
50871
select ticketid, status from tm_tickets...
Foley, Richard
Richard.Foley@...
Jun 1, 1999 11:37 am
50872
This is my fault entirely (that this message originally bounced), sorry. I have resubmitted your mail to the perlbug machinery. The problem will be fixed the...
Foley, Richard
Richard.Foley@...
Jun 1, 1999 11:37 am
50873
... That's how Convex got its SMP speed up: put all the thread management stuff in hardware. Even thread creation was there: "fork" [really "clone" or "start...
Tom Christiansen
tchrist@...
Jun 1, 1999 12:28 pm
50874
... This is my bug, not Andy's. The bugs are mine, all mine, buahahaha. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for...
Jarkko Hietaniemi
jhi@...
Jun 1, 1999 12:30 pm
50875
... I've had a quick dig around, but can't find any recent figures. Thread contect switching in Solaris should be pretty quick because it can (most of the...
Alan Burlison
Alan.Burlison@...
Jun 1, 1999 12:42 pm
50876
... Can we have a `perl -V', and perhaps one example of a `something' (module name and version number) that `runs into problems when it makes test'? Peace, *...
Kurt D. Starsinic
kstar@...
Jun 1, 1999 1:27 pm
50877
This email address is for reporting bugs to the perl community via perlbug@.... Please address your mail appropriately and include output from the perlbug...
perlbug@...
Jun 1, 1999 1:29 pm
50878
... IMO I do not think perlbug should be used for all modules on CPAN. That would just fllod p5p with reports. perlbug should only be used for the core and the...
Graham Barr
gbarr@...
Jun 1, 1999 2:33 pm
50879
... Not to forget camel race gambling, DWIM-CGI-script-authoring-wizard, and online recruiting of legions of scantily clad female/male Perl consultants,...
Jarkko Hietaniemi
jhi@...
Jun 1, 1999 2:33 pm
50880
but perl here -- Richard Foley +49 (0) 8121 988920 -> richard@......
Richard Foley
richard@...
Jun 1, 1999 2:33 pm
50881
... You must have missed something ... Graham has this in the works now. He's mentioned it on p5p. I've seen it and used it. It's coming along nicely. Sorry...
Chris Nandor
pudge@...
Jun 1, 1999 2:37 pm
50882
... I think I *love* you! I assume this will make my attempt to get perl to be a builtin dtksh function to work correctly, as it was failing in just the...
John L. Allen
allen@...
Jun 1, 1999 2:40 pm
50883
... Always glad to be disappointed :-) ... -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. --...
Jarkko Hietaniemi
jhi@...
Jun 1, 1999 2:56 pm
50884
... Kermit> Perhaps you need to look at the configure options on the 2.7.5 Kermit> releases, For example the --enable-compat185 and Kermit> --enable-dump185...
W. Phillip Moore
wpm@...
Jun 1, 1999 3:06 pm
50885
... Hint, Hint, Nudge, Nudge :) ... -- Graham Barr <gbarr@...> Life would be so much easier if we could just look at the source code....