summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure readpipe without argument can be followed by //Rafael Garcia-Suarez2007-03-241-1/+1
* Make readpipe default to $_Rafael Garcia-Suarez2007-03-243-2/+14
* startp and endp can allocate their array of I32s from the same block ofNicholas Clark2007-03-242-16/+12
* It's possible to write the dup of struct reg_substr_datum with aNicholas Clark2007-03-231-9/+14
* Don't use PL_na.Rafael Garcia-Suarez2007-03-231-1/+1
* [perl #41775] Memoize bug (and patch): problem with LIST_CACHE => MERGE Father Chrysostomos2007-03-231-3/+4
* Upgrade to Devel::PPPort 3.11_01Marcus Holland-Moritz2007-03-238-18/+135
* Move CHECK_WORD in regcomp.c to a more generic memEQs() in handy.hNicholas Clark2007-03-232-11/+11
* Silence compiler warning in util.cJerry D. Hedden2007-03-231-6/+6
* Change 30080 was wrong to swap the BEGIN test to memEQNicholas Clark2007-03-231-1/+1
* Re: [perl #41683] [PATCH] v5.8.8 pod2html -- incorrect treatment of non-manua...Jari Aalto2007-03-231-5/+21
* PerlFAQ sync.Rafael Garcia-Suarez2007-03-239-33/+25
* Cwd doesn't need ppport.h in coreJerry D. Hedden2007-03-234-4/+10
* symbol-exports needed for Data::AliasMatthijs van Duin2007-03-233-22/+50
* Convert file to proper line-endingsRafael Garcia-Suarez2007-03-231-43/+44
* Missing file in MANIFESTRafael Garcia-Suarez2007-03-231-0/+1
* Fix path of a test file for running in the coreRafael Garcia-Suarez2007-03-231-1/+1
* Upgrade to CPAN-1.88_79Steve Peters2007-03-231-25/+125
* Upgrade to Test-Simple-0.70Steve Peters2007-03-235-7/+24
* Re-sorting the MANIFEST after the mess made of it with theSteve Peters2007-03-231-56/+56
* Perforce appararently didn't like integrating this file, sinceSteve Peters2007-03-231-0/+406
* fix instalhtml and Pod::HTML issues.Yves Orton2007-03-232-22/+35
* Additional test file edits needed for Pod-Simple-3.05 that couldn'tSteve Peters2007-03-2311-68/+73
* Upgrade to Pod-Simple-3.05.Steve Peters2007-03-23100-531/+575
* Can use memEQ instead of strnEQ in CHECK_WORD()Nicholas Clark2007-03-221-1/+1
* Re: [perl #32687] Encode::is_utf8 on tainted UTF8 stringRafael Garcia-Suarez2007-03-221-4/+0
* Make sure Win32CORE.pm gets cleaned upSteve Hay2007-03-222-0/+2
* Misc. L<> fixes in core docs : don't link to man pages;Rafael Garcia-Suarez2007-03-223-7/+7
* Fix to threads::shared t/waithires.tJerry D. Hedden2007-03-221-20/+12
* Fix a broken link and a meaningless phrase in perldebgutsRafael Garcia-Suarez2007-03-221-3/+2
* Remove references to perlcc from the core docs.Rafael Garcia-Suarez2007-03-224-21/+6
* Fix internal POD linkRafael Garcia-Suarez2007-03-221-2/+2
* Re-order the flags values for struct refcounted_he to allow theNicholas Clark2007-03-222-23/+31
* Re: [PATCH] lib/Pod/Html.pm plus a funky UT8-8 regex bugJarkko Hietaniemi2007-03-221-11/+10
* regexp refcount is an integer, not a pointerRafael Garcia-Suarez2007-03-221-2/+3
* Fix error message for re::regnames_iterinit()Rafael Garcia-Suarez2007-03-221-2/+2
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-2217-251/+262
* threads 1.61Jerry D. Hedden2007-03-227-20/+33
* fix MAD compilation of C-style for loopGerard Goossen2007-03-222-2/+2
* Silence a couple of warnings caused by change #30672.Steve Peters2007-03-211-2/+3
* Adjust test count for 5.8.xNicholas Clark2007-03-211-2/+2
* Make gcc warn in case code is not C++ compatible.Steve Peters2007-03-211-1/+1
* Only use proxy constant subroutines for 5.9.x.Nicholas Clark2007-03-213-3/+3
* Change 30661 could result in undefined variableJerry D. Hedden2007-03-211-1/+1
* Add some PERL_MEM* defines to the -V output that were missing.Nicholas Clark2007-03-211-2/+20
* Remove the (sometimes) unused variable from change 30652.Nicholas Clark2007-03-211-1/+3
* Pod fix to h2ph from John Morrissey on the Debian bug list.Steve Peters2007-03-211-1/+1
* Don't try to set the NV on a typeglob-in-action. Should cure bugNicholas Clark2007-03-211-1/+2
* AVs and HVs never had the NV slot. (Not that this error mattered, asNicholas Clark2007-03-211-2/+2
* Sys::Syslog doesn't need ppport.h in coreJerry D. Hedden2007-03-214-3/+9