... I do not see any relevance to p5-p here. If you read micro-docs in CPerl, you know about imenu-go.el. Just make C tags in the perl directory, and you can...
Ilya Zakharevich
ilya@...
Dec 1, 1996 9:53 am
775
Hello all, I am having the following problems installing perl5.002/perl5.003 that I've downloaded from the net . 1.When I try to install it in a NCR machine...
prasun
prasun@...
Dec 1, 1996 11:12 am
776
_10+ under OS/2 is almost clean: below is a minor patch to malloc.c which makes compilation of x2p possible with -DEMERGENCY_SBRK in ... +++ malloc.c Sun Dec...
Ilya Zakharevich
ilya@...
Dec 1, 1996 11:59 am
777
... Wow. You're calling us from 2011 and you still need a perl compiler? I can't work out whether that's indicative of a future I want to live in or not....
Dominic Dunlop
domo@...
Dec 1, 1996 12:11 pm
778
Bugs corrected: perl.c a) Could have deadlocked debugging its own signal handler; lib/perl5db.pl pod/perldebug.pod b) Documentation (internal and POD) updated;...
Ilya Zakharevich
ilya@...
Dec 1, 1996 12:29 pm
779
Hope this is the right destination. I read your FAQ so it seems appropriate to send this message here. If not my apologies. Hope Frontpage etc.. is not below...
SILKNAPS@...
Dec 1, 1996 2:22 pm
780
For illustration I made the following pseudo-patch to FileHandle.pm: eval { bootstrap FileHandle; }; if ($@) { + warn ">>>$@<<<"; *constant = sub { undef...
Andreas Koenig
k@...
Dec 1, 1996 3:36 pm
781
Is this incorrect diagnostic a relative of the various lexical bugs which have been mended? Program: #!bin/perl -w use strict; my $ref_sub = eval 'sub { my...
M.J.T. Guy
mjtg@...
Dec 1, 1996 8:21 pm
782
... For (the increasingly badly named) Term::ReadKey, I used termios (or equivalent), then `reset`, and then $ENV{COLUMNS} to deduce the screen width. -- ...
Kenneth Albanowski
kjahds@...
Dec 1, 1996 9:00 pm
783
Chip Salzenberg
chip@...
Dec 1, 1996 10:49 pm
784
It's apparently just a left-over without intention. I can't find any of English' variables in the code and we pass all tests after this patch. andreas ... +++...
Andreas Koenig
k@...
Dec 2, 1996 1:21 am
785
Two things spring to my mind: o Is CPAN itself going to be included in the core distribution? o Is it possible to include a non-stub Readlines and ReadKey or ...
Karl Glazebrook
kgb@...
Dec 2, 1996 1:33 am
786
... ReadLine is _absolutely no_ unless somebody is ready to hardwire correct constants for Solaris (should be easy), or ReadKey is included. Ilya...
Ilya Zakharevich
ilya@...
Dec 2, 1996 1:42 am
787
Chip Salzenberg
chip@...
Dec 2, 1996 1:59 am
788
Chip Salzenberg
chip@...
Dec 2, 1996 2:05 am
789
... I certainly would be in favor of such a thing. Could there also be a 'build daemon' that performs a test-compile on various systems overnight? (I.E. all...
Hildo Biersma
hpp@...
Dec 2, 1996 8:01 am
790
What is the intended ordering of characters in Perl? I naively assumed that the ordering of characters was the same as the numerical ordering of ord(char)....
M.J.T. Guy
mjtg@...
Dec 2, 1996 8:01 am
791
... FileHandle is there for backward compatible use. IMHO it should just be a wrapper on IO::File. ... That should be IO::File not IO::Handle. ... This will...
Nick Ing-Simmons
nik@...
Dec 2, 1996 10:09 am
792
... Shouldn't this be more like: my $result = &$name; defined $result ? $result : -1; Otherwise you're running the function twice, which might be a bad thing,...
Ed Jordan
ed@...
Dec 2, 1996 10:10 am
793
John M Collins
jmc@...
Dec 2, 1996 10:37 am
794
... Not now, it is too young. I'm ready to declare it beta, but for inclusion in the core it needs to be tested for a few weeks after beta. If anybody has to...
Andreas Koenig
k@...
Dec 2, 1996 11:09 am
795
Chip Salzenberg <chip@...> writes: I am working on a FileHandle.pm based on IO::* This has exposed a bug in IO::Handle new_from_fd, it is impossible...
Nick Ing-Simmons
nik@...
Dec 2, 1996 11:09 am
796
... I may well be playing with pp_rv2[ah]v when I restart hacking perl in January to see if I can get $obj->{foo} to flatten to an array. I'll try to remember...
Malcolm Beattie
mbeattie@...
Dec 2, 1996 11:10 am
797
This is a bug report for perl from gregg@..., generated with the help of perlbug 1.13 running under perl 5.003. [Please enter your report here] Hi there....
Gregg Graubins
gregg@...
Dec 2, 1996 11:26 am
798
In-Reply-To: <32A28367.1C3A4AB7@...> ... What an excellent idea. I for one would be prepared to offer the use of my box for such a scheme. Alan Burlison...
Alan Burlison
aburlison@...
Dec 2, 1996 1:45 pm
799
... Here are some extra tests for t/lib/filehand.t which test (most of) what it is documented to do in its pod. ... *************** *** 13,29 **** use...
Nick Ing-Simmons
nik@...
Dec 2, 1996 1:49 pm
800
... On the other hand the "pre-arranged threading support" (via macros) will almost certainly port easily to Win32. Tim....
Tim Bunce
Tim.Bunce@...
Dec 2, 1996 2:13 pm
801
... Thanks! That reminds me that the pod of FileHandle was and is not complete but that POSIX.pod indirectly dictates what FileHandle has to do. Just for the...
Andreas Koenig
k@...
Dec 2, 1996 2:25 pm
802
This is fixed in the current 5.003_10 or so developer release, right? --tom ... Date: Mon, 2 Dec 1996 13:30:59 +0000 (GMT) From: Kevin Gannon...
Tom Christiansen
tchrist@...
Dec 2, 1996 2:28 pm
803
... On a related topic, perhaps we can make use of the unused -W flag to allow setting/unsetting of individual warning bits. Tim [back from holiday and reading...