summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to CGI-3.11, with some modifications for Pod differences inSteve Peters2005-09-283-28/+70
| | | | | bleadperl. p4raw-id: //depot/perl@25626
* Comment nit by Vadim KonovalovRafael Garcia-Suarez2005-09-271-58/+58
| | | | | And while we're at it, reindent consistently. p4raw-id: //depot/perl@25625
* POD nit by YitzchakRafael Garcia-Suarez2005-09-271-4/+4
| | | p4raw-id: //depot/perl@25624
* Clarify what -MFoo=number does on the command-lineRafael Garcia-Suarez2005-09-271-0/+4
| | | p4raw-id: //depot/perl@25623
* AW: [perl #36291] incorrect $! from open ">&nr" with too many open filesPeter Dintelmann2005-09-271-1/+1
| | | | | | From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com> Date: Tue, 27 Sep 2005 15:18:00 +0200 p4raw-id: //depot/perl@25621
* Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns offRafael Garcia-Suarez2005-09-273-5/+16
| | | | | too many warnings. p4raw-id: //depot/perl@25619
* Re: [BUG 5.8.7] Another major bug in PerlIO layerIlya Zakharevich2005-09-274-5/+179
| | | | | Message-ID: <20050927090734.GB3687@math.berkeley.edu> p4raw-id: //depot/perl@25618
* OPpRUNTIME can be set on OP_QR tooRafael Garcia-Suarez2005-09-271-1/+1
| | | p4raw-id: //depot/perl@25617
* Fix the overriding of CORE::do, just like change 25599Rafael Garcia-Suarez2005-09-277-12/+22
| | | | | was fixing the overriding of CORE::require p4raw-id: //depot/perl@25616
* Micro-optimisation: use PL_globalstash instead of looking upRafael Garcia-Suarez2005-09-271-2/+4
| | | | | CORE::GLOBAL::require by name p4raw-id: //depot/perl@25615
* Addition to change 25612Rafael Garcia-Suarez2005-09-271-0/+1
| | | p4raw-id: //depot/perl@25614
* mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()Jan Dubois2005-09-271-1/+1
| | | | | | From: "Jan Dubois" <jand@ActiveState.com> Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com> p4raw-id: //depot/perl@25613
* 5.9.x@25609 Symbian updateJarkko Hietaniemi2005-09-272-1/+3
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@25612
* Test for OPpCONST_NOVER only on OP_CONST ops.Rafael Garcia-Suarez2005-09-272-10/+25
| | | | | Plus a regression test by Schwern. p4raw-id: //depot/perl@25611
* Warnings in tests @25605 due to cmp_ok behavior change.Michael G. Schwern2005-09-272-2/+4
| | | | | Message-ID: <20050926212109.GA11036@windhund.schwern.org> p4raw-id: //depot/perl@25610
* Upgrade to Encode 2.12Steve Peters2005-09-278-42/+133
| | | p4raw-id: //depot/perl@25609
* Upgrade to Digest 1.11 with a minor Pod fix. Also my first commit :)Steve Peters2005-09-262-1/+11
| | | p4raw-id: //depot/perl@25608
* const sausage const const bacon const tomato and constNicholas Clark2005-09-263-5/+6
| | | | | The search_ext parameter to find_script can be a little more const. p4raw-id: //depot/perl@25605
* Upgrade to Test::Simple 0.61Rafael Garcia-Suarez2005-09-2628-577/+1071
| | | p4raw-id: //depot/perl@25604
* Fix change 25597 for non-Windows platformsRafael Garcia-Suarez2005-09-261-2/+2
| | | p4raw-id: //depot/perl@25602
* Make B::Deparse handle correctly CORE::requireRafael Garcia-Suarez2005-09-261-3/+4
| | | p4raw-id: //depot/perl@25601
* Document the new meaning of OPf_SPECIAL on OP_REQUIRERafael Garcia-Suarez2005-09-261-0/+1
| | | p4raw-id: //depot/perl@25600
* CORE::require was always parsed as require().Rafael Garcia-Suarez2005-09-266-724/+770
| | | | | | | | | | | That's because require() isn't overridable at tokenizer-level like other overridable built-ins, but is handled by the optree builder. So, find a way to pass the information that require() was written as CORE::require() to Perl_ck_require. This is done by adding a new token type REQUIRE and by adding OPf_SPECIAL to OP_REQUIRE when it's saw as CORE::require in the program text. This fixes bug [perl #37274] The "CORE" in CORE::require is ignored. p4raw-id: //depot/perl@25599
* [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 Steve Peters2005-09-261-2/+7
| | | | | | | | From: "Steve Peters via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org> and update docs p4raw-id: //depot/perl@25597
* Upgrade to Compress::Zlib 1.40Rafael Garcia-Suarez2005-09-235-74/+87
| | | p4raw-id: //depot/perl@25591
* Fix to PERL_DEBUG_COWSteve Peters2005-09-231-5/+5
| | | | | Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25590
* Re: pod/pod2usage2.tH.Merijn Brand2005-09-231-84/+88
| | | | | | | | | From: "H.Merijn Brand" <h.m.brand@xs4all.nl> Message-ID: <20050922121249.5077ee3e@pc09> Also, skip all tests on Windows until we find a way to write them portably p4raw-id: //depot/perl@25588
* quiet a few warningsYitzchak Scott-Thoennes2005-09-233-4/+3
| | | | | Message-ID: <20050922014555.GA2852@efn.org> p4raw-id: //depot/perl@25586
* Changes for hints/linux.sh for PurifySteve Peters2005-09-231-0/+10
| | | | | Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25582
* Extend 25579 to cover vc64 tooSteve Hay2005-09-231-0/+1
| | | p4raw-id: //depot/perl@25581
* Add Porting/checkcfgvar.pl by JarkkoRafael Garcia-Suarez2005-09-232-0/+101
| | | p4raw-id: //depot/perl@25579
* SAPER is the new maintainer of XSLoaderRafael Garcia-Suarez2005-09-231-0/+8
| | | p4raw-id: //depot/perl@25578
* Change 25226 should have done this tooSteve Hay2005-09-231-1/+1
| | | p4raw-id: //depot/perl@25573
* As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEsNicholas Clark2005-09-221-4/+5
| | | p4raw-id: //depot/perl@25571
* The New*() compatibility macros aren't needed inside the perl core.Nicholas Clark2005-09-221-0/+3
| | | p4raw-id: //depot/perl@25570
* Forgot to update MANIFEST in change 25547Steve Hay2005-09-221-0/+1
| | | p4raw-id: //depot/perl@25563
* Add an option --ignore to installhtmlRafael Garcia-Suarez2005-09-212-13/+25
| | | | | | and use it to avoid to install doc in Porting/. Skip also test modules. p4raw-id: //depot/perl@25560
* Localize $@ in Locale::Maketext::maketext()Steve Hay2005-09-212-1/+34
| | | | | | | so that $lh->maketext("Error: [_1]\n", $@) works as expected Also added a new test for this fix p4raw-id: //depot/perl@25547
* A few POD fixesRafael Garcia-Suarez2005-09-214-3/+7
| | | p4raw-id: //depot/perl@25544
* Upgrade to Pod::Parser 1.33Rafael Garcia-Suarez2005-09-2110-72/+264
| | | p4raw-id: //depot/perl@25543
* PodParser is now Pod-Parser on CPANRafael Garcia-Suarez2005-09-211-1/+1
| | | p4raw-id: //depot/perl@25537
* misc a2p fixesBrendan O'Dea2005-09-215-1664/+1821
| | | | | | | Message-ID: <20050911094314.GA15155@londo.c47.org> and remove the check_byacc target from the x2p makefile p4raw-id: //depot/perl@25534
* Upgrade to ExtUtils::ParseXS 2.12Rafael Garcia-Suarez2005-09-212-6/+5
| | | p4raw-id: //depot/perl@25533
* Upgrade to Time::HiRes 1.74Rafael Garcia-Suarez2005-09-214-59/+67
| | | p4raw-id: //depot/perl@25532
* Remove the last STRLEN n_a;s that my compiler can reach.Nicholas Clark2005-09-217-11/+13
| | | p4raw-id: //depot/perl@25530
* Integrate changes from Text::Tabs and Text::Wrap on CPANRafael Garcia-Suarez2005-09-213-31/+79
| | | | | (Text-Tabs+Wrap-2005.0824). Keep local changes. p4raw-id: //depot/perl@25526
* Yitzchak says that Tim says that we can distributeRafael Garcia-Suarez2005-09-201-1/+1
| | | | | the perl glossary under the same terms as Perl itself. p4raw-id: //depot/perl@25523
* Re: [perl #36733] %SIG not properly local-izedRick Delaney2005-09-202-4/+35
| | | | | Message-ID: <20050908125516.GA18184@localhost.localdomain> p4raw-id: //depot/perl@25515
* Resolve [perl #37110]: Update README.win32Steve Hay2005-09-201-12/+8
| | | | | | | I give up trying to keep the Platform SDK links up-to-date. They seem to have changed every time that I look at them, so make the instructions more general. p4raw-id: //depot/perl@25513
* Upgrade to Compress::Zlib 1.39Rafael Garcia-Suarez2005-09-204-9/+15
| | | p4raw-id: //depot/perl@25512