Front page | perl.perl5.porters |
Postings from May 2003
maint snapshot @ 19525
Thread Next
From:
Jarkko Hietaniemi
Date:
May 13, 2003 23:59
Subject:
maint snapshot @ 19525
Message ID:
20030514065916.GE1397@kosh.hut.fi
A new maint snapshot:
http://www.iki.fi/jhi/perl@19525.tbz
http://www.iki.fi/jhi/perl@19525.tgz
Changes since the last:
____________________________________________________________________________
[ 19524] By: jhi on 2003/05/14 05:25:28
Log: Integrate:
[ 19516]
Subject: [PATCH] More perldiag.pod sorting
From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
Date: Tue, 13 May 2003 15:13:53 -0400
Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
(plus add 'no locale;')
[ 19517]
Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
From: Gisle Aas <gisle@ActiveState.com>
Date: 13 May 2003 09:59:50 -0700
Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
[ 19518]
Subject: [PATCH] [perl #8599] s/catenate/concatenate/
From: Casey West <casey@geeknest.com>
Date: Fri, 9 May 2003 04:00:44 -0400
Message-ID: <20030509080044.GA49820@geeknest.com>
(except for the dup.t patch which diddled with system().)
[ 19520]
Use /usr/bin/perl (de facto in Porting/ scripts).
[ 19521]
Curliff and liff with ease.
[ 19522]
More Panther moves.
[ 19523]
Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
From: Gisle Aas <gisle@ActiveState.com>
Date: 13 May 2003 19:51:19 -0700
Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
Branch: maint-5.8/perl
+> Porting/curliff.pl Porting/sort_perldiag.pl
!> Configure MANIFEST Makefile.SH NetWare/config_H.wc
!> Porting/config_H README.Y2K config_h.SH
!> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
!> ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
!> ext/MIME/Base64/t/quoted-print.t hints/darwin.sh
!> lib/File/Spec.pm lib/File/Spec/Unix.pm plan9/config.plan9
!> plan9/config_h.sample pod/perldiag.pod uconfig.h
!> win32/config_H.bc win32/config_H.gc win32/config_H.vc
!> win32/config_H.vc64 wince/config_H.ce
____________________________________________________________________________
[ 19515] By: jhi on 2003/05/13 17:51:05
Log: Integrate:
[ 19514]
Detypo.
[ 19512]
make it easier to reproduce the bug
[ 19511]
the \do {local *FH} trick in Tie::File was really only needed
on 5.005 and earlier, since later versions can autovivify
the handle
however, a search in the p5p archives reveals the trick doesn't
fully work in the versions it is needed in, so use the more
standard Symbol::gensym() way
[ 19510]
$Config{usethreads} wasn't being set on windows
[ 19509]
Reinstate the #19498 but now skip the crashing
tests (when threaded) as TODOs.
[ 19508]
Revert #19498 since it broke threaded builds.
[ 19506]
Detypo Pantherisms.
[ 19503]
Use a more sophisticated heuristics to produce the warning
'Parentheses missing around "%s" list'. This fixes bug #22147.
Also, the warning is now produced for C<local *a,*b;>.
[ 19502]
Work also without perlio.
[ 19500]
Panther preparation.
[ 19499]
More moves to intrpvar.h.
[ 19498]
fix for Tie::File test failures on windows: the problem was
that Tie::File did not close any file handles it opens internally,
leading to file handle leaks and t/tf* temporary file littering;
we now close the handle iff Tie::File opened it
this fix unearths what appears to be a perl bug in localizing globs:
09_gen_rs.t fails due to a prematurely closed filehandle, although
it wasn't explicitly closed anywhere by the code (renaming the
*FH at line 97 to *FH1 makes it work, but I haven't done this
to allow the bug to be tracked down)
[ 19497]
Move the thread *hook into interpreter.
[ 19496]
Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
From: Dave Mitchell <davem@fdgroup.com>
Date: Sat, 10 May 2003 01:45:23 +0100
Message-ID: <20030510004523.GC20871@fdgroup.com>
[ 19495]
Open UNIX is not really "formerly Unixware", since the most
recent releases are known as Unixware, not as Open UNIX.
[ 19494]
Slight tweaks to the platform list.
[ 19493]
Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
From: Casey West <casey@geeknest.com>
Date: Fri, 9 May 2003 10:30:13 -0400
Message-ID: <20030509143013.GM49820@geeknest.com>
[ 19492]
perlport.pod nit for doc bug #8253.
[ 19491]
Use test.pl.
[ 19490]
Try to handle a $^X with spaces in it.
[ 19489]
Separate the creation of the command to run by
runperl() into its own function, _create_runperl().
[ 19488]
Fixup the method behaviour table.
[ 19487]
Integrate from perlio:
[ 19474]
Tweaks to Jarkko's NULL deref checks in perlio.c
[ 19475]
Fix for bugs 21717 and 22140.
Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
and derived layers. So have :unix's "pushed" method stat() the fd and
cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
UNIX behaviour.
[ 19479]
Better but still unproven fix for lseek() on pipes.
[ 19483]
Unused variable
[ 19485]
Tests to prove Ticket 9468 is fixed.
[ 19486]
add test for change#19475,19479 (bugs#21717,22140)
[ 19484]
fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
in terms of an exported function rather than as an inlined
macro (latter wants PL_op_mutex which isn't exported as such)
Jarkko: please merge into maint-5.8
[ 19482]
Test _getcode().
[ 19481]
Clarify the doc (and the code) for Unicode code points.
[ 19480]
Another doc suggestion from terry@eatoni.com (terry jones):
use codepoints that return undef.
[ 19478]
Add Encode's META.yml.
[ 19477]
Upgrade to Encode 1.94.
[ 19476]
Doc bug noticed by terry@eatoni.com (terry jones).
[ 19472]
Try to plug more potential PerlIO NULL method
dereferences; try to document the matter.
[ 19471]
UseNicerNames instead of SHOUTING_LIKE_THIS.
[ 19470]
In eof() the errno can get stomped by the peek-ahead.
[ 19469]
A regression test for the remaining "Final $ should be..." error.
[ 19468]
Remove the error messages "Final @ should be \@ or @name"
and "Final % should be \% or %name", that appear to be
only produced in addition to another syntax error, and therefore
misleading, if I understand correctly that kind of black magic.
[ 19467]
Have to think this test more when I'm awake.
[ 19466]
Document that perl tries to load .pmc files before .pm files.
Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
From: Casey West <casey@geeknest.com>
Date: Fri, 9 May 2003 17:03:50 -0400
Message-ID: <20030509210350.GW49820@geeknest.com>
[ 19465]
Fix for doc bug #8602 : clarify eof() example comments
[ 19464]
Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
From: Casey West <casey@geeknest.com>
Date: Fri, 9 May 2003 11:09:39 -0400
Message-ID: <20030509150939.GN49820@geeknest.com>
[ 19463]
Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
From: Casey West <casey@geeknest.com>
Date: Fri, 9 May 2003 15:25:59 -0400
Message-ID: <20030509192559.GS49820@geeknest.com>
[ 19462]
Try to comprehensively have a plan B if a PerlIO
layer doesn't have a particular function.
(1) If there's a corresponding PerlIOBase, call it.
(2) If not having the function is 'harmless', be silently happy.
(Currently only Flush is in this category.)
(3) Otherwise set errno and return failure.
[ 19461]
Subject: [PATCH] [perl #8703] unescaped @ is fine
From: Casey West <casey@geeknest.com>
Date: Fri, 9 May 2003 11:17:53 -0400
Message-ID: <20030509151753.GO49820@geeknest.com>
[ 19460]
Add the PerlIOBase_noop_* to the public API as suggested by Stas.
[ 19459]
Result of change #19458.
[ 19458]
Subject: Weekend fun: MANIFEST sorting
From: andreas.koenig@anima.de (Andreas J. Koenig)
Date: Fri, 09 May 2003 15:12:05 +0200
Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
(both sorts need LC_ALL=C)
(add also manicheck target)
[ 19457]
Better skip this test on OpenBSD and BSD/OS since it
does not seem to work (Slaven Rezic).
[ 19456]
Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
Date: Wed, 07 May 2003 23:37:47 -0700
Message-ID: <7sfu+gzkg+AY092yn@efn.org>
[ 19455]
Missing files.
[ 19453]
Remove duplicate entries from perldiag
[ 19452]
Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
Date: Wed, 07 May 2003 15:27:07 -0700
Message-ID: <7gYu+gzkgaFU092yn@efn.org>
[ 19451]
Tiny nit from mjd.
[ 19450]
Upgrade to Tie::File 0.95.
[ 19449]
Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
Date: 8 May 2003 00:42:18 -0000
[ 19448]
Subject: [PATCH] alphabetize perldiag.pod
From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
Date: Thu, 8 May 2003 11:52:39 -0400
Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
[ 19447]
Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
Date: Thu, 08 May 2003 08:42:20 +0200
Message-id: <20030508064220.GA763@ethan>
[ 19445]
A variant of
Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
From: enache@rdslink.ro (Enache Adrian)
Date: Tue, 22 Apr 2003 02:54:05 +0300
Message-ID: <20030421235405.GA1162@ratsnest.hole>
to quench the black smoke from the BSD builds.
[ 19444]
Subject: Re: [DOC PATCH] & More File::Path issues
From: Casey West <casey@geeknest.com>
Date: Mon, 5 May 2003 13:25:47 -0400
Message-ID: <20030505172547.GB20508@geeknest.com>
[ 19443]
Spelling correction from Nicholas Clark.
Branch: maint-5.8/perl
+> ext/Encode/META.yml lib/Tie/File/t/27_iwrite.t
+> lib/Tie/File/t/28_mtwrite.t lib/Tie/File/t/29_downcopy.t
+> lib/Tie/File/t/29a_upcopy.t lib/Tie/File/t/42_offset.t
!> (integrate 69 files)
____________________________________________________________________________
[ 19442] By: jhi on 2003/05/07 19:36:18
Log: Integrate:
[ 19440]
One more possible extensions permutation.
Branch: maint-5.8/perl
!> Configure
____________________________________________________________________________
[ 19439] By: jhi on 2003/05/07 17:11:48
Log: Integrate:
[ 19409]
Subject: Re: Bug in Storable???
From: Slaven Rezic <slaven@rezic.de>
Date: 04 May 2003 18:00:40 +0200
Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
[ 19411]
Update changelog for 2.07 release.
[ 19412]
Oops. More Storable 2.07 preparations.
[ 19413]
None of that "our" stuff here, please.
[ 19414]
Doc nit from mjd.
[ 19415]
Subject: [PATCH] Embed.t flushing problem
From: "Craig A. Berry" <craigberry@mac.com>
Date: Sun, 04 May 2003 16:25:38 -0500
Message-ID: <3EB58552.2070207@mac.com>
[ 19416]
pack/unpack fixes from Wolfgang Laun:
- fix bug in UNICOS (where SIZE16 != sizeof(short))
- introduce and use new internal pack/unpack API
(packlist, unpackstring)
that does away with the unused arguments in the old API
(pack_cat, unpack_str).
[ 19417]
perlartistic and perlgpl reformatting from Sean Burke.
[ 19418]
Switch the new perlio way of opening anonymous temporary files
open my $fh, '+>', undef
to using File::Temp. Test it, and test also the "accidental
feature" of +< working the same way.
This should address [perl #21937].
[ 19419]
Reintroduce the mention of the fact that the Artistic/GPL
also are Perl's own licenses.
[ 19420]
Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
From: Steve Hay <steve.hay@uk.radan.com>
Date: Wed, 30 Apr 2003 09:52:30 +0100
Message-ID: <3EAF8ECE.8060403@uk.radan.com>
[ 19421]
Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
From: Slaven Rezic <slaven@rezic.de>
Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
[ 19422]
Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
From: Casey West <casey@geeknest.com>
Date: Tue, 29 Apr 2003 16:14:20 -0400
Message-ID: <20030429201420.GT62281@geeknest.com>
[ 19423]
Subject: Re: hv.c patch - pathological hashes too easy
From: "Tye McQueen" <tye@metronet.com>
Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
Message-Id: <200305011834.h41IYoE08503@metronet.com>
[ 19424]
Subject: [PATCH] [perl #3096] undefing hash with object values
From: Dave Mitchell <davem@fdgroup.com>
Date: Thu, 1 May 2003 21:06:57 +0100
Message-ID: <20030501200657.GA25456@fdgroup.com>
[ 19425]
Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
From: Michael G Schwern <schwern@pobox.com>
Date: Sat, 3 May 2003 15:30:16 -0700
Message-ID: <20030503223016.GE1234@windhund.schwern.org>
[ 19426]
Subject: [DOC PATCH] missing ')' in File::Path docs
From: "Jos I.Boumans" <kane@dwim.org>
Date: 30 Apr 2003 09:45:16 -0000
Message-ID: <20030430114513165+0200@nntp.perl.org>
[ 19427]
Subject: Re: Minor change to strict.pm. Who? How?
From: Adam Kennedy <adam@ali.as>
Date: Wed, 30 Apr 2003 00:02:40 +1000
Message-ID: <3EAE8600.2000806@ali.as>
Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
From: Michael G Schwern <schwern@pobox.com>
Date: Tue, 29 Apr 2003 12:26:32 -0700
Message-ID: <20030429192632.GA6129@windhund.schwern.org>
[ 19428]
Snip away the perlunicode slowness demo since the new
caching scheme should help things a bit.
[ 19429]
Fix : the svr5 hints file doesn't propagate libswanted with
threads enabled. Now threads are OK on OpenUNIX 8, except a
mysterious failure in ext/POSIX/t/sigaction.t.
[ 19430]
Fix doc bug #22067, noticed by Mark Knutsen
[ 19431]
Subject: [patch] Re: [perl #21728] regexp SEGV
From: Enache Adrian <enache@rdslink.ro>
Date: Fri, 28 Mar 2003 23:53:09 +0200
Message-ID: <20030328215309.GA6413@ratsnest.hole>
(with minor tweaks)
[ 19432]
Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
From: Casey West <casey@geeknest.com>
Date: Mon, 28 Apr 2003 11:07:36 -0400
Message-ID: <20030428150736.GD62281@geeknest.com>
[ 19433]
Document which interfaces are NOT Unicode-aware.
[ 19435]
Worth a try for [perl #17146]
[ 19436]
More long double logic from Alan Burlison.
[ 19437]
Allow platforms to manipulate their archname by creating
a archname.cbu in their hints files.
Branch: maint-5.8/perl
+> ext/PerlIO/t/open.t
!> (integrate 37 files)
____________________________________________________________________________
[ 19408] By: jhi on 2003/05/04 19:57:14
Log: For some reason a fragment of change #19314 had not been merged.
Branch: maint-5.8/perl
! uconfig.h uconfig.sh
____________________________________________________________________________
[ 19405] By: jhi on 2003/05/04 11:51:42
Log: Cosmic rays? Whatever it was, now it is gone and the test works
also in maint.
Branch: maint-5.8/perl
! t/run/switchd.t
____________________________________________________________________________
[ 19404] By: jhi on 2003/05/04 11:15:59
Log: It seems as if this issue wouldn't be fixed in maint yet?
Branch: maint-5.8/perl
! t/run/switchd.t
____________________________________________________________________________
[ 19403] By: jhi on 2003/05/04 11:14:49
Log: Integrate:
[ 19401]
Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
regen perltoc, perlmodlib. The GPL added as verbatim as possible,
the perlartistic is a straightforward podification.
Branch: maint-5.8/perl
+> pod/perlartistic.pod pod/perlgpl.pod
!> MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
!> pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
____________________________________________________________________________
[ 19402] By: jhi on 2003/05/04 11:10:26
Log: Integrate:
[ 19381]
Forgot to check in the -d: file.
Branch: maint-5.8/perl
!> t/run/switchd.t
____________________________________________________________________________
[ 19400] By: jhi on 2003/05/04 08:29:43
Log: Integrate:
[ 19242]
Fix up Larry's copyright statements to my best knowledge.
(Lots of Perl 5 source code archaeology was involved.)
Larry didn't make strangled noises when I showed him
the patch, either :-)
Branch: maint-5.8/perl
!> (integrate 98 files)
____________________________________________________________________________
[ 19399] By: jhi on 2003/05/04 08:25:06
Log: Integrate:
[ 19398]
Doesn't make any difference for the test but is more logical.
Branch: maint-5.8/perl
!> t/lib/Devel/switchd.pm
____________________________________________________________________________
[ 19397] By: jhi on 2003/05/04 08:16:21
Log: Integrate:
[ 19378]
The [perl #21890] (Devel::Coverage breakage) has been fixed
by change #18589 (it was broken by change #9754); add test case.
[ 19380]
Solaris: make -Duse64bitall'ed to have an archname of
sun4-solaris-64, from Alan Burlison. (The default is to not
to suffix anything with -Duse64bitall if longs are 64 bit.
This may lead into confusion and much sorrow if 32-bit binaries
and 64-bit binaries are installed under the same directories.
Why is "-64" or something like that the default? Well, there
are platforms where 64 bits really is the default default.
There adding a "-64" would be kind of odd. Better to let
each 64-bit capable platform to choose their archnames.)
[ 19381]
Forgot to check in the -d: file.
[ 19382]
Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
From: Michael G Schwern <schwern@pobox.com>
Date: Wed, 30 Apr 2003 18:19:32 -0700
Message-ID: <20030501011932.GM701@windhund.schwern.org>
[ 19383]
Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
From: Abe Timmerman <abe@ztreet.demon.nl>
Date: Thu, 1 May 2003 18:34:35 +0200
Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
[ 19384]
Subject: [PATCH win32/win32.c] silence compiler warnings
From: Abe Timmerman <abe@ztreet.demon.nl>
Date: Fri, 2 May 2003 00:51:42 +0200
Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
[ 19385]
Subject: [PATCH] OpenUNIX 8 support
From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
Date: Fri, 2 May 2003 12:12:08 +0200
Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
[ 19386]
Subject: [PATCH] Re: maintperl on OpenUNIX 8
From: Andy Dougherty <doughera@lafayette.edu>
Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
[ 19387]
Regen Configure (no changes but that's fine).
[ 19390]
Tru64: PerlIO_tell() was returning about one _megabyte_ for
the fp offset, which was quite a big larger than the input file,
which meant that the SvGROW tried to grow the file to about
2**64-2**20, which made safesysrealloc() to understandably
croak (in argv.t).
[ 19391]
Upgrade to Unicode 4.0.0. (Well, upgrade at least
the Unicode character database to 4.0.0.)
[ 19392]
Salvage 'use filetest "access"' from compiletime to runtime.
[ 19393]
Extra tweakage from Rafael for #19392.
[ 19394]
Subject: Re: Does filetest work at all?
From: Slaven Rezic <slaven@rezic.de>
Date: 03 May 2003 18:26:49 +0200
Message-ID: <87ade4q9me.fsf@vran.herceg.de>
[ 19395]
Must skip more.
[ 19396]
Plagued by thinkos tonight.
Branch: maint-5.8/perl
+> (branch 29 files)
! Configure config_h.SH
!> (integrate 143 files)
____________________________________________________________________________
[ 19377] By: jhi on 2003/05/02 07:52:13
Log: Integrate:
[ 19371]
The solution in change #19363 was too unportable.
[ 19372]
miniperl cannot handle layers.t.
[ 19373]
Subject: [PATCH] RE: perl@19333
From: Robin Barker <Robin.Barker@npl.co.uk>
Date: Tue, 29 Apr 2003 17:30:23 +0100
Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
[ 19374]
OS X test tweak.
[ 19375]
OS X: could not -Doptimize=-g.
[ 19376]
great_circle_direction() was broken,
reported by Alexander Becher.
Branch: maint-5.8/perl
!> embed.pl ext/Cwd/t/cwd.t hints/darwin.sh lib/Math/Trig.pm
!> lib/Math/Trig.t pp_hot.c pp_pack.c proto.h t/io/layers.t
!> t/io/openpid.t
____________________________________________________________________________
[ 19370] By: jhi on 2003/05/01 07:57:19
Log: Integrate:
[ 19364]
Subject: [PATCH] [patch #7514] Bug in perlop regex explination
From: Casey West <casey@geeknest.com>
Date: mn apr 28, 2003 19:22:06 Europe/Stockholm
Message-Id: <20030428172206.GK62281@geeknest.com>
[ 19365]
Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
From: Casey West <casey@geeknest.com>
Date: mn apr 28, 2003 16:00:05 Europe/Stockholm
Message-Id: <20030428140005.GC62281@geeknest.com>
[ 19366]
If it's S_, it should be STATIC.
[ 19367]
Subject: [PATCH] buglet: sub a(;&) { } doesn't work
From: Enache Adrian <enache@rdslink.ro>
Date: Sat, 19 Apr 2003 01:41:07 +0300
Message-ID: <20030418224107.GA2751@ratsnest.hole>
[ 19368]
z/OS: More threaded build tweaks from Brian De Pradine--
apparently now it works!
[ 19369]
perlreftut updates from mjd.
Branch: maint-5.8/perl
!> embed.fnc embed.h ext/threads/threads.xs handy.h
!> hints/os390.sh numeric.c pod/perlop.pod pod/perlreftut.pod
!> proto.h t/comp/parser.t thread.h toke.c
____________________________________________________________________________
[ 19362] By: jhi on 2003/04/28 14:33:35
Log: It helps to count right.
Branch: maint-5.8/perl
! lib/fields.t
____________________________________________________________________________
[ 19361] By: jhi on 2003/04/28 09:16:12
Log: The fields test required a little bit of backporting.
Branch: maint-5.8/perl
! lib/fields.t
____________________________________________________________________________
[ 19360] By: jhi on 2003/04/28 09:10:08
Log: Integrate:
[ 19348]
Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
From: Casey West <casey@geeknest.com>
Date: Thu, 24 Apr 2003 08:18:42 -0400
Message-ID: <20030424121842.GW34510@geeknest.com>
[ 19349]
Subject: [PATCH] VMS::Stdio test tweak
From: "Craig A. Berry" <craigberry@mac.com>
Date: Sat, 26 Apr 2003 15:53:07 -0500
Message-ID: <3EAAF1B3.7020708@mac.com>
[ 19350]
Add Dave Mitchell's test case for fields.
[ 19351]
Add a test case for [perl #15288] (already solved).
[ 19353]
utime() doc clarifications
based on :
Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
From: Casey West <casey@geeknest.com>
Date: Fri, 25 Apr 2003 08:00:54 -0400
Message-ID: <20030425120054.GQ34510@geeknest.com>
[ 19354]
$[ clarifications.
[ 19355]
Document a faint compilation noise.
[ 19356]
Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
Check errno to see if the call to nice(2) succeeded.
Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
From: Enache Adrian <enache@rdslink.ro>
Date: Wed, 23 Apr 2003 22:48:20 +0300
Message-ID: <20030423194820.GA874@ratsnest.hole>
[ 19357]
Detecting errors of reentrant APIs: getgrgid_r and the like
when returning an int can either return the error in the return
value or in the errno. We need a new per-interp variable to store
the return value instead of clobbering the errno with it. The new
variable, PL_reentrant_retint, is only used within the reentrancy
framework, and immediately after it's set, so there should not be
similar visibility issues as for the errno. Spotted by Edward Moy.
[ 19358]
SysV msg queues can be something hanging (witnessed in IRIX),
so let's use IPC_NOWAIT.
[ 19359]
Feel-good cleanup.
Branch: maint-5.8/perl
!> README.aix embedvar.h ext/IPC/SysV/t/msg.t ext/POSIX/POSIX.xs
!> intrpvar.h lib/UNIVERSAL.pm lib/fields.t perlapi.h
!> pod/perlfunc.pod pod/perlvar.pod reentr.c reentr.h reentr.pl
!> sv.c t/op/pack.t t/op/taint.t vms/ext/Stdio/test.pl
____________________________________________________________________________
[ 19347] By: jhi on 2003/04/27 06:11:14
Log: Integrate:
[ 19342]
Fix bug #15161 by increasing the refcount on the RE and making
sure to restore it correctly. Deals with both s//e and s///g.
[ 19343]
Document that splice() doesn't extend arrays
Subject: Re: slice autoextending ? still another revised doc patch; COW
From: david nicol <whatever@davidnicol.com>
Date: 22 Apr 2003 22:05:02 -0500
Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
[ 19344]
Some doc patches by Casey West :
Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
From: Casey West <casey@geeknest.com>
Date: Fri, 25 Apr 2003 10:46:39 -0400
Message-ID: <20030425144639.GY34510@geeknest.com>
Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
From: Casey West <casey@geeknest.com>
Date: Fri, 25 Apr 2003 07:52:13 -0400
Message-ID: <20030425115213.GP34510@geeknest.com>
Subject: Re: [perl #7213] [PATCH] Updating example in perldata
From: Casey West <casey@geeknest.com>
Date: Thu, 24 Apr 2003 21:27:22 -0400
Message-ID: <20030425012722.GN34510@geeknest.com>
[ 19345]
Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
From: Dave Mitchell <davem@fdgroup.com>
Date: Sat, 26 Apr 2003 18:45:28 +0100
Message-ID: <20030426174528.GA9588@fdgroup.com>
[ 19346]
Document that restricted hashes are not atomic
(from Dave Mitchell).
Branch: maint-5.8/perl
!> hv.c lib/Hash/Util.pm lib/Hash/Util.t pod/perldata.pod
!> pod/perldiag.pod pod/perlfunc.pod pod/perlsyn.pod pp_ctl.c
!> pp_hot.c
____________________________________________________________________________
[ 19340] By: jhi on 2003/04/26 04:22:24
Log: Caught by Mark Lutz in UNICOS: A declaration cannot appear
after an executable statement in a block.
Branch: maint-5.8/perl
! pp_pack.c
____________________________________________________________________________
[ 19338] By: jhi on 2003/04/25 20:22:09
Log: Fix -Dnoextensions and -Donlyextensions.
Branch: maint-5.8/perl
! Configure
____________________________________________________________________________
[ 19335] By: jhi on 2003/04/25 19:50:33
Log: Subject: [PATCH] Configure's extension sanity check is too strict
From: Andy Dougherty <doughera@lafayette.edu>
Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
Branch: maint-5.8/perl
! Configure
____________________________________________________________________________
[ 19333] By: jhi on 2003/04/25 16:14:13
Log: Update Changes.
Branch: maint-5.8/perl
! Changes patchlevel.h
____________________________________________________________________________
--
Jarkko Hietaniemi <jhi@iki.fi> http://www.iki.fi/jhi/ "There is this special
biologist word we use for 'stable'. It is 'dead'." -- Jack Cohen
Thread Next
-
maint snapshot @ 19525
by Jarkko Hietaniemi