summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Nothing is using IoSUBPROCESS() so eliminate xio_subprocess.Nicholas Clark2007-10-013-4/+5
| | | | | | Make xio_flags a U8, which is what it should have been all along (rather than a char, which might be signed). B.xs had its wrapper as U8 p4raw-id: //depot/perl@32001
* Patch by jlv <jloverso@mathworks.com> to stop NEXT::AUTOLOADRafael Garcia-Suarez2007-10-011-2/+2
| | | | | | from emitting warnings under the debugger. See: http://rt.cpan.org/Public/Bug/Display.html?id=25053 p4raw-id: //depot/perl@32000
* [patch@31998] Fix M:B: tilde.t tests on VMSJohn E. Malmberg2007-09-302-3/+75
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <46FFAEF5.1060702@qsl.net> p4raw-id: //depot/perl@31999
* Re: [patch@31988] Revised Module::Build fixes for VMS. John E. Malmberg2007-09-301-1/+1
| | | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <46FEAC8D.1080506@qsl.net> Missed one case in #31995. p4raw-id: //depot/perl@31998
* bring File::Path up to 2.01 (was: Re: Freeze ?)David Landgren2007-09-302-12/+18
| | | | | Message-ID: <46FFA275.6010304@landgren.net> p4raw-id: //depot/perl@31997
* [patch@31988] Revised Module::Build fixes for VMS.John E. Malmberg2007-09-296-54/+126
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <46FD07CF.5040504@qsl.net> p4raw-id: //depot/perl@31995
* Make all of B work on 5.8.xNicholas Clark2007-09-283-4/+39
| | | p4raw-id: //depot/perl@31994
* Document hint symbols in B::ConciseRafael Garcia-Suarez2007-09-281-1/+22
| | | p4raw-id: //depot/perl@31993
* Hopefully really fix test failures with -CNicholas Clark2007-09-281-20/+20
| | | p4raw-id: //depot/perl@31992
* Remove unneeded castRafael Garcia-Suarez2007-09-281-1/+1
| | | p4raw-id: //depot/perl@31991
* Change 31987 forgot to re-run embed.plNicholas Clark2007-09-282-0/+4
| | | p4raw-id: //depot/perl@31990
* [patch] s/thinngy/thingy/Jim Cromie2007-09-281-1/+1
| | | | | Message-ID: <46FC5907.4010205@gmail.com> p4raw-id: //depot/perl@31989
* I forgot to patch for the threaded caseRafael Garcia-Suarez2007-09-271-4/+4
| | | p4raw-id: //depot/perl@31988
* Move the bool v_string_ok into the U16-sized gap in the interpreterNicholas Clark2007-09-271-3/+7
| | | | | | structure. Add a "spare" variable so that we can add the first post- 5.10.0 bool variable without growing the interpreter structure. p4raw-id: //depot/perl@31987
* Hopefully fix test failures with -CRafael Garcia-Suarez2007-09-271-4/+4
| | | p4raw-id: //depot/perl@31986
* Fix test introduced in #31973 that failed on Win32Steve Hay2007-09-271-6/+2
| | | | | (Win32 doesn't like the runperl() prog having newlines in it) p4raw-id: //depot/perl@31985
* Make large file support the default on VMS systems that have it. This in turnCraig A. Berry2007-09-271-3/+3
| | | | | makes _USE_STD_STAT and symbolic link support the defaults where available. p4raw-id: //depot/perl@31984
* API spelling patch, by Jerry D. HeddenRafael Garcia-Suarez2007-09-266-20/+21
| | | p4raw-id: //depot/perl@31983
* Maybe the default order of directories in @INC should be modified.Rafael Garcia-Suarez2007-09-261-0/+6
| | | p4raw-id: //depot/perl@31982
* Change 31977 introduced a bug (failing to set the return value ofNicholas Clark2007-09-262-6/+17
| | | | | | mro::get_linear_isa() when passed a second parameter). However, there were no tests for this. Fix both. p4raw-id: //depot/perl@31981
* Check rename() under CygwinJerry D. Hedden2007-09-261-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709250855o2c9115cdi6ce830a9ccaec696@mail.gmail.com> p4raw-id: //depot/perl@31980
* No more ld2 and perlld under CygwinJerry D. Hedden2007-09-262-2/+2
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709250745s1d17ae54y6403711e00b306a0@mail.gmail.com> p4raw-id: //depot/perl@31979
* RE: [PATCH] use 5.010 is ugly; use 5.10.0 warnsRobin Barker2007-09-268-2/+30
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <2C2E01334A940D4792B3E115F95B7226C9D1C3@exchsvr1.npl.ad.local> p4raw-id: //depot/perl@31978
* Change the way of determining the MRO algorithm used from an enumNicholas Clark2007-09-262-30/+43
| | | | | | | | defined in the header, to a pointer to a structure. This allows the flexibility to easily add more MROs in the future, and to provide an API to do so. Dispatch in mro.c is now via the structure pointed to, rather than switch statements on the value of the enum. p4raw-id: //depot/perl@31977
* Option spelling nit for AIXRafael Garcia-Suarez2007-09-261-1/+1
| | | p4raw-id: //depot/perl@31976
* On VAX, feeding a bare "NaN" to nawk causes nawk to core dump sinceRafael Garcia-Suarez2007-09-261-2/+2
| | | | | | it tries to interpret it as a number, which causes an FP exception. (Patch from NetBSD) p4raw-id: //depot/perl@31975
* Assume NetBSD has touchRafael Garcia-Suarez2007-09-261-1/+0
| | | | | (patch from NetBSD package) p4raw-id: //depot/perl@31974
* Re: [patch] improve B::Concise -src supportJim Cromie2007-09-263-117/+325
| | | | | Message-ID: <46F99AF1.1080108@gmail.com> p4raw-id: //depot/perl@31973
* Update to README.cygwin by Jerry D. HeddenRafael Garcia-Suarez2007-09-261-38/+173
| | | p4raw-id: //depot/perl@31972
* extend PL_veto_cleanup to all platformsDave Mitchell2007-09-252-4/+4
| | | | | | | The conditional skip of PERL_SYS_TERM introduced by change #29827 now happens on all platforms, not just UNIX. p4raw-link: @29827 on //depot/perl: c301d6064f299b8a77670348b81d25d2d94d6a2f p4raw-id: //depot/perl@31971
* make PERL_SYS_INIT/INIT3/TERM into functionsDave Mitchell2007-09-2513-35/+85
| | | p4raw-id: //depot/perl@31970
* Hey, but "or" is low-prec. So this statement never worked.Rafael Garcia-Suarez2007-09-251-2/+1
| | | p4raw-id: //depot/perl@31969
* DragonflyBSD is a BSD tooRafael Garcia-Suarez2007-09-251-2/+2
| | | p4raw-id: //depot/perl@31968
* Re: [perl #45513] Test failures on amd64-freebsd 6.2Slaven Rezic2007-09-251-4/+5
| | | | | Message-ID: <87abri1lbj.fsf@biokovo-amd64.herceg.de> p4raw-id: //depot/perl@31967
* Upgrade to Test::Simple 0.72Rafael Garcia-Suarez2007-09-2510-53/+45
| | | p4raw-id: //depot/perl@31966
* Re: [PATCH 5.10] Improve diagnostic for reloads of bad modulesRick Delaney2007-09-252-1/+9
| | | | | Message-ID: <20070922203040.GK11931@bort.ca> p4raw-id: //depot/perl@31965
* Make OptreeCheck.pm more forgiving about parent pad indexesRafael Garcia-Suarez2007-09-251-0/+1
| | | p4raw-id: //depot/perl@31964
* Trans.: CPAN Upload: S/SA/SAPER/constant-1.11.tar.gzSébastien Aperghis-Tramoni2007-09-252-23/+64
| | | | | Message-ID: <1190714148.46f8db2431f0c@imp.free.fr> p4raw-id: //depot/perl@31963
* Re: Smoke [5.10.0] 31938 FAIL(F) netbsd 3.1 (i386/1 cpu)Abe Timmerman2007-09-251-1/+1
| | | | | Message-ID: <46F59EFE.7050303@ztreet.demon.nl> p4raw-id: //depot/perl@31962
* Re: [perl #45605] Regexp failure with utf8-flagged string and byte-flagged ↵Tels2007-09-252-2/+23
| | | | | | | pattern Message-Id: <200709221427.30425@bloodgate.com> p4raw-id: //depot/perl@31961
* [patch] Dual-lifing constant.pmSébastien Aperghis-Tramoni2007-09-251-0/+7
| | | | | Message-Id: <454B4D1C-48EE-4CA3-834A-A0F872C9E5FC@free.fr> p4raw-id: //depot/perl@31960
* stop lib/perl5db.t failure if Term::ReadLine::Perl is installedSlaven Rezic2007-09-251-1/+4
| | | | | Message-ID: <871wcnwycq.fsf@biokovo-amd64.herceg.de> p4raw-id: //depot/perl@31959
* README.cygwin updateJerry D. Hedden2007-09-251-35/+6
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709241758o4027c237w7387e7ab86680d55@mail.gmail.com> p4raw-id: //depot/perl@31958
* $^E is not Win32::GetLastError under CygwinJerry D. Hedden2007-09-251-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709241739q62b4f2eaycf13cb9956f8fab3@mail.gmail.com> p4raw-id: //depot/perl@31957
* Re: Change 31935: Upgrade to Win32-0.32Jerry D. Hedden2007-09-252-2/+2
| | | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510709241723o58cc1167m2c44221b77959994@mail.gmail.com> (Check Win32::GetLastError() rather than $^E for Cygwin, on which $^E is the last posix error (the same as $!), not the last Win32 error) p4raw-id: //depot/perl@31956
* [patch] improve B::Concise -src supportJim Cromie2007-09-241-5/+18
| | | | | Message-ID: <46F7590C.1070101@gmail.com> p4raw-id: //depot/perl@31955
* sixth attempt to silence S_emulate_eaccess compiler warningDave Mitchell2007-09-241-1/+1
| | | p4raw-id: //depot/perl@31954
* Upgrade to Compress::Zlib 2.007Rafael Garcia-Suarez2007-09-245-12/+37
| | | p4raw-id: //depot/perl@31953
* Upgrade to threads::shared 1.14Rafael Garcia-Suarez2007-09-242-37/+38
| | | | | Corrects warnings reported by Devel::PPPort. p4raw-id: //depot/perl@31952
* Re: BigInt bug with non-integer accuracy/precisionTels2007-09-243-6/+158
| | | | | Message-Id: <200709221133.35110@bloodgate.com> p4raw-id: //depot/perl@31951