I found that the description of the av_extend() function in perlguts.pod is slightly wrong. av_extend() extends the array so that the index C<key> is ...
Jan Dubois
jan.dubois@...
Jan 1, 1999 12:13 pm
41761
... Thanks, that fixes the problem here. Test attached. Hugo ... +++ pragma/warn/op Fri Jan 1 07:12:26 1999 @@ -230,6 +230,12 @@ ######## # op.c use warning...
Hugo van der Sanden
hv@...
Jan 1, 1999 2:47 pm
41762
Thanks, I submitted this (both the op.c patch and the test patch) as change #2548. -- $jhi++; # http://www.iki.fi/~jhi/ # There is this special biologist word...
Jarkko Hietaniemi
jhi@...
Jan 1, 1999 5:09 pm
41763
squiddy@... wrote ... Known bug. Only the reported line number is wrong. Mended in the forthcoming perl5.004_05 maintenance relaese and in all ...
M.J.T. Guy
mjtg@...
Jan 1, 1999 10:34 pm
41764
... The question that should be answered: is a "short" name necessary if no_chdir is set? The answer is no, as it serves no purpose. Example: find(sub { -l &&...
Ed
ed@...
Jan 3, 1999 1:50 am
41765
... I think the right approach is to make the Real Recommended Approach -- predeclaring all methods that will be AUTOLOADed -- cheap enough for use. This will...
Chip Salzenberg
chip@...
Jan 3, 1999 5:19 am
41766
I ftp-ed the Unix sources for perl from: http://www.perl.com/CPAN/src/stable.tar.gz but I am unable to get configure to succeed on my system. I am running...
Robert J. Brown
rj@...
Jan 3, 1999 8:38 am
41767
... Stop this nonsense! You cannot give an example to a negative statement. Expecially if the statement is wrong. Suppose I need to remove all the files with...
Ilya Zakharevich
ilya@...
Jan 3, 1999 11:05 am
41768
It seemsyou have an inconsistency between you libc.so and your ld-linux.so Try to compile the following program: main() { printf("Ok\n"); } and run it.(it is...
Francois Desarmenien
desar@...
Jan 3, 1999 3:32 pm
41769
Yeah, I know, it's me who's gonna end up fixing this, but I'm forwarding this here just to get it archived in p5p context. From: Stefan Vogtner...
Jarkko Hietaniemi
jhi@...
Jan 3, 1999 3:32 pm
41770
This is a bug report for perl from tiv@..., generated with the help of perlbug 1.20 running under perl 5.00404. ... [Please enter your report here] ...
Szemethy Tivadar
tiv@...
Jan 3, 1999 4:27 pm
41771
... Your argument is not made in a way calculated to persuade. ... Well, perhaps. In any case, with the patch as posted, $_ is still the short name, with or...
Ed
ed@...
Jan 3, 1999 4:32 pm
41772
... If $_ is long with no_chdir, wanted => sub {unlink} works. ... I used a directory which collected circa 30 different Perl build trees. I do not think it...
Ilya Zakharevich
ilya@...
Jan 3, 1999 6:53 pm
41773
... It's not an endless loop. The perl regex engine just has a (too) huge ... on the string you can essentially match any particular correct date in four...
William Setzer
William_Setzer@...
Jan 3, 1999 8:46 pm
41774
... This number is wrong; I was being too clever for my own good. It depends on how you want to count, but still hovers in the 2**36 neighborhood, give or...
William Setzer
William_Setzer@...
Jan 3, 1999 8:46 pm
41775
This is a bug report for perl from hansmu@..., generated with the help of perlbug 1.26 running under perl 5.00554. ... [Please enter your report here] ...
hansm@...
Jan 3, 1999 11:33 pm
41776
In <9901032215.AA27565@...>, hansm@... writes: [...] ... [patch to force refcnt to zero] Would you still want this if we fixed the leaks...
Hugo van der Sanden
hv@...
Jan 4, 1999 2:41 am
41777
... I certainly can't argue with that, it would undeniably be much easier. Now, on the other hand, being able to reliably pull in a class on demand wouldn't be...
Kenneth Albanowski
kjahds@...
Jan 4, 1999 4:28 am
41778
... X-Mailer: Novell GroupWise 4.1 Date: Wed, 30 Dec 1998 09:18:24 -0500 From: David Martin <David_Martin@...> To: perl-thanks@... Subject:...
Chip Salzenberg
chip@...
Jan 4, 1999 6:10 am
41779
... An interesting parallel: When Linus first put quota support into Linux, he forced it to be enabled. This ensured that even people who wouldn't be using...
Chip Salzenberg
chip@...
Jan 4, 1999 6:11 am
41780
~s Coerce array into hash when initializing?? ~c smurf@... This is a bug report for perl from smurf@..., generated with the help of perlbug 1.26...
Matthias Urlichs
smurf@...
Jan 4, 1999 9:45 am
41781
In <Pine.LNX.3.93.990103194741.2233D-100000@...>, ... This would be tricky for a variety of non-standard classes, such as one for which AUTOLOAD...
Hugo van der Sanden
hv@...
Jan 4, 1999 9:45 am
41782
The uploaded file perl5.005_03-MAINT_TRIAL_2.tar.gz has entered CPAN as file: $CPAN/authors/id/GBARR/perl5.005_03-MAINT_TRIAL_2.tar.gz size: 3544147 bytes md5:...
PAUSE
upload@...
Jan 4, 1999 10:24 am
41783
What do rest of you think? ... -- Nick Ing-Simmons <nik@...> Via, but not speaking for: Texas Instruments Ltd....
Nick Ing-Simmons
nik@...
Jan 4, 1999 10:25 am
41784
This is a success report for perl from jhi@..., generated with the help of perlbug 1.26 running under perl 5.00503. Perl reported to build OK on this...
Jarkko Hietaniemi
jhi@...
Jan 4, 1999 2:54 pm
41785
The logic of C<installperl -v> is wrong when installing pod files. Here is a patch. Robin ... *************** *** 333,337 **** # Install pod pages. Where? I...
Robin Barker
rmb1@...
Jan 4, 1999 2:55 pm
41786
This is a success report for perl from root@..., generated with the help of perlbug 1.26 running under perl 5.00503. Perl reported to build OK on...
Operator
root@...
Jan 4, 1999 2:55 pm
41787
... warn "Using $blib\n" if $blib::some_var_that_defaults_to_true; Tim....
Tim Bunce
Tim.Bunce@...
Jan 4, 1999 2:55 pm
41788
I like it there, it reminds me that I have to take it out. But maybe something like use blib qw(-); could silence it for those who do not want to see the...
Graham Barr
gbarr@...
Jan 4, 1999 3:01 pm
41789
This is a success report for perl from kstar@..., generated with the help of perlbug 1.26 running under perl 5.00554. Perl reported to build OK on...