summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Run Porting/checkARGS_ASSERT.pl and fix what it picks up. (Which,Nicholas Clark2008-05-102-1/+5
| | | | | coincidentally were both from changes I made) p4raw-id: //depot/perl@33814
* Remove C++ commentsRafael Garcia-Suarez2008-05-101-2/+2
| | | p4raw-id: //depot/perl@33811
* threads::shared 1.19Jerry D. Hedden2008-05-104-15/+77
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510805071336y50db0a35t740fbe9a8192be64@mail.gmail.com> p4raw-id: //depot/perl@33809
* Thread::Queue 2.07Jerry D. Hedden2008-05-102-21/+89
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510805080705p3cc8f657i7a1441da5b0a273b@mail.gmail.com> p4raw-id: //depot/perl@33808
* Fix [perl #52740] crash when localizing a symtab entryRafael Garcia-Suarez2008-05-101-2/+4
| | | p4raw-id: //depot/perl@33807
* Re: Change 33794: [PATCH] File::Copy & permission bits.Jerry D. Hedden2008-05-101-1/+4
| | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-ID: <1ff86f510805091006s1faa2d05lcaa3b6383b7fb603@mail.gmail.com> p4raw-id: //depot/perl@33804
* Upgrade to Encode 2.25Nicholas Clark2008-05-1022-33/+53
| | | p4raw-id: //depot/perl@33800
* Re: helping 5.8.9Steffen Mueller2008-05-102-7/+18
| | | | | | Message-ID: <20080504193835.6906.qmail@lists.develooper.com> Date: Sun, 04 May 2008 21:38:38 +0200 p4raw-id: //depot/perl@33799
* perlunitut linkRicardo SIGNES2008-05-091-2/+2
| | | | | Message-ID: <20080509181231.GA20161@minion169.office.icgroup.com> p4raw-id: //depot/perl@33798
* [perl #53908] perlpodspec typo "Encoding::Supported" Kevin Ryde2008-05-091-1/+1
| | | | | | From: Kevin Ryde (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-20841-1210293480-1281.53908-75-0@perl.org> p4raw-id: //depot/perl@33797
* The last change to File::Copy broke the perl build.Rafael Garcia-Suarez2008-05-081-5/+12
| | | p4raw-id: //depot/perl@33796
* Bump version and document last change.Rafael Garcia-Suarez2008-05-081-6/+4
| | | p4raw-id: //depot/perl@33795
* File::Copy & permission bits.Abigail2008-05-082-15/+68
| | | | | Message-ID: <20080507211654.GA7823@abigail.be> p4raw-id: //depot/perl@33794
* Use 3-arg open.Abigail2008-05-081-2/+2
| | | | | Message-ID: <20080506153828.GA27662@abigail.be> p4raw-id: //depot/perl@33793
* -Uusedl on cygwinReini Urban2008-05-082-1/+19
| | | | | Message-ID: <481F5325.5090907@x-ray.at> p4raw-id: //depot/perl@33792
* extra tests for t/op/range.t (was Re: [perl #53554] RangeBram2008-05-081-1/+63
| | | | | Message-ID: <20080505200332.pke1i5vu7gos8kc0@horde.wizbit.be> p4raw-id: //depot/perl@33791
* Data::Dumper patchAlexandr Ciornii2008-05-081-0/+12
| | | | | | | Message-ID: <13810622109.20080508163542@gmail.com> for support on perls < 5.10.0 p4raw-id: //depot/perl@33790
* Documentation typo fix for mro.Florian Ragwitz2008-05-071-1/+1
| | | | | Message-Id: <1209915605-11248-1-git-send-email-rafl@debian.org> p4raw-id: //depot/perl@33789
* Record-style reads in Perl_sv_gets have to be done with read(), notCraig A. Berry2008-05-041-1/+10
| | | | | | | fread() on VMS, and have been for some time. Except that ain't gonna work with PerlIO::Scalar's in-memory files. Old bug exposed by new test in #33769. p4raw-id: //depot/perl@33788
* Perl 5.10/Encode 2.24: Tiny typo in Encode's Makefile.PL arg processingJesse Vincent2008-05-041-1/+1
| | | | | Message-Id: <961C2A4F-92B3-416D-A9F9-E7B0ADA9F134@fsck.com> p4raw-id: //depot/perl@33783
* Somedays, Perforce makes me cranky. Fix perforce resolveSteve Peters2008-05-021-9/+1
| | | | | of the changes to Digest-SHA's Makefile.PL. p4raw-id: //depot/perl@33782
* Tweaks to Digest-SHA's Makefile.PL that casued problemsSteve Peters2008-05-021-0/+9
| | | | | in the core. p4raw-id: //depot/perl@33781
* Fix makefile for core buildingRafael Garcia-Suarez2008-05-021-2/+7
| | | p4raw-id: //depot/perl@33780
* Upgrade to Digest-SHA-5.47Steve Peters2008-05-0230-49/+63
| | | p4raw-id: //depot/perl@33779
* Re: [perl #51636] segmentation fault with array tiesVincent Pit2008-05-021-3/+19
| | | | | | From: "Vincent Pit" <perl@profvince.com> Message-ID: <56287.147.210.17.175.1205339860.squirrel@147.210.17.175> p4raw-id: //depot/perl@33778
* ~~ with non-overloaded objectsVincent Pit2008-05-022-16/+25
| | | | | | From: "Vincent Pit" <perl@profvince.com> Message-ID: <63496.92.128.104.139.1209638751.squirrel@92.128.104.139> p4raw-id: //depot/perl@33777
* t/op/pat.tRobin Barker2008-05-011-1/+1
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093B34@exchsvr2.npl.ad.local> p4raw-id: //depot/perl@33776
* Add a test for "lc(LATIN CAPITAL LETTER SHARP S)"Rafael Garcia-Suarez2008-04-301-1/+4
| | | p4raw-id: //depot/perl@33775
* [perl #53560] Patch for linux LDAP groups David Dick2008-04-301-1/+1
| | | | | | From: David Dick (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.6.HEAD-20841-1209557873-1645.53560-75-0@perl.org> p4raw-id: //depot/perl@33774
* Upgrade to CGI.pm-3.37Steve Peters2008-04-304-15/+17
| | | p4raw-id: //depot/perl@33773
* Upgrade to bignum-0.23Steve Peters2008-04-303-6/+6
| | | p4raw-id: //depot/perl@33772
* [patch]perl5db.pl, perl5db.t - LINUX/UNIX/CYGWIN/VMSJohn E. Malmberg2008-04-302-15/+17
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <48156304.30201@qsl.net> p4raw-id: //depot/perl@33771
* Double magic/warnings with tie $x, $mVincent Pit2008-04-302-4/+5
| | | | | | From: "Vincent Pit" <perl@profvince.com> Message-ID: <62186.92.128.43.82.1209554040.squirrel@92.128.43.82> p4raw-id: //depot/perl@33770
* Re: [PATCH] testing $/ with in memory filesBram2008-04-301-76/+144
| | | | | Message-ID: <20080430115530.a09bjj6tic480c80@horde.wizbit.be> p4raw-id: //depot/perl@33769
* Avoid garbage in test output when running make minitest.Rafael Garcia-Suarez2008-04-302-1/+2
| | | | | This makes all minitests pass on my machine. p4raw-id: //depot/perl@33768
* A skip() function is missing, to get this test pass with miniperlRafael Garcia-Suarez2008-04-301-1/+12
| | | p4raw-id: //depot/perl@33767
* Double magic/warnings with binmode $fh, undefVincent Pit2008-04-307-12/+17
| | | | | | From: "Vincent Pit" <perl@profvince.com> Message-ID: <63615.92.128.97.94.1209490401.squirrel@92.128.97.94> p4raw-id: //depot/perl@33766
* extra tests for t/op/sprintf2.t (was Re: [perl #45383] RE:Bram2008-04-301-1/+6
| | | | | Message-ID: <20080429222721.rwupydwjk00okwc0@horde.wizbit.be> p4raw-id: //depot/perl@33765
* Change of maintainer.Rafael Garcia-Suarez2008-04-301-2/+3
| | | p4raw-id: //depot/perl@33764
* Win32 process ids can have more than 16 bitsJan Dubois2008-04-291-4/+2
| | | | | | From: "Jan Dubois" <jand@activestate.com> Message-ID: <01be01c8a9d1$12b32b10$38198130$@com> p4raw-id: //depot/perl@33763
* Cast the result of fpsetmask(0) to (void), as some implementationsNicholas Clark2008-04-281-1/+5
| | | | | | | | expand it via a macro, with a comma expression to calculate the return value, at which point gcc has the gall to warn that an expression calcualted is not used. Blame SCO for having to have fpsetmask(0) in the code to start with. p4raw-id: //depot/perl@33762
* clarification about @ISA declaration in perlboot.podRafael Garcia-Suarez2008-04-281-0/+5
| | | | | | Patch provided by John Heidemann <johnh@isi.edu> in perlbug #45733. p4raw-id: //depot/perl@33761
* doc patch for perlrun -xBram2008-04-271-0/+8
| | | | | Message-ID: <20080427211336.g8mvjusbcc4gwsk4@horde.wizbit.be> p4raw-id: //depot/perl@33760
* doc patch for perlfunc/split (was: RE: [perl #46073] splitBram2008-04-271-4/+4
| | | | | Message-ID: <20080427213657.mowrap5cgc0o00kc@horde.wizbit.be> p4raw-id: //depot/perl@33759
* Warnings within the conditional of until() and for() are not reportedNicholas Clark2008-04-271-0/+43
| | | | | | with the correct line number. (See change 33756). Curiously, warnings for the third expression of for() have the correct line number. p4raw-id: //depot/perl@33758
* Use File::Find rather than shell globbing to get the list of *.pm filesNicholas Clark2008-04-271-4/+4
| | | | | | | to pass to AutoSplit::autosplit_lib_modules(). This way we only need to invoke miniperl once, and we don't miss anything that is 3 or more levels deep. p4raw-id: //depot/perl@33757
* Warnings within the condition of while are not reported with theNicholas Clark2008-04-271-0/+16
| | | | | correct line number. TODO test inspired by code from Bram. p4raw-id: //depot/perl@33756
* Revert change #33751, at least for now: this breaks perl5db.tRafael Garcia-Suarez2008-04-271-3/+4
| | | | | p4raw-link: @33751 on //depot/perl: 216e512e84140c4f1a6711dd28168b2a82c86fd9 p4raw-id: //depot/perl@33753
* another go; was RE: [perl #49302] [[:print:]] v \p{Print} Robin Barker2008-04-262-4/+70
| | | | | | From: "Robin Barker" <Robin.Barker@npl.co.uk> Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093B12@exchsvr2.npl.ad.local> p4raw-id: //depot/perl@33752
* [patch]perl5db.pl - What I needed to get the forked debugger to workJohn E. Malmberg2008-04-261-4/+3
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <481143C3.3080500@qsl.net> p4raw-id: //depot/perl@33751