summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* for perl5db.pl against missing args destroying pre-post command setupsRichard Foley2003-03-021-96/+108
| | | | | Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net> p4raw-id: //depot/perl@18800
* [perl@18752] warnings from CGI tests under cygwinYitzchak Scott-Thoennes2003-02-251-2/+2
| | | | | Message-ID: <jk/U+gzkg2DE092yn@efn.org> p4raw-id: //depot/perl@18772
* more complex assertions activation:Salvador Fandiño2003-02-192-10/+94
| | | | | | Subject: Re: Did the assertion patch/feature submission get overlooked? Message-ID: <3E52885D.5060903@yahoo.com> p4raw-id: //depot/perl@18750
* Use the escape E<ntilde> in source files rather than the actual char.Hugo van der Sanden2003-02-172-4/+4
| | | p4raw-id: //depot/perl@18735
* add support for assertions. Updated form of:Salvador Fandiño2003-02-163-9/+328
| | | | | | Subject: Re: Did the assertion patch/feature submission get overlooked? Message-ID: <3DE8F439.50402@yahoo.com> p4raw-id: //depot/perl@18727
* Dueling patches.Jarkko Hietaniemi2003-02-111-1186/+0
| | | p4raw-id: //depot/perl@18692
* fix for C< use if qw/ 1 open :utf8 / > based on:Autrijus Tang2003-02-102-3/+6
| | | | | | | 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
* version objects final(?) patchJohn Peacock2003-02-102-68/+198
| | | | | Message-ID: <3E18E9D9.2040908@rowman.com> p4raw-id: //depot/perl@18682
* Upgrade to CPAN 1.64, from Andreas Koenig.Jarkko Hietaniemi2003-02-088-83/+2361
| | | p4raw-id: //depot/perl@18672
* Upgrade to Net::Ping 2.28, from Rob Brown.Jarkko Hietaniemi2003-02-088-136/+474
| | | p4raw-id: //depot/perl@18671
* [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to ↵Inaba Hiroto2003-02-051-1/+6
| | | | | | | enhance filter option)([perl #16823]) Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp> p4raw-id: //depot/perl@18660
* [FIX] Re: UTF-8 failures (surprise!)Adrian M. Enache2003-01-301-2/+45
| | | | | | | Message-ID: <20030130084809.GA16902@ratsnest.hole> Fix for half of the failures, with an expanded test. p4raw-id: //depot/perl@18603
* Integrate from perlio:Jarkko Hietaniemi2003-01-221-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 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
| * Fixes for open.pm which attempts to load layers:Nick Ing-Simmons2003-01-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Integrate from perlio:Jarkko Hietaniemi2003-01-221-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 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
| * Report layer name (without arg) on fail, and attempt to Nick Ing-Simmons2003-01-221-2/+2
| | | | | | | | | | autoload layer name. (Fix for [perl #20460]). p4raw-id: //depot/perlio@18549
* | Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)Martti Rahkila2003-01-221-6/+15
|/ | | | | | | Message-ID: <20030118002539.A30585@wurlitzer.hut.fi> (chose the 'even safer' version) p4raw-id: //depot/perl@18553
* PATCH: perldoc in MAINT branch (probably unstable too)Chip Turner2003-01-211-6/+4
| | | | | Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com> p4raw-id: //depot/perl@18534
* Upgrade to Digest 1.02.Jarkko Hietaniemi2003-01-202-8/+5
| | | p4raw-id: //depot/perl@18523
* Upgrade to Digest 1.01.Jarkko Hietaniemi2003-01-171-3/+9
| | | p4raw-id: //depot/perl@18511
* Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_Jos I. Boumans2003-01-162-5/+16
| | | | | | | From: "Jos I. Boumans" <kane@dwim.org> Message-ID: <3E26ADF0.6010605@dwim.org> (with test tweaks) p4raw-id: //depot/perl@18501
* Integrate changes to Attribute::Handlers from maint-5.8Richard Clamp2003-01-162-1/+19
| | | | | | | | | | (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..)
* Re: [perl #19393] Bug in Time::localtime?Dave Mitchell2003-01-162-2/+27
| | | | | | | | | 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..)
* Upgrade to CGI.pm 2.89.Jarkko Hietaniemi2003-01-167-174/+593
| | | p4raw-id: //depot/perl@18494
* diagnostics.pm: useful apropos description for splainBrendan O'Dea2003-01-151-2/+2
| | | | | Message-ID: <20030111191730.GA19420@londo.c47.org> p4raw-id: //depot/perl@18488
* Integrate perlio to mainline:Jarkko Hietaniemi2003-01-131-1/+1
| | | | | | | | | | [ 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..)
* Fix the doc for splitpath() in the File::Spec modules :Rafael Garcia-Suarez2003-01-085-8/+8
| | | | | this function doesn't return undef in any case. p4raw-id: //depot/perl@18465
* Integrate change #18362 from maint-5.8:Rafael Garcia-Suarez2003-01-081-0/+1
| | | | | | | | 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..)
* Integrate podlators-1.25Hugo van der Sanden2003-01-072-13/+70
| | | p4raw-id: //depot/perl@18454
* VMS test adjustmentsCraig A. Berry2003-01-061-5/+4
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <3E171928.1040100@mac.com> p4raw-id: //depot/perl@18451
* [DOCPATCH] File::Copy's synopsisNicholas Clark2003-01-041-4/+4
| | | | | Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net> p4raw-id: //depot/perl@18441
* [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...Rafael Garcia-Suarez2003-01-041-1/+1
| | | | | | Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr> Same as change 18403 for maint-5.8 branch p4raw-id: //depot/perl@18439
* Integrate from maint-5.8 #18348:Hugo van der Sanden2003-01-031-1/+4
| | | | | | | 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..)
* Holding filehandle openMichael G. Schwern2002-12-301-24/+27
| | | | | Message-ID: <20021222032941.GD24887@blackrider.schwern.org> p4raw-id: //depot/perl@18372
* integrate maint-5.8 #18301Hugo van der Sanden2002-12-231-1/+2
| | | | | p4raw-id: //depot/perl@18346 p4raw-integrated: from //depot/maint-5.8/perl@18345 'merge in' lib/perl5db.pl (@17645..)
* [perl #19153] Term::Complete (the argument of stty)OKAIE Yutaka2002-12-231-0/+1
| | | | | | From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org> Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org> p4raw-id: //depot/perl@18343
* Win32.pod updateGurusamy Sarathy2002-12-181-0/+57
| | | p4raw-id: //depot/perl@18326
* Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)Hugo van der Sanden2002-12-174-122/+253
| | | p4raw-id: //depot/perl@18317
* deprecated warningsIlya Zakharevich2002-12-172-2/+2
| | | | | Message-ID: <20021213214707.GA2588@math.berkeley.edu> p4raw-id: //depot/perl@18315
* Re: [perl #19017] lexical "my" variables not visible in debugger "x" commandPeter Scott2002-12-161-0/+1
| | | | | | Message-ID: <20021212181317.50538.qmail@onion.perl.org> (fix bug [perl #19058]) p4raw-id: //depot/perl@18308
* One more email address for #18282Hugo van der Sanden2002-12-111-1/+1
| | | p4raw-id: //depot/perl@18284
* Remove stale e-mail addressesAndy Dougherty2002-12-111-1/+1
| | | | | Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@18282
* Integrate from maint-5.8 #18156, #18218.Hugo van der Sanden2002-12-1112-12/+18
| | | | | | | | | | | | 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..)
* Integrate from the maint-5.8/ branch :Rafael Garcia-Suarez2002-12-102-16/+42
| | | | | | | | | | | | | | | | 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..)
* Re: ANSIColor 1.06 releasedH.Merijn Brand2002-12-101-1/+1
| | | | | Version bump only after typo fix to sync with CPAN p4raw-id: //depot/perl@18279
* RT#15950Mr. Nobody2002-12-091-1/+1
| | | | | | Subject: [PATCH] Typo in Term::ANSIColor From: "Mr. Nobody" <mrnobo1024 at yahoo.com> p4raw-id: //depot/perl@18272
* [perl #18256] xsubpp can make nested comments in C codeNicholas Clark2002-12-091-1/+13
| | | | | | From: Nicholas Clark (via RT) <perlbug@perl.org> Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org> p4raw-id: //depot/perl@18270
* Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, ↵Slaven Rezic2002-12-081-4/+3
| | | | | | | $Heavy::Verbose is not setting the value to $Exporter::Verbose Message-ID: <874r9pmjv2.fsf@vran.herceg.de> p4raw-id: //depot/perl@18263
* Re: [perl #18651] Hash::Util's lock_key() breaks hashNicholas Clark2002-12-081-1/+57
| | | | | Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net> p4raw-id: //depot/perl@18259
* Fix bug #18874, essentially by reverting change #11890.Rafael Garcia-Suarez2002-12-062-62/+68
| | | | | | Add a regression test for it. p4raw-link: @11890 on //depot/perl: be154528f7e7dc31589b7b72d4e03f88d8751799 p4raw-id: //depot/perl@18250