summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Data::Dumper doesn't need ppport.h in coreJerry D. Hedden2007-03-214-3/+9
* Compress::Raw::Zlib doesn't need ppport.h in core [REVISED]Jerry D. Hedden2007-03-214-6/+8
* Remove unneeded pragma line from B/t/OptreeCheck.pmJerry D. Hedden2007-03-211-1/+0
* Don't install XS::APItest and XS::TypemapRafael Garcia-Suarez2007-03-212-1/+5
* In safecalloc, use the system calloc() for the non-DEBUGGING case, asNicholas Clark2007-03-201-8/+17
* Re: ppport.h in coreJerry D. Hedden2007-03-201-1/+0
* my email address changedMichael Stevens2007-03-201-1/+1
* More nits in the PERL5LIB docs, suggested by Andreas.Rafael Garcia-Suarez2007-03-201-1/+2
* feel the the baß (encoding problems in the regex engine)Yves Orton2007-03-204-26/+80
* Better wording for the return value of select()Rafael Garcia-Suarez2007-03-191-2/+2
* More adjustments to the PERL5LIB docs by RickRafael Garcia-Suarez2007-03-191-7/+3
* Let %^H be modifiable in eval-strings (bug #41531),Rafael Garcia-Suarez2007-03-194-4/+29
* Re: Composing @INC from PERL5LIBAndreas J. Koenig2007-03-191-4/+10
* Adjust timing tolerance in threads tests, by Jerry D. HeddenRafael Garcia-Suarez2007-03-192-9/+5
* PerlIO_exportFILE() and PerlIO_releaseFILE() should manage the fdNicholas Clark2007-03-192-1/+6
* Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IE...Jari Aalto2007-03-191-8/+6
* Re: perlreguts: Copy-editing and wishlistMarvin Humphrey2007-03-191-29/+29
* Upgrade to version.pm 0.71, by John PeacockRafael Garcia-Suarez2007-03-1912-70/+106
* minor code simplification made possible by change #30627Dave Mitchell2007-03-191-7/+5
* When restoring localised values, call set only on container magic.Dave Mitchell2007-03-182-7/+6
* move magic container/value test into separate functionDave Mitchell2007-03-181-23/+34
* The test case applied in change 29502 really should have gone at theNicholas Clark2007-03-181-1/+1
* 29044 broke Fatal.pmAndreas J. Koenig2007-03-182-2/+2
* PerlIO_importFILE() should increase the reference count on the fdNicholas Clark2007-03-171-0/+1
* perl5db.t: skip test when /dev/tty is not availableAlexey Tourbin2007-03-171-0/+4
* Test case from Karl Chen in RT #41831Nicholas Clark2007-03-171-1/+33
* Remove the other 4 bits of MAD code designed to abort on local $^L.Nicholas Clark2007-03-171-17/+0
* The code in newCONDOP can be made visibly simpler by using intermediateNicholas Clark2007-03-171-27/+13
* Under -Dmad, free the ops representing the dead code when a branchNicholas Clark2007-03-161-10/+10
* Re: [perl #41691] [PATCH] v5.8.8 pod2html -- Convert RFC links to point ot IE...Jari Aalto2007-03-161-0/+19
* Remove the abort() trap, which Larry said was actually only everNicholas Clark2007-03-161-6/+0
* Make sure escaped dots in filenames are preserved when translatingCraig A. Berry2007-03-162-3/+8
* Patch by Abigail to avoid using $& in diagnostics.pm.Rafael Garcia-Suarez2007-03-151-1/+1
* Re: Smoke [5.8.8] 30522 FAIL(XF) Solaris 2.10 (i386/1 cpu)Abe Timmerman2007-03-152-24/+34
* Patch by Gerard Goossen to add madprops to "require" opcodeRafael Garcia-Suarez2007-03-154-44/+52
* Patch by Gerard Goossen to have nomad print alsoRafael Garcia-Suarez2007-03-151-4/+3