summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to CGI.pm-3.19.Steve Peters2006-04-172-28/+50
* Note that PVIOs probably aren't worth shrinking. Note 3 possibleNicholas Clark2006-04-172-3/+10
* Re: [PATCH] update to pp_complement() via CoveritySADAHIRO Tomoyuki2006-04-172-10/+28
* In Change 27764 I forgot to at PL_hints_mutex to the list of symbols toNicholas Clark2006-04-171-0/+1
* (tentative) regcomp.c: try convincing Coverity that data ptr in study_chunk i...Jarkko Hietaniemi2006-04-171-0/+2
* Note in av_store() that S_regclass relies on being able to pass NULL.Nicholas Clark2006-04-171-0/+4
* Add assertions to cover cases where the Coverity scanner thinks weNicholas Clark2006-04-172-0/+4
* Add Dave's explainations of why certain pointers are always non-NULL,Nicholas Clark2006-04-171-0/+22
* fix cygwin buildYitzchak Scott-Thoennes2006-04-171-6/+6
* Support for -DDEBUGGING and its alias -DEBUGGINGH.Merijn Brand2006-04-173-737/+807
* Revert change 27818, as change 27853 fixes the real bug.Nicholas Clark2006-04-171-3/+1
* Compress::ZlibPaul Marquess2006-04-172-3/+26
* pp_ctl.c cachingAndy Lester2006-04-171-6/+6
* dooop.c: the strong asserts in Sv* macros could cause memory leakage -- move ...Jarkko Hietaniemi2006-04-171-2/+2
* Revert 27856.Nicholas Clark2006-04-171-14/+5
* The danger of piping an mbox to patch is that it contains more thanJarkko Hietaniemi2006-04-171-5/+14
* generalize the 'continue on success' mechanism of deferred REsDave Mitchell2006-04-162-55/+66
* abstract regmatch slab access with SLAB_FIRST and SLAB_LAST macrosDave Mitchell2006-04-161-7/+10
* stop PL_op and PL_curpad referring to different pads at start of doevalDave Mitchell2006-04-161-0/+1
* Fix bug introduced with change 27841. (len + 1, not just len).Nicholas Clark2006-04-161-1/+1
* Coverity is flagging a potential problem because it sees a check forNicholas Clark2006-04-161-4/+1
* op.c patch, 2nd versionAndy Lester2006-04-161-70/+73
* A scalar reference returned from a coderef in @INC is treated as theNicholas Clark2006-04-162-22/+76
* remove some cruft from makedef.plJan Dubois2006-04-163-13/+2
* testcase for change #27832Jan Dubois2006-04-162-2/+5
* Stray pod/perlapi.pod change found after a regen.Steve Peters2006-04-161-16/+32
* dump.c patch reduxAndy Lester2006-04-164-54/+46
* Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it hasNicholas Clark2006-04-161-1/+1
* In Perl_sv_usepvn_flags, assert() that the caller has RTFM.Nicholas Clark2006-04-161-0/+3
* Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, whichNicholas Clark2006-04-163-11/+20
* Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" theNicholas Clark2006-04-167-28/+54
* In Perl_sv_usepvn(), force a move under DEBUGGING to shake out callerNicholas Clark2006-04-161-0/+11
* Fix htmllink.t to cater for the case where perladmin isn't an emptyNicholas Clark2006-04-161-1/+1
* Coverity notes that we might be dereferencing fgv before a check thatNicholas Clark2006-04-161-8/+9
* update to pp_complement() via CoverityAndy Lester2006-04-161-10/+15
* clean up hv_assert()Andy Lester2006-04-161-57/+58
* Removed unused var in a macroAndy Lester2006-04-161-2/+1
* Change anchor generation in Pod::Html for "=item item 2"Jan Dubois2006-04-162-5/+2
* Pod::Html::depod() doesn't work correctly for multi-line stringsJan Dubois2006-04-161-2/+2
* Missing part of change 25186Jan Dubois2006-04-161-12/+13
* Missing part of change 25676Jan Dubois2006-04-161-0/+2
* Handle null io in leavewrite (not possible?) (Coverity)bah@longitude.com2006-04-151-3/+5
* Potential (?) memory leak in Storable.xs (Coverity)bah@longitude.com2006-04-151-2/+8
* Teach Perl_do_sv_dump how to cope with IOs that have bogus things inNicholas Clark2006-04-151-3/+26
* Coverity was getting upset about an assignment from a functionNicholas Clark2006-04-151-14/+23
* Coverity reports that Storable can potentially cause a NULL pointerNicholas Clark2006-04-151-1/+5
* Coverity notes that resource are leaked in the unfinished and neverNicholas Clark2006-04-151-1/+6
* Coverity correctly reports that gv might (just) be NULL. So don'tNicholas Clark2006-04-152-3/+4
* Update the assertion to a croak "Out of range special SV number"Nicholas Clark2006-04-151-3/+5
* I believe that it makes little sense for the simple user filtersNicholas Clark2006-04-151-2/+2