summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* really really fix S_emulate_eaccess compiler warning (#31536 didn't)Dave Mitchell2007-07-123-4/+4
| | | p4raw-id: //depot/perl@31600
* perlbugAlexandr Ciornii2007-07-121-1/+27
| | | | | Message-ID: <1367844687.20070712134624@gmail.com> p4raw-id: //depot/perl@31599
* Re: [PATCH] 'make veryclean' still dirtyJerry D. Hedden2007-07-121-2/+2
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510707120749v3b4e12b4uf35d3673cce639f0@mail.gmail.com> p4raw-id: //depot/perl@31598
* Set $Config{PERL_PATCHLEVEL} as well as $Config{perl_patchlevel}, andCraig A. Berry2007-07-121-0/+15
| | | | | grab the value from a MAINTXXX or SMOKEXXX line in patchlevel.h if present. p4raw-id: //depot/perl@31597
* mention of g and c modifiers missing from perlre.podDavid Nicol2007-07-121-0/+9
| | | | | | From: "David Nicol" <davidnicol@gmail.com> Message-ID: <934f64a20707111531m313e3a9at82f002c68eab5bee@mail.gmail.com> p4raw-id: //depot/perl@31596
* Revert part of #31591Rafael Garcia-Suarez2007-07-121-19/+0
| | | p4raw-id: //depot/perl@31595
* Link TODO test to appropriate RT ticketRafael Garcia-Suarez2007-07-121-1/+1
| | | p4raw-id: //depot/perl@31594
* A couple of additions in perltodo for the futureRafael Garcia-Suarez2007-07-121-0/+15
| | | p4raw-id: //depot/perl@31593
* More terminology updates for warningsRafael Garcia-Suarez2007-07-122-19/+10
| | | p4raw-id: //depot/perl@31592
* 'make veryclean' still dirtyJerry D. Hedden2007-07-122-1/+23
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510707111706g7bfe8306o3c913409a307567c@mail.gmail.com> p4raw-id: //depot/perl@31591
* Better wording, suggested by Eric Cholet.Rafael Garcia-Suarez2007-07-111-1/+1
| | | p4raw-id: //depot/perl@31590
* Turn the "$# / $* is no longer supported" warnings intoRafael Garcia-Suarez2007-07-113-6/+5
| | | | | severe warnings (as suggested by Audrey Tang) p4raw-id: //depot/perl@31589
* dump.c: do not use sv_len_utf8 because it modified the scalarGerard Goossen2007-07-112-6/+14
| | | | | | | | | Message-ID: <20070711171911.GD8177@ostwald> do not use sv_len_utf8 because it modified the scalar. Add a test to Peek.t to check that dumping doesn't modify anything; the test is still TODO because hashiteration in dump.c set the OOK flag. p4raw-id: //depot/perl@31588
* Re: [perl #43545] 'no warnings' effects $@.Rick Delaney2007-07-112-4/+13
| | | | | Message-ID: <20070708030611.GJ436@bort.ca> p4raw-id: //depot/perl@31587
* Use Perl_croak() rather than DIE() in S_doeval() because "DIE()"Steve Hay2007-07-111-2/+2
| | | | | | becomes "return Perl_die()" and Perl_die() returns an OP*, which isn't appropriate to return from S_doeval. p4raw-id: //depot/perl@31586
* Less indirect object notationRafael Garcia-Suarez2007-07-111-1/+1
| | | p4raw-id: //depot/perl@31585
* Remove wrong equivalent to pop() (bug #43705)Rafael Garcia-Suarez2007-07-111-3/+1
| | | p4raw-id: //depot/perl@31584
* Re: [PATCH] File-Path fix wrong skip countDavid Landgren2007-07-111-1/+1
| | | | | Message-ID: <4693F0B5.1030505@landgren.net> p4raw-id: //depot/perl@31583
* Fix assertion failure on failed magic eval - eg FETCH {eval'('}Dave Mitchell2007-07-104-17/+44
| | | | | | | | | | S_doeval()'s behaviour varies depending on whether the code compiles or not; on failure it pops the EVAL context block. This is bad because later on, S_docatch() assumes that the block is still there. Make docatch() return a boolean instead, indicating success. The value it formerly returned (the next op) can be deduced as PL_eval_start or PL_op->op_next on success/failure. p4raw-id: //depot/perl@31582
* Add additional SUSV3 constants to Socket for use with setsockopt() Steve Peters2007-07-102-2/+16
| | | | | and getsockopt(). p4raw-id: //depot/perl@31581
* Re: Small addition to perlcheat.podSpiros Denaxas2007-07-101-13/+13
| | | | | | From: "Spiros Denaxas" <spiros@lokku.com> Message-ID: <bba689ec0707090914vc018f1cj2a45add2d7630c8f@mail.gmail.com> p4raw-id: //depot/perl@31580
* Fix Digest::SHA test boilerplate.Rafael Garcia-Suarez2007-07-1019-19/+19
| | | p4raw-id: //depot/perl@31579
* Upgrade to Digest::SHA 5.45.Rafael Garcia-Suarez2007-07-1059-1296/+1192
| | | p4raw-id: //depot/perl@31578
* How this got I got ext/Digest/MD5/t/files.t wrong for EBCDIC, ISteve Peters2007-07-101-1/+1
| | | | | do not know. p4raw-id: //depot/perl@31577
* Modernize opendir() syntaxRafael Garcia-Suarez2007-07-101-4/+3
| | | p4raw-id: //depot/perl@31576
* Mention the two ways of overriding built-ins.Rafael Garcia-Suarez2007-07-101-24/+35
| | | | | Link to perlsub. Fix typos and indentation. p4raw-id: //depot/perl@31575
* CORE.podTels2007-07-092-0/+52
| | | | | Message-Id: <200707091728.43634@bloodgate.com> p4raw-id: //depot/perl@31574
* PERL_PATCHNUM is dead. Long live SMOKEs!H.Merijn Brand2007-07-091-2/+2
| | | | | | | | Started by Steve Hay <steve.hay@uk.radan.com> Subject: [PATCH] Re: patch level of blead/maintperl Date: Mon, 09 Jul 2007 13:10:11 +0100 Message-ID: <469225A3.5010909@uk.radan.com> p4raw-id: //depot/perl@31573
* Update references to Win32's Platform SDK installation location.Marvin Humphrey2007-07-091-9/+23
| | | | | | | | | Different versions install into different default locations, as pointed out here: Subject: Building 5.9.5 with Win2k, MSVC8FREE Message-Id: <1D149669-931C-4458-B073-789D25623D2D@rectangular.com> p4raw-id: //depot/perl@31571
* Don't install static library files of statically linked extensionsSteve Hay2007-07-091-0/+7
| | | | | | | | | | | | when using a shared perl library. The files are not needed, and this fixes a problem building PAR-Packer on Win32 with a debug build of perl. (If Win32CORE.lib gets installed then PAR-Packer wants to link against it and its PDB file, vc60.pdb, but the latter is not installed.) Also skip installing a few other unnecessary files. Subject: Re: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32 Message-ID: <468E2566.8090504@uk.radan.com> p4raw-id: //depot/perl@31570
* Some Win32 Config fixes for patchlevel and perl_patchlevel:Steve Hay2007-07-096-13/+24
| | | | | | | | | | - Set $Config{patchlevel} to PERL_VERSION (it was previously blank because it was wrongly being set from PATCHLEVEL, which was blank) - Set $Config{perl_patchlevel} and $Config{PERL_PATCHLEVEL} to the value in the top-level ".patch" file if it exists (the former was previously not set, while the latter was previously wrongly set to PERL_VERSION) p4raw-id: //depot/perl@31569
* cygwin path conversions, take 4Reini Urban2007-07-093-14/+155
| | | | | | From: "Reini Urban" <rurban@x-ray.at> Message-ID: <6910a60707070600xa8638eak3c3f20b20ccc093a@mail.gmail.com> p4raw-id: //depot/perl@31568
* Update Filter::Call::Util versionPaul Marquess2007-07-091-1/+1
| | | | | | From: "Paul Marquess" <Paul.Marquess@ntlworld.com> Message-ID: <007e01c7c0cc$6d07af30$6801a8c0@myopwv.com> p4raw-id: //depot/perl@31567
* More missing dual-life modulesRafael Garcia-Suarez2007-07-071-0/+16
| | | p4raw-id: //depot/perl@31566
* Add CPANPLUS::Dist to Maintainers.plRafael Garcia-Suarez2007-07-071-0/+8
| | | p4raw-id: //depot/perl@31565
* Reinstate "DEVEL" in patchlevelRafael Garcia-Suarez2007-07-071-0/+1
| | | p4raw-id: //depot/perl@31564
* Regenerate Changes.Rafael Garcia-Suarez2007-07-071-0/+68
| | | p4raw-id: //depot/perl@31563
* Fix corelist.pl after the reorganisation of theRafael Garcia-Suarez2007-07-072-26/+4
| | | | | Compress modules in ext/. Re-update Module::CoreList. p4raw-id: //depot/perl@31562
* Update Module::CoreList, regenerate META.yml,Rafael Garcia-Suarez2007-07-074-4/+569
| | | | | | mention Log::Message::* in perldelta and update perlhist with 5.9.5 p4raw-id: //depot/perl@31561
* Regenerate table of contentsRafael Garcia-Suarez2007-07-071-6/+10
| | | p4raw-id: //depot/perl@31560
* FAQ syncRafael Garcia-Suarez2007-07-074-33/+33
| | | p4raw-id: //depot/perl@31559
* Update CPANPLUS to 0.81_01Jos I. Boumans2007-07-0717-78/+149
| | | | | | From: "Jos I. Boumans" <kane@dwim.org> Message-Id: <87949855-9BDE-4823-9C28-BD639844CA41@dwim.org> p4raw-id: //depot/perl@31558
* Desactive the "DEVEL" local patch tag for release.Rafael Garcia-Suarez2007-07-071-1/+0
| | | p4raw-id: //depot/perl@31557
* Mention that pseudo-hashes are no longer supportedRafael Garcia-Suarez2007-07-071-0/+5
| | | p4raw-id: //depot/perl@31556
* Update ChangesRafael Garcia-Suarez2007-07-071-0/+413
| | | p4raw-id: //depot/perl@31555
* MAD: disable constant subs when PL_madskillsGerard Goossen2007-07-073-16/+6
| | | | | Message-ID: <20070627110400.GC11336@ostwald> p4raw-id: //depot/perl@31554
* p55: add 'declarator' to listop. Fixes 'pipe my ($r, $w)'Gerard Goossen2007-07-072-4/+2
| | | | | Message-ID: <20070627095828.GB11336@ostwald> p4raw-id: //depot/perl@31553
* p55: correctly translate things like s//$#foo/geGerard Goossen2007-07-073-6/+13
| | | | | Message-ID: <20070626183350.GA11336@ostwald> p4raw-id: //depot/perl@31552
* Re: [PATCH] Final Draft - pod/perlcommunity.pod - (was [PATCH] Draft - ↵Edgar Bering2007-07-078-62/+282
| | | | | | | | pod/perlcommunity.pod - Patches welcome) From: "Edgar Bering" <trizor@gmail.com> Message-ID: <e54ba1c30707040251o6814c0e4r64929702dc3b0eb7@mail.gmail.com> p4raw-id: //depot/perl@31551
* Add a note in perldelta about undefining *ISARafael Garcia-Suarez2007-07-071-0/+5
| | | p4raw-id: //depot/perl@31550