



Change 25596 by nicholas@nicholas-saigo on 2005/09/24 17:25:11Integrate:[ 24711]Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized PerlFrom: Jarkko Hietaniemi <jhietaniemi (AT) gmail (DOT) com>Date: Sun, 05 Jun 2005 18:28:08 +0300Message-ID: <42A31A08.3070601 (AT) gma...
Automated smoke report for 5.8.7 patch 25595Mugwump.uk.radan.com: Intel(R) Pentium(R) 4 CPU 3.40GHz(~3391 MHz) (x86/2 cpu) on MSWin32 - WinXP/.Net SP2 using ? unknown cc version smoketime 17 minutes 23 seconds (average 52.150 seconds)Summary: FAIL(m) = K F = Failure(s), extended report at the bo...
Change 25595 by nicholas@nicholas-saigo on 2005/09/24 16:45:08Integrate:[ 24596]Subject: [PATCH] Do not install change logs, READMEs, etcFrom: Michael G Schwern <schwern (AT) pobox (DOT) com>Date: Thu, 26 May 2005 13:43:05 -0700Message-ID: <20050526204305.GH11558 (AT) windhund (DOT) sch...
I think I am getting the idea of fork() all wrong. Here is an example:my $pid = fork();if ($pid) { # should apply to parent only? exit;}sleep 1;print "Test\n";exit;'Test' does not print. If I remove the 'sleep 1' - it prints. From whatI understood fork creates two identical p...
Change 25594 by nicholas@nicholas-saigo on 2005/09/24 15:29:40Integrate:(the threads parts of)[ 24175]Casting to/from (void *) sufficient to make a C++ compiler happy.[ 25123]Subject: Re: Scalar leaked in 'local $0' under ithreads + taint modeFrom: Steve Hay <steve.hay (AT) uk (DOT)...
Change 25593 by nicholas@nicholas-saigo on 2005/09/24 15:10:18Integrate:[ 24869]Subject: [perl #36237] I::File $fh->binmode($layer) is brokenFrom: "Alexander Foken" (via RT) <perlbug-followup (AT) perl (DOT) org>Date: 10 Jun 2005 12:46:41 -0000Message-ID: <@perl.org>and bump versi...
The distribution contains a shell script mv-if-diff, which does what it says.The Makefile uses it to avoid touching the timestamps on automaticallygenerated files, if they've not actually changed. For example, lib/Config.pmI notice that on my local checkout of maint, when I do a clean rebui...
Hashes are full of convenience, and Huffman would be proud: %hash.keys %hashkey %hash.values %hashvalue %hash.kv zip(%hash.keys, %hash.values) thing occurred to me: if hashes are worth all this, then why notabbreviate "keys" further to "k" (as in "kv"), and "values" to "v" (asin "kv"). This woul...
Hi all,After some thinking it occured to me that the current way of defining.chars, .bytes and .elems (and whatever else there are) doesn't make anysense to me. In pugs at least they currently return the amount of unitsin question - in any context! Why not define .chars like this: Context R...
Change 25592 by nicholas@nicholas-saigo on 2005/09/24 09:56:14Integrate:[ 25110]no code before declarations!Affected files //depot/maint-5.8/perl/doio.c#52 integrateDifferences //depot/maint-5.8/perl/doio.c#52 (text)Index: perl/doio.c perl/doio.c#51~25585~Fri Sep 23 08:04:55 2005 perl/doio.cSat...
0.01 is on its way to CPAN.Thanks to everyone for the feedback!MichaelMichael Graham <magog (AT) the-wire (DOT) com>Web Archive: @lists.erlbaum.net/To unsubscribe, e-mail: cgiapp-unsubscribe (AT) lists (DOT) erlbaum.netFor additional commands, e-mail: cgiapp-help (AT) lists (DOT) erlbaum....
http://www.pobox.com/~orora CPAN mirror near you.A small raft of small fixes have happened between 0.60 and 0.61 as wellas a few new features.New Features:* Test::Builder::Module has been added to help test module authors. It implements the oft requested import() method to parse plan information...
