Make sure that libwww works with it. It may be that I'm tired, but I have been through this twice now removing the installed & build directories and starting...
Mike Stok
mike@...
Jan 1, 1997 8:45 am
3103
Paul Marquess
pmarquess@...
Jan 1, 1997 12:49 pm
3104
Paul Marquess
pmarquess@...
Jan 1, 1997 1:23 pm
3105
... Would bitmasks help? if (dowarn || curcop->cop_warnings & x & warn_version) <chaim>...
Chaimf@...
Jan 1, 1997 2:14 pm
3106
... Actually, there is a case for it, since you may want to profile XSUBs. ... Here's a simple patch that offers the best of both worlds. I have added a new...
Gurusamy Sarathy
gsar@...
Jan 2, 1997 10:08 pm
3107
Please comment on http://tpj.com/CPAN.html. I cannibalized Jarkko's CPAN.html and CPAN roadmap, and incorporated my descriptions of all the modules, adding...
Jon Orwant
orwant@...
Jan 2, 1997 10:44 pm
3108
... Well, all I meant was that trying to get libwww-x.xx to go didn't work. Like most people I don't really care which subcomponent's broken - all I know is...
Mike Stok
mike@...
Jan 2, 1997 11:05 pm
3109
... sorry that $year++ festivities (still underway) have delayed this patch. However, as of yesterday I have all but a few tests passing with...
Doug MacEachern
dougm@...
Jan 2, 1997 11:32 pm
3110
... Yes. To debug the control flow of your program. I found out that there are some problems with high value of `frame' when you go Perl --> XSUB --> Perl...
Ilya Zakharevich
ilya@...
Jan 2, 1997 11:50 pm
3111
... Each anon sub is only generated once as far as I am aware. And _parse_ of code that generates them only occurs once for all the anon subs. Parse time is...
Nick Ing-Simmons
nick@...
Jan 1, 1997 11:50 pm
3112
... What for? use warning 5.004 ; sub warning::import {shift; $^W = $warnings_by_version{shift()} or die} Ilya...
Ilya Zakharevich
ilya@...
Jan 1, 1997 11:52 pm
3113
... Is not it more prudent to fix a bug in caller() instead? What else is Alias using what is confused by -d? Ilya...
Ilya Zakharevich
ilya@...
Jan 1, 1997 11:54 pm
3114
Chip Salzenberg
chip@...
Jan 2, 1997 12:07 am
3115
... To what does 'it' refer? i.e. Everytime 'foo' is executed or everytime 'px' is executed? ... The fact that the original &px exists is not the problem, it...
Nick Ing-Simmons
nick@...
Jan 2, 1997 12:21 am
3116
... I'm wondering whether we need to do anything about the site_perl directory ordering for 5.004. It would be very simple to add an "override_perl" directory...
Kenneth Albanowski
kjahds@...
Jan 2, 1997 12:36 am
3117
Chip Salzenberg
chip@...
Jan 2, 1997 12:36 am
3118
Paul Marquess
pmarquess@...
Jan 2, 1997 1:21 am
3119
Paul Marquess
pmarquess@...
Jan 2, 1997 1:36 am
3120
Paul Marquess
pmarquess@...
Jan 2, 1997 1:41 am
3121
pmarquess@... (Paul Marquess) wrote ... I wasn't thinking in terms of bits at all. Starting afresh: Each potential warning has associated a...
M.J.T. Guy
mjtg@...
Jan 2, 1997 2:08 am
3122
Chip Salzenberg
chip@...
Jan 2, 1997 2:55 am
3123
This is a bug report for perl from lvirden@..., generated with the help of perlbug 1.14 running under perl 5.00317. [Please enter your report here] While...
Larry W. Virden
lvirden@...
Jan 2, 1997 3:02 am
3124
Paul Marquess
pmarquess@...
Jan 2, 1997 3:10 am
3125
... Why double the number of probes into the symbol table hash? That's not optimizing for the common case. I think it'd be better to just teach introspection...
Larry Wall
larry@...
Jan 2, 1997 3:45 am
3126
... Note that you can freeze the memory overhead at the size of a pointer (plus the data itself, allocated at "use time"), at the cost of another level of...
Larry Wall
larry@...
Jan 2, 1997 4:06 am
3127
Perl 5.003_18 fails one test on SCO Openserver 5: # Locale = en_US.ISO8859-1 # Alnum_ = a à á â ã ä å A À Á Â Ã Ä Å æ Æ b B c ç C Ç d D e è é...
Bill Glicker
billg@...
Jan 2, 1997 4:17 am
3128
... You'll find my opinion of the word in the glossary of the new Camel. Larry...
Larry Wall
larry@...
Jan 2, 1997 4:40 am
3129
larry@... (Larry Wall) wrote ... I didn't know there was already a flag to Do The Right Thing. Obviously a superior approach. And my suggestion still...
M.J.T. Guy
mjtg@...
Jan 2, 1997 5:48 am
3130
I have just installed 5.003_18 and tried one of my production programs. It immediately produced Value of <HANDLE> may be "0"; use "defined" at...
M.J.T. Guy
mjtg@...
Jan 2, 1997 6:52 am
3131
... Could you be more specific? This may have something to do with not setting up the same number of pseudo blocks for the XSUB call in pp_entersub() as for...