... Hint: follow pp_tie in pp_sys.c. A doc patch with an example to the appropriate perl*.pod would be nice. Tim....
Tim Bunce
Tim.Bunce@...
Sep 1, 1998 7:19 am
34546
This is a bug report for perl from root@..., generated with the help of perlbug 1.26 running under perl 5.00502. ... [Please enter your report...
root@...
Sep 1, 1998 8:13 am
34547
... To clear the situation: I did the following. 1.) Installed Perl without threads in C:\Perl. 2.) Installed Perl with threads in C:\Perl; the former...
Jochen Wiedmann
joe@...
Sep 1, 1998 8:16 am
34548
... Not all, but most. For example, it reads patchlevel.h at build time and uses that information to construct part of the subject line for patched builds. ......
Tim Bunce
Tim.Bunce@...
Sep 1, 1998 9:00 am
34549
... I hereby declare us to be at the Event Horizon of Cpp. This is going to be tough to solve! [ rolls up sleeves ] Here's my recommended workaround: sub...
Kurt D. Starsinic
kstar@...
Sep 1, 1998 1:09 pm
34550
... Yep. That sort of thing is where they are most handy. Perhaps instead of: Don't use templates. The rule should be more like: All template functions must be...
Tom Horsley
Tom.Horsley@...
Sep 1, 1998 1:55 pm
34551
... And judging from the comments I hear from the compiler guys around here, no one on the planet has yet figured out what it means or how to actually ...
Tom Horsley
Tom.Horsley@...
Sep 1, 1998 1:56 pm
34552
I am having some problems with regression testing under U/WIN with the following piece of code in io/pipe.t: local $SIG{PIPE} = 'IGNORE'; open NIL, '|true' or...
Joe Buehler
jhpb@...
Sep 1, 1998 1:58 pm
34553
Joe Buehler <jhpb@...> wrote ... The error should be reported on the close. So that test is correctly reporting that close is behaving incorrectly....
M.J.T. Guy
mjtg@...
Sep 1, 1998 3:40 pm
34554
Tim, ... figure ... Thanks - got it sussed. Hope this will suffice as a doc patch. Alan Burlison ... *************** *** 861,868 **** When the SV is read from...
Alan Burlison
Alan.Burlison@...
Sep 1, 1998 3:40 pm
34555
Hello. The documentation states that (?imsx) are localized inside an enclosing group in 5.005. I am assuming that the current behaviour of (?i) (for example)...
Philip Hazel
ph10@...
Sep 1, 1998 5:00 pm
34556
Sarathy, We had requests to add a function to get the path that perl loaded from, so here's the patch diff -ruN Perl.orig/win32/win32.c Perl/win32/win32.c ... ...
Douglas Lankshear
dougl@...
Sep 1, 1998 5:05 pm
34557
This is a bug report for perl from parmelee@..., generated with the help of perlbug 1.26 running under perl 5.00502. ... [Please enter your report...
Larry Parmelee
parmelee@...
Sep 1, 1998 5:15 pm
34558
You didn't see my big report of some weeks back? --tom...
Tom Christiansen
tchrist@...
Sep 1, 1998 5:39 pm
34559
... Wrong. ... Same for (?x). The behaviour of modifiers at top-level is undocumented, and for backward-compatibility propagates to the start of RE. Ilya...
Ilya Zakharevich
ilya@...
Sep 1, 1998 6:12 pm
34560
... Recently this code started to fail (with probability circa 25%) on OS/2 build as well (but I'm on a machine with fixpaks now). Ilya...
Ilya Zakharevich
ilya@...
Sep 1, 1998 6:12 pm
34561
... If SIGPIPE is ignored or caught, write(2) on a other-end-closed pipe returns EPIPE under UNIX. (This is traditional, and I think POSIX requires it.) ...
Albert Dvornik
bert@...
Sep 1, 1998 6:16 pm
34562
Ed Peschko
epeschko@den-mdev1
Sep 1, 1998 8:01 pm
34563
... I have had to do excruciatingly portable C++ coding. It's difficult, but that's why I get paid for it. I've also managed portable C++ projects. I would...
Kurt D. Starsinic
kstar@...
Sep 1, 1998 8:12 pm
34564
... Omigod. You are saying that /a(?i)b/ *should* match AB and Ab, but /(a(?i)b)/ shouldn't? With the greatest respect, I do think this is a mistake. It is...
Philip Hazel
ph10@...
Sep 1, 1998 8:17 pm
34565
Howdy, I was hoping somone might have an idea why I might be getting a memory error when trying to do a make. I noticed that the number after "sh:" changes...
louie_shelley
slouie@...
Sep 1, 1998 8:51 pm
34566
I think you are supposed to use cpprun on stdin only. Passing a file on the command line fails with the default setting that Configure discovers for U/WIN. ...
Joe Buehler
jhpb@...
Sep 1, 1998 9:31 pm
34567
... AD> If SIGPIPE is ignored or caught, write(2) on a other-end-closed pipe AD> returns EPIPE under UNIX. (This is traditional, and I think POSIX AD>...
Joe Buehler
jhpb@...
Sep 1, 1998 9:32 pm
34568
Hi, While performing the "make test" command, with version perl5_004 (latest version), I encountered a syntax error at comp/cpp.aux line 28. I performed all...
Danford, Rich
rich.danford@...
Sep 1, 1998 9:44 pm
34569
... I consider the current behaviour as not sane, but have no intention to break it. If somebody bold enough issues a patch (by resetting regflags to the...
Ilya Zakharevich
ilya@...
Sep 1, 1998 9:49 pm
34570
In article <yd31zpv5zf0.fsf@...>, ... Au contraire: you're supposed to use cpprun only to read from file. If U/WIN wants to read from stdin,...
Hans Mulder
hansm@...
Sep 1, 1998 10:35 pm
34571
... Joe> I was initially confused because I thought perl was using Joe> popen()/pclose(). The bug is actually in sfio's fclose(). If you're using sfio, you...
Stephen Zander
gibreel@...
Sep 1, 1998 10:35 pm
34572
... No, $Config{cppstdin} should be used when reading from stdin, if your cpp cannot accept a file on the command line then Coufigure should not set...
Graham Barr
gbarr@...
Sep 1, 1998 10:35 pm
34573
This is a bug report for perl from rkleeman@..., generated with the help of perlbug 1.17 running under perl 5.00401. ... [Please enter your...
Bobby Kleemann
rkleeman@...
Sep 1, 1998 10:37 pm
34574
... I don't think you've got the right idea. If I'm not mistaken, FETCH should always be called in a scalar context. It's only going to return a single ...