| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
p4raw-id: //depot/perl@18800
|
|
|
|
|
| |
Message-ID: <jk/U+gzkg2DE092yn@efn.org>
p4raw-id: //depot/perl@18772
|
|
|
|
|
|
| |
Subject: Re: Did the assertion patch/feature submission get overlooked?
Message-ID: <3E52885D.5060903@yahoo.com>
p4raw-id: //depot/perl@18750
|
|
|
| |
p4raw-id: //depot/perl@18735
|
|
|
|
|
|
| |
Subject: Re: Did the assertion patch/feature submission get overlooked?
Message-ID: <3DE8F439.50402@yahoo.com>
p4raw-id: //depot/perl@18727
|
|
|
| |
p4raw-id: //depot/perl@18692
|
|
|
|
|
|
|
| |
Subject: [perl #20536] use if 1, open => ':utf8' fails
From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
p4raw-id: //depot/perl@18684
|
|
|
|
|
| |
Message-ID: <3E18E9D9.2040908@rowman.com>
p4raw-id: //depot/perl@18682
|
|
|
| |
p4raw-id: //depot/perl@18672
|
|
|
| |
p4raw-id: //depot/perl@18671
|
|
|
|
|
|
|
| |
enhance filter option)([perl #16823])
Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
p4raw-id: //depot/perl@18660
|
|
|
|
|
|
|
| |
Message-ID: <20030130084809.GA16902@ratsnest.hole>
Fix for half of the failures, with an expanded test.
p4raw-id: //depot/perl@18603
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ 18560]
Fixes for open.pm which attempts to load layers:
1. C equivalent of local $SIG{__WARN__} = sub {}
while loading layers to supress warnings lib/open.t does
not want.
2. The loading scheme does not recurse now so look for
new symptom of bad layer which is that a good module
fails to load (as we cannot open any files).
NOTE: In my opinion open.pm should probably die on bad layer
spec rather than just (maybe) warning and then allowing opens
to fail.
p4raw-link: @18560 on //depot/perlio: c9bca74aca217023baf0f921dcffaaa072a83cf3
p4raw-id: //depot/perl@18561
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. C equivalent of local $SIG{__WARN__} = sub {}
while loading layers to supress warnings lib/open.t does
not want.
2. The loading scheme does not recurse now so look for
new symptom of bad layer which is that a good module
fails to load (as we cannot open any files).
NOTE: In my opinion open.pm should probably die on bad layer
spec rather than just (maybe) warning and then allowing opens
to fail.
p4raw-id: //depot/perlio@18560
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
[ 18539]
Try the invalidate_fileno() idea for non-leaky stdio sockets.
[ 18540]
stdio does NOT set errno==EBADF on invalidated fileno
[ 18547]
Tweak APItest for new semantics of printf.
Now printf() is always real printf() and not #define'd to
PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
back to original file does not affect stdout unless we are
using :stdio as implementation. So things printf()ed XS side
are not written to file (and turn up at end of test).
So add an XS function which does fflush(stdout), modify .pm
file to export it and .t file to call it.
[ 18548]
Add defined(__osf__) case to invalidate_fileno (for Tru64).
[ 18549]
Report layer name (without arg) on fail, and attempt to
autoload layer name. (Fix for [perl #20460]).
[ 18550]
#if defined(__irix__) (for stdio invalidate) from Jarkko.
p4raw-link: @18550 on //depot/perlio: 9837d3731bea1e0d3aaed58a46127574f76ffe53
p4raw-link: @18549 on //depot/perlio: c7732655732824f25d1659f5ebb5d4c3538d32e8
p4raw-link: @18548 on //depot/perlio: 9110aad070a9791bfefe4a0d1718537633723305
p4raw-link: @18547 on //depot/perlio: 9d9116831508c6c9cd81c32834701af14b7647a4
p4raw-link: @18540 on //depot/perlio: e85294730ea95da49196ebe8f63ce0db11ebd231
p4raw-link: @18539 on //depot/perlio: 0d7a53989a672378609205d638df0119542bcf7e
p4raw-id: //depot/perl@18555
|
| |
| |
| |
| |
| | |
autoload layer name. (Fix for [perl #20460]).
p4raw-id: //depot/perlio@18549
|
|/
|
|
|
|
|
| |
Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
(chose the 'even safer' version)
p4raw-id: //depot/perl@18553
|
|
|
|
|
| |
Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
p4raw-id: //depot/perl@18534
|
|
|
| |
p4raw-id: //depot/perl@18523
|
|
|
| |
p4raw-id: //depot/perl@18511
|
|
|
|
|
|
|
| |
From: "Jos I. Boumans" <kane@dwim.org>
Message-ID: <3E26ADF0.6010605@dwim.org>
(with test tweaks)
p4raw-id: //depot/perl@18501
|
|
|
|
|
|
|
|
|
|
| |
(18404 and 18427).
Subject: [PATCH] Re: Attribute::Handlers phase variance
Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
p4raw-id: //depot/perl@18499
p4raw-integrated: from //depot/maint-5.8/perl@18498 'copy in'
lib/Attribute/Handlers.pm (@18080..)
lib/Attribute/Handlers/t/multi.t (@18404..)
|
|
|
|
|
|
|
|
|
| |
Message-ID: <20030101214324.F12907@fdgroup.com>
(integrated from change #18397 in maint-5.8)
p4raw-link: @18397 on //depot/maint-5.8/perl: 7bc6bea4535085425366718a732073dd9f13e3fc
p4raw-id: //depot/perl@18497
p4raw-integrated: from //depot/maint-5.8/perl@18496 'copy in'
lib/Time/Local.pm lib/Time/Local.t (@17645..)
|
|
|
| |
p4raw-id: //depot/perl@18494
|
|
|
|
|
| |
Message-ID: <20030111191730.GA19420@londo.c47.org>
p4raw-id: //depot/perl@18488
|
|
|
|
|
|
|
|
|
|
| |
[ 18240]
Avoid eqtime() wiping the file (as suggested by
"Luis G. Uribe C." <GUribe@SoftHome.net>
p4raw-link: @18240 on //depot/perlio: a6bd83f0a15d2730a2e1d4ba3319cc912869b7f3
p4raw-id: //depot/perl@18472
p4raw-integrated: from //depot/perlio@18468 'copy in'
lib/ExtUtils/Command.pm (@17257..)
|
|
|
|
|
| |
this function doesn't return undef in any case.
p4raw-id: //depot/perl@18465
|
|
|
|
|
|
|
|
| |
Fix [perl #18666] (taking the more conservative approach).
p4raw-link: @18362 on //depot/maint-5.8/perl: bcd31b804be27d8e7f3a254e1ef926468a1fef19
p4raw-id: //depot/perl@18461
p4raw-integrated: from //depot/maint-5.8/perl@18460 'copy in'
lib/File/Spec/Unix.pm (@18080..)
|
|
|
| |
p4raw-id: //depot/perl@18454
|
|
|
|
|
|
| |
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3E171928.1040100@mac.com>
p4raw-id: //depot/perl@18451
|
|
|
|
|
| |
Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@18441
|
|
|
|
|
|
| |
Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
Same as change 18403 for maint-5.8 branch
p4raw-id: //depot/perl@18439
|
|
|
|
|
|
|
| |
Make Math::Trig a little bit more better behaved module citizen.
p4raw-id: //depot/perl@18412
p4raw-integrated: from //depot/maint-5.8/perl@18411 'copy in'
lib/Math/Trig.pm (@17645..)
|
|
|
|
|
| |
Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
p4raw-id: //depot/perl@18372
|
|
|
|
|
| |
p4raw-id: //depot/perl@18346
p4raw-integrated: from //depot/maint-5.8/perl@18345 'merge in'
lib/perl5db.pl (@17645..)
|
|
|
|
|
|
| |
From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
p4raw-id: //depot/perl@18343
|
|
|
| |
p4raw-id: //depot/perl@18326
|
|
|
| |
p4raw-id: //depot/perl@18317
|
|
|
|
|
| |
Message-ID: <20021213214707.GA2588@math.berkeley.edu>
p4raw-id: //depot/perl@18315
|
|
|
|
|
|
| |
Message-ID: <20021212181317.50538.qmail@onion.perl.org>
(fix bug [perl #19058])
p4raw-id: //depot/perl@18308
|
|
|
| |
p4raw-id: //depot/perl@18284
|
|
|
|
|
| |
Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@18282
|
|
|
|
|
|
|
|
|
|
|
|
| |
p4raw-id: //depot/perl@18281
p4raw-integrated: from //depot/maint-5.8/perl@18280 'copy in'
lib/unicore/Category.pl lib/unicore/SpecialCasing.txt
lib/unicore/UnicodeData.txt lib/unicore/lib/C.pl
lib/unicore/lib/Cf.pl lib/unicore/lib/Cntrl.pl
lib/unicore/lib/Graph.pl lib/unicore/lib/P.pl
lib/unicore/lib/Pd.pl lib/unicore/lib/Print.pl
lib/unicore/lib/Punct.pl (@17645..) t/op/pack.t (@18080..)
p4raw-integrated: from //depot/maint-5.8/perl@18156 'merge in'
lib/Unicode/UCD.t (@17645..)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changes 18219, 18236, 18242-3, 18247-8,
18253-5, 18257, 18273-6
p4raw-id: //depot/perl@18280
p4raw-branched: from //depot/maint-5.8/perl@18279 'branch in'
t/op/lc_user.t
p4raw-integrated: from //depot/maint-5.8/perl@18279 'copy in'
lib/File/Copy.pm (@17645..) lib/utf8_heavy.pl pod/perlsec.pod
(@18080..) hints/irix_6.sh (@18173..) t/uni/tr_utf8.t
(@18197..) pod/perlunicode.pod (@18242..) t/op/pat.t (@18248..)
t/op/split.t (@18274..) 'edit in' pod/perlguts.pod (@18242..)
'merge in' pp.c (@18126..) MANIFEST (@18234..)
p4raw-integrated: from //depot/maint-5.8/perl@18254 'merge in'
pod/perldiag.pod (@18234..)
|
|
|
|
|
| |
Version bump only after typo fix to sync with CPAN
p4raw-id: //depot/perl@18279
|
|
|
|
|
|
| |
Subject: [PATCH] Typo in Term::ANSIColor
From: "Mr. Nobody" <mrnobo1024 at yahoo.com>
p4raw-id: //depot/perl@18272
|
|
|
|
|
|
| |
From: Nicholas Clark (via RT) <perlbug@perl.org>
Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
p4raw-id: //depot/perl@18270
|
|
|
|
|
|
|
| |
$Heavy::Verbose is not setting the value to $Exporter::Verbose
Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
p4raw-id: //depot/perl@18263
|
|
|
|
|
| |
Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@18259
|
|
|
|
|
|
| |
Add a regression test for it.
p4raw-link: @11890 on //depot/perl: be154528f7e7dc31589b7b72d4e03f88d8751799
p4raw-id: //depot/perl@18250
|