... I don't think this is a net win because it is just a single method call. So we're merely doing the one-time computation of the hash in a different place. ...
Gurusamy Sarathy
gsar@...
Jun 1, 2000 8:01 am
68556
While trying build the latest, greatest bleedperl this eveing, I ran into a issue with IN/NV casting. While building DynaLoader.a the following message...
Stephen Zander
gibreel@...
Jun 1, 2000 8:46 am
68557
Stephen Zander
gibreel@...
Jun 1, 2000 9:06 am
68558
... I can't reproduce this (see config info below). Did you build from clean sources? ... ^^^^^^^^ There's no such thing, so that isn't doing anything. ... ...
Gurusamy Sarathy
gsar@...
Jun 1, 2000 10:13 am
68559
... Numbered groups fit with existing semantics, and don't strain existing syntax too much. Storing matched groups by keyword (presumably into a hash...
Ian Phillipps
Ian.Phillipps@...
Jun 1, 2000 11:09 am
68560
... ok, i just assumed it would be a win since op.c uses method_named for the one-time calls to import/unimport/VERSION. one hunk of that patch should be...
Doug MacEachern
dougm@...
Jun 1, 2000 1:59 pm
68561
The patch applies fine even to my bleeding edge Perl, but this is what happens to me in Debian Linux: cc -o miniperl \ miniperlmain.o opmini.o libperl.a...
Jarkko Hietaniemi
jhi@...
Jun 1, 2000 3:05 pm
68562
In article <200006010526.WAA30143@...>, ... The only way you can avoid having the copying work not go O(n*n) in pathological cases is in...
Ton Hospel
thospel@...
Jun 1, 2000 3:07 pm
68563
... Sarathy> I can't reproduce this (see config info below). Did you Sarathy> build from clean sources? Yep, pulled straight from bleadperl. Sarathy> There's...
Stephen Zander
gibreel@...
Jun 1, 2000 4:13 pm
68564
... Jarkko> The patch applies fine even to my bleeding edge Perl, but Jarkko> this is what happens to me in Debian Linux: Ah, the irony. That's exactly what I...
Stephen Zander
gibreel@...
Jun 1, 2000 4:18 pm
68565
... Nope. Sarathy gsar@......
Gurusamy Sarathy
gsar@...
Jun 1, 2000 4:22 pm
68566
... (?{key} REx ) is not taken. Ilya...
Ilya Zakharevich
ilya@...
Jun 1, 2000 4:51 pm
68567
I see that my mailer munged part of this, so... If you apply the patch remember to delete ext/IO/poll.h before building. Having user headers with the same...
Stephen Zander
gibreel@...
Jun 1, 2000 4:52 pm
68568
... Sarathy> Nope. 'K, I'll go look at why my compiler's suddenly brain-dead then. -- Stephen "Strange women lying in ponds distributing swords is no basis for...
Stephen Zander
gibreel@...
Jun 1, 2000 4:54 pm
68569
... From: tereschenko@... Subject: Perl in Russia Newsgroups: comp.lang.perl.moderated A group of Russian programmers lead by Alexander S. Tereschenko...
___cliff rayman___
cliff@...
Jun 1, 2000 5:33 pm
68570
... Debian 2.1, kernel 2.2.14. ... In. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack...
Jarkko Hietaniemi
jhi@...
Jun 1, 2000 5:53 pm
68571
From: tereschenko@... Newsgroups: comp.lang.perl.moderated Subject: Perl in Russia A group of Russian programmers lead by Alexander S. Tereschenko...
Jarkko Hietaniemi
jhi@...
Jun 1, 2000 6:17 pm
68572
... Jarkko> Debian 2.1, kernel 2.2.14. glibc 2.1? Not that it matters. Jarkko> In. Hmm, the version of Configure that's in bleadperl explicitly sets src to the...
Stephen Zander
gibreel@...
Jun 1, 2000 6:27 pm
68573
... The logic for that should not be here. My theoretical analysis, and the observed behaviour with my patch, does not have the calls to EXTEND grow...
Ben Tilly
ben_tilly@...
Jun 1, 2000 6:29 pm
68574
... 2.0. ... Nope. Try "sh Configure -d ...", then you get "." as $Config::Config{src}. ... -- $jhi++; # http://www.iki.fi/jhi/ # There is this special...
Jarkko Hietaniemi
jhi@...
Jun 1, 2000 6:37 pm
68575
... Jarkko> Nope. Try "sh Configure -d ...", then you get "." as Jarkko> $Config::Config{src}. Ah, I never run Configure that way. Fix coming up. -- Stephen ...
Stephen Zander
gibreel@...
Jun 1, 2000 7:04 pm
68576
(If Cristian Gafton is still reading p5p, he can start laughing at my misfortune any time now) I've run afoul of the linking strategy of Perl, specifically...
(Bcc'd to some interested parties as well) Attached (because Eudora tends to munch these bloody things) is a patch to 5.6.0 that alters the way gen_shrfls.pl,...
Dan Sugalski
dan@...
Jun 1, 2000 9:12 pm
68579
When I run the following program: #!/usr/bin/perl -w use strict; print "Before: $!\n"; `date`; print "After: $!\n"; I get the following results: Before: After:...
Aaron Patterson
aaronp@...
Jun 1, 2000 9:42 pm
68580
... Because that's what some underlying code somewhere left in an errno, the C library error variable. ... Only if the backticks indicated an error of some...
Dan Sugalski
dan@...
Jun 1, 2000 9:49 pm
68581
... perldoc perlvar: The relevant part is in the parentheses: $! If used in a numeric context, yields the current value of errno, with all the usual...
Ronald J Kimball
rjk@...
Jun 1, 2000 10:12 pm
68582
... Stephen> Ah, I never run Configure that way. Fix coming up. The following patch goes over the top of my ose patch. With it, building perl using sh...
Stephen Zander
gibreel@...
Jun 1, 2000 11:46 pm
68583
... +++ pod/perlsec.pod Thu Jun 1 18:59:11 2000 @@ -96,10 +96,10 @@ =head2 Laundering and Detecting Tainted Data -To test whether a variable contains...
Peter Scott
Peter@...
Jun 2, 2000 2:02 am
68584
... Which one? -- Chris Nandor | pudge@... | http://pudge.net/ Andover.Net | chris.nandor@... | http://slashcode.com/...