summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* $Config{prefixexp} was set incorrectly on windowsGurusamy Sarathy2002-12-184-4/+4
| | | p4raw-id: //depot/perl@18332
* remove CRs from a couple of files (these show up as CRCRLFGurusamy Sarathy2002-12-182-3550/+3550
| | | | | on windows) p4raw-id: //depot/perl@18330
* fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>Gurusamy Sarathy2002-12-181-2/+7
| | | p4raw-id: //depot/perl@18328
* windows: support for large filesGurusamy Sarathy2002-12-1820-39/+123
| | | | | | | | note that this change will break binary compatibility with the default 5.8.0 build options; nevertheless I think it is worth having in 5.8.1 (people who want the compatibility can disable the option in the makefile) p4raw-id: //depot/perl@18327
* Win32.pod updateGurusamy Sarathy2002-12-181-0/+57
| | | p4raw-id: //depot/perl@18326
* PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*Gurusamy Sarathy2002-12-181-2/+2
| | | p4raw-id: //depot/perl@18325
* windows: avoid prompting under some shells during $(MAKE) distcleanGurusamy Sarathy2002-12-182-23/+38
| | | p4raw-id: //depot/perl@18324
* PerlSIO_stderr et al are not functionsGurusamy Sarathy2002-12-181-3/+3
| | | p4raw-id: //depot/perl@18323
* integrate change#18320 from maint-5.6 branchGurusamy Sarathy2002-12-171-3/+2
| | | | | | | | | | | | | | C<require '\foo\bar.pm'> fails on windows if not running from the root directory; for a test case, see: http://bugs.activestate.com/show_bug.cgi?id=19317 this was due to not recognizing \foo\bar.pm as an absolute path name p4raw-link: @18320 on //depot/maint-5.6/perl: b900fc1f8c2531fe3108ef7a9cc5b4590a5dc7f6 p4raw-id: //depot/perl@18321 p4raw-integrated: from //depot/maint-5.6/perl@18319 'merge in' util.h (@9288..)
* Whoops, these are the changes supposed to be in #18318.Hugo van der Sanden2002-12-172-6/+52
| | | p4raw-id: //depot/perl@18319
* Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperlNicholas Clark2002-12-170-0/+0
| | | | | Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net> p4raw-id: //depot/perl@18318
* Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)Hugo van der Sanden2002-12-175-122/+254
| | | p4raw-id: //depot/perl@18317
* buildIlya Zakharevich2002-12-172-11/+36
| | | | | Message-ID: <20021213215404.GA2597@math.berkeley.edu> p4raw-id: //depot/perl@18316
* deprecated warningsIlya Zakharevich2002-12-172-2/+2
| | | | | Message-ID: <20021213214707.GA2588@math.berkeley.edu> p4raw-id: //depot/perl@18315
* Morphing to PM on OS/2Ilya Zakharevich2002-12-172-5/+9
| | | | | Message-ID: <20021213220048.GA2606@math.berkeley.edu> p4raw-id: //depot/perl@18314
* OS/2 REXX interface assuming Object REXXIlya Zakharevich2002-12-171-1/+21
| | | | | Message-ID: <20021213220800.GA2625@math.berkeley.edu> p4raw-id: //depot/perl@18313
* [Fwd: Patch for perl utf8-related bug]Richard Hitt2002-12-178-1/+24
| | | | | [perl #18932] p4raw-id: //depot/perl@18312
* Re: [jhi@iki.fi: enums are not nums]Dave Mitchell2002-12-175-9/+7
| | | | | Message-ID: <20021214191649.B3992@fdgroup.com> p4raw-id: //depot/perl@18311
* regen-headers to get new API docs from #18306Hugo van der Sanden2002-12-171-0/+29
| | | p4raw-id: //depot/perl@18310
* 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
* Re: [perl #19017] lexical "my" variables not visible in debugger "x" commandDave Mitchell2002-12-167-11/+65
| | | | | | | | | Date: Thu, 12 Dec 2002 23:42:35 +0000 Message-ID: <20021212234235.A29245@fdgroup.com> and Date: Sat, 14 Dec 2002 19:16:38 +0000 Message-ID: <20021214191638.A3992@fdgroup.com> p4raw-id: //depot/perl@18307
* More documentation of obscure flags is good, even if theArtur Bergman2002-12-161-0/+29
| | | | | | documentation might be not so good. Atleast it's not false! Documents the flags one can give to perl_clone p4raw-id: //depot/perl@18306
* Enough changes to Configure and metaunits warrant an update.H.Merijn Brand2002-12-161-4/+29
| | | | | Several small changes and three additions p4raw-id: //depot/perl@18305
* Redone #18011 from metaunitsH.Merijn Brand2002-12-161-4/+4
| | | p4raw-id: //depot/perl@18304
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-1413-66/+276
| | | | | Message-ID: <20021210012644.A7843@fdgroup.com> p4raw-id: //depot/perl@18302
* [patch] typo in perlopAndreas König2002-12-121-1/+1
| | | | | Message-ID: <m3k7igjo19.fsf@k242.linux.bogus> p4raw-id: //depot/perl@18300
* Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297Rafael Garcia-Suarez2002-12-128-74/+160
| | | | | | | | p4raw-id: //depot/perl@18299 p4raw-integrated: from //depot/maint-5.8/perl@18298 'copy in' pod/perlretut.pod (@17645..) pod/perlre.pod (@18080..) ext/POSIX/t/is.t (@18189..) t/op/subst.t (@18214..) ext/POSIX/t/posix.t (@18271..) t/op/pat.t (@18276..) ext/POSIX/POSIX.pod (@18294..) 'merge in' regexec.c (@18095..)
* Whitespace and indentation fix in the output of B::Debug.Rafael Garcia-Suarez2002-12-121-6/+6
| | | p4raw-id: //depot/perl@18298
* Update to Scalar-List-Utils 1.09Graham Barr2002-12-123-3/+11
| | | p4raw-id: //depot/perl@18292
* this has been incorrect for a while now, and has changedGurusamy Sarathy2002-12-111-1/+1
| | | | | again recently p4raw-id: //depot/perl@18287
* Re: Precedence of ? :Stephen McCamant2002-12-116-596/+683
| | | | | Message-Id: <20021210055707.974F073CCC@syllepsis> p4raw-id: //depot/perl@18285
* One more email address for #18282Hugo van der Sanden2002-12-111-1/+1
| | | p4raw-id: //depot/perl@18284
* More email addresses for #18282Hugo van der Sanden2002-12-1117-17/+17
| | | p4raw-id: //depot/perl@18283
* Remove stale e-mail addressesAndy Dougherty2002-12-119-9/+9
| | | | | 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-1113-13/+22
| | | | | | | | | | | | 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-1014-216/+352
| | | | | | | | | | | | | | | | 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
* VMS build updateCraig A. Berry2002-12-103-243/+514
| | | | | | Message-ID: <3DF56BE2.9000300@mac.com> From: "Craig A. Berry" <craigberry@mac.com> p4raw-id: //depot/perl@18277
* 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: Bug in Filter::SimpleSlaven Rezic2002-12-092-2/+38
| | | | | Message-ID: <87of91u51m.fsf@vran.herceg.de> p4raw-id: //depot/perl@18269
* fix #18266 sprintf format mismatchHugo van der Sanden2002-12-091-1/+1
| | | p4raw-id: //depot/perl@18268
* Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() ↵Slaven Rezic2002-12-093-1/+40
| | | | | | | are sometimes wrong Message-ID: <874raqz8o3.fsf@vran.herceg.de> p4raw-id: //depot/perl@18267
* Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regexAbhijit Menon-Sen2002-12-092-1/+33
| | | | | Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org> p4raw-id: //depot/perl@18266
* Re: [perl #18927] barewords with no errorsAbe Timmerman2002-12-081-0/+7
| | | | | Message-Id: <200212081712.56102.abe@ztreet.demon.nl> p4raw-id: //depot/perl@18265
* Re: [perl #18165] "0" fails as right-hand argument to ..Slaven Rezic2002-12-082-3/+8
| | | | | Message-ID: <8765ugnffq.fsf@vran.herceg.de> p4raw-id: //depot/perl@18264
* 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
* getservbyport() should accept an empty string as itsSlaven Rezic2002-12-081-0/+3
| | | | | | | | proto argument (as does getservbyname()). Subject: Re: Is this a bug or am I being stupid? Message-ID: <87znrhl48i.fsf@vran.herceg.de> p4raw-id: //depot/perl@18262
* Change the set of characters that are considered to beRafael Garcia-Suarez2002-12-081-1/+1
| | | | | safe in $ENV{TERM} for taint checkings. p4raw-id: //depot/perl@18261
* Document that $ENV{TERM} may produce taint failures.Slaven Rezic2002-12-081-3/+3
| | | | | | Subject: Re: [perl #18717] spurious failures in regression test Message-ID: <87hee0nkrx.fsf@vran.herceg.de> p4raw-id: //depot/perl@18260