This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2006-04-17 Nicholas ClarkAdd assertions to cover cases where the Coverity scanne...
2006-04-17 Nicholas ClarkAdd Dave's explainations of why certain pointers are...
2006-04-17 Yitzchak Scott... fix cygwin build
2006-04-17 H.Merijn BrandSupport for -DDEBUGGING and its alias -DEBUGGING
2006-04-17 Nicholas ClarkRevert change 27818, as change 27853 fixes the real...
2006-04-17 Paul MarquessCompress::Zlib
2006-04-17 Andy Lesterpp_ctl.c caching
2006-04-17 Jarkko Hietaniemidooop.c: the strong asserts in Sv* macros could cause...
2006-04-17 Nicholas ClarkRevert 27856.
2006-04-17 Jarkko HietaniemiThe danger of piping an mbox to patch is that it contai...
2006-04-16 Dave Mitchellgeneralize the 'continue on success' mechanism of defer...
2006-04-16 Dave Mitchellabstract regmatch slab access with SLAB_FIRST and SLAB_...
2006-04-16 Dave Mitchellstop PL_op and PL_curpad referring to different pads...
2006-04-16 Nicholas ClarkFix bug introduced with change 27841. (len + 1, not...
2006-04-16 Nicholas ClarkCoverity is flagging a potential problem because it...
2006-04-16 Andy Lesterop.c patch, 2nd version
2006-04-16 Nicholas ClarkA scalar reference returned from a coderef in @INC...
2006-04-16 Jan Duboisremove some cruft from makedef.pl
2006-04-16 Jan Duboistestcase for change #27832
2006-04-16 Steve PetersStray pod/perlapi.pod change found after a regen.
2006-04-16 Andy Lesterdump.c patch redux
2006-04-16 Nicholas ClarkPerl_do_vop can profitably use Perl_sv_usepvn_flags...
2006-04-16 Nicholas ClarkIn Perl_sv_usepvn_flags, assert() that the caller has...
2006-04-16 Nicholas ClarkProvide a new flag for sv_usepvn_flags, SV_HAS_TRAILING...
2006-04-16 Nicholas ClarkMerge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags...
2006-04-16 Nicholas ClarkIn Perl_sv_usepvn(), force a move under DEBUGGING to...
2006-04-16 Nicholas ClarkFix htmllink.t to cater for the case where perladmin...
2006-04-16 Nicholas ClarkCoverity notes that we might be dereferencing fgv befor...
2006-04-16 Andy Lesterupdate to pp_complement() via Coverity
2006-04-16 Andy Lesterclean up hv_assert()
2006-04-16 Andy LesterRemoved unused var in a macro
2006-04-16 Jan DuboisChange anchor generation in Pod::Html for "=item item 2"
2006-04-16 Jan DuboisPod::Html::depod() doesn't work correctly for multi...
2006-04-16 Jan DuboisMissing part of change 25186
2006-04-16 Jan DuboisMissing part of change 25676
2006-04-15 bah@longitude.comHandle null io in leavewrite (not possible?) (Coverity)
2006-04-15 bah@longitude.comPotential (?) memory leak in Storable.xs (Coverity)
2006-04-15 Nicholas ClarkTeach Perl_do_sv_dump how to cope with IOs that have...
2006-04-15 Nicholas ClarkCoverity was getting upset about an assignment from...
2006-04-15 Nicholas ClarkCoverity reports that Storable can potentially cause...
2006-04-15 Nicholas ClarkCoverity notes that resource are leaked in the unfinish...
2006-04-15 Nicholas ClarkCoverity correctly reports that gv might (just) be...
2006-04-15 Nicholas ClarkUpdate the assertion to a croak "Out of range special...
2006-04-15 Nicholas ClarkI believe that it makes little sense for the simple...
2006-04-15 Nicholas ClarkFix a bug - the introduction of the caching code means...
2006-04-15 Nicholas ClarkAugment the user filter caching code so that if the...
2006-04-15 Nicholas ClarkDeep in the bowels of creating new and exciting bugs...
2006-04-15 Nicholas Clark$foo .= $bar doesn't warn if $foo is undefined, so...
2006-04-15 Nicholas ClarkIf the downstream caller wants block mode, and we're...
2006-04-15 Nicholas ClarkEliminate the filter_child_proc hack from pp_require.
2006-04-15 Nicholas ClarkIf you return void from a filter subroutine, the caller...
2006-04-15 Nicholas ClarkTests for having multiple pipes open simultaneously.
2006-04-15 Nicholas ClarkAdd more tests for the builtin source filter implementa...
2006-04-15 Nicholas ClarkAdd a test for source filters returned from code refere...
2006-04-15 Nicholas ClarkBump the expect file count in readdir.t. We keep writin...
2006-04-15 Jarkko Hietaniemiperlio.c: layer data might be allocated and unused...
2006-04-15 junaFix bug in prime_env_iter where the terms of a comparis...
2006-04-15 Craig A. BerryHonor READALL privilege in cando_by_name (from Scott
2006-04-15 Craig A. BerryDon't die after SS$_NOPRIV in Perl_vmssetenv, courtesy
2006-04-14 Nicholas ClarkChange SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()...
2006-04-14 Nicholas ClarkIn the description of require, clarify the file handle...
2006-04-14 Nicholas Clark S_glob_2inpuv() did not check if lenp was NULL. Oops.
2006-04-14 Nicholas ClarkReplace explict "/dev/null" with BIT_BUCKET, which...
2006-04-14 Jarkko Hietaniemidoop.c: (Coverity) found a bug but not quite what Cover...
2006-04-14 Nicholas ClarkMark new_warnings_bitfield as XE, and add it to __DATA_...
2006-04-14 Paul MarquessIO::Compress::*
2006-04-14 Jarkko Hietaniemiperlio.c: (Coverity) eliminate temp ptr that confuses...
2006-04-14 Steve PetersReverting change #27791 which may cause corruption...
2006-04-14 Jerry D. HeddenFix implementation of threads->_handle on unixes.
2006-04-13 Nicholas Clark(Hopefully) fix coredumps in ByteLoader, which were...
2006-04-13 Dave Mitchelleliminate PL_regbol PL_regtill PL_regnarrate PL_reg_gan...
2006-04-13 Dave Mitchelldisable 'split /(?{ split "" })/' test until recursive...
2006-04-13 Nicholas ClarkRemove SAVEt_FREESHAREDPV, as nothing is using it,...
2006-04-13 Steve PetersAdd another NULL check thanks to Coverity.
2006-04-13 Nicholas ClarkFor duping SAVEHINTS it rather helps if you pay attenti...
2006-04-13 Jarkko Hietaniemiregexec.c: (Coverity) add NULL check
2006-04-13 Jarkko Hietaniemiregexec.c: (Coverity) move NULL check even earlier
2006-04-13 Nicholas ClarkAdd a break; to the end of the SAVEt_COP_WARNINGS case...
2006-04-13 Nicholas ClarkFix B and ByteLoader to cope with cop_warnings no longe...
2006-04-13 Nicholas ClarkAdd SAVEt_COP_WARNINGS to ss_dup.
2006-04-13 Steve HayRe: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
2006-04-13 Dave Mitchelleliminate PL_reg_re
2006-04-12 Animator[perl #38906] Regex engine does not release MINMOD
2006-04-12 Nicholas ClarkD'oh! Don't try to do #ifdefs inside "functions" that...
2006-04-12 Nicholas ClarkAdd tests for all the other types that %^H serialisatio...
2006-04-12 Nicholas ClarkChange cop_warnings from an SV holding the warnings...
2006-04-12 Dave MitchellRemove the final recursion path from S_regmatch: ...
2006-04-12 Nicholas ClarkTest that we can do embedded 0 bytes in hints.
2006-04-12 Nicholas ClarkStore cop_hints as a shared structure without using...
2006-04-12 Nicholas ClarkRemove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
2006-04-12 Nicholas ClarkNewxz() can use calloc() rather than malloc(), as the...
2006-04-12 Nicholas ClarkAs OPs are shared between threads, they should be using
2006-04-11 Jarkko Hietaniemiregexec.c: move NULL check earlier to make Coverity...
2006-04-11 Jarkko Hietaniemiregcomp.c (try II): use &PL_sv_undef for listsv as...
2006-04-11 Jarkko Hietaniemiperlio.c: false Coverity finding (it cannot see that...
2006-04-11 Jarkko Hietaniemilocale.c: more Safefree() (Coverity finding)
2006-04-11 Nicholas ClarkFirst stab at using the pad to store the serialised...
2006-04-11 Nicholas ClarkWithin Perl_newSVhek, inline most of newSVpvn_share...
2006-04-11 Nicholas ClarkStop Perl_newSVpvn_share() potentially leaking the...
2006-04-11 Nicholas ClarkNeed to migrate the refcounted_he structure to be prope...
next