This is a success report for perl from a904209@pluto, generated with the help of perlbug 1.23 running under perl 5.00466. Perl reported to build OK on this...
Nick.Ing-Simmons@...
Jun 1, 1998 9:37 am
26277
This is a success report for perl from a904209@pluto, generated with the help of perlbug 1.23 running under perl 5.00466. Perl reported to build OK on this...
Nick.Ing-Simmons@...
Jun 1, 1998 9:37 am
26278
... I've said it before and I'll say it again: Devel::Peek should be using the source code of sv_dump(). I think I've also suggested that debugging functions...
Tim Bunce
Tim.Bunce@...
Jun 1, 1998 9:40 am
26279
... Both the non-threaded and threaded versions of _66 build and 'make test' my current Tk (Tk800.006 to be.), Solaris2.5.1, gcc-2.8.1. Phew glad we have that...
... I get op/misc...........PROG: $a = 'a' x (2**15 - 10); $a =~ /^()(a|bb)*$/ or die 'Wrong answer\n'; print "Looks like you have enough stack for simplest...
Honza Pazdziora
adelton@...
Jun 1, 1998 1:32 pm
26282
perl5.004_66 builds and tests OK on Solaris2.6 with gcc SunOS 4.1.3 with gcc Mike Guy...
M.J.T. Guy
mjtg@...
Jun 1, 1998 1:50 pm
26283
Lightning flashed, thunder crashed and Benjamin Holzman <bholzman@... ... Actually, this is one case where I might think a fatal error is a good ...
Stephen Potter
spp@...
Jun 1, 1998 1:53 pm
26284
Gurusamy Sarathy <gsar@...> wrote ... I don't understand this. A user can always break out of a hook using die, so there must already be...
M.J.T. Guy
mjtg@...
Jun 1, 1998 2:10 pm
26285
Stephen McCamant <alias@...> wrote ... It should be fixed. All of eof() eof(()) eof(some_expression_yielding_a_null_list) should do the same thing....
M.J.T. Guy
mjtg@...
Jun 1, 1998 2:10 pm
26286
Jan Pazdziora <adelton@...> wrote ... Whatever the restrictions may be, and whether or not said restrictions are documented, you shouldn't be...
M.J.T. Guy
mjtg@...
Jun 1, 1998 2:12 pm
26287
Ilya Zakharevich <ilya@...> wrote ... SunOS 4.1.3 with gcc gave op/misc...........PROG: $a = 'a' x (2**15 - 10); $a =~ /^()(a|bb)*$/ or die...
M.J.T. Guy
mjtg@...
Jun 1, 1998 2:59 pm
26288
I have noticed 2 problems on HP-UX with hp's ansi C compiler, it tends to include /usr/local/include and not /usr/include which it should, this causes a...
Zachary Kessin
zkessin@...
Jun 1, 1998 3:00 pm
26289
I disagree, certainly in code intended for use on a single platform it's not unreasonable to write code which accepts the empty string to mean . - I wouldn't...
Mike Stok
mike@...
Jun 1, 1998 3:00 pm
26290
... expressions.\n"; Hmmm. Worked OK on OpenVMS Alpha 7.1. Trying with 2**20 - 10 died properly with "Wrong answer\n". Which means that perl does have code to...
Dan Sugalski
sugalskd@...
Jun 1, 1998 4:41 pm
26291
Hi Andreas and other porters, The current version of CGI.pm is 2.41. I released it only a few days ago, so give it another week or so to stabilize. Then I'll...
Lincoln Stein
lstein@...
Jun 1, 1998 4:41 pm
26292
... Also note that the current IO on CPAN will not install on Win32. Kenny Thomas ADMINKT@... "There are some micro-organisms that exhibit...
Kenny Thomas
adminkt@...
Jun 1, 1998 5:06 pm
26293
... The "problem" is that the RE code uses recursion, and hence copious amounts of stack. Somebody will need to eliminate the recursion to "fix" it. -...
Gurusamy Sarathy
gsar@...
Jun 1, 1998 5:07 pm
26294
... die() longjmp()s, in case you didn't know. We can't afford that cost for the others. (I mean, you'll need to call setjmp() at every potential block that...
Gurusamy Sarathy
gsar@...
Jun 1, 1998 5:15 pm
26295
... You'll break a lot of old code that way. - Sarathy. gsar@......
Gurusamy Sarathy
gsar@...
Jun 1, 1998 5:16 pm
26296
koenig@... (Andreas J. Koenig) wrote ... I tried to raise this procedural question some time ago. What actions should a patch provider / pumpking...
M.J.T. Guy
mjtg@...
Jun 1, 1998 5:30 pm
26297
... Can you tell me why ?? One of the reasons for releasing it separate is to get feedback before adding it to the core. -- Graham Barr <gbarr@...> Life...
Graham Barr
gbarr@...
Jun 1, 1998 6:06 pm
26298
... While it may be acceptible for a single platform, it is not acceptible for a language to return different results on different machines. Especially ...
Stephen Potter
spp@...
Jun 1, 1998 6:06 pm
26299
... Where did I suggest it suddenly start working on an OS where it didn't previously work? All I objected to was your wanton desire to impose a fatal error...
Mike Stok
mike@...
Jun 1, 1998 6:07 pm
26300
... Here's that fix. Installing on top of an old installation is still likely to have problems due to the changes in the structure, but CPAN/MakeMaker should...
Gurusamy Sarathy
gsar@...
Jun 1, 1998 6:10 pm
26301
This is a bug report for perl from lpeters@..., generated with the help of perlbug 1.23 running under perl 5.00466. ... [Please enter your...
Les Peters
lpeters@...
Jun 1, 1998 6:21 pm
26302
This is a success report for perl from techdb@billy05, generated with the help of perlbug 1.23 running under perl 5.00466. Perl reported to build OK on this...
Technischer Datenbank...
techdb@...
Jun 1, 1998 6:22 pm
26303
... The bigest problem seems to be that the tests use FORK and it does not exist on WIN32. Here is the output from Install IO inside of CPAN. I hope this...
Kenny Thomas
adminkt@...
Jun 1, 1998 6:25 pm
26304
This is a success report for perl from techdb@billy05, generated with the help of perlbug 1.23 running under perl 5.00466. Perl reported to build OK on this...
Technischer Datenbank...
techdb@...
Jun 1, 1998 6:35 pm
26305
... OK, so my next question is how can we get aroung this ? I use fork because I need to control both ends of a connection. -- Graham Barr <gbarr@...> Life...