p5sagit/p5-mst-13.2.git
2006-04-16 Andy Lester op.c patch, 2nd version
2006-04-16 Nicholas Clark A scalar reference returned from a coderef in @INC...
2006-04-16 Jan Dubois remove some cruft from makedef.pl
2006-04-16 Jan Dubois testcase for change #27832
2006-04-16 Steve Peters Stray pod/perlapi.pod change found after a regen.
2006-04-16 Andy Lester dump.c patch redux
2006-04-16 Nicholas Clark Perl_do_vop can profitably use Perl_sv_usepvn_flags...
2006-04-16 Nicholas Clark In Perl_sv_usepvn_flags, assert() that the caller has...
2006-04-16 Nicholas Clark Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING...
2006-04-16 Nicholas Clark Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags...
2006-04-16 Nicholas Clark In Perl_sv_usepvn(), force a move under DEBUGGING to...
2006-04-16 Nicholas Clark Fix htmllink.t to cater for the case where perladmin...
2006-04-16 Nicholas Clark Coverity notes that we might be dereferencing fgv befor...
2006-04-16 Andy Lester update to pp_complement() via Coverity
2006-04-16 Andy Lester clean up hv_assert()
2006-04-16 Andy Lester Removed unused var in a macro
2006-04-16 Jan Dubois Change anchor generation in Pod::Html for "=item item 2"
2006-04-16 Jan Dubois Pod::Html::depod() doesn't work correctly for multi...
2006-04-16 Jan Dubois Missing part of change 25186
2006-04-16 Jan Dubois Missing part of change 25676
2006-04-15 bah@longitude.com Handle null io in leavewrite (not possible?) (Coverity)
2006-04-15 bah@longitude.com Potential (?) memory leak in Storable.xs (Coverity)
2006-04-15 Nicholas Clark Teach Perl_do_sv_dump how to cope with IOs that have...
2006-04-15 Nicholas Clark Coverity was getting upset about an assignment from...
2006-04-15 Nicholas Clark Coverity reports that Storable can potentially cause...
2006-04-15 Nicholas Clark Coverity notes that resource are leaked in the unfinish...
2006-04-15 Nicholas Clark Coverity correctly reports that gv might (just) be...
2006-04-15 Nicholas Clark Update the assertion to a croak "Out of range special...
2006-04-15 Nicholas Clark I believe that it makes little sense for the simple...
2006-04-15 Nicholas Clark Fix a bug - the introduction of the caching code means...
2006-04-15 Nicholas Clark Augment the user filter caching code so that if the...
2006-04-15 Nicholas Clark Deep 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 Clark If the downstream caller wants block mode, and we're...
2006-04-15 Nicholas Clark Eliminate the filter_child_proc hack from pp_require.
2006-04-15 Nicholas Clark If you return void from a filter subroutine, the caller...
2006-04-15 Nicholas Clark Tests for having multiple pipes open simultaneously.
2006-04-15 Nicholas Clark Add more tests for the builtin source filter implementa...
2006-04-15 Nicholas Clark Add a test for source filters returned from code refere...
2006-04-15 Nicholas Clark Bump the expect file count in readdir.t. We keep writin...
2006-04-15 Jarkko Hietaniemi perlio.c: layer data might be allocated and unused...
2006-04-15 juna Fix bug in prime_env_iter where the terms of a comparis...
2006-04-15 Craig A. Berry Honor READALL privilege in cando_by_name (from Scott
2006-04-15 Craig A. Berry Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesy
2006-04-14 Nicholas Clark Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()...
2006-04-14 Nicholas Clark In 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 Clark Replace explict "/dev/null" with BIT_BUCKET, which...
2006-04-14 Jarkko Hietaniemi doop.c: (Coverity) found a bug but not quite what Cover...
2006-04-14 Nicholas Clark Mark new_warnings_bitfield as XE, and add it to __DATA_...
2006-04-14 Paul Marquess IO::Compress::*
2006-04-14 Jarkko Hietaniemi perlio.c: (Coverity) eliminate temp ptr that confuses...
2006-04-14 Steve Peters Reverting change #27791 which may cause corruption...
2006-04-14 Jerry D. Hedden Fix implementation of threads->_handle on unixes.
2006-04-13 Nicholas Clark (Hopefully) fix coredumps in ByteLoader, which were...
2006-04-13 Dave Mitchell eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_gan...
2006-04-13 Dave Mitchell disable 'split /(?{ split "" })/' test until recursive...
2006-04-13 Nicholas Clark Remove SAVEt_FREESHAREDPV, as nothing is using it,...
2006-04-13 Steve Peters Add another NULL check thanks to Coverity.
2006-04-13 Nicholas Clark For duping SAVEHINTS it rather helps if you pay attenti...
2006-04-13 Jarkko Hietaniemi regexec.c: (Coverity) add NULL check
2006-04-13 Jarkko Hietaniemi regexec.c: (Coverity) move NULL check even earlier
2006-04-13 Nicholas Clark Add a break; to the end of the SAVEt_COP_WARNINGS case...
2006-04-13 Nicholas Clark Fix B and ByteLoader to cope with cop_warnings no longe...
2006-04-13 Nicholas Clark Add SAVEt_COP_WARNINGS to ss_dup.
2006-04-13 Steve Hay Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
2006-04-13 Dave Mitchell eliminate PL_reg_re
2006-04-12 Animator [perl #38906] Regex engine does not release MINMOD
2006-04-12 Nicholas Clark D'oh! Don't try to do #ifdefs inside "functions" that...
2006-04-12 Nicholas Clark Add tests for all the other types that %^H serialisatio...
2006-04-12 Nicholas Clark Change cop_warnings from an SV holding the warnings...
2006-04-12 Dave Mitchell Remove the final recursion path from S_regmatch: ...
2006-04-12 Nicholas Clark Test that we can do embedded 0 bytes in hints.
2006-04-12 Nicholas Clark Store cop_hints as a shared structure without using...
2006-04-12 Nicholas Clark Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
2006-04-12 Nicholas Clark Newxz() can use calloc() rather than malloc(), as the...
2006-04-12 Nicholas Clark As OPs are shared between threads, they should be using
2006-04-11 Jarkko Hietaniemi regexec.c: move NULL check earlier to make Coverity...
2006-04-11 Jarkko Hietaniemi regcomp.c (try II): use ...
2006-04-11 Jarkko Hietaniemi perlio.c: false Coverity finding (it cannot see that...
2006-04-11 Jarkko Hietaniemi locale.c: more Safefree() (Coverity finding)
2006-04-11 Nicholas Clark First stab at using the pad to store the serialised...
2006-04-11 Nicholas Clark Within Perl_newSVhek, inline most of newSVpvn_share...
2006-04-11 Nicholas Clark Stop Perl_newSVpvn_share() potentially leaking the...
2006-04-11 Nicholas Clark Need to migrate the refcounted_he structure to be prope...
2006-04-11 Andy Lester Quiet a coverity problem
2006-04-10 Nicholas Clark All S_dumpuntil()'s regnode pointer arguments can be...
2006-04-10 Nicholas Clark Perl_unsharepvn() was no longer being used in core...
2006-04-10 H.Merijn Brand config_H being the last part of my mkglossary work
2006-04-10 H.Merijn Brand Regeneration of Glossary and the underlying tools.
2006-04-10 Andy Dougherty Fix coverity warning in utf8.c
2006-04-10 Jarkko Hietaniemi pp_sys.c: some Coverity findings: NULL guards for format cv
2006-04-10 Jarkko Hietaniemi pp_sys.c: some Coverity findings: NULL guards for io...
2006-04-10 Jarkko Hietaniemi es: quiet some warnings (with a free AIX cpp insanity...
2006-04-10 Andy Lester True consting goodness in regexes
2006-04-09 Nicholas Clark Fix pointer error in change 27741, spotted by John...
2006-04-09 Jarkko Hietaniemi Re: [PATCH] perlio.c: Coverity finding: finding false...
2006-04-09 Jarkko Hietaniemi Re: [PATCH] locale.c: Coverity finding
2006-04-09 Andy Lester Rename variables in some mg_* funcs
2006-04-08 Dave Mitchell fix potential null deref introduced by change #27716
next