Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to CGI-3.11, with some modifications for Pod differences in | Steve Peters | 2005-09-28 | 3 | -28/+70 |
| | | | | | bleadperl. p4raw-id: //depot/perl@25626 | ||||
* | Comment nit by Vadim Konovalov | Rafael Garcia-Suarez | 2005-09-27 | 1 | -58/+58 |
| | | | | | And while we're at it, reindent consistently. p4raw-id: //depot/perl@25625 | ||||
* | POD nit by Yitzchak | Rafael Garcia-Suarez | 2005-09-27 | 1 | -4/+4 |
| | | | p4raw-id: //depot/perl@25624 | ||||
* | Clarify what -MFoo=number does on the command-line | Rafael Garcia-Suarez | 2005-09-27 | 1 | -0/+4 |
| | | | p4raw-id: //depot/perl@25623 | ||||
* | AW: [perl #36291] incorrect $! from open ">&nr" with too many open files | Peter Dintelmann | 2005-09-27 | 1 | -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 off | Rafael Garcia-Suarez | 2005-09-27 | 3 | -5/+16 |
| | | | | | too many warnings. p4raw-id: //depot/perl@25619 | ||||
* | Re: [BUG 5.8.7] Another major bug in PerlIO layer | Ilya Zakharevich | 2005-09-27 | 4 | -5/+179 |
| | | | | | Message-ID: <20050927090734.GB3687@math.berkeley.edu> p4raw-id: //depot/perl@25618 | ||||
* | OPpRUNTIME can be set on OP_QR too | Rafael Garcia-Suarez | 2005-09-27 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@25617 | ||||
* | Fix the overriding of CORE::do, just like change 25599 | Rafael Garcia-Suarez | 2005-09-27 | 7 | -12/+22 |
| | | | | | was fixing the overriding of CORE::require p4raw-id: //depot/perl@25616 | ||||
* | Micro-optimisation: use PL_globalstash instead of looking up | Rafael Garcia-Suarez | 2005-09-27 | 1 | -2/+4 |
| | | | | | CORE::GLOBAL::require by name p4raw-id: //depot/perl@25615 | ||||
* | Addition to change 25612 | Rafael Garcia-Suarez | 2005-09-27 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@25614 | ||||
* | mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND() | Jan Dubois | 2005-09-27 | 1 | -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 update | Jarkko Hietaniemi | 2005-09-27 | 2 | -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-Suarez | 2005-09-27 | 2 | -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. Schwern | 2005-09-27 | 2 | -2/+4 |
| | | | | | Message-ID: <20050926212109.GA11036@windhund.schwern.org> p4raw-id: //depot/perl@25610 | ||||
* | Upgrade to Encode 2.12 | Steve Peters | 2005-09-27 | 8 | -42/+133 |
| | | | p4raw-id: //depot/perl@25609 | ||||
* | Upgrade to Digest 1.11 with a minor Pod fix. Also my first commit :) | Steve Peters | 2005-09-26 | 2 | -1/+11 |
| | | | p4raw-id: //depot/perl@25608 | ||||
* | const sausage const const bacon const tomato and const | Nicholas Clark | 2005-09-26 | 3 | -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.61 | Rafael Garcia-Suarez | 2005-09-26 | 28 | -577/+1071 |
| | | | p4raw-id: //depot/perl@25604 | ||||
* | Fix change 25597 for non-Windows platforms | Rafael Garcia-Suarez | 2005-09-26 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@25602 | ||||
* | Make B::Deparse handle correctly CORE::require | Rafael Garcia-Suarez | 2005-09-26 | 1 | -3/+4 |
| | | | p4raw-id: //depot/perl@25601 | ||||
* | Document the new meaning of OPf_SPECIAL on OP_REQUIRE | Rafael Garcia-Suarez | 2005-09-26 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@25600 | ||||
* | CORE::require was always parsed as require(). | Rafael Garcia-Suarez | 2005-09-26 | 6 | -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 Peters | 2005-09-26 | 1 | -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.40 | Rafael Garcia-Suarez | 2005-09-23 | 5 | -74/+87 |
| | | | p4raw-id: //depot/perl@25591 | ||||
* | Fix to PERL_DEBUG_COW | Steve Peters | 2005-09-23 | 1 | -5/+5 |
| | | | | | Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25590 | ||||
* | Re: pod/pod2usage2.t | H.Merijn Brand | 2005-09-23 | 1 | -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 warnings | Yitzchak Scott-Thoennes | 2005-09-23 | 3 | -4/+3 |
| | | | | | Message-ID: <20050922014555.GA2852@efn.org> p4raw-id: //depot/perl@25586 | ||||
* | Changes for hints/linux.sh for Purify | Steve Peters | 2005-09-23 | 1 | -0/+10 |
| | | | | | Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@25582 | ||||
* | Extend 25579 to cover vc64 too | Steve Hay | 2005-09-23 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@25581 | ||||
* | Add Porting/checkcfgvar.pl by Jarkko | Rafael Garcia-Suarez | 2005-09-23 | 2 | -0/+101 |
| | | | p4raw-id: //depot/perl@25579 | ||||
* | SAPER is the new maintainer of XSLoader | Rafael Garcia-Suarez | 2005-09-23 | 1 | -0/+8 |
| | | | p4raw-id: //depot/perl@25578 | ||||
* | Change 25226 should have done this too | Steve Hay | 2005-09-23 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@25573 | ||||
* | As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs | Nicholas Clark | 2005-09-22 | 1 | -4/+5 |
| | | | p4raw-id: //depot/perl@25571 | ||||
* | The New*() compatibility macros aren't needed inside the perl core. | Nicholas Clark | 2005-09-22 | 1 | -0/+3 |
| | | | p4raw-id: //depot/perl@25570 | ||||
* | Forgot to update MANIFEST in change 25547 | Steve Hay | 2005-09-22 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@25563 | ||||
* | Add an option --ignore to installhtml | Rafael Garcia-Suarez | 2005-09-21 | 2 | -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 Hay | 2005-09-21 | 2 | -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 fixes | Rafael Garcia-Suarez | 2005-09-21 | 4 | -3/+7 |
| | | | p4raw-id: //depot/perl@25544 | ||||
* | Upgrade to Pod::Parser 1.33 | Rafael Garcia-Suarez | 2005-09-21 | 10 | -72/+264 |
| | | | p4raw-id: //depot/perl@25543 | ||||
* | PodParser is now Pod-Parser on CPAN | Rafael Garcia-Suarez | 2005-09-21 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@25537 | ||||
* | misc a2p fixes | Brendan O'Dea | 2005-09-21 | 5 | -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.12 | Rafael Garcia-Suarez | 2005-09-21 | 2 | -6/+5 |
| | | | p4raw-id: //depot/perl@25533 | ||||
* | Upgrade to Time::HiRes 1.74 | Rafael Garcia-Suarez | 2005-09-21 | 4 | -59/+67 |
| | | | p4raw-id: //depot/perl@25532 | ||||
* | Remove the last STRLEN n_a;s that my compiler can reach. | Nicholas Clark | 2005-09-21 | 7 | -11/+13 |
| | | | p4raw-id: //depot/perl@25530 | ||||
* | Integrate changes from Text::Tabs and Text::Wrap on CPAN | Rafael Garcia-Suarez | 2005-09-21 | 3 | -31/+79 |
| | | | | | (Text-Tabs+Wrap-2005.0824). Keep local changes. p4raw-id: //depot/perl@25526 | ||||
* | Yitzchak says that Tim says that we can distribute | Rafael Garcia-Suarez | 2005-09-20 | 1 | -1/+1 |
| | | | | | the perl glossary under the same terms as Perl itself. p4raw-id: //depot/perl@25523 | ||||
* | Re: [perl #36733] %SIG not properly local-ized | Rick Delaney | 2005-09-20 | 2 | -4/+35 |
| | | | | | Message-ID: <20050908125516.GA18184@localhost.localdomain> p4raw-id: //depot/perl@25515 | ||||
* | Resolve [perl #37110]: Update README.win32 | Steve Hay | 2005-09-20 | 1 | -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.39 | Rafael Garcia-Suarez | 2005-09-20 | 4 | -9/+15 |
| | | | p4raw-id: //depot/perl@25512 |