summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2 more e-mail addresses that map to rgsNicholas Clark2005-09-291-1/+3
| | | p4raw-id: //depot/perl@25660
* checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addressesNicholas Clark2005-09-291-0/+2
| | | p4raw-id: //depot/perl@25659
* Correct/tweak Changes so that checkAUTHORS.pl parses it.Nicholas Clark2005-09-291-4/+3
| | | p4raw-id: //depot/perl@25658
* Teach the alias mapping about new committers.Nicholas Clark2005-09-291-1/+4
| | | p4raw-id: //depot/perl@25657
* Cope with completely empty lines within the Changes file.Nicholas Clark2005-09-291-1/+3
| | | | | Better diagnostics on "malformed" lines. p4raw-id: //depot/perl@25656
* Clean up CBuilder and ParseXS test filesSteve Hay2005-09-295-4/+11
| | | | | | | | This was done once already in change 25222, but then modified in change 25225. The new versions of CBuilder and ParseXS that sync'ed those changes and have now been integrated back into bleadperl missed some bits of change 25225. Try again. p4raw-id: //depot/perl@25652
* Attempting to do too many things simultaneously with the C pre-Nicholas Clark2005-09-291-1/+1
| | | | | processor considered harmful. p4raw-id: //depot/perl@25651
* Upgrade to ExtUtils::CBuilder 0.14Steve Peters2005-09-295-12/+53
| | | p4raw-id: //depot/perl@25650
* Upgrade to Test::Harness 2.56Steve Peters2005-09-289-25/+87
| | | p4raw-id: //depot/perl@25649
* savepv and savepvn are actually NULLOKNicholas Clark2005-09-282-6/+4
| | | p4raw-id: //depot/perl@25640
* Forgot to run embed.pl after change 25637Nicholas Clark2005-09-281-35/+120
| | | p4raw-id: //depot/perl@25638
* embed.fnc now requires NN/NULLOKAndy Lester2005-09-282-71/+76
| | | | | | Message-ID: <20050928172254.GE20201@petdance.com> Date: Wed, 28 Sep 2005 12:22:54 -0500 p4raw-id: //depot/perl@25637
* We can use the C pre-processor to build a single, longer stringNicholas Clark2005-09-281-27/+28
| | | | | constant which makes the object code slightly smaller. p4raw-id: //depot/perl@25634
* Improve File::Spec::Win32->path() and fix MM_Win32.tSteve Hay2005-09-282-10/+6
| | | | | | | | | | | | | Subject: Improved File::Spec::Win32->path [PATCH] From: Gisle Aas <gisle@ActiveState.com> Date: 17 Sep 2005 00:13:41 -0700 Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com> Subject: Re: Improved File::Spec::Win32->path [PATCH] From: Michael G Schwern <schwern@pobox.com> Date: Tue, 27 Sep 2005 13:05:54 -0700 Message-ID: <20050927200554.GC20908@windhund.schwern.org> p4raw-id: //depot/perl@25627
* 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